/* 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-display: block;
}
@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-display: block;
    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-display: block;
}
@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: block;
}
@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: block;
}
@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: block;
}
@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: block;
}
@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: block;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m{
    display:none;
}


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

.cf_section{
  background-color:#161616;
  min-height: 100vh;
  padding:30px;
  box-sizing: border-box;
  width: 100%;
}
.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;
  width: 100%;
}
#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: 7vw;
  height: 7vw;
  left: 50%;
  top: 47%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.autoVideo_overlay svg{
  width:100%;
  height: auto;
}
.autoVideo_overlay svg #Icons-AV{
  fill: #fff;
}
.play_push_video{
  cursor: pointer;
  opacity: 0.7;
}
.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-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  border: solid 1px #000;
  color: #000000;
  /* border-color: #DDF638; */
  background-color: #fefff9;
  margin: 15px;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'adieu-light';
  filter: unset !important;
  font-size: 13px;
  padding: 11px 35px 11px 35px;
  position: relative;
}
.autoVideo_button:hover{
  color:#000;
}
.autoVideo_button.big_btn_true{
  border-radius: 0;
  font-size: 13px;
  color: #000000;
  background: #DDF638;
  /* border: 1px solid #DDF638; */
  padding: 11px 46px 11px 46px;
}
.autoVideo_button span{
  position: relative;
  z-index: 1;
}
.autoVideo_button:before{
    content:"";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: 0;
    transition: all 0.5s ease;
}
.autoVideo_button:hover:before{
  width: 100%;
}
.autoVideo_button:hover{
    color:#FFF !important;
}
.AutoVideo_responsive {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.AutoVideo_responsive video{
   width: 100%    !important;
   height: auto   !important;
}
.AutoVideo_responsive > div{
  width: 100%;
}
.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;
  }
  .ZeaperTOXL_head h4{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .last_message h2{
    font-size: 27px;
  }
  .autoVideo_overlay{
    display:none;
  }

}