@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,400&display=swap');
#main_header, #global_footer{
  display: none;
}

body.white-header{
  padding-top: 0;
}
section{
  position: relative;
  padding: 80px 0;
}
.img-abs{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top:0;
  left: 0;
}
.h-align{
  text-align: center;
}
.clear:before, .clear:after{
  display: block;
  content:'';
  clear: both;
}
.saraimanic__hp h1{
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 40% */
  text-transform: uppercase;
  font-family:"seravek-web";
}
.saraimanic__hp .headline{
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120% ;
  font-family:"seravek-web";
  margin-bottom: 0;
}
.saraimanic__hp .info{
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'Montserrat';
  max-width: 925px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.saraimanic__hp  .btn{
  display: inline-block;
  text-transform: uppercase;
  transition: .4s;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'Montserrat';
  background-color: #E1682B;
  border:1px solid #E1682B;
  padding: 12px;
  color:#fff;
}
.saraimanic__hp  .btn:hover{
  color: #E1682B;
  background-color: #fff;
}
.saraimanic__hp .section-title{
  color: #000;
  font-family:"seravek-web";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 120% */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.saraimanic__hp .section-title span{
  position: relative;
}
@keyframes line {
  0%{
    opacity: 0;
      transform: translateX(-50%) scaleX(0);
  }
  100%{
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}
.saraimanic__hp .section-title svg{
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  opacity: 0;
  animation: line 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.saraimanic__hp  h3.magenta{
  color: #DB00B2;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media(max-width:1700px){
  .saraimanic__hp .headline{
    font-size: 35px;
  }
  .saraimanic__hp h1{
    font-size: 80px;
  }
  .saraimanic__hp .info{
    font-size: 20px;
  }
}
@media(max-width:1025px){
  .saraimanic__hp .headline{
    font-size: 30px;
  }
  .saraimanic__hp h1{
    font-size: 60px;
  }
}
@media(max-width:850px){
  .saraimanic__hp .headline{
    font-size: 28px;
  }
  .saraimanic__hp h1{
    font-size: 60px;
  }
  .saraimanic__hp .section-title{
    font-size: 35px;
  }
  section{
    padding: 60px 0;
  }
}
@media(max-width:767px){
  .saraimanic__hp .headline{
    font-size: 24px;
  }
  .saraimanic__hp h1{
    font-size: 40px;
  }
  .saraimanic__hp .section-title{
    font-size: 28px;
  }
  section{
    padding: 40px 0;
  }
  .saraimanic__hp .info{
    font-size: 18px;
  }
}
.sc1{
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.sc1 .desktop-video{
  display: none;
}
.sc1 .content_box{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-align: center;
  color:#fff;
  padding-bottom: 80px;
}
.sc1 .content_box:before{
  border-radius: 336px;
  background: #121212;
  display: block;
  content:'';
  position: absolute;
  width: 100%;
  height: 80%;
  bottom:0;
  z-index: -1;
}
@media(max-width:767px){
  .sc1 .content_box:before{
    border-radius: 120px;
  }
}
.sc1 .content_box figure{
  margin-bottom: 20px;
}
.sc1 .mobile-video{
  display: none;
}
.sc1 .desktop-video{
  display: block;
}
@media(max-width:767px){
  .sc1 .desktop-video{
    display: none;
  }
  .sc1 .mobile-video{
    display: block;
  }
}
.sc2 .as_wrapper{
  margin: 40px 0;
}
.sc3{
  padding-top: 0;
}
.sc3 .content-box{
  padding: 40px;
  text-align: center;
  border-radius: 123px;
  background: #121212;
  color:#fff;
}
.sc3 .content-box > div{
  max-width: 700px;
  margin: 0 auto;
}
.saraimanic__hp .sc3 .section-title{
  color:#fff;
}
.saraimanic__hp .wpcf7{
  margin-top: 40px;
}
.saraimanic__hp .wpcf7 .item{
  display: inline-block;
  width: 49%;
  padding: 10px;
}
.saraimanic__hp .wpcf7 .item.full-item{
  width: 100%;
}
.saraimanic__hp .wpcf7 input:not([type="submit"]):not([type=checkbox]), .saraimanic__hp .wpcf7 textarea{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  color:#7ACCC0;
  border:0;
  outline: 0;
  box-shadow: none;
  background:none;
  border-bottom: 1px solid #7ACCC0;
}
.saraimanic__hp .wpcf7 ::placeholder{
  font-size: 16px;
  color:#7ACCC0;
  line-height: 1;
}
.saraimanic__hp .wpcf7 textarea{
  height: 120px;
  resize: none;
}
.wpcf7-form input[type=checkbox] {
  position: relative;
  visibility: hidden;
	width: auto;
	display: inline-block;
	padding: 0;
	line-height: 0;
}
.wpcf7-form input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  top: 0px;
  border: 1px solid #7ACCC0;
  left: 0;
	border-radius:4px;
}
.wpcf7-form input[type=checkbox]+span:after {
  display: block;
  position: absolute;
	height: 7px;
	width: 7px;
	top: 3px;
  left: 3px;
  visibility: hidden;
  background-color: #7ACCC0;
  border-radius: 50%
}
.wpcf7-form input[type=checkbox]:checked+span:before {
  background: transparent
}
.wpcf7-form input[type=checkbox]:checked+span:after {
  visibility: visible
}
.saraimanic__hp .wpcf7 .terms{
  text-align: left;
  font-size: 14px;
  margin-bottom: 40px;
}
.saraimanic__hp .wpcf7 .terms label{
  cursor: pointer;
}
.saraimanic__hp .wpcf7 .terms label span{
  padding-left: 7px;
}
@media(max-width:767px){
  .sc3 .content-box{
    border-radius: 40px;
    padding: 40px 15px;
  }
  .saraimanic__hp .wpcf7 .item{
    width: 100%;
  }
}
.sc4.contact{
  padding: 0px 0 80px;
}
.sc4.contact a{
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  border-right:1px solid rgba(0,0,0,0.6);
}
.sc4.contact a:last-of-type{
  border-right:0;
}
.sc__footer{
  background: #121212;
  text-align: center;
  position: relative;
}
.sc__footer:before{
  display: block;
  content:'';
  position: absolute;
  width: 100%;
  height: 50%;
  top:-1px;
  left: 0;
  background-color: #fff;
}
.sc__footer figure{
  position: relative;
  z-index: 2;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  color:red;
}
