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

html {
    max-width: 1920px;
    margin: auto;
}

* {
    box-sizing: border-box;
}

.ec-mauto {
    margin: auto;
}

.ec-grid {
    display: grid;
}

.ec-grid > img {
    align-self: end;
}

.ec-flex {
    display: flex;
}

.ec-jst-center {
    justify-content: center !important;
}

.ec-aln-center {
    align-items: center !important;
}

.ec-container-1 {
    width: 100%;
    max-width: 1200px;
}

.ec-container-2 {
    width: 100%;
    max-width: 900px;
}

header{position: sticky; top:0}

.ec-masthead {
    background-color: #e8e8e8;
    width: 100%;
    justify-content: space-between;
    padding: 5px 0;
    font-family: 'Montserrat';
}

.ec-piped {
    border-left: #004084 1px solid;
    padding-left: 25px;
    height: 15px;
    text-transform: uppercase;
    display: grid;
    align-content: center;
    align-self: center;
    margin: 0 50px;
    color: #004084;
    font-size: 14px
}

.ec-primary {
    background-color: #06305E;
    align-items: center;
    justify-content: space-between;
}

.ec-primary-logo {
    position: relative;
    left: 75px;
}

.ec-buy-now-cta img {
    margin-right: 15px;
}

.ec-buy-now-cta {
    color: white;
    font-size: 14px;
    font-family: 'Montserrat';
    height: 75px;
    align-items: center;
    width: 202px;
    background-color: #064181;
    justify-content: center;
}

.ec-main-nav {
    box-shadow: 1px 0 4px #454545;
    height: 55px;
    background-color: white;
}

.ec-main-nav .ec-container-1 {
    position: relative;
    left: 190px;
}

li sup {
    top: -5px;
    position: relative;
    margin-right: 3px;
}

.ec-main-nav nav ul {
    padding: 0;
    margin: 0;
    height: 100%;
}


.ec-main-nav nav li {
    list-style: none;
    align-self: baseline;
    height: 100%;
}

.ec-main-nav nav li a {
    color: #004084;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-decoration: none;
    padding: 10px 40px 10px 20px;
    display: flex;
    height: 100%;
    font-size: 14px;
    align-items: center;
}

.ec-main-nav nav li a:hover {
    background-color: #004084;
    color: white;
}

.ec-main-nav .fa-solid {
    font-size: 10px;
    margin-left: 10px;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    max-width: 240px;
    transition: all 0.5s ease;
    margin-top: 2rem;
    display: none;
}

ul li:hover>ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul li ul li {
    clear: both;
    width: 100%;
}

ul.dropdown li {
    background: #06305E;
}

ul.dropdown li a {
    color: white;
    display: block;
}

ul.dropdown li a:after {
    content: "";
    height: 1px;
    margin-top: 27px;
    background: white;
    display: block
}

ul.dropdown li a:hover {
    background-color: #0053ab;
}

ul.dropdown li a {
    display: flex;

    width: 100%;
    padding: 20px 10px;
}

ul.dropdown li {
    border-bottom: 1px solid white;
}

.ec-fw-img {
    width: 100%;
}

.ec-two-column {
    grid-template-columns: 1fr 1fr;
}

.ec-three-column {
    grid-template-columns: 1fr 1fr 1fr;
}

.ec-two-column div {
    align-content: center;
}

h1 {
    font-family: 'Figtree';
    font-size: 30px;
    font-weight: 700;
    color: #064181;
    margin-top: 100px;
}

p {
    font-family: 'Figtree';
    font-size: 22px;
    font-weight: 300;
}
p strong{
    font-weight: 700;
    color: #064181;
}

p em{
    font-weight: 700;
    font-style: normal;
}

.ec-strip{
    background-color:#004084;
    color: white;
    display: flex;
    align-content: center;
    justify-content: center;
}

.ec-strip a{
text-decoration: none;
font-size: 20px;
color: inherit;
font-family: 'Figtree';
}
h2{
    font-family: 'Figtree';
    font-size: 40px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: 50px;
}
h3{
    font-family: 'Figtree';
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    color: #064181;
    text-align: center;
}

h2 strong{
    color: #EEB33B;
}

.ec-bg-light-grey{
    background-color: #F4F4F4;
}

.ec-steps{
    text-align: center;
    padding: 50px 0;
    margin: 0 20px;
}

h4{
    font-family: 'Figtree';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #064181;
    line-height: 20px;
    margin: 40px 0 10px 0;
}

