@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: 0 20px;
  }


  .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: 0 20px;
  }

  .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: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

.gs-hero .gs-content{
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 16px;
}

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

.gs-hero .gs-content .gs-title{
  border-radius: 20px;
  background: #EDEDED;
  align-content: center;
  padding: 23px;
  width: 100%;
  height: 258px;

  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.gs-hero .gs-video{
  width: 922px;
}

.gs-hero .gs-video video{
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 417px;
  object-fit: cover;
}


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

  .gs-hero{
    max-width: 94.45vw;
    margin: 1.39vw auto 0 auto;
    gap: 1.12vw;
  }

  .gs-hero .gs-content{
    width: 29.17vw;
    gap: 1.12vw;
  }

  .gs-hero .gs-content .gs-title{
    border-radius: 1.39vw;
    padding: 1.60vw;
    height: 17.92vw;
    font-size: 2.23vw;
  }

  .gs-hero .gs-video{
    width: 64.03vw;
  }

  .gs-hero .gs-video video{
    border-radius: 1.39vw;
    height: 28.96vw;
  }
}
@media screen and (max-width: 959px){
  .gs-hero{
    flex-direction: column;
    position: relative;
    gap: 12px;
  }

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

  .gs-hero .gs-content .gs-logo{
    background: #44D62C;
    border-radius: 16px;
    width: 100%;
  }

  .gs-hero .gs-content .gs-logo img{
    height: 100px;
    width: auto;
    margin: 0 auto;
  }

  .gs-hero .gs-video{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 112px;
  }

  .gs-hero .gs-video video {
    border-radius: 16px;
    height: 44vw;
 }

  .gs-hero .gs-content .gs-title{
    height: auto;
    margin-top: calc(44vw + 10px);
    font-size: 25px;
  }
}
@media screen and (max-width: 767px){
  .gs-hero .gs-content .gs-title{
    font-size: 24px;
  }
}
@media screen and (max-width: 374px){}


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


.gs-how-works{
  padding: 60px 20px;
  text-align: center;
}

.gs-how-works .gs-title{
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 32px 0;
}

