@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: #fff;
 background-size: cover;
 padding: 0px;
    
}


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


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

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


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


@media screen and (min-width: 768px) and (max-width: 1439px)  {
  .gs-page{
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .gs-page{
    padding: 0px;
  }


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

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

  .gs-page {
    padding: 0px;
    
  }

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

  .gs-mob{
    display: block !important;
  }


}


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



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

.gs-hero .gs-photo{
  width: 787px;
}

.gs-hero .gs-photo img{
  display: block;
  width: 100%;
}

.gs-hero .gs-content{
  width: 557px;
  border-radius: 16px;
  background: #282828;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
  color: #fff;
  text-align: center;
}

.gs-hero .gs-content .gs-pre-title{
  color:  #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
}

.gs-hero .gs-content .gs-title{
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.26px;
}

.gs-hero .gs-content .gs-title h1,
.gs-hero .gs-content .gs-title h2{
  font-size: inherit;
}


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


  .gs-hero{
    max-width: 94.44vw;
    margin: 2.78vw auto 0 auto;
    gap: 1.11vw;
  }

  .gs-hero .gs-photo{
    width: 54.65vw;
  }

  .gs-hero .gs-content{
    width: 38.68vw;
    border-radius: 1.11vw;
    gap: 1.67vw;
    padding: 1.67vw;
  }

  .gs-hero .gs-content .gs-pre-title{
    font-size: 1.39vw;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 1.81vw;
  }

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


  .gs-hero{
    flex-direction: column;
    padding: 20px;
    margin: 0px;
  }

  .gs-hero .gs-photo{
    width: 100%;
  }

  .gs-hero .gs-content{
    width: 100%;
  }

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

  .gs-hero{
    padding: 10px;  
  }



  .gs-hero .gs-content .gs-pre-title{
    font-size: 17px;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 19px;
  }

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


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




.gs-connected{
  padding: 64px 20px;
}

.gs-connected .gs-title{
  color: #282828;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.48px;
  padding: 0 0 56px 0;
}

.gs-connected .gs-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}

.gs-connected .gs-items .gs-item{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

.gs-connected .gs-items .gs-item:nth-child(even){
  flex-direction: row-reverse;
}

.gs-connected .gs-items .gs-item .gs-item-photo{
  width: calc(50% - 28px);
}

.gs-connected .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: 100%;
}

