@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-mob-br{
  display: none;
}


.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 *:focus {
    outline: 2px solid #FF5A5E !important;
    outline-offset: 2px !important;
    transition: outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
  
.gs-page a:focus,
.gs-page button:focus,
.gs-page input:focus,
.gs-page select:focus,
.gs-page textarea:focus {
    outline: 2px solid #FF5A5E;
    outline-offset: 2px;
} 


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

.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: 700;  
}

.gs-black-bg{
  background: #131313;
  width: 100%;
  padding: 56px 0 32px 0;
  color: #fff;
}

.gs-darkblue-bg{
  background: #142533;
  width: 100%;
  padding: 0px 0 114px 0;
  color: #fff;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-page{
    font-size:1.19vw;
    padding: 2.78vw 0 0 0;
  }
  .gs-black-bg{
    padding: 3.89vw 0 2.23vw 0;
  }

  .gs-darkblue-bg{
    padding: 0.00vw 0 7.92vw 0;
  }
}

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

  .gs-black-bg{
    padding: 45px 20px;
  }
}

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



.gs-hero{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin: 0 auto 44px auto;
}

.gs-hero .gs-col{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  width: 330px;
  text-align: center;
}

.gs-hero .gs-soon{
  background: #EDEDED;
  border-radius: 18px;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 69px;
}

.gs-hero .gs-5g{
  border: 1px solid #282828;
  background: #FFF;

  border-radius: 18px;
  width: 100%;
  height: 69px;
  align-content: center;
  text-align: center;
}

.gs-hero .gs-5g img{
  display: block;
  width: 184px;
  margin: 0 auto;
}


.gs-hero .gs-content{

  border: 1px solid #282828;
  background: #FFF;

  border-radius: 18px;
  width: 100%;
  height: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
}

.gs-hero .gs-content .gs-title{
  font-size: 26px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -0.64px;
}

.gs-hero .gs-content .gs-text{
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.48px;
  max-width: 270px;
  margin: 0 auto;
}


.gs-hero .gs-col.gs-sec{
  width: 1038px;
  position: relative;
}

.gs-hero .gs-col.gs-sec video{
  display: block;
  width: 100%;
  border-radius: 18px;
}


.gs-hero .gs-preorder-gifts{
  background: #F3F3F3;
  border-radius: 18px;
  width: 100%;
  padding: 21px 0;
  min-height: 430px;
  align-content: center;
}

.gs-hero .gs-preorder-gifts img{
  width: 213px;
  margin: 0 auto;
}

.gs-hero .gs-more{
  display: block;
  border-radius: 18px;
  background: #000;
  line-height: 69px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  transition: all 200ms;
}