.gs-how-works .gs-items{
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.gs-how-works .gs-items .gs-item{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
  width: 100%;
  padding: 40px 0 0 0;
}

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

.gs-how-works .gs-items .gs-item .gs-item-content{
  width: calc(50% - 36px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 16px;
  color: #423F3F;
}

.gs-how-works .gs-items .gs-item .gs-item-content .gs-item-title{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.56px;
  text-align: left;
  width: 100%;
}

.gs-how-works .gs-items .gs-item .gs-item-content .gs-item-text{
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.48px;
  width: 100%;
}

.gs-how-works .gs-items .gs-item .gs-item-photo{
  width: calc(50% - 36px);
  height: 200px;
  position: relative;
  border-radius: 24px;
  background: #7295E7;
}

.gs-how-works .gs-items .gs-item .gs-item-photo .gs-item-mask{
  position: absolute;
  left: 50%;
  width: 280px;
  height: 243px;
  bottom: 0px;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.gs-how-works .gs-items .gs-item .gs-item-photo img{
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  transform: translate(0%, 0%);
  transition: all 500ms;
}

.gs-how-works .gs-items .gs-item:not(.gs-active) .gs-item-photo img{
  transform: translate(0%, 100%);
}


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

 .gs-how-works{
    padding: 4.17vw 1.39vw;
  }

  .gs-how-works .gs-title{
    font-size: 2.78vw;
    padding: 0 0 2.23vw 0;
  }

  .gs-how-works .gs-items{
    max-width: 66.12vw;
    gap: 2.23vw;
  }

  .gs-how-works .gs-items .gs-item{
    gap: 5.00vw;
    padding: 2.78vw 0 0 0;
  }

  .gs-how-works .gs-items .gs-item .gs-item-content{
    width: calc(50% - 2.50vw);
    gap: 1.12vw;
  }

  .gs-how-works .gs-items .gs-item .gs-item-content .gs-item-title{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
  }

  .gs-how-works .gs-items .gs-item .gs-item-content .gs-item-text{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-how-works .gs-items .gs-item .gs-item-photo{
    width: calc(50% - 2.50vw);
    height: 13.89vw;
    border-radius: 1.67vw;
  }

  .gs-how-works .gs-items .gs-item .gs-item-photo .gs-item-mask{
    width: 19.45vw;
    height: 16.88vw;
  }
}
@media screen and (max-width: 959px){

  .gs-how-works .gs-items .gs-item .gs-item-content .gs-item-title{
    font-size: 22px;
  }

  .gs-how-works .gs-items .gs-item .gs-item-content .gs-item-text{
    font-size: 18px;
  }


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

  .gs-how-works{
    padding: 24px 0;
  }
  .gs-how-works .gs-title{
    font-size: 24px;
    max-width: 190px;
    margin: 0 auto;
    padding: 0px;
  }

  .gs-how-works .gs-items .gs-item,
  .gs-how-works .gs-items .gs-item:nth-child(even){
    flex-direction: column-reverse;
    gap: 24px;
  }

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

  .gs-how-works .gs-items .gs-item .gs-item-photo{
    width: 100%;
  }
  .gs-how-works .gs-items .gs-item .gs-item-content .gs-item-title {
    font-size: 20px;
    text-align: center;
  }

  .gs-how-works .gs-items .gs-item .gs-item-photo .gs-item-mask {
    width: 252px;
    height: 220px;
  }
}
@media screen and (max-width: 374px){}


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



.gs-why-choose{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.gs-why-choose .gs-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}

.gs-why-choose .gs-items .gs-item{
  border-radius: 24px;
  background: #EDEDED;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  width: calc(33.33% - 8px);
}

.gs-why-choose .gs-items .gs-item:nth-child(4),
.gs-why-choose .gs-items .gs-item:nth-child(5){
  width: calc(50% - 6px);
}

.gs-why-choose .gs-items .gs-item:first-child{
  opacity: 0.9;
  background: #7295E7;
  justify-content: center;
}

.gs-why-choose .gs-items .gs-item .gs-main-title{
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /
  letter-spacing: -0.34px;
}


.gs-why-choose .gs-items .gs-item .gs-item-num{
  color: #282828;
  font-size: 138px;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
}

.gs-why-choose .gs-items .gs-item .gs-item-text{
  color: #282828;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


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

  .gs-why-choose{
    max-width: 77.78vw;
  }

  .gs-why-choose .gs-items{
    gap: 0.84vw;
  }

  .gs-why-choose .gs-items .gs-item{
    border-radius: 1.67vw;
    padding: 2.09vw;
    gap: 2.78vw;
    width: calc(33.33% - 0.56vw);
  }

  .gs-why-choose .gs-items .gs-item:nth-child(4),
  .gs-why-choose .gs-items .gs-item:nth-child(5){
    width: calc(50% - 0.42vw);
  }

  .gs-why-choose .gs-items .gs-item .gs-main-title{
    font-size: 2.37vw;
    /
    letter-spacing: -0.02vw;
  }

  .gs-why-choose .gs-items .gs-item .gs-item-num{
    font-size: 9.59vw;
  }

  .gs-why-choose .gs-items .gs-item .gs-item-text{
    font-size: 1.32vw;
  }
}
@media screen and (max-width: 959px){

  .gs-why-choose .gs-items .gs-item .gs-item-num{
    font-size: 80px;
  }

  .gs-why-choose .gs-items .gs-item .gs-item-text{
    font-size: 15px;
  }

  .gs-why-choose .gs-items .gs-item .gs-item-text br{
    display: none;
  }

  .gs-why-choose .gs-items .gs-item .gs-main-title{
    font-size: 21px;
  }
}
@media screen and (max-width: 767px){
  .gs-why-choose .gs-items{
    flex-direction: column;
  }

  .gs-why-choose .gs-items .gs-item{
    width: 100% !important;
    gap: 12px;
    padding: 20px 16px ;
    border-radius: 20px;
  }
  .gs-why-choose .gs-items .gs-item .gs-main-title {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
  .gs-why-choose .gs-items .gs-item .gs-main-title {
    font-size: 24px;
    text-align: center;
  }
  .gs-why-choose .gs-items .gs-item .gs-item-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px){}


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



.gs-faq{
  text-align: center;
  padding: 60px 20px;
}

.gs-faq .gs-title{
  color: #282828;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  letter-spacing: -0.4px;
  padding: 0 0 33px 0;
}

.gs-faq .gs-items{
  width: 100%;
  max-width: 938px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 8px;
}

.gs-faq .gs-items .gs-item{
  border-radius: 4px;
  background: #EDEDED;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  color: #212121;
}

.gs-faq .gs-items .gs-item .gs-item-q{
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  width: 100%;
  background: none;
  border: 0px;
  text-align: left;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
   line-height: 30px;
   position: relative;
   cursor: pointer;
   padding: 0 40px 0 0;
}

.gs-faq .gs-items .gs-item .gs-item-q::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 29px;
  height: 29px;
  background: url("../images/icon-faq.svg") no-repeat center center;
  background-size: cover;
  transition: all 300ms;
}

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

.gs-faq .gs-items .gs-item .gs-item-ans{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
  padding: 16px 40px 0 0;

}




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

  .gs-faq{
    padding: 4.17vw 1.39vw;
  }

  .gs-faq .gs-title{
    font-size: 2.78vw;
    letter-spacing: -0.02vw;
    padding: 0 0 2.30vw 0;
  }

  .gs-faq .gs-items{
    max-width: 65.14vw;
    gap: 0.56vw;
  }

  .gs-faq .gs-items .gs-item{
    border-radius: 0.28vw;
    padding: 0.84vw 1.12vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 1.12vw;
    font-size: 1.12vw;
    line-height: 2.09vw;
    padding: 0 2.78vw 0 0;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after{
    width: 2.02vw;
    height: 2.02vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 1.12vw;
    padding: 1.12vw 2.78vw 0 0;
  }
}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){

  .gs-faq {
    padding: 28px 0;
  }
  .gs-faq .gs-title{
    font-size: 24px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 16px;
    line-height: 140%;
    padding-right: 100px;
  }
}
@media screen and (max-width: 374px){}


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


























































