@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

.container-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.935rem);
    padding-left: var(--bs-gutter-x, 0.935rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-lg {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-lg {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.87rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.order-first {
    order: -1 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.glide * {
    box-sizing: inherit;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}
.glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
}
.glide__bullet:focus {
    outline: 0;
}
.glide__bullet:focus,
.glide__bullet:hover {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
    background-color: #fff;
}
.EHeadline {
    margin: 0;
    font-family: 'roboto', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 44px;
    line-height: 50px;


}
@media (max-width: 575.98px) {
    .EHeadline {
        font-size: 38px;
        line-height: 45.6px;
    }
}
.EParagraph {
    margin: 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
}
.EParagraph.has-icon {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.5em;
}
@media (max-width: 575.98px) {
    .EParagraph.has-icon {
        margin-bottom: 0.85em;
    }
}
.EParagraph.has-icon svg {
    display: block;
    margin-right: 7px;
}
@media (max-width: 575.98px) {
    .EParagraph.has-icon {
        justify-content: center;
    }
}
.ETitle {
    margin: 0;
    font-size: 37px;
    line-height: 49.6px;
    margin-bottom: 25px;
    font-weight: 700;
}
.ENav__list {
    display: flex;
    align-items: center;
    align-items: stretch;
}
.ENav__item + .ENav__item {
    margin-left: 38px;
}
.ENav__anchor {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #011627;
    height: 100%;
}
.ENav__anchor:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #2e8781;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.ENav__anchor:hover:before {
    width: 100%;
    left: 0;
}
.ENav.is-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 0;
    background: #011627;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    z-index: 50;
}
.ENav.is-active .ENav__list {
    flex-direction: column;
    align-items: center;
}
.ENav.is-active .ENav__item + .ENav__item {
    margin: 0;
    margin-top: 40px;
}
.ENav.is-active .ENav__anchor {
    color: #edf6f9;
    font-size: 19px;
    line-height: 32px;
}
.ENav.is-active .ENav__mobileBottom {
    color: #edf6f9;
    text-align: center;
}
.ENavbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 27px 0;
    z-index: 100;
}
.ELogo {
    display: block;
}
.ELogo svg {
    display: block;
    /* height: 33px; */
}
@media (max-width: 575.98px) {
    .ELogo svg {
        height: 24px;
    }
}
.EButton {
    height: 46px;
    outline: 0;
    border: 0;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    transition: background-color 0.3s ease, color 0.3s ease,
    box-shadow 0.3s ease;
}
.EButton--secondary {
    color: #011627;
    border: 1px solid #011627;
    background: 0 0;
}
.EButton--secondary:hover {
    color: #edf6f9;
    background-color: #011627;
}
.EButton--secondary:active {
    background-color: #00080e;
}
.EButton--primary {
    color: #edf6f9;
    background-color: #2e8781;
    box-shadow: 2px 2px 16px 0 #2e8781;
}
.EButton--primary:hover {
    background-color: #2a7c76;
    box-shadow: 3px 3px 18px 0 #2e8781;
}
.EButton--primary:active {
    background-color: #28746f;
    box-shadow: 2px 2px 16px 0 #2e8781;
}
.ESection {
    /*padding: 73px 0 210px 0;*/
    padding: 170px 50px;
}
.ESection .EButton {
    margin-top: 35px;
}
@media (max-width: 575.98px) {
    .ESection {
        text-align: center;
        padding: 60px 0 50px 0;
    }
}
.ECard {
    box-shadow: 3px 3px 28px 0 rgba(237, 246, 249, 0.9);
    border-radius: 4px;
    background: #fff;
    position: relative;
}
@media (max-width: 575.98px) {
    .ECard {
        max-width: 275px;
        margin: 0 auto;
    }
}
.ECard__body {
    padding: 40px 35px 0 35px;
}
.ECard__bottom {
    text-align: center;
    padding: 0 20px 30px 20px;
}
.ECard__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 29.5px;
    border-top: 1px solid #edf6f9;
    padding-top: 30px;
    margin: 0;
}
.ECard__label {
    position: absolute;
    right: 0;
    top: 19px;
    background: #f4c183;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ECard__paragraph {
    margin: 0;
    font-size: 15px;
    padding: 0 20px;
}
@media (max-width: 575.98px) {
    .ECard__paragraph {
        padding: 0;
        font-size: 14px;
    }
}
.ECard__list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
}
.ECard__listItem {
    display: flex;
    align-items: center;
}
@media (max-width: 575.98px) {
    .ECard__listItem {
        font-size: 15px;
    }
}
.ECard__listItem + .ECard__listItem {
    margin-top: 13px;
}
.ECard__listItem svg {
    display: block;
    margin-right: 13px;
    flex-shrink: 0;
}
.ECard--skidded-bottom {
    position: relative;
    margin-top: 40px;
}
@media (max-width: 575.98px) {
    .ECard--skidded-bottom {
        margin-top: 0;
    }
}
.ECard--alternate {
    padding: 60px 30px 40px 30px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media (max-width: 575.98px) {
    .ECard--alternate {
        max-width: 275px;
        margin: 0 auto;
    }
}
.ECard--alternate .ESvg {
    max-height: 114px;
}
.ECard--alternate .ECard__body,
.ECard--alternate .ECard__bottom {
    padding: 0;
}
.ECard--alternate .ECard__bottom {
    padding-top: 20px;
    border-top: 1px solid #edf6f9;
    text-align: center;
}
.ECard--alternate .ECard__body {
    padding: 0 30px 20px 30px;
    /*flex: 1;*/
    height: 130px;
}
.ECard--alternate .ECard__title {
    border: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 19px;
}
.ECard--dark {
    background: #011627;
    padding: 80px 33px 43px 33px;
    max-width: 285px;
    min-width: 285px;
}
@media (max-width: 575.98px) {
    .ECard--dark {
        max-width: 100%;
        min-width: auto;
    }
}
.ECard--dark .ECard__title {
    border: 0;
    margin-bottom: 19px;
}
.ECard--dark .ECard__body,
.ECard--dark .ECard__bottom,
.ECard--dark .ECard__list,
.ECard--dark .ECard__paragraph,
.ECard--dark .ECard__title {
    padding: 0;
    color: #edf6f9;
}
.ECard--dark .ECard__list {
    padding-bottom: 50px;
    border-bottom: 1px solid #edf6f9;
}
.ECard--dark .ECard__body {
    max-width: 100%;
    flex-basis: 100%;
}
.ECard--dark .ECard__bottom {
    padding-top: 45px;
}
.ECard--dark .ECard__bottom strong {
    display: block;
    font-size: 40px;
    line-height: 50px;
}
.ECard--horizontal {
    padding: 35px 65px 33px 45px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}
@media (max-width: 575.98px) {
    .ECard--horizontal {
        display: block;
        padding: 40px 30px 30px 30px;
    }
}
.ECard--horizontal .ECard__title {
    padding: 0;
    border: 0;
    margin-bottom: 26px;
}
.ECard--horizontal .ECard__paragraph {
    padding: 0;
}
.ECard--horizontal .ECard__body {
    padding: 0;
    max-width: 234px;
    flex-basis: 234px;
    margin-right: 100px;
}
@media (max-width: 575.98px) {
    .ECard--horizontal .ECard__body {
        max-width: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
}
.ECard--horizontal .ECard__bottom {
    padding: 0;
    padding-top: 45px;
}
.ECard--horizontal .ECard__list {
    border-bottom: 1px solid #edf6f9;
}
.ECard--horizontal .ECard.ECard--dark {
    margin-top: -75px;
}
@media (max-width: 575.98px) {
    .ECard--horizontal .ECard.ECard--dark {
        margin-top: 30px;
    }
}
.ECard--horizontal .ECard.ECard--dark .ECard__body {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
}
.EHero {
    min-height: 80vh;
    padding: 135px 0 105px 0;
    background: #edf6f9;
    position: relative;
}
.EHero__text .EButton {
    margin-top: 40px;
}
.EHero__illustration {
    padding-top: 40px;
}
@media (max-width: 575.98px) {
    .EHero__illustration {
        padding-top: 0;
        margin-bottom: 35px;
    }
}
.EHero__scrolldown {
    position: absolute;
    left: 50%;
    bottom: 15px;
    cursor: pointer;
    animation: move 1s infinite alternate;
    padding: 25px;
}
.EHero__scrolldown svg {
    display: block;
}
.EHero .ENotification {
    margin-top: 45px;
    width: -webkit-fill-available;
}
@media (max-width: 575.98px) {
    .EHero {
        text-align: center;
        padding: 125px 0 105px 0;
    }
}
@keyframes move {
    0% {
        transform: translate(-50%, 0);
    }
    100% {
        transform: translate(-50%, 10px);
    }
}
.EFooter {
    padding: 60px 0 60px 0;
    background: #011627;
    color: #edf6f9;
}
.EFooter .ESocialList {
    margin-left: 30px;
}
@media (max-width: 575.98px) {
    .EFooter .ESocialList {
        margin-left: 0;
        margin-top: 20px;
        justify-content: center;
    }
}
@media (max-width: 575.98px) {
    .EFooter {
        text-align: center;
    }
    .EFooter .ELogo {
        margin-bottom: 60px;
    }
    .EFooter .ELogo svg {
        margin: 0 auto;
    }
}
.ESocialList {
    display: flex;
    align-items: center;
}
.ESocialList__item + .ESocialList__item {
    margin-left: 15px;
}
.ESocialList__anchor {
    width: 40px;
    height: 40px;
    display: block;
    transition: opacity 0.3s ease;
}
.ESocialList__anchor:hover {
    opacity: 0.8;
}
.ESocialList__anchor svg {
    display: block;
    max-width: 100%;
    height: auto;
}
.EBulletPoint {
    font-size: 16px;
    line-height: 27.5px;
    padding: 12px 40px 12px 15px;
    background: #edf6f9;
    min-height: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    max-width: 285px;
    width: 100%;
}
@media (max-width: 575.98px) {
    .EBulletPoint {
        margin-bottom: 15px;
        max-width: auto;
        width: auto;
    }
}
.ENotification {
    padding: 9px 48px 10px 45px;
    background: #f7b05b;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
}
@media (max-width: 575.98px) {
    .ENotification {
        margin-left: -14.96px;
        margin-right: -14.96px;
        padding: 15px;
    }
}
.EReview {
    padding: 77px 77px 32px 77px;
    box-shadow: 1.67626px 1.67626px 33.5251px 12.5719px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    background: #fff;
    position: relative;
}
.EReview__title {
    font-weight: 700;
    font-size: 16px;
    color: #011627;
    line-height: 27px;
    margin-bottom: 10px;
}
.EReview__content {
    font-size: 15px;
    line-height: 27px;
    color: #011627;
    letter-spacing: 0.02em;
}
.EReview__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.EReview__star svg {
    display: block;
}
.EReview__star + .EReview__star {
    margin-left: 13px;
}
.EReview__slogan {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f4c183;
    border-radius: 0 0 4px 4px;
    padding: 3px 20px 3px 18px;
    font-size: 16px;
    line-height: 27.2px;
    color: #011627;
    font-weight: 700;
}
.EReview__quote {
    position: absolute;
}
.EReview__quote svg {
    display: block;
}
@media (max-width: 575.98px) {
    .EReview__quote svg {
        height: 25px;
    }
}
.EReview__quote--bottom {
    left: 32px;
    bottom: 32px;
}
@media (max-width: 575.98px) {
    .EReview__quote--bottom {
        left: 16px;
        bottom: 16px;
    }
}
.EReview__quote--top {
    top: 32px;
    right: 32px;
}
@media (max-width: 575.98px) {
    .EReview__quote--top {
        top: 16px;
        right: 16px;
    }
}
@media (max-width: 575.98px) {
    .EReview {
        padding: 64px 32px 32px 32px;
    }
}
.ETeam img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.ETeam__title {
    font-size: 16px;
    color: #011627;
    margin-top: 8px;
}
.ETeams {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
@media (max-width: 575.98px) {
    .ETeams {
        margin-top: 32px;
    }
}
.ETeams .ETeam {
    flex-basis: 33.333%;
    max-width: 33.333%;
    min-width: 0;
    margin-bottom: 8px;
}
@media (max-width: 575.98px) {
    .ETeams .ETeam {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 32px;
    }
}
body {
    margin: 0;
    color: #011627;
    font-family: Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #edf6f9;
}
*,
:after,
:before {
    box-sizing: border-box;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: currentColor;
}
.text-italic {
    font-style: italic;
}
.bg-dots {
    background-image: url(/assets/dot-grid-bg.04cca3db.png);
    background-repeat: repeat;
    background-size: 400px;
}
.mb-165 {
    margin-bottom: -165px;
}
@media (max-width: 575.98px) {
    .mb-165 {
        margin-bottom: 0;
    }
}
.pt-175 {
    padding-top: 150px;
}
@media (max-width: 575.98px) {
    .pt-175 {
        padding-top: 60px;
    }
}
.pt-20 {
    padding-top: 20px;
}
.EImage {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.ESvg {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .EArrow {
        transform: rotate(90deg);
    }
}
@media (max-width: 575.98px) {
    .EArrow--2 {
        transform: rotate(270deg);
    }
}
.section-bullet-points {
    margin-top: 78px;
    margin-bottom: 85px;
    text-align: left;
}
@media (max-width: 575.98px) {
    .section-bullet-points {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}
@media (max-width: 575.98px) {
    .section-bullet-points .EParagraph {
        text-align: center;
        margin-bottom: 40px;
    }
}
.glide__bullets {
    position: static;
    transform: none;
    padding-top: 15px;
    display: block;
    text-align: center;
}
.glide__bullet {
    border: 2px solid #3f8580;
    background: #3f8580;
    width: 16px;
    height: 16px;
}
.glide__bullet--active,
.glide__bullet:focus,
.glide__bullet:hover {
    background: 0 0;
    border: 2px solid #3f8580;
}
.hamburger {
    font: inherit;
    display: flex;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active {
    position: fixed;
    top: 32px;
    right: 16px;
    z-index: 51;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #edf6f9;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #011627;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.btn-group.bootstrap-select.fit-width,
.btn.dropdown-toggle.selectpicker.btn-default{
    height: 100% !important;
    border:none;
}
.row:before, .row:after {
    content: none !important;
}

.ENav__anchor {
    text-decoration: none !important;
}

a:hover, a:focus{
    color: inherit;
}

.ENav__anchor:focus{
    color: #011627 !important;
}

.EButton.EButton--primary {
    text-decoration: none !important;
}

.EButton--primary:hover, a:focus{
    color: white !important;
    text-decoration: none !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: transparent !important;
    border:none !important;
    text-decoration: none;
    outline:0px;
}

.EButton--secondary:hover {
    color: #edf6f9 !important;
    background-color: #011627;
    text-decoration: none !important;
}

.EButton--secondary:focus {
    color: #011627 !important;
    background-color: transparent;
    text-decoration: none !important;
}

.col-sm-auto p.EParagraph a:hover {
    color:white !important;
    text-decoration: none !important;
}


@media (max-width: 476px) {
    .ESection .EButton {
        margin-bottom: 35px;
    }
    .EReview__slogan {
        line-height: 23.2px !important;
    }
    .EReview__title {
        margin-top: 10px;
    }
}

@media (max-width: 1384px) {
    .ENav__anchor:hover {
        color: #edf6f9 !important;
    }

    .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=span], .bootstrap-select.btn-group[class*=col-] {
        margin: 0;
    }
}

.mobilus {
    display: none;
}

@media screen and (max-width: 510px)  {
   .mobilus {
       display: flex;
       width: 50px;
   }
}

.pt-40 {
    padding-top: 40px;
}

#close {
    float:right;
    display:inline-block;
    padding: 4px 8px;
    background:#000000;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
}

#close:hover {
    background-color: white;
    color: black;
}

.ESection {
    padding: 80px 50px 225px 50px;
}

.ESection:nth-child(4),
.ESection:nth-child(5),
.ESection:nth-child(6)
{
    padding: 60px;
}


/*//////////////// POP OUT BOX SETTINGS //////////////////*/
/*DISABLED POP_OUT FIXED POSITION UNCOMMENT THIS STYLES SETTINGS*/

/*.EHero .ENotification {*/
/*    position: inherit !important;*/
/*    margin-top: 45px;*/
/*    width: 100%;*/
/*}*/