@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 *{

	-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:#DFE9F3;
  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: #121C20 url("../images/bg.webp") repeat center top;
  background-attachment: fixed;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 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;
}



 
.gs-page :focus {
    outline: 2px solid #FF5A5E !important;
    outline-offset: 2px !important;
    /*box-shadow: 0 0 0 2px #fff !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;
} 



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

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

  .gs-page{
    padding: 20px 16px;
    gap: 32px;
  }

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

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


}

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

h1.gs-main-title{
  padding: 32px 0 0 0;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.8px;
  font-weight: 700;
}

.gs-sec-title,
h2.gs-sec-title{
  padding: 10px 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  color: #FFD600;
  position: relative;
  display: inline-block;
}

.gs-xmas-competition .gs-sec-title img{
  display: block;
  margin: -20px auto 20px auto;
  width: 72px;
}

.gs-sec-title::before,
h2.gs-sec-title::before,
.gs-sec-title::after,
h2.gs-sec-title::after{
  content: "";
  width: 92px;
  height: 106px;
  background: url("../images/icon-title-notes-left.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-200%, 0);
}

.gs-sec-title::after,
h2.gs-sec-title::after{
  width: 120px;
  height: 110px;
  background-image: url("../images/icon-title-notes-right.svg");
  left: 100%;
  transform: translate(60%, 0);
} 

.gs-sec-text,
h3.gs-sec-text{
  font-size: 28px;
  font-style: italic;
  line-height: 110%;
  padding: 0 0 28px 0;
  color: #DFE9F3;
}

.gs-sec-text strong{
  font-weight: 600;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {
   h1.gs-main-title{
    padding: 2.23vw 0 0 0;
    font-size: 2.78vw;
    letter-spacing: -0.05vw;
  }

  .gs-sec-title,
  h2.gs-sec-title{
    padding: 0.70vw 0;
    font-size: 2.78vw;
  }

 .gs-xmas-competition .gs-sec-title img{
    margin: -1.38vw auto 1.39vw auto;
    width: 5.00vw;
  }

  .gs-sec-title::before,
  h2.gs-sec-title::before,
  .gs-sec-title::after,
  h2.gs-sec-title::after{
    width: 6.39vw;
    height: 7.37vw;
  }

  .gs-sec-title::after,
  h2.gs-sec-title::after{
    width: 8.34vw;
    height: 7.64vw;
  }

  .gs-sec-text,
  h3.gs-sec-text{
    font-size: 1.95vw;
    padding: 0 0 1.95vw 0;
  }
}
@media screen and (max-width: 959px) {
  h1.gs-main-title{
    padding: 32px 20px 0 20px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h1.gs-main-title {
    padding: 32px 20px 0 20px;
    font-size: 31px;
  }

  h1.gs-main-title br:not(.gs-mob-br){
    display: none;
  }

  .gs-sec-title, 
  h2.gs-sec-title{
    font-size: 25px;
  }

  .gs-sec-text br:not(.gs-mob-br){
    display: none;
  }

  .gs-sec-text, 
  h3.gs-sec-text {
    font-size: 18px;
    padding: 0 0 24px 0;
  }

  .gs-line-change{
    max-width: 210px;
    margin: 0 auto;
  }

  .gs-line-change img{
    display: block;
    width: 100%;
  }

  .gs-sec-title::before, h2.gs-sec-title::before {
    width: 46px;
    height: 50px;
    transform: translate(-38%, -45%);
    display: none !important;
  }


  .gs-sec-title::after, 
  h2.gs-sec-title::after{
    width: 46px;
    height: 50px;
    transform: translate(-38%, -45%);
    display: none !important;
  }

  .gs-sec-title::after, h2.gs-sec-title::after {
    width: 46px;
    height: 50px;
    transform: translate(-60%, 158%);
    display: none !important;
  }

  .gs-products .gs-sec-title::before, 
  .gs-products h2.gs-sec-title::before {
    transform: translate(-101%, -45%);

  }

  .gs-products .gs-sec-title::after, .gs-products h2.gs-sec-title::after {
    transform: translate(6%, 50%);
  }

   .gs-must-have .gs-sec-title::after, .gs-must-have h2.gs-sec-title::after {
    transform: translate(6%, 50%);
  }

  .gs-categories .gs-sec-title::before, .gs-categories h2.gs-sec-title::before {
    transform: translate(-46%, -92%);
  }

  .gs-categories .gs-sec-title::after, .gs-categories h2.gs-sec-title::after {
    transform: translate(-56%, 101%);
  }

  .gs-categories .gs-sec-text, .gs-categories h3.gs-sec-text {
    max-width: 317px;
    margin: 0 auto;
    padding: 0 0 24px 0;
  }

  .gs-xmas-competition .gs-sec-title::after, .gs-xmas-competition h2.gs-sec-title::after {

    transform: translate(-53%, 225%);
  }
}

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


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

.gs-hero picture{
  width: 883px;
  overflow: hidden;
  border-radius: 14px;
  border: 3px solid var(--White, #DFE9F3);
}

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

.gs-hero .gs-content{
  width: 452px;
  border-radius: 10px;
  border: 3px solid #DFE9F3;
  background: rgba(63, 145, 131, 0.10);
  backdrop-filter: blur(6px);
  align-content: center;
  padding: 20px;
}

.gs-hero .gs-content .gs-title{
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
}

.gs-hero .gs-content .gs-text{
  padding: 26px 0 0 0;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.52px;
}


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

  .gs-hero{
    max-width: 94.24vw;
    gap: 1.53vw;
  }

  .gs-hero picture{
    width: 61.32vw;
    border-radius: 0.98vw;
    border: 0.21vw solid var(--White, #DFE9F3);
  }

  .gs-hero .gs-content{
    width: 31.39vw;
    border-radius: 0.70vw;
    border: 0.21vw solid #DFE9F3;
    backdrop-filter: blur(0.42vw);
    padding: 1.39vw;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 2.50vw;
    letter-spacing: -0.05vw;
  }

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

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

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

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

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

  .gs-hero .gs-content{
    padding: 28px 12px;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 28px;
    max-width: 305px;
    margin: 0 auto;
  }

  .gs-hero .gs-content .gs-text{
    font-size: 24px;
    max-width: 244px;
    margin: 0 auto;
  }

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

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


.gs-products{
  max-width: 1128px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
}

.gs-products .owl-prev{
  position: absolute;
  width: 30px;
  height: 30px;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
  background: url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain !important;
  border-radius: 50%;
}

.gs-products .owl-next{
  position: absolute;
  width: 30px;
  height: 30px;
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
  background: url("../images/icon-next.svg") no-repeat center center !important;
  background-size: contain !important;
  border-radius: 50%;
}

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

.gs-products .owl-prev.disabled,
.gs-products .owl-next.disabled{
  opacity: 0.2;
}

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

.gs-products .gs-items .gs-item{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 8px;
  position: relative;
  padding: 0 6px;
}

.gs-products .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 2%;
  top: 1%;
  width: 96%;
  height: 98%;
  z-index: 3;
   border-radius: 10px;
}

.gs-products .gs-items .gs-item .gs-item-content{
  border-radius: 10px;
  border: 3px solid #DFE9F3;
  width: 100%;
  padding: 16px 5px;
  background: rgba(63, 145, 131, 0.10);
  backdrop-filter: blur(6px);
}

.gs-products .gs-items .gs-item .gs-item-photo{
  height: 150px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gs-products .gs-items .gs-item .gs-item-photo img{
  display: block;
  margin: 0 auto;
  width: auto;
  height: 150px;
  object-fit: contain;
}

.gs-products .gs-items .gs-item .gs-item-title{
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 20px auto 0 auto;
  position: relative;
  padding: 0 12px;
  min-height: 63px;
  align-content: center;
}

.gs-products .gs-items .gs-item .gs-item-title.gs-has-energy{
  text-align: left;
}

.gs-products .gs-items .gs-item .gs-item-title.gs-has-energy img{
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 93px;
}

.gs-products .gs-items .gs-item .gs-item-title span{
  letter-spacing: 1.28px;
  font-weight: 400;
  font-size: 16px;
}

.gs-products .gs-items .gs-item .gs-item-price{
  border-radius: 10px;
  border: 3px solid #DFE9F3;

  width: 100%;
  text-align: center;
  padding: 10px 20px 15px 20px;

  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  background: rgba(63, 145, 131, 0.10);
  backdrop-filter: blur(6px);
}

.gs-products .gs-items .gs-item .gs-item-price strong{
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.gs-products .gs-items .gs-item .gs-item-ofelos{
  padding: 6px 16px;
  border-radius: 10px;
  background: #FF5A5E;
  align-content: center;
  color: #282828;
  text-align: center; 
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin: 5px auto 0 auto;
  display: inline-block;
}

.gs-products .gs-items .gs-item .gs-item-more{
  border-radius: 10px;
  background: #FFD600;
  color: #141414;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  width: 100%;
  transition: all 200ms;
}

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




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

 .gs-products{
    max-width: 78.34vw;
  }

  .gs-products .owl-prev{
    width: 2.09vw;
    height: 2.09vw;
    left: -1.38vw;
  }

  .gs-products .owl-next{
    width: 2.09vw;
    height: 2.09vw;
    right: -1.38vw;
  }

  .gs-products .gs-items{
    max-width: 67.50vw;
  }

  .gs-products .gs-items .gs-item{
    gap: 0.56vw;
    padding: 0 0.42vw;
  }

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

  .gs-products .gs-items .gs-item .gs-item-content{
    border-radius: 0.70vw;
    border: 0.21vw solid #DFE9F3;
    padding: 1.12vw 0.35vw;
    backdrop-filter: blur(0.42vw);
  }

  .gs-products .gs-items .gs-item .gs-item-photo{
    height: 10.42vw;
  }

  .gs-products .gs-items .gs-item .gs-item-photo img{
    height: 10.42vw;
  }

  .gs-products .gs-items .gs-item .gs-item-title{
    font-size: 1.32vw;
    margin: 1.39vw auto 0 auto;
    padding: 0 0.84vw;
  }

  .gs-products .gs-items .gs-item .gs-item-title.gs-has-energy img{
    right: 0.84vw;
    width: 6.46vw;
  }

  .gs-products .gs-items .gs-item .gs-item-title span{
    letter-spacing: 0.09vw;
    font-size: 1.12vw;
  }

  .gs-products .gs-items .gs-item .gs-item-price{
    border-radius: 0.70vw;
    border: 0.14vw solid #E2DAC9;
    padding: 0.70vw 1.39vw 1.05vw 1.39vw;
    font-size: 1.25vw;
  }

  .gs-products .gs-items .gs-item .gs-item-price strong{
    font-size: 2.92vw;
  }

  .gs-products .gs-items .gs-item .gs-item-ofelos{
    padding: 0.42vw 1.12vw;
    border-radius: 0.70vw;
    font-size: 1.39vw;
    margin: 0.35vw auto 0 auto;
  }

  .gs-products .gs-items .gs-item .gs-item-more{
    border-radius: 0.70vw;
    font-size: 1.39vw;
    line-height: 3.41vw;
    letter-spacing: 0.05vw;
  }

}

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

  .gs-products{
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .gs-products .gs-items .gs-item .gs-item-title{
    font-size: 18px;
  }

}

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

  .gs-products {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 375px;
    margin: 0 auto;
  }

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

  .gs-products .owl-prev{
    left: -10px;
  }

  .gs-products .owl-next{
    right: -10px;
  }

  .gs-products .gs-items .gs-item .gs-item-title,
  .gs-products .gs-items .gs-item .gs-item-title span{
    font-size: 16px;
  }

  .gs-products .gs-items .gs-item .gs-item-price{
    font-size: 16px;
  }

  .gs-products .gs-items .gs-item .gs-item-price strong{
    font-size: 38px;
  }

  .gs-products .gs-items .gs-item .gs-item-ofelos{
    font-size: 18px;
  }

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

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

  .gs-products .owl-prev,
  .gs-products .owl-next{
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    right: auto;
    bottom: auto;
  }


}

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

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



.gs-gift-proposals .gs-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}

.gs-gift-proposals .gs-items .gs-item{
  width: calc(50% - 8px);
  min-height: 380px;
  padding: 28px 10px;
  border-radius: 10px;
  border: 3px solid #DFE9F3;
  align-content: center;
  position: relative;

  background: #121C20 url("../images/bg-gift-proposal1.png") no-repeat center center;
  background-size: cover;
  backdrop-filter: blur(6px);
}

.gs-gift-proposals .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-gift-proposal2.png"); }
.gs-gift-proposals .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-gift-proposal3.png"); }
.gs-gift-proposals .gs-items .gs-item.gs-i4{ background-image: url("../images/bg-gift-proposal4.png"); }




.gs-gift-proposals .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 2%;
  top: 1%;
  width: 96%;
  height: 98%;
  z-index: 3;
}

.gs-gift-proposals .gs-items .gs-item .gs-item-title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  padding: 0 0 63px 0;
  background: url("../images/icon-stars.svg") no-repeat center bottom;
  background-size: 71px auto;

}

.gs-gift-proposals .gs-items .gs-item .gs-item-text{
  font-size: 24px;
  font-style: normal;
  line-height: 115%;
  min-height: 136px;
  align-content: center;
  margin: 0px auto 12px auto;
  font-weight: 400;
}

.gs-gift-proposals .gs-items .gs-item .gs-item-text h2{
  display: inline-block;
  font-size: inherit;
  font-weight: normal;

}

.gs-gift-proposals .gs-items .gs-item .gs-item-more{
  padding: 12px 16.048px;
  border-radius: 10px;
  background: #FFD600;
  display: inline-block;
  font-weight: 700;
  color: #121C20;
  font-size: 20px;
  font-style: normal;
  line-height: 126%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 12px auto 0 auto;
  transition: all 300ms;
  min-width: 250px;
}

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

@media screen and (min-width: 960px) {
  .gs-gift-proposals .gs-items .gs-item.gs-i1,
  .gs-gift-proposals .gs-items .gs-item.gs-i4{
    background-color: rgba(18, 28, 32, 0.10);
    backdrop-filter: blur(6px);
  }

  .gs-gift-proposals .gs-items .gs-item.gs-i2,
  .gs-gift-proposals .gs-items .gs-item.gs-i3{
    background-color: rgba(63, 145, 131, 0.10);
  }

}
@media screen and (min-width: 960px)  and (max-width: 1439px) {
  .gs-gift-proposals .gs-items{
    gap: 1.12vw;
    max-width: 78.89vw;
  }

  .gs-gift-proposals .gs-items .gs-item{
    width: calc(50% - 0.56vw);
    min-height: 26.39vw;
    padding: 1.95vw 0.70vw;
    border-radius: 0.70vw;
    border: 0.21vw solid #DFE9F3;
    backdrop-filter: blur(0.42vw);
  }

  .gs-gift-proposals .gs-items .gs-item .gs-item-title{
    font-size: 2.23vw;
    padding: 0 0 4.38vw 0;
    background-size: 4.94vw auto;
  }

  .gs-gift-proposals .gs-items .gs-item .gs-item-text{
    font-size: 1.67vw;
    min-height: 9.45vw;
    margin: 0.00vw auto 0.84vw auto;
  }

  .gs-gift-proposals .gs-items .gs-item .gs-item-more{
    padding: 0.84vw 1.12vw;
    border-radius: 0.70vw;
    font-size: 1.39vw;
    letter-spacing: 0.05vw;
    margin: 0.84vw auto 0 auto;
    min-width: 17.37vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-gift-proposals .gs-items{
    
  }

  .gs-gift-proposals .gs-items .gs-item{
    width: 100%;

  }


  .gs-gift-proposals .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

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

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

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

  .gs-gift-proposals .gs-items .gs-item.gs-i1{ background-image: url("../images/bg-gift-proposal1-mob.png"); }
  .gs-gift-proposals .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-gift-proposal2-mob.png"); }
  .gs-gift-proposals .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-gift-proposal3-mob.png"); }
  .gs-gift-proposals .gs-items .gs-item.gs-i4{ background-image: url("../images/bg-gift-proposal4-mob.png"); }

  .gs-gift-proposals .gs-items .gs-item {
    min-height: 117vw;
    padding: 18vw 2vw;
}

  .gs-gift-proposals .gs-items .gs-item .gs-item-title img{
    height: auto;
    width: 100%;
  }

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

  .gs-gift-proposals .gs-items .gs-item .gs-item-text{
    font-size: 20px;
    min-height: 10px;
    padding: 0px 0 0 0;
    margin: 0px;
    min-height: 154px;
    align-content: center;
    max-width: 315px;
    margin: 0 auto;
  }

  .gs-gift-proposals .gs-items .gs-item .gs-item-more{
    width: 250px;
    font-size: 16px;
    line-height: 50px;
    padding: 0px;
  }



  .gs-gift-proposals .gs-items .gs-item .gs-item-text{
    font-size: 5.56vw;
    min-height: 2.78vw;
    min-height: 42.78vw;
    max-width: 87.50vw;
  }

  .gs-gift-proposals .gs-items .gs-item .gs-item-more{
    width: 69.45vw;
    font-size: 4.45vw;
    line-height: 13.89vw;
  }

}

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

.gs-categories{
  max-width: 1126px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

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

.gs-categories .gs-items .gs-item{
  border-radius: 12px;
  border: 2px solid #DFE9F3;
  background: rgba(63, 145, 131, 0.10);
  width: calc(25% - 12px);
  min-height: 260px;
  position: relative; 
  backdrop-filter: blur(6px);
}

.gs-categories .gs-items .gs-item.gs-has-links{
   width: calc(50% - 8px);
   display: inline-flex;
   justify-content: space-between;
   align-items: stretch;
}

.gs-categories .gs-items .gs-item .gs-item-content{
  padding: 0px 0 0 0; 
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.gs-categories .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.gs-categories .gs-items .gs-item.gs-has-links .gs-item-content{
  width: 45%;
  text-align: center;
}

.gs-categories .gs-items .gs-item .gs-item-links{
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 25px 0 0px;
}



.gs-categories .gs-items .gs-item .gs-item-links a,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
  display: block;
  color: #141414;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: #DFE9F3;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  transition: all 300ms;
  cursor: pointer;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-min{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-min a{
  width: calc(100% - 5px);
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 15px;
    background: url("../images/icon-arrow-more.svg") no-repeat center center;
    background-size: contain;
    margin: -3px 0 0px 2px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title:hover::after{
  filter: brightness(0%);
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before{
  display: none;
  background-image: url("../images/icon-arrow-back.svg");
   margin: -3px 2px 0 0px ;
}

.gs-categories .gs-items .gs-item .gs-item-links a:hover,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title:hover{
  background: #fff;
  color: #000;
}

.gs-categories .gs-items .gs-item .gs-item-icon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.gs-categories .gs-items .gs-item .gs-item-icon img{
  display: block;
  width: auto;
  margin: 0 auto;
  height: 100px;
}
.gs-categories .gs-items .gs-item .gs-item-title{
  color: #DFE9F3;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.gs-categories .gs-items .gs-item .gs-multi-links{
  width: 100%;
}

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

.gs-categories .gs-items .gs-item .gs-item-links.gs-active > a,
.gs-categories .gs-items .gs-item .gs-item-links.gs-active > .gs-min{
  display: none;
} 

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title{
  background: #fff;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title:hover{
  background: #fff;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title:hover::before{
  filter: brightness(0%);
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title::after{
  display: none;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title::before{
  display: inline-block;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 0 0 0;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a{
  font-size: 15px;
}

.gs-categories .gs-items .gs-item.gs-all{
  width: calc(50% - 8px);
  background: url("../images/bg-cat-all.webp") no-repeat center center;
  background-size: cover;
  height: 100%;
  align-content: center;
  color: #DFE9F3;
}

.gs-categories .gs-items .gs-item.gs-all .gs-all-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-text{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  margin: 0 auto -9px auto;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-text strong{
  font-weight: 800;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-more{
  padding: 12px 40px;
  border-radius: 10px;
  background: #FFD600;
  color: #121C20;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 300ms;
}

.gs-categories .gs-items .gs-item.gs-all:hover .gs-all-content .gs-all-content-more{
  opacity: 0.8;
}


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

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

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

  .gs-categories .gs-items .gs-item {
    width: calc(50% - 8px);
  }

  .gs-categories .gs-items .gs-item.gs-has-links{
    width: 100%;
  }


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


}

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

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


  .gs-categories .gs-items .gs-item{
    min-height: 164px;
    width: calc(50% - 5px);
  }

  .gs-categories .gs-items .gs-item .gs-item-content{
    padding: 5px 0 0 0;
    gap: 20px;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon{
    min-height: 60px;
    height: 60px;
    overflow: hidden;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon img{
    transform: scale(0.6);
  }

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

  .gs-categories .gs-items .gs-item .gs-item-links a, .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
    font-size: 11px;
    padding: 4px 5px;
    border-radius: 4px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    padding: 12px;
    gap: 4px;
  }


  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after, .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    width: 5px;
    height: 10px;
    margin: -3px 0 0px 2px;
  }




  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a,
  .gs-categories .gs-items .gs-item .gs-item-links a, 
  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title {
    font-size: 14px;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items {
    gap: 4px;
    padding: 4px 0 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-min{
    gap: 4px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    width: 6px;
    height: 10px;
    margin: -2px 2px 0px 0px;
  }

  .gs-categories .gs-items .gs-item.gs-has-links .gs-item-content{
    width: 45%;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    width: 55%;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content{
    padding: 20px;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content img{
    width: 184px;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-text {
      font-size: 20px;
      margin: 0 auto -9px auto;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-more {
      padding: 10px 36px;
      font-size: 16px;
  }

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

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





.gs-bottom-links h2.gs-sec-title{
  padding: 0 0 40px 0;
  font-size: 32px;
  color: #DFE9F3;
}

.gs-bottom-links h2.gs-sec-title::before,
.gs-bottom-links h2.gs-sec-title::after{
  display: none;
}

.gs-bottom-links .gs-title strong{
  font-weight: 900;
}

.gs-bottom-links .gs-sec-title a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

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

  padding: 22px 10px;
  width: 171px;
  height: 161px;
  position: relative;
  transition: all 300ms;

  border-radius: 8px;

  border: 1px solid #DFE9F3;
  background: rgba(63, 145, 131, 0.10);
  backdrop-filter: blur(7.69px);

}

.gs-bottom-links .gs-items .gs-item:hover{
  transform: scale(1.05);
}

.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: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 24px 0 0 0;
  color: #DFE9F3;
  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 h2.gs-sec-title{
    padding: 0 0 2.78vw 0;
    font-size: 2.23vw;
  }

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

  .gs-bottom-links .gs-items .gs-item{
    padding: 1.53vw 0.70vw;
    width: 11.88vw;
    height: 11.19vw;
    border-radius: 0.56vw;
    border: 0.07vw solid #DFE9F3;
    backdrop-filter: blur(0.54vw);
  }

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

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 1.67vw 0 0 0;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }

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

 .gs-bottom-links .gs-sec-title a{
  text-decoration-thickness: 0.07vw;
  text-underline-offset: 0.21vw;
  }

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


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

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

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

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

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

  .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-faq{
  text-align: center;
  padding: 0 0 50px 0;
}

.gs-faq .gs-title{
  color: #DFE9F3;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.84px;
  padding: 0 0 30px 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%;
  border-radius: 10px;
  background: #DFE9F3;
  color: #121C20;
}

.gs-faq .gs-items .gs-item.gs-active{
  background: #DFE9F3;
}

.gs-faq .gs-items .gs-item .gs-item-q{
  display: block;
  color: #121C20;
  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: 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.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 .gs-title{
    font-size: 2.23vw;
    letter-spacing: 0.06vw;
    padding: 0 0 2.09vw 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 0px;
  }

 .gs-faq .gs-title {
    font-size: 20px;
    padding: 0 0 20px 0;
    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: 20px;
  line-height: normal;
  width: 100%;
  padding: 0px 45px 45px 45px;
  max-width: 920px;
  margin: 0 auto;
  color: #DFE9F3;
  font-weight: 700;
  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.39vw;
    padding: 0.00vw 3.13vw 3.13vw 3.13vw;
    max-width: 63.89vw;
  }

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

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

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

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

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

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



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

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

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

}

.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: #DFE9F3;
  border: 2px solid #DFE9F3;
}


.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: #DFE9F3;
  border: 2px solid #DFE9F3;
  padding: 28px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
  color: #fff;
}

.gs-blog .gs-side .gs-content .gs-title{
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
  color: #121C20;
}

.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 #FFD600;
  color: #000;
  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: #FFD600;
  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;
    gap: 1.12vw;
  }

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

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

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

  .gs-blog .gs-side .gs-logo-gblog{
    border-radius: 1.11vw;
    padding: 0.97vw 1.11vw 0.69vw 1.11vw;
  }

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

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

  .gs-blog .gs-side .gs-content .gs-title{
    font-size: 1.67vw;
  }

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

  .gs-blog .gs-side .gs-more{
    padding: 0px 1.67vw;
    border-radius: 0.69vw;
    font-size: 1.46vw;
    line-height: 5.0vw;
  }

}
@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-photo img {
    min-height: 0px;
  }
    .gs-blog .gs-side .gs-content .gs-title {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;

  }




  .gs-blog .gs-side .gs-more {
    line-height: 66px;
  }
}
@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){}

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



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

.gs-must-have .gs-items .gs-item{
  width: 437px;
  min-height: 381px;
  background: url("../images/bg-must-have.png") no-repeat center center;
  background-size: cover;
  border-radius: 12px;
  border: 3px solid var(--White, #DFE9F3);
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 31px;
  position: relative;
}

.gs-must-have .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 2%;
  top: 1%;
  width: 96%;
  height: 98%;
  z-index: 3;
  border-radius: 10px;
}

.gs-must-have .gs-items .gs-item .gs-item-title{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}

.gs-must-have .gs-items .gs-item .gs-item-text{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.48px;
  min-height: 106px;
  align-content: center;
}

.gs-must-have .gs-items .gs-item .gs-item-more{
  padding: 12px 16.048px;
  border-radius: 10px;
  background: #FFD600;
  display: inline-block;
  font-weight: 700;
  color: #121C20;
  font-size: 20px;
  font-style: normal;
  line-height: 126%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 12px auto 0 auto;
  transition: all 300ms;
  min-width: 250px;
}

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


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

 .gs-must-have .gs-items{
    gap: 1.12vw;
  }

  .gs-must-have .gs-items .gs-item{
    width: 30.35vw;
    min-height: 26.46vw;
    border-radius: 0.84vw;
    border: 0.21vw solid var(--White, #DFE9F3);
    padding: 3.48vw 1.05vw;
    gap: 2.16vw;
  }

  .gs-must-have .gs-items .gs-item .gs-item-lnk{
    border-radius: 0.70vw;
  }

  .gs-must-have .gs-items .gs-item .gs-item-title{
    font-size: 2.23vw;
  }

  .gs-must-have .gs-items .gs-item .gs-item-text{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    min-height: 7.37vw;
  }

  .gs-must-have .gs-items .gs-item .gs-item-more{
    padding: 0.84vw 1.12vw;
    border-radius: 0.70vw;
    font-size: 1.39vw;
    letter-spacing: 0.05vw;
    margin: 0.84vw auto 0 auto;
    min-width: 17.37vw;
  }
}
@media screen and (max-width: 959px){

  .gs-must-have .gs-items{
    display: block;
    width: 100%;
  }
  .gs-must-have .gs-items .gs-item{
    margin: 0 auto;
  }


  .gs-must-have .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px 0 0 0 ;
  }

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

  .gs-must-have .owl-next{
    width: 30px;
    height: 30px;
    background: url("../images/icon-next.svg") no-repeat center center !important;
    background-size: contain !important;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px){

  .gs-must-have .gs-items .gs-item{
    width: 100%;
    gap: 10px;
    min-height: 93vw;
  }

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

  .gs-must-have .gs-items .gs-item .gs-item-text{
    font-size: 18px;
  }

  .gs-must-hav .gs-items .gs-item .gs-item-more {
    width: 250px;
    font-size: 16px;
    line-height: 50px;
    padding: 0px;
  }

  .gs-must-have .gs-items .gs-item{
    gap: 2.78vw;
  }

  .gs-must-have .gs-items .gs-item .gs-item-title{
    font-size: 6.67vw;
  }

  .gs-must-have .gs-items .gs-item .gs-item-text{
    font-size: 5.00vw;
  }

  .gs-must-hav .gs-items .gs-item .gs-item-more{
    width: 69.45vw;
    font-size: 4.45vw;
    line-height: 13.89vw;
  }

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

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


.gs-xmas-competition{
  padding-top: 30px;
}

.gs-xmas-competition .gs-row{
  width: 100%;
  max-width: 1130px;
  margin: 30px auto 0 auto;
  overflow: hidden;
  border-radius: 12px;
  border: 3px solid #DFE9F3;
  position: relative;
}

.gs-xmas-competition .gs-row picture img{
  display: block;
  width: 100%;
}


.gs-xmas-competition .gs-row .gs-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 2%;
  top: 1%;
  width: 96%;
  height: 98%;
  z-index: 3;
   border-radius: 10px;
}


.gs-xmas-competition .gs-row .gs-inner-wrapper{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-content: center;
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-photo{
  width: 464px;
}

.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-photo img{
  display: block;
}

.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content{
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text{
  font-size: 24px;
  font-style: normal;
  line-height: 115%; 
}

.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text p{
  margin: 0px;
  padding: 0 0 20px 0;
}


.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-more{
  padding: 12px 40px;
  border-radius: 10px;
  background: #FFD600;
  color: #121C20;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 300ms;
  min-width: 270px;
}

.gs-xmas-competition .gs-row:hover .gs-inner-wrapper .gs-content .gs-more{
  opacity: 0.8;
}



@media screen and (min-width: 960px) and (max-width: 1439px)  {
 .gs-xmas-competition{
    padding-top: 2.09vw;
  }

  .gs-xmas-competition .gs-row{
    max-width: 78.48vw;
    margin: 2.09vw auto 0 auto;
    border-radius: 0.84vw;
    border: 0.21vw solid #DFE9F3;
  }

  .gs-xmas-competition .gs-row .gs-lnk{
    border-radius: 0.70vw;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper{
    gap: 1.25vw;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-photo{
    width: 32.23vw;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content{
    width: 29.17vw;
    gap: 0.42vw;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text{
    font-size: 1.67vw;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text p{
    padding: 0 0 1.39vw 0;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-more{
    padding: 0.84vw 2.78vw;
    border-radius: 0.70vw;
    font-size: 1.39vw;
    letter-spacing: 0.05vw;
    min-width: 18.75vw;
  }
}
@media screen and (max-width: 959px){
  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text{
    font-size: 19px;
  }
  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-photo {
    width: 270px;
  }
  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content {
      width: 310px;
  }
}
@media screen and (max-width: 767px){
  .gs-xmas-competition .gs-row .gs-inner-wrapper{
    flex-direction: column;
  }
  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text {
    font-size: 23px;
    max-width: 255px;
    margin: 0 auto;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text br{
    display: none;
  }
  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text p {
    margin: 0px;
    padding: 0 0 30px 0;
  }
  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-photo{
    width: 300px;
  }



 .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text{
  font-size: 5.28vw;
}

.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-photo{
  width: 75.00vw;
}

.gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content{
  width: 86.12vw;
}


   .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text{
    font-size: 6vw;
    max-width: 100%;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-content .gs-text p{
    padding: 0 0 5vw 0;
  }

  .gs-xmas-competition .gs-row .gs-inner-wrapper .gs-photo{
    width: 83.34vw;
  }


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

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


.gs-split-line{
  width: 190px;
  margin: 0 auto;
}

.gs-split-line img{
  display: block;
  width: 100%;
}


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




.gs-insurance{
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  border: 3px solid #DFE9F3;
  position: relative;
}

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


.gs-insurance .gs-inner-wrapper{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-content: center;
  z-index: 2;

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

.gs-insurance .gs-title{
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; 
}

.gs-insurance .gs-title img{
  max-width: 404px;
  margin: 0 auto;
  display: block;
}

.gs-insurance .gs-text{
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
}

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

.gs-insurance .gs-items .gs-item{
  width: 473px;
  height: 348px;
  border-radius: 14px;
  border: 3px solid #DFE9F3;
  background: rgba(63, 145, 131, 0.10);
  backdrop-filter: blur(6px);
  padding: 32px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 34px;
}

.gs-insurance .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 3;
   border-radius: 10px;
}

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

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

.gs-insurance .gs-items .gs-item .gs-item-more{
  padding: 10px 16.048px;
  border-radius: 10px;
  background: #FFD600;
  display: inline-block;
  font-weight: 700;
  color: #121C20;
  font-size: 16px;
  font-style: normal;
  line-height: 126%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 12px auto 0 auto;
  transition: all 300ms;
  min-width: 230px;
}

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



@media screen and (min-width: 960px) and (max-width: 1439px)  {
   .gs-insurance{
    max-width: 78.48vw;
    border-radius: 0.84vw;
    border: 0.21vw solid #DFE9F3;
  }

  .gs-insurance .gs-inner-wrapper{
    gap: 1.67vw;
  }

  .gs-insurance .gs-title{
    font-size: 2.78vw;
  }

  .gs-insurance .gs-text{
    font-size: 1.67vw;
  }

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

  .gs-insurance .gs-items .gs-item{
    width: 32.85vw;
    height: 24.17vw;
    border-radius: 0.98vw;
    border: 0.21vw solid #DFE9F3;
    backdrop-filter: blur(0.42vw);
    padding: 2.23vw 0.70vw;
    gap: 2.37vw;
  }

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

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

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

  .gs-insurance .gs-items .gs-item .gs-item-more{
    padding: 0.70vw 1.12vw;
    border-radius: 0.70vw;
    font-size: 1.12vw;
    letter-spacing: 0.05vw;
    margin: 0.84vw auto 0 auto;
    min-width: 15.98vw;
  }
}
@media screen and (max-width: 959px){
  .gs-insurance {
    min-height: 70vw;
  } 

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

  .gs-insurance .gs-title img{
    width: 80%;
  }
  .gs-insurance .gs-items .gs-item{
    width: 320px;
    height: 290px;
    gap: 16px;
  }

  .gs-insurance .gs-items .gs-item .gs-item-text{
    font-size: 17px;
    min-height: 76px;
    align-content: center;
  }
  .gs-insurance .gs-items .gs-item .gs-item-icon img {
    height: 62px;
  }
}
@media screen and (max-width: 767px){
  .gs-insurance {
    min-height: 1vw;

  }

  .gs-insurance .gs-inner-wrapper {
    gap: 2vw;
    justify-content: flex-start;
    padding-top: 10vw;
}

  .gs-insurance .gs-items{
    flex-direction: column;

    width: calc(100% - 4.2vw);
  }

  .gs-insurance .gs-items .gs-item{
    width: 100%;
    min-height: 93vw;
    height: auto;
    border-width: 1px;
    justify-content: flex-start;
    padding: 9vw 1vw;
    gap: 1vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon img {
    height: 20vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon{
    padding: 0 0 5vw 0;
  }

  .gs-insurance .gs-items .gs-item .gs-item-text{
    font-size: 5vw;
    max-width: 69.3vw;
    margin: 0 auto;
    min-height: 32vw;
    line-height: 120%;
  }

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

  .gs-insurance .gs-title {
    font-size: 6.5vw;
  }

  .gs-insurance .gs-title img {
    width: 54vw;
  }

  .gs-insurance .gs-text {
    font-size: 4.8vw;
    margin: 0 auto;
    padding: 0 0 31vw 0;
}

  .gs-insurance .gs-text br:not(.gs-mob-br){
    display: none;
  }

  .gs-insurance .gs-items .gs-item .gs-item-more {
    padding: 2.66vw 4.26vw;
    font-size: 4.26vw;
    margin: 3.2vw auto 0 auto;
    min-width: 61.3vw;
  }






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































