
@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{
	font-family: "proxima-nova", sans-serif;
  font-weight: 400;
	color:#000000;
	font-size:19px;
	position:relative;
	margin:0 auto 0 auto;
	line-height:normal;
	background:#fff;
}



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


a:hover{
  text-decoration: underline;
}



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





.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
    display: block;
    padding:0;
    vertical-align:middle;
    float:left;
    margin: -4px 2px 0 -32px;
    font-size:0px;

}

.prettycheckbox a,
.prettyradio a{
    width: 20px;
    height: 20px;
    border:1px solid #000;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    position:relative;
    font-size:0px !important;
}

.error .prettycheckbox a,
.error .prettyradio a{
  border:2px solid #ff0000;
  display:block !important;
}

.gs-terms.error{
	color:#ff0000;
}

.prettycheckbox a.checked::after,
.prettyradio a.checked::after{ 
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width: 10px;
    height: 10px;
    background:#000;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 2px;
}


.prettycheckbox label,
.prettyradio label {
  display:none;
}



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


.gs-form{
  padding: 20px;
}

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

.gs-form .gs-row .gs-col{
  width: 532px;
 
  border-radius: 12px;
  overflow: hidden;

}



.gs-form .gs-row .gs-col.gs-first{
  display: flex;
  justify-content: center;
  align-items: center;
  
  background: #0d1f51;


}

.gs-form .gs-row .gs-col.gs-first img{
  display: block;
  width: 100%;
  border-radius: 12px;
}

.gs-form .gs-row .gs-col.gs-last{
  width: 594px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 14px;
  background: #fff;
}



.gs-form .gs-row .gs-col .gs-title{
  border-radius: 12px;
  background: #F3F3F3;
  padding: 12px 24px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
  margin: 0px;
}

.gs-form .gs-row .gs-col .gs-pre-title{
  
  border-radius: 12px;
    background: #F3F3F3;
    padding: 12px 24px;

  color: #000;
  font-size: 24px;
  line-height: 120%;
  width: 100%;

  flex:1 1 100%;

}

.gs-form .gs-row .gs-col .gs-date{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding: 0px 0 10px 0;
}