.ec-steps p{
    font-size: 22px;
    margin-block-start: 0;
    margin-block-end: 0;
}

a.ec-more-cta{
  color: white;
  text-decoration: none;
 
  font-weight: 700;  
  margin: 20px 10px 20px 0;
}


.ec-tab input{
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  
  .ec-tab {
    width: 100%;
    color: white;
    overflow: hidden;
    align-items: center;
  }
  .ec-tab-label {
    display: flex;
    padding: 1.25em;
    background: #064181;;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Figtree';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .ec-tab-content {
    max-height: 0;
    padding: 0 1em;
    color: white;
    background: #064181;
    transition: all 0.35s;
  }
  
  
  input:checked ~ .ec-tab-content {
    max-height: 100%;
    padding-bottom: 2em;
  }

  label i{
    margin-left: 10px;
  }
  input:checked i{
    transform: rotate(180deg);
  }

  input:checked label{
 color: red;
  }

  .ec-btn{
    background: #064181;
    color: white;
    text-transform: uppercase;
    padding: 15px 60px;
    width: fit-content;
    border-radius: 100px;
    text-decoration: none;
    font-family: 'Figtree';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
    border: 0;
    text-align: center;
  }

  .ec-form{
    display: grid;
    width: 100%;
    justify-items: center;
}

.ec-form input[type="text"] {
    padding:20px 40px;
    border-radius:25px;
    border: 1px solid #595959;
    margin: 10px 0;
    width:100%;
    text-transform:uppercase;
    color: #064181;
}
.ec-form input[type="text"]::placeholder {
    color: #064181;
}

.ec-form input[type="email"] {
    padding:20px 40px;
    border-radius:25px;
    border: 1px solid #595959;
    margin: 10px 0;
    width:100%;
    text-transform:uppercase;
    color: #064181;
}
.ec-form input[type="email"]::placeholder {
    color: #064181;
}

.ec-form-names{
    display:flex;
    gap:20px;
    width: 100%;
}

.ec-form-names input[type="text"]{
    width:50% !important
}

.ec-form-names input[type="email"]{
    width:50% !important
}


.ec-form-consent label{
    font-family: 'Figtree';
}

.ec-form-consent {
    margin: 20px 0 50px 0;
    display: flex;
    align-items: baseline;
}
.ec-text-center{
    text-align: center;
}

input#consent {
    margin: 10px;
}

label a{
    color: inherit;
}

.ec-tab-content hr{
    border:0;
    background: white;
    height: 1px;
    width: 100%;
}

.ec-safety-info-1{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.ec-safety-info-2{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;
}

.ec-safety-info-step{
    align-items: center;
    height: 200px;
    gap: 20px;
    max-width: 400px;
}

.ec-safety-info-step img{
    height: 150px !important;
}

.ec-safety-info-step p{
    font-size: 20px;
}
.ec-social-gap{
    gap: 60px;
    padding: 10px 0;
}
.ec-socials{
    gap: 20px;
}
.ec-terms p{
    font-size: 18px;
}
.ec-terms a{
    font-weight: 700;
    color: #064181;
}


@media only screen and (max-width: 1300px) {
    section.ec-main-nav {
        overflow-x:hidden;
        position:relative;
        width:100%;
        display: flex;
        justify-self: flex-start;
        align-items: self-end;
    }
    
    nav.ec-container-1 {
        left:0px !important
    }


}

@media only screen and (max-width: 999px) {
    section.ec-main-nav {
     display: none;
    }
    section{padding:0 20px}
    .ec-two-column, .ec-three-column, .ec-safety-info-1, .ec-safety-info-2{
        grid-template-columns:1fr
    }
    
    .ec-safety-info-1{
        justify-items:center;
    }
    
    
    section.ec-strip.ec-social-gap {display:grid}

    label.ec-tab-label {
        align-items: center;
    }
    
    section.ec-strip.ec-social-gap {
        padding: 40px 0;
    }
    section.ec-strip {
        text-align: center;
    }
    
}


@media only screen and (max-width: 600px) {
    .ec-buy-now-cta.ec-flex span {
        display:none
    }
    
    .ec-buy-now-cta.ec-flex {
        width: 100px;
    }
    
    .ec-buy-now-cta img {
        margin-right: 0px;
    }
    .ec-primary-logo{
        left: 0px;
    }
    .ec-piped + img {
        margin-left: 20px;
    }

    .ec-piped {
        margin: 0 10px;
        padding-left: 10px;
    }

}