@font-face {
    font-family: Gilroy-ExtraBold;
    src: url("bin/Gilroy-ExtraBold.otf") format("opentype");
}
.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}
.font-gillroy {
    font-family: 'Gilroy-ExtraBold', sans-serif;
}
.font-proxi-medium {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-proxi-black {
font-family: "proxima-nova", sans-serif;
font-weight: 900;
font-style: normal;
}
.font-interstate {
    font-family: "interstate-condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.font-coceo{
    font-size: clamp(.8rem, .01rem + 0.1vw, 1.1rem) !important;
    letter-spacing: 1px;
}
.font-eds {
    font-family: "eds-market-main-script", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, span, hr {
    font-size: unset;
  }
.font-p {
    font-size: clamp(1rem, .01rem + 1.4vw, 3rem) !important;
    line-height: 140%;
}
.font-p-larger {
    font-size: clamp(1.1rem, .01rem + 1.4vw, 3rem) !important;
    line-height: 140%;
}
.h1, h2 {
    font-size: clamp(2rem, .7rem + 2.2535vw, 3.9rem);
    line-height: 100%;
}
.ml-1 {
    margin-left: 10%;
}
p {
    margin: unset;
}
.font-size-07 {
    font-size: .8rem;
}
.font-size-1 {
    font-size: 1rem;
}
.font-size-11 {
    font-size: 1.1rem;
}
.font-size-12 {
    font-size: 1.4rem;
}
.fw-300 {
    font-weight:300;
}
.row>* {
    padding:0 !important;
}
.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#skip a:focus
{
position:static;
width:auto;
height:auto;
}
.min-h {
    min-height: 90vh;
}
.free-bg {
    background-image:url('img/600w/bg-free.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 120%;
}
.color-dark-blue {
    color: #031948;
}
.color-blue {
    color: #194477;
}
.color-lite-blue {
    color: #1b75bb;
}
.color-teal {
    color: #b3e2f2;
}
.bg-bus {
    background: rgb(119,206,236);
    background: linear-gradient(180deg, rgba(119,206,236,1) 0%, rgba(119,206,236,1) 52%, rgba(180,226,242,1) 52%, rgba(180,226,242,1) 100%);
}
.bg-teal {
    background-color: #b3e2f2;
}
.bg-blue {
    background-color: #031948;
}
.bg-lite-blue {
    background-color: #77CEEC;
}
.text-gray {
    color: #58595bec !important;
}
.site-logo {
    height: auto;
    width:100px;
    display: inline-block;
}
.wrapper {
    margin: 0 auto;
    width: 310px;
    padding: 10% 0 20% 0;
}
.benefits-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 10% 0 20% 0;
}
.benefits h2 {
    line-height: 105%;
}
.benefits li{
    font-weight: 300;
    list-style: none;
    padding-bottom: 2%;
}
.benefits .font-montserrat {
    padding: 0 20%;
}
.casta-ul {
    padding-left: 0;
}
.casta-ul li{
    font-weight: 300;
    list-style: none;
}
.casta-ul a:link {
    color: white;
    text-decoration-color:#77CEEC;
}
.casta-ul a:visited {
    color: white;
    text-decoration-color:#77CEEC;
}
.casta-ul a:hover {
    color: #77CEEC;
}
.spacer {
   height: 13vh;
}
.vh-10 {
    height: 10vh;
}
.vh-55 {
    height: 55vh;
}
.vh-60 {
    height: 60vh;
}
.vh-70 {
    height: 70vh;
}
.vh-90 {
    height: 90vh;
}
.vh-100 {
    height: 100vh;
}
@media (min-width: 768px) {
    .hero-bg {background-image:url('img/1200w/Background.png');}
    }
@media (min-width: 992px) {
    .hero-bg {background-image:url('img/1200w/Background.png');}
    .wrapper {
        margin: 0 auto;
        width: 60%;
        padding: 10% 0 20% 0;
    }
    .benefits .font-montserrat {
        padding: 0 3%;
    }
}
@media (min-width: 1200px){
    .hero-bg {background-image:url('img/1920w/Background.png');}
    .benefits .font-montserrat {
        padding: 0 20%;
    }
}

