@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;
}

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

  .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-radius: 1.25vw;
    height: 4.80vw;
  }

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

  .gs-hero .gs-content{
    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.67vw;
    letter-spacing: -0.03vw;
  }

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

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

  .gs-hero{
    width: 100%;
    padding: 20px;
  }

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

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

  .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%;
  }

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

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


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


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

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


.gs-product-head{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.gs-product-head.gs-ph1{
  margin-top: 60px;
}

.gs-product-head.gs-ph2{
  margin-bottom: -30px;
}

.gs-product-head .gs-content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  margin: 0 0 0 100px;
}

.gs-product-head .gs-content .gs-logo img{
  width: auto;
  height: 56px;
  display: block;
}

.gs-product-head .gs-content .gs-title{
  padding: 20px 0 0 0;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.12px;
}

.gs-product-head.gs-ph2 .gs-content .gs-title{
  color: #fff;
}


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

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

  .gs-product-head.gs-ph1{
    margin-top: 4.17vw;
  }

  .gs-product-head.gs-ph2{
    margin-bottom: -2.08vw;
  }

  .gs-product-head .gs-content{
    margin: 0 0 0 6.95vw;
  }

  .gs-product-head .gs-content .gs-logo img{
    height: 3.89vw;
  }

  .gs-product-head .gs-content .gs-title{
    padding: 1.39vw 0 0 0;
    font-size: 3.89vw;
    letter-spacing: -0.07vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-product-head .gs-content {
    margin: 0 0 0 60px;
  }

  .gs-product-head .gs-content .gs-logo img {
    height: 45px;
  }

  .gs-product-head .gs-content .gs-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {

  .gs-product-head.gs-ph1{
    margin-top: 10px;
  }

  .gs-product-head img{
    width: 100%;
    height: 62vw;
    object-fit: cover;
    object-position: left center;
  }

  .gs-product-head .gs-content{
    margin: 0px;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    text-align: center;
    padding: 30px 0 44px 0;
  }

  .gs-product-head .gs-content .gs-logo img {
    height: 56px;
    margin: 0 auto;
  }

  .gs-product-head .gs-content .gs-logo img {
    height: 56px;
    margin: 0 auto;
  }

  .gs-product-head.gs-ph2 {
    margin-bottom: 0px;
  }

}


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


.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: 26px;

  border-radius: 20px;
  padding: 24px;
  border: 1px solid #F3F3F3;
  background: rgba(243, 243, 243, 0.70);

}  

.gs-product .gs-row .gs-col{
  width: 450px;
  min-height: 413px;
  margin: 0 26px 0 0;
  align-content: center;
}

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

.gs-product .gs-row .gs-photo::after{
  content: "";
  position: absolute;
  left: 100%;
  bottom: 14px;
  margin: 0 0 0 15px;
  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 0 0 0;
}

.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: #5a7e76;
  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 #000;
  opacity: 0;
}

.gs-product .gs-row .gs-item-colors a.gs-active::after{
  opacity: 1;
}

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

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



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

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

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

.gs-product .gs-row .gs-gift{
  border-radius: 18px;
  background: #FFF;
  width: 306px;
  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 29px 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: 28px 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: 24px;
  width: 330px;
}

.gs-product .gs-row .gs-content .gs-logo{
  border-radius: 12px;
  background: #fff;
  width: 100%;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gs-product .gs-row .gs-content .gs-logo img{
  display: block;
  height: 23px;
  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;
} 

.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: 10.533px;
  background: #050505;
  transition: all 200ms;
}

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

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

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

  .gs-product .gs-row .gs-col{
    width: 31.25vw;
    min-height: 28.69vw;
    margin: 0 1.81vw 0 0;
  }

  .gs-product .gs-row .gs-photo{
    width: 18.75vw;
    margin: 1.05vw auto 0 auto;
  }

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

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

  .gs-product .gs-row .gs-item-colors a{
    width: 1.88vw;
    height: 1.88vw;
    border: 0.07vw solid #ffffff;
  }

  .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.14vw solid #ADADAD;
  }

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

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

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

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

  .gs-product .gs-row .gs-content{
    gap: 1.67vw;
    width: 22.92vw;
  }

  .gs-product .gs-row .gs-content .gs-logo{
    border-radius: 0.84vw;
    height: 5.00vw;
  }

  .gs-product .gs-row .gs-content .gs-logo img{
    height: 1.60vw;
  }

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

  .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: 0.74vw;
  }
}
@media screen and (max-width: 959px){


  .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: calc(100% - 32px);
    margin: 0 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{
    
  }

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

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

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

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

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

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


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


.gs-tech{
  padding: 56px 0 105px 0 ;
}

.gs-tech.gs-t2{
  padding-bottom: 10px;
}

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

.gs-tech.gs-t2 .gs-title{
  color: #fff;
}

.gs-tech .gs-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
}

