/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body,html{
  background-color: #fff;
  width: 100vw;
  min-height: 100vh;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
*{box-sizing: border-box;}
.banner{
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}
.banner .bg{
position: relative;
  height: 0;
  overflow: hidden;
  width: 100%
z-index: 0;
  display: flex;
}
.banner .content{
position: relative;
z-index: 1;
}
.header{
  width: calc(100% - 80px);
  max-width: 1279px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
} 
.content{
  width:  calc(100% - 80px);
  max-width: 1279px;
  height: auto;
  min-height: calc(100vh - 172px - 321px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fullwidth{
width: 100%;
}
.content .container{
  width:  calc(100%);
  max-width: 1279px;
  display: inline-block;
  padding: 0px 40px 40px 40px; 
}
.banner .container{
  width:  calc(100%);
  max-width: 1279px;
  display: inline-block;
  padding: 0px 40px;
}
.footer{
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column nowrap;
}
.black{
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.footer .container{
  width:  calc(100% - 80px);
  max-width: 1279px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px; 
}
.container.left{
  width: 66%;
}
.container.right{
  width: 33%;
}
.Footer_footer__address__WKJDk {
    --color-link-text-hover: initial;
    font-family: Haas Grot Text Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    color: #FFF;
  font-style: normal;
}
.Icon_icon__QfSMz *{
fill: #000;
}
.Footer_footer__links__pRLbN{
width: auto;
align-self: flex-end;
}
input[type="submit"]{
    --background-color: var(--color-button-background,transparent);
    --border-color: var(--color-button-border,#000);
    --text-color: var(--color-button-text,#000);
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    padding: .375em .5em;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-color);
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid var(--border-color);
}
input[type="submit"]:hover{

    background-color: #000;
}
.micro a{
  color: #FFF !important;
  font-size: 10px;
  text-decoration: none;
}
form{
  width: 100%;
display: inline-block;
}
.hs-form-field{
padding-bottom: 10px;}
@media screen and (max-width: 1000px) {
  .content{
    flex-flow: column nowrap;
  }
  .content .container{
    padding-bottom: 0px;
    width: 100%;
  }
  .content .container:last-child{
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .footer .container{
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    width: 100%;
  }
}