@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 .visually-hidden{
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

.gs-page *{
  font-family: "proxima-nova", sans-serif;
	-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:#043B6C;
  font-size:16px;
  text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    overflow:hidden;
  margin:0px auto 0 auto;
  position:relative;
  background: #FFE5CA;

  text-align: center;

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

.gs-page > *{
  width: 100%;
}

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


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


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

.gs-page img{
    width: auto;
    max-width: 100%;
}


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




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

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

  }
}

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

  .gs-page{
    padding: 0px;
    gap: 0px;
  }

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

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


  .gs-scroll-content{
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gs-scroll-content::-webkit-scrollbar {
    display: none;
  }


  .gs-page sup{
    line-height: 100%;
  }


}

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


.gs-main-title{
  padding: 24px 0 ;
 color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.42px;
  background: #043B6C;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
  .gs-main-title{
    padding: 1.67vw 0;
    font-size: 1.67vw;
    letter-spacing: -0.02vw;
  }
}
@media screen and (max-width: 959px) {
  .gs-main-title{
    padding: 18px 20px;
    font-size: 20px;
  }


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

  .gs-main-title{
    padding: 12px 20px;
    font-size: 16px;
    margin: 0 auto;
  }

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

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



.gs-hero{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  padding:0px;
  width: 100%;
  max-width: 1386px;
  margin: 0 auto;
}

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

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

.gs-hero .gs-content{
  width:443px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: #043B6C;

  border-radius: 20px;
  border: 3px solid #FFF;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(48.54999923706055px);
}

.gs-hero .gs-content .gs-title{
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.56px;
}

.gs-hero .gs-content .gs-text{
  font-size: 22px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.44px;
}


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

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

  .gs-hero .gs-content{
    width:30.77vw;
    gap: 2.23vw;
    border-radius: 1.39vw;
    border: 0.21vw solid #FFF;
    backdrop-filter: blur(3.38vw);
  }

  .gs-hero .gs-content .gs-title{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
  }

  .gs-hero .gs-content .gs-text{
    font-size: 1.53vw;
    letter-spacing: -0.03vw;
  }
}
@media screen and (max-width: 767px){

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

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

}
@media screen and (max-width: 767px){
  .gs-hero{
    padding: 23px 0 0px 0;
    gap: 12px;
  }

  .gs-hero .gs-app-logo{
    width: 85%;
  }

  .gs-hero .gs-content img{
    width: 85%;
  }

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

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

  .gs-hero .gs-content .gs-text{
    font-size: 16px;
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
  }

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

  .gs-hero .gs-photo img{
    display: none;
  }

  .gs-hero .gs-photo{
    background: url("../images/img-hero-mob.webp") no-repeat center center;
    background-size: cover;
    height: 72vw;
  }

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

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


.gs-hero-wrapper{
  background:#FAAF4D url("../images/bg-hero-wrapper.webp") no-repeat center top;

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

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

.gs-hero-bottom .gs-item{
  border-radius: 20px;
  background: #fff;
  width: 330px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-align: left;

  position: relative;

  padding: 20px 20px;
 transition: all 300ms ease-out;
}

.gs-hero-bottom .gs-item:last-child{
  padding-right: 5px;
  padding-left: 15px;
}

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

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


}

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

.gs-hero-bottom .gs-item img{
  display: block;
  width: 100px;

}


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

.gs-hero-bottom .gs-item .gs-item-title{
  color: #282828;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.54px;
  padding: 0px 0 10px 0;
}

.gs-hero-bottom .gs-item:first-child .gs-item-title {
    padding-bottom: 26px;
    margin-top: -17px;
}

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

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


@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .gs-hero-wrapper{
    padding: 1.67vw 0;
  }

  .gs-hero-bottom{
    max-width: 96.53vw;
    margin:1.67vw auto 0 auto;
  }

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

  .gs-hero-bottom .gs-item{
    border-radius: 1.39vw;
    width: 22.92vw;
    gap: 0.70vw;
    padding: 1.39vw 1.39vw;
  }

  .gs-hero-bottom .gs-item:last-child{
    padding-right: 0.35vw;
    padding-left: 1.05vw;
  }

  .gs-hero-bottom .gs-item img{
    width: 6.95vw;
  }

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

  .gs-hero-bottom .gs-item .gs-item-title{
    font-size: 1.39vw;
    letter-spacing: -0.03vw;
    padding: 0.00vw 0 0.70vw 0;
  }

  .gs-hero-bottom .gs-item:first-child .gs-item-title{
    padding-bottom: 1.81vw;
    margin-top: -1.18vw;
  }

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

  .gs-hero-wrapper{
   
    padding: 20px;
  }


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

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


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




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



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

  .gs-hero-bottom .gs-item .gs-item-title{
    font-size: 22px;
  }


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

  .gs-hero-bottom .gs-items{
   gap: 8px;
  }

  .gs-hero-bottom .gs-items .gs-item{
    width: calc(50% - 4px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
   gap: 16px;
   padding: 12px 12px 20px 12px;
  }

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

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

  .gs-hero-bottom .gs-item:first-child .gs-item-title {
    padding-bottom: 10px;
    margin-top: 0px;
  }

  .gs-hero-bottom{
    margin: 12px 0 0 0;
  }

  .gs-hero-bottom .gs-item img{
    width: auto;
    height: 50px;
  }

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

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

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

}


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


.gs-summer-deals{
  padding: 44px 20px;
}

.gs-summer-deals .gs-title{
  color: #043B6C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.gs-summer-deals .gs-text{
  color: #043B6C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.56px;
  padding: 16px 0 32px 0;
}

.gs-summer-deals .gs-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1370px;
  gap: 50px 20px;
  margin: 0 auto;
}

.gs-summer-deals .gs-items .gs-item{
  width: 670px;
  position: relative;
  transform: rotate(2.66deg) translate(4%, 0);
}

.gs-summer-deals .gs-items .gs-item.gs-i2{
  transform: rotate(-2.274deg)  translate(-4%, 13%);
}

.gs-summer-deals .gs-items .gs-item.gs-i3{
  transform: rotate(-4.7deg)  translate(4%, -4%);
}

.gs-summer-deals .gs-items .gs-item.gs-i4{
  transform: rotate(4.51deg)  translate(-4%, 2%);
}

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

.gs-summer-deals .gs-items .gs-item .gs-item-bg img{
  display: block;
  width: 100%;
}

.gs-summer-deals .gs-items .gs-item .gs-item-title {
    position: absolute;
    top: 15%;
    left: 36%;
    color: #043B6C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    letter-spacing: -0.64px;
    text-align: left;
}

.gs-summer-deals .gs-items .gs-item .gs-item-text{
  position: absolute;
  bottom: 28%;
  left: 36%;
  color: #282828;
  font-size: 22px;
  font-style: normal;
  
  line-height: 110%;
  letter-spacing: -0.44px;
  text-align: left;
  width: 100%;
}