.gs-tech .gs-items .gs-item{
  border-radius: 16px;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 280px;
  overflow: hidden;
  position: relative;
}

.gs-tech .gs-items .gs-item:first-child{
  width: 864px;
  flex-direction: row;
}

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

.gs-tech .gs-items .gs-item .gs-item-content .gs-item-title{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.4px;
}

.gs-tech .gs-items .gs-item .gs-item-content .gs-item-text{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  padding: 8px 0 0 0;
}

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

.gs-tech .gs-items .gs-item:first-child .gs-item-photo img{
  height: 380px;
}



.gs-tech.gs-t2 .gs-items{
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1fr;
  grid-template-rows: 340px 270px 270px;
  gap: 12px;
  grid-template-areas:
    "item1 item1 item2"
    "item3 item4 item4"
    "item3 item5 item6";
}

.gs-tech.gs-t2 .gs-items .gs-item:nth-child(1){ grid-area: item1; }
.gs-tech.gs-t2 .gs-items .gs-item:nth-child(2){ grid-area: item2; }
.gs-tech.gs-t2 .gs-items .gs-item:nth-child(3){ grid-area: item3; }
.gs-tech.gs-t2 .gs-items .gs-item:nth-child(4){ grid-area: item4; }
.gs-tech.gs-t2 .gs-items .gs-item:nth-child(5){ grid-area: item5; }
.gs-tech.gs-t2 .gs-items .gs-item:nth-child(6){ grid-area: item6; }


.gs-tech.gs-t2 .gs-items .gs-item{
  background-color: #000;
}

.gs-tech.gs-t2 .gs-items .gs-item .gs-item-content .gs-item-title{
  font-size: 22px;
  color: #fff;
}

.gs-tech.gs-t2 .gs-items .gs-item .gs-item-content .gs-item-text{
  font-size: 18px;
  color: #fff;
}

.gs-tech.gs-t2 .gs-items{
  position: relative;
}


.gs-tech.gs-t2 .gs-items .gs-item{
  width: 374px;
  align-items: start;
}

.gs-tech.gs-t2 .gs-items .gs-item:nth-child(3){

}

.gs-tech.gs-t2 .gs-items .gs-item:nth-child(1),
.gs-tech.gs-t2 .gs-items .gs-item:nth-child(4){
  width: 760px;
}

.gs-tech.gs-t2 .gs-items .gs-item:nth-child(4){
  flex-direction: row;
  align-items: center;
}

.gs-tech.gs-t2 .gs-items .gs-item:nth-child(4) img{
  height: 272px;
}

.gs-tech.gs-t2 .gs-items .gs-item:nth-child(1) .gs-item-content{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
}


