/*Start: Critical CSS Handling Logic*/


/*Start: Critical Part*/

.btn-blue:hover,
.btn-orange-border:hover,
.btn-orange:hover {
    filter: drop-shadow(0px 3.34706px 5.02059px rgba(0, 0, 0, 0.15))
}

.back-to-main-menu,
.chev-down {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: var(--blue);
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: 150ms ease-in-out
}

.banner-row .banner-left p {
    font-weight: 300
}

.btn-info-secondary,
.btn-info-primary,
.btn-shop-secondary,
.btn-shop-primary,
.btn-blue,
.btn-orange-border,
.btn-orange {
    font-weight: 400
}

.nav-wrap nav ul li a {
    font-weight: 600
}

.banner-row .banner-left h1 {
    font-weight: 700
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #222
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "“" "”" "‘" "’"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.orange-drop-right,
.blue-drop-right {
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

.orange-drop-right:hover,
.blue-drop-right:hover {
    text-decoration: underline
}

.orange-drop-right:after,
.blue-drop-right:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: 5px;
    margin-left: 8px;
    background-repeat: no-repeat
}

@media(max-width: 720px) {
    .orange-drop-right,
    .blue-drop-right {
        font-size: 12px;
        line-height: 20px;
        padding-right: 25px
    }
    .orange-drop-right:after,
    .blue-drop-right:after {
        width: 20px;
        height: 20px;
        background-size: cover;
        bottom: -3px
    }
}

.blue-drop-right {
    color: var(--blue)
}

.blue-drop-right:after {
    background-image: url("../img/drop-sm.svg")
}

.blue-drop-right-icon-plus:after {
    width: 17px;
    height: 16px;
    background-image: url("../img/icon-plus.svg")
}

.blue-drop-right-icon-minus:after {
    width: 17px;
    height: 16px;
    background-image: url("../img/icon-minus.svg")
}

.blue-drop-right-icon-white:after {
    width: 20px;
    height: 20px;
    background-image: url("../img/drop-white-icon.svg")
}

.blue-drop-right-small-icon:after {
    bottom: 1px
}

@media screen and (max-width: 720px) {
    .blue-drop-right-small-icon:after {
        width: 15px;
        height: 15px;
        bottom: 0px
    }
}

.blue-drop-right.orange-drop-right {
    color: #fd605b
}

.blue-drop-right.orange-drop-right:after {
    background-image: url("../img/orange-drop-sm.svg");
    background-size: 100%
}

.orange-drop-right {
    color: #fd605b
}

.orange-drop-right:after {
    background-image: url("../img/orange-drop-sm.svg");
    background-size: 100%
}

.orange-drop-right-icon-white:after {
    background-image: url("../img/org-wht-drop-icon.svg")
}

.btn-info-secondary,
.btn-info-primary,
.btn-shop-secondary,
.btn-shop-primary,
.btn-blue,
.btn-orange-border,
.btn-orange {
    border-radius: 50px;
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 8px 28px;
    display: inline-block;
    margin-bottom: 12px;
    text-align: center
}

.btn-info-secondary:hover,
.btn-info-primary:hover,
.btn-shop-secondary:hover,
.btn-shop-primary:hover,
.btn-blue:hover,
.btn-orange-border:hover,
.btn-orange:hover {
    -webkit-box-shadow: 1px 8px 8px -2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 8px 8px -2px rgba(0, 0, 0, .15);
    box-shadow: 1px 8px 8px -2px rgba(0, 0, 0, .15);
    text-decoration: none
}

@media(max-width: 720px) {
    .btn-info-secondary,
    .btn-info-primary,
    .btn-shop-secondary,
    .btn-shop-primary,
    .btn-blue,
    .btn-orange-border,
    .btn-orange {
        font-size: 16px;
        line-height: 32px;
        padding: 1px 16px;
        border-width: 1px
    }
}

.btn-orange {
    background: #fd605b;
    color: #fff
}

.btn-orange:hover {
    background-color: transparent;
    border-color: #fd605b;
    color: #fd605b
}

.btn-orange-border {
    background: transparent;
    color: #fd605b;
    border-color: #fd605b;
    border-width: 3px;
    width: 100%;
    text-align: center
}

.btn-orange-border:hover {
    background-color: #fd605b;
    border-color: #fd605b;
    color: #fff
}

.btn-blue {
    background: transparent;
    color: var(--blue);
    border-color: var(--blue)
}

.btn-shop-primary {
    background: #fd605b;
    color: #fff
}

.btn-shop-secondary {
    background: transparent;
    color: #fd605b;
    border-color: #fd605b;
    border-width: 3px
}

.btn-info-primary {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue)
}

.btn-info-secondary {
    background: transparent;
    color: var(--blue);
    border-color: var(--blue);
    border-width: 3px
}

.disable {
    opacity: .45
}

.loading {
    position: relative
}

.loading:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn)
    }
    to {
        transform: rotate(1turn)
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

*,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

 ::-moz-selection {
    background-color: var(--blue);
    color: #fff
}

 ::selection {
    background-color: var(--blue);
    color: #fff
}

html {
    -ms-text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    text-size-adjust: auto;
    font-family: "Work Sans", sans-serif
}

body#body {
    background-color: #fff;
    color: #030303;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: "Work Sans", sans-serif
}

@media screen and (max-width: 720px) {
    body {
        font-size: 14px;
        line-height: 24px
    }
}

body.has-modal {
    overflow: hidden
}

body.has-modal header {
    z-index: 6
}

body.has-modal .cc-active,
body.has-modal .scroll-top,
body.has-modal .newsletter-wrap {
    z-index: 5
}

body.ctrl-overflow {
    overflow: hidden
}

.laboratory-scientist-outer .modal {
    display: none
}

a {
    color: var(--blue);
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 25px 0
}

@media screen and (max-width: 980px) {
    p {
        word-break: break-word
    }
}

p a {
    word-break: break-word
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    color: var(--blue)
}

@media screen and (max-width: 420px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        word-break: break-word
    }
}

h1 {
    font-size: 94px;
    line-height: 104px;
    font-weight: 700;
    word-break: break-word
}

@media screen and (max-width: 720px) {
    h1 {
        font-size: 36px;
        line-height: 44px
    }
}

h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
    scroll-margin-top: 105px
}

