/* CSS Document */

body{
    font-family: 'Gabarito', sans-serif !important;
    font-size: 22px;
    background-color: #0e1113;
    color: #FFF;
    
	}

    ul {
        padding-left: 30px; }
        ul li {
          color: #ffffff;
          font-size: 16px;
          line-height: 1.5;
          list-style: none;
          position: relative;
          margin-top: 5px; }
          ul li::before {
            content: "";
            position: absolute;
            top: 10px;
            left: -16px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #00314d; }
            @media (max-width: 1279px) {
              ul li::before {
                top: 7px; } }
          @media (max-width: 1279px) {
            ul li {
              font-size: 14px; } }
h1{
    font-size: calc(1.75rem + 2.5vw);    
    font-weight:800;
    line-height: 1em; 
    letter-spacing: -0.025em;
    orphans: 3;
    position: relative;
     color:#FFFFFF;
    padding-top:20px;
}


h1 span{ white-space: nowrap;}

h2{
    font-weight:700;
     font-size:24px;
    margin-bottom: 20px;
}
h3{
    font-weight:700;
     font-size:22px;
    margin-bottom: 5px;
}
h4{
    font-weight:300;
     font-size:18px;
    margin-bottom: 10px;
}
h5{    
    font-weight:700;
     font-size:14px;
    margin-bottom: 20px;
}
.smallTitle{
    font-size:18px;
    font-weight:300;
    color: #00ffff;
}
.smallTitle.pretitle:before {
    background: #00ffff;
    content: '';
    display: block;
    height: 1px;
    margin-bottom: 10px;
    width: 250px;
}
p{
	line-height: 1.5em;
	margin-bottom: 12px;	
    font-family: "Rubik", sans-serif;
	}
.date{
    color: #00ffff;
    font-weight:300;
    font-size:22px;
    margin-bottom: 20px;
}

a,
.button,
.bigSearchSubmit {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a.block,
.button.block,
.bigSearchSubmit.block {
  display: block;
}

.button {
  display: inline-block;
  height: 46px;
  padding: 0 48px 0 0;
  position: relative;
  text-align: left;
    text-decoration: none;
}
.button.block {
  width: 100%;
}
.button.wide {
  min-width: 250px;
}

.button .text {
  background: #ff8e00;
    border-radius: 30px;
  color: #FFFFFF;
  display: block;
    font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  line-height: 46px;
  padding: 0 30px;
font-weight:700;
  position: relative;
  transition: background 0.3s;
  z-index: 1;
}


.button .text:hover {
  background-color: #ffb300;
    
}





.img-fluid {
    max-width: 100%;
    height: auto;
}

.logo{
    max-width:90px;
    padding-bottom:80px;
    padding-top: 50px;
}


.header{
    background-color:#0e1113;
    position: relative;
}
.header img{
    height: 100%;
    position: relative;
    left: -5%;
}
.header h2{
    color: #FFFFFF;
}
.header h1{
    color: #FFFFFF;
    line-height: 1.125em;
    font-size: 60px;
}
.header h3{
    font-size: 20px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.hero-bg{
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
}
.hero-content{
    padding-top:100px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}




.intro-block{
    color:#FFFFFF;
    padding-bottom:20px;
}

.content-section{
    padding-top:50px;
    padding-bottom:50px;
    background-color: #FFF;;
}
.main-content {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 18px;
}
.main-content p{
    color:#175d81;
    font-size: 1.125em;
}
.main-content h3{
    color: #262834;
    font-family: "Rubik", sans-serif;
}

.main-content ul li{
    font-weight: 300;
}


ul li::marker, ol li::marker {
    color: #00ffff !important;
    font-weight: 700;
}

.fa-li{
    color:#8eff00;
    margin-top: 7px;
}

.text-box{
    background-color: #E6E7E8;
    padding: 30px ;
    position: relative;
}

.text-box h5{
    color: #00ffff;
}
.text-box p{
    color:#262834;
    font-size:20px;
    line-height: 24px;
    font-weight: 800;
}
.text-box ul li{
    color:#262834;
    font-size:18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.text-box h3{
    font-weight: 800;
    color:#00314d;
    font-size:1.25em;
}

.cta-box{
    background-color: #05089f;
    padding: 20px 65px 25px 25px;
    position: relative;
    border:solid 1px #00ffff;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.cta-box:after {
  background: #8eff00 url("images/arrow-button.svg") center center no-repeat;
  content: '';
  height: 46px;
  position: absolute;
  right: 0;
  top:43px;
  width: 46px;
}


.guide{
    background-color:#FFF;
    color: #262834;
    display: inline-block;
    padding:4px 8px;
    font-weight: 700;
    top: 0px;
    position: absolute;
}

.cta-content{
    padding-top:30px;
    padding-bottom:30px; 
}

.cta-content h3{
    margin-bottom: 0px;
    text-align: right;
}

a{
    color:#8eff00;
}

.form-section {
    padding:20px;
    width: 100%;
    background: #F8F8F8;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.form-section h3 {
    
    margin-bottom: 5px;
    
}
.breakout-section {
    background: #004fff;
    color: #FFFFFF;
    padding: 40px;
    width: 100%;
    margin-top: 40px;
}


.breakout-section h2{
    margin-top: 0px;
    margin-bottom: 10px;
}
.breakout-section .name{
    font-size:18px;
    font-weight:600;
    color: #00ffff;
    margin-bottom: 0px;
    margin-top: 5px;
}
.title{
    font-size:13px;
    margin-bottom: 20px;
}



.hs-error-msgs{
 margin-top:5px !important;   
}
.hs-error-msg{
    font-size:13px;
    color: #FF0000;
    font-weight:400;
}

.form-section .hbspt-form fieldset .hs-form-field .hs-input {
    background: #FFFFFF;
    border: 1px solid #F0F2F5;
    border-radius: 2px;
    color: #000;
    padding: 15px 16px;
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
}

.form-section .hbspt-form .hs-submit .actions .hs-button {
    background: #EB00C0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 13px 24px;
    line-height: 22px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    min-width: 175px;
    width: 100%;
    margin-top: 20px;
}

.form-section .hbspt-form .form-columns-1 .legal-consent-container .hs-input[type="checkbox"] {
    display: block !important;
    margin-top: 4px;
    width: auto !important;
}

.inputs-list{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 100%;
    list-style: none;
    background: transparent;
    font-family: 'Montserrat', arial, sans-serif;
}

.inputs-list li:before{
    content:none;
}


.feature-section{
    background-color:#262834;
    z-index: 2;
    position: relative;
}

.feature-section-img {
    margin-top:-40px;
}
.feature-section h2{
     color:#FFFFFF;
    font-size: 2.1275em;
    margin-bottom:10px;
}
.feature-section h3{
     color:#FFFFFF;   
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 30px;
}
.feature-section p{
     color:#FFFFFF;
     font-size: 20px;
}

.feature-section-content{
    padding-top:70px;
    padding-bottom: 70px;
}

.form-section .hbspt-form .form-columns-1 .inputs-list span p {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    letter-spacing: normal;
}

.cta-section{
    background-color: #05089f;
    padding-top:40px;
    padding-bottom:40px;
}

.documentLink{
    background-position:left;
    background-size:50%;
    background-repeat: no-repeat;
}
.footer{
    background-color: #0e1113;
}
.footer .logo{
    padding-bottom: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 1200px) {
    .header h1{
        font-size: 40px;
    }
}

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

    .guide{
        position: relative;
        margin-bottom: 10px;
    }

    
    .hero-content{
        padding-top:30px;
        padding-bottom: 70px;
    }
    .hero-content h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .feature-section-content{
    padding-top: 30px;    
        padding-bottom: 30px;
    }
    
    .feature-section h2{
        font-size: 25px;
    }
    .feature-section h3{
        font-size: 16px;
    }
    
    .hero-bg{
        position: relative;
        width: 100%;
        height: 240px;
    }
    
    .hero-bg img{
        display: none;
    }
    
.header h1{
    font-size: 34px;
}
    .breakout-section {
        margin-top: 0px;
    }
    .date{
        font-size:18px;
    }
    .main-content {
        margin-top: 0px;
    }
    .main-content p {
    font-weight: 400;
    font-size: 16px;
    }
}

	
.btn-white,.btn-pink{
    text-decoration: none;
}

.btn-white{
    display: inline-block;
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
    text-decoration: none;
}
.btn-white:hover {
    background-color: transparent;
    color: #ffffff;
}

@media (min-width: 1680px){
.btn-pink, .btn-transparent, .btn-white, .btn-grey, .btn-nion {
    font-size: 20px;
}
}

.btn-pink {
  display: inline-block;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

  color: #ffffff;
  background-color: #ff0092;
  border-color: #ff0092;
}

.btn-pink:hover {
  background-color: transparent;
  color: #ff0092;
}

.text-gradient{
    background: var(--Gradients-Text-Gradient, linear-gradient(26deg, #2bf9eb -2.35%, #1e57f7 45.92%, #ff0092 86.76%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    line-height: 0.90;
    padding-bottom: 4px;
}







	