@media screen and (min-width: 959px)  and (max-width: 1439px) {
  .gs-tech{
    padding: 3.89vw 0 7.30vw 0;
  }

  .gs-tech.gs-t2{
    padding-bottom: 0.70vw;
  }

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

  .gs-tech .gs-items{
    gap: 0.84vw;
    max-width: 80.32vw;
  }

  .gs-tech .gs-items .gs-item{
    border-radius: 1.12vw;
    gap: 0.70vw;
    width: 19.45vw;
  }

  .gs-tech .gs-items .gs-item:first-child{
    width: 60.00vw;
  }

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

  .gs-tech .gs-items .gs-item .gs-item-content .gs-item-title{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
  }

  .gs-tech .gs-items .gs-item .gs-item-content .gs-item-text{
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
    padding: 0.56vw 0 0 0;
  }

  .gs-tech .gs-items .gs-item:first-child .gs-item-photo img{
    height: 26.39vw;
  }

  .gs-tech.gs-t2 .gs-items{
    grid-template-rows: 23.62vw 18.75vw 18.75vw;
    gap: 0.84vw;
  }

  .gs-tech.gs-t2 .gs-items .gs-item .gs-item-content .gs-item-title{
    font-size: 1.53vw;
  }

  .gs-tech.gs-t2 .gs-items .gs-item .gs-item-content .gs-item-text{
    font-size: 1.25vw;
  }

  .gs-tech.gs-t2 .gs-items .gs-item{
    width: 25.98vw;
  }

  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(1),
  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(4){
    width: 52.78vw;
  }

  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(4) img{
    height: 18.89vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-tech{
    padding: 45px 20px;
  }

  .gs-tech .gs-items .gs-item{
    width: 234px;
  }

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

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

  .gs-tech.gs-t2 .gs-items{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(2),
  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(3),
  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(5),
  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(6){
    width: calc(50% - 8px);
  }

}
@media screen and (max-width: 767px) {
  .gs-tech {
    padding: 45px 16px;
  }



  .gs-tech .gs-items .gs-item{
    flex-direction: column !important;
    align-items: start !important;
    width: 100% !important;
  }


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

  .gs-tech .gs-items .gs-item .gs-item-content .gs-item-text {
    font-size: 16px;
  }



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



  .gs-tech .gs-items .gs-item .gs-item-photo img{
    height: auto !important;
    width: 100% !important;
  }
  .gs-tech.gs-t1 .gs-items .gs-item:nth-child(2) .gs-item-photo img,
  .gs-tech.gs-t1 .gs-items .gs-item:nth-child(3) .gs-item-photo img,
  .gs-tech.gs-t1 .gs-items .gs-item:nth-child(4) .gs-item-photo img,
  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(3) .gs-item-photo img{
    max-width: 70%;
    margin: 0 auto;
  }

  .gs-tech.gs-t1 .gs-items .gs-item:nth-child(5) .gs-item-photo img {
    height: 51vw !important;
    object-fit: cover;
    width: 100% !important;
    object-position: center -4vw;
  }

  .gs-tech.gs-t1 .gs-items .gs-item:nth-child(6) .gs-item-photo img{
    height: 40vw !important;
    object-fit: cover;
    object-position: center center;
    width: 100% !important;
    margin: 0 auto;
    max-width: 2000px;
  }

  .gs-tech.gs-t2 .gs-items .gs-item:nth-child(1) .gs-item-photo img{
    height: 70vw !important;
    object-fit: cover;
    object-position: center bottom;
  }


}


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


.gs-extra-paroxes{
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 1160px;
  padding: 24px 32px;
  border-radius: 28px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  color: #000;
}

.gs-extra-paroxes .gs-content{
  width: 248px;
  align-content: center;
}

.gs-extra-paroxes .gs-content .gs-title{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.gs-extra-paroxes .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
}

.gs-extra-paroxes .gs-items .gs-item{
  width: 273px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 32px 16px;
  position: relative;
}

.gs-extra-paroxes .gs-items .gs-item:not(:first-child)::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 100px;
  background: #000;
}

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

.gs-extra-paroxes .gs-items .gs-item .gs-item-title{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; 
  letter-spacing: -0.48px;
  text-align: center;
}

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

  .gs-extra-paroxes{
    margin: 0 auto 1.39vw auto;
    max-width: 80.56vw;
    padding: 1.67vw 2.23vw;
    border-radius: 1.95vw;
    border: 0.07vw solid #F3F3F3;
    gap: 2.23vw;
  }

  .gs-extra-paroxes .gs-content{
    width: 17.23vw;
  }

  .gs-extra-paroxes .gs-content .gs-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-extra-paroxes .gs-items .gs-item{
    width: 18.96vw;
    gap: 1.67vw;
    padding: 2.23vw 1.12vw;
  }

  .gs-extra-paroxes .gs-items .gs-item:not(:first-child)::before{
    width: 0.07vw;
    height: 6.95vw;
  }

  .gs-extra-paroxes .gs-items .gs-item .gs-item-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-extra-paroxes{
    flex-direction: column;
    justify-content: center;
    align-items: center;
     padding: 24px;
  }

  .gs-extra-paroxes .gs-content .gs-title{
    text-align: center;
  }

  .gs-extra-paroxes .gs-items .gs-item{
    width: 33.33%;
  }

  .gs-extra-paroxes .gs-items .gs-item .gs-item-title{
    font-size: 19px;
  }

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

  .gs-extra-paroxes{
    padding: 32px 16px;
  }

  .gs-extra-paroxes .gs-content .gs-title{
    text-align: left;
  }

  .gs-extra-paroxes .gs-items{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

  .gs-extra-paroxes .gs-items .gs-item:not(:first-child)::before{
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0);
    width: 100px;
    height: 1px;
  }

  .gs-extra-paroxes .gs-items .gs-item .gs-item-title {
    font-size: 24px;
  }

}


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


