@charset "utf-8";


@import url("https://use.typekit.net/cmw8cpt.css");


html,body{
  margin:0px;
  padding:0px;
  
}


::-webkit-input-placeholder { 
  color: #ffffff;
  opacity:1;
}
::-moz-placeholder { 
  color: #ffffff;
  opacity:1;
}
:-ms-input-placeholder { 
  color: #ffffff;
  opacity:1;
}
:-moz-placeholder { 
  color: #ffffff;
  opacity:1;
}


.gs-page .gs-mob{
  display:none;
}

.gs-page .gs-clear{
  clear:both;
}

.gs-page *{
  line-height:normal;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.gs-page{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color:#000;
  font-size:17px;
  text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    overflow:hidden;
  margin:0px auto 0 auto;
  position:relative;
  background: #F3F3F3;
}


.gs-page strong{
  font-weight: 700;  
}

.gs-page a{
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
} 


.gs-page a:hover{
  text-decoration: underline;
}

.gs-page img.gs-img-4mob{
  display: none !important;
}

.gs-page .gs-mob-br{
  display: none !important;
}

.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6{
  margin: 0px;
  padding: 0px;
}



@media screen and (max-width: 767px) {

}

@media screen and (max-width: 767px) {
  
  .gs-page img.gs-img-4desk{
    display: none !important;
  }
  .gs-page img.gs-img-4mob{
    display: block !important;
  }

  .gs-page .gs-mob-br{
    display: none !important;
  }

}


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */








.gs-form{
  background: #89178F;
  padding: 40px 24px;
  color: #fff;
  text-align: center;
}

.gs-form .gs-title{
  font-size: 28px;
  line-height: 130%;
  padding: 0 0 40px 0;
  font-weight: 700;
  color: #fff;
}

.gs-form .gs-row{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}

.gs-form .gs-row .gs-col{
  border-radius: 16px;
  background: #F3F3F3;

  padding: 40px 32px;
  width: 520px;
  text-align: left;
}



.gs-form .gs-row .gs-col.gs-last{
  width: 775px;
}

.gs-form .gs-steps {
  color: #1C1C1C;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  padding: 0 0 40px 0;
}

.gs-form .gs-steps strong{
  color: #131313;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.44px;
  display: block;
  padding: 0 0 8px 0;
  text-align: left
}


.gs-form .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  gap:9px;
  padding: 0 0 20px 0;
}

.gs-form .gs-items .gs-item{
  
  border-radius: 6px;
  background: #89178F;
  overflow: hidden;
  position: relative;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px 0 12px;
  min-height: 52px;
  border: 2px solid #89178F;

}

.gs-form .gs-items .gs-item.gs-active{
  border-color: #FF5A5E;
}

.gs-form .gs-items .gs-item .gs-bt{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  font-size: 0px;
  opacity: 0;
}

.gs-form .gs-items .gs-item .gs-item-title{
  font-size: 13px;
  line-height: 130%;
  color: #fff;
}

.gs-form .gs-items .gs-item input[type="checkbox"],
.gs-form .gs-items .gs-item label{
  opacity: 0;
  position: absolute;
  left: -1000px;
  left: -1000px;
}

.gs-form .gs-check-all{
  border-radius: 6px;
  background: #89178F;
  overflow: hidden;
  position: relative;
  width: auto;
  min-height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 56px;

  color: #fff;

  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none !important;
}

.gs-form .gs-check-all::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/icon-all.svg") no-repeat center center;
  background-size: contain;
  margin: 0 20px 0 0;
}

.gs-form .gs-check-all.gs-active::before{
  background-image: url("../images/icon-all-sel.svg");
}







.gs-form .gs-form-wrapper{
 
  margin: 0 auto;
  padding: 0px;
  font-size: 13px;
  color: #1C1C1C;
}

