/* Custom Styles */
@font-face {
    font-family: 'futura_pt';
    src: url('futuraptmedium-webfont.woff2') format('woff2'),
         url('futuraptmedium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'clash-display';
    src: url('clash-display-medium.woff2') format('woff2'),
         url('clash-display-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'codecpro';
    src: url('codecpro-regular2-webfont.woff2') format('woff2'),
         url('codecpro-regular2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-light.woff2') format('woff2'),
         url('hkgrotesk-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-medium.woff2') format('woff2'),
         url('hkgrotesk-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-regular.woff2') format('woff2'),
         url('hkgrotesk-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'plain-regular';
    src: url('plain-regular.woff2') format('woff2'),
        url('plain-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'adieu-light';
    src: url('adieu-light.woff2') format('woff2'),
        url('adieu-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.m{
    display:none;
}


body, p{
      font-family: 'HK GROTESK';
      color:#000;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: 0.8px;
      font-size: 16px;
}
h1, h2, h3, h4, h5{
    font-family: 'plain-regular';
    font-weight: 400;
    line-height: 1.02;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h1{
  font-size: 55px;
}


.cf_section{
  background-color:#161616;
  min-height: 100vh;
  padding:30px;
  box-sizing: border-box;
}
.cf_section_in{
  max-width: 1200px;
  margin: 0 auto;
}
.ZeaperTOXL_holder{
  display:flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 30px;
}
.ZeaperTOXL_holder_left{
  width: 50%;
  background-color: #F5F1F0;
  padding: 50px 55px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #F5F3F1;
}
.ZeaperTOXL_holder_left h1{
  margin-bottom:30px;
  margin-bottom: 29px;
}
.ZeaperTOXL_holder_right{
  width: 50%;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ZeaperTOXL_holder_right_in{
  width:100%;
}
.cf_section_logo{
  margin-bottom: 50px;
}
.cf_section_logo img{
  width: 145px;
  width: 7.6vw;
}

.autoVideo_holder {
  position: relative;
  display:none;
}
#AutoVideoHolder {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc((100vh - 109px) - 15px);
}
.autoVideo_poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background-position: center;
  background-size: cover;
}
.autoVideo_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.autoVideo_buttons{
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #0000009e;
}
.autoVideo_buttons_in{
  text-align: center;
}

.autoVideo_button{
  font-family: 'futura_pt';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  border: solid 1px #000;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000000;
  border-color: #000000;
  background-color: #fefff9;
  margin: 15px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 31px;
}
.autoVideo_button:hover{
  color:#000;
}
.autoVideo_button.big_btn_true{
  border-radius: 30px;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 60px;
  padding-right: 60px;
  min-width: 300px;
  color: #000000;
  border-color: #000000;
  background-color: #eefe90;
}
.AutoVideo_responsive {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AutoVideo_responsive video{
   width: 100%    !important;
  height: auto   !important;
}
.AutoVideo_responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ZeaperTOXL{
  width:100%;
}
.ZeaperTOXL-control-holder{
  position:relative;
}
.ZeaperTOXL-control{
    background: #f6f6f6;
    outline: none;
    display: block;
    width: 100%;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    margin: 0;
    padding: 30px;
    font-size: 18px;
    resize: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ZeaperTOXL-control.error{
  border:1px solid red;
}
.ZeaperTOXL_holder div.error{
  font-size: 11px;
  color: #fff;
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 7%;
  background-color: red;
  border-radius: 0px 0px 6px 6px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  padding-bottom: 3px;
}
.ZeaperTOXL-btn,
.cbtn{
    font-size: 14px;
    font-family: 'Ridley Grotesk';
    text-transform: uppercase;
    color: #000 !important;
    display: inline-block;
    background: #DDF638;
    border: 1px solid #000;
    padding: 10px 46px 10px 46px;
    letter-spacing: 0.1vw;
    -webkit-filter: unset !important;
    filter: unset !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-family: 'adieu-light';
}
.cbtn{
   border: 1px solid #DDF638;
}
.ZeaperTOXL-btn:before,
.cbtn:before{
    content:"";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.5s ease;
}
.ZeaperTOXL-btn:hover:before,
.cbtn:hover:before{
  width: 100%;
}
.ZeaperTOXL-btn:hover,
.cbtn:hover{
    color:#FFF !important;
}
.ZeaperTOXL_disclaimer{
    font-size: 11px;
    margin: 2em 0;
    color: #333;
    text-align: left;
}


.last_message{
    display:none;
    color:#fff;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: calc(100vh - 200px);
}
.last_message_in{
    text-align: center;
}
.last_message p,
.last_message h1,
.last_message h2,
.last_message h3,
.last_message h4,
.last_message h5,
.last_message h6{
  color:#fff;
  margin-bottom: 30px;
}
.last_message a{
  color:#EEFE90;
}


@media screen and (max-width: 767px){
  .m{
        display:unset;
    }
    .d{
        display:none;
    }
  h1{
    font-size:30px;
    
  }
  .cf_section_logo {
    margin-bottom: 20px;
  }
  .cf_section_logo img{
    width: 27.427vw;
  }
  .ZeaperTOXL_holder{
    
  }
  .ZeaperTOXL_holder_left{
    width:100%;
    padding: 30px 20px;
  }
  .ZeaperTOXL_holder_right{
     width:100%;
     padding: 25px;
     padding-bottom: 30px;
     padding-top: 25px;
  }
  .ZeaperTOXL-control{
    width: 100%;
    min-height: 30px;
    padding: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 9px;
    font-size: 14px;
  }
  .autoVideo_button.big_btn_true{
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.form-group{
  margin-bottom:35px;
}
.form-control{
    background: #f6f6f6;
    outline: none;
    display: block;
    width: 100%;
    min-height: 50px;
    border: none;
    border-radius: 3px;
    margin: 0;
    padding: 10px 22px;
    font-size: 18px;
    resize: none;
    margin-top: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
    border: 1px solid #d3d5d9;
    color: #000;
    font-family: 'HK GROTESK';
}
.form-group label{
      font-family: 'HK GROTESK';
      color: #000;
      font-weight: 500;
      line-height: 1.3;
}

.btn--medium{
    font-size: 14px;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-block;
    background: #DDF638 !important;
    border: 1px solid #000 !important;
    padding: 10px 46px 10px 46px;
    letter-spacing: 0.1vw;
    -webkit-filter: unset !important;
    filter: unset !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-family: 'adieu-light';
    border-radius: 0 !important;
    font-weight: normal;
    box-shadow: none;
}
.btn--medium:before{
    content:"";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.5s ease;
}
.btn--medium:hover:before{
  width: 100%;
}
.btn--medium:hover{
    color:#FFF !important;
}


.select-box-field .form-control{
  max-width: 360px;
}
.form-group label + span{
  font-family: 'HK GROTESK';
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-top: 13px;
  text-align: left;
}

#section-1681023082123 .container{
    padding: 0;
    max-width: 100% !important;
    box-sizing: border-box;
}
#section-1681023082123 .container img{
  width: 7.6vw;
}

@media screen and (max-width: 767px){
  #section-1681023082123 .container img{
    width: 27.427vw;
  }
  #section-1681023082123 .container{
      padding: 0;
      max-width: 100% !important;
      box-sizing: border-box;
  }
}