.gs-kerdismenos{
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 1160px;
  padding: 24px 32px;
  border-radius: 28px;
  border: 1px solid #525151;
  background: rgba(0, 0, 0, 0.60);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  color: #fff;
}

.gs-kerdismenos .gs-content{
  width: 248px;
  align-content: center;
}

.gs-kerdismenos .gs-content .gs-title{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.gs-kerdismenos .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}

.gs-kerdismenos .gs-items .gs-item{
  width: 264px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 24px 24px 24px;
  position: relative;
  background: #75FEAA;
  border-radius: 18px;
}

.gs-kerdismenos .gs-items .gs-item:nth-child(2){background-color: #fff;}
.gs-kerdismenos .gs-items .gs-item:nth-child(3){background-color: #904AFF; color:#fff}


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

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

.gs-kerdismenos .gs-items .gs-item .gs-item-title{
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; 
  letter-spacing: -0.48px;
  text-align: center;
  height: 73px;
  align-content: center;
}

.gs-kerdismenos .gs-items .gs-item:nth-child(3) .gs-item-title{
  color: #fff;
}

.gs-kerdismenos .gs-items .gs-item .gs-item-more{
  padding: 24px 30px;
  border-radius: 18px;
  background: #050505;
  width: 100%;
  color: #F3F3F3;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 13px; 
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 300ms;
}

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

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

  .gs-kerdismenos{
    margin: 0 auto 1.39vw auto;
    max-width: 80.56vw;
    padding: 1.67vw 2.23vw;
    border-radius: 1.95vw;
    border: 0.07vw solid #525151;
    gap: 2.23vw;
  }

  .gs-kerdismenos .gs-content{
    width: 17.23vw;
  }

  .gs-kerdismenos .gs-content .gs-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

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

  .gs-kerdismenos .gs-items .gs-item{
    width: 18.34vw;
    gap: 2.78vw;
    padding: 2.78vw 1.67vw 1.67vw 1.67vw;
    border-radius: 1.25vw;
  }

  .gs-kerdismenos .gs-items .gs-item .gs-item-title{
    font-size: 1.46vw;
    letter-spacing: -0.03vw;
    height: 5.07vw;
  }

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

  .gs-kerdismenos{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .gs-kerdismenos .gs-content .gs-title{
    text-align: center;
  }

  .gs-kerdismenos .gs-items .gs-item{
    width: calc(33.33% - 5px);
    padding: 40px 10px 10px 10px;
  }


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

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

  .gs-kerdismenos .gs-content .gs-title{
    text-align: left;
  }

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

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

  .gs-kerdismenos .gs-items .gs-item{
    width: 100%;
    padding: 24px;
    gap: 28px;
  }

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

  .gs-kerdismenos .gs-items .gs-item .gs-item-photo img{
    max-width: 210px;
    margin: 0 auto;
  }

}


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

.gs-insurance{
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 1160px;
  padding: 24px 32px;
  border-radius: 28px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  color: #000;
}

.gs-insurance .gs-content{
  width: 330px;
  align-content: center;
}

.gs-insurance .gs-content .gs-title{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.gs-insurance .gs-content .gs-logo img{
  width: 265px;
  display: block;
  margin: 20px 0 0 0;
}

.gs-insurance .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}

.gs-insurance .gs-items .gs-item{
  width: 363px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 24px 24px 24px;
  position: relative;
  background: #0C438F;
  border-radius: 18px;
  color: #EDEDED;
}

.gs-insurance .gs-items .gs-item:nth-child(2){ 
  background-color: #EDEDED; 
  color:#004383; 
} 


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

.gs-insurance .gs-items .gs-item .gs-item-photo img{
  display: block;
  height: 100px;
  margin: 0 auto;
}

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

.gs-insurance .gs-items .gs-item .gs-item-title{
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
.gs-insurance .gs-items .gs-item .gs-item-text{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.3px;
}

.gs-insurance .gs-items .gs-item .gs-item-price{
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.gs-insurance .gs-items .gs-item .gs-item-price span{
  font-size: 37px;
  font-weight: 700;
  line-height: 100%;
}

.gs-insurance .gs-items .gs-item .gs-item-price strong{
  font-weight: 700;
  line-height: 100%;
}

.gs-insurance .gs-items .gs-item .gs-item-more{
  padding: 24px 30px;
  border-radius: 18px;
  background: #050505;
  width: 100%;
  color: #F3F3F3;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 13px; 
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 300ms;
}

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


@media screen and (min-width: 959px)  and (max-width: 1439px) {
  .gs-insurance{
    margin: 0 auto 1.39vw auto;
    max-width: 80.56vw;
    padding: 1.67vw 2.23vw;
    border-radius: 1.95vw;
    border: 0.07vw solid #F3F3F3;
    gap: 2.23vw;
  }

  .gs-insurance .gs-content{
    width: 22.92vw;
  }

  .gs-insurance .gs-content .gs-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-insurance .gs-content .gs-logo img{
    width: 18.41vw;
    margin: 1.39vw 0 0 0;
  }

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

  .gs-insurance .gs-items .gs-item{
    width: 25.21vw;
    gap: 2.78vw;
    padding: 2.78vw 1.67vw 1.67vw 1.67vw;
    border-radius: 1.25vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-photo img{
    height: 6.95vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-content{
    gap: 1.12vw;
  }

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

  .gs-insurance .gs-items .gs-item .gs-item-text{
    font-size: 1.05vw;
    letter-spacing: -0.02vw;
  }

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

  .gs-insurance .gs-items .gs-item .gs-item-price span{
    font-size: 2.57vw;
  }

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

  .gs-insurance{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .gs-insurance .gs-content .gs-title{
    text-align: center;
  }

  .gs-insurance .gs-items .gs-item{
    width: calc(50% - 5px);
    padding: 40px 20px 20px 20px;
  }

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

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

  .gs-insurance .gs-content .gs-title{
    text-align: left;
  }

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

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

  .gs-insurance .gs-items .gs-item{
    width: 100%;
    padding: 24px;
    gap: 28px;
    padding: 40px 16px 24px 16px;
  }

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

  .gs-insurance .gs-items .gs-item .gs-item-photo img{
    max-width: 210px;
    margin: 0 auto;
  }

  .gs-insurance .gs-items .gs-item .gs-item-photo img {
    max-width: 210px;
    margin: 16px auto;
  }

  .gs-insurance .gs-items .gs-item .gs-item-title {
    font-size: 22px;
  }

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

}


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




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

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

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


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

  .gs-disclaimer{
    padding: 0 1.39vw 0.00vw 1.39vw;
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
    max-width: 72.23vw;
  }


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


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

}
@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) {

   
}


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


