.gs-summer-deals .gs-items .gs-item .gs-item-text strong{
  font-weight: 600;
}


.gs-summer-deals .gs-items .gs-item .gs-item-more{
  position: absolute;
  top: 84%;
  left: 36%;
  padding: 8px 16px;
  border-radius: 12px;
  background: #043B6C;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  transition: all 300ms;
  display: block;
}

.gs-summer-deals .gs-items .gs-item:hover .gs-item-more{
  opacity: 0.7;
}

.gs-summer-deals .gs-photo-print{
  padding: 40px 0 0 0;
  background: url("../images/bg-tradein.webp") no-repeat center bottom;
  background-size: 848px auto;
}

.gs-summer-deals .gs-photo-print .gs-item-text{
    color: #000;
  text-align: center;
 
  font-size: 20px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.gs-summer-deals .gs-photo-print .gs-item-logo{
  width: 238px;
  padding: 20px 0;
  margin: 0 auto;
}

.gs-summer-deals .gs-photo-print .gs-item-logo img{
  display: block;
  width: 100%;
}

.gs-summer-deals .gs-photo-print .gs-item-more{
  padding: 8px 24px;
  border-radius: 12px;
  background: #043B6C;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  transition: all 300ms;
  display: inline-block;
}

.gs-summer-deals .gs-photo-print .gs-item-more:hover{
  opacity: 0.8;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
    .gs-summer-deals{
    padding: 3.06vw 1.39vw;
  }

  .gs-summer-deals .gs-title{
    font-size: 2.78vw;
    letter-spacing: -0.05vw;
  }

  .gs-summer-deals .gs-text{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
    padding: 1.12vw 0 2.23vw 0;
  }

  .gs-summer-deals .gs-items{
    max-width: 95.14vw;
    gap: 3.48vw 1.39vw;
  }

  .gs-summer-deals .gs-items .gs-item{
    width: 46.53vw;
  }

  .gs-summer-deals .gs-items .gs-item .gs-item-title{
    font-size: 2.23vw;
    letter-spacing: -0.04vw;
  }

  .gs-summer-deals .gs-items .gs-item .gs-item-text{
    font-size: 1.53vw;
    letter-spacing: -0.03vw;
  }

  .gs-summer-deals .gs-items .gs-item .gs-item-more{
    padding: 0.56vw 1.12vw;
    border-radius: 0.84vw;
    font-size: 1.25vw;
    line-height: 1.93vw;
    letter-spacing: 0.04vw;
  }

  .gs-summer-deals .gs-photo-print{
    padding: 2.78vw 0 0 0;
    background-size: 58.89vw auto;
  }

  .gs-summer-deals .gs-photo-print .gs-item-text{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
  }

  .gs-summer-deals .gs-photo-print .gs-item-logo{
    width: 16.53vw;
    padding: 1.39vw 0;
  }

  .gs-summer-deals .gs-photo-print .gs-item-more{
    padding: 0.56vw 1.67vw;
    border-radius: 0.84vw;
    font-size: 1.25vw;
    line-height: 1.93vw;
    letter-spacing: 0.04vw;
  }
}
@media screen and (max-width: 959px){

  .gs-summer-deals .gs-title{
    font-size: 32px;
  }

  .gs-summer-deals .gs-text{
    font-size: 18px;
  }

  .gs-summer-deals .gs-items{
    max-width: 670px;
    display: block;
  }

  .gs-summer-deals .gs-items .gs-item{
    transform: rotate(0deg) !important;
  }

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

  .gs-summer-deals .gs-photo-print{
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    background-size: 806px auto;
    padding-bottom: 30px;
  }

  .gs-summer-deals .owl-prev{
    width: 40px;
    height: 40px;
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-summer-deals .owl-next{
    width: 40px;
    height: 40px;
    background: url("../images/icon-next.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-summer-deals .owl-prev.disabled,
  .gs-summer-deals .owl-next.disabled{
    opacity: 0.3;
    cursor: default;
  }

  .gs-summer-deals .owl-prev span,
  .gs-summer-deals .owl-next span{
    display: none;
  }

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


  .gs-summer-deals .owl-nav{
    padding: 20px 0 20px 0;
  }

  .gs-summer-deals{
    padding: 32px 16px;
  }

  .gs-summer-deals .owl-next,
  .gs-summer-deals .owl-prev{
    width: 30px;
    height: 30px;
  }

  .gs-summer-deals .gs-photo-print {
    background: url("../images/bg-tradein-mob.webp") no-repeat center top;
    padding: 50px 0 0px 0;
  }

  .gs-summer-deals .gs-photo-print .gs-item-text{
    font-size: 16px;
    max-width: 284px;
    margin: 0 auto;
    line-height: 120%;

  }

  .gs-summer-deals .gs-photo-print .gs-item-text br{
    display: none;
  }

  .gs-summer-deals .gs-photo-print .gs-item-logo {
    width: 173px;
    padding: 20px 0;
    margin: 0 auto;
  }


  .gs-summer-deals .gs-items .gs-item .gs-item-bg img{
    display: none;
  } 


  .gs-summer-deals .gs-items .gs-item{
    width: 100%;
    min-height: 10px;
  }


  .gs-summer-deals .gs-items .gs-item .gs-item-bg{
    background: url("../images/img-card1-mob.webp") no-repeat center center;
    background-size: 100% 100%;
    min-height: 79vw;
  }

  .gs-summer-deals .gs-items .gs-item.gs-i2 .gs-item-bg { background-image: url("../images/img-card2-mob.webp");  }
  .gs-summer-deals .gs-items .gs-item.gs-i3 .gs-item-bg { background-image: url("../images/img-card3-mob.webp");  }
  .gs-summer-deals .gs-items .gs-item.gs-i4 .gs-item-bg { background-image: url("../images/img-card4-mob.webp");  }


  .gs-summer-deals .gs-items .gs-item .gs-item-title {
    top: 10%;
    left: 38%;
    font-size: 5vw;
  }

  .gs-summer-deals .gs-items .gs-item .gs-item-text {
    bottom: 28%;
    left: 38%;
    font-size: 4.5vw;
    width: 100%;
    max-width: 54vw;
  }

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

  .gs-summer-deals .gs-items .gs-item .gs-item-more {
    position: absolute;
    top: 83%;
    left: 38%;
    padding: 2vw 3vw;
    border-radius: 6px;
    font-size: 3.5vw;
  }

  .gs-summer-deals .gs-title {
    font-size: 18px;
  }

  .gs-summer-deals .gs-text {
    font-size: 16px;
    padding: 8px 0 12px 0;
  }

  .gs-summer-deals .gs-text br{
    display: none;
  }
}
@media screen and (max-width: 374px){}


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




.gs-bottom-links{
  
  padding: 0px ;
  position: relative;

}


.gs-bottom-links .gs-sec-title{
  padding: 0 0 40px 0;
  font-size: 32px;
  color: #043B6C;
  font-weight: 700;
  text-align: center;
  line-height: 110%;
}

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

.gs-bottom-links .gs-items .gs-item{

  padding: 24px 10px;
  width: 204px;
  height: 161px;
  position: relative;
  transition: all 300ms;
  border-radius: 12px;
  border: 1.5px solid #043B6C;
  background: #043B6C;
  transition: all 300ms;
}

@media screen and (min-width: 960px){
  .gs-bottom-links .gs-items .gs-item:hover{
    transform: scale(1.05);
  }
}


.gs-bottom-links .gs-items .gs-item:hover{
  
}

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

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

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




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

 

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

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

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

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

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

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 0.84vw 0 0 0;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }
  .gs-bottom-links .gs-items .gs-item:hover{
    transform: translate(-0.27vw, -0.27vw);
    box-shadow: 0.28vw 0.28vw 0 #990707;
  }

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


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

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

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

  .gs-bottom-links{
    padding: 0 16px;
   

  }

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

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

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

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

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

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

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


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

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


.gs-apple{
  background:#A9D2FF url("../images/bg-apple.webp") no-repeat center top;
  background-size: 100% auto;
  
 
}

.gs-apple .gs-hold{
  width: 100%;
   max-width: 1440px;
  margin: 0 auto;
  padding: 44px 105px;
}

.gs-apple .gs-title{
  color: #043B6C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
}

.gs-apple .gs-text{
  padding: 16px 0 32px 0;
  color: #043B6C;
  font-size: 28px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.56px;
}


.gs-apple .gs-tradein{
  border-radius: 24px;
  background: #75FEAA;
  padding: 24px;
  align-content: center;
  margin: 32px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.gs-apple .gs-tradein .gs-logo-tradein{
  width: 234px;
  margin: 0 auto;
}

.gs-apple .gs-tradein .gs-logo-tradein img{
  display: block;
  width: 100%;
}

.gs-apple .gs-tradein .gs-tradein-text{
  color: #050505;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
  width: 100%;
  max-width: 610px;
}

.gs-apple .gs-tradein .gs-tradein-more{
  border-radius: 18px;
  background: #050505;
  padding: 16px 30px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 300ms;
  width: 270px;
  display: block;
}

.gs-apple .gs-tradein .gs-tradein-more:hover{
  opacity: 0.8;
}

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

.gs-apple .gs-items .gs-item{
  width: 100%;
  position: relative;
}

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

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

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

.gs-apple .gs-items .gs-item .gs-item-price{
  min-height: 160px;
  border-radius: 20px;
  background: #FFF;
  align-content: center;
  margin: 8px 0;

  color: #282828;
  text-align: center;
  font-size: 17.445px;
  font-style: normal;
  line-height: 103%;
}

.gs-apple .gs-items .gs-item .gs-item-price strong{
  font-size: 38.767px;
  line-height: 100%;
}

.gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos{
  border-radius: 16px;
  background: #FF5A5E;
  padding: 0 24px;
  color: #282828;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
  height: 56px;
  align-content: center;
  margin: 10px auto 0 auto;
}

.gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos span{
  color: #282828;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.gs-apple .gs-items .gs-item .gs-item-more{
  border-radius: 16px;
  background: #043B6C;
  padding: 12px 16px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 300ms;
}

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



.gs-apple .owl-prev{
  width: 50px;
  height: 50px;
  background: url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain !important;
}

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

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

.gs-apple .owl-prev span,
.gs-apple .owl-next span{
  display: none;
}

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

  .gs-apple .owl-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .gs-apple .owl-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(50%, -50%);
  }



  .gs-apple .gs-items .gs-item .gs-item-price strong{
    font-size: 32px;
  }

  .gs-apple .gs-items .gs-item .gs-item-more {
      padding: 10px 15px;
      font-size: 18px;
  }

  .gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos{
    height: 50px;
  }

  .gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos span{
    font-size: 24px;
  }

}



@media screen and (min-width: 960px) and (max-width: 1439px)  {
    .gs-apple{
    max-width: 100.00vw;
    padding: 3.06vw 7.30vw;
  }

  .gs-apple .gs-title{
    font-size: 2.78vw;
    letter-spacing: -0.05vw;
  }

  .gs-apple .gs-text{
    padding: 1.12vw 0 2.23vw 0;
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
  }

  .gs-apple .gs-tradein{
    border-radius: 1.67vw;
    padding: 1.67vw;
    margin: 2.23vw auto 0 auto;
    gap: 1.39vw;
  }

  .gs-apple .gs-tradein .gs-logo-tradein{
    width: 16.25vw;
  }

  .gs-apple .gs-tradein .gs-tradein-text{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    max-width: 42.37vw;
  }

  .gs-apple .gs-tradein .gs-tradein-more{
    border-radius: 1.25vw;
    padding: 1.12vw 2.09vw;
    font-size: 1.39vw;
    line-height: 1.93vw;
    letter-spacing: 0.05vw;
    width: 18.75vw;
  }


  .gs-apple .gs-items .gs-item .gs-item-price{
    min-height: 11.12vw;
    border-radius: 1.39vw;
    margin: 0.56vw 0;
    font-size: 1.22vw;
  }

  .gs-apple .gs-items .gs-item .gs-item-price strong{
    font-size: 2.70vw;
  }

  .gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos{
    border-radius: 1.12vw;
    padding: 0 1.67vw;
    font-size: 0.98vw;
    height: 3.89vw;
    margin: 0.70vw auto 0 auto;
  }

  .gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos span{
    font-size: 1.95vw;
  }

  .gs-apple .gs-items .gs-item .gs-item-more{
    border-radius: 1.12vw;
    padding: 0.84vw 1.12vw;
    font-size: 1.39vw;
    line-height: 1.93vw;
    letter-spacing: 0.05vw;
  }

  .gs-apple .owl-prev{
    width: 3.48vw;
    height: 3.48vw;
  }

  .gs-apple .owl-next{
    width: 3.48vw;
    height: 3.48vw;
  }

    .gs-apple .owl-prev{
    left: -3.47vw;
  }

  .gs-apple .owl-next{
    right: -3.47vw;
  }



  .gs-apple .gs-items .gs-item .gs-item-price strong{
    font-size: 2.23vw;
  }

  .gs-apple .gs-items .gs-item .gs-item-more{
    padding: 0.70vw 1.05vw;
    font-size: 1.25vw;
  }

  .gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos{
    height: 3.48vw;
  }

  .gs-apple .gs-items .gs-item .gs-item-price .gs-item-ofelos span{
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 959px){

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

  .gs-apple .gs-hold{
    padding: 44px 20px;
  }

  .gs-apple .gs-title{
    font-size: 32px;
  }

  .gs-apple .gs-text{
    font-size: 20px;
  }

  .gs-apple .owl-prev{
    width: 40px;
    height: 40px;
  }

  .gs-apple .owl-next{
    width: 40px;
    height: 40px;
  }

  .gs-apple .gs-tradein{
    flex-direction: column;
  }

 

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

  .gs-apple .gs-title {
    font-size: 18px;
  }

  .gs-apple .gs-tradein .gs-logo-tradein {
    width: 146px;
    margin: 0 auto;
  }

  .gs-apple .gs-tradein .gs-tradein-text{
    font-size: 18px;
  }

  .gs-apple .gs-tradein .gs-tradein-text br{
    display: none;
  }

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

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

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


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

.gs-accessories{
  padding: 44px 0 0 0;
}

.gs-accessories .gs-title{
  color: #043B6C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.gs-accessories .gs-text{
  color: #043B6C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; 
  letter-spacing: -0.56px;
  padding: 16px 0 32px 0;
}

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

.gs-accessories .gs-items .gs-item{
  background: #A9D2FF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 32px 0;
}

.gs-accessories .gs-items .gs-item:nth-child(1){
  gap: 32px;
}

.gs-accessories .gs-items .gs-item .gs-item-photo{
  position: relative;
}

.gs-accessories .gs-items .gs-item.gs-i2 .gs-item-photo::after{
  content: "";
  position: absolute;
  left: -70px;
  top: 20px;
  width: 148px;
  height: 52px;
  transform: rotate(-4.7deg);
  background: url("../images/img-accessories-2-icon.webp") no-repeat center center;
  background-size: contain;
}

.gs-accessories .gs-items .gs-item.gs-i3 .gs-item-photo::after{
  content: "";
  position: absolute;
  left: -60px;
  top: 150px;
  width: 99px;
  height: 99px;
  background: url("../images/img-accessories-3-icon.webp") no-repeat center center;
  background-size: contain;
}

.gs-accessories .gs-items .gs-item.gs-i4 .gs-item-photo::after{
  content: "";
  position: absolute;
  right: -70px;
  top: 30px;
  width: 148px;
  height: 52px;
  background: url("../images/img-accessories-4-icon.webp") no-repeat center center;
  background-size: contain;
}

.gs-accessories .gs-items .gs-item.gs-i5 .gs-item-photo::after{
  content: "";
  position: absolute;
  right: -50px;
  top: 270px;
  width: 99px;
  height: 99px;
  background: url("../images/img-accessories-5-icon.webp") no-repeat center center;
  background-size: contain;
}


.gs-accessories .gs-items .gs-item .gs-item-text{
  color: #043B6C;
  font-size: 28px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.56px;
  padding: 0 20px 32px 0;
  text-align: left;
  max-width: 655px;
  width: 100%;
}

.gs-accessories .gs-items .gs-item .gs-item-sub-items{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item{
  border-radius: 12px;
  background: #FFF;
  width: 200px;
  padding: 24px 12px;
  align-content: center;
  position: relative;
  transition: all 300ms;
  max-height: 224px;
}

.gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item:hover{
  transform: scale(1.03);
}

.gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item .gs-item-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  font-size: 0px;
}

.gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item img{
  width: 154px;
  margin: 0 auto;
  display: block;
}

.gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item .gs-sub-item-title{
  color: #043B6C;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
}

.gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item .gs-sub-item-title.gs-2l{
  transform: translate(0%, -25%);
}


.gs-accessories .gs-items .gs-item:nth-child(even){
  background: #fff;
  flex-direction: row-reverse;
}

.gs-accessories .gs-items .gs-item:nth-child(even) .gs-item-sub-items .gs-sub-item{
  background: #A9D2FF;
}

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

  .gs-accessories .gs-title{
    font-size: 2.78vw;
    letter-spacing: -0.05vw;
  }

  .gs-accessories .gs-text{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
    padding: 1.12vw 0 2.23vw 0;
  }

   .gs-accessories .gs-items .gs-item{
    gap: 6.95vw;
    padding: 2.23vw 0;
  }

  .gs-accessories .gs-items .gs-item:nth-child(1){
    gap: 2.23vw;
  }

  .gs-accessories .gs-items .gs-item .gs-item-photo{
    width: 37.71vw;
  }

  .gs-accessories .gs-items .gs-item.gs-i2 .gs-item-photo::after{
    left: -4.86vw;
    top: 1.39vw;
    width: 10.28vw;
    height: 3.62vw;
  }

  .gs-accessories .gs-items .gs-item.gs-i3 .gs-item-photo::after{
    left: -4.16vw;
    top: 10.42vw;
    width: 6.88vw;
    height: 6.88vw;
  }

  .gs-accessories .gs-items .gs-item.gs-i4 .gs-item-photo::after{
    right: -4.86vw;
    top: 2.09vw;
    width: 10.28vw;
    height: 3.62vw;
  }

  .gs-accessories .gs-items .gs-item.gs-i5 .gs-item-photo::after{
    right: -3.47vw;
    top: 18.75vw;
    width: 6.88vw;
    height: 6.88vw;
  }

  .gs-accessories .gs-items .gs-item .gs-item-content{
    width: 48.62vw;
  }

  .gs-accessories .gs-items .gs-item .gs-item-text{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
    padding: 0 1.39vw 2.23vw 0;
  }

  .gs-accessories .gs-items .gs-item .gs-item-sub-items{
    gap: 1.12vw;
  }

    .gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item{
    border-radius: 0.84vw;
    width: 13.89vw;
    padding: 1.67vw 0.84vw;
    max-height: 15.56vw;
  }

  .gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item img{
    width: 10.70vw;
  }

  .gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item .gs-sub-item-title{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
  }
}
@media screen and (max-width: 959px){

  .gs-accessories .gs-title{
    font-size: 32px;
  }

  .gs-accessories .gs-text{
    font-size: 18px;
  }

  .gs-accessories .gs-items .gs-item{
    flex-direction: column !important;
    padding: 32px 20px;
    gap: 30px;
  }

  .gs-accessories .gs-items .gs-item .gs-item-photo{
    width: 45%;
  }

  .gs-accessories .gs-items .gs-item .gs-item-text{
    padding: 0 0 32px 0;
    text-align: center;
  }

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

  .gs-accessories .gs-items .gs-item.gs-i4 .gs-item-photo::after {
      right: -72px;
      top: 30px;
  }

  .gs-accessories .gs-items .gs-item .gs-item-sub-items{
    justify-content: center;
  }

  .gs-accessories .gs-items .gs-item.gs-i3 .gs-item-photo::after {
    left: -58px;
    top: 30px;
}

  .gs-accessories .gs-items .gs-item.gs-i2 .gs-item-photo::after {
    left: -82px;
    top: 30px;
}

  .gs-accessories .gs-items .gs-item.gs-i5 .gs-item-photo::after{
    top: 30px;
  }


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

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

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

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

  .gs-accessories .owl-prev span,
  .gs-accessories .owl-next span{
    display: none;
  }

  .gs-accessories .gs-items .owl-item:nth-child(even) .gs-item{
    background: #fff;
    flex-direction: row-reverse;
  }

  .gs-accessories .gs-items .owl-item:nth-child(even) .gs-item .gs-item-sub-items .gs-sub-item{
    background: #A9D2FF;
  }

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

  .gs-accessories{
    padding: 32px 0 0 0;
  }

  .gs-accessories .gs-title {
    font-size: 18px;
    padding: 0 16px;
  }

  .gs-accessories .gs-text {
    font-size: 16px;
    padding: 12px 16px 20px 16px;
  }

  .gs-accessories .owl-next,
  .gs-accessories .owl-prev{
    width: 30px;
    height: 30px;
  }

  .gs-accessories .gs-items .gs-item{
    gap: 12px !important;
  }

  .gs-accessories .gs-items .gs-item .gs-item-sub-items{
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
  }

  .gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item{
    width: calc(50% - 4px);
    padding: 12px;
  }

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

  .gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item .gs-sub-item-title{
    font-size: 16px;
  }

  .gs-accessories .gs-items .gs-item .gs-item-sub-items .gs-sub-item img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

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

  .gs-accessories .gs-items .gs-item .gs-item-photo img{
    height: 200px;
    object-fit: cover;
  }

  .gs-accessories .gs-items .gs-item.gs-i4 .gs-item-photo::after {
    right: -10px;
    top: 0px;
    width: 65px;
  }

  .gs-accessories .gs-items .gs-item.gs-i2 .gs-item-photo::after {
    left: -103px;
    top: 30px;
    width: 60px;
  }

  .gs-accessories .gs-items .gs-item.gs-i3 .gs-item-photo::after {
    left: -93px;
    top: 0px;
    width: 60px;
  }

  .gs-accessories .gs-items .gs-item.gs-i5 .gs-item-photo::after {
    top: -7px;
    width: 50px;
    right: -17px;
  }

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


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



.gs-categories {
  padding: 44px 20px 0 20px;
}

.gs-categories .gs-title{
  color: #043B6C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.gs-categories .gs-text{
  color: #043B6C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.56px;
  padding: 16px 0 32px 0;
}

.gs-categories .gs-items{
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  columns: 3;
  column-gap: 20px;
  position: relative;
  z-index: 2;
}

.gs-categories .gs-items .gs-item{
  width: 363px;
  border-radius: 24px;
  background: #FFF;
  padding: 24px 24px 10px 24px;
  min-height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  text-align: left;
  break-inside: avoid;
  margin: 0 0 20px 0;
}

.gs-categories .gs-items .gs-item .gs-item-photo{
  min-height: 181px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.gs-categories .gs-items .gs-item .gs-item-photo img{
  display: block;
  max-height: 180px;
}

.gs-categories .gs-items .gs-item.gs-cat-wide .gs-item-photo{
  min-height: 10px;
  display: block;
}



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

  .gs-categories .gs-items .gs-item.gs-i4{
    min-height: 344px;
  }

  .gs-categories .gs-items .gs-item.gs-i3,
  .gs-categories .gs-items .gs-item.gs-i7,
  .gs-categories .gs-items .gs-item.gs-i8,
  .gs-categories .gs-items .gs-item.gs-i12{
    min-height: 392px;
  }

  .gs-categories .gs-items .gs-item.gs-i6{
    min-height: 455px;
  }
  .gs-categories .gs-items .gs-item.gs-i9{
    min-height: 521px;
  }

  .gs-categories .gs-items .gs-item.gs-i10{
    min-height: 344px;
  }

  .gs-categories .gs-items .gs-item.gs-i5{
    min-height: 504px;
  }

  .gs-categories .gs-items .gs-item.gs-i11{
    min-height: 368px;
  }
  .gs-categories .gs-items .gs-item.gs-i18{
    min-height: 344px;
  }

  .gs-categories .gs-items .gs-item.gs-cat-wide{
    min-height: 186px;
  }

  .gs-categories .gs-items .gs-item.gs-i16,
  .gs-categories .gs-items .gs-item.gs-i17{
    min-height: 206px;
  }

}

.gs-categories .gs-items .gs-item.gs-cat-wide{
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}



.gs-categories .gs-items .gs-item .gs-item-title a{
  color: #282828;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.gs-categories .gs-items .gs-item .gs-item-sub-title{
  border-top: 1px solid #BCBCBC;
  padding: 16px 0;
  color: #043B6C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  width: 100%;
  text-align: left;
  position: relative;
}

.gs-categories .gs-items .gs-item .gs-item-links{
  padding: 12px 0 0 0;
  width: 100%;
}

.gs-categories .gs-items .gs-item .gs-item-links a{
  display: inline-block;
  padding: 5px 12px;
  border-radius: 8px;
  background: #FFE5CA;
  color: #043B6C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  margin: 0 8px 8px 0;
  transition: all 200ms;
}

.gs-categories .gs-items .gs-item .gs-item-links a:hover{
  opacity: 0.8;
}

.gs-categories .gs-items .gs-item .gs-item-links a.gs-all{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.gs-categories .gs-items .gs-item .gs-item-links a.gs-all::after{
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-arrow.svg") no-repeat center center;
  background-size: contain;
  margin: -1px 0 0 3px;
}

.gs-categories .gs-summer-banner{
  width: 100%;
  max-width: 1130px;
  min-height: 352px;
  margin: 0 auto;
  background: url("../images/bg-categories-all.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 24px;
}

.gs-categories .gs-summer-banner .gs-summer-content{
  position: absolute;
  width: 100%;
  left: 0px;
  width: 100%;
  top: 24px;
  text-align: center;
}

.gs-categories .gs-summer-banner .gs-summer-title{
  color: #002545;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  line-height: 120%;
  font-weight: 600;
  padding: 0 0 20px 0;
}

.gs-categories .gs-summer-banner .gs-summer-title strong{
  font-weight: 700;
}

.gs-categories .gs-summer-banner .gs-summer-more{
  padding: 12px 36px;
  border-radius: 12px;
  background: #FFE5CA;
  margin: 0 auto;
  color: #043B6C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 200ms;
}

.gs-categories .gs-summer-banner .gs-summer-more:hover{
  opacity: 0.8;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-categories{
    padding: 3.06vw 1.39vw 0 1.39vw;
  }

  .gs-categories .gs-title{
    font-size: 2.78vw;
    letter-spacing: -0.05vw;
  }

  .gs-categories .gs-text{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
    padding: 1.12vw 0 2.23vw 0;
  }

  .gs-categories .gs-items{
    max-width: 78.48vw;
    column-gap: 1.39vw;
  }

  .gs-categories .gs-items .gs-item{
    width: 25.21vw;
    border-radius: 1.67vw;
    padding: 1.67vw 1.67vw 0.70vw 1.67vw;
    min-height: 26.74vw;
    margin: 0 0 1.39vw 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-photo{
    min-height: 12.57vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-photo img{
    max-height: 12.50vw;
  }

  .gs-categories .gs-items .gs-item.gs-cat-wide .gs-item-photo{
    min-height: 0.70vw;
  }

  .gs-categories .gs-items .gs-item.gs-i4{
    min-height: 23.89vw;
  }

  .gs-categories .gs-items .gs-item.gs-i3,
  .gs-categories .gs-items .gs-item.gs-i7,
  .gs-categories .gs-items .gs-item.gs-i8,
  .gs-categories .gs-items .gs-item.gs-i12{
    min-height: 27.23vw;
  }

  .gs-categories .gs-items .gs-item.gs-i6{
    min-height: 31.60vw;
  }

  .gs-categories .gs-items .gs-item.gs-i9{
    min-height: 36.19vw;
  }

  .gs-categories .gs-items .gs-item.gs-i10{
    min-height: 23.89vw;
  }

  .gs-categories .gs-items .gs-item.gs-i5{
    min-height: 35.00vw;
  }

  .gs-categories .gs-items .gs-item.gs-i11{
    min-height: 25.56vw;
  }

  .gs-categories .gs-items .gs-item.gs-i18{
    min-height: 23.89vw;
  }

  .gs-categories .gs-items .gs-item.gs-cat-wide{
    min-height: 12.92vw;
    gap: 1.67vw;
  }

  .gs-categories .gs-items .gs-item.gs-i16,
  .gs-categories .gs-items .gs-item.gs-i17{
    min-height: 14.31vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-title a{
    font-size: 1.95vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-sub-title{
    border-top: 0.07vw solid #BCBCBC;
    padding: 1.12vw 0;
    font-size: 1.12vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    padding: 0.84vw 0 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links a{
    padding: 0.35vw 0.84vw;
    border-radius: 0.56vw;
    font-size: 1.12vw;
    margin: 0 0.56vw 0.56vw 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links a.gs-all::after{
    width: 1.12vw;
    height: 1.12vw;
    margin: -0.06vw 0 0 0.21vw;
  }

  .gs-categories .gs-summer-banner{
    max-width: 78.48vw;
    min-height: 24.45vw;
    border-radius: 1.67vw;
  }

  .gs-categories .gs-summer-banner .gs-summer-content{
    top: 1.67vw;
  }

  .gs-categories .gs-summer-banner .gs-summer-title{
    font-size: 1.95vw;
    padding: 0 0 1.39vw 0;
  }

  .gs-categories .gs-summer-banner .gs-summer-more{
    padding: 0.84vw 2.50vw;
    border-radius: 0.84vw;
    font-size: 1.67vw;
    letter-spacing: 0.05vw;
  }
}
@media screen and (max-width: 959px){

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

  .gs-categories .gs-text{
    font-size: 20px;
  }

  .gs-categories .gs-items{
    columns: 2;
  }

  .gs-categories .gs-items .gs-item{
    min-height: 180px !important;
  }

  .gs-categories .gs-summer-banner{
    margin: 20px auto 0 auto;
  }

/*
  .gs-categories .gs-items{
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
  }

  .gs-categories .gs-items .gs-item{
    width: calc(50% - 10px);
    margin: 0px;
  }*/

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

  .gs-categories{
    padding: 32px 16px 0 16px;
  }

  .gs-categories .gs-title {
    font-size: 18px;
  }

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

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

  .gs-categories .gs-summer-banner .gs-summer-title {
    font-size: 20px;
  }

  .gs-categories .gs-summer-banner{
    background-image: url("../images/bg-categories-all-mob.webp");
    min-height: 91vw;
  }

  .gs-categories .gs-summer-banner .gs-summer-more {
    padding: 11px 24px;
    font-size: 16px;
  }

  .gs-categories .gs-summer-banner .gs-summer-content{
    top: 37px;
  }


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

  .gs-categories .gs-items .gs-item{
    margin: 0px;
    padding: 20px 16px 20px 134px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    position: relative;
     min-height: 180px !important;
  }

  .gs-categories .gs-items .gs-item.gs-cat-wide{
    width: calc(50% - 6px);
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 12px;
    padding: 16px 16px;
  }

  .gs-categories .gs-items .gs-item:not(.gs-cat-wide) .gs-item-photo{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 97px;
    align-content: center;
  }

  .gs-categories .gs-items .gs-item .gs-item-photo img{
    margin: 0 auto;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links a{
    font-size: 14px;
    margin: 0px;
    max-width: 160px;
    align-content: center;
    padding: 4px 12px;
  }
  

  .gs-categories .gs-items .gs-item .gs-item-title a {
    font-size: 18px;
    text-align: left;
    display: block;
  }

  .gs-categories .gs-items .gs-item.gs-cat-wide  .gs-item-title a {
    text-align: center;
  }

  .gs-categories .gs-items .gs-item .gs-item-photo{
    height: 110px;
    align-content: center;
  }

  .gs-categories .gs-items .gs-item .gs-item-photo img {
    display: block;
    max-height: 110px;
  }

  .gs-categories .gs-items .gs-item.gs-i15 .gs-item-links br{
    display: none;
  }


  .gs-categories .gs-items .gs-item .gs-item-links a.gs-all{
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0, 0);
    margin: 5px 0 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-sub-title{
    padding: 5px 0;
  }


  .gs-categories .gs-items .gs-item.gs-i5 .gs-item-links a {
    font-size: 14px;
    max-width: 122px;
  }


  .gs-categories .gs-items .gs-item.gs-i15 .gs-item-links{
    justify-content: flex-start;
  }

  .gs-categories .gs-items .gs-item.gs-i7 .gs-item-links a:nth-child(2){
    margin-right: 30px;
  }

  .gs-categories .gs-items .gs-item.gs-i9 .gs-item-links a,
  .gs-categories .gs-items .gs-item.gs-i15 .gs-item-links a{
    text-align: left;
    max-width: 30000px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links br{
    display: none;
  }



  .gs-categories .gs-items .gs-item.gs-i1{ order: 1;  }
  .gs-categories .gs-items .gs-item.gs-i2{ order: 2;  }
  .gs-categories .gs-items .gs-item.gs-i7{ order: 3;  }
  .gs-categories .gs-items .gs-item.gs-i12{ order: 4;  }
  .gs-categories .gs-items .gs-item.gs-i3{ order: 5;  }
  .gs-categories .gs-items .gs-item.gs-i8{ order: 6;  }
  .gs-categories .gs-items .gs-item.gs-i13{ order: 7;  }
  .gs-categories .gs-items .gs-item.gs-i14{ order: 8;  }
  .gs-categories .gs-items .gs-item.gs-i4{ order: 9;  }
  .gs-categories .gs-items .gs-item.gs-i9{ order: 10;  }
  .gs-categories .gs-items .gs-item.gs-i15{ order: 11;  }
  .gs-categories .gs-items .gs-item.gs-i5{ order: 12;  }
  .gs-categories .gs-items .gs-item.gs-i10{ order: 13;  }
  .gs-categories .gs-items .gs-item.gs-i16{ order: 14;  }
  .gs-categories .gs-items .gs-item.gs-i17{ order: 15;  }
  .gs-categories .gs-items .gs-item.gs-i6{ order: 16;  }
  .gs-categories .gs-items .gs-item.gs-i11{ order: 17;  }
  .gs-categories .gs-items .gs-item.gs-i18{ order: 18;  }
  
  
  
  
  
  
  
  
  
  
  
  





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


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


.gs-service{
  padding: 44px 20px;
}

.gs-service .gs-title{
  color: #043B6C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.gs-service .gs-text{
  color: #043B6C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.56px;
  padding: 16px 0 32px 0;
}

.gs-service .gs-service-logo{
  width: 937px;
  margin: 0 auto;
}

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

.gs-service .gs-sub-title{
  padding: 32px 0;
  color: #043B6C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

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

.gs-service .gs-items .gs-item{
  border-radius: 24px;
  background: #FFF;
  width: 356px;
  min-height: 190px;
  padding: 30px 0 0 0;
}

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

.gs-service .gs-items .gs-item .gs-item-title{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  padding: 16px 0 0 0;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-service{
    padding: 3.06vw 1.39vw;
  }

  .gs-service .gs-title{
    font-size: 2.78vw;
    letter-spacing: -0.05vw;
  }

  .gs-service .gs-text{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
    padding: 1.12vw 0 2.23vw 0;
  }

  .gs-service .gs-service-logo{
    width: 65.07vw;
  }

  .gs-service .gs-sub-title{
    padding: 2.23vw 0;
    font-size: 2.23vw;
  }

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

  .gs-service .gs-items .gs-item{
    border-radius: 1.67vw;
    width: 24.73vw;
    min-height: 13.20vw;
    padding: 2.09vw 0 0 0;
  }

  .gs-service .gs-items .gs-item .gs-item-icon img{
    height: 4.17vw;
  }

  .gs-service .gs-items .gs-item .gs-item-title{
    font-size: 1.67vw;
    padding: 1.12vw 0 0 0;
  }
}
@media screen and (max-width: 959px){

  .gs-service{
    padding: 44px 20px;
  }

  .gs-service .gs-title{
    font-size: 32px;
  }

  .gs-service .gs-text{
    font-size: 22px;
  }

  .gs-service .gs-service-logo{
    width: 100%;
  }

  .gs-service .gs-sub-title{
    font-size: 20px;
  }

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

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

  .gs-service .gs-title {
    font-size: 20px;
  }
  .gs-service .gs-text {
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
  }

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

  .gs-service .gs-service-logo{
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }

  .gs-service .gs-sub-title{
    line-height: 120%;
  }


  .gs-service .gs-items{
    flex-wrap: wrap;
    gap: 12px;
  }

  .gs-service .gs-items .gs-item{
    width: calc(50% - 6px);
    min-height: 154px;
    padding: 0px;
    align-content: center;
  }

  .gs-service .gs-items .gs-item:first-child{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    min-height: 104px;
    gap: 20px;

  }

  .gs-service .gs-items .gs-item .gs-item-title {
    font-size: 16px;
  }


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


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

.gs-ticket{
  width: 100%;
  margin: 110px auto 44px auto;
  position: relative;
  max-width: 860px;
  min-height: 337px;
  border-radius: 16px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.gs-ticket::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(-40%, -30%);
  width: 272.072px;
  height: 82.365px;
  background: url("../images/img-plane.webp") no-repeat center center;
  background-size: contain;
}

.gs-ticket .gs-content{
  width: 632px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
  padding: 48px;
  text-align: left;
}

.gs-ticket .gs-content .gs-title{
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.gs-ticket .gs-content .gs-text{
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 110%; 
}

.gs-ticket .gs-content .gs-more{
  padding: 12px 16px;
  border-radius: 16px;
  background: #043B6C;
  display: block;
  min-width: 234px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px; 
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 300ms;
}

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

.gs-ticket .gs-photo{
  width: 228px;
  align-content: center;
  border-left: 3px dashed #043B6C;
}

.gs-ticket .gs-photo img{
  display: block;
  width: 128px;
  margin: 0 auto;
}

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

  .gs-ticket{
    margin: 7.64vw auto 3.06vw auto;
    max-width: 59.73vw;
    min-height: 23.41vw;
    border-radius: 1.12vw;
  }

  .gs-ticket::before{
    width: 18.90vw;
    height: 5.72vw;
  }

  .gs-ticket .gs-content{
    width: 43.89vw;
    gap: 1.67vw;
    padding: 3.34vw;
  }

  .gs-ticket .gs-content .gs-title{
    font-size: 1.95vw;
  }

  .gs-ticket .gs-content .gs-text{
    font-size: 1.25vw;
  }

  .gs-ticket .gs-content .gs-more{
    padding: 0.84vw 1.12vw;
    border-radius: 1.12vw;
    min-width: 16.25vw;
    font-size: 1.39vw;
    line-height: 1.93vw;
    letter-spacing: 0.05vw;
  }

  .gs-ticket .gs-photo{
    width: 15.84vw;
    border-left: 0.21vw dashed #043B6C;
  }

  .gs-ticket .gs-photo img{
    width: 8.89vw;
  }
}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){}
@media screen and (max-width: 374px){}


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


.gs-blog{
  width: 100%;
  max-width: 1100px;
  margin: 44px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  position: relative;
}


.gs-blog .gs-photo{
  width: calc(69% - 8px);
}

.gs-blog .gs-photo img{
  display: block;
  width: 100%;
  border-radius: 12px;

}

.gs-blog .gs-side{
  width: calc(31% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.gs-blog .gs-side .gs-logo-gblog{
  border-radius: 16px;
  padding: 14px 16px 10px 16px;
  width: 100%;
  background: #fff;
}


.gs-blog .gs-side .gs-logo-gblog img{
  display: block;
  height: 41px;
  margin: 0 auto;
}

.gs-blog .gs-side .gs-content{
  border-radius: 16px;
  background: #fff;
  padding: 28px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
  color: #043B6C;
}

.gs-blog .gs-side .gs-content .gs-title{
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
  color: #043B6C;
  max-width: 280px;
  margin: 0 auto;
}

.gs-blog .gs-side .gs-content .gs-text{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
}


.gs-blog .gs-side .gs-more{
  display: block;
  padding: 0px 24px;
  border-radius: 10px;
  border: 2px solid #043B6C;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  transition: all 200ms;
  text-decoration: none;
  width: 100%;
  background: #043B6C;
  text-align: center;
}

.gs-blog .gs-side .gs-more:hover{
  opacity: 0.8;
}

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

    .gs-blog{
    max-width: 76.39vw;
    margin: 3.06vw auto;
    gap: 1.12vw;
  }

  .gs-blog::before{
    left: -12.98vw;
    width: 5.49vw;
    height: 7.50vw;
  }

  .gs-blog .gs-photo{
    width: calc(69% - 0.56vw);
  }

  .gs-blog .gs-photo img{
    border-radius: 0.84vw;
  }

  .gs-blog .gs-side{
    width: calc(31% - 0.56vw);
    gap: 1.12vw;
  }

  .gs-blog .gs-side .gs-logo-gblog{
    border-radius: 1.12vw;
    padding: 0.98vw 1.12vw 0.70vw 1.12vw;
  }

  .gs-blog .gs-side .gs-logo-gblog img{
    height: 2.85vw;
  }

  .gs-blog .gs-side .gs-content{
    border-radius: 1.12vw;
    padding: 1.95vw 1.39vw;
    gap: 1.67vw;
  }

    .gs-blog .gs-side .gs-content .gs-title{
    font-size: 1.39vw;
    letter-spacing: -0.03vw;
    max-width: 19.45vw;
  }

  .gs-blog .gs-side .gs-content .gs-text{
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
  }

  .gs-blog .gs-side .gs-more{
    padding: 0.00vw 1.67vw;
    border-radius: 0.70vw;
    border: 0.14vw solid #97FF9C;
    font-size: 1.46vw;
    line-height: 5.00vw;
    letter-spacing: -0.01vw;
  }

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

  .gs-blog{
    padding: 0 0px;
  }

  .gs-blog .gs-side .gs-content .gs-title{
    font-size: 22px;
  }

  .gs-blog .gs-photo img{
    min-height: 300px;
    object-fit: cover;
  }


  .gs-blog{
    flex-direction: column;
    padding-top: 74px;
    position: relative;
  }

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

  .gs-blog .gs-side{
    width: 100%;
  }

  .gs-blog .gs-side .gs-logo-gblog{
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 0px);
  }

  


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


  .gs-blog,
  .gs-blog .gs-side{
    gap: 10px;
  }

  .gs-blog .gs-photo img {
    min-height: 0px;
  }
    .gs-blog .gs-side .gs-content .gs-title {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;

  }

  .gs-blog .gs-side .gs-content .gs-title br{
    display: none;
  }


  .gs-blog .gs-side .gs-more {
    line-height: 66px;
  }
}
@media screen and (max-width: 374px){}

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


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

.gs-faq .gs-title{
  color: #043B6C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.84px;
  padding: 0 0 26px 0;
}

.gs-faq .gs-items{
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.gs-faq .gs-items .gs-item{
  width: 100%;
  color: #282828;

  border-radius: 14px;
  background: #fff;
}









.gs-faq .gs-items .gs-item .gs-item-q{
  display: block;
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  position: relative;
  border: 0px;
  width: 100%;
  padding: 22px 70px 22px 24px;
  border-radius: 14px;
  background: none;
  cursor: pointer;
  position: relative;
}

.gs-faq .gs-items .gs-item .gs-item-q h1,
.gs-faq .gs-items .gs-item .gs-item-q h2,
.gs-faq .gs-items .gs-item .gs-item-q h3,
.gs-faq .gs-items .gs-item .gs-item-q h4,
.gs-faq .gs-items .gs-item .gs-item-q h5,
.gs-faq .gs-items .gs-item .gs-item-q h6{
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  padding: 0px;
}


.gs-faq .gs-items .gs-item .gs-item-q::before{
  content: "";
  position: absolute;
  background: rgba(0,0,0,1);
  left: 24px;
  bottom: 0px;
  width: calc(100% - 94px);
  height: 1px;
  opacity: 0;
  transition: all 300ms;
}

.gs-faq .gs-items .gs-item.gs-active .gs-item-q::before{
  opacity: 1;
}


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

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

.gs-faq .gs-items .gs-item .gs-item-ans{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  padding: 10px 70px 22px 24px;

  display: none;
}

.gs-faq .gs-items .gs-item .gs-item-ans h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}

.gs-faq .gs-items .gs-item .gs-item-ans a{
  text-decoration: underline;
  font-weight: 700;
}




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

   .gs-faq{
    padding: 0 0 3.06vw 0;
  }
  .gs-faq .gs-title{
    font-size: 2.23vw;
    letter-spacing: 0.06vw;
    padding: 0 0 1.81vw 0;
  }

  .gs-faq .gs-items{
    width: calc(100% - 2.78vw);
    max-width: 76.39vw;
    gap: 1.12vw;
  }

  .gs-faq .gs-items .gs-item{
    border-radius: 0.70vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 1.67vw;
    padding: 1.53vw 4.87vw 1.53vw 1.67vw;
    border-radius: 0.70vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after{
    right: 1.39vw;
    width: 1.81vw;
    height: 1.81vw;
  }

   .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 1.39vw;
    padding: 0.70vw 4.87vw 1.53vw 1.67vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans h3{
    font-size: 1.39vw;
  }

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

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

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 16px;
  }

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

  .gs-faq{
    padding: 0 16px 32px 16px;
  }

 .gs-faq .gs-title {
    font-size: 20px;
    line-height: 120%;
}

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

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

  .gs-faq .gs-items .gs-item {
    padding: 24px 15px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q {
    font-size: 20px;
    padding: 0 55px 0 0;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 17px;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans h3{
    font-size: 17px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after {
    content: "";
    width: 26px;
    height: 26px;
    right: 10px;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 16px 0px 0px 0px;
  }

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


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



.gs-disclaimer{
  text-align: center;
  font-size: 16px;
  line-height: normal;
  width: 100%;
  padding: 0px 25px 45px 25px;
  max-width: 1011px;
  margin: 0 auto;
  color: #000;
  line-height: 120%;
}

.gs-disclaimer p{
  margin: 0px;
  padding: 0 0 20px 0;
}

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


@media screen and (min-width: 960px) and (max-width: 1439px)  {
   .gs-disclaimer{
    font-size: 1.12vw;
    padding: 0.00vw 1.74vw 3.13vw 1.74vw;
    max-width: 70.21vw;
  }

  .gs-disclaimer p{
    padding: 0 0 1.39vw 0;
  }

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

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

}
@media screen and (max-width: 767px){
  .gs-disclaimer{
    font-size: 14px;
    max-width: 365px;
    margin: 0 auto;
    padding: 0 16px 20px 16px;
  }

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

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



.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: 864px;
  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){}

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

























