*, ::after, ::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

i, span, a {
    display: inline-block;
}

a, a:focus, a:hover {
    text-decoration: none;
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}

div {
    display: block;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font: 400 20px/29px Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #5b657e;
    background-color: #ebe3f5;
    overflow-x: hidden;
}

.scroll-disable {
    height: 100%;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
    color: #162447;
    line-height: 1.2;
}

header .header-section {
    position: fixed;
    background-color: #202040;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    opacity: 0.95;
    transition: background-color 0.75s ease;
}

.pl-scrollTop {
    opacity: 1 !important;
    background-color: unset !important;
    transition: none !important;
}

.scrollTop {
    opacity: 1 !important;
    background-color: unset !important;
}

.container {
    --x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--x)/ 2);
    padding-left: calc(var(--x)/ 2);
    margin-right: auto;
    margin-left: auto;
}

.container-full {
    width: 100%;
}

.navbar {
    padding: 0;
    border-radius: 5px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.menu-container {
    align-items: center;
    width: 100%;
}

.menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu .nav-item {
    position: static;
    margin-left: 40px;
}

.menu .nav-item a {
    font-size: 1em;
    font-weight: 800;
    color: #40ba6d;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.nav-item a:hover {
    color: white;
}

.sub-menu {
    padding: 0 0 12px;
    margin: 0;
    position: absolute;
    width: 250px;
    height: auto;
    top: 62px;
    left: 0;
    z-index: 1;
    background-color: #202040;
    text-align: left;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 5px 10px -5px rgb(0 0 0 / 16%);
}

.menu > .nav-item > .sub-menu {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 100;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.5% 6% 1.5%;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%);
}

.nav-item .sub-menu > .sub-nav-item {
    width: 20%;
    padding: 1% 15px;
}

.menu .nav-item.menu-span-4 > .sub-menu > .sub-nav-item {
    width: 25%;
}

.nav-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 70px;
}

.nav-item > .sub-menu > .sub-nav-item > a {
    font-size: 1.35rem;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
}

.nav-item > .sub-menu > .sub-nav-item > a img {
    filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(307deg) brightness(106%) contrast(103%);
    width: 40px;
    height: 40px;
}

.nav-item > .sub-menu > .sub-nav-item > a .sub-menu-title {
    display: inline-block;
    max-width: 80%;
    font-size: 0.8em;
    line-height: 1.2em;
    padding-left: 15px;
}

.nav-item > .sub-menu > .sub-nav-item > a > .sub-nav-desc {
    font-size: 1.1rem;
    line-height: 1.2em;
    color: #ebe3f5;
    font-weight: 400;
    padding-right: 20px;
    padding: 10px 0px 0px 0px;
}

.mobile-menu-btn-container {
    display: none;
    cursor: pointer;
}

.b1, .b2, .b3 {
    width: 55px;
    height: 8px;
    background-color: #40ba70;
    margin: 5px 0;
    transition: 0.4s;
    border-radius: 8px;
}

.change .b1 {
    -webkit-transform: rotate(-45deg) translate(-13px, 12px);
    transform: rotate(-45deg) translate(-13px, 12px);
}

.change .b2 {
    opacity: 0;
}

.change .b3 {
    -webkit-transform: rotate(45deg) translate(-12px, -13px);
    transform: rotate(45deg) translate(-12px, -13px);
}

.mobile-menu.show {
    right: 0;
    position: fixed;
    opacity: 1;
    height: auto;
    display: block;
    z-index: 700;
    float: none;
    padding: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.mobile-menu {
    width: 100%;
    max-width: 100%;
    background-color: #202040;
    position: fixed;
    color: #fff;
    right: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.mobile-menu .menu .nav-item a {
    font-size: 2em;
    font-weight: 800;
    color: #40ba6d;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    padding: 1em 0;
    position: relative;
    z-index: 1;
}

.menu.mobile {
    width: 100%;
    text-align: center;
}

.menu.mobile .nav-item {
    border-bottom: 2px solid #40ba6d;
    margin: 0px;
}

.menu.mobile:first-child {
    border-top: 2px solid #40ba6d; 
} 

.ml-auto {
    margin-left: auto !important;
}

.logo {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    white-space: nowrap;
}

.logo img {
    max-width: 250px;
    position: relative;
    left: -5px;
    vertical-align: middle;
}

.content {
    position: relative;
    z-index: 1;
    padding: 100px 0 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.content-paragraph {
    display: block;
    box-sizing: border-box;
    margin-bottom: 25px;
    font: 400 1.1em/1.8em Roboto, Arial, Helvetica, sans-serif;
    position: relative;
}

.atf .container:after {
    top: 0px;
    content: '';
    background: #202040;
    display: block;
    height: 540px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(355deg);
    transform-origin: 0%;
    z-index: -1;
}

.flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
}

.wrapper {
    --x: 1.5rem;
    --y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--y) * -1);
    margin-right: calc(var(--x)/ -2);
    margin-left: calc(var(--x)/ -2);
}

