@charset "utf-8";


@import url("https://use.typekit.net/cmw8cpt.css");


html,body{
  margin:0px;
  padding:0px;
}

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

.gs-page .gs-clear{
  clear:both;
}

.gs-page *{
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}


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


.gs-page{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color:#000;
  font-size:19px;
    position:relative;
    margin:0 auto 0 auto;
    line-height:normal;
    margin:0 auto 0 auto;
    padding:0 0 0px 0;
    text-align:center;
    overflow:hidden;
    background:#fff;
}



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


a:hover{
  font-weight: bold;
  text-decoration: underline;
}




.gs-hero{
  background: url("../images/img-hero.jpg") no-repeat center top;
  background-size:cover;
  min-height: 640px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  color: #fff;
}


.gs-hero .gs-content{
  text-align: left;
  
  max-width: 1180px;
  margin: 0 auto 0 auto;
  padding: 180px 20px 0 20px;
}

.gs-hero .gs-content .gs-title{
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
}

.gs-hero .gs-content .gs-text{
  font-size: 19px;
  line-height: 30px;
  padding: 20px 0 0 0;
}


.gs-service{
  padding: 70px 20px 40px 20px;
  background:  url("../images/bg-service.png") no-repeat center top;
}


.gs-service .gs-title{
  font-size: 32px;
  color: #023e85;
  font-weight: bold;
  padding: 0 0 20px 0;
}


.gs-service .gs-text{
  font-size: 17px;
  color: #4f4f4f;
  line-height: 28px;
  max-width: 803px;
  margin: 0 auto 0 auto;
}


.gs-service .gs-items{
  padding: 60px 0 60px 0;
  font-size: 0px;
  max-width: 1250px;
  margin: 0 auto 0 auto;
}

.gs-service .gs-items .gs-item{
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #4f4f4f;
  width: 20%;
}

.gs-service .gs-items .gs-item .gs-item-icon{
  height: 70px;
  background:  url("../images/icon-service1.png") no-repeat center top;
}

.gs-service .gs-items .gs-item.gs-i2 .gs-item-icon{ background-image:  url("../images/icon-service2.png");  }
.gs-service .gs-items .gs-item.gs-i3 .gs-item-icon{ background-image:  url("../images/icon-service3.png");  }
.gs-service .gs-items .gs-item.gs-i4 .gs-item-icon{ background-image:  url("../images/icon-service4.png");  }
.gs-service .gs-items .gs-item.gs-i5 .gs-item-icon{ background-image:  url("../images/icon-service5.png");  }


.gs-innovation{
  font-size: 0px;
  padding: 10px 5px 10px 5px;
  max-width: 1366px;
  margin: 0 auto 0 auto;
}

.gs-innovation .gs-col{
  display: inline-block;
  width: calc(50% - 10px);
  height: 720px;
  vertical-align: top;
  background: url("../images/img-innovation1-2.jpg") no-repeat center center;
  background-size:cover;
  margin: 0px 5px 0px 5px;
  position: relative;
}

.gs-innovation .gs-col.gs-last{ background-image: url("../images/img-innovation2-2.jpg");  }
 
.gs-innovation .gs-text{
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}