.gs-hero .gs-more:hover{
  text-decoration: none;
  opacity: 0.8;
}


  .gs-hero .gs-col.gs-sec .gs-play-pause {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    outline: none;
    font-size: 0px;
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause::before, 
  .gs-hero .gs-col.gs-sec .gs-play-pause::after {
    content: "";
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 1px;
    background: #000;
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause::after {
    left: 60%;
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause.gs-active::after {
    display: none;
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause.gs-active::before {
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #000;
    background: none;
    left: 50%;
  }




.gs-hero .gs-show-anim-description{
    display: block;
    color: #000;
    font-size: 12px;
    position: absolute;
    right: 45px;
    top: calc(100% + 12px);
}

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

    .gs-hero{
    gap: 1.67vw;
    margin: 0 auto 3.06vw auto;
  }

  .gs-hero .gs-col{
    gap: 1.67vw;
    width: 22.92vw;
  }

  .gs-hero .gs-soon{
    border-radius: 1.25vw;
    font-size: 2.09vw;
    line-height: 4.80vw;
  }

  .gs-hero .gs-5g{
    border: 0.07vw solid #282828;
    border-radius: 1.25vw;
    height: 4.80vw;
  }

  .gs-hero .gs-5g img{
    width: 12.78vw;
  }

  .gs-hero .gs-content{
    border: 0.07vw solid #282828;
    border-radius: 1.25vw;
    height: 27.78vw;
    gap: 1.39vw;
    padding: 2.09vw 1.39vw;
  }

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

  .gs-hero .gs-content .gs-text{
    font-size: 1.25vw;
    letter-spacing: -0.03vw;
    max-width: 18.75vw;
  }

  .gs-hero .gs-col.gs-sec{
    width: 72.09vw;
  }

  .gs-hero .gs-col.gs-sec video{
    border-radius: 1.25vw;
  }

  .gs-hero .gs-preorder-gifts{
    border-radius: 1.25vw;
    padding: 1.46vw 0;
    min-height: 29.87vw;
  }

  .gs-hero .gs-preorder-gifts img{
    width: 14.80vw;
  }

  .gs-hero .gs-more{
    border-radius: 1.25vw;
    line-height: 4.80vw;
    font-size: 1.39vw;
  }

  .gs-hero .gs-col.gs-sec .gs-play-pause{
    width: 1.67vw;
    height: 1.67vw;
    border: 0.07vw solid #000;
    right: 0.70vw;
    top: calc(100% + 0.70vw);
  }

  .gs-hero .gs-col.gs-sec .gs-play-pause::before, 
    .gs-hero .gs-col.gs-sec .gs-play-pause::after{
    height: 0.70vw;
    width: 0.07vw;
  }

  .gs-hero .gs-col.gs-sec .gs-play-pause.gs-active::before{
    border-top: 0.42vw solid rgba(0, 0, 0, 0);
    border-bottom: 0.42vw solid rgba(0, 0, 0, 0);
    border-left: 0.42vw solid #000;
  }

  .gs-hero .gs-show-anim-description{
    font-size: 0.84vw;
    right: 3.13vw;
    top: calc(100% + 0.84vw);
  }

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

  .gs-hero{
    width: 100%;
    padding: 20px;
    margin: 0 auto 32px auto;
  }

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

  .gs-hero .gs-content .gs-text {
    font-size: 2vw;
    max-width: unset;
  }

  .gs-hero .gs-col{
    width: 35vw;
  }

  .gs-hero .gs-col.gs-sec{
    width: calc(65vw - 10px);
  }

  .gs-hero .gs-col.gs-sec video{
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px){

  .gs-hero{
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }


  .gs-hero .gs-col.gs-sec{
    width: 100%;
    order: 1;
    gap: 10px;
  }

  .gs-hero .gs-col.gs-first{
    order: 2;
    width: 100%;
    gap: 10px;
  }

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


  .gs-hero .gs-content .gs-title{
    text-align: center;
    width: 100%;
    font-size: 26px;
  }

  .gs-hero .gs-content .gs-text{
    font-size: 18px;
    text-align: center;
     width: 100%;
     max-width: 271px;
     margin: 0 auto;
  }

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

  .gs-hero .gs-content{
    height: auto;
  }


  .gs-hero .gs-preorder-gifts{
    min-height: 10px;
  }


  .gs-hero .gs-soon{
    margin-top: 32px;
  }


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

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

.gs-product-header{
  width: 100%;
  background: #EFF0F5;
}

.gs-product-header img{
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.gs-dark-bg,
.gs-light-bg{
  background: linear-gradient(180deg, #000 69.08%, #17365F 100%), #040506;
  color: #fff;
  padding: 32px 20px;
}

.gs-light-bg{
  background: #E6EAF2;
  color: #282828;
}


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

  .gs-product-header img{
    max-width: 100.00vw;
  }

  .gs-dark-bg,
  .gs-light-bg{
    padding: 2.23vw 1.39vw;
  }
}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){

  .gs-dark-bg,
  .gs-light-bg{
    padding: 32px 16px;
  }

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

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

.gs-tech {
  text-align: center;
}

.gs-tech .gs-title{
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.64px;
  padding: 0 0 32px 0;
}

.gs-tech .gs-items{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 236px 236px 310px;
  gap: 12px;
  width: 100%;
  max-width: 1172px;
  margin: 0 auto 24px auto;

}

.gs-tech .gs-items .gs-item{
  position: relative;
  overflow: hidden;

  background: url("../images/bg-tech1-1.webp") no-repeat center center;
  background-size: cover;
}

.gs-tech .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-tech1-2.webp");  }
.gs-tech .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-tech1-3.webp");  }
.gs-tech .gs-items .gs-item.gs-i4{ background-image: url("../images/bg-tech1-4.webp"); min-height: 312px;  }
.gs-tech .gs-items .gs-item.gs-i5{ background-image: url("../images/bg-tech1-5.webp"); min-height: 312px; }
.gs-tech .gs-items .gs-item.gs-i6{ background-image: url("../images/bg-tech1-6.webp"); min-height: 312px; }


.gs-light-bg .gs-tech .gs-items .gs-item.gs-i1{ background-image: url("../images/bg-tech2-1.webp"); }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-tech2-2.webp"); }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-tech2-3.webp"); }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i4{ background-image: url("../images/bg-tech2-4.webp"); }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i5{ background-image: url("../images/bg-tech2-5.webp"); }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i6{ background-image: url("../images/bg-tech2-6.webp"); }


.gs-tech .gs-items .gs-item:nth-child(1) {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  min-height: 486px;
}

.gs-tech .gs-items .gs-item:nth-child(2) {
  grid-column: 4 / span 3;
  grid-row: 1;
}

.gs-tech .gs-items .gs-item:nth-child(3) {
  grid-column: 4 / span 3;
  grid-row: 2;
}

.gs-tech .gs-items .gs-item:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.gs-tech .gs-items .gs-item:nth-child(5) {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.gs-tech .gs-items .gs-item:nth-child(6) {
  grid-column: 5 / span 2;
  grid-row: 3;
}


.gs-tech .gs-items .gs-item .gs-item-content{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 24px 0 0 24px;
  text-align: left;
}

.gs-tech .gs-items .gs-item .gs-item-title{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.48px;
}

.gs-tech .gs-items .gs-item .gs-item-text{
  padding: 12px 0 0 0;
  font-size: 18px;
  font-style: normal;
  line-height: 118%; 
  letter-spacing: -0.36px;
}



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

  .gs-tech .gs-title{
    font-size: 2.23vw;
    letter-spacing: -0.04vw;
    padding: 0 0 2.23vw 0;
  }

  .gs-tech .gs-items{
    grid-template-rows: 16.39vw 16.39vw 21.53vw;
    gap: 0.84vw;
    max-width: 81.39vw;
    margin: 0 auto 1.67vw auto;
  }

  .gs-tech .gs-items .gs-item.gs-i4{
    min-height: 21.67vw;
  }

  .gs-tech .gs-items .gs-item.gs-i5{
    min-height: 21.67vw;
  }

  .gs-tech .gs-items .gs-item.gs-i6{
    min-height: 21.67vw;
  }

  .gs-tech .gs-items .gs-item:nth-child(1){
    min-height: 33.75vw;
  }

  .gs-tech .gs-items .gs-item .gs-item-content{
    padding: 1.67vw 0 0 1.67vw;
  }

  .gs-tech .gs-items .gs-item .gs-item-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-tech .gs-items .gs-item .gs-item-text{
    padding: 0.84vw 0 0 0;
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
  }
}
@media screen and (max-width: 959px){
  .gs-tech .gs-items {
      grid-template-rows: 19.15vw 19.15vw 25.2vw;
      gap: 0.84vw;
      max-width: 94.39vw;
      margin: 0 auto 1.67vw auto;
  }

  .gs-tech .gs-items .gs-item .gs-item-title{
    font-size: 2vw;
  }
  .gs-tech .gs-items .gs-item .gs-item-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px){

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


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

  .gs-tech .gs-items .gs-item,
  .gs-tech .gs-items .gs-item:nth-child(1),
  .gs-tech .gs-items .gs-item:nth-child(2),
  .gs-tech .gs-items .gs-item:nth-child(3),
  .gs-tech .gs-items .gs-item:nth-child(4),
  .gs-tech .gs-items .gs-item:nth-child(5),
  .gs-tech .gs-items .gs-item:nth-child(6){
    width: 100%;
    min-height: 76.6vw;
  }

  .gs-tech .gs-items .gs-item .gs-item-content {
    padding: 15px 0 0 15px;
  }

  .gs-tech .gs-items .gs-item .gs-item-title{
    font-size: 20px;
  }

  .gs-tech .gs-items .gs-item .gs-item-text{
    font-size: 16px;
    padding: 8px 0 0 0;
  }

.gs-tech .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-tech1-2-mob.webp"); min-height: 65.7vw; }
.gs-tech .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-tech1-3-mob.webp"); min-height: 65.6vw; }
.gs-tech .gs-items .gs-item.gs-i4{ background-image: url("../images/bg-tech1-4-mob.webp"); min-height: 74.6vw; }
.gs-tech .gs-items .gs-item.gs-i5{ background-image: url("../images/bg-tech1-5-mob.webp"); min-height: 72.3vw; }
.gs-tech .gs-items .gs-item.gs-i6{ background-image: url("../images/bg-tech1-6-mob.webp"); min-height: 66.2vw; }


.gs-light-bg .gs-tech .gs-items .gs-item.gs-i1{ background-image: url("../images/bg-tech2-1-mob.webp");  }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-tech2-2-mob.webp"); min-height: 65.7vw; }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-tech2-3-mob.webp"); min-height: 65.6vw; }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i4{ background-image: url("../images/bg-tech2-4-mob.webp"); min-height: 74.6vw; color: #fff; }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i5{ background-image: url("../images/bg-tech2-5-mob.webp"); min-height: 72.3vw; color: #fff; }
.gs-light-bg .gs-tech .gs-items .gs-item.gs-i6{ background-image: url("../images/bg-tech2-6-mob.webp"); min-height: 66.2vw; color: #fff; }

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

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

.gs-product{
  text-align: center;
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.gs-product .gs-row{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;

  border-radius: 20px;
  padding: 24px;
  border: 1px solid #F3F3F3;

  background: rgba(243, 243, 243, 0.70);

}  

.gs-product#gs-p2 .gs-row{
  border: 1px solid #F3F3F3;
  background: rgba(206, 206, 206, 0.70);
}


.gs-product .gs-row .gs-col{
  width: 422px;
  min-height: 362px;
  margin: 0;
  align-content: center;
}

.gs-product .gs-row .gs-photo{
  width: 260px;
  position: relative;
  margin: 15px 0 0 27px;
}

.gs-product .gs-row .gs-photo::after{
  content: "";
  position: absolute;
  left: 100%;
  bottom: 14px;
  margin: 0 0 0 0px;
  width: 96px;
  height: 54px;
  background: url("../images/icon-energy-tag.svg") no-repeat center center;
  background-size: contain;
}

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

.gs-product .gs-row .gs-item-colors{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 28px 97px 0 0px;
}

.gs-product .gs-row .gs-item-colors a{
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: relative;
  font-size: 0px;
}

.gs-product .gs-row .gs-item-colors a::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #50679B;
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.gs-product .gs-row .gs-item-colors a::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.gs-product .gs-row .gs-item-colors a.gs-active::after{
  border-color: #000;
}

.gs-product .gs-row .gs-item-colors a:nth-child(2)::before{
  background: #18181C;
}

.gs-product .gs-row .gs-item-colors a:nth-child(3)::before{
  background: #CEB4C9;
}



.gs-product#gs-p2 .gs-row .gs-item-colors a:nth-child(1)::before{
  background: #CEB4C9;

}
.gs-product#gs-p2 .gs-row .gs-item-colors a:nth-child(2)::before{
  background: #18181C;
}

.gs-product#gs-p2 .gs-row .gs-item-colors a:nth-child(3)::before{
  background: #C8DCEF;
}

.gs-product .gs-row .gs-gift{
  border-radius: 18px;
  background: #FFF;
  width: 338px;
  color: #000;
  text-align: center;
  padding: 32px 24px;

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


.gs-product .gs-row .gs-gift img{
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.gs-product .gs-row .gs-gift .gs-gift-top-title{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding: 0 0 5px 0;
}

.gs-product .gs-row .gs-gift .gs-gift-title{
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  padding: 15px 0 11px 0;
}

.gs-product .gs-row .gs-gift .gs-gift-text{
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  line-height: 110%;
}

.gs-product .gs-row .gs-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 338px;
}

.gs-product .gs-row .gs-content .gs-logo{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gs-product .gs-row .gs-content .gs-logo img{
  display: block;
  width: 100%;
  margin: 0 auto;
}

.gs-product .gs-row .gs-content .gs-price{
  border-radius: 12px;
  background: #fff;
  width: 100%;
  flex: 1 0 0;

  color: #000;
  text-align: center;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -0.36px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 206px;
} 

.gs-product .gs-row .gs-content .gs-price p{
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}

.gs-product .gs-row .gs-content .gs-price p:first-child{
  font-size: 24px;
  padding: 0 0 12px 0;
}

.gs-product .gs-row .gs-content .gs-price p:first-child strong{
  font-weight: 800;
  line-height: 100%;
}

.gs-product .gs-row .gs-content .gs-price span{
 font-size: 41px;
 font-weight: 800;
 line-height: 100%;
}

.gs-product .gs-row .gs-content .gs-more{
  width: 100%;
  color: #fff;

  line-height: 60px;
  text-align: center;

  color: #F3F3F3;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.421px;
  text-transform: uppercase;
  text-decoration: none;

  border-radius: 18px;
  background: #050505;
  transition: all 200ms;
}

.gs-product .gs-row .gs-content .gs-more:hover{
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1439px)  {
   .gs-product{
    gap: 3.34vw;
  }

  .gs-product .gs-row{
    gap: 0.84vw;
    border-radius: 1.39vw;
    padding: 1.67vw;
    border: 0.07vw solid #F3F3F3;
  }

  .gs-product#gs-p2 .gs-row{
    border: 0.07vw solid #F3F3F3;
  }

  .gs-product .gs-row .gs-col{
    width: 29.31vw;
    min-height: 25.14vw;
  }

  .gs-product .gs-row .gs-photo{
    width: 18.06vw;
    margin: 1.05vw 0 0 1.88vw;
  }

  .gs-product .gs-row .gs-photo::after{
    bottom: 0.98vw;
    width: 6.67vw;
    height: 3.75vw;
  }

  .gs-product .gs-row .gs-item-colors{
    gap: 1.05vw;
    padding: 1.95vw 6.74vw 0 0.00vw;
  }

  .gs-product .gs-row .gs-item-colors a{
    width: 1.88vw;
    height: 1.88vw;
  }

  .gs-product .gs-row .gs-item-colors a::before{
    width: 1.46vw;
    height: 1.46vw;
  }

  .gs-product .gs-row .gs-item-colors a::after{
    border: 0.07vw solid #fff;
  }

  .gs-product .gs-row .gs-gift{
    border-radius: 1.25vw;
    width: 23.48vw;
    padding: 2.23vw 1.67vw;
  }

  .gs-product .gs-row .gs-gift .gs-gift-top-title{
    font-size: 1.67vw;
    padding: 0 0 0.35vw 0;
  }

  .gs-product .gs-row .gs-gift .gs-gift-title{
    font-size: 1.39vw;
    padding: 1.05vw 0 0.77vw 0;
  }

  .gs-product .gs-row .gs-gift .gs-gift-text{
    font-size: 1.05vw;
  }

  .gs-product .gs-row .gs-content{
    gap: 0.84vw;
    width: 23.48vw;
  }

  .gs-product .gs-row .gs-content .gs-price{
    border-radius: 0.84vw;
    font-size: 1.74vw;
    letter-spacing: -0.02vw;
    min-height: 14.31vw;
  }

  .gs-product .gs-row .gs-content .gs-price p:first-child{
    font-size: 1.67vw;
    padding: 0 0 0.84vw 0;
  }

  .gs-product .gs-row .gs-content .gs-price span{
    font-size: 2.85vw;
  }

  .gs-product .gs-row .gs-content .gs-more{
    line-height: 4.17vw;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 767px){


  .gs-product{
    gap: 30px;
    max-width: 100%;
  }

  .gs-product .gs-text {
    font-size: 27px;
  }

  .gs-product .gs-row .gs-col{
    margin: 0px;
  }


  .gs-product .gs-row{
    gap: 10px;
    flex-wrap: wrap;
  }

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

  .gs-product .owl-nav{
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 0 0;
    gap: 10px;
  }

  .gs-product .gs-row .gs-gift .gs-gift-top-title {
    padding: 0 0 16px 0;
  }

  .gs-product .gs-row .gs-gift .gs-gift-title{
    padding: 20px 0 0 0;
  }

  .gs-product .gs-row .gs-gift img{
    height: 110px;
  }

  .gs-product .gs-row .gs-photo{
    transform: translate(-10%, 0);
  }


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

  .gs-product{
    width: 100%;
    margin: 32px auto;
  }

  .gs-product .gs-text {
    font-size: 22px;
    padding: 20px 0;
    max-width: 320px;
    margin: 0 auto;
  }

  .gs-product .gs-text br{
    display: none;
  }

  .gs-product .gs-row{
    flex-direction: column;
    gap: 20px;
  }

  .gs-product .gs-row .gs-col{
    margin: 0 auto;
  }

  .gs-product .gs-row .gs-content{
    width: 100%; 
  }

  .gs-product .gs-row .gs-content .gs-price{
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .gs-product .gs-row .gs-gift{
    width: 100%;
  }

  .gs-product .gs-row .gs-gift .gs-gift-title {
    font-size: 20px;
  }

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

  .gs-product .gs-row .gs-photo{
    height: auto;
    width: 100%;
  }

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

  .gs-product .gs-row .gs-item-colors{
    padding: 23px 0 10px 0;
  }

  .gs-product .gs-row{
    width: 100%;
    gap: 16px;
    padding: 24px 16px;
  }

  .gs-product .gs-row .gs-col{
    width: 230px;
    width: 220px;
  }

  .gs-product .gs-row .gs-photo::after {
  
    margin: 0 0 0 0px;
    width: 53px;
    height: 54px;
  }

  .gs-product .gs-row .gs-col{
    min-height: 320px;
  }

  .gs-product .gs-row .gs-gift img {
      margin: 5px auto;
  }

  .gs-product .gs-row .gs-gift .gs-gift-top-title{
    padding: 0px;
  }

  .gs-product .gs-row .gs-gift .gs-gift-title {
      font-size: 20px;
      max-width: 235px;
      padding: 10px 0 5px 0;
  }

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

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




.gs-disclaimer{
  padding: 44px 20px 0px 20px;

  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.36px;
  max-width: 750px;
  margin: 0 auto;
}

.gs-disclaimer a{
  color: inherit;
  text-decoration: underline;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-disclaimer{
    padding: 3.06vw 1.39vw 0.00vw 1.39vw;
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
    max-width: 52.09vw;
  }


}
@media screen and (max-width: 959px){
    .gs-disclaimer{
      padding: 0px;
      font-size: 15px;
    }
}
@media screen and (max-width: 767px){


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

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


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



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

.gs-anim-description .gs-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 900px;
    text-align: left;
    padding: 40px;
    font-size: 15px;
    background: #fff;
    border-radius: 20px;
    color: #212121;
}


.gs-anim-description .gs-content .gs-text{
    overflow: auto;
    max-height: 80vh;
}

.gs-anim-description .gs-content .gs-close::before{
  content: "✕";
  font-size: 20px;
}

.gs-anim-description .gs-content .gs-close{
  position:absolute;
  right:20px;
  top:20px;
  color: #212121;
  display:block;
  font-size: 20px;
  text-align: center;
  font-size: 0px !important;
}


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

  
.gs-anim-description .gs-content{
  width: calc(100% - 2.78vw);
  max-width: 62.50vw;
  padding: 2.78vw;
  font-size: 1.05vw;
  border-radius: 1.39vw;
}

.gs-anim-description .gs-content .gs-close::before{
  font-size: 1.39vw;
}

.gs-anim-description .gs-content .gs-close{
  right:1.39vw;
  top:1.39vw;
  font-size: 1.39vw;
}
 

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


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

   
}


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







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

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

.gs-lightbox .gs-content{
  position:absolute;
  top:50%;
  left:50%;
  width:calc(100% - 30px);
  max-width: 930px;
  max-height: 720px;
  height: 45vh;
  background:#000;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  z-index: 10;
}


.gs-lightbox .gs-content iframe{
  display: block;
}

.gs-lightbox .gs-content .gs-close::before{
  content: "✕";
}

.gs-lightbox .gs-content .gs-close{
  position:absolute;
  right:0px;
  top:-30px;
  color: #fff;
  display:block;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){}
@media screen and (max-width: 374px){}

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

.gs-banners{
  padding: 44px 20px 0 20px;
  text-align: center;
}

.gs-banners .gs-title{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
  padding: 0 0 32px 0;
}

.gs-banners .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.gs-banners .gs-items .gs-item{
  width: 364px;
  min-height: 241px;
  border-radius: 18px;
  background: #75FEAA;
  padding: 40px 24px;
  align-content: center;
  color: #050505;
}

.gs-banners .gs-items .gs-item .gs-item-text{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.4px;
  padding: 0 0 24px 0;
}

.gs-banners .gs-items .gs-item .gs-item-text strong{
  font-size: 32px;
  line-height: 100%; 
}

.gs-banners .gs-items .gs-item.gs-i2{ background-color: #904AFF; color: #fff;  }
.gs-banners .gs-items .gs-item.gs-i3{ background-color: #EDEDED;  }

.gs-banners .gs-items .gs-item img{
  width: 210px;
  display: block;
  margin: 0 auto;
}

.gs-banners .gs-items .gs-item.gs-i2 img{
  width: 195px;
}

.gs-banners .gs-items .gs-item.gs-i3 img{
  width: 183px;
}


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

    .gs-banners{
    padding: 3.06vw 1.39vw 0 1.39vw;
  }

  .gs-banners .gs-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0 0 2.23vw 0;
  }

  .gs-banners .gs-items{
    gap: 1.39vw;
  }

  .gs-banners .gs-items .gs-item{
    width: 25.28vw;
    min-height: 16.74vw;
    border-radius: 1.25vw;
    padding: 2.78vw 1.67vw;
  }

  .gs-banners .gs-items .gs-item .gs-item-text{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
    padding: 0 0 1.67vw 0;
  }

  .gs-banners .gs-items .gs-item .gs-item-text strong{
    font-size: 2.23vw;
  }

  .gs-banners .gs-items .gs-item img{
    width: 14.59vw;
  }

  .gs-banners .gs-items .gs-item.gs-i2 img{
    width: 13.55vw;
  }

  .gs-banners .gs-items .gs-item.gs-i3 img{
    width: 12.71vw;
  }
}
@media screen and (max-width: 959px){

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

  .gs-banners .gs-items .gs-item{
    width: 230px;
    padding: 40px 14px;
  }

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

  .gs-banners .gs-items .gs-item .gs-item-text strong {
    font-size: 22px;
    line-height: 100%;
  }

  .gs-banners .gs-items .gs-item.gs-i2 img {
    width: 159px;
  }
  .gs-banners .gs-items .gs-item.gs-i3 img {
    width: 152px;
  }

  .gs-banners .gs-items .gs-item img {
    width: 177px;
  }

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

  .gs-banners{
    padding: 32px 16px;
  }

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

  .gs-banners .gs-items{
    flex-direction: column;
  }

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

  .gs-banners .gs-items .gs-item .gs-item-text {
    font-size: 20px;
  }

  .gs-banners .gs-items .gs-item img{
    width: 210px;
  }

  .gs-banners .gs-items .gs-item.gs-i2 img{
    width: 195px;
  }

  .gs-banners .gs-items .gs-item.gs-i3 img{
    width: 183px;
  }

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

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



.gs-support{
  margin: 44px auto;
  width: 100%;
  max-width: 1130px;
  padding: 24px;
  border-radius: 28px;
  background: #000;
  color: #fff;
  text-align: center;
}

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

.gs-support .gs-insurance{
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 32px 0;
}

.gs-support .gs-insurance img{
  display: block;
  width: 100%;
}

.gs-support .gs-items{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}

.gs-support .gs-items .gs-item{
  padding: 40px 24px 24px 24px;
  border-radius: 18px;
  background: #0C438F;
  width: calc(50% - 8px);
}

.gs-support .gs-items .gs-item .gs-item-icon img{
  width: auto;
  height: 100px;
  margin: 0 auto;
  display: block;
}

.gs-support .gs-items .gs-item .gs-item-title{
  padding: 40px 0 20px 0;
  color: #EDEDED;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.gs-support .gs-items .gs-item .gs-item-text{
  color: #EDEDED;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: -0.32px;
  padding: 0 0 20px 0;
}

 .gs-support .gs-items .gs-item .gs-item-price{
  color: #EDEDED;
  font-size: 24px;
  font-style: normal;
  line-height: 100%; 
  letter-spacing: -0.48px;
  padding: 0 0 40px 0;
 }

 .gs-support .gs-items .gs-item .gs-item-price strong{
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -0.74px;
 }

 .gs-support .gs-items .gs-item .gs-item-price span{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: -0.48px;
 }

  .gs-support .gs-items .gs-item .gs-item-more{
    padding: 24px 30px;
    display: block;
    width: 100%;
    border-radius: 18px;
    background: #050505;
    color: #F3F3F3;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px; 
    letter-spacing: -0.4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms;
  }

 .gs-support .gs-items .gs-item .gs-item-more:hover{
  opacity: 0.8;
 }


 .gs-support .gs-items .gs-item.gs-i2{
  background: #EDEDED;
  color: #004383;
 }

 .gs-support .gs-items .gs-item.gs-i2 .gs-item-title,
 .gs-support .gs-items .gs-item.gs-i2 .gs-item-text,
 .gs-support .gs-items .gs-item.gs-i2 .gs-item-price{
  color: #004383;
 }


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

  .gs-support{
    margin: 3.06vw auto;
    max-width: 78.48vw;
    padding: 1.67vw;
    border-radius: 1.95vw;
  }

  .gs-support .gs-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0 0 1.39vw 0;
  }

  .gs-support .gs-insurance{
    max-width: 18.41vw;
    padding: 0 0 2.23vw 0;
  }

  .gs-support .gs-items{
    gap: 1.12vw;
  }

  .gs-support .gs-items .gs-item{
    padding: 2.78vw 1.67vw 1.67vw 1.67vw;
    border-radius: 1.25vw;
    width: calc(50% - 0.56vw);
  }

  .gs-support .gs-items .gs-item .gs-item-icon img{
    height: 6.95vw;
  }

  .gs-support .gs-items .gs-item .gs-item-title{
    padding: 2.78vw 0 1.39vw 0;
    font-size: 1.53vw;
    letter-spacing: -0.03vw;
  }

  .gs-support .gs-items .gs-item .gs-item-text{
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
    padding: 0 0 1.39vw 0;
  }

  .gs-support .gs-items .gs-item .gs-item-price{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-support .gs-items .gs-item .gs-item-price strong{
    font-size: 2.57vw;
    letter-spacing: -0.05vw;
  }

  .gs-support .gs-items .gs-item .gs-item-price span{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-support .gs-items .gs-item .gs-item-more{
    padding: 1.67vw 2.09vw;
    border-radius: 1.25vw;
    font-size: 1.39vw;
    line-height: 0.91vw;
    letter-spacing: -0.02vw;
  }
}
@media screen and (max-width: 959px){

  .gs-support{
    width: calc(100% - 40px);
  }

  .gs-support .gs-items{
    flex-direction: column;
  }

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

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

  .gs-support{
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 24px 16px 16px 16px;
  }



  .gs-support .gs-items .gs-item{
    padding: 35px 16px 16px 16px;
  }

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

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

  .gs-support .gs-items .gs-item .gs-item-more{
    font-size: 16px;
  }

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

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


.gs-after-sales{
 width: 100%;
 max-width: 1130px;
 margin: 0 auto;
 position: relative; 
 background: #000;
 border-radius: 28px;
}

.gs-after-sales img{
  display: block;
  width: 100%;
  border-radius: 28px;
}

.gs-after-sales .gs-content{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 35px;
  color: #EDEDED;
  text-align: left;
}

.gs-after-sales .gs-content .gs-title{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
}

.gs-after-sales .gs-content .gs-text{
  padding: 36px 0 0 0;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.4px;
}


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

    .gs-after-sales{
    max-width: 78.48vw;
    border-radius: 1.95vw;
  }

  .gs-after-sales img{
    border-radius: 1.95vw;
  }

  .gs-after-sales .gs-content{
    padding: 0 2.44vw;
  }

  .gs-after-sales .gs-content .gs-title{
    font-size: 2.23vw;
    letter-spacing: -0.04vw;
  }

  .gs-after-sales .gs-content .gs-text{
    padding: 2.50vw 0 0 0;
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
  }
}
@media screen and (max-width: 959px){

  .gs-after-sales{
    width: calc(100% - 40px);
  }

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

  .gs-after-sales{
    width: calc(100% - 32px);
    margin: 32px auto 0 auto;
  }


  .gs-after-sales img{
    height: 100vw;
    object-fit: cover;
    object-position: 67% center;
  }

  .gs-after-sales .gs-content{
    text-align: center;
  }

  .gs-after-sales .gs-content .gs-text{
    font-size: 16px;
  }

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

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

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




.gs-sticky{
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 100%);
  max-width: 840px;
  width: calc(100% - 40px);
  padding: 16px 16px 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 100;
  background: #000;
  border-radius: 18px;
  transition: all 500ms;
}

.gs-sticky.gs-s1{
    z-index: 101;
}

.gs-sticky.gs-active{
  bottom: 20px;
  transform: translate(-50%, 0);
}

.gs-sticky .gs-title{
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  color: #fff;
  font-weight:700;
}
.gs-sticky .gs-more{
   padding: 17px 30px;
  border-radius: 12px;
  background: #FFF;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px; 
  letter-spacing: -0.24px;
  transition: all 200ms;
  display: block;
  text-align: center;
  text-decoration: none;
}

.gs-sticky .gs-more:hover{
  opacity: 0.8;
  text-decoration: none;
}




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

      .gs-sticky{
    max-width: 58.34vw;
    width: calc(100% - 2.78vw);
    padding: 1.12vw 1.12vw 1.12vw 2.78vw;
    gap: 1.39vw;
    border-radius: 1.25vw;
  }

  .gs-sticky.gs-active{
    bottom: 1.39vw;
  }

  .gs-sticky .gs-title{
    font-size: 2.23vw;
    letter-spacing: -0.04vw;
  }

  .gs-sticky .gs-more{
    padding: 1.19vw 2.09vw;
    border-radius: 0.84vw;
    font-size: 0.84vw;
    line-height: 0.91vw;
    letter-spacing: -0.01vw;
  }
}
@media screen and (max-width: 959px) {

    .gs-sticky .gs-title{
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {


    .gs-sticky{
        left: 10px;
        width: calc(100% - 20px);
        bottom: 0px;
        transform: translate(0, 100%);
        padding: 10px 20px;
    }

    .gs-sticky.gs-active{
        transform: translate(0, 0);
        bottom: 10px;
    }

    .gs-sticky .gs-title {
        font-size: 22px;
        text-align: left;
        max-width: 185px;
    }

    .gs-sticky .gs-more {
        padding: 12px 11px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 13px;
        white-space: nowrap;
    }

}

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