.wrapper > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--x)/ 2);
    padding-left: calc(var(--x)/ 2);
    margin-top: var(--y);
}

.atf-block div h1 {
    font-size: 2.6em;
    margin-bottom: 35px;
    color: #298f51;
}

.atf-image {
    max-width: 784px;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.atf-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.atf-block div p {
    margin-bottom: 40px;
    line-height: 32px;
    color: #ebe3f5;
    font: 400 1.1em/1.8em Roboto, Arial, Helvetica, sans-serif;
}

.align-items-center {
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}

.logos {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.content-block {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

h2.content-title {
    font-size: 2.5em;
    margin-bottom: 30px;
}

.block-two {
    background-color: #202040;
}

.logo-box img {
    filter: invert(46%) sepia(16%) saturate(3297%) hue-rotate(100deg) brightness(88%) contrast(68%);
}

.block img {
    max-width: 90%;
    height: auto;
}

.list-container {
    width: 100%;
    list-style-type: none;
}

.list-item {
    display: block;
    padding-left: 38px;
    box-sizing: border-box;
    margin-bottom: 25px;
    font: 400 1.1em/1.8em Roboto, Arial, Helvetica, sans-serif;
    position: relative;
}

.list-item:last-of-type { 
    margin-bottom: 0px;
}

.list-item:before {
    background-image: url(../images/checkmark.webp);
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px auto;
    background-repeat: no-repeat;
}

.blue-bg {
    background-color: #202040 !important;
}

.green {
    color: #298f51 !important;
}

.light-green {
    color: #40ba6d !important
}

.white {
    color: #ebe3f5 !important;
}

.spaced {
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.justify-center {
    justify-content: center;
}

.align-center {
    text-align: center;
}

.flex-end {
    justify-content: flex-end;
}

.filled {
    width: 100% !important;
    max-width: 100% !important;
}

.atf-input-container input {
    box-shadow: rgb(160 161 188 / 35%) 0px 3px 6px 1px;
    height: 64px;
    border-radius: 5px;
    font-size: 1.1em;
    border: 1px solid #cfd8dc;
    padding: 21px 23px;
    letter-spacing: 0;
}

.atf-input-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.atf-btn {
    font-weight: bold;
    padding: 15px 24px;
    min-width: 184px;
    margin-left: 16px;
    box-shadow: rgb(160 161 188 / 35%) 0px 3px 6px 1px;
}

input:focus-visible {
    outline-offset: 0px;
    outline: rgb(87, 131, 251) auto 1px;
}

.btn {
    -webkit-box-align: center;
    align-items: center;
    background-color: #40ba70;
    border: none;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 10px 0px;
    color: #202040;
    display: inline-flex;
    font-size: 1.1em;
    font-weight: 800;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 32px;
    cursor: pointer;
    padding: 16px 24px;
    transition: background 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
    width: auto;
    border-radius: 5px !important;
}

.btn:hover {
    color: white;
}

.footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer > .container-full .container .wrapper .footer-blocks > div {
    font-weight: 700;
    text-align: left;
    width: auto;
    max-width: 500px;
    margin-top: 0;
}

footer > .container-full .container .wrapper .footer-blocks .flex > div {
    font-weight: 800;
    font-size: 1em;
    text-align: left;
    width: auto;
    min-width: 160px;
    margin-top: 0;
    margin-left: calc(10px + 2%);
    margin-right: calc(10px + 2%);
}

footer > .container-full .container .wrapper .footer-blocks .flex > div > .footer-sub-menu {
    font-weight: 400;
    font-size: 1em;
    margin-top: 25px;
}

.footer-logo {
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 250px;
    position: relative;
    left: -5px;
    vertical-align: middle;
}

ul.social-icons {
    width: 100%;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    justify-content: center;
}

ul.social-icons li {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 10px;
}

ul.social-icons li a {
    display: inline-block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

ul.social-icons li a span {
    color: #fff;
    font-size: 150%;
    margin: 6px 0 0;
}

ul.social-icons li a span:before {
    font-weight: 400;
}

.footer-pad {
    padding-bottom: 10px;
}

.copyright {
    line-height: 3rem;
    font-size: 0.9em;
    font-weight: 600;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .menu-container {
        display: flex !important;
    }

    .navbar {
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-direction: row;
    }

    .menu {
        flex-direction: row;
    }

    .container {
        max-width: 980px;
    }

    .atf-block {
        flex: 0 0 auto;
        width: 50%;
    }

    .atf-input-block:first-of-type {
        flex: 0 0 auto;
        width: 50%;
    }

    .atf-input-block:last-of-type {
        flex: 0 0 auto;
        width: 50%;
    }

    .block {
        flex: 0 0 auto;
        width: 50%;
    }

    .align-top {
        margin-top: -50px;
    }
}

@media (min-width: 1200px) {
    .logos {
        margin-top: 0px;
    }

    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .align-top {
        margin-top: -80px;
    }

    .atf .container:after {
        height: 610px;
    }

    .npt {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    h1, h2, h3, h4, h5, h6 {
        font-weight: 900;
    }

    /* .pl-scrollTop {
        opacity: 1 !important;
        background-color: unset !important;
        transition: none !important;
    }

    .scrollTop {
        opacity: 1 !important;
        background-color: unset !important;
    }

    .header-section {
        opacity: 0.95;
    } */

    .logo-list.flex:last-child {
        margin-right: -40px;
    }
    
    .logo-list.flex:first-child {
        margin-left: -50px;
    }

    .logo img {
        max-width: 380px;
    }

    ul.menu {
        display: none;
    }

    ul.menu.mobile {
        display: block;
    }

    .mobile-menu-btn-container {
        display: grid;
    }

    .atf .container .wrapper .atf-block:last-child {
        position: absolute !important;
        opacity: 0.1;
        justify-content: center;
    }

    .atf .container:after {
        height: 655px;
        transform: inherit;
    }

    .atf-block div h1 {
        font-size: 3em;
        text-align: center;
        margin-bottom: 25px;
    }

    .atf-block div p {
        margin-bottom: 40px;
        line-height: 32px;
        text-align: justify;
        font: 600 1.6em/1.6em Roboto, Arial, Helvetica, sans-serif;
    }

    .atf-block.full {
        width: 100%;
        z-index: 1;
    }

    .atf-input-block:first-of-type {
        flex: 0 0 auto;
        width: 70%;
    }

    .atf-input-block:last-of-type {
        flex: 0 0 auto;
        width: 30%;
    }

    .atf-image img {
        height: 600px;
    }

    .atf-input-container input {
        font-size: 1.5em;
        font-weight: 700;
        width: 100%;
        height: 90px;
    }

    .container {
        max-width: 900px;
    }

    .btn {
        height: 90px;
        font-size: 1.4em;
        font-weight: 800;
    }

    .logos {
        margin-top: 25px;
    }

    .content {
        padding: 135px 0 0;
    }

    section.content-block .wrapper > * {
        flex-shrink: 0;
        max-width: 100%;
        padding-right: calc(var(--x)/ 2);
        padding-left: calc(var(--x)/ 2);
        margin-top: var(--y);
    }

    .content-block .container .wrapper .img-block {
        position: absolute;
        opacity: 0.2;
        height: 100%
    }

    .block img {
        padding: 30px;
        margin: 0 auto;
        max-width: 66%;
    }

    h2.content-title {
        font-size: 2.2em;
        margin-bottom: 25px;
    }

    .content-paragraph {
        font: 600 1.6em/1.6em Roboto, Arial, Helvetica, sans-serif;
        margin-bottom: 25px;
        text-align: justify;
    }

    .list-item {
        font: 600 1.6em/1.6em Roboto, Arial, Helvetica, sans-serif;
        margin-bottom: 25px;
        padding-left: 50px;
        text-align: justify;
    }

    .list-item:before {
        top: 12px;
        height: 30px;
        width: 30px;
        background-size: 30px auto;
    }

    .wrapped {
        flex-wrap: wrap;
    }

    .fill-footer {
        width: 100% !important;
        max-width: 100% !important;
        text-align: justify !important;
    }

    footer > .container-full .container .wrapper .footer-blocks .flex > div {
        min-width: 273px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: calc(10px + 2%);
        text-align: center;
    }

    footer > .container-full .container .wrapper .footer-blocks > div {
        max-width: 100%;
    }

    .footer-blocks .flex-end {
        justify-content: flex-start;
    }

    .footer-logo {
        margin-bottom: 2rem;
        display: grid;
    }

    .footer-logo img {
        width: 380px;
        height: 69px;
        margin: 0 auto;
    }

    .footer-paragraph {
        margin-bottom: 40px;
        font: 600 1.5em/1.5em Roboto, Arial, Helvetica, sans-serif;
    }

    footer > .container-full .container .wrapper .footer-blocks .flex > div {
        font: 600 1.8em/1.6em Roboto, Arial, Helvetica, sans-serif;
    }

    footer > .container-full .container .wrapper .footer-blocks .flex > div > .footer-sub-menu {
        font: 600 0.8em/1.6em Roboto, Arial, Helvetica, sans-serif;
        margin-top: 25px;
    }

    ul.social-icons li a span {
        font-size: 225%;
    }

    ul.social-icons {
        margin: 0 0 25px;
    }

    .copyright {
        line-height: 3rem;
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .atf-block div h1 {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .atf .container:after {
        height: 500px;
    }

    h2.content-title {
        font-size: 1.9em;
    }

    .logos {
        margin-top: 0px;
    }

    .content-paragraph {
        font: 400 1em/1.6em Roboto, Arial, Helvetica, sans-serif;
    }

    .list-item {
        font: 400 1em/1.6em Roboto, Arial, Helvetica, sans-serif;
    }

    .atf-block div p {
        font: 400 1em/1.6em Roboto, Arial, Helvetica, sans-serif;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .atf-block div h1 {
        font-size: 50px;
    }
}