@font-face {
    font-family:'GothamPro-web';
    src: url('../fonts/GothamPro.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'GothamPro-web';
    src: url('../fonts/GothamPro-Medium.woff') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'GothamPro-web';
    src: url('../fonts/GothamPro-Bold.woff') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'GothamPro-web';
    src: url('../fonts/GothamPro-Black.woff') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* === === === === === === === === RESET === === === === === === === === */
*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}
*:focus{
    outline: none;
}
html{
    font-size: 10px;
    box-sizing:border-box;
    -ms-overflow-style:scrollbar
}
body{
    font-family: 'GothamPro-web', sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #000;
    background: #fff;
    overflow-x: hidden;
    position: relative;
}
button, textarea{
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.flexi{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
a{
    text-decoration: underline;
    color:var(--blue);
}
a:hover{
    color: var(--blue2);
}
.hystmodal__shadow{
    z-index: 3500;
}
.hystmodal{
    z-index: 4000;
}
.button{
    font-family: inherit;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem 0px;
    color: #fff;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    border:none;
    position: relative;
    text-decoration: none;

    height: 5rem;
    font-size: 1.8rem;
    background-color: var(--blue);
    border-radius: 100px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.button--lg{
    height: 73px;
    font-size: 20px;
    font-weight: 500;
    width: 313px;
}
.button:hover{
    background:var(--blue2);
    color:#fff;
    text-decoration: none;
}
.button:active{
    transform: translateY(1px);
}
.button:disabled,
.button:disabled:hover{
    background: var(--blue3);
    border:none;
    box-shadow: none;
    color:#fff;
    cursor: auto;
}
/* === === === === === === === === END RESET === === === === === === === === */





/* === === === === === === === === SCROLLTOP BUTTON === === === === === === === === */
.scrollTop {
    display: flex;
    pointer-events: none;
    width: 50px;
    height: 50px;
    background-color: #0070CC;
    border-radius: 10px;
    position: fixed;
    opacity: 0.8;
    right: 15px;
    bottom: 15px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(10px);
    opacity: 0;
    z-index: 200;
}
.scrollTop.active {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
}
.scrollTop svg {
    stroke: #fff;
    display: block;
    margin: auto;
    width: 50%;
    transform: translateY(-1px);
}
.scrollTop:hover {
    opacity: 1;
}
/* === === === === === === === === /END SCROLLTOP BUTTON === === === === === === === === */





/* === === === === === === === === CONTAINERS === === === === === === === === */
*,::after,::before{box-sizing:inherit}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width:1360px) {
    .container {
        max-width: 1330px;
    }
}
@media (min-width:1440px) {
    .container {
        max-width: 1440px;
    }
}
/* === === === === === === === === /END CONTAINERS === === === === === === === === */





/* === === === === === === === === TEXTCONTENT === === === === === === === === */
.maxline2{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.maxline3{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.h1{
    font-size: 8rem;
    line-height: 9.4rem;
}
.h2{
    font-size: 6rem;
    line-height: 7rem;
}
.h3{
    font-size: 4.8rem;
    line-height: 6.4rem;
}
.h4{
    font-size: 3.2rem;
    line-height: 4.2rem;
}
.h5{
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 400;
}
.fz20{
    font-size: 2rem;
    line-height:2.6rem;
}
.fz30{
    font-size: 3rem;
    line-height: 4.2rem;
}
.fz40{
    font-size: 4rem;
    line-height: 5rem;
}
.fz60{
    font-size: 6rem;
    line-height: 7rem;
}
.pt-1, .py-1{
    padding-top: 1rem;
}
.pt-2, .py-2{
    padding-top: 2rem;
}
.pt-3, .py-3{
    padding-top: 3rem;
}
.pt-4, .py-4{
    padding-top: 4rem;
}
.pt-5, .py-5{
    padding-top: 5rem;
}
.pb-1, .py-1{
    padding-bottom: 1rem;
}
.pb-2, .py-2{
    padding-bottom: 2rem;
}
.pb-3, .py-3{
    padding-bottom: 3rem;
}
.pb-4, .py-4{
    padding-bottom: 4rem;
}
.pb-5, .py-5{
    padding-bottom: 5rem;
}






.textcontent {
    font-weight: 400;
    line-height: 1.75;
    font-size: 18px;
}
  
.textcontent p:not(:last-child){
    margin-bottom: 1em;
}
.textcontent h1,
.textcontent h2,
.textcontent h3,
.textcontent h4,
.textcontent h5 {
    margin: 1em 0 0.5em;
    font-weight: 700;
    line-height: 1.3;
}
.textcontent h1{
margin-top: 0;
font-size: 2.488em;
}
.textcontent h2 {font-size: 1.8em;}
.textcontent h3 {font-size: 1.5em;}
.textcontent h4 {font-size: 1.35em;}
.textcontent h5 {font-size: 1.2em;}
.textcontent small,
.textcontent .text_small {
    font-size: 0.833em;
}
.textcontent p a,
.textcontent li a{
    color:#164B73;
    text-decoration: underline;
}
.textcontent p a:hover,
.textcontent li a:hover{
    color:#0066B3;
}

.textcontent ul,
.textcontent ol{
    margin-bottom: 1em;
}
.textcontent ol,
.textcontent ol li{
    list-style: decimal outside;
}
.textcontent ol li{
    position: relative;
    margin-bottom: 0.3em;
    margin-left: 1.5em;
}
.textcontent ul ul,
.textcontent ol ol{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.textcontent ul li{
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 0.3em;
}
.textcontent ul li:before{
    position: absolute;
    content: "";
    color: #fff;
    top: 3em;
    left: 1.5em;
    font-size: 4px;
    width: 6px;
    height: 6px;
    background: #2896E9;
    border-radius: 15px;
}
@media (max-width:767px){
    .textcontent{
        font-size: 15px;
    }
    .textcontent ul li:before{
        top: 2.7em;
    }
}

/* === === === === === === === === /END TEXTCONTENT === === === === === === === */





/* === === === === === === === === CHOICES.JS === === === === === === === === */
.choices{
    margin-bottom: 0;
    width: auto;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 16px;
    line-height: 1;
}
.choices__inner{
    height: 100%;
    background-color: transparent;
    border:none;
    padding: 7px 10px 7px 0 !important;
    border-radius: 0;
    min-height: auto;
    font-size: 16px;
}
.choices__list--single{
    padding: 0;
    height: 100%;
}
.choices__list--dropdown,
.is-open .choices__list--dropdown{
    background-color: #111;
    border: 1px solid #000;
    width: auto;
}
.choices__list--dropdown .choices__list{
    overflow: hidden;
}
.choices__item--selectable{
    white-space: nowrap;
    padding: 0 10px 0 10px;
    font-size: 16px;
}
.choices__inner .choices__item--selectable:hover{
    text-decoration: underline;
}
.choices__list--dropdown .choices__item--selectable{
    padding-right: 10px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted{
    background-color: #464d55;
}
.choices[data-type*=select-one]:after{
    left: auto;
    right: 0px;
    width: 10px;
    height: 10px;
    /* background: url(../img/icon-shevron.svg) center center no-repeat; */
    background-size: contain;
    border: none;
    margin-top: -4px !important;
}
/* === === === === === === === === /END CHOICES.JS === === === === === === === === */











/* ================================ */
/* =========== INPUTS ============= */
/* ================================ */
.themed, .themedselect{
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    height: 55px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #83afe9;
    color: #000;
    line-height: 1.3;
    font-size: 25px;
    font-weight: 400;
    padding: 0;
    outline: none;
}
.themed:focus{
    border-bottom: 2px solid #4a89db;
}
textarea.themed{
    height: 135px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.themedselect{
    font-size: 14px;
    line-height: 1.3;
    padding: 0 30px 0 10px;
    color:#000;
    outline: none;
    border:1px solid #EAEAEA;
    width: auto;
    appearance: none;
    -webkit-appearance: none;
    height: 24px;
    border-radius: 0;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M3.16463 4.54866L5.93519 1.7781C6.02377 1.68638 6.02123 1.54022 5.92951 1.45164C5.84004 1.36522 5.69819 1.36522 5.60873 1.45164L3.0014 4.05897L0.394067 1.45164C0.303916 1.3615 0.157758 1.3615 0.067606 1.45164C-0.022532 1.5418 -0.022532 1.68795 0.067606 1.7781L2.83817 4.54866C2.92833 4.6388 3.07448 4.6388 3.16463 4.54866Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='6' height='6' fill='white' transform='translate(6) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.themed.jsCalendar{
    /* background-image: url(../img/icon-calendar.svg); */
    background-position: 90% center;
    background-size: 20px 21px;
    padding-right: 50px;
    background-repeat: no-repeat;
}
.themedselect option{
    background-color: #fff;
}
.themedcheck{
    display: block;
}
.themedcheck span{
    margin-left: 0;
}
.themedcheck label{
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.themedcheck input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.themedcheck input + span{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color:#fff;
    display: block;
    padding-left: 30px;
    position: relative;
}
.themedcheck input + span:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 20px;
    border:3px solid #fff;
    box-sizing: border-box;
}
.themedcheck input:checked + span:before{
    background: #404040;
}








/* ================================ */
/* ==== Contact Forms Errors ====== */
/* ================================ */
.screen-reader-text{
    display: none;
}
.wpcf7-form-control-wrap{
    display: block;
    margin-bottom:45px;
}
span.wpcf7-list-item{
    display: block;
    margin: 0;
}
.wpcf7-not-valid{
    border-bottom-color: #ef5a53;
}
.wpcf7-not-valid{
	border-color: #ef5a53 !important;
}
span.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip{
	display: block;
	background-color: #ef5a53;
    font-size: 11px;
    margin: 0 auto 0px;
    max-width: 80%;
    border-radius: 0;
    text-align: center;
	padding: 2px 10px 4px;
	line-height: 1.3;
	color:#fff;
    transform: translateY(3px);
}
div.wpcf7-response-output{
	border:none;
	width: 100%;
	background-color: #a1a1a1;
    font-size: 12px;
    border-radius: 5px;
	padding: 15px;
	line-height: 1.3;
	color:#fff;
    margin: 15px 0;
    display: none !important; 
}
.themed.wpcf7-not-valid,
.themedselect.wpcf7-not-valid,
.themed.invalid{
    border-bottom-color: #ef5a53;
    box-sizing: border-box;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background-color: #ef5a53;
	padding: 5px 7px;
	line-height: 1.3;
    color:#fff;
}
div.wpcf7-mail-sent-ok{
	background-color: #addcb7;
}
.ajax-loader{
    display: block !important;
    margin: 4px auto -28px !important;
}

.wpcf7-acceptance{
    display: block;
    color:#000;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 0px;
    margin-left: 0px;
    font-weight: 300;
}
.wpcf7-acceptance a{
    text-decoration: underline;
    color:#000;
}
.wpcf7-acceptance label{
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
}
.wpcf7-acceptance input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.wpcf7-acceptance input + span::before{
    content:"";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border:1px solid #b0b0b0;
    border-radius: 6px;
}
.wpcf7-acceptance input:checked + span::before{
    background: url(../img/icon-check.svg) center center no-repeat;
    background-size: 11px;
}







.learnmorelink{
    display: inline-block;
    font-size: 22px;
    padding-right: 45px;
    position: relative;
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
}
.learnmorelink::after{
    content:"";
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    right: 0;
    top: 50%;
    margin-top: -13px;
    transition: transform 0.3s ease;
    background: url(../img/more-arrow.png) no-repeat;
    background-size: contain;
}
.learnmorelink:hover::after{
    transform:translateX(4px);
}
.morebox{
    transition: height 0.4s ease;
    overflow: hidden;
    height: 0;
}