@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-page .gs-mob{
  display:none;
}

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

.gs-page *{
  line-height:normal;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.gs-page{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color:#000;
  font-size:17px;
  text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    overflow:hidden;
  margin:0px auto 0 auto;
  position:relative;
 background: #fff;
}


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

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


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

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

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

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

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

}






.gs-page:focus {
    outline: 2px solid #D1392B !important;
    outline-offset: 2px !important;
    transition: outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
  
.gs-page a:focus,
.gs-page button:focus,
.gs-page input:focus,
.gs-page select:focus,
.gs-page textarea:focus {
    outline: 2px solid #D1392B;
    outline-offset: 2px;
} 



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


.gs-hero{
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 70px 110px 70px 102px;
  border-radius: 19px;
  background: #F5F5F5;
}

.gs-hero > img{
  width: 360px;
  display: block;
}

.gs-hero .gs-content{
  width: 650px;
}

.gs-hero .gs-content .gs-title{
  padding: 0 0 37px 0;
  color: #004383;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0px;
}

.gs-hero .gs-content .gs-text{
  color: #004383;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gs-hero .gs-content .gs-text h2,
.gs-hero .gs-content .gs-text h3{
  margin: 0px;
  padding: 0px;
  color: #004383;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.gs-hero .gs-content .gs-text img{
  width: 452px;
  display: block;
  margin: 0px 0 0 0;
}

.gs-hero .gs-content .gs-text p{
  margin: 0px;
  padding: 0 0 10px 0;
}

.gs-hero .gs-content .gs-text p:last-child{
  padding: 0px;
}


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


  .gs-hero{
    width: calc(100% - 2.78vw);
    max-width: 88.89vw;
    margin: 2.78vw auto 0 auto;
    gap: 1.39vw;
    padding: 4.86vw 7.64vw 4.86vw 7.08vw;
    border-radius: 1.32vw;
  }

  .gs-hero > img{
    width: 25.0vw;
  }

  .gs-hero .gs-content{
    width: 45.14vw;
  }

  .gs-hero .gs-content .gs-title{
    padding: 0 0 2.57vw 0;
    font-size: 2.92vw;
    margin: 0px;
  }

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

  .gs-hero .gs-content .gs-text h2,
  .gs-hero .gs-content .gs-text h3{
    font-size: 1.94vw;
  }

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

  .gs-hero .gs-content .gs-text img{
    width: 31.39vw;
  }

  .gs-hero .gs-content .gs-text p{
    padding: 0 0 0.69vw 0;
  }


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


  .gs-hero{
    flex-direction: column-reverse;
    justify-content: center;
    padding: 70px 20px;
    margin-top: 20px;
  }

  .gs-hero > img{
    width: 260px;

  }

  .gs-hero .gs-content .gs-text img{
    margin: 0 auto;
  }

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

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

  .gs-hero{
    margin: 20px auto 0 auto;
    width: calc(100% - 28px);
    border-radius: 12px;
    padding: 27px 20px 60px 20px;
  }

  .gs-hero .gs-content .gs-title {
    padding: 18px 0 23px 0;
    font-size: 28px;
  }

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

  .gs-hero .gs-content .gs-text img{
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 3px 0 4px 0;
  }

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

  .gs-hero .gs-content .gs-text p{
    display: inline;
  }


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


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


.gs-icon-types{
  padding: 52px 20px 60px 20px;
}

.gs-icon-types .gs-items{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 90px;
}

.gs-icon-types .gs-items .gs-item .gs-item-icon{
  width: 62px;
  margin: 0 auto;
}

.gs-icon-types .gs-items .gs-item .gs-item-icon img{
  display: block;
  width: 100%;
}

.gs-icon-types .gs-items .gs-item .gs-item-title{
  padding: 12px 0 0 0;
  color: #000;
  text-align: center;
  font-size: 19.948px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.399px;
  margin: 0px;
}


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


  .gs-icon-types{
    padding: 3.81vw 1.46vw 4.39vw 1.46vw;
  }

  .gs-icon-types .gs-items{
    gap: 6.59vw;
  }

  .gs-icon-types .gs-items .gs-item .gs-item-icon{
    width: 4.54vw;
  }

  .gs-icon-types .gs-items .gs-item .gs-item-title{
    padding: 0.88vw 0 0 0;
    font-size: 1.46vw;
  }

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

  .gs-icon-types {
    padding: 37px 20px;
    max-width: 375px;
    margin: 0 auto;
  }

  .gs-icon-types .gs-items{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 36px 46px;
  }

  .gs-icon-types .gs-items .gs-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .gs-icon-types .gs-items .gs-item .gs-item-icon{
    width: 46px;
  }

  .gs-icon-types .gs-items .gs-item .gs-item-title{
    padding: 0px;
    font-size: 14px;
  }

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


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


.gs-coverage{
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  padding: 33px 40px 45px 40px;
  border-radius: 14px;
  background: #282828;
  color: #fff;
  text-align: center;
}

.gs-coverage .gs-title{
  color: #FFF;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.76px;
  margin: 0px;
  padding: 0px;
}

.gs-coverage .gs-text{
  padding: 21px 0 60px 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}

.gs-coverage .gs-items{
  margin: 0 auto;
   width: 633px;
   position: relative;
   border-radius: 20px;
    background: #FFF;
}

.gs-coverage .gs-items .gs-item{
    padding: 35px 20px 20px 20px;
    min-height: 300px;
   
    
}

.gs-coverage .gs-items .gs-item .gs-item-icon{
  min-height: 113px;
}

.gs-coverage .gs-items .gs-item .gs-item-icon img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.gs-coverage .gs-items .gs-item .gs-item-text{
  min-height: 112px;
  margin: 20px auto 0 auto;
  color: #000;
  font-size: 22px;
  font-style: normal;
  line-height: 120%; 
  letter-spacing: -0.44px;
  text-align: center;
  max-width: 524px;
  margin: 0 auto;
}

.gs-coverage .owl-prev,
.gs-coverage .owl-next{
  position: absolute;
  display: block;
  background: url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  width: 38px;
  height: 38px;
  left: -60px;
  top: 50%;
  transform: translate(0, -50%);
}

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

.gs-coverage .owl-next{
  background-image: url("../images/icon-next.svg") !important;
  left: auto;
  right: -60px;
}

.gs-coverage .owl-prev.disabled,
.gs-coverage .owl-next.disabled{
  opacity: 0.1;
  cursor: default;
}


.gs-coverage .gs-disclaimer{
  padding: 40px 0 0px 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.32px;
  max-width: 768px;
  margin: 0 auto;
}

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

.gs-coverage .gs-disclaimer p:not(:last-child){
  padding: 0 0 33px 0;
}



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


  .gs-coverage{
    width: calc(100% - 2.93vw);
    max-width: 93.7vw;
    padding: 2.42vw 2.93vw 3.29vw 2.93vw;
    border-radius: 1.02vw;
  }

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

  .gs-coverage .gs-text{
    padding: 1.54vw 0 4.39vw 0;
    font-size: 1.76vw;
  }

  .gs-coverage .gs-items{
     width: 46.34vw;
     border-radius: 1.46vw;
  }

  .gs-coverage .gs-items .gs-item{
      padding: 2.56vw 1.46vw 1.46vw 1.46vw;
      min-height: 21.96vw;
  }

  .gs-coverage .gs-items .gs-item .gs-item-icon{
    min-height: 8.27vw;
  }

  .gs-coverage .gs-items .gs-item .gs-item-icon img{
    height: 8vw;
  }

  .gs-coverage .gs-items .gs-item .gs-item-text{
    min-height: 8.2vw;
    margin: 1.46vw auto 0 auto;
    font-size: 1.61vw;
    max-width: 38.36vw;
  }

  .gs-coverage .owl-prev,
  .gs-coverage .owl-next{
    width: 2.78vw;
    height: 2.78vw;
    left: -4.39vw;
  }

  .gs-coverage .owl-next{
    right: -4.39vw;
    left: auto;
  }

  .gs-coverage .gs-disclaimer{
    padding: 2.93vw 0 0px 0;
    font-size: 1.17vw;
    max-width: 56.22vw;
  }

  .gs-coverage .gs-disclaimer p:not(:last-child){
    padding: 0 0 2.42vw 0;
  }

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

  .gs-coverage .owl-next {
    right: -42px;
  }

  .gs-coverage .owl-prev {
    left: -42px;
  }



  .gs-coverage .gs-items{
    width: 100%;
    background: none;
  }

  .gs-coverage .gs-items .gs-item{
    background: #fff;
    border-radius: 12px;
  }

  .gs-coverage .owl-prev, .gs-coverage .owl-next{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    width: 30px;
    height: 30px;
  }

  .gs-coverage .owl-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 23px 5px 0 0;
  }

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

  .gs-coverage{
    margin: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 22px 14px;
  }
  .gs-coverage .gs-title{
    font-size: 22px;
  }

  .gs-coverage .gs-text{
    font-size: 20px;
    max-width: 290px;
    margin: 0 auto;
    padding: 16px 0 36px 0;
  }



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

  .gs-coverage .gs-disclaimer {
    padding: 0px 0 0px 0;
    font-size: 15px;
  }

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


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


.gs-security-specs{
  margin: 53px auto ;
  border-radius: 14px;
  background: #F5F5F5;
  width: calc(100% - 40px);
  max-width: 1286px;
  text-align: center;
  padding: 51px 40px 75px 40px;
}

.gs-security-specs .gs-title{
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.72px;
  padding: 0 0 40px 0;
  margin: 0px;
  
}

.gs-security-specs .gs-row{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.gs-security-specs .gs-row .gs-col{
  width: calc(50% - 10px);
  padding: 38px 41px;
  border-radius: 14px;
  background: #004383;
  text-align: left;
}

.gs-security-specs .gs-row .gs-col ul,
.gs-security-specs .gs-row .gs-col li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;

  color: #FFF;
  font-size: 21px;
  font-style: normal;
  line-height: 145%;
  letter-spacing: -0.434px;
}

.gs-security-specs .gs-row .gs-col li{
  padding: 0 0 24px 36px;
  background: url("../images/icon-list.svg") no-repeat left 12px;
  background-size: 25px;

  font-size: 21.677px;
  line-height: 145%;
  letter-spacing: -0.434px;
}

.gs-security-specs .gs-row .gs-col li:last-child{
  padding-bottom: 0px;
}



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


  .gs-security-specs{
    margin: 3.88vw auto ;
    border-radius: 1.02vw;
    width: calc(100% - 2.93vw);
    max-width: 94.14vw;
    padding: 3.73vw 2.93vw 5.49vw 2.93vw;
  }

  .gs-security-specs .gs-title{
    font-size: 2.64vw;
    padding: 0 0 2.93vw 0;
  }

  .gs-security-specs .gs-row{
    gap: 1.46vw;
  }

  .gs-security-specs .gs-row .gs-col{
    width: calc(50% - 0.73vw);
    padding: 2.78vw 3.0vw;
    border-radius: 1.02vw;
  }

  .gs-security-specs .gs-row .gs-col ul,
  .gs-security-specs .gs-row .gs-col li{
    font-size: 21px;
  }

  .gs-security-specs .gs-row .gs-col li{
    padding: 0 0 1.76vw 2.64vw;
    background: url("../images/icon-list.svg") no-repeat left 0.88vw;
    background-size: 1.83vw;

    font-size: 1.59vw;
  }


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

  .gs-security-specs{
    padding: 35px 20px;
  }

  .gs-security-specs .gs-row{
    flex-direction: column;
  }

  .gs-security-specs .gs-row .gs-col{
    width: 100%;
    padding: 38px 25px;
    min-height: 570px;
  }


  .gs-security-specs .gs-row{
    display: block;
  }

  .gs-security-specs .owl-prev,
  .gs-security-specs .owl-next{
    position: absolute;
    display: block;
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
    position: absolute;
    width: 38px;
    height: 38px;
    left: -60px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .gs-security-specs .owl-next{
    background-image: url("../images/icon-next.svg") !important;
    left: auto;
    right: -60px;
  }

  .gs-security-specs .owl-prev.disabled,
  .gs-security-specs .owl-next.disabled{
    opacity: 1;
    cursor: default;
  }


  .gs-security-specs .owl-prev, 
  .gs-security-specs .owl-next{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    width: 30px;
    height: 30px;
  }

  .gs-security-specs .owl-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 23px 5px 0 0;
  }
}
@media screen and (max-width: 767px){

  .gs-security-specs{
    margin: 30px auto;
    border-radius: 0px;
    width: 100%;
  }

  .gs-security-specs .gs-title {
    font-size: 22px;
    padding: 0 0 20px 0;
  }

  .gs-security-specs .gs-row .gs-col li {
    font-size: 18px;
  }

  .gs-security-specs .gs-row .gs-col {
    width: 100%;
    padding: 35px 14px;
  }

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


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




.gs-plans{
  margin: 0 auto 53px auto ;
  border-radius: 14px;
  background: #F5F5F5;
  width: calc(100% - 40px);
  max-width: 1286px;
  text-align: center;
  padding: 26px 40px;
}


.gs-plans .gs-toggler{
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%; 
  letter-spacing: -0.56px;
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 60px 0 0;
  text-decoration: none !important;
}

.gs-plans .gs-toggler::after{
  content:"";
  position: absolute;
  right: 0px;
  top: 50%;
  background:  url("../images/icon-arrow.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%) rotate(180deg);
  transition: all 200ms;
}

.gs-plans .gs-toggler.gs-active::after{
  transform: translate(0, -50%) rotate(0deg);
}



.gs-plans .gs-plan-detail{
  display: none;
  padding: 25px 0 14px 0;
}

.gs-plans .gs-plan-detail .gs-mob-header{
  display: none;
}

.gs-plans .gs-plan-detail table{
  width: 100%;
}


.gs-plans .gs-plan-detail table td{
  text-align: left;

  font-size: 18px;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #000;
  padding: 13px 20px;
}

.gs-plans .gs-plan-detail table td:not(:first-child){
  font-weight: 700;
}

.gs-plans .gs-plan-detail table thead tr:nth-child(1){

}

.gs-plans .gs-plan-detail table thead tr:nth-child(1) td{
  background: #282828;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.gs-plans .gs-plan-detail table thead tr:nth-child(1) td:nth-child(2){
  text-align: center;
}


.gs-plans .gs-plan-detail table thead tr:nth-child(2) td{
  padding: 0px;
  height: 10px;
}

.gs-plans .gs-plan-detail table thead tr:nth-child(3) td{
  background: #004383;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
}

.gs-plans .gs-plan-detail table thead tr:nth-child(1) td:first-child{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.gs-plans .gs-plan-detail table thead tr:nth-child(1) td:last-child{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.gs-plans .gs-plan-detail table thead tr:nth-child(3) td:first-child{
  border-top-left-radius: 8px;
}

.gs-plans .gs-plan-detail table thead tr:nth-child(3) td:last-child{
  border-top-right-radius: 8px;
}


.gs-plans .gs-plan-detail table tr:last-child td:first-child{
  border-bottom-left-radius: 8px;
}

.gs-plans .gs-plan-detail table tr:last-child td:last-child{
  border-bottom-right-radius: 8px;
}


.gs-plans .gs-plan-detail table tbody td{
  background: #fff;
  text-align: center;
}

.gs-plans .gs-plan-detail table tbody td:first-child{
  text-align: left;
}


.gs-plans .gs-plan-detail table tbody tr:first-child td{
  padding-top: 25px;
}

.gs-plans .gs-plan-detail table tbody tr:last-child td{
  padding-bottom: 25px;
}



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


  .gs-plans{
    margin: 0 auto 3.88vw auto ;
    border-radius: 1.02vw;
    width: calc(100% - 2.93vw);
    padding: 1.9vw 2.93vw;
  }


  .gs-plans .gs-toggler{
    font-size: 2.05vw;
    padding: 0 4.39vw 0 0;
  }

  .gs-plans .gs-toggler::after{
    width: 2.93vw;
    height: 2.93vw;
  }

  .gs-plans .gs-plan-detail{
    padding: 1.83vw 0 1.02vw 0;
  }

  .gs-plans .gs-plan-detail table td{
    font-size: 1.32vw;
    padding: 0.95vw 1.46vw;
  }

  .gs-plans .gs-plan-detail table thead tr:nth-child(1) td{
    font-size: 1.61vw;
  }

  .gs-plans .gs-plan-detail table thead tr:nth-child(2) td{
    height: 0.73vw;
  }

  .gs-plans .gs-plan-detail table thead tr:nth-child(3) td{
    padding: 1.1vw 1.46vw;
  }

  .gs-plans .gs-plan-detail table thead tr:nth-child(1) td:first-child{
    border-top-left-radius: 0.59vw;
    border-bottom-left-radius: 0.59vw;
  }
  .gs-plans .gs-plan-detail table thead tr:nth-child(1) td:last-child{
    border-top-right-radius: 0.59vw;
    border-bottom-right-radius: 0.59vw;
  }

  .gs-plans .gs-plan-detail table thead tr:nth-child(3) td:first-child{
    border-top-left-radius: 0.59vw;
  }

  .gs-plans .gs-plan-detail table thead tr:nth-child(3) td:last-child{
    border-top-right-radius: 0.59vw;
  }


  .gs-plans .gs-plan-detail table tr:last-child td:first-child{
    border-bottom-left-radius: 0.59vw;
  }

  .gs-plans .gs-plan-detail table tr:last-child td:last-child{
    border-bottom-right-radius: 0.59vw;
  }

  .gs-plans .gs-plan-detail table tbody tr:first-child td{
    padding-top: 1.83vw;
  }

  .gs-plans .gs-plan-detail table tbody tr:last-child td{
    padding-bottom: 1.83vw;
  }

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


  .gs-plans{
    padding: 35px 20px;
  }


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


  .gs-plans{
    width: 100%;
    border-radius: 0px;
    padding: 30px 20px;
  }

  .gs-plans .gs-toggler{
    font-size: 19px;
    padding: 0 60px 0 0;
  }

  .gs-plans .gs-toggler br{
    display: none;
  }

  .gs-plans {
    
  }



  .gs-plans .gs-plan-detail{
    border-radius: 10px;
  }

  .gs-plans .gs-plan-detail table thead{
    display: none;
  }

  .gs-plans .gs-plan-detail table td{
    padding: 10px 10px;
    text-align: right;
  }

  .gs-plans .gs-plan-detail table td:nth-child(1){
    text-align: left;
  }

  .gs-plans .gs-plan-detail table.gs-cat1 td:nth-child(3),
  .gs-plans .gs-plan-detail table.gs-cat1 td:nth-child(4),
  .gs-plans .gs-plan-detail table.gs-cat1 td:nth-child(5),
  .gs-plans .gs-plan-detail table.gs-cat1 td:nth-child(6){
    display: none;
  }

  .gs-plans .gs-plan-detail table.gs-cat2 td:nth-child(2),
  .gs-plans .gs-plan-detail table.gs-cat2 td:nth-child(4),
  .gs-plans .gs-plan-detail table.gs-cat2 td:nth-child(5),
  .gs-plans .gs-plan-detail table.gs-cat2 td:nth-child(6){
    display: none;
  }

  .gs-plans .gs-plan-detail table.gs-cat3 td:nth-child(2),
  .gs-plans .gs-plan-detail table.gs-cat3 td:nth-child(3),
  .gs-plans .gs-plan-detail table.gs-cat3 td:nth-child(5),
  .gs-plans .gs-plan-detail table.gs-cat3 td:nth-child(6){
    display: none;
  }

  .gs-plans .gs-plan-detail table.gs-cat4 td:nth-child(2),
  .gs-plans .gs-plan-detail table.gs-cat4 td:nth-child(3),
  .gs-plans .gs-plan-detail table.gs-cat4 td:nth-child(4),
  .gs-plans .gs-plan-detail table.gs-cat4 td:nth-child(6){
    display: none;
  }

  .gs-plans .gs-plan-detail table.gs-cat5 td:nth-child(2),
  .gs-plans .gs-plan-detail table.gs-cat5 td:nth-child(3),
  .gs-plans .gs-plan-detail table.gs-cat5 td:nth-child(4),
  .gs-plans .gs-plan-detail table.gs-cat5 td:nth-child(5){
    display: none;
  }

  .gs-plans .gs-plan-detail .gs-mob-header{
    display: block;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-row{
    font-size: 0px;
    padding: 11px 15px;
    border-radius: 8px;
    background: #282828;
    margin: 10px auto;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-row .gs-col{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    line-height: 117%;
    color: #fff;
    font-weight: 700;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-row .gs-col.gs-last{
    text-align: right;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-cat-list{
    background: #F3F5FA;
    border-radius: 40px;
    height: 42px;
    position: relative;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-cat-list .gs-cat-list-links{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 42px 20px 0px 20px;
    border-radius: 8px;
    background: #004383;
    text-decoration: none !important;
    width: 100%;
    height: 42px;
    overflow: hidden;
    color: #fff;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-cat-list .gs-cat-list-links.gs-active{
    padding: 42px 20px 20px 20px;
    height: auto;
    overflow: visible;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-cat-list .gs-cat-list-links a{
    font-weight: 700;
    font-size: 16px;
    line-height: 117%;
    color: #fff;
    padding: 10px 0;
    display: block;
    text-align: left;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-cat-list .gs-cat-list-links a.gs-active{
    position: absolute;
    left: 20px;
    top: 0px;
    width: calc(100% - 40px);
    padding: 0px;
    line-height: 42px;
    
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-cat-list .gs-cat-list-links a.gs-active::after{
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
    background: url("../images/icon-arrow2.svg") no-repeat center center;
  }

  .gs-plans .gs-plan-detail .gs-mob-header .gs-cat-list .gs-cat-list-links.gs-active a.gs-active::after{
    transform: translate(0, -50%) rotate(180deg);
  }

  .gs-plans .gs-toggler::after{
    width: 30px;
    height: 30px;
  }

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

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




