@media screen and (max-width: 720px) {
    h2 {
        font-size: 32px;
        line-height: 42px;
        scroll-margin-top: 98px
    }
}

h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    scroll-margin-top: 105px
}

@media screen and (max-width: 720px) {
    h3 {
        line-height: 26px;
        font-size: 16px;
        scroll-margin-top: 98px
    }
}

h4 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 500
}

@media screen and (max-width: 720px) {
    h4 {
        line-height: 26px;
        font-size: 16px
    }
}

h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

img {
    max-width: 100%;
    height: auto
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

ul li a {
    word-break: break-word
}

ul li ul li {
    list-style: disc
}

.header-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1195px) {
    .header-container {
        padding: 0 38px
    }
}

@media screen and (max-width: 420px) {
    .header-container {
        padding: 0 30px
    }
}

.row-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-inner .col-50 {
    flex: 0 0 100%;
}

.footer-row-top .foot-row .col.col-60 {
    flex: 0 0 100%
}

@media (min-width:900px) {
    .row-inner .col-50 {
        flex: 0 0 35%
    }
    .footer-row-top .foot-row .col.col-60 {
        flex: 0 0 66%;
    }
}

.footer-container {
    max-width: 1096px;
    width: 100%;
    margin: 0 auto
}

.footer {
    background-color: var(--blue);
    color: #fff;
    padding: 40px 0 15px;
    position: relative;
}

.footer * {
    color: #FFF;
}

.footer-row-top .foot-row .col.col-60 {
    margin-right: 30px;
}

.footer-row-top .foot-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-row-top .foot-row .col ul {
    list-style: none;
    list-style-type: none;
    margin-top: 30px;
    padding: 0;
}

.footer-row-top ul li {
    margin-bottom: 24px;
}

.footer-form {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer-form input[type=email] {
    background: transparent;
    outline: 0;
    border: 0;
    color: #fff;
    border-bottom: 3px solid #fff;
    width: 100%;
    padding: 0 35px 12px 0;
    border-radius: 0;
}

.footer-form input[type=submit] {
    font-size: 0;
    width: 25px;
    height: 24px;
    background: url(../img/orange-drop-sm.svg) no-repeat center;
    border: 0;
    position: relative;
    top: -4px;
    left: -25px;
}

@media screen and (max-width: 1195px) {
    .footer-container {
        padding: 0 38px
    }
}

@media(max-width: 413px) {
    .footer-container {
        padding: 0 30px
    }
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1195px) {
    .container {
        padding: 0 38px
    }
}

@media(max-width: 413px) {
    .container {
        padding: 0 30px
    }
}

.container-1190 {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1195px) {
    .container-1190 {
        padding: 0 38px
    }
}

@media(max-width: 413px) {
    .container-1190 {
        padding: 0 30px
    }
}

.fig-label {
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    background: #030303;
    border-radius: 0 20px 20px 0px;
    padding: 4px 18px;
    left: 0px;
    top: 0px
}

@media screen and (max-width: 720px) {
    .fig-label {
        font-size: 15px;
        line-height: 23px
    }
}

.date-time {
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin-bottom: 0px;
    color: var(--blue)
}

@media screen and (max-width: 720px) {
    .date-time {
        font-size: 12px;
        line-height: 20px
    }
}

.bottom-blue-bg {
    position: relative
}

.bottom-blue-bg:after {
    content: "";
    background-color: #edf2ff;
    width: 100%;
    height: 25%;
    bottom: 0;
    position: absolute;
    z-index: -1
}

.bg-color-blue {
    background-color: #edf2ff
}

.bg-color-orange {
    background-color: #ffeee9
}

.o-br-bottom {
    border-bottom: 1px solid #fd605b
}

.b-br-bottom {
    border-bottom: 1px solid var(--blue)
}

.mar-bt-120 {
    margin-bottom: 120px !important
}

.margin-o {
    margin: 0 !important
}

.mr-bt-0 {
    margin-bottom: 0px !important
}

.pd-top-bt-5 {
    padding: 10px 0 5px !important
}

.pd-bt-0 {
    padding-bottom: 0px !important
}

.pd-top-0 {
    padding-top: 0px !important
}

.pad-top-115 {
    padding-top: 115px !important
}

.pd-bt-5 {
    padding-bottom: 5px !important
}

.pd-top-90 {
    padding-top: 90px !important
}

@media screen and (max-width: 980px) {
    .pd-top-90 {
        padding-top: 50px !important
    }
}

.pad-top-bottom {
    padding: 120px 0
}

.pad-top {
    padding-top: 120px !important
}

.pad-bottom {
    padding-bottom: 120px !important
}

.bg-mr-bt-0 {
    background-color: transparent !important;
    margin-bottom: 0px !important
}

.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center
}

.trust-badges::before {
    display: table;
    content: " "
}

.cdc-widget-color-white #cdc-chat-bot-button.theme4,
.cdc-widget-color-white #cdc-chat-bot-button.theme6 {
    width: 100% !important
}

@media screen and (max-width: 420px) {
    .cdc-widget-color-white #cdc-chat-bot-button #cdc-chat-bot-button-icon {
        width: 35px !important;
        height: 35px !important
    }
}

@media screen and (max-width: 420px) {
    .cdc-widget-color-white #cdc-chat-bot-button #cdc-chat-bot-button-header-title1 {
        font-size: 16px !important
    }
}

div[id^=__lpform_] {
    display: none !important
}

