@charset "utf-8";




@font-face {
    font-family: 'PFDasGroteskPro-Light';
    src: url('../fonts/PFDasGroteskPro-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Light.svg#PFDasGroteskPro-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}




@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Medium';
    src: url('../fonts/PFDasGroteskPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

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 h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

.gs-page{
  font-family: 'PFDasGroteskPro-Light';
  color:#fff;
  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:#E5E5E5;
}

.gs-page strong{
  font-family: 'PFDasGroteskPro-Bold';
  font-weight: normal;
}

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


.gs-page a:hover{
  text-decoration: underline;
}


.gs-outrow{
  padding:0px;
  position:relative;
  color: #fff;
}






.gs-hero{
  height: 700px;
  background: url("../images/img-hero.jpg") no-repeat center center;
  background-size: cover;
}



.gs-hero {
  padding: 0 20px;
  position: relative;
  margin: 0 0 120px 0;
}

.gs-hero .gs-content{
  max-width: 1380px;
  padding: 150px 0 0 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
}

.gs-hero .gs-content .gs-title{
  font-size: 36px;
  line-height: 160%;
  font-style: italic;
  padding: 0 0 20px 0;
}

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

.gs-hero .gs-content .gs-text{
  font-style: italic;
  font-size: 26px;
  line-height: 130%;
  padding: 0 0 40px 0;
}


.gs-hero .gs-content .gs-text span{
  display: inline-block;
  vertical-align: middle;
  background: url("../images/logo-g-app.png") no-repeat center center;
  background-size:contain;
  width: 70px;
  height: 70px;
  margin: 0 10px;
}

.gs-hero .gs-content .gs-scroll{
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-size: 16px;
  line-height: 58px;
  width: 180px;
  height: 58px;
  text-align: center;
  color: #020202;
  font-family: 'PFDasGroteskPro-Regular';
}

.gs-hero .gs-content .gs-scroll:hover{
  text-decoration: none;
  opacity: 0.9;
}


.gs-hero .gs-logo{
  position:absolute;
  left:50%;
  bottom:60px;
  background: url("../images/logo-garmin.png") no-repeat center center;
  background-size:contain;
  width: 440px;
  height: 220px;
  margin: 0 0 0 260px;
  z-index: 2;
}


.gs-hero::before{
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 500px;
  z-index: 1;
}


.gs-products{
  margin: 0 0 180px 0;
  position: relative;
  min-height: 520px;
}

.gs-products.gs-p2{
  margin: 0 0 250px 0;
}

.gs-products .gs-bg{
  position:absolute;
  left:50%;
  top:0px;
  background: url("../images/bg-products1.jpg") no-repeat center center;
  background-size:cover;
  max-width: 1366px;
  width: 100%;
  height: 520px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  -webkit-box-shadow: 15px -15px 0px 0px rgba(0,0,0,1);
  -moz-box-shadow: 15px -15px 0px 0px rgba(0,0,0,1);
  box-shadow: 15px -15px 0px 0px rgba(0,0,0,1);
}

.gs-products.gs-p2 .gs-bg{  background-image: url("../images/bg-products2.jpg");  }


.gs-products .gs-watches{
  position:absolute;
  left: 50%;
  bottom:-120px;
  background: url("../images/img-watches1.png") no-repeat center center;
  background-size:contain;
  width: 914px;
  height: 413px;
  margin: 0 0 0 -195px;
}

.gs-products.gs-p2 .gs-watches{
  background: url("../images/img-watches2.png") no-repeat center center;
  background-size:contain;
  width: 931px;
  height: 426px;
}


.gs-products .gs-bg::before{
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:2
}



.gs-products .gs-content{
  max-width: 1180px;
  padding: 70px 0 0 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
  min-height: 280px;
}

.gs-products.gs-p2 .gs-content{
  padding: 30px 0 0 0;
}

.gs-products .gs-content .gs-title{
  font-size: 48px;
  line-height: 130%;
  font-style: italic;
  padding: 0 0 10px 0;
  font-family: 'PFDasGroteskPro-Bold';
}


.gs-products .gs-content .gs-text{
  font-style: italic;
  font-size: 28px;
  line-height: 130%;
  padding: 0 0 40px 0;
}


.gs-products .gs-items{
  font-size: 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto 20px auto;
}

.gs-products .gs-items .gs-item{
  display: inline-block;
  vertical-align: middle;
}


.gs-products .gs-more{
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-size: 16px;
  line-height: 58px;
  width: 180px;
  height: 58px;
  text-align: center;
  color: #020202;
  font-family: 'PFDasGroteskPro-Regular';
}

.gs-products .gs-more:hover{
  text-decoration: none;
  opacity: 0.9;
}




.gs-shop{
  margin: 30px 0 120px 0;
  position: relative;
}


.gs-shop .gs-bg{
  position:absolute;
  left:50%;
  top:0px;
  max-width: 1366px;
  width: 100%;
  height: 454px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);


  background: #F4EDE1;
  box-shadow: 0px 4px 20px rgba(99, 147, 229, 0.2);
  border-radius: 20px;

}

.gs-shop .gs-bg::after{
  content: "";
  position:absolute;
  right:40px;
  top:-55px;
  background: url("../images/img-phone.png") no-repeat center center;
  background-size:contain;
  width: 367px;
  height: 646px;
}

.gs-shop .gs-logo{
  position:absolute;
  left:-50px;
  top:-50px;
  background: url("../images/logo-g-app.png") no-repeat center center;
  background-size:contain;
  width: 127px;
  height: 125px;
}




.gs-shop .gs-content{
  max-width: 1180px;
  padding:65px 0 0 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
  min-height: 325px;
}

.gs-shop .gs-content .gs-title{
  font-size: 36px;
  line-height: 130%;
  font-style: italic;
  padding: 0 0 20px 0;
  font-family: 'PFDasGroteskPro-Bold';
  color: #020202;
}


.gs-shop .gs-content .gs-text{
  font-style: italic;
  font-size: 21px;
  line-height: 130%;
  color: #020202;
}


.gs-shop .gs-items{
  font-size: 0px;
  text-align: left;
  position: relative;
  z-index: 2;
  margin: 0 auto 0px auto;
  max-width: 1290px;
}

.gs-shop .gs-items .gs-item{
  display: inline-block;
  vertical-align: middle;
  padding: 25px 30px 0 30px;
  text-align: center;
  width: 300px;
  height: 220px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(99, 147, 230, 0.2);
  border-radius: 20px;
  margin: 0 0 0 30px;
}

.gs-shop .gs-items .gs-item:first-child{
  margin: 0px;
}

.gs-shop .gs-items .gs-item .gs-item-text{
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #020202;
  text-align: center;
  min-height: 115px;
}

.gs-shop .gs-items .gs-item .gs-item-text strong{
  font-size: 24px;
}


.gs-shop .gs-items .gs-item .gs-item-more{
  display: inline-block;
  background: #014384;
  border-radius: 30px;
  font-size: 16px;
  line-height: 58px;
  width: 180px;
  height: 58px;
  text-align: center;
  color: #fff;
  font-family: 'PFDasGroteskPro-Regular';
}

.gs-shop .gs-items .gs-item .gs-item-more:hover{
  text-decoration: none;
  opacity: 0.9;
}






/* form and outrow*/


.gs-outrow{
  padding:50px 20px 35px 20px;
  position:relative;
  color: #11346f;
}

.gs-outrow .gs-title{
  font-size:21px;
  line-height:29px;
  font-weight:bold;
  padding:0 0 17px 0;
  color: #11346f;
}

.gs-outrow .gs-text{
  padding:0 0 30px 0;
  font-size:19px;
  line-height: 29px;
  color: #11346f;
}

.gs-outrow .gs-copy{
  font-size:11px;
  padding:40px 20px 0 20px;
  max-width:660px;
  margin:0 auto 0 auto;
  color: #014384;
}

.gs-outrow .gs-copy a{
  text-decoration: underline;
}

.gs-outrow .gs-cta{
  display:inline-block;
  background:#004383;
  width: 157px;
  height: 45px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  margin:0 auto 0 auto;
  font-size:14px;
  font-weight:bold;
  line-height:45px;
  color:#ffffff;
  text-decoration:none;

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

.gs-outrow .gs-cta:hover{
  opacity:0.8;
}







.gs-links .gs-links-title{
  font-family: 'PFDasGroteskPro-Medium';
  font-size:21px;
  color:#014384;
  padding:0px 0 30px 0;
}

.gs-links .gs-links-holder{
  font-size:0px;
}

.gs-links .gs-links-holder .gs-link{
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  width:160px;
  padding:50px 0 0 0;
  background: url("../images/icon-link1.png") no-repeat center top;
  background-size:auto 35px;
  color:#014384;
  font-size:13px;
  text-decoration:none;
}


.gs-links .gs-links-holder .gs-link.gs-l2{ background-image: url("../images/icon-link2.png"); }
.gs-links .gs-links-holder .gs-link.gs-l3{ background-image: url("../images/icon-link3.png"); }
.gs-links .gs-links-holder .gs-link.gs-l4{ background-image: url("../images/icon-link4.png"); background-position:center 5px; }
.gs-links .gs-links-holder .gs-link.gs-l5{ background-image: url("../images/icon-link5.png");  background-size: auto 40px; }





.gs-legal{
  background:#014384;
  padding:35px 20px 25px 20px;
  text-align:center;
}

.gs-legal .gs-text{
  max-width:1140px;
  margin:0 auto 0 auto;
  color:#014384;
  font-size:14px;
  line-height:22px;
}

.gs-legal .gs-text a{
  color:#fff;
}



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

  .gs-hero .gs-logo{
    margin: 0px;
    left: auto;
    right: 20px;
  }

  .gs-products,
  .gs-shop{
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

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


  .gs-shop .gs-items .gs-item{
    width: calc(33.33% - 30px);
  }

  .gs-shop .gs-bg::after {
    right: 40px;
    top: -78px;
    width: 270px;
    height: 470px;
  }

  .gs-shop .gs-logo{
    left: -30px;
  }

  .gs-products .gs-watches,
  .gs-products.gs-p2 .gs-watches{
    margin: 0px;
    right: 0px;
    left: auto;
    width: 70%;
  }


}






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


  .gs-links .gs-links-holder .gs-link{
    width: 104px;
  }

  .gs-copy br{
    display: none;
  }

  .gs-hero{
    height: 580px;
  }

  .gs-hero .gs-content {
    padding: 130px 0 0 0;
  }

  .gs-products .gs-bg{
    height: 490px;
  }

  .gs-shop .gs-items .gs-item {
    padding: 30px 20px 0 20px;
  }

  .gs-shop .gs-items .gs-item .gs-item-text strong {
    font-size: 21px;
  }

}


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

  .gs-outrow .gs-row .gs-col{
    width: auto;
    display: block;
    margin: 0 0 7px 0;
    background: #000 !important;
    height: auto;
    min-height: 10px;
    padding: 80px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }



  .gs-products .gs-bg {
    height: 400px;
  }

  .gs-shop .gs-items .gs-item .gs-item-more{
    display: block;
    width: auto;
    height: 42px;
    line-height: 42px;
  }

  .gs-shop .gs-items .gs-item{
    margin: 0  0 0 15px;
    width: calc(33.33% - 15px);
  }

  .gs-shop .gs-items .gs-item .gs-item-text,
  .gs-shop .gs-items .gs-item .gs-item-text strong{
    font-size: 18px;
  }


  .gs-products .gs-items{
    padding: 0px;
  }
  

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

  .gs-products, .gs-shop{
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

  .gs-hero .gs-logo {
    width: 320px;
    height: 164px;
  }

  .gs-products .gs-watches, .gs-products.gs-p2 .gs-watches{
    height: 270px;
    width: 550px;
  }

  .gs-products .gs-content .gs-title{
    font-size: 37px;
  }

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

  .gs-products{
    min-height: 390px;
  }
  

}


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

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

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


  .gs-outrow {
      
      position: relative;
  }

  .gs-outrow .gs-text{
    padding:0 30px 50px 30px;
  }

  


  .gs-links .gs-links-holder .gs-link{
    margin: 0 0 30px 0;

  }



  .gs-links .gs-links-holder .gs-link{
    display: block;
    margin: 0 auto 30px auto;
  }

  .gs-links .gs-links-title{
    padding-right: 40px;
    padding-left: 40px;
  }

  .gs-outrow .gs-row .gs-col{
    padding: 50px 0;
  }




  .gs-hero{
    background-position: 42% center;
    height: 415px;
  }

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

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


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

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

  .gs-hero .gs-content .gs-scroll {
    font-size: 16px;
    line-height: 42px;
    width: 154px;
    height: 42px;
  }

  .gs-hero .gs-logo {
    bottom: 20px;
    width: 150px;
    height: 78px;
    z-index: 2;
    right: 20px;
  }

  .gs-hero .gs-content .gs-text span {
    width: 56px;
    height: 50px;
    margin: 0 0px;
}

.gs-hero .gs-content .gs-text{
  padding: 0 0 20px 0;
}


  .gs-hero .gs-content {
    padding: 60px 0 0 0;
  }

  .gs-hero{
    margin: 0 0 60px 0;
  }

  .gs-products .gs-content .gs-title {
    font-size: 24px;
    padding: 0 0 10px 0;
  }

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

  .gs-products .gs-items .gs-item{
    width: auto;
  }

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

  .gs-products.gs-p2 .gs-content{
    padding: 60px 0 0px 0;
  }


  .gs-shop .gs-items .gs-item,
  .gs-shop .gs-items .gs-item:first-child{
    display: block;
    width: auto;
    margin: 0 0 15px 0;
  }

  .gs-shop .gs-items .gs-item .gs-item-text{
    min-height: 15px;
    padding-bottom: 20px;
  }

  .gs-shop .gs-items .gs-item{
    height: auto;
    padding-bottom: 20px;
  }

  .gs-shop .gs-content .gs-title{
    font-size: 24px;
    padding-right: 130px;
  }

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

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

  .gs-shop .gs-logo {
    left: 0px;
    top: -40px;
    width: 90px;
    height: 90px;
  }

  .gs-shop{
    margin-bottom: 0px;
  }

  .gs-shop .gs-bg::after {
    right: 25px;
    top: -92px;
    width: 162px;
    height: 275px;
  }

  .gs-products .gs-more {
    line-height: 42px;
    height: 42px;
  }

  .gs-products .gs-watches, .gs-products.gs-p2 .gs-watches{
    width: 100%;
  }

  .gs-products{
    margin: 0 0 110px 0;
  }
  .gs-products.gs-p2 {
    margin: 0 0 180px 0;
  }

  

}


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

}


























































