.gs-find{
  color: #fff;
  
  background:  url("../images/bg-find.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  max-width: 100%;
  margin: 0 auto 0 auto;
}

.gs-find .gs-hold{
  position: relative;
  max-width: 1366px;
  margin: 0 auto 0 auto;
  height: 540px;
}

.gs-find .gs-content{
  position:absolute;
  right: 100px;
  bottom:0px;
  background: url("../images/bg-box.png") no-repeat center center;
  background-size:contain;
  width: 494px;
  height: 500px;
  padding:75px 0 0 0; 
}

.gs-find .gs-content .gs-title{
  font-size: 32px;
  font-weight: bold;
}

.gs-find .gs-content .gs-text{
  font-size: 17px;
  line-height: 27px;
  padding: 20px 0 35px 0;
}

.gs-find .gs-content .gs-box{

}

.gs-find .gs-content .gs-box .gs-box-title{
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.gs-find .gs-content .gs-box .gs-box-price{
  font-size: 15px;
  padding: 0 0 40px 0;
}

.gs-find .gs-content .gs-box .gs-box-price span{
  font-size: 60px;
  font-weight: bold;
}

.gs-find .gs-content .gs-locate{
  display: inline-block;
  background: #fff;
  color: #023e85;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 20px;
  margin: 0 auto 0 auto;
  border-radius: 10px;

  -webkit-transition: all 200ms;
   -moz-transition: all 200ms;
     -o-transition: all 200ms;
        transition: all 200ms;

}

.gs-find .gs-content   .gs-locate:hover{
  opacity: 0.8;
  text-decoration: none;
}

.gs-find .gs-content .gs-copy{
  font-size: 14px;
  line-height: 21px;
  padding: 20px 0 0 0;
}


.gs-videos{
  padding: 55px 0 0px 0;  
}

.gs-videos .gs-title{ 
  font-size: 32px;
  color: #023e85;
  font-weight: bold;
  padding: 0 0 40px 0;
}


.gs-videos .gs-items{
  font-size: 0px;
}

.gs-videos .gs-items .gs-item{
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 15px;
}

.gs-videos .gs-items .gs-item .gs-item-video{
  background: url("../images/img-video1.jpg") no-repeat center center;
  background-size:cover;
  width: 494px;
  height: 276px;
  font-size: 0px;
  display: block;
}

.gs-videos .gs-items .gs-item.gs-i2 .gs-item-video{ background-image: url("../images/img-video2.jpg");  }


.gs-videos .gs-items .gs-item .gs-item-title{
  font-size: 17px;
  line-height: 28px;
  color: #4f4f4f;
  padding: 20px 0 0 0;
}





.gs-growls{
  position: absolute;
  top: 50%;
  left: 50%;
   opacity: 0;

   -webkit-transition: all 200ms;
   -moz-transition: all 200ms;
     -o-transition: all 200ms;
        transition: all 200ms;
}
.gs-growls.gs-active{
  opacity: 1;
}

.gs-growls.gs-g1 {
  top: 42px;
  margin: 0 0 0 106px;
}

.gs-growls.gs-g2 {
  margin: 114px 0 0 155px;
}


.gs-growls.gs-g3 {
 margin: -133px 0 0 141px;
}


.gs-growls.gs-g4 {
  left: 40px;
    margin: 103px 0 0 95px;
}

.gs-growls.gs-g5 {
  left: 94px;
  margin: 171px 0 0 93px;
}


.gs-growl {
  
  background: rgba(88,91,93,0.9);
  border-radius: 90px;
  top: 50%;
  left: 50%;

  display: -webkit-box;
  display: flex;
  height: 60px;
 
  margin-left: -45px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 60px;


}

.gs-growls.gs-active .gs-growl {
 
  -webkit-animation: fadeIn 1s, expand 0.5s 0.5s forwards;
          animation: fadeIn 1s, expand 0.5s 0.5s forwards;
}


.gs-summary {
  height: 65px;
  position: relative;
  width: 65px;
}
.gs-thumbnail {
  background-color: #fff;
  background-image: url("../images/icon-phone.png");
  background-size: cover;
  border-radius: 80px;
  height: 50px;
  width: 50px;
}

.gs-growls.gs-g4 .gs-thumbnail {
  background-image: url("../images/icon-avatar1.png");
}

.gs-growls.gs-g5 .gs-thumbnail {
  background-image: url("../images/icon-avatar2.png");
}

.gs-details {
  align-self: center;
  
  color: #fff;
  font-size: 15px;
  opacity: 0;
  padding: 0 0px;
  visibility: hidden;
}

.gs-growls.gs-active .gs-details  {
  -webkit-animation: fadeIn 1s 1s forwards;
          animation: fadeIn 1s 1s forwards;
}


.gs-exit .gs-details {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
  visibility: visible;
}
.gs-details .gs-countrweight {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideReveal {
  100% {
    left: 100%;
  }
}
@keyframes slideReveal {
  100% {
    left: 100%;
  }
}
@-webkit-keyframes slideConceal {
  100% {
    left: 50%;
    margin-left: -12px;
  }
}
@keyframes slideConceal {
  100% {
    left: 50%;
    margin-left: -12px;
  }
}
@-webkit-keyframes expand {
  100% {
    margin-left: -95px;
    width: 190px;
  }
}
@keyframes expand {
  100% {
    margin-left: -95px;
    width: 190px;
  }
}
@-webkit-keyframes collapse {
  from {
    margin-left: -95px;
    width: 190px;
  }
  to {
    margin-left: -12px;
    width: 90px;
  }
}
@keyframes collapse {
  from {
    margin-left: -95px;
    width: 190px;
  }
  to {
    margin-left: -12px;
    width: 90px;
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}






.gs-watches{
  background: #597CAF;
  text-align: center;
  padding: 70px 20px 50px 20px;
}

.gs-watches .gs-content{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 470px;
  color: #fff;
  margin: 0 90px 0 0;
}

.gs-watches .gs-content .gs-title{
  font-size: 34px;
  line-height: 46px;
  font-weight: bold;
}

.gs-watches .gs-content .gs-text{
  font-size: 17px;
  line-height: 24px;
  padding: 25px 0 30px 0;
}

.gs-watches .gs-content .gs-more{
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 14px 20px;
  margin: 0 auto 0 auto;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  min-width: 280px;
  text-align: center;

  -webkit-transition: all 200ms;
   -moz-transition: all 200ms;
     -o-transition: all 200ms;
        transition: all 200ms;

}

.gs-watches .gs-content .gs-more:hover{
  background: #fff;
  color: #597CAF;
  text-decoration: none;
}

.gs-watches .gs-photo{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 479.09px;
  height: 357px;
  background: url("../images/img-watches.png?v=2") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 90px;
}

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

  .gs-watches .gs-content{
    margin: 0 30px 0 0;
  }

  .gs-watches .gs-photo{
    margin: 0 0 0 30px;
  }
}


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

  .gs-innovation .gs-col{
    height: 500px;
  }

  .gs-innovation .gs-text {
    right: 15px;
    bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .gs-find .gs-content{
    right: 20px;
  }

  .gs-videos .gs-items .gs-item .gs-item-video {
    width: 420px;
    height: 234px;
  }
  


  .gs-growls{
     -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .gs-growls.gs-g2 {
    margin: 64px 0 0 122px;
  }


  .gs-growls.gs-g4{
    left: 0px;
  }

  .gs-growls.gs-g5{
    left: 40px;
  }

  .gs-growls.gs-g3 {
    margin: -67px 0 0 119px;
  }

  .gs-watches .gs-content,
  .gs-watches .gs-photo{
    margin: 0px;
  }

  .gs-watches .gs-photo{
    width: 390px;
  }

}



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


  .gs-hero{
    background-position: 60% center;
  }

  .gs-service .gs-items .gs-item{
    width: 33.33%;
    min-height: 140px;
  }

  .gs-service .gs-items{
    padding: 60px 0 30px 0;
  }

  

  .gs-innovation .gs-col{
    height: 800px;
    width: 100%;
    display: block;

    margin: 0 0 10px 0;
  }

  .gs-growls {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

  
  .gs-growls.gs-g4{
    left: 40px;
  }

  .gs-growls.gs-g5{
    left: 90px;
  }



    .gs-videos .gs-items .gs-item .gs-item-video {
      width: 345px;
      height: 193px;
  }

  .gs-find{
    background-position: 60% center;
  }

  .gs-watches{
    display: flex;
    flex-direction: column-reverse;
  }

  .gs-watches .gs-content{
    display: block;
    width: auto;
    max-width: 490px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }

  .gs-watches .gs-photo{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }


}





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

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

  .gs-page .gs-img-4mobile{
    display: block !important;
  }




  .gs-hero{
    min-height: 490px;
    position: relative;
    background:  url("../images/mob-img-hero.jpg") no-repeat center top;
    background-size: cover;
  }

  .gs-hero .gs-content .gs-title {
    font-size: 21px;
    line-height: 28px;
  }

  .gs-hero .gs-content .gs-text {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0 0 0;
  }

  .gs-hero .gs-content{
    padding: 0px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    width: calc(100% - 30px);
  }

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

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

  .gs-service{
    padding: 30px 10px 20px 10px;
  }

  .gs-service .gs-text {
    font-size: 15px;
    line-height: 23px;
  }

  .gs-service .gs-items .gs-item{
    width: 50%;
  }

  .gs-service .gs-items{
    padding: 60px 0 0 0;
  }
  

  .gs-innovation{
    padding: 0px;
  }

  .gs-innovation .gs-col{
    height: 540px;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    background:  url("../images/mob-img-innovation1.jpg") no-repeat center center;
    background-size: cover;
  }

  .gs-innovation .gs-col.gs-last{
    background-image:  url("../images/mob-img-innovation2.jpg");
  }

  .gs-innovation .gs-text{
    font-size: 19px;
    line-height: normal;
    bottom: 20px;
    right: 0px;
    width: 100%;
    text-align: center;
  }

  .gs-innovation .gs-last .gs-text br:last-child{
    display: none;
  }

  .gs-find .gs-content{
    right: auto;
    left: 50%;
    -ms-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    width: 340px;
    height: 340px;
    padding: 50px 0 0 0;
  }

  .gs-find .gs-content .gs-title{
    font-size: 21px;
  }

  .gs-find .gs-content .gs-text {
    font-size: 13px;
    line-height: 17px;
    padding: 10px 0 20px 0;
  }

  .gs-find .gs-content .gs-box .gs-box-title{
    font-size: 13px;
  }

  .gs-find .gs-content .gs-box .gs-box-price{
    font-size: 13px;
  }

  .gs-find .gs-content .gs-box .gs-box-price span{
    font-size: 38px;
  }

  .gs-find .gs-content .gs-locate{
    font-size: 13px;
    padding: 12px 20px;
  }

  .gs-find .gs-content .gs-copy {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0 0 0;
  }

  .gs-find .gs-content .gs-box .gs-box-price {
      font-size: 15px;
      padding: 0 0 23px 0;
  }

  .gs-find{
    background:  url("../images/mob-bg-find.jpg") no-repeat center center;
    background-size: cover;
  }

  .gs-videos .gs-title {
    font-size: 21px;
    line-height: normal;
    padding: 0 20px 0px 20px;
}

.gs-videos .gs-items .gs-item{
  margin-top: 30px;
}



  .gs-growls {
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }

  .gs-growls.gs-g1{
    margin: 0px;
    left: auto;
    top: 75px;
    right: 100px;
  }

  .gs-growls.gs-g2 {
        margin: 108px 0 0 45px;
  }

  .gs-growls.gs-g3 {
      margin: -85px 0 0 84px;
  }

  .gs-growls.gs-g4{
    left: 20px;
    margin: 69px 0 0 95px;
  }

  .gs-growls.gs-g5 {
      left: 58px;
      margin: 125px 0 0 93px;
  }


  .gs-watches{
    padding: 35px 20px 45px 20px;
  }

  .gs-watches .gs-photo{
    width: 280px;
    height: 280px;
    background: url("../images/img-watches-mob.png?v=2") no-repeat center center;
    background-size: contain;
  }

  .gs-watches .gs-content{
    text-align: center;
    padding-top: 30px;
  }

  .gs-watches .gs-content .gs-title {
    font-size: 24px;
    line-height: 30px;
  }

  .gs-watches .gs-content .gs-text {
    font-size: 15px;
    line-height: 24px;
    padding: 20px 0 24px 0;
  }

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

}




.gs-apple-cellular{
  padding: 55px 20px;
  max-width: 1210px;
  margin: 0 auto;

}

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

.gs-apple-cellular .gs-title{
    font-size: 23px;
    color: #023e85;
    font-weight: bold;
    padding: 0 0 30px 0;
}

.gs-apple-cellular .gs-banner{
  
}






.wcs-products{
    background: #F2F2F3;
    padding: 50px 20px;
}

.wcs-products .wcs-title{
    color: #000;
    font-size: 31px;
    line-height: 120%;
    padding: 0 0 50px 0;
    font-weight: bold;
}

.wcs-products .wcs-items{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    gap: 60px;
}

.wcs-products .wcs-items .wcs-item{
    width: calc(33.33% - 80px);
}

.wcs-products .wcs-items .wcs-item .wcs-item-photo{

}

.wcs-products .wcs-items .wcs-item .wcs-item-photo img{
    display: block;
    width: 100%;
    border-radius: 20px;
}

.wcs-products .wcs-items .wcs-item .wcs-item-title{
    color: #000;
    font-size: 31px;
    line-height: 120%;
    padding: 20px 0;
    font-weight: bold;
}

.wcs-products .wcs-items .wcs-item .wcs-item-more{
  display: inline-block;
  background: #023e85;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 20px;
  margin: 0 auto 0 auto;
  border-radius: 10px;

  -webkit-transition: all 200ms;
   -moz-transition: all 200ms;
     -o-transition: all 200ms;
        transition: all 200ms;

}

.wcs-products .wcs-items .wcs-item .wcs-item-more:hover{
  opacity: 0.8;
  text-decoration: none;
}

.wcs-products .wcs-copy{
    color: #000;
    padding: 50px 0 0 0;
    font-size: 15px;
    line-height: 140%;
}







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








.gs-offer{
  padding: 32px 20px ;
}


.gs-offer .gs-title{
  color: #212121;
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding: 0 0 40px 0;
}

.gs-offer .gs-row{
 display: flex;
 justify-content: center;
 align-items: stretch;
 gap: 24px;
}


.gs-offer .gs-photo{
  width: 668px;
}

.gs-offer .gs-photo img{
  display: block;
  width: 100%;
  border-radius: 16px;
}

.gs-offer .gs-content{
  width: 668px;
  border-radius: 16px;
  background: #282828;
  padding: 24px 40px;
  text-align: center;
}

.gs-offer .gs-content .gs-top-title{
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.17px;
}

.gs-offer .gs-content .gs-top-title strong{
  font-size: 20px;
}

.gs-offer .gs-content .gs-price{
  padding: 32px 0 16px 0;
  color: #fff;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.16px;
  text-align: center;
}

.gs-offer .gs-content .gs-price strong{
  color: #fff;
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.56px;
  display: block;
}

.gs-offer .gs-content .gs-text{
  padding: 0 0 32px 0;
  color: #fff;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.gs-offer .gs-content .gs-more{
  padding: 16px 0px;
  border-radius: 8px;
  background:  #fff;
  color: #282828;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  width: 294px;
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  transition: all 200ms;
}

.gs-offer .gs-content .gs-more:not(.gs-v2):hover{
  opacity: 0.8;
  text-decoration: none;
}

.gs-offer .gs-content .gs-more.gs-v2{
  margin-top: 8px;
  background: none;
  color: #fff;
}

.gs-offer .gs-content .gs-more.gs-v2:hover{
  background: #fff;
  color: #282828;
  text-decoration: none;
}


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


  .gs-offer{
    padding: 2.22vw 1.39vw ;
  }


  .gs-offer .gs-title{
    font-size: 2.5vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-offer .gs-row{
   gap: 1.67vw;
  }


  .gs-offer .gs-photo{
    width: 46.39vw;
  }

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

  .gs-offer .gs-content{
    width: 46.39vw;
    border-radius: 1.11vw;
    padding: 1.67vw 2.78vw;
  }

  .gs-offer .gs-content .gs-top-title{
    padding: 0.83vw;
    border-radius: 0.83vw;
    font-size: 1.18vw;
  }

  .gs-offer .gs-content .gs-top-title strong{
    font-size: 1.39vw;
  }

  .gs-offer .gs-content .gs-price{
    padding: 2.22vw 0 1.11vw 0;
    font-size: 1.18vw;
  }

  .gs-offer .gs-content .gs-price strong{
    font-size: 5.0vw;
  }

  .gs-offer .gs-content .gs-text{
    padding: 0 0 2.22vw 0;
    font-size: 1.18vw;
  }

  .gs-offer .gs-content .gs-more{
    padding: 1.11vw 0px;
    border-radius: 0.56vw;
    font-size: 1.04vw;
    width: 20.42vw;
  }

  .gs-offer .gs-content .gs-more.gs-v2{
    margin-top: 0.56vw;
  }

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


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

  .gs-offer .gs-row{
    flex-direction: column;
  }

  .gs-offer .gs-content,
  .gs-offer .gs-photo{
    width: 100%;
  }

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

  .gs-offer {
    padding: 32px 10px 0px 10px;
  }

  .gs-offer .gs-title {
    font-size: 23px;
    padding: 0 0 20px 0;
  }

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

  .gs-offer .gs-content{
    padding: 24px 12px;
  }

  .gs-offer .gs-content .gs-more{
    width: 100%;
  }


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


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










.gs-faq{
  padding: 32px 20px 64px 20px;
}

.gs-faq .gs-title{
  color: #212121;
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding: 0 0 40px 0;
}

.gs-faq .gs-title a{
  text-decoration: underline;
}

.gs-faq .gs-row{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}

.gs-faq .gs-row .gs-col{
  padding: 32px;
  border-radius: 16px;
  background: #F2F2F3;
  text-align: left;
  min-width: 437px;
}

.gs-faq .gs-row .gs-col .gs-col-title{
  color: #212121;
  font-size: 28px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.28px;
  font-weight: 800;
}

.gs-faq .gs-row .gs-col .gs-col-text{
  padding: 12px 0 26px 0;
  color: #212121;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.34px;
}



.gs-faq .gs-row .gs-col .gs-col-more{
  padding: 20px 24px;
  border-radius: 8px;
  color: #212121;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #212121;
  transition: all 200ms;
}

.gs-faq .gs-row .gs-col .gs-col-more.gs-active,
.gs-faq .gs-row .gs-col .gs-col-more:hover{
  background: #212121;
  color: #fff;
}


.gs-faq .gs-disclaimer{
  color: #212121;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.16px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
}





.gs-faq .gs-tab-content{
    padding: 26px 0 0 0;
    max-width: 900px;
    margin: 0 auto;
}

.gs-faq .gs-tab-content .gs-tab{
    text-align: left;
    border-radius: 19px;
    background: #F2F2F3;
    padding: 30px 40px;
    font-size: 15px;
    line-height: 140%;
    display: none;
    color: #000;
}

.gs-faq .gs-tab-content .gs-tab h3{
    margin: 0px;
    padding: 0 0 20px 0;
    font-weight: 800;
    font-size: 31px;
    line-height: 120%;

}

.gs-faq .gs-tab-content .gs-tab ol{
    margin: 0px;
    padding: 0px;
}

.gs-faq .gs-tab-content .gs-tab ol li{
    margin: 0 0 0 25px;
    padding: 10px 0 ;
}

.gs-faq .gs-tab-content .gs-tab .gs-item{
    padding: 10px 0;
}

.gs-faq .gs-tab-content .gs-tab .gs-item .gs-q{
    display: block;
    position: relative;
    padding: 0 45px 0 0;
}

.gs-faq .gs-tab-content .gs-tab .gs-item .gs-q::after{
    content: "";
    width: 24px;
    height: 24px;
    background: url("../images/icon-faq.svg") no-repeat center center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
}

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

.gs-faq .gs-tab-content .gs-tab .gs-item .gs-ans{
    
    padding: 10px 0 0 0;
    display: none;


}




.gs-contact{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  width: 100%;
}

.gs-contact .gs-cont{
  width: calc(33.33% - 12px);
  border: 1px solid #000;
  border-radius: 16px;
  padding: 16px 24px;
}

.gs-contact .gs-cont img{
  width: 40px;
}

.gs-contact .gs-cont .gs-text{
  padding: 20px 0 0 0;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 100%;
}

.gs-contact .gs-cont:last-child .gs-text{
  font-size: 16px;
}

.gs-contact .gs-cont .gs-text strong{
  font-weight: 700;
  font-size: 24px;
}


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


  .gs-faq{
    padding: 2.22vw 1.39vw 4.44vw 1.39vw;
  }

  .gs-faq .gs-title{
    font-size: 2.5vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-faq .gs-row{
    gap: 1.67vw;
  }

  .gs-faq .gs-row .gs-col{
    padding: 2.22vw;
    border-radius: 1.11vw;
    min-width: 30.35vw;
  }

  .gs-faq .gs-row .gs-col .gs-col-title{
    font-size: 1.94vw;
  }

  .gs-faq .gs-row .gs-col .gs-col-text{
    padding: 0.83vw 0 1.81vw 0;
    font-size: 1.18vw;
  }

  .gs-faq .gs-row .gs-col .gs-col-more{
    padding: 1.39vw 1.67vw;
    border-radius: 0.56vw;
    font-size: 1.11vw;
  }

  .gs-faq .gs-disclaimer{
    font-size: 1.11vw;
    max-width: 62.5vw;
    padding: 2.78vw 0 0 0;
  }

  .gs-faq .gs-tab-content{
      padding: 1.81vw 0 0 0;
      max-width: 62.5vw;
  }

  .gs-faq .gs-tab-content .gs-tab{
      border-radius: 1.32vw;
      padding: 2.08vw 2.78vw;
      font-size: 1.04vw;
  }

  .gs-faq .gs-tab-content .gs-tab h3{
      padding: 0 0 1.39vw 0;
      font-size: 2.15vw;
  }

  .gs-faq .gs-tab-content .gs-tab ol li{
      margin: 0 0 0 1.74vw;
      padding: 0.69vw 0 ;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item{
      padding: 0.69vw 0;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item .gs-q{
      padding: 0 3.12vw 0 0;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item .gs-q::after{
      width: 1.67vw;
      height: 1.67vw;
  }

  .gs-faq .gs-tab-content .gs-tab .gs-item .gs-ans{
      padding: 0.69vw 0 0 0;
  }



  .gs-contact{
    gap: 1.67vw;
    max-width: 62.5vw;
    margin: 0 auto 2.78vw auto;
    width: 100%;
  }

  .gs-contact .gs-cont{
    width: calc(33.33% - 0.83vw);
    border-radius: 1.11vw;
    padding: 1.11vw 1.67vw;
  }

  .gs-contact .gs-cont img{
    width: 2.78vw;
  }

  .gs-contact .gs-cont .gs-text{
    padding: 1.39vw 0 0 0;
    font-size: 1.25vw;
  }

  .gs-contact .gs-cont:last-child .gs-text{
    font-size: 1.11vw;
  }

  .gs-contact .gs-cont .gs-text strong{
    font-size: 1.67vw;
  }

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

  .gs-faq .gs-row .gs-col{
    min-width: 350px;
  }

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


  .gs-contact{
    gap: 10px;
    padding: 0 0 0px 0;
    margin: 0 0 24px 0;
  }

  .gs-contact .gs-cont {
    width: calc(33.33% - 12px);
    padding: 15px 17px;
  }

  .gs-contact .gs-cont .gs-text strong{
    font-size: 20px;
  }

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

  .gs-contact .gs-cont:last-child .gs-text {
      font-size: 14px;
  }

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

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

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

  .gs-faq .gs-row{
    flex-direction: column;
  }

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

  .gs-faq .gs-tab-content .gs-tab h3 {
    padding: 0 0 10px 0;
    font-size: 23px;
  }

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

  .gs-faq .gs-tab-content{
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0px;
  }

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

  .gs-contact .gs-cont{
    width: 100%;
  }

  .gs-contact .gs-cont .gs-text strong {
    font-size: 24px;
  }

  .gs-contact .gs-cont .gs-text,
  .gs-contact .gs-cont:last-child .gs-text {
    font-size: 18px;
  }

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


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



