.gs-connected .gs-items .gs-item .gs-item-content{
  width: calc(50% - 28px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 12px;
  text-align: left;
}

.gs-connected .gs-items .gs-item .gs-item-content .gs-item-icon img{
  display: block;
  height: 80px;
}

.gs-connected .gs-items .gs-item .gs-item-content .gs-item-title{
  padding: 20px 0 0 0;
  color: #282828;
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.28px;
}


.gs-connected .gs-items .gs-item .gs-item-content .gs-item-text{
  color: #282828;
  font-size: 17px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.34px;
}



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


  .gs-connected{
    padding: 4.44vw 1.39vw;
  }

  .gs-connected .gs-title{
    font-size: 2.78vw;
    padding: 0 0 3.89vw 0;
  }

  .gs-connected .gs-items{
    gap: 2.78vw;
    max-width: 78.61vw;
  }

  .gs-connected .gs-items .gs-item{
    gap: 3.89vw;
  }

  .gs-connected .gs-items .gs-item .gs-item-photo{
    width: calc(50% - 1.94vw);
  }

  .gs-connected .gs-items .gs-item .gs-item-content{
    width: calc(50% - 1.94vw);
    gap: 0.83vw;
  }

  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-icon img{
    height: 5.56vw;
  }

  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-title{
    padding: 1.39vw 0 0 0;
    font-size: 1.94vw;
  }


  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-text{
    font-size: 1.18vw;
  }

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


  .gs-connected .gs-title{
    font-size: 40px;
  }

  .gs-connected .gs-items .gs-item{
    
  }

  .gs-connected .gs-items .gs-item .gs-item-icon{
    display: none;
  }

  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-title{
    font-size: 24px;
  }

  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-text{
    font-size: 15px;
  }



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

  .gs-connected .gs-title {
    font-size: 28px;
    padding: 0 0 30px 0;
    max-width: 300px;
    margin: 0 auto;
}

  .gs-connected .gs-items .gs-item,
  .gs-connected .gs-items .gs-item:nth-child(even){
    flex-direction: column;
    gap: 30px;
  }

  .gs-connected .gs-items .gs-item .gs-item-photo{
    width: 100%;
  }

  .gs-connected .gs-items .gs-item .gs-item-content{
    width: 100%;
    text-align: center;
  }

  .gs-connected .gs-items .gs-item .gs-item-icon{
    display: block;
    margin: 0 auto;
  }

  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-icon img {
    display: block;
    height: 55px;
  }

  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-title{
    padding: 0px;
  }


  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-title,
  .gs-connected .gs-items .gs-item .gs-item-content .gs-item-text{
    width: 100%;
  }

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


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


.gs-products{
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    border-radius: 16px;
    background: #282828;
    padding: 64px 20px;
}

.gs-products .gs-title{
  padding: 0 0 40px 0;
  color: #FFF;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.48px;
}

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


.gs-products .gs-items .gs-item{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 328px;
  padding: 8px;
  border-radius: 16px;
  background: #282828;
  margin: 0 12px;
  text-align: center;
  
}

.gs-products .gs-items .gs-item .gs-item-content{
  border-radius: 8px;
  padding: 0px 0 16px 0;
  width: 100%;
  border: 1px solid #ffffff;
}

.gs-products .gs-items .gs-item .gs-item-bottom{
  padding: 0px;
  width: 100%;
}

.gs-products .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.gs-products .gs-items .gs-item .gs-item-brand{
  padding: 40px 0 0 0;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
}

.gs-products .gs-items .gs-item .gs-item-title{
  padding: 8px 0 24px 0;
  
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.gs-products .gs-items .gs-item .gs-item-warranty{
  padding: 0 0 5px 0;
}

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

.gs-products .gs-items .gs-item .gs-item-price{
  padding: 0;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.13px;
}

.gs-products .gs-items .gs-item .gs-item-price strong{
  color: #282828;
  font-weight: 800;
  display: block;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.32px;
  padding: 16px 0;
}


.gs-products .gs-items .gs-item .gs-item-more{
  display: inline-block;
  padding: 20px 24px;
  border-radius: 10px;
  color:  #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  transition: all 200ms;
  width: 100%;

  border-radius: 10px;
  border: 1px solid #fff;
}

.gs-products .gs-items .gs-item .gs-item-more:hover{
  background: #ffffff;
  color: #282828;
}

.gs-products .gs-more{
  display: block;
  padding: 20px 24px;
  border-radius: 10px;
  color:  #000;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  line-height: 120%;
  transition: all 200ms;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 40px auto 0 auto;
  max-width: 265px;
}

.gs-products .gs-more:hover{
  opacity: 0.8;
}

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


  .gs-products{
    max-width: 96.67vw;
    border-radius: 1.12vw;
    padding: 4.45vw 1.39vw;
  }

  .gs-products .gs-title{
    padding: 0 0 2.78vw 0;
    font-size: 2.78vw;
    letter-spacing: -0.03vw;
  }

  .gs-products .gs-items{
    width: 72.50vw;
  }

  .gs-products .gs-items .gs-item{
    gap: 0.56vw;
    width: 22.78vw;
    padding: 0.56vw;
    border-radius: 1.12vw;
    margin: 0 0.84vw;
  }

  .gs-products .gs-items .gs-item .gs-item-content{
    border-radius: 0.56vw;
    padding: 0.00vw 0 1.12vw 0;
    border: 0.07vw solid #ffffff;
  }

  .gs-products .gs-items .gs-item .gs-item-photo img{
    border-radius: 0.56vw 0.56vw 0 0;
  }

  .gs-products .gs-items .gs-item .gs-item-brand{
    padding: 2.78vw 0 0 0;
    font-size: 1.95vw;
  }

  .gs-products .gs-items .gs-item .gs-item-title{
    padding: 0.56vw 0 1.67vw 0;
    font-size: 1.12vw;
    letter-spacing: 0.04vw;
  }

  .gs-products .gs-items .gs-item .gs-item-warranty{
    padding: 0 0 0.35vw 0;
  }

  .gs-products .gs-items .gs-item .gs-item-warranty img{
    width: 12.50vw;
  }

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

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

  .gs-products .gs-items .gs-item .gs-item-more{
    padding: 1.39vw 1.67vw;
    border-radius: 0.70vw;
    font-size: 1.25vw;
    border-radius: 0.70vw;
    border: 0.07vw solid #fff;
  }

  .gs-products .gs-more{
    padding: 1.39vw 1.67vw;
    border-radius: 0.70vw;
    font-size: 1.05vw;
    border-radius: 0.70vw;
    border: 0.07vw solid #fff;
    margin: 2.78vw auto 0 auto;
    max-width: 18.41vw;
  }

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

  .gs-products{
    border-radius: 0px;
  }

   .gs-products .gs-items{
    width: 100%;
  }

   .gs-products .owl-carousel .owl-stage-outer{
    overflow: visible;
  }

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

  .gs-products{
     background-position: 220% top;
  }

  .gs-products .gs-title{
    font-size: 35px;
   
  }

 

  .gs-products .gs-items .gs-item {
    width: 315px;
    margin: 0 6px;
  }



  .gs-products .gs-items .gs-item .gs-item-brand{
    padding: 0px;
  }

  .gs-products .gs-items .gs-item .gs-item-title{
    padding-bottom: 10px;
  }

  .gs-products .gs-items .gs-item .gs-item-price strong{
    padding: 0px 0 20px 0;
  }


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

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


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



.gs-activate{
  padding: 64px 20px 0 20px;
}

.gs-activate .gs-title{
  color: #282828;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.48px;
  padding: 0 0 40px 0;
}

.gs-activate .gs-items{
  width: 100%;
  max-width: 1188px;
  margin: 0 auto;
  font-size: 0px;
  white-space: nowrap;
  padding: 0 0 40px 0;
}

.gs-activate .gs-items .gs-item{
  display: block;
  vertical-align: top;
  font-size: 14px;
  padding: 32px 32px 0px 32px;
  border-radius: 24px;
  background:  #F2F2F3;
  white-space: normal;
  text-align: left;
}


.gs-activate .gs-items .gs-item .gs-item-step{
  padding: 8px 16px;
  border-radius: 8px;
  background: #282828;
  color: #FFF;
  font-weight: 600;
  font-size: 17px;
  line-height: 98%;
  letter-spacing: -0.32px;
  display: inline-block;
}

.gs-activate .gs-items .gs-item .gs-item-text{
    min-height: 144px;
    margin: 16px 0 0 0;
    color: #595959;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.gs-activate .gs-items .gs-item .gs-item-photo{
  
}

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


.gs-activate .owl-prev,
.gs-activate .owl-next{
  width: 40px;
  height: 40px;
  background: url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain !important;
  transition: all 200ms;
}

.gs-activate .owl-next{
  background: url("../images/icon-next.svg") no-repeat center center !important;
  background-size: contain !important;
}


.gs-activate .owl-prev.disabled,
.gs-activate .owl-next.disabled{ 
  opacity: 0.4;
  cursor: default;
}


.gs-activate .owl-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0 0;
}


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

 .gs-activate{
    padding: 4.45vw 1.39vw 0 1.39vw;
  }

  .gs-activate .gs-title{
    font-size: 3.34vw;
    letter-spacing: -0.03vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-activate .gs-items{
    max-width: 82.50vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-activate .gs-items .gs-item{
    font-size: 0.98vw;
    padding: 2.23vw 2.23vw 0.00vw 2.23vw;
    border-radius: 1.67vw;
  }

  .gs-activate .gs-items .gs-item .gs-item-step{
    padding: 0.56vw 1.12vw;
    border-radius: 0.56vw;
    font-size: 1.19vw;
    letter-spacing: -0.02vw;
  }

  .gs-activate .gs-items .gs-item .gs-item-text{
    min-height: 10.00vw;
    margin: 1.12vw 0 0 0;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }

  .gs-activate .gs-items .gs-item .gs-item-photo img{
    height: 30.49vw;
  }

  .gs-activate .owl-prev,
  .gs-activate .owl-next{
    width: 2.78vw;
    height: 2.78vw;
  }

  .gs-activate .owl-nav{
    gap: 1.39vw;
    padding: 1.39vw 0 0 0;
  }

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

  .gs-activate .gs-title{
    font-size: 34px;
  }

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

  .gs-activate .gs-title {
    font-size: 26px;
  }

  .gs-activate .gs-title br{
    display: none;
  }


  .gs-activate .gs-items{
    width: 90%;
  }


  .gs-activate .gs-items .gs-item .gs-item-photo img{
    height: 300px;
  }
}
@media screen and (max-width: 374px){}




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


.gs-offer{
  padding: 0px 20px 32px 20px;
}


.gs-offer .gs-title{
  color: #282828;
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding: 0 0 40px 0;
}

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


.gs-offer .gs-photo{
  width: 668px;
}

.gs-offer .gs-photo img{
  display: block;
  width: 100%;
  border-radius: 16px;
}

.gs-offer .gs-content{
  width: 668px;
  border-radius: 16px;
  background: #282828;
  padding: 24px 40px;
  text-align: center;
}

.gs-offer .gs-content .gs-top-title{
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.17px;
}

.gs-offer .gs-content .gs-top-title strong{
  font-size: 28px;
}

.gs-offer .gs-content .gs-price{
  padding: 32px 0 16px 0;
  color: #fff;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.16px;
  text-align: center;
}

.gs-offer .gs-content .gs-price strong{
  color: #fff;
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.56px;
  display: block;
}

.gs-offer .gs-content .gs-text{
  padding: 0 0 32px 0;
  color: #fff;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.gs-offer .gs-content .gs-more{
  padding: 16px 0px;
  border-radius: 8px;
  background:  #fff;
  color: #282828;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  width: 330px;
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  transition: all 200ms;
}

.gs-offer .gs-content .gs-more:not(.gs-v2):hover{
  opacity: 0.8;
}

.gs-offer .gs-content .gs-more.gs-v2{
  margin-top: 8px;
  background: none;
  color: #fff;
}

.gs-offer .gs-content .gs-more.gs-v2:hover{
  background: #fff;
  color: #282828;
}


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

  .gs-offer{
    padding: 0.00vw 1.39vw 2.23vw 1.39vw;
  }

  .gs-offer .gs-title{
    font-size: 2.50vw;
    letter-spacing: -0.03vw;
    padding: 0 0 2.78vw 0;
  }

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

  .gs-offer .gs-photo{
    width: 46.39vw;
  }

  .gs-offer .gs-photo img{
    border-radius: 1.12vw;
  }

  .gs-offer .gs-content{
    width: 46.39vw;
    border-radius: 1.12vw;
    padding: 1.67vw 2.78vw;
  }

  .gs-offer .gs-content .gs-top-title{
    padding: 0.84vw;
    border-radius: 0.84vw;
    border: 0.07vw solid #fff;
    font-size: 1.19vw;
    letter-spacing: -0.01vw;
  }

  .gs-offer .gs-content .gs-top-title strong{
    font-size: 1.95vw;
  }

  .gs-offer .gs-content .gs-price{
    padding: 2.23vw 0 1.12vw 0;
    font-size: 1.19vw;
    letter-spacing: -0.01vw;
  }

  .gs-offer .gs-content .gs-price strong{
    font-size: 5.00vw;
    letter-spacing: -0.03vw;
  }

  .gs-offer .gs-content .gs-text{
    padding: 0 0 2.23vw 0;
    font-size: 1.19vw;
    letter-spacing: -0.01vw;
  }

  .gs-offer .gs-content .gs-more{
    padding: 1.12vw 0.00vw;
    border-radius: 0.56vw;
    font-size: 1.25vw;
    width: 22.92vw;
    border: 0.07vw solid #fff;
  }

  .gs-offer .gs-content .gs-more.gs-v2{
    margin-top: 0.56vw;
  }

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


  .gs-offer .gs-title{
    font-size: 28px;
  }

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

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

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

  .gs-offer {
    padding: 32px 10px 0px 10px;
  }

  .gs-offer .gs-title {
    font-size: 23px;
    padding: 0 0 20px 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .gs-offer .gs-title br{
    display: none;
  }

  .gs-offer .gs-content{
    padding: 24px 12px;
  }

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

  .gs-offer .gs-content .gs-text br{
    display: none;
  }


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


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



.gs-faq{
  padding: 32px 20px 64px 20px;
}

.gs-faq .gs-title{
  color: #282828;
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding: 0 0 40px 0;
}

.gs-faq .gs-title a{
  text-decoration: underline;
}

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

.gs-faq .gs-row .gs-col{
  padding: 32px;
  border-radius: 16px;
  background: #F2F2F3;
  text-align: left;
  min-width: 437px;
}

.gs-faq .gs-row .gs-col .gs-col-title{
  color: #282828;
  font-size: 28px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.28px;
  font-weight: 800;
}

.gs-faq .gs-row .gs-col .gs-col-text{
  padding: 12px 0 26px 0;
  color: #282828;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.34px;
}



.gs-faq .gs-row .gs-col .gs-col-more{
  padding: 20px 24px;
  border-radius: 8px;
  color: #282828 ;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #282828 ;
  transition: all 200ms;
}

.gs-faq .gs-row .gs-col .gs-col-more.gs-active,
.gs-faq .gs-row .gs-col .gs-col-more:hover{
  background: #282828 ;
  color: #fff;
}


.gs-faq .gs-disclaimer{
  color: #282828;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.16px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
}





.gs-faq .gs-tab-content{
    padding: 26px 0 0 0;
    max-width: 900px;
    margin: 0 auto;
}

.gs-faq .gs-tab-content .gs-tab{
    text-align: left;
    border-radius: 19px;
    background: #F2F2F3;
    padding: 30px 40px;
    font-size: 15px;
    line-height: 140%;
    display: none;
    color: #000;
}

.gs-faq .gs-tab-content .gs-tab h3{
    margin: 0px;
    padding: 0 0 20px 0;
    font-weight: 800;
    font-size: 31px;
    line-height: 120%;

}

.gs-faq .gs-tab-content .gs-tab ol{
    margin: 0px;
    padding: 0px;
}

.gs-faq .gs-tab-content .gs-tab ol li{
    margin: 0 0 0 25px;
    padding: 10px 0 ;
}

.gs-faq .gs-tab-content .gs-tab .gs-item{
    padding: 10px 0;
}

.gs-faq .gs-tab-content .gs-tab .gs-item .gs-q{
    display: block;
    position: relative;
    padding: 0 45px 0 0;
    font-size: 17px;
}

.gs-faq .gs-tab-content .gs-tab .gs-item .gs-q::after{
    content: "";
    width: 24px;
    height: 24px;
    background: url("../images/icon-faq.svg") no-repeat center center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
}

.gs-faq .gs-tab-content .gs-tab .gs-item.gs-active .gs-q::after{
    transform: translate(0, -50%) rotate(180deg);
}

.gs-faq .gs-tab-content .gs-tab .gs-item .gs-ans{
    font-size: 17px;
    padding: 10px 0 0 0;
    display: none;


}




.gs-contact{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  width: 100%;
}

.gs-contact .gs-cont{
  width: calc(33.33% - 12px);
  border: 1px solid #000;
  border-radius: 16px;
  padding: 16px 24px;
}

.gs-contact .gs-cont img{
  width: 40px;
}

.gs-contact .gs-cont .gs-text{
  padding: 20px 0 0 0;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 100%;
}

.gs-contact .gs-cont:last-child .gs-text{
  font-size: 16px;
}

.gs-contact .gs-cont .gs-text strong{
  font-weight: 700;
  font-size: 24px;
}


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


  .gs-faq{
    padding: 2.22vw 1.39vw 4.44vw 1.39vw;
  }

  .gs-faq .gs-title{
    font-size: 2.5vw;
    padding: 0 0 2.78vw 0;
  }

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

  .gs-faq .gs-row .gs-col{
    padding: 2.22vw;
    border-radius: 1.11vw;
    min-width: 30.35vw;
  }

  .gs-faq .gs-row .gs-col .gs-col-title{
    font-size: 1.94vw;
  }

  .gs-faq .gs-row .gs-col .gs-col-text{
    padding: 0.83vw 0 1.81vw 0;
    font-size: 1.18vw;
  }

  .gs-faq .gs-row .gs-col .gs-col-more{
    padding: 1.39vw 1.67vw;
    border-radius: 0.56vw;
    font-size: 1.25vw;
    border: 0.07vw solid #282828;
  }

  .gs-faq .gs-disclaimer{
    font-size: 1.11vw;
    max-width: 62.5vw;
    padding: 2.78vw 0 0 0;
  }

  .gs-faq .gs-tab-content{
      padding: 1.81vw 0 0 0;
      max-width: 62.5vw;
  }

  .gs-faq .gs-tab-content .gs-tab{
      border-radius: 1.32vw;
      padding: 2.08vw 2.78vw;
      font-size: 1.04vw;
  }

  .gs-faq .gs-tab-content .gs-tab h3{
      padding: 0 0 1.39vw 0;
      font-size: 2.15vw;
  }

  .gs-faq .gs-tab-content .gs-tab ol li{
      margin: 0 0 0 1.74vw;
      padding: 0.69vw 0 ;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item{
      padding: 0.69vw 0;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item .gs-q{
    padding: 0 3.13vw 0 0;
    font-size: 1.19vw;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item .gs-q::after{
    width: 1.67vw;
    height: 1.67vw;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item .gs-ans{
    font-size: 1.19vw;
    padding: 0.70vw 0 0 0;
  }



  .gs-contact{
    gap: 1.67vw;
    max-width: 62.5vw;
    margin: 0 auto 2.78vw auto;
    width: 100%;
  }

  .gs-contact .gs-cont{
    width: calc(33.33% - 0.83vw);
    border-radius: 1.11vw;
    padding: 1.11vw 1.67vw;
  }

  .gs-contact .gs-cont img{
    width: 2.78vw;
  }

  .gs-contact .gs-cont .gs-text{
    padding: 1.39vw 0 0 0;
    font-size: 1.25vw;
  }

  .gs-contact .gs-cont:last-child .gs-text{
    font-size: 1.11vw;
  }

  .gs-contact .gs-cont .gs-text strong{
    font-size: 1.67vw;
  }

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

  .gs-faq .gs-row .gs-col{
    min-width: 350px;
  }

  .gs-faq .gs-title{
    font-size: 27px;
  }


  .gs-contact{
    gap: 10px;
    padding: 0 0 0px 0;
    margin: 0 0 24px 0;
  }

  .gs-contact .gs-cont {
    width: calc(33.33% - 12px);
    padding: 15px 17px;
  }

  .gs-contact .gs-cont .gs-text strong{
    font-size: 20px;
  }

  .gs-contact .gs-cont .gs-text{
    font-size: 16px;
  }

  .gs-contact .gs-cont:last-child .gs-text {
      font-size: 14px;
  }

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

  .gs-faq .gs-title {
    font-size: 23px;
  }

  .gs-faq .gs-title br{
    display: none;
  }

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

  .gs-faq .gs-row .gs-col{
    width: 100%;
    min-width: 100%;
  }

  .gs-faq .gs-tab-content .gs-tab h3 {
    padding: 0 0 10px 0;
    font-size: 23px;
  }

  .gs-faq .gs-disclaimer{
    font-size: 14px;
    padding: 10px 0 0 0;
  }

  .gs-faq .gs-tab-content{
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0px;
  }

  .gs-contact{
    flex-direction: column;
  }

  .gs-contact .gs-cont{
    width: 100%;
  }

  .gs-contact .gs-cont .gs-text strong {
    font-size: 24px;
  }

  .gs-contact .gs-cont .gs-text,
  .gs-contact .gs-cont:last-child .gs-text {
    font-size: 18px;
  }

  .gs-faq .gs-title br{
    display: none;
  }

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


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