.gs-form .gs-row .gs-col .gs-date span{
  display: block;
  background: url("../images/icon-date.svg") no-repeat left center;
  padding: 0 0 0 40px;
  background-size: 32px auto;

  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.gs-form .gs-row .gs-col .gs-date span:nth-child(2){
   background-image: url("../images/icon-time.svg");
}

.gs-form .gs-row .gs-col .gs-box{
  border-radius: 12px;
  background: #F3F3F3;
  padding: 12px 24px;
  flex:1 1 0%;
}


.gs-form .gs-row .gs-col .gs-box .gs-text{
  font-size: 18px;
  padding: 0 0 15px 0;
}

.gs-form .gs-row .gs-col .gs-box .gs-text.gs-min{
  font-size: 13px !important;
  padding-bottom: 0px;
}

.gs-form .gs-row .gs-col .gs-box .gs-text.gs-min p{
  margin: 0px;
  padding: 0 0 5px 0;
}

.gs-form .gs-row .gs-col .gs-box .gs-text.gs-min p:last-child{
  padding: 0px;
}


.gs-form .gs-row .gs-col .gs-box input[type="text"],
.gs-form .gs-row .gs-col .gs-box input[type="email"]{
  border-radius: 4px;
  border: 1px solid #2D2D2D;
  padding: 7px 10px;
  display: block;
  width: 100%;
  outline: none;
  color: #2D2D2D;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: #F3F3F3;
}

.gs-form .gs-row .gs-col .gs-box input[type="text"].gs-error,
.gs-form .gs-row .gs-col .gs-box input[type="email"].gs-error{
  color: #F11212;
  border-color: #F11212;
}

.gs-form .gs-row .gs-col .gs-box input[type="text"]::-webkit-input-placeholder,
.gs-form .gs-row .gs-col .gs-box input[type="email"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.gs-form .gs-row .gs-col .gs-box input[type="text"].gs-error::-webkit-input-placeholder,
.gs-form .gs-row .gs-col .gs-box input[type="email"].gs-error::-webkit-input-placeholder {
  color: #F11212;
}


.gs-form .gs-row .gs-col .gs-box label{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.gs-form .gs-row .gs-col .gs-box .gs-error-message{
  color: #F11212;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
  opacity: 0;
  transition: all 200ms;
}

.gs-form .gs-row .gs-col .gs-box .gs-error-message.gs-active{
  opacity: 1;
}



.gs-form .gs-row .gs-col .gs-box .gs-terms{
  padding: 0 0 17px 32px;

  color: #000;
  font-size: 13px;
  line-height: 120%;
}

.gs-form .gs-row .gs-col .gs-box .gs-terms a{
  text-decoration: underline;
}

.gs-form .gs-row .gs-col .gs-box .gs-extra-options{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 0 0 0;
}


.gs-form .gs-row .gs-col .gs-box .gs-extra-options .gs-extra-option{
  padding-left: 32px;
  font-size: 13px;
  color: #000;
}

.gs-form .gs-row .gs-col .gs-box .gs-actions{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 10px 0 0 0;
}

.gs-form .gs-row .gs-col .gs-box .gs-actions input[type="submit"]{
  border: 0px;
  border-radius: 6px;
  background: #222;
  width: 194px;
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 12.055px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  line-height: 44px;
  cursor: pointer;

}

.gs-form .gs-row .gs-col .gs-box .gs-required{
  font-size: 13px;
}


.gs-form .gs-thank-you{
  display: none;
}

.gs-form .gs-thank-you > div{
  flex: 1 1 0px;
}

.gs-form .gs-thank-you.gs-active{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 10px;
}


.gs-form .gs-device-input{
  margin: 10px 0 0 0;
  width: 100%;
  
  
  position: relative;
  z-index: 10;
}

.gs-form .gs-device-input .gs-selected{
  color: #898787;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #2D2D2D;
  padding: 6px 40px 6px 10px;
  transition: all 900ms;
  position: relative;
  cursor: pointer;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.gs-form .gs-device-input.gs-error .gs-selected{
  color: #ff0000;
}

.gs-form .gs-device-input .gs-selected.gs-has-val{
  color: #000;
}

.gs-form .gs-device-input .gs-selected::after{
  content: "";
  position: absolute;
  background: url("../images/icon-select.svg") no-repeat center center;
  width: 13px;
  height: 8px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.gs-form .gs-device-input .gs-selected.gs-active::after{
  transform: translate(0, -50%) rotate(180deg);
}

.gs-form .gs-device-input .gs-selected.gs-active{
  border-radius: 4px 4px 0 0;
  border-bottom-color: #F3F3F3;
}

.gs-form .gs-device-input .gs-sub-col{
  position: absolute;
  background: #F3F3F3;
  width: 100%;
  top: 100%;
  left: 0px;
  border: 1px solid #2D2D2D;
  border-top: 0px;
  padding: 7px 10px;
  display: none;
  font-size: 0px;
}

.gs-form .gs-device-input .gs-sub-col a:not(.gs-close){
  display: block;
  display: inline-block;
  font-size: 16px;
  color: #2D2D2D;
  position: relative;
  padding: 4px 0 4px 32px;
  width: calc(50%);
  vertical-align: top;
}

.gs-form .gs-device-input .gs-sub-col a:not(.gs-close)::before {
  content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #000;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0px !important;
}

.gs-form .gs-device-input .gs-sub-col a:not(.gs-close).checked::after{
    content:"";
    position:absolute;
    left:11px;
    top:50%;
    width: 10px;
    height: 10px;
    background:#000;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 2px;
}


.gs-form .gs-device-input .gs-sub-col a.gs-close{
  margin: 10px 0 0 0;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}

.gs-bottom-content{
  width: 100%;
  max-width: 1148px;
  margin: 22px auto 0 auto;
  border-radius: 12px;
  background: #F3F3F3;
  padding: 30px 40px;
}

.gs-bottom-content .gs-bottom-title{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 22px 0;
}

.gs-bottom-content .gs-bottom-text{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 30px 0;
}

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





.gs-bottom-content{
  width: 100%;
  max-width: 1148px;
  margin: 22px auto 0 auto;
  border-radius: 12px;
  background: #F3F3F3;
  padding: 30px 40px;
}

.gs-bottom-content .gs-bottom-title{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 22px 0;
}

.gs-bottom-content .gs-bottom-text{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 30px 0;
}

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

.gs-bottom-content .gs-items{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
}

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

.gs-bottom-content .gs-items .gs-item-q{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

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

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

.gs-bottom-content .gs-items .gs-item-ans{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 0 0px 0;
  display: none;
}
.gs-bottom-content .gs-items .gs-active .gs-item-ans{
  display: block;
  padding: 10px 0 0 0;
}


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

}

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


  .gs-form .gs-row .gs-col.gs-first{
    width: calc(50% - 11px);
  }

  .gs-form .gs-row .gs-col.gs-last{
    width: calc(50% - 11px);
  }

  .gs-form .gs-row .gs-col .gs-box .gs-text{
    font-size: 14px;
  }

  .gs-form .gs-row .gs-col .gs-title{
    font-size: 17px;
  }

  .gs-form .gs-row .gs-col .gs-box input[type="text"], .gs-form .gs-row .gs-col .gs-box input[type="email"] {
    padding: 4px 10px;
    font-size: 14px;
  }

  .gs-form .gs-row .gs-col .gs-date span{
    font-size: 20px;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-text.gs-min {
    font-size: 12px !important;
    padding-bottom: 0px;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-text.gs-min p {
    margin: 0px;
    padding: 0 0 5px 0 !important;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-terms{
    font-size: 12px;
  }

}

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

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

  .gs-form .gs-row .gs-col.gs-first,
  .gs-form .gs-row .gs-col.gs-last{
    width: 100%;
  }

  .gs-form .gs-row .gs-col.gs-first img{
    display: block;
    width: 100%;
  }

}

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


  .gs-form{
    padding: 10px;
  }

  .gs-form .gs-row .gs-col .gs-title{
    font-size: 20px;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-text{
    font-size: 15px;
  }

  .gs-form .gs-row .gs-col .gs-box input[type="text"], .gs-form .gs-row .gs-col .gs-box input[type="email"] {
    padding: 4px 10px;
    font-size: 14px;
  }

  .prettycheckbox, .prettyradio {
    margin: -1px 2px 0 -22px;
  }

  .prettycheckbox a, .prettyradio a {
    width: 16px;
    height: 16px;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-terms {
    padding: 0 0 14px 22px;
    font-size: 12px;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-extra-options .gs-extra-option{
    font-size: 12px;
    padding-left: 22px;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-actions input[type="submit"] {
    width: 165px;
    font-size: 14px;
    line-height: 12.055px;
    letter-spacing: -0.4px;
    line-height: 30px;
  }

  .gs-form .gs-row .gs-col .gs-box label {
    font-size: 15px;
  }

  .gs-form .gs-row .gs-col .gs-box .gs-required {
    font-size: 12px;
  }


  .gs-form .gs-row .gs-col .gs-box label {
    font-size: 13px;
  }

  .gs-form .gs-device-input .gs-selected{
    padding: 4px 10px;
    font-size: 14px;
  }

  .gs-form .gs-device-input .gs-sub-col a{
    font-size: 14px;
  }

  .gs-form .gs-device-input {
    margin: 4px 0 0 0;
  }


  .gs-form .gs-device-input .gs-sub-col a:not(.gs-close){
    font-size: 14px;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .gs-form .gs-device-input .gs-sub-col a:not(.gs-close)::before{
    top: 0px;
    transform: translate(0, 0);
  }

  .gs-form .gs-device-input .gs-sub-col a:not(.gs-close).checked::after {

    left: 11px;
    top: 6px;
    -ms-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
  }

  .gs-bottom-content{
    padding: 24px;
  }

  .gs-bottom-content .gs-bottom-title {
    font-size: 20px;
    padding: 0 0 18px 0;
  }

  .gs-bottom-content .gs-bottom-text {
    font-size: 15px;
    padding: 0 0 25px 0;
  }


    .gs-form .gs-row .gs-col .gs-date span {
      padding: 0 0 0 30px;
      background-size: 25px auto;
      font-size: 18px;
  }

}















