.trustpilot-widget {
    margin: 0 0 25px 0
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-Thin.woff2") format("woff2"), url("../font/worksans/WorkSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-ExtraLight.woff2") format("woff2"), url("../font/worksans/WorkSans-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-Light.woff2") format("woff2"), url("../font/worksans/WorkSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-LightItalic.woff2") format("woff2"), url("../font/worksans/WorkSans-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-Regular.woff2") format("woff2"), url("../font/worksans/WorkSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans/WorkSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-MediumItalic.woff2") format("woff2"), url("../font/worksans/WorkSans-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-SemiBold.woff2") format("woff2"), url("../font/worksans/WorkSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-Bold.woff2") format("woff2"), url("../font/worksans/WorkSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-ExtraBold.woff2") format("woff2"), url("../font/worksans/WorkSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Work Sans";
    src: url("../font/worksans/WorkSans-Black.woff2") format("woff2"), url("../font/worksans/WorkSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@media print {
    @page {
        margin: 1cm
    }
    .entry .entry-header,
    .entry,
    .single .site-main>article>.entry-footer {
        margin-top: 0;
        margin-bottom: 0
    }
    .footer {
        margin: 0
    }
    header {
        padding: 0
    }
    body {
        font: 13pt "Work Sans", Georgia, "Times New Roman", Times, serif;
        font: 13pt var(--global--font-secondary, "Work Sans", Georgia, "Times New Roman", Times, serif);
        line-height: 1.3;
        background: #fff !important;
        color: #000
    }
    .has-background-dark * {
        color: #000 !important
    }
    h1,
    .entry-title,
    .singular .entry-title,
    .page-title {
        font-size: 32pt;
        line-height: 42pt;
        font-weight: bold
    }
    h2 {
        font-size: 28pt;
        line-height: 32pt
    }
    h3,
    h4,
    .comments-title,
    .archive-description {
        font-size: 14pt;
        margin-top: 25px
    }
    .comment-meta,
    .comment-meta .comment-author .fn {
        font-size: 13pt
    }
    a {
        page-break-inside: avoid
    }
    blockquote {
        page-break-inside: avoid
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid
    }
    img {
        page-break-inside: avoid;
        page-break-after: avoid
    }
    table,
    pre,
    figure {
        page-break-inside: avoid
    }
    ul,
    ol,
    dl {
        page-break-before: avoid
    }
    a:link,
    a:visited,
    a {
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
        text-align: left
    }
    a[href^=http]:after {
        content: none !important
    }
    a:after>img {
        content: ""
    }
    article a[href^="#"]:after {
        content: ""
    }
    a:not(:local-link):after {
        content: " < " attr(href) "> "
    }
    .entry-title a:after {
        content: "\a< " attr(href) "> ";
        white-space: pre;
        font-size: 14pt
    }
    .cat-links a:after,
    .tags-links a:after,
    .byline a:after,
    .comment-metadata a:after,
    .wp-block-calendar a:after,
    .wp-block-tag-cloud a:after,
    .page-links a:after {
        content: ""
    }
    .primary-navigation,
    .site-title+.primary-navigation,
    .footer-navigation,
    .entry-footer,
    .post-navigation,
    .navigation.pagination,
    .widget-area,
    .edit-link,
    .more-link,
    .comment-reply,
    .reply,
    .comment .comment-metadata .edit-link,
    .comment-respond,
    .head,
    .footer {
        display: none !important
    }
    .entry .entry-content .wp-block-button .wp-block-button__link,
    .entry .entry-content .button,
    .entry .entry-content .wp-block-file__button {
        color: #000;
        background: none
    }
    .section {
        margin-bottom: 50pt !important
    }
    .section-banner-type-2 {
        background-color: #edf2ff !important;
        -webkit-print-color-adjust: exact
    }
    .banner-content {
        text-align: left !important
    }
    .content .section:nth-of-type(even) {
        background-color: #fff !important
    }
    .content .section:nth-of-type(even):after {
        display: none !important;
        background-color: #fff !important
    }
    .column-two-list li {
        width: 100% !important
    }
    .soical-netowk-outer {
        display: none
    }
    .toc-outer .toc-list {
        padding-left: 0 !important
    }
    .toc-outer .toc-head {
        margin: 0px !important
    }
    .toc-outer .toc-list li a {
        font-weight: 400 !important
    }
    .laboratory-scientist-outer,
    .newsletter-wrap {
        width: 900px !important
    }
    .laboratory-scientist-outer .lab-inner .lab-row .lab-col a.btn-blue {
        font-size: 18pt !important
    }
    .fsPage {
        width: 550px !important
    }
    .callout-list,
    .compact-listing::after {
        display: none !important
    }
    .cc-container {
        display: none
    }
}

.cc-container {
    transition: opacity .45s linear;
    opacity: 0;
    padding: 15px 30px;
    border-top: solid 1px #030303;
    position: fixed;
    z-index: -1;
    width: 100%;
    bottom: 0;
    background: #fff
}

.cc-container.cc-active {
    z-index: 6
}

.cc-container>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media screen and (max-width: 720px) {
    .cc-container>.inner {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cc-container .left-content {
    text-align: left;
    padding-right: 30px
}

@media screen and (max-width: 720px) {
    .cc-container .left-content {
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center
    }
}

.cc-container .right-btn .btn-info-primary {
    margin-bottom: 0;
    min-width: 160px
}

.cc-container .right-btn .btn-info-primary:hover {
    background-color: #fff;
    color: var(--blue);
    border-color: var(--blue)
}

.cc-container.cc-active {
    opacity: 1
}

.sale-cta-outer {
    position: relative;
    padding-bottom: 30px;
    padding-top: 20px
}

.sale-cta-outer.sale-cta-scroll {
    top: 30px;
    left: 0;
    right: 0;
    position: fixed
}

@media screen and (max-width: 980px) {
    .sale-cta-outer.sale-cta-scroll {
        z-index: 99
    }
}

.sale-cta-outer .sale-cta-inner {
    background-color: #110877;
    background: -webkit-linear-gradient(to right, #110877, #5c0167, #110877);
    background: linear-gradient(to right, #110877, #5c0167, #110877);
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .15);
    border-radius: 50px 0px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 20px
}

@media screen and (max-width: 980px) {
    .sale-cta-outer .sale-cta-inner {
        z-index: 99
    }
}

.sale-cta-outer .sale-cta-inner .cross-icon {
    z-index: 0;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer
}

.sale-cta-outer .sale-cta-inner .cross-icon:after,
.sale-cta-outer .sale-cta-inner .cross-icon:before {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    content: " ";
    height: 12px;
    width: 2px;
    background-color: var(--blue);
    top: 5px
}

.sale-cta-outer .sale-cta-inner .cross-icon:after {
    transform: rotate(45deg)
}

.sale-cta-outer .sale-cta-inner .cross-icon:before {
    transform: rotate(-45deg)
}

.sale-cta-outer .sale-cta-inner h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 5px
}

@media screen and (max-width: 720px) {
    .sale-cta-outer .sale-cta-inner h2 {
        font-size: 30px;
        padding: 0 15px
    }
}

.sale-cta-outer .sale-cta-inner span {
    display: block;
    font-weight: 300;
    line-height: 25px;
    font-size: 42px;
    line-height: 48px
}

@media screen and (max-width: 720px) {
    .sale-cta-outer .sale-cta-inner span {
        font-size: 32px;
        line-height: 38px
    }
}

.sale-cta-outer .sale-cta-inner strong {
    display: block;
    line-height: 25px;
    font-size: 20px
}

@media screen and (max-width: 720px) {
    .sale-cta-outer .sale-cta-inner strong {
        font-size: 18px
    }
}

.sale-cta-outer .sale-cta-inner strong .code {
    font-style: normal
}

.sale-cta-outer .sale-cta-inner small {
    display: block;
    line-height: 25px;
    font-size: 14px
}

.order-test-cta-outer {
    background-color: var(--blue);
    position: relative
}

@media screen and (max-width: 980px) {
    .order-test-cta-outer {
        z-index: 99
    }
}

.order-test-cta-outer .order-test-cta-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 30px;
    background-color: var(--blue);
    color: #fff;
    position: relative
}

@media screen and (max-width: 1195px) {
    .order-test-cta-outer .order-test-cta-inner {
        padding: 30px 38px 30px
    }
}

@media screen and (max-width: 720px) {
    .order-test-cta-outer .order-test-cta-inner {
        padding: 15px 38px 15px
    }
}

@media(max-width: 413px) {
    .order-test-cta-outer .order-test-cta-inner {
        padding: 15px 30px 15px
    }
}

.order-test-cta-outer .order-test-cta-inner .cta-head {
    display: none;
    margin-bottom: 0px
}

@media screen and (max-width: 720px) {
    .order-test-cta-outer .order-test-cta-inner .cta-head {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.order-test-cta-outer .order-test-cta-inner .cta-head.change-arrow .btn-orange {
    display: none
}

.order-test-cta-outer .order-test-cta-inner .cta-head.change-arrow .text-link {
    display: none
}

.order-test-cta-outer .order-test-cta-inner .cta-head.change-arrow .link {
    position: absolute;
    right: 30px;
    top: 20px
}

.order-test-cta-outer .order-test-cta-inner .cta-head.change-arrow .link .chev-down {
    transform: rotate(45deg)
}

.order-test-cta-outer .order-test-cta-inner .cta-head .btn-orange {
    margin-bottom: 0;
    flex: 0 0 60%
}

.order-test-cta-outer .order-test-cta-inner .cta-head .link {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    cursor: pointer
}

.order-test-cta-outer .order-test-cta-inner .cta-head .link .chev-down {
    width: 12px;
    height: 12px;
    border-color: #fff;
    top: 1px;
    margin-left: 5px
}

.order-test-cta-outer .order-test-cta-inner .cta-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 980px) {
    .order-test-cta-outer .order-test-cta-inner .cta-row {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 720px) {
    .order-test-cta-outer .order-test-cta-inner .cta-row {
        align-items: flex-start;
        display: none
    }
}

.order-test-cta-outer .order-test-cta-inner .cta-row.show-list {
    flex-direction: column;
    display: block
}

@media screen and (max-width: 980px) {
    .order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 720px) {
    .order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps {
        margin-bottom: 0
    }
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

@media screen and (max-width: 720px) {
    .order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step li {
    color: #fff
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step li:not(:last-child) {
    padding-right: 25px
}

@media screen and (max-width: 720px) {
    .order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step li {
        margin-bottom: 20px
    }
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step li .step-label {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step li .step-label em {
    font-style: normal;
    font-size: 13px;
    display: inline-block;
    background-color: #fff;
    color: var(--blue);
    text-align: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    top: -2px
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-steps .ol-step li p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-button {
    flex: 0 0 23%
}

@media screen and (max-width: 720px) {
    .order-test-cta-outer .order-test-cta-inner .cta-row .cta-button {
        width: 100%;
        flex: 0 0 100%
    }
}

.order-test-cta-outer .order-test-cta-inner .cta-row .cta-button .btn-orange {
    width: 100%;
    margin-bottom: 0
}

header {
    background-color: #edf2ff;
    position: relative;
    top: 0;
    z-index: 99
}

header.color-option {
    background-color: #f5f3de
}

header.color-option .nav-wrap {
    background-color: #f5f3de
}

.head-wrap {
    padding-top: 26px;
    padding-bottom: 15px
}

.logo {
    float: left;
    padding-right: 50px;
    z-index: 100;
    position: relative;
    z-index: 0;
}

@media(max-width: 1200px) {
    .logo {
        padding-right: 12px
    }
}

.logo a img {
    width: 140px
}

.chev-down {
    position: relative;
    top: -2px;
    margin-left: 5px
}

@media screen and (max-width: 980px) {
    .chev-down {
        transform: rotate(-45deg);
        width: 20px;
        height: 20px
    }
}

.nav-wrap {
    float: right
}

@media screen and (max-width: 980px) {
    .nav-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        overflow: auto;
        position: absolute;
        width: 100%;
        z-index: 99;
        background: #edf2ff;
        left: 0;
        top: 0px;
        padding: 22px 38px 0;
        transition: all .2s;
        visibility: hidden;
        opacity: 0
    }
    .nav-wrap.open-main-menu {
        top: 95px;
        transition: all .2s;
        visibility: visible;
        opacity: 1;
        z-index: 9999
    }
}

@media screen and (max-width: 420px) {
    .nav-wrap {
        padding: 22px 30px 0
    }
}

.nav-wrap nav {
    float: left
}

@media screen and (max-width: 980px) {
    .nav-wrap nav {
        order: 2
    }
}

.nav-wrap nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul {
        display: block
    }
}

.nav-wrap nav ul li {
    list-style: none;
    margin: 0 5px
}

@media(max-width: 1200px) {
    .nav-wrap nav ul li {
        margin: 0 3px
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul li {
        margin: 0 0 30px
    }
}

.nav-wrap nav ul li:hover>a {
    color: #fff;
    background-color: var(--blue)
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul li:hover>a {
        color: var(--blue);
        background-color: transparent
    }
}

.nav-wrap nav ul li:hover>a .chev-down {
    top: 0;
    transform: rotate(225deg);
    border-color: #fff
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul li:hover>a .chev-down {
        transform: rotate(-45deg);
        border-color: var(--blue)
    }
}

.nav-wrap nav ul li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    color: var(--blue);
    padding: 6px 8px;
    border-radius: 20px;
    z-index: 100;
    position: relative;
    display: inline-block
}

@media(max-width: 1200px) {
    .nav-wrap nav ul li a {
        font-size: 15px;
        line-height: 28px;
        padding: 11px 7px
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul li a {
        font-size: 32px;
        line-height: 42px;
        font-weight: 300;
        padding: 0 0 0 0px
    }
}

.search-wrap {
    float: right;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 980px) {
    .search-wrap {
        order: 1;
        margin-bottom: 45px
    }
}

.search-wrap form {
    position: relative
}

.search-wrap .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background: inherit;
    border: none;
    z-index: 999;
}

@media screen and (max-width: 720px) {
    .search-wrap .search-icon {
        top: 16px
    }
}

.search-wrap input[type=search] {
    border: 3px solid var(--blue);
    border-radius: 50px;
    width: 173px;
    height: 50px;
    background: transparent;
    color: var(--blue);
    padding: 0 10px 0 33px;
    z-index: 100;
    position: relative;
    outline: none;
    margin: 0
}

@media(max-width: 1200px) {
    .search-wrap input[type=search] {
        width: 145px
    }
}

@media screen and (max-width: 980px) {
    .search-wrap input[type=search] {
        width: 99.3%;
        border-width: 2px
    }
}

.mobile-menu-icon {
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
    float: right;
    margin-top: 12px;
    display: none;
    z-index: 9999
}

@media screen and (max-width: 980px) {
    .mobile-menu-icon {
        display: block
    }
}

@media screen and (max-width: 980px) {
    .mobile-menu-icon.mobile-icon-cross {
        margin-top: 25px
    }
}

.mobile-menu-icon.mobile-icon-cross .bar.mid {
    display: none
}

.mobile-menu-icon.mobile-icon-cross .bar:first-child {
    transform: rotate(-45deg)
}

.mobile-menu-icon.mobile-icon-cross .bar:last-child {
    transform: rotate(45deg);
    position: relative;
    top: -8px
}

.mobile-menu-icon .bar {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: var(--blue);
    margin: 2px 0;
    float: left
}

.mobile-menu-icon .bar.mid {
    width: 77%;
    float: right
}

.width-change {
    width: 220px !important
}

.increase-container {
    max-width: 1200px;
    padding: 0 30px
}

@media(min-width: 981px) {
    .nav-wrap nav ul .megamenu-outer {
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
        top: 34px
    }
    .nav-wrap nav>ul>li:hover .megamenu-outer {
        opacity: 1;
        visibility: visible;
        transition: all .5s;
        top: 50px
    }
}

.nav-wrap nav>ul>li {
    line-height: 50px
}

#navigation>ul>li.home-item {
    display: none
}

@media screen and (max-width: 980px) {
    #navigation>ul>li.home-item {
        display: inline-block
    }
}

.nav-wrap nav>ul>li.order-tests-item a {
    border: 2px solid #fd605b;
    color: #fd605b;
    border-radius: 22px
}

@media screen and (max-width: 980px) {
    .nav-wrap nav>ul>li.order-tests-item a {
        border: 0
    }
}

.nav-wrap nav>ul>li.order-tests-item a .chev-down {
    border-color: #fd605b
}

.nav-wrap nav>ul>li.order-tests-item:hover a {
    background-color: #fd605b;
    color: #fff
}

@media screen and (max-width: 980px) {
    .nav-wrap nav>ul>li.order-tests-item:hover a {
        background-color: transparent;
        color: #fd605b
    }
}

.nav-wrap nav>ul>li.order-tests-item:hover a .chev-down {
    border-color: #fff
}

@media screen and (max-width: 980px) {
    .nav-wrap nav>ul>li.order-tests-item:hover a .chev-down {
        border-color: #fd605b
    }
}

.nav-wrap nav>ul>li.order-tests-item .megamenu-outer {
    background-color: #fd605b
}

.nav-wrap nav>ul>li.order-tests-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li:hover {
    color: #fff
}

.nav-wrap nav>ul>li.order-tests-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li:hover a:hover {
    color: #fd605b;
    background-color: #fff
}

.nav-wrap nav>ul>li.order-tests-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer:last-of-type .megamenu-col-full-width {
    padding-top: 30px
}

header.color-option .megamenu-outer {
    border-top-color: #f5f3de !important
}

header.color-option .nav-wrap nav::before {
    border-top: solid 50px #f5f3de
}

.row-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

@media screen and (max-width: 980px) {
    .row-heading {
        margin-bottom: 0 !important
    }
}

.nav-wrap nav ul li.about-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-head,
.nav-wrap nav ul li.resources-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-head {
    margin-bottom: 25px
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul li.about-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-head,
    .nav-wrap nav ul li.resources-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-head {
        margin-bottom: -10px
    }
}

.nav-wrap nav ul li.about-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width li:first-child,
.nav-wrap nav ul li.resources-item .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width li:first-child {
    border-top: 0
}

.nav-wrap nav ul .megamenu-outer {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--blue);
    z-index: 1;
    overflow: auto;
    border-top: 50px solid #edf2ff
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer.open-main-level-two-menu {
        opacity: 1;
        visibility: visible;
        transition: all .2s;
        top: 0
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer {
        border: 0;
        z-index: 999;
        max-height: 100%;
        height: 100%;
        top: 95px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul {
    color: #fff;
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 25px;
    padding-top: 27px
}

@media screen and (max-width: 1195px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul {
        padding: 27px 38px 50px
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul {
        padding: 0px 38px 150px
    }
}

@media screen and (max-width: 420px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul {
        padding: 0px 30px 150px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-head {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 44px
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-head {
        margin-top: 35px;
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 42px
    }
}

@media screen and (max-width: 420px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-head {
        font-size: 24px;
        margin-bottom: 20px;
        padding-right: 5px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-sub-head {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 24px
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-sub-head {
        margin-top: -24px
    }
}

@media(max-width: 360px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .menu-sub-head {
        font-size: 20px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link {
    padding-right: 32px
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link {
        margin-top: 35px;
        padding-right: 20px
    }
}

@media(max-width: 350px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link {
        padding-right: 0px;
        margin-left: 99px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    padding: 0 0 5px;
    border-radius: 0
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a {
        padding: 0 0 6px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a:before {
    content: "";
    width: 172px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a:before {
        width: 132px
    }
}

@media(max-width: 350px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a:before {
        width: 64px
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a.orange-drop-right-icon-white {
        font-size: 16px;
        line-height: 26px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a.orange-drop-right-icon-white:after {
    width: 24px;
    height: 24px;
    background-size: 100%;
    bottom: 11px
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .login-link a.orange-drop-right-icon-white:after {
        width: 16px;
        height: 16px;
        bottom: 11px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col {
    margin: 0;
    flex-wrap: wrap;
    width: 100%
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li {
    margin: 0 0 0 -16px;
    flex: 0 0 34.5%
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a {
    color: #fff;
    font-size: 16px;
    line-height: 51px;
    padding: 11px 16px;
    font-weight: 500;
    display: inline
}

@media(max-width: 1200px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a {
        font-size: 14px;
        padding: 11px 11px;
        line-height: 45px;
        margin-left: 4px
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a {
        font-size: 16px;
        line-height: 51px
    }
}

@media screen and (max-width: 420px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a {
        font-size: 14px;
        line-height: 40px;
        letter-spacing: -0.5px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a:hover {
    background: #edf2ff;
    color: var(--blue)
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a.blue-drop-right-icon-white {
    padding: 0 0 0 16px
}

@media(max-width: 1200px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a.blue-drop-right-icon-white {
        padding: 0 0 0 11px
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a.blue-drop-right-icon-white {
        font-size: 18px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a.blue-drop-right-icon-white:hover {
    background-color: transparent;
    color: #fff
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col .megamenu-col-li a.blue-drop-right-icon-white:after {
    top: -3px
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width {
    flex-direction: column;
    align-items: self-start
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width .megamenu-col-full-width {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 24px 0;
    width: 100%;
    margin: 0 0 -1px
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width .megamenu-col-full-width:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

@media screen and (max-width: 420px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width .megamenu-col-full-width {
        padding: 20px 0
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width .megamenu-col-full-width a {
    padding: 11px 16px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-left: -16px;
    display: inline
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width .megamenu-col-full-width a:hover {
    background: #edf2ff;
    color: var(--blue)
}

@media screen and (max-width: 420px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col-full-width .megamenu-col-full-width a {
        font-size: 20px
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width {
    flex-direction: row;
    position: relative;
    margin: 0 0 0 16px
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--blue);
    left: -16px;
    bottom: 0;
    position: absolute
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width:after {
        display: none
    }
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width {
        flex-direction: column;
        margin: 0
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width .megamenu-li-half-width {
    flex: 0 0 50%;
    border-bottom: 1px solid #fff;
    padding: 24px 0;
    width: 100%
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width .megamenu-li-half-width:last-child {
    border-top: 0
}

@media screen and (max-width: 980px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width .megamenu-li-half-width {
        margin: 0
    }
}

@media screen and (max-width: 420px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width .megamenu-li-half-width {
        padding: 20px 0;
        flex: 0 0 100%
    }
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width .megamenu-li-half-width a {
    padding: 11px 16px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-left: -16px;
    display: inline
}

.nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width .megamenu-li-half-width a:hover {
    background: #edf2ff;
    color: var(--blue)
}

@media screen and (max-width: 420px) {
    .nav-wrap nav ul .megamenu-outer .megamenu-outer-ul .megamenu-row-outer .megamenu-col.megamenu-ul-half-width .megamenu-li-half-width a {
        font-size: 20px
    }
}

.back-to-main-menu {
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    border-color: #fff;
    margin-right: 12px;
    position: relative;
    top: 2px;
    cursor: pointer;
    display: none;
    left: 3px
}

@media screen and (max-width: 980px) {
    .back-to-main-menu {
        display: inline-block
    }
}

.row-type-1 {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

@media screen and (max-width: 720px) {
    .row-type-1 {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.row-type-1 .col.col-60 {
    margin-right: 33px
}

@media screen and (max-width: 720px) {
    .row-type-1 .col.col-60 {
        margin-right: 0px;
        margin-bottom: 35px
    }
}

.row-type-1 .col.col-40 {
    max-width: 250px
}

@media screen and (max-width: 720px) {
    .row-type-1 .col.col-40 {
        max-width: 100%
    }
}

.section-banner {
    background-color: #edf2ff;
    padding: 135px 0 55px;
    margin-bottom: 120px;
    overflow: hidden;
    border-radius: 0 0 331px 0;
    position: relative
}

@media screen and (max-width: 1195px) {
    .section-banner {
        padding-top: 150px
    }
}

@media screen and (max-width: 980px) {
    .section-banner {
        padding: 100px 0 0px
    }
}

.section-banner.color-option {
    background-color: #f5f3de
}

.section-banner.test-info-landing-banner {
    padding-top: 70px;
    padding-bottom: 140px
}

@media screen and (max-width: 1195px) {
    .section-banner.test-info-landing-banner {
        padding-bottom: 345px
    }
}

@media screen and (max-width: 980px) {
    .section-banner.test-info-landing-banner {
        padding-top: 20px;
        padding-bottom: 0px;
        border-radius: 0 0 315px 0
    }
}

@media screen and (max-width: 720px) {
    .section-banner.test-info-landing-banner {
        border-radius: 0 0 240px 0
    }
}

@media screen and (max-width: 420px) {
    .section-banner.test-info-landing-banner {
        border-radius: 0 0 140px 0
    }
}

.section-banner.test-info-landing-banner .banner-row .banner-left {
    max-width: 600px
}

@media screen and (max-width: 1195px) {
    .section-banner.test-info-landing-banner .banner-row .banner-left {
        max-width: 400px
    }
}

@media screen and (max-width: 980px) {
    .section-banner.test-info-landing-banner .banner-row .banner-left {
        max-width: 100%
    }
    .section-banner.test-info-landing-banner .banner-row .banner-left span{
        color: #000!important;
    }
}

.section-banner.test-info-landing-banner .banner-row .banner-left h1 {
    font-size: 90px;
    line-height: 104px
}

@media screen and (max-width: 1195px) {
    .section-banner.test-info-landing-banner .banner-row .banner-left h1 {
        font-size: 45px;
        line-height: 55px
    }
}

@media screen and (max-width: 720px) {
    .section-banner.test-info-landing-banner .banner-row .banner-left h1 {
        font-size: 36px;
        line-height: 44px
    }
}

@media(min-width: 1196px) {
    .section-banner.test-info-landing-banner .banner-right figure img {
        width: 95%
    }
}

.banner-row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 1195px) {
    .banner-row {
        padding: 0 40px
    }
}

.banner-row .banner-left {
    float: left;
    max-width: 809px;
    width: 100%;
    z-index: 6;
    position: relative
}

@media(max-width: 1500px) {
    .banner-row .banner-left {
        max-width: 600px
    }
}

@media screen and (max-width: 1195px) {
    .banner-row .banner-left {
        max-width: 500px
    }
}

@media screen and (max-width: 980px) {
    .banner-row .banner-left {
        margin-bottom: 15px;
        max-width: 100%
    }
}

.banner-row .banner-left h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 38px;
    color: #030303
}

@media screen and (max-width: 1195px) {
    .banner-row .banner-left h1 {
        font-size: 45px;
        line-height: 55px
    }
}

@media screen and (max-width: 720px) {
    .banner-row .banner-left h1 {
        font-size: 36px;
        line-height: 44px
    }
}

.banner-row .banner-left p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 42px;
    color: #030303
}

@media screen and (max-width: 1195px) {
    .banner-row .banner-left p {
        font-size: 18px;
        line-height: 36px
    }
}

@media screen and (max-width: 720px) {
    .banner-row .banner-left p {
        font-size: 16px;
        line-height: 25px
    }
}

.banner-right {
    position: absolute;
    bottom: 0;
    right: -145px
}

@media(min-width: 1920px) {
    .banner-right {
        right: 0
    }
}

@media screen and (max-width: 980px) {
    .banner-right {
        position: relative;
        right: 0
    }
}

.banner-right figure {
    line-height: 7px
}

.banner-section {
    padding: 72px 0 60px
}

@media screen and (max-width: 980px) {
    .banner-section {
        padding-bottom: 0
    }
}

.banner-section .banner-row .banner-left {
    max-width: 765px
}

@media(max-width: 1500px) {
    .banner-section .banner-row .banner-left {
        max-width: 600px
    }
}

@media screen and (max-width: 1195px) {
    .banner-section .banner-row .banner-left {
        max-width: 440px
    }
}

@media screen and (max-width: 980px) {
    .banner-section .banner-row .banner-left {
        max-width: 100%
    }
}

.banner-section .banner-row .banner-left .btn-orange {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15))
}

@media screen and (max-width: 980px) {
    .banner-section .banner-right {
        float: right
    }
}

@media screen and (max-width: 980px) {
    .banner-section .banner-right img {
        width: auto
    }
}

.how-it-works-section {
    margin-bottom: 75px
}

.how-it-works-section h2 {
    margin-bottom: 45px
}

.btn-link {
    margin-top: 20px
}

.btn-link.color-white {
    border-color: #fff;
    color: #fff
}

.blue-outer {
    position: relative
}

.blue-outer::before {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--blue)
}

.blue-outer .container {
    position: relative;
    max-width: 1144px;
    left: 25px
}

@media screen and (max-width: 1195px) {
    .blue-outer .container {
        left: 0px
    }
}

@media screen and (max-width: 980px) {
    .blue-outer .container {
        padding: 0
    }
}

.blue-box {
    background-color: var(--blue);
    padding: 70px 0 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 250px 250px 0px;
    min-height: 545px;
    position: relative
}

@media(min-width: 1195px) {
    .blue-box {
        border-radius: 0 250px 350px 0px
    }
}

@media screen and (max-width: 1195px) {
    .blue-box {
        overflow: hidden
    }
}

@media screen and (max-width: 980px) {
    .blue-box {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0 180px 180px 0px;
        padding: 70px 0px 0px
    }
}

@media screen and (max-width: 1195px) {
    .blue-box .col-left {
        max-width: 50%
    }
}

@media screen and (max-width: 980px) {
    .blue-box .col-left {
        padding: 0 40px;
        max-width: 100%
    }
}

.blue-box .col-left h3 {
    max-width: 688px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 45px
}

@media screen and (max-width: 980px) {
    .blue-box .col-left h3 {
        font-size: 26px;
        line-height: 37px
    }
}

@media screen and (max-width: 720px) {
    .blue-box .col-left h3 {
        font-size: 18px;
        line-height: 28px
    }
}

.blue-box .col-left p {
    max-width: 530px;
    color: #fff;
    line-height: 30px
}

@media screen and (max-width: 980px) {
    .blue-box .col-left p {
        max-width: 100%;
        line-height: 24px
    }
}

.blue-box .col-left p a {
    color: #fd605b
}

.blue-box .col-right {
    max-width: 557px;
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 1195px) {
    .blue-box .col-right {
        max-width: 50%;
        right: -8px
    }
}

@media screen and (max-width: 980px) {
    .blue-box .col-right {
        position: relative;
        max-width: 100%
    }
}

.blue-box .col-right .image-right {
    position: relative;
    line-height: 7px
}

@media screen and (max-width: 980px) {
    .blue-box .col-right .image-right {
        max-width: 400px;
        height: 372px;
        object-fit: cover;
        float: right;
        bottom: 35px;
        margin-top: 30px
    }
}

@media screen and (max-width: 980px)and (max-width: 395px) {
    .blue-box .col-right .image-right {
        bottom: 0;
        height: 100%
    }
}

.blue-box .col-right .image-right img {
    position: relative;
    z-index: 6
}

.yellow-wrap {
    position: relative
}

@media screen and (max-width: 980px) {
    .yellow-wrap {
        background-color: #f5f3de
    }
}

.yellow-wrap::after {
    content: "";
    width: 250px;
    background-color: #f5f3de;
    height: 300px;
    position: absolute;
    right: 0;
    top: -230px;
    z-index: -1
}

@media(max-width: 1195px) {
    .yellow-wrap::after {
        right: 38px
    }
}

@media screen and (max-width: 980px) {
    .yellow-wrap::after {
        right: 0
    }
}

.yellow-wrap::before {
    content: "";
    background-color: #f5f3de;
    width: 40%;
    height: 308px;
    position: absolute;
    bottom: -182px;
    left: 0;
    z-index: -1
}

@media(max-width: 1195px) {
    .yellow-wrap::before {
        left: 40px
    }
}

.yellow-box {
    background-color: #f5f3de;
    padding: 70px 0 70px;
    position: relative
}

@media screen and (max-width: 980px) {
    .yellow-box {
        padding: 70px 0 170px
    }
}

.yellow-box .col-mid {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 94px;
    padding-right: 94px
}

@media screen and (max-width: 980px) {
    .yellow-box .col-mid {
        padding-left: 0;
        padding-right: 0
    }
}

.yellow-box .col-mid p {
    color: #030303;
    line-height: 30px
}

.orange-outer {
    position: relative
}

@media screen and (max-width: 980px) {
    .orange-outer {
        margin-top: -150px
    }
}

.orange-outer::after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fd605b;
    z-index: -1
}

.orange-outer .container {
    position: relative;
    max-width: 1144px;
    left: -15px
}

@media screen and (max-width: 1195px) {
    .orange-outer .container {
        left: 0px
    }
}

@media screen and (max-width: 980px) {
    .orange-outer .container {
        padding: 0
    }
}

.orange-box {
    background-color: #fd605b;
    padding: 150px 0 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    border-radius: 250px 0px 0px 250px;
    position: relative
}

@media screen and (max-width: 980px) {
    .orange-box {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 180px 0px 0px 180px;
        padding: 150px 0px 0px
    }
}

.orange-box .col-left {
    max-width: 510px
}

@media screen and (max-width: 980px) {
    .orange-box .col-left {
        max-width: 100%;
        order: 2
    }
}

.orange-box .col-left figure {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 7px
}

@media screen and (max-width: 980px) {
    .orange-box .col-left figure {
        bottom: 0;
        position: relative;
        top: 2px;
        left: 0;
        line-height: 7px;
        width: 379px
    }
}

@media(max-width: 380px) {
    .orange-box .col-left figure {
        width: auto
    }
}

.orange-box .col-left figure img {
    position: relative;
    z-index: 6
}

.orange-box .col-right {
    max-width: 626px
}

@media screen and (max-width: 1195px) {
    .orange-box .col-right {
        max-width: 430px
    }
}

@media screen and (max-width: 980px) {
    .orange-box .col-right {
        max-width: 100%;
        padding: 0 40px
    }
}

.orange-box p {
    color: #fff;
    line-height: 30px
}

@media screen and (max-width: 980px) {
    .orange-box p {
        line-height: 24px
    }
}

.partners-section {
    margin-bottom: 120px
}

.partners-section h3 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 15px
}

@media screen and (max-width: 720px) {
    .partners-section h3 {
        font-size: 18px;
        line-height: 28px
    }
}

.partners-section .partner-list {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.partners-section .partner-list li {
    display: inline-block;
    margin-top: 15px
}

.partners-section .partner-list li:not(:last-child) {
    margin-right: 15px
}

.partners-section .partner-list li figure {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .3
}

@media screen and (max-width: 720px) {
    .partners-section .partner-list li figure {
        width: 88px;
        height: 20px
    }
}


/*End: Critical Part*/


/*End: Critical CSS Handling Logic*/

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
}

 :where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

 :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

 :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}


/*START: ACF Modules CSS*/

.newsletter-wrap {
    max-width: 1190px;
    width: 100%;
    margin: 0px auto 0;
    padding: 42px 45px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .15);
    border-radius: 50px 0px;
    background-color: #fff;
    position: relative;
    z-index: 6
}

@media screen and (max-width: 1195px) {
    .newsletter-wrap {
        padding: 30px 35px;
        width: 97%
    }
}

@media(max-width: 1024px)and (min-width: 721px) {
    .newsletter-wrap {
        padding: 30px 25px !important
    }
}

@media screen and (max-width: 720px) {
    .newsletter-wrap {
        padding: 40px 22px 40px 22px !important
    }
}

@media screen and (max-width: 420px) {
    .newsletter-wrap {
        width: 92%
    }
}

.newsletter-wrap h2 {
    margin-bottom: 30px
}

@media screen and (max-width: 720px) {
    .newsletter-wrap h2 {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 1195px) {
    .newsletter-wrap .container {
        padding: 0
    }
}

.newsletter-inner input {
    font-family: "Work Sans", sans-serif !important;
    border: 3px solid var(--blue) !important;
    background-color: #fff !important;
    color: var(--blue) !important;
    font-size: 18px !important;
    line-height: 30px !important;
    padding: 10px 30px !important;
    outline: 0;
    height: 56px !important;
    margin: 0 !important
}

.newsletter-inner input::-webkit-input-placeholder {
    color: var(--blue)
}

.newsletter-inner input:-ms-input-placeholder {
    color: var(--blue)
}

.newsletter-inner input::placeholder {
    color: var(--blue)
}

@media screen and (max-width: 720px) {
    .newsletter-inner input {
        padding: 8px 30px !important;
        height: 36px !important
    }
}

.newsletter-inner input[type=email] {
    width: 100% !important;
    border-radius: 25px 0px 0px 25px !important
}

@media screen and (max-width: 720px) {
    .newsletter-inner input[type=email] {
        margin-bottom: 15px !important;
        border-radius: 25px !important;
        font-size: 14px !important;
        text-align: center !important
    }
}

.newsletter-inner input[type=submit] {
    border-radius: 0px 25px 25px 0px !important;
    background-color: var(--blue) !important;
    color: #fff !important;
    margin: 0px 0 0 0 !important
}

@media screen and (max-width: 720px) {
    .newsletter-inner input[type=submit] {
        border-radius: 25px !important;
        font-size: 16px !important;
        line-height: 26px !important;
        padding: 0 !important
    }
}

.fsPagination {
    text-align: left !important;
    width: 250px !important
}

@media screen and (max-width: 720px) {
    .fsPagination {
        width: 100% !important
    }
}

.fsSubmitButton {
    width: 250px !important
}

@media screen and (max-width: 720px) {
    .fsSubmitButton {
        width: 100% !important
    }
}

.fsBody.fsEmbed,
.fsForm .fsSubmit {
    padding: 0 !important
}

.fsborderradius .fsBody .fsForm {
    padding: 0
}

.fsBody .fsForm {
    display: flex !important;
    flex-wrap: wrap
}

@media screen and (max-width: 720px) {
    .fsBody .fsForm {
        display: block !important
    }
}

#fsCell116469640 {
    margin: 0px !important;
    padding: 0 !important
}

.fsPage {
    width: calc(100% - 250px) !important;
    max-height: 100% !important
}

@media screen and (max-width: 720px) {
    .fsPage {
        width: 100% !important
    }
}

div.fsError {
    width: 100%
}


/*END: ACF Modules CSS */