.poppins-regular {
    font-weight: 400
}

.poppins-medium,
.poppins-regular {
    font-family: Poppins, sans-serif;
    font-style: normal
}

.poppins-medium {
    font-weight: 500
}

.poppins-semibold {
    font-weight: 600
}

.poppins-bold,
.poppins-semibold {
    font-family: Poppins, sans-serif;
    font-style: normal
}

.poppins-bold {
    font-weight: 700
}

.poppins-extrabold {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 800
}

.roboto-regular {
    font-weight: 400
}

.roboto-medium,
.roboto-regular {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.roboto-medium {
    font-weight: 500
}

.roboto-bold {
    font-weight: 700
}

.roboto-black,
.roboto-bold {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.roboto-black {
    font-weight: 900
}

html {
    font-size: 62.5%
}

* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background-color: transparent;
    color: #555;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-size-adjust: none;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #004697;
    text-decoration: none
}

    a:hover {
        color: #303030
    }

    a[href^=tel] {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        text-decoration: none
    }

hr {
    background-color: #004697;
    height: 1px
}

a:active,
a:focus,
li:active,
li:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    user-select: none
}

figure,
img {
    max-width: 100%
}

.m-auto {
    margin: 0 auto
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:1024px) {
    .container {
        max-width: 960px;
        max-width: 1200px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 2rem;
    width: 100%
}

@media(min-width:768px) {
    .container-fluid {
        padding: 0 12.7rem
    }
}

@media(min-width:480px) {
    .container-fluid {
        padding: 0 7.5rem
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:480px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }

        .row > .column:first-child {
            padding-left: 0
        }

        .row > .column:last-child {
            padding-right: 0
        }
}

@media(min-width:768px) {
    .row > .column:first-child {
        padding-left: 0
    }

    .row > .column:last-child {
        padding-right: 0
    }
}

@media(min-width:1024px) {
    .row > .column:first-child {
        padding-left: 0
    }

    .row > .column:last-child {
        padding-right: 0
    }
}

.section-block {
    display: block;
    margin-bottom: 2rem;
    position: relative;
    width: 100%
}

    .section-block a {
        font-family: Poppins, sans-serif;
        font-style: normal;
        font-weight: 600
    }

.mb-2 {
    padding: 2rem
}

.text-center {
    text-align: center
}

.vspl-img {
    overflow: hidden;
    transition: all .3s ease-in-out
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.is-fluid {
    display: block;
    height: auto;
    width: 100%
}

:focus {
    outline: 0
}

input,
select,
textarea {
    background-color: transparent;
    border: 2px solid #d8e0e2;
    border-radius: 0;
    color: #000;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    padding: 0 12px;
    width: 100%
}

    input::placeholder,
    select::placeholder,
    textarea::placeholder {
        color: #000;
        opacity: .4
    }

option {
    color: #000
}

input[type=checkbox],
input[type=radio] {
    background: transparent;
    border: 0;
    height: auto;
    line-height: normal;
    width: auto
}

input[type=file] {
    height: auto;
    line-height: normal;
    padding: 6.75px 13.5px
}

select {
    line-height: normal;
    width: 100%
}

textarea {
    display: block;
    height: 325px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    resize: none;
    width: 100%
}

.file-input {
    position: relative
}

.file-input-box {
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: .1px;
    z-index: -1
}

.file-input-label {
    align-items: center;
    background-color: #f7f7f7;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    height: 5rem;
    padding: 0 1rem
}

.file-svg {
    height: 16px;
    margin-right: .4rem;
    opacity: .7;
    position: absolute;
    right: 1.1rem;
    top: 4.5rem
}

ol,
ul {
    margin-left: 27px
}

li > ol,
li > ul {
    margin-bottom: 0
}

.list-unstyled {
    list-style: none;
    margin-left: 0
}

ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 15px
}

    ul ul a {
        font-size: .9em;
        padding-left: 30px
    }

li {
    padding: 0
}

li,
ol {
    margin: 0
}

ol {
    padding: 0 0 0 15px
}

h1 {
    color: #004697;
    font-family: Roboto, sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5
}

@media(min-width:768px) {
    h1 {
        font-size: 3.2rem;
        font-size: 3.4rem
    }
}

@media(min-width:1024px) {
    h1 {
        font-size: 3.7rem
    }
}

h2 {
    color: #004697;
    font-family: Roboto, sans-serif;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media(min-width:480px) {
    h2 {
        font-size: 3rem
    }
}

@media(min-width:768px) {
    h2 {
        font-size: 3.2rem
    }
}

h3 {
    font-size: 2.4rem;
    line-height: 1.2
}

h3,
h4 {
    color: #004697;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1rem
}

h4 {
    font-size: 2.2rem;
    line-height: 1.5
}

h5 {
    font-size: 2rem
}

h5,
h6 {
    color: #004697;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem
}

h6 {
    font-size: 1.8rem
}

.para,
p {
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.6;
    margin: 0 0 20px
}

.label,
.para,
p {
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.label {
    color: #fff;
    font-size: 1.4rem;
    font-style: 700;
    line-height: 1.3
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.text-uppercase {
    text-transform: uppercase
}

.wp-block-quote {
    background: #f4f9ff;
    border-left: 10px solid #004697;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "“""”""‘""’"
}

    .wp-block-quote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: .1em;
        margin-right: .25em;
        vertical-align: -.4em
    }

    .wp-block-quote p {
        display: inline;
        font-family: Poppins, sans-serif;
        font-style: "italic";
        font-weight: 700;
        margin-bottom: .5rem
    }

    .wp-block-quote cite {
        border-bottom: 2px solid #004697;
        color: #333;
        display: block;
        font-style: normal;
        font-weight: 700;
        margin-top: 1em;
        width: 100%
    }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-top-right-radius: 2px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .25);
        color: #0baab0;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 20px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        clip: auto !important
    }

.wp-block-image {
    border-top-left-radius: 1.5rem
}

    .wp-block-image.size-full {
        min-width: 100%
    }

.ad-block {
    display: block;
    min-height: 250px;
    width: 100%
}

.google-auto-placed {
    margin-bottom: 2rem
}

.d-flex {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.site-header {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    display: block;
    padding: 1.5rem 0 1.7rem;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 999
}

.fixed-panel.to-top {
    padding: .8rem .8rem .5rem;
    top: 0
}

.fixed-panel.to-bottom {
    bottom: 0
}

.hamburger-icon {
    cursor: pointer;
    display: inline-block;
    height: 2.4rem;
    top: calc(50% - .4rem);
    transform: translateY(-50%);
    z-index: 1
}

    .hamburger-icon,
    .hamburger-icon .line {
        position: absolute;
        right: 0;
        width: 3.3rem
    }

        .hamburger-icon .line {
            background: #004697;
            border-top-right-radius: .5rem;
            display: block;
            height: .4rem
        }

            .hamburger-icon .line.line-1 {
                top: 0
            }

            .hamburger-icon .line.line-2 {
                top: 50%
            }

            .hamburger-icon .line.line-3 {
                top: 100%
            }

.header-logo {
    width: 140px
}

    .header-logo .logo {
        display: block
    }

    .header-logo .site-language {
        position: relative
    }

    .header-logo .current-lang {
        align-items: center;
        color: #004697;
        display: flex;
        font-family: Roboto, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        position: relative;
        text-transform: uppercase
    }

        .header-logo .current-lang svg {
            height: 1rem;
            margin-left: .5rem;
            width: 2rem
        }

            .header-logo .current-lang svg path {
                fill: #004697
            }

.language-list {
    display: none
}

    .language-list li:not(:last-child) {
        border-bottom: .1rem solid hsla(0, 0%, 100%, .102);
        margin-bottom: 10px
    }

    .language-list a {
        color: #fff;
        padding: 1rem;
        width: 100%
    }

        .language-list a:hover {
            background: #59f3b9;
            color: #555
        }

.site-language:hover .language-list {
    background: #004697;
    border: .1rem solid hsla(0, 0%, 100%, .439);
    border-radius: .5rem;
    bottom: 0;
    display: block;
    height: fit-content;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    width: 12rem;
    z-index: 99
}

.header-nav {
    display: flex;
    justify-content: end;
    width: calc(100% - 150px)
}

.header-nav-icon {
    display: flex;
    position: relative;
    width: 90px
}

.primary-navlist {
    display: none;
    list-style-type: none;
    text-align: right
}

@media(min-width:1024px) {
    .primary-navlist {
        display: block
    }
}

.primary-navlist li {
    display: inline;
    margin-right: 1rem;
    position: relative
}

    .primary-navlist li a:after {
        background: #004697;
        bottom: -.5rem;
        content: "";
        height: .2rem;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 0
    }

    .primary-navlist li:hover {
        margin-right: 4rem
    }

        .primary-navlist li:hover a {
            color: #004697
        }

            .primary-navlist li:hover a:after {
                background: #004697;
                bottom: -.5rem;
                content: "";
                height: .2rem;
                left: 0;
                position: absolute;
                transition: all .3s ease-in-out;
                width: 100%
            }

.primary-navlist a {
    color: rgba(0, 0, 0, .75);
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

@media(min-width:768px) {
    .primary-navlist a {
        font-size: 1.5rem;
        line-height: 1.6
    }
}

.primary-navlist .current-menu-item a {
    color: #004697
}

    .primary-navlist .current-menu-item a:after {
        width: 100%
    }

.floatingMenu {
    height: 100%;
    left: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .6s ease-in-out;
    width: 90%;
    z-index: 999
}

@media(min-width:768px) {
    .floatingMenu {
        width: 50%
    }
}

@media(min-width:1024px) {
    .floatingMenu {
        width: 30%
    }
}

.floatingMenu .navmenu-container {
    background: #fff;
    height: calc(100% - 7.8rem);
    overflow-y: scroll;
    position: relative;
    z-index: 2
}

.floatingMenu .navmenu-inner {
    padding: 2rem 3rem
}

.floatingMenu .navmenu-items {
    border-bottom: .1rem solid #ccc;
    clear: both;
    list-style-type: none;
    padding: 0 0 2rem
}

    .floatingMenu .navmenu-items li {
        position: relative
    }

        .floatingMenu .navmenu-items li a {
            color: #303030;
            display: block;
            font-family: Poppins, sans-serif;
            font-size: 1.8rem;
            font-style: normal;
            font-weight: 500;
            padding: 1rem 0;
            text-transform: uppercase
        }

.floatingMenu .menu-item-has-children > a:after {
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 2rem;
    position: absolute;
    right: 0;
    top: 1rem;
    transform: rotate(-90deg);
    transition: all .3s ease;
    width: 2rem
}

.floatingMenu .menu-item-has-children.active > a:after {
    transform: rotate(0deg)
}

.floatingMenu .sub-menu {
    display: none;
    list-style-type: none
}

    .floatingMenu .sub-menu li a {
        font-size: .9em;
        padding: 1rem 0 1rem 1.5rem
    }

.floatingMenu .overlay {
    background: rgba(0, 0, 0, .702);
    display: none;
    height: 100%;
    inset: 0;
    position: fixed;
    transition: opacity 5s;
    z-index: 1
}

.floatingMenu .closebtn {
    display: inline-block;
    float: right
}

.floatingMenu .followus-title {
    color: #004697;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-top: 1rem
}

.floatingMenu .followus-links {
    justify-content: flex-start;
    margin-bottom: 1rem
}

    .floatingMenu .followus-links a {
        height: 3rem;
        margin-right: 1rem;
        width: 3rem
    }

    .floatingMenu .followus-links img {
        width: 100%
    }

.floatingMenu .show-link {
    background: #004697;
    bottom: 0;
    color: #fff;
    display: block;
    padding: 3rem 1rem;
    position: sticky;
    text-align: center;
    width: 100%;
    z-index: 99
}

    .floatingMenu .show-link svg {
        width: 1rem
    }

        .floatingMenu .show-link svg path {
            fill: #fff
        }

.floatingMenu.menu-open {
    left: 10%
}

@media(min-width:768px) {
    .floatingMenu.menu-open {
        left: 50%
    }
}

@media(min-width:1024px) {
    .floatingMenu.menu-open {
        left: 70%
    }
}

.floatingMenu.menu-open .overlay,
.site-footer {
    display: block
}

.site-footer {
    background-color: #004697;
    float: left;
    padding-top: 4rem;
    width: 100%
}

    .site-footer .widgetarea {
        align-items: baseline;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        flex-wrap: wrap;
        margin-bottom: 2rem;
        width: 100%
    }

@media(min-width:480px) {
    .site-footer .widgetarea {
        border-bottom: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(min-width:1024px) {
    .site-footer .widgetarea {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.site-footer .widgetarea:last-child {
    border-bottom: 0
}

@media(min-width:1024px) {
    .site-footer .widgetarea-pagelinks .widgetarea-item {
        margin-left: 3rem;
        width: 100%
    }
}

.site-footer .widgetarea-wrapper {
    align-items: baseline;
    flex-wrap: wrap
}

.site-footer .widgetarea-item {
    line-height: 1.4;
    margin-right: .5rem;
    width: 45%
}

    .site-footer .widgetarea-item a {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-style: normal;
        font-weight: 600
    }

.site-footer .widgetarea-title {
    color: #fff;
    display: block;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.site-footer .widgetarea-block {
    color: #fff;
    margin-bottom: 2rem
}

    .site-footer .widgetarea-block a {
        color: #59f3b9;
        display: block
    }

.site-footer .widgetarea-socialconnect {
    padding-right: 2rem
}

.site-footer .widgetarea-social-icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

    .site-footer .widgetarea-social-icon a {
        margin: 0 1.5rem 2rem 0
    }

.site-footer .widgetarea-community {
    border-top: 2px solid hsla(0, 0%, 100%, .878);
    padding: 2rem 0 8rem;
    position: relative
}

    .site-footer .widgetarea-community sup {
        background: #004697;
        color: #fff09f;
        line-height: 1.4rem;
        padding: .25rem .5rem;
        position: absolute;
        right: 2rem;
        top: -.9rem
    }

.site-footer .community-block {
    align-items: center
}

@media(min-width:768px) {
    .site-footer .community-block {
        align-items: baseline;
        flex-direction: column
    }
}

.site-footer .community-heading {
    color: #fff
}

    .site-footer .community-heading span {
        color: #59f3b9;
        display: block;
        font-family: Poppins, sans-serif;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase
    }

@media(min-width:768px) {
    .site-footer .community-heading span {
        display: inline
    }
}

.site-footer .community-cta {
    background: #59f3b9;
    border-top-right-radius: 1.5rem;
    color: #004697;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 1rem;
    padding: 1.5rem 1rem;
    text-align: center
}

@media(min-width:768px) {
    .site-footer .community-cta {
        margin-top: 2rem;
        width: 100%
    }
}

.scrolltop-btn {
    background: #fff;
    border: 2px solid #004697;
    border-radius: 50%;
    bottom: 7rem !important;
    display: none;
    padding: .5rem;
    position: fixed;
    right: 1rem;
    z-index: 10
}

@media(min-width:768px) {
    .scrolltop-btn {
        bottom: 2rem !important
    }
}

.footernav-panel {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    transition: all .3s ease;
    z-index: 9999
}

    .footernav-panel.hide-panel {
        display: none
    }

@media(min-width:768px) {
    .footernav-panel {
        display: none
    }
}

.footernav-panel .panel-inner {
    position: relative;
    width: 100%
}

.footernav-panel .panel-item-list {
    align-items: center;
    border-top: 1px solid #59f3b9;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

.footernav-panel .panel-item {
    background-color: #004697;
    min-width: 50%;
    text-align: center
}

    .footernav-panel .panel-item img {
        filter: brightness(0) invert(1);
        height: auto;
        width: 22px
    }

    .footernav-panel .panel-item a {
        color: #fff;
        display: block;
        padding: 1.5rem 0;
        width: 100%
    }

    .footernav-panel .panel-item.active {
        background-color: #fff
    }

        .footernav-panel .panel-item.active a {
            color: #004697
        }

        .footernav-panel .panel-item.active img {
            filter: unset
        }

.section-header {
    border-bottom: .1rem solid #f7f4ea;
    border-top: .1rem solid #f7f4ea;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: .3rem 0 .6rem;
    width: 100%
}

    .section-header,
    .section-header .head-block {
        align-items: center;
        display: flex
    }

        .section-header .head-block img {
            height: 2.5rem;
            opacity: .2;
            width: 2.5rem
        }

        .section-header .section-heading {
            font-family: Roboto, sans-serif;
            font-size: 2rem;
            font-style: normal;
            font-weight: 600;
            margin: 0;
            padding-left: .5rem
        }

@media(min-width:1024px) {
    .section-header .section-heading {
        font-size: 2.5rem
    }
}

.section-header .see-all {
    font-weight: lighter
}

.popup-wrapper {
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

    .popup-wrapper.active {
        display: flex
    }

    .popup-wrapper .inner {
        background-color: #fff;
        border: 5px solid #004697;
        max-width: 720px;
        position: relative;
        width: 90%
    }

        .popup-wrapper .inner .close {
            background-color: #004697;
            border-top-right-radius: 1.5rem;
            color: #fff;
            cursor: pointer;
            font-size: 17px;
            padding: 5px 14px;
            position: absolute;
            right: -5px;
            top: -35px;
            z-index: 10000
        }

        .popup-wrapper .inner .body .search-bar .searchform {
            align-items: center;
            border-top-right-radius: 1.5rem;
            display: flex;
            overflow: hidden
        }

            .popup-wrapper .inner .body .search-bar .searchform .inputbar {
                border: none;
                flex-grow: 1;
                outline: none;
                padding: .5rem 1rem
            }

                .popup-wrapper .inner .body .search-bar .searchform .inputbar:focus {
                    border: none
                }

            .popup-wrapper .inner .body .search-bar .searchform .search-icon {
                align-items: center;
                background: none;
                border: none;
                cursor: pointer;
                display: flex;
                justify-content: center;
                padding: 1.5rem;
                transition: background-color .3s ease
            }

                .popup-wrapper .inner .body .search-bar .searchform .search-icon img {
                    height: 18px;
                    width: 18px
                }

.campaign-ad {
    background: #59f3b9;
    display: block;
    padding: 1rem;
    width: 100%
}

.marquee {
    white-space: nowrap
}

    .marquee a {
        animation: marquee 26s linear infinite;
        display: inline-block;
        font-family: Poppins, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        padding: 0 0 0 100%;
        text-transform: capitalize
    }

    .marquee:hover {
        animation-play-state: paused
    }

.marquee-cta {
    background: #ff6055;
    border-top-right-radius: 1.5rem;
    color: #000;
    font-weight: 400;
    margin-left: .5rem;
    padding: .4rem 1rem
}

@keyframes marquee {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}