.gs-form .gs-form-wrapper .gs-form-row{
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 16px;
  padding: 0 0 16px 0;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col{
  display: block;
  width: 100%;
  padding: 0px;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input{
  width: 100%;
  background: none;
  border: 1px solid #1C1C1C;
  box-sizing: border-box;
  border-radius: 7px;
  height: 47px;
  line-height: 45px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1C1C1C;
  padding: 0 10px;
  outline: none;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input.gs-error{
  border-color: #ff0000;
}

.gs-form  .gs-error-message{
  display: none;
  color: #ff0000;
  padding: 5px 0 0 0;
}

.gs-form  .gs-error-message.gs-active{
  display: block;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col label{
  /*display: none;*/
  padding: 0 0 5px 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  opacity: 0;
  display: none;
}

.gs-form input[type="submit"]{
 display: block;
  padding: 8px 25px;
  border-radius: 12px;
  background: #131313;
  border: 0px;
  width: 130px;
  color: #FFF;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;

  cursor: pointer;
}

.gs-form  input[type="submit"]:hover{
  opacity: 0.8;
}


.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input::-webkit-input-placeholder { 
   color: #1C1C1C;
   opacity: 1;
}
.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input::-moz-placeholder { 
  color: #1C1C1C;
   opacity: 1;
}
.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input:-ms-input-placeholder { 
  color: #1C1C1C;
   opacity: 1;
}
.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input:-moz-placeholder {
  color: #1C1C1C;
   opacity: 1;
}

.gs-form .gs-error-categories{
  color: #ff0000;
  display: none;
  padding: 10px 0 ;
}

.gs-form .gs-error-categories.gs-active{
  display: block;
}

.gs-form .gs-terms{
  text-align: left;
  padding: 20px 0 0 26px;
  font-size: 13px;
}

.gs-form .gs-terms > a{
  text-decoration: underline;
}

.gs-form .gs-terms .prettycheckbox{
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px 0 -26px;
  float: left;
}

.gs-form .gs-terms .prettycheckbox a{
  width: 18px;
  height: 18px;
  border: 1px solid #1C1C1C;
  border-radius: 5px;
  display: block;
  text-decoration: none !important;
  position: relative;
}

.gs-form .gs-terms.error .prettycheckbox a{
  border-color: #ff0000;
}

.gs-form .gs-terms .prettycheckbox a.checked::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1C1C1C;
  border-radius: 3px;
}

.gs-form  .gs-required{
  padding: 10px 0 0 0;
}



.gs-thank{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0,0,0,0.8);
  display: none;
}

.gs-thank .gs-back-close{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.gs-thank .gs-content{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #D9D9D9;
  border-radius: 16px;
  padding: 30px;
  color: #000000;
  font-size: 12px;
  text-align: center;
}


.gs-thank .gs-content .gs-title{
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.gs-thank .gs-content .gs-text{
  line-height: 140%;
  font-size: 14px;
}

.gs-thank .gs-content .gs-close{
  font-family: Arial;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 0px;
  font-size: 20px;
  text-decoration: none;
}




@media screen and (min-width: 960px) and (max-width: 1439px)  {

  .gs-form{
    padding: 2.78vw 1.67vw;
  }

  .gs-form .gs-title{
    font-size: 1.95vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-form .gs-row{
    gap: 1.67vw;
  }

  .gs-form .gs-row .gs-col{
    border-radius: 1.12vw;
    padding: 2.78vw 2.23vw;
    width: 36.12vw;
  }

  .gs-form .gs-row .gs-col.gs-last{
    width: 53.82vw;
  }

  .gs-form .gs-steps{
    font-size: 0.98vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-form .gs-steps strong{
    font-size: 1.53vw;
    letter-spacing: -0.03vw;
    padding: 0 0 0.56vw 0;
  }

  .gs-form .gs-items{
    gap:0.63vw;
    padding: 0 0 1.39vw 0;
  }

  .gs-form .gs-items .gs-item{
    border-radius: 0.42vw;
    padding: 0 1.12vw 0 0.84vw;
    min-height: 3.62vw;
    border: 0.14vw solid #80DEFF;
  }

   .gs-form .gs-items .gs-item .gs-item-icon img{
    height: 3vw;
  }

  .gs-form .gs-items .gs-item .gs-item-title{
    font-size: 0.91vw;
  }

  .gs-form .gs-items .gs-item input[type="checkbox"],
  .gs-form .gs-items .gs-item label{
    left: -69.44vw;
    left: -69.44vw;
  }

  .gs-form .gs-check-all{
    border-radius: 0.42vw;
    min-height: 3.62vw;
    line-height: 3.62vw;
    padding: 0 3.89vw;
    font-size: 1.05vw;
  }

  .gs-form .gs-check-all::before{
    width: 1.67vw;
    height: 1.67vw;
    margin: 0 1.39vw 0 0;
  }

  .gs-form .gs-form-wrapper{
    font-size: 0.91vw;
  }

  .gs-form .gs-form-wrapper .gs-form-row{
    gap: 1.12vw;
    padding: 0 0 1.12vw 0;
  }

  .gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input{
    border: 0.07vw solid #1C1C1C;
    border-radius: 0.49vw;
    height: 3.27vw;
    line-height: 3.13vw;
    font-size: 0.98vw;
    padding: 0 0.70vw;
  }

  .gs-form  .gs-error-message{
    padding: 0.35vw 0 0 0;
  }

  .gs-form  .gs-form-wrapper .gs-form-row .gs-form-col label{
    padding: 0 0 0.35vw 0;
  }

   .gs-form input[type="submit"]{
    padding: 0.56vw 1.74vw;
    border-radius: 0.84vw;
    width: 9.03vw;
    font-size: 0.98vw;
    letter-spacing: 0.02vw;
  }

  .gs-form .gs-error-categories{
    padding: 0.70vw 0;
  }

  .gs-form .gs-terms{
    padding: 1.39vw 0 0 1.81vw;
    font-size: 0.91vw;
  }

  .gs-form .gs-terms .prettycheckbox{
    margin: 0.14vw 0.35vw 0 -1.80vw;
  }

  .gs-form .gs-terms .prettycheckbox a{
    width: 1.25vw;
    height: 1.25vw;
    border: 0.07vw solid #1C1C1C;
    border-radius: 0.35vw;
  }

  .gs-form .gs-terms .prettycheckbox a.checked::after{
    width: 0.70vw;
    height: 0.70vw;
    border-radius: 0.21vw;
  }

  .gs-form  .gs-required{
    padding: 0.70vw 0 0 0;
  }


    .gs-thank .gs-content{
    width: 27.78vw;
    border-radius: 1.12vw;
    padding: 2.09vw;
    font-size: 0.84vw;
  }

  .gs-thank .gs-content .gs-title{
    font-size: 1.39vw;
    padding: 0 0 1.39vw 0;
  }

  .gs-thank .gs-content .gs-text{
    font-size: 0.98vw;
  }

  .gs-thank .gs-content .gs-close{
    right: -1.38vw;
    font-size: 1.39vw;
  }

}

@media screen and (max-width: 959px) { 

  .gs-form .gs-row{
    flex-direction: column;
  }

  .gs-form .gs-row .gs-col,
  .gs-form .gs-row .gs-col.gs-last{
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .gs-form .gs-items{
    gap: 10px;
  }


}

@media screen and (max-width: 767px) {

  .gs-form {
    padding: 26px 16px;
  }


  .gs-form .gs-title {
    font-size: 22px;
    padding: 0 0 26px 0;
    color: #fff;
    max-width: 270px;
    margin: 0 auto;
  }

  .gs-form .gs-row .gs-col {
    border-radius: 16px;
    padding: 25px 20px;
  }

  .gs-form .gs-steps{
    font-size: 15px;
    padding: 0 0 20px 0;
  }

  .gs-form .gs-steps strong {
    font-size: 18px;
  }

  .gs-form .gs-items .gs-item {
    border-radius: 6px;
    padding: 0 10px 0 8px;
    min-height: 44px;
  }

  .gs-form .gs-items .gs-item .gs-item-title{
    white-space: nowrap;
    font-size: 12px;
  }

  .gs-form .gs-items .gs-item .gs-item-icon img{
    height: 36px;
  }

  .gs-form .gs-check-all {
    min-height: 40px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 13px;
  }

  .gs-form .gs-items {
    gap: 14px;
    padding: 0 0 14px 0;
  }

  .gs-form .gs-check-all::before {
    width: 20px;
    height: 20px;
    margin: -2px 14px 0 0;
  }

  .gs-form .gs-form-wrapper .gs-form-row{
    flex-direction: column;
  }
}



/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */






.gs-bottom-links{
  padding: 0 0 80px 0;
}



.gs-bottom-links h2.gs-sec-title{
  padding: 0 0 12px 0;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 110%;
}

.gs-bottom-links .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item{
  
  position: relative;
  transition: all 300ms;
  
}

.gs-bottom-links .gs-items .gs-item .gs-item-hold{
   background: #2D0842;
   border-radius: 12px;
  background: #2D0842;
   position: relative;
   z-index: 2;
   padding: 24px 10px;
   width: 204px;
  height: 161px;
}

.gs-bottom-links .gs-items .gs-item::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 3px solid #CA328B;
  background: #CA328B;
  border-radius: 12px;
  filter: blur(3px);
  z-index: 1;
  opacity: 0.5;
}


.gs-bottom-links .gs-items .gs-item:hover{
  transform: scale(1.05);
}

.gs-bottom-links .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  z-index: 3;
}

.gs-bottom-links .gs-items .gs-item .gs-item-icon img{
  height: 48px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 12px 0 0 0;
  color: #EDEDED;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.348px;
  font-weight: 700;
}




@media screen and (min-width: 960px) and (max-width: 1439px)  {
   
.gs-bottom-links{
    padding: 0 0 5.56vw 0;
  }

  .gs-bottom-links h2.gs-sec-title{
    padding: 0 0 0.84vw 0;
    font-size: 2.23vw;
  }

  .gs-bottom-links .gs-items{
    gap: 1.12vw;
    max-width: 63.89vw;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-hold{
    border-radius: 0.84vw;
    padding: 1.67vw 0.70vw;
    width: 14.17vw;
    height: 11.19vw;
  }

  .gs-bottom-links .gs-items .gs-item::before{
    border: 0.21vw solid #CA328B;
    filter: blur(0.38vw);
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-icon img{
    height: 3.34vw;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 0.84vw 0 0 0;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }

}
@media screen and (max-width: 959px){


  .gs-bottom-links .gs-items{
    gap: 10px;
  }

  .gs-bottom-links h2.gs-sec-title {
    font-size: 28px;
  }

}
@media screen and (max-width: 767px){

  .gs-bottom-links{
    padding: 0 20px 32px 20px;

    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .gs-bottom-links h2.gs-sec-title {
    padding: 0 0 24px 0;
    font-size: 24px;
    margin: 0px;
}

.gs-bottom-links h2.gs-sec-title  br{
  display: none;
}

  .gs-bottom-links .gs-title {
    padding: 0 0 24px 0;
  }

  .gs-bottom-links .gs-items .gs-item{
    width: 100%;
    
    
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-hold{
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    width: 100%;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-icon{
    width: 120px;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-icon img{
    height: 46px;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 0px;
    text-align: left;
    font-size: 17px;
  }


}
@media screen and (max-width: 374px){}

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */



.gs-disclaimer{
  padding: 24px 20px 66px 20px;
  text-align: center;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  max-width: 1050px;
  margin: 0 auto;
}




@media screen and (min-width: 960px) and (max-width: 1439px)  {

   .gs-disclaimer{
    padding: 1.67vw 1.39vw 4.59vw 1.39vw;
    font-size: 1.12vw;
    max-width: 72.92vw;
  }


}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){

  .gs-disclaimer{
    font-size: 15px;
    padding: 30px 20px;
  }

  .gs-disclaimer br{
    display: none;
  }



}
@media screen and (max-width: 374px){}







/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-page{
  background: #180025;
}

.gs-main-bg{
  background: url("../images/bg3.webp?v=3") no-repeat center top;
  background-size: 100% auto;
  max-width: 1440px;
  margin: 0 auto;
  
}



@media screen and (max-width: 959px) {

  .gs-page{
    padding: 0;
  }

  .gs-main-bg{
   background-image: url("../images/bg3-mob.webp");
   padding: 0 20px;
  }


}





/* ////////////////////////////////////////////////////////////////////////////////////////// */



.gs-hero{
 max-width: 1440px;
 padding: 107px 0 0 0px;
 margin: 0 auto;
 position: relative;

 display: flex;
 justify-content: center;
 align-items: center;
 min-height: 440px;
 margin: 0 auto 220px auto;
}

.gs-hero img{
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 409px;
  margin: 0 50px 0 150px;
}

.gs-hero h1{
 
  z-index: 1;

  margin: 0px;
  padding: 0px;
  
  color: #FFF;
  text-align: center;
  font-family: "vox", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;


  text-shadow: 
              0px 0px 8px #E60387,
              0px 0px 8px #E60387;
  z-index: 10;
}

.gs-hero::before,
.gs-hero::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translate(-50%,0);
  width: 40px;
  height: 30px;
  background: url("../images/icon-scroll.svg") no-repeat center center;
  background-size: contain;
  animation: bounce 2s infinite ;
}

.gs-hero::after{
  animation-delay: 1s;
}

@keyframes bounce {
  0% {
    transform: translate(-50%,-100%);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,100%);
    opacity: 0;
  }
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */


@media screen and (min-width: 960px) and (max-width: 1439px)  {
    .gs-hero{
    max-width: 100.00vw;
    padding: 7.44vw 0 0 0.00vw;
    min-height: 30.56vw;
    margin: 0 auto 15.28vw auto;
  }

  .gs-hero img{
    max-width: 28.41vw;
    margin: 0 3.48vw 0 10.42vw;
  }

    .gs-hero h1{
    font-size: 2.78vw;
    letter-spacing: 0.06vw;
    text-shadow: 
                0.00vw 0.00vw 0.56vw #E60387,
                0.00vw 0.00vw 0.56vw #E60387;
  }

  .gs-hero::before,
  .gs-hero::after{
    bottom: -5.55vw;
    width: 2.78vw;
    height: 2.09vw;
  }
}


@media screen and (max-width: 959px) {



  .gs-hero img{
    margin: 0 auto;
  }

  .gs-hero{
    flex-direction: column;
    gap: 30px;
  }


}


@media screen and (max-width: 767px) {

  .gs-hero{
    padding: 60px 0 0 0;
    margin: 0 auto 140px auto;
  }

  .gs-hero img{
    width: 270px;
  }

  .gs-hero::before, 
  .gs-hero::after {
      left: 50%;
      right: auto;
      bottom: -70px;
      width: 35px;
      height: 25px;
      background-size: contain;
  }

  .gs-hero h1 {
    font-size: 24px;
  }



}



/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-products .owl-carousel .owl-stage-outer{

}

.gs-products{
  text-align: center;
  color: #fff;
  padding: 50px 0 0 0;
  
}

.gs-products .gs-row{
  padding: 0px 20px 50px 20px;
}

.gs-products .gs-title{
  text-align: center;
  font-family: "vox", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  padding: 0 0 17px 0;
  line-height: 166%;
  letter-spacing: 0.8px;
  text-shadow:0px 0px 6px #E60387,
              0px 0px 6px #E60387;

}


.gs-products .gs-items{
  max-width: 1356px;
  margin: 0 auto;
}

.gs-products .gs-items.gs-max{
  max-width: 941px;
}

.gs-products .gs-items.gs-offer-items{
  width: 842px;
  margin: 0px;
}


.gs-products .gs-items .gs-item{
  position: relative;
  width: 274px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.gs-products .gs-items.gs-max .gs-item{
  width: 307px;
}

.gs-products .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}

.gs-products .gs-items .gs-item .gs-top-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 30px 10px;
  border-radius: 20px;
  background: #FFF;
  color: #282828;
  width: 100%;
  min-height: 320px;
}

.gs-products .gs-r4 .gs-items .gs-item .gs-top-area{
  min-height: 342px;
}

.gs-products .gs-r5 .gs-items .gs-item .gs-top-area{
  min-height: 345px;
}

.gs-products .gs-items .gs-item .gs-item-5g{
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 40px;
}

.gs-products .gs-items .gs-item .gs-item-4g{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
}


.gs-products .gs-items .gs-item .gs-new{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 66px;
  height: 66px;
  background: url("../images/icon-new.svg") no-repeat center center;
}


.gs-products .gs-items .gs-item .gs-item-photo{
  height: 186px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gs-products .gs-items .gs-item .gs-item-photo img{
  display: block;
  height: 186px;
  width: auto;
  margin: 0 auto;
}

.gs-products .gs-r1 .gs-items .gs-item .gs-item-photo img{
  height: 175px;
}

.gs-products .gs-items .gs-item .gs-item-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.gs-products .gs-r8 .gs-items .gs-item .gs-item-content{
  min-height: 80px;
}

.gs-products .gs-items .gs-item .gs-item-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
}



.gs-products .gs-items .gs-item .gs-item-title strong{
  font-weight: 800;
  font-size: 21px;
  line-height: 110%;
  letter-spacing: -0.44px;
}


.gs-products .gs-items .gs-item .gs-item-title span{
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.gs-products .gs-items .gs-item .gs-bottom-area{
  padding: 20px 10px 15px 10px;
  border-radius: 20px;
  background: #FFF;
  color: #282828;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
   min-height: 151px;
}


.gs-products .gs-items .gs-item .gs-item-price{
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.3px;
}

.gs-products .gs-items .gs-item .gs-item-price span{
  font-size: 18px;
}

.gs-products .gs-items .gs-item .gs-item-price div{
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.56px;
}

.gs-products .gs-items .gs-item .gs-item-ofelos{
  display: inline-block;
  padding: 0px 16px;
  border-radius: 4px;
  background: #FF5A5E;
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.32px;
  line-height: 27px;
}

.gs-products .gs-items .gs-item .gs-item-warranty img{
  display: block;
  height: 58px;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item .gs-item-more{
  line-height: 52px;
  width: 100%;
  border-radius: 20px;
  background: #D2950D;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 200ms;
}

.gs-products .gs-items .gs-item:hover .gs-item-more{
  background: #E60387;
}





.gs-products .owl-dots{
  display: none;
}

.gs-products .owl-nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 35px 0px 0 0px;
  gap: 14px;
}





.gs-products .owl-nav button.owl-next,
.gs-products .owl-nav button.owl-prev{
  width: 40px !important;
  height: 40px !important;
  background: url("../images/icon-next.svg") no-repeat center center !important;
  background-size: contain !important;

  border: 0px !important;
}

.gs-products .owl-nav button.owl-prev{
  background-image: url("../images/icon-prev.svg") !important;
}

.gs-products .owl-nav button span{
  display: none;
}

.gs-products .owl-nav button.owl-next.disabled,
.gs-products .owl-nav button.owl-prev.disabled{
  opacity: 0.3;
  cursor: default;
}





.gs-products .gs-offer{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  padding: 0 0 50px 0;
}

.gs-products .gs-offer .gs-content{
  width: 420px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #000;
  padding: 42px 42px 18px 42px;
}

.gs-products .gs-offer .gs-content .gs-text{
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
}

.gs-products .gs-offer .gs-content .gs-text strong{
  display: block;

  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.68px;
  padding: 10px 0 6px 0;
}

.gs-products .gs-offer .gs-content .gs-text img{
  margin: 24px auto 0 auto;
  display: block;
}

.gs-products .gs-offer .gs-content .gs-more{
  line-height: 44px;
  width: 100%;
  border-radius: 8px;
  background: #D2950D;
  color: #FFF;
  font-size: 15.58px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.467px;
  text-transform: uppercase;
  transition: all 200ms;
}

.gs-products .gs-offer .gs-content .gs-more:hover{
  background: #E60387;
  text-decoration: none;
}


.gs-all-offers{
  position: relative;
  width: 100%;
  max-width: 1362px;
  margin: 0 auto 44px auto;
}

.gs-all-offers .gs-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

.gs-all-offers .gs-offer-content{
   border-radius: 20px;
  background: #2D0842;
   position: relative;
   z-index: 2;
   padding: 44px 20px;

   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 32px;
}

.gs-all-offers::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 3px solid #CA328B;
  background: #CA328B;
  border-radius: 20px;
  filter: blur(3px);
  z-index: 1;
  opacity: 0.5;
}

.gs-all-offers .gs-offer-content .gs-offer-title{
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
}

.gs-all-offers .gs-offer-content .gs-offer-more{
  padding: 16px;
  width: 305px;
  border-radius: 20px;
  background: #D2950D;

  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 200ms;
}

.gs-all-offers:hover .gs-offer-content .gs-offer-more{
  background: #E60387;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {

   .gs-products{
    padding: 3.48vw 0 0 0;
  }

  .gs-products .gs-row{
    padding: 0.00vw 1.39vw 3.48vw 1.39vw;
  }

  .gs-products .gs-title{
    font-size: 2.78vw;
    padding: 0 0 1.19vw 0;
    letter-spacing: 0.06vw;
    text-shadow:0.00vw 0.00vw 0.42vw #E60387,
                0.00vw 0.00vw 0.42vw #E60387;
  }

  .gs-products .gs-items{
    max-width: 94.17vw;
  }

  .gs-products .gs-items.gs-max{
    max-width: 66.35vw;
  }

  .gs-products .gs-items.gs-offer-items{
    width: 58.48vw;
  }

  .gs-products .gs-items .gs-item{
    width: 19.03vw;
    gap: 0.42vw;
  }

  .gs-products .gs-items.gs-max .gs-item{
    width: 21.32vw;
  }

  .gs-products .gs-items .gs-item .gs-top-area{
    gap: 0.84vw;
    padding: 2.09vw 0.70vw;
    border-radius: 1.39vw;
    min-height: 22.23vw;
  }

  .gs-products .gs-r4 .gs-items .gs-item .gs-top-area{
    min-height: 23.75vw;
  }
  .gs-products .gs-r5 .gs-items .gs-item .gs-top-area{
    min-height: 23.96vw;
  }

  .gs-products .gs-items .gs-item .gs-item-5g{
    height: 2.78vw;
  }

  .gs-products .gs-items .gs-item .gs-item-4g{
    top: 0.70vw;
  }

  .gs-products .gs-items .gs-item .gs-new{
    width: 4.59vw;
    height: 4.59vw;
  }

  .gs-products .gs-items .gs-item .gs-item-photo{
    height: 12.92vw;
  }

  .gs-products .gs-items .gs-item .gs-item-photo img{
    height: 12.92vw;
  }

  .gs-products .gs-r1 .gs-items .gs-item .gs-item-photo img{
    height: 12.16vw;
  }

  .gs-products .gs-r8 .gs-items .gs-item .gs-item-content{
    min-height: 5.56vw;
  }

  .gs-products .gs-items .gs-item .gs-item-title{
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
  }

  .gs-products .gs-items .gs-item .gs-item-title strong{
    font-size: 1.46vw;
    letter-spacing: -0.03vw;
  }


  .gs-products .gs-items .gs-item .gs-item-title span{
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }

  .gs-products .gs-items .gs-item .gs-bottom-area{
    padding: 1.39vw 0.70vw 1.05vw 0.70vw;
    border-radius: 1.39vw;
    gap: 0.84vw;
    min-height: 10.49vw;
  }

  .gs-products .gs-items .gs-item .gs-item-price{
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }

  .gs-products .gs-items .gs-item .gs-item-price span{
    font-size: 1.25vw;
  }

  .gs-products .gs-items .gs-item .gs-item-price div{
    font-size: 2.23vw;
    letter-spacing: -0.03vw;
  }

  .gs-products .gs-items .gs-item .gs-item-ofelos{
    padding: 0.00vw 1.12vw;
    border-radius: 0.28vw;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
    line-height: 1.88vw;
  }
  .gs-products .gs-items .gs-item .gs-item-warranty img{
    height: 4.03vw;
  }

  .gs-products .gs-items .gs-item .gs-item-more{
    line-height: 3.62vw;
    border-radius: 1.39vw;
    font-size: 1.39vw;
    letter-spacing: 0.05vw;
  }

  .gs-products .owl-nav{
    padding: 2.44vw 0.00vw 0 0.00vw;
    gap: 0.98vw;
  }

  .gs-products .owl-nav button.owl-next,
  .gs-products .owl-nav button.owl-prev{
    width: 2.78vw !important;
    height: 2.78vw !important;
  }

  .gs-products .gs-offer{
    gap: 1.05vw;
    padding: 0 0 3.48vw 0;
  }

  .gs-products .gs-offer .gs-content{
    width: 29.17vw;
    border-radius: 0.56vw;
    gap: 0.70vw;
    padding: 2.92vw 2.92vw 1.25vw 2.92vw;
  }

  .gs-products .gs-offer .gs-content .gs-text{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
  }

  .gs-products .gs-offer .gs-content .gs-text strong{
    font-size: 2.37vw;
    letter-spacing: -0.04vw;
    padding: 0.70vw 0 0.42vw 0;
  }

  .gs-products .gs-offer .gs-content .gs-text img{
    margin: 1.67vw auto 0 auto;
  }

  .gs-products .gs-offer .gs-content .gs-more{
    line-height: 3.06vw;
    border-radius: 0.56vw;
    font-size: 1.09vw;
    letter-spacing: 0.04vw;
  }

  .gs-all-offers{
    max-width: 94.59vw;
    margin: 0 auto 3.06vw auto;
  }

  .gs-all-offers .gs-offer-content{
    border-radius: 1.39vw;
    padding: 3.06vw 1.39vw;
    gap: 2.23vw;
  }

  .gs-all-offers::before{
    border: 0.21vw solid #CA328B;
    border-radius: 1.39vw;
    filter: blur(0.21vw);
  }

  .gs-all-offers .gs-offer-content .gs-offer-title{
    font-size: 2.23vw;
    letter-spacing: -0.04vw;
  }

  .gs-all-offers .gs-offer-content .gs-offer-more{
    padding: 1.12vw;
    width: 21.19vw;
    border-radius: 1.39vw;
    font-size: 1.39vw;
    line-height: 1.93vw;
    letter-spacing: 0.05vw;
  }
}

@media screen and (max-width: 959px) {


  .gs-products .gs-items.gs-offer-items{
    width: calc(100vw - 40px);
  }

  .gs-products .gs-row{
    padding: 0 0 50px 0;
  }


  .gs-products .gs-items .gs-item {
    width: 274px !important;
  }

}



@media screen and (max-width: 767px) {


  .gs-products .gs-title {
    font-size: 32px;
    text-align: left;
    line-height: 120%;
  }

  .gs-products .gs-items .gs-item {
    width: 320px !important;
  }

  .gs-products .gs-items,
  .gs-products .gs-items.gs-offer-items{
    width: calc(100% + 20px);
    margin: 0 -20px 0 0;
  }

  .gs-products .owl-nav{
    padding-right: 20px;
  }

  .gs-products .gs-offer .gs-content{
    width: 100%;
  }

  .gs-products .gs-row{
    padding: 0 0 30px 0;
  }

   .gs-all-offers .gs-offer-content .gs-offer-title {

    font-size: 24px;
  }

  .gs-all-offers .gs-offer-content .gs-offer-more{
    font-size: 18px;
    width: 228px;
  }

}

@media screen and (max-width: 374px) {

  .gs-products .gs-items .gs-item {
    width: 280px !important;
  }
  .gs-products .gs-offer .gs-content .gs-text {
    font-size: 17px;
  }

  .gs-products .gs-offer .gs-content .gs-text img{
    width: 80%;
  }

  .gs-products .gs-offer .gs-content .gs-more {
    font-size: 12px;
  }


}

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */




.gs-hero-bottom{
  width: 100%;
  max-width: 1392px;
  margin:0 auto;
}

.gs-hero-bottom .gs-items{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 17px;
  width: 100%;
}

.gs-hero-bottom .gs-item{
  width: calc(33.33% - 11px);
  position: relative;
 transition: all 300ms ease-out;
 height: 100%;
}

.gs-hero-bottom .gs-item .gs-item-content{
  border-radius: 12px;
  background: #2D0842;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  text-align: left;

  position: relative;
  z-index: 2;

padding: 17px 24px;
 transition: all 300ms ease-out;
 min-height: 176px;
}

.gs-hero-bottom .gs-item::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 3px solid #CA328B;
  background: #CA328B;
  border-radius: 12px;
  filter: blur(3px);
  z-index: 1;
  opacity: 1;
}

.gs-hero-bottom .gs-items .gs-item:hover{
  transform: scale(1.03);
}

.gs-hero-bottom .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.gs-hero-bottom .gs-item .gs-item-photo{
  position: relative;
}

.gs-hero-bottom .gs-item img{
  display: block;
  width: auto;
  height: 95px;
}

.gs-hero-bottom .gs-item img.gs-v2{
  position: absolute;
  width: 42%;
  left: 0px;
  bottom: 0px;
  transform: translate(-5%, 50%);
}

.gs-hero-bottom .gs-item .gs-item-text{
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: -0.34px;
}

.gs-hero-bottom .gs-item .gs-item-text strong{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.54px;
  padding: 3px 0 10px 0;
  display: block;
}

.gs-hero-bottom .gs-item .gs-item-points{
  width: 155px;
  height: 28px;
  border-radius: 4px;
  background: #FF4857;
  text-align: center;
  line-height: 28px;

  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.54px;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {

  .gs-hero-bottom{
    max-width: 96.67vw;
  }

  .gs-hero-bottom .gs-items{
    gap: 1.19vw;
  }

  .gs-hero-bottom .gs-item{
    width: calc(33.33% - 0.77vw);
  }

  .gs-hero-bottom .gs-item .gs-item-content{
    border-radius: 0.84vw;
    gap: 1.95vw;
    padding: 1.19vw 1.67vw;
    min-height: 12.23vw;
  }

  .gs-hero-bottom .gs-item::before{
    border: 0.21vw solid #CA328B;
    border-radius: 0.84vw;
    filter: blur(0.21vw);
  }

  .gs-hero-bottom .gs-item img{
    height: 6.60vw;
  }

  .gs-hero-bottom .gs-item .gs-item-text{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
  }

  .gs-hero-bottom .gs-item .gs-item-text strong{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0.21vw 0 0.70vw 0;
  }

  .gs-hero-bottom .gs-item .gs-item-points{
    width: 10.77vw;
    height: 1.95vw;
    border-radius: 0.28vw;
    line-height: 1.95vw;
    font-size: 1.88vw;
    letter-spacing: -0.03vw;
  }
}
@media screen and (max-width: 959px) {


  .gs-hero-bottom{
    padding: 0 0px;
  }

  .gs-hero-bottom .gs-items{
   flex-wrap: wrap;
  }

  .gs-hero-bottom .gs-item{
    width: calc(50% - 10px);
    width: 100%;
  }

  .gs-hero-bottom .gs-item:last-child{
    width: 100%;
    justify-content: center;
  }

  .gs-hero-bottom .gs-items .gs-item:hover{
    transform: scale(1);
  }


}
@media screen and (max-width: 767px) {



  .gs-hero-bottom .gs-item .gs-item-text{
    font-size: 16px;
  }

  .gs-hero-bottom .gs-item .gs-item-text strong{
    font-size: 20px;
  }


  .gs-hero-bottom .gs-item img{
    height: auto;
    width: 100px;
    max-width: none;
  }

  .gs-hero-bottom .gs-items{
   flex-direction: column;
   gap: 16px;
  }

  .gs-hero-bottom .gs-items .gs-item{
   width: 100%;
   
  }

  .gs-hero-bottom .gs-items .gs-item .gs-item-content{
    justify-content: flex-start;
   gap: 10px;
   padding: 15px 15px 15px 25px;
   min-height: 10px;
  }

  .gs-hero-bottom .gs-item .gs-item-text{
    max-width: 200px;
  }

  .gs-hero-bottom .gs-item .gs-item-photo{
    width: 100px;
    margin: 0 0 0 0px;
  }

  .gs-hero-bottom .gs-item::before{
    opacity: 0.5;
    filter: blur(2px);
  }

}


/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */







































