body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    width: 100%;
    font-family: "Open Sans";
    font-weight: 400;
    background: rgb(255, 255, 255);
}

:root {
    --item-cover-z-index: 1000030;
    --section-relative-margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a:not(.btn):hover {
    text-decoration: underline;
}

input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

u>span {
    text-decoration: inherit;
}

ol,
ul {
    padding-left: 2.5rem;
    margin: .625rem 0;
}

p {
    word-wrap: break-word;
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
    display: block;
    word-wrap: break-word;
}

iframe {
    border: 0;
}

* {
    box-sizing: border-box;
}

:root.js-text-scaling {
    --mobile-font-size: 4vw;
    --default-font-size: 16px;
}

.item-absolute {
    position: absolute;
}

.item-relative {
    position: relative;
}

.item-block {
    display: block;
    height: 100%;
    width: 100%;
}

.item-cover {
    z-index: var(--item-cover-z-index);
}

body#landing-page .iti--inline-dropdown .iti__dropdown-content,
body#landing-page .iti.iti--container.iti--fullscreen-popup {
    z-index: calc(var(--item-cover-z-index) + 1);
}

.item-breakword {
    word-wrap: break-word;
}

.item-content-box {
    box-sizing: content-box;
}

.hidden {
    display: none;
}

body#landing-page .hidden-step {
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    clear: both;
}

sup,
sub {
    margin-left: 0.1rem;
    line-height: 0;
}

body#landing-page .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: none;
}

@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@supports (-webkit-overflow-scrolling:touch) {
    @media (-webkit-min-device-pixel-ratio:2),
    (min-resolution:192dpi) {
        .image[src$=".svg"] {
            width: calc(100% + 1px);
        }
    }
}

.show-for-sr {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.headline,
.accordion-headline>.text {
    font-family: "Open Sans";
    font-weight: 400;
}

.btn {
    line-height: 120%;
    text-align: center;
    font-family: "Open Sans";
    cursor: pointer;
    transition: border .5s;
    width: 100%;
    border: 0;
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.section-fit {
    max-width: 400px;
}

.section-relative {
    position: relative;
    margin: 0 auto;
}

.js-text-scaling .section-relative {
    margin: var(--section-relative-margin);
}

.section-inner {
    height: 100%;
}

[class*='sticky-block-footer'] .section:last-child {
    bottom: 0;
    z-index: 1000015;
}

[class*='sticky-block-header'] .section:first-child {
    top: 0;
    z-index: 1000015;
}

.sticky-block-header .section:first-child,
.sticky-block-footer .section:last-child {
    position: sticky;
}

#page-block-6dufdcgwb3e {
    height: 5.125rem;
    max-width: 100%;
}

#page-block-6dufdcgwb3e .section-holder-border {
    border: 0.0625rem solid #D8D8D8;
    border-right: 0;
    border-left: 0;
}

#page-block-6dufdcgwb3e .section-block {
    background: none;
    height: 5.125rem;
}

#page-block-6dufdcgwb3e .section-holder-overlay {
    display: none;
}

#element-682 {
    top: 0.5rem;
    left: 1.25rem;
    height: 4.25rem;
    width: 22.5rem;
    z-index: 96;
}

#element-461 {
    top: 7.1875rem;
    left: 6.375rem;
    height: 1.8125rem;
    width: 12.25rem;
    z-index: 17;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 1.8rem;
    text-align: right;
}

#element-461 .x_695a2def {
    text-align: right;
    line-height: 1.8125rem;
    font-size: 1.125rem;
}

#element-461 .x_7b2817bf {
    color: #000000;
}

#page-block-cyodyd4kbu {
    height: 448.6875rem;
    max-width: 100%;
}

#page-block-cyodyd4kbu .section-holder-border {
    border: 0;
}

#page-block-cyodyd4kbu .section-block {
    background: rgb(255, 255, 255);
    height: 448.6875rem;
}

#page-block-cyodyd4kbu .section-holder-overlay {
    display: none;
}

#element-469 {
    top: 2.5rem;
    left: 1.25rem;
    height: 956.8125rem;
    width: 22.5rem;
    z-index: 7;
}

.circle {
    border-radius: 50%;
}

.shape {
    height: inherit;
}

.line-horizontal {
    height: .625rem;
}

.line-vertical {
    height: 100%;
    margin-right: .625rem;
}

[class*='line-'] {
    box-sizing: content-box;
}

.item-relative .line-horizontal {
    height: 0;
    width: 100%;
}

.item-relative .line-vertical {
    height: 100%;
    width: 0;
}

.item-relative>.box,
.item-relative>.circle {
    width: 100%;
    height: 100%;
}

#element-469 .shape {
    border: 0;
    border-radius: 0.1875rem 0.1875rem 0.25rem 0.25rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(93, 93, 93, 0.3) 2px 0 4px 4px;
}

#element-467 {
    top: 0.625rem;
    left: 0.625rem;
    height: 15rem;
    width: 23.75rem;
    z-index: 10;
    color: #201D91;
    font-size: 2.125rem;
    line-height: 2.975rem;
    text-align: left;
}

#element-467 .x_690ed081 {
    text-align: left;
    line-height: 3rem;
    font-size: 2.125rem;
}

#element-467 .x_da0309e1 {
    color: #15235c;
}

#element-467 strong {
    font-weight: 700;
}

#element-530 {
    top: 16.375rem;
    left: 0.625rem;
    height: 4.9375rem;
    width: 23.75rem;
    z-index: 9;
}

#element-530 .shape {
    border: 0;
    border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
    background: rgb(240, 243, 245);
    box-shadow: rgba(93, 93, 93, 0.25) 2px 2px 4px 0;
}

#element-649 {
    top: 16.375rem;
    left: 0.625rem;
    height: 4.9375rem;
    width: 0.625rem;
    z-index: 69;
}

#element-649 .shape {
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: rgb(21, 35, 92);
}

#element-472 {
    top: 16.75rem;
    left: 1.875rem;
    height: 4.125rem;
    width: 22.4375rem;
    z-index: 13;
    color: #15235C;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: left;
}

#element-472 .x_0a34168d {
    text-align: left;
    line-height: 1.375rem;
    font-size: 1rem;
}

#element-472 strong {
    font-weight: 700;
}

#element-652 {
    top: 22.6875rem;
    left: 0.625rem;
    height: 13.125rem;
    width: 23.75rem;
    z-index: 70;
}

#element-652 .cropped {
    background: url(/images/65245595-0-ER-Native-March-15.png) 0 -1.875rem / 23.75rem 15.8125rem;
}

#element-648 {
    top: 41.9375rem;
    left: 0.625rem;
    height: 29.0625rem;
    width: 23.75rem;
    z-index: 68;
}

.video-holder {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.video-holder-animoto {
    background-color: #000;
}

.video-animoto {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: auto;
}

.video-iframe {
    position: absolute;
}

.video-overlay:hover {
    opacity: 1;
}

.video-holder-helpers {
    transition: opacity .15s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-overlay {
    background-color: rgba(31, 59, 82, 0.8);
    color: #ffffff;
    opacity: 0;
    z-index: 1;
}

.warning-text {
    margin-top: 10px;
    font-size: 13px;
}

.warning-img {
    width: 25px;
}

.fake-video {
    background: #ffffff;
}

.fake-play {
    opacity: .8;
}

.video-overlay:hover~.fake-play {
    opacity: 0;
}

#element-648 iframe {
    width: 23.75rem;
    height: 29.0625rem;
}

#element-476 {
    top: 36.75rem;
    left: 0.5625rem;
    height: 3.375rem;
    width: 3.375rem;
    z-index: 14;
}

#element-471 {
    top: 36.9375rem;
    left: 4.375rem;
    height: 1.3125rem;
    width: 20rem;
    z-index: 12;
    color: #37465A;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    text-align: left;
}

#element-471 .x_87ddc26c {
    text-align: left;
    line-height: 1.3125rem;
    font-size: 0.9375rem;
}

#element-471 .x_a9820a77 {
    color: #515151;
}

#element-471 .x_bee5f5cb {
    color: #1283df;
}

#element-470 {
    top: 38.875rem;
    left: 4.375rem;
    height: auto;
    width: auto;
    z-index: 11;
}

.social {
    transform-origin: top left;
}

.social-item {
    vertical-align: top;
}

.horizontal .social-item {
    display: inline-block;
}

.horizontal {
    white-space: nowrap;
}

.vertical .fb-share-button {
    top: 4px;
}

#element-655 {
    top: 42.0625rem;
    left: 0.875rem;
    height: 2.8125rem;
    width: 2.6875rem;
    z-index: 71;
    color: #1E7BB2;
    font-size: 1.75rem;
    line-height: 2.8rem;
    text-align: left;
}

#element-655 .x_54e29a60 {
    text-align: left;
    line-height: 2.8125rem;
    font-size: 1.75rem;
}

#element-655 strong {
    font-weight: 700;
}

#element-601 {
    top: 127rem;
    left: 0.625rem;
    height: 28.125rem;
    width: 23.125rem;
    z-index: 52;
    color: #37465A;
    font-size: 1.1875rem;
    line-height: 1.9rem;
    text-align: left;
}

#element-601 .x_9bc23194 {
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.1875rem;
}

#element-601 .x_63f57e44 {
    text-align: left;
    color: rgb(0, 41, 72);
    background-color: rgba(0, 0, 0, 0);
}

#element-601 .x_8bc80beb {
    color: #002948;
}

#element-534 {
    top: 41.75rem;
    left: 4.1875rem;
    height: 3.5rem;
    width: 19.375rem;
    z-index: 22;
    color: #1E7BB2;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
}

#element-534 .x_0fa34b5f {
    text-align: left;
    line-height: 1.75rem;
    font-size: 1.25rem;
}

#element-534 strong {
    font-weight: 700;
}

#element-657 {
    top: 46.4375rem;
    left: 0.875rem;
    height: 6.75rem;
    width: 23.4375rem;
    z-index: 72;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-657 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-657 strong {
    font-weight: 700;
}

#element-658 {
    top: 54.3125rem;
    left: 2rem;
    height: 5.0625rem;
    width: 22.5rem;
    z-index: 73;
    color: #1E7BB2;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-658 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-658 strong {
    font-weight: 700;
}

#element-659 {
    top: 54.3125rem;
    left: 0.875rem;
    height: 4.875rem;
    width: 0.625rem;
    z-index: 74;
}

#element-659 .shape {
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: rgb(30, 123, 178);
}

#element-661 {
    top: 62.375rem;
    left: 1.0625rem;
    height: 2.8125rem;
    width: 2.6875rem;
    z-index: 76;
    color: #1B6692;
    font-size: 1.75rem;
    line-height: 2.8rem;
    text-align: left;
}

#element-661 .x_54e29a60 {
    text-align: left;
    line-height: 2.8125rem;
    font-size: 1.75rem;
}

#element-661 strong {
    font-weight: 700;
}

#element-660 {
    top: 62.125rem;
    left: 4.375rem;
    height: 3.5rem;
    width: 19.1875rem;
    z-index: 75;
    color: #1B6692;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
}

#element-660 .x_0fa34b5f {
    text-align: left;
    line-height: 1.75rem;
    font-size: 1.25rem;
}

#element-660 strong {
    font-weight: 700;
}

#element-662 {
    top: 66.5625rem;
    left: 1.0625rem;
    height: 8.4375rem;
    width: 22.5rem;
    z-index: 77;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-662 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-662 strong {
    font-weight: 700;
}

#element-663 {
    top: 76.0625rem;
    left: 2rem;
    height: 5.0625rem;
    width: 20.8125rem;
    z-index: 78;
    color: #1B6692;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-663 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-663 strong {
    font-weight: 700;
}

#element-664 {
    top: 76.0625rem;
    left: 0.9375rem;
    height: 5.0625rem;
    width: 0.625rem;
    z-index: 79;
}

#element-664 .shape {
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: rgb(27, 102, 146);
}

#element-497 {
    top: 83.625rem;
    left: 0.8125rem;
    height: 6.125rem;
    width: 23.0625rem;
    z-index: 19;
}

.btn-shadow {
    box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
}

#element-497 .btn.btn-effect3d:active {
    box-shadow: none;
}

#element-497 .btn:hover {
    background: #00409F;
    color: #FFFFFF;
}

#element-497 .btn {
    box-shadow: 0 5px #93CFFF;
    background: #15235C;
    color: #FFFFFF;
    font-size: 1.4375rem;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    height: 5.8125rem;
    width: 23.0625rem;
    border-radius: 5px;
}

#element-541 {
    top: 103rem;
    left: 2.5rem;
    height: 3.625rem;
    width: 20rem;
    z-index: 24;
    color: #37465A;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
    text-align: left;
}

#element-541 .x_f2de921e {
    text-align: left;
    line-height: 1.8125rem;
    font-size: 1.3125rem;
}

#element-541 .x_8bc80beb {
    color: #002948;
}

#element-666 {
    top: 92.0625rem;
    left: 0.75rem;
    height: 2.8125rem;
    width: 2.6875rem;
    z-index: 81;
    color: #1A5C83;
    font-size: 1.75rem;
    line-height: 2.8rem;
    text-align: left;
}

#element-666 .x_54e29a60 {
    text-align: left;
    line-height: 2.8125rem;
    font-size: 1.75rem;
}

#element-666 strong {
    font-weight: 700;
}

#element-665 {
    top: 91.75rem;
    left: 4.0625rem;
    height: 3.5rem;
    width: 20rem;
    z-index: 80;
    color: #1A5C83;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
}

#element-665 .x_0fa34b5f {
    text-align: left;
    line-height: 1.75rem;
    font-size: 1.25rem;
}

#element-665 strong {
    font-weight: 700;
}

#element-667 {
    top: 96.25rem;
    left: 0.9375rem;
    height: 8.4375rem;
    width: 23.125rem;
    z-index: 82;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-667 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-667 strong {
    font-weight: 700;
}

#element-668 {
    top: 105.875rem;
    left: 1.9375rem;
    height: 5.0625rem;
    width: 21.75rem;
    z-index: 83;
    color: #1A5C83;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-668 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-668 strong {
    font-weight: 700;
}

#element-669 {
    top: 105.875rem;
    left: 0.75rem;
    height: 4.875rem;
    width: 0.5625rem;
    z-index: 84;
}

#element-669 .shape {
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: rgb(26, 92, 131);
}

#element-671 {
    top: 113.5625rem;
    left: 0.75rem;
    height: 2.625rem;
    width: 2.6875rem;
    z-index: 86;
    color: #1A4B83;
    font-size: 1.625rem;
    line-height: 2.6rem;
    text-align: left;
}

#element-671 .x_a6b35f20 {
    text-align: left;
    line-height: 2.625rem;
    font-size: 1.625rem;
}

#element-671 strong {
    font-weight: 700;
}

#element-670 {
    top: 113.25rem;
    left: 4.0625rem;
    height: 3.5rem;
    width: 20rem;
    z-index: 85;
    color: #1A4B83;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
}

#element-670 .x_0fa34b5f {
    text-align: left;
    line-height: 1.75rem;
    font-size: 1.25rem;
}

#element-670 strong {
    font-weight: 700;
}

#element-672 {
    top: 117.3125rem;
    left: 0.9375rem;
    height: 8.4375rem;
    width: 22.875rem;
    z-index: 87;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-672 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-672 strong {
    font-weight: 700;
}

#element-673 {
    top: 126.8125rem;
    left: 1.875rem;
    height: 5.0625rem;
    width: 20rem;
    z-index: 88;
    color: #1A4B83;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-673 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-673 strong {
    font-weight: 700;
}

#element-674 {
    top: 127rem;
    left: 0.75rem;
    height: 4.5625rem;
    width: 0.5rem;
    z-index: 89;
}

#element-674 .shape {
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: rgb(26, 75, 131);
}

#element-677 {
    top: 134.4375rem;
    left: 0.8125rem;
    height: 2.625rem;
    width: 2.6875rem;
    z-index: 91;
    color: #153B65;
    font-size: 1.625rem;
    line-height: 2.6rem;
    text-align: left;
}

#element-677 .x_a6b35f20 {
    text-align: left;
    line-height: 2.625rem;
    font-size: 1.625rem;
}

#element-677 strong {
    font-weight: 700;
}

#element-676 {
    top: 134.125rem;
    left: 4.125rem;
    height: 3.5rem;
    width: 18.4375rem;
    z-index: 90;
    color: #153B65;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
}

#element-676 .x_0fa34b5f {
    text-align: left;
    line-height: 1.75rem;
    font-size: 1.25rem;
}

#element-676 strong {
    font-weight: 700;
}

#element-678 {
    top: 138.25rem;
    left: 0.8125rem;
    height: 8.4375rem;
    width: 23rem;
    z-index: 92;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-678 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-678 strong {
    font-weight: 700;
}

#element-679 {
    top: 147.9375rem;
    left: 1.625rem;
    height: 5.0625rem;
    width: 20rem;
    z-index: 93;
    color: #153B65;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-679 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-679 strong {
    font-weight: 700;
}

#element-680 {
    top: 147.9375rem;
    left: 0.375rem;
    height: 4.875rem;
    width: 0.625rem;
    z-index: 94;
}

#element-680 .shape {
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: rgb(21, 59, 101);
}

#element-606 {
    top: 331.75rem;
    left: -0.0625rem;
    height: 39.4375rem;
    width: 25.0625rem;
    z-index: 53;
}

#element-681 {
    top: 154.5625rem;
    left: 0.8125rem;
    height: 6.5625rem;
    width: 23.375rem;
    z-index: 95;
}

#element-681 .btn.btn-effect3d:active {
    box-shadow: none;
}

#element-681 .btn:hover {
    background: #00409F;
    color: #FFFFFF;
}

#element-681 .btn {
    box-shadow: 0 5px #93CFFF;
    background: #15235C;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    height: 6.25rem;
    width: 23.375rem;
    border-radius: 5px;
}

#element-617 {
    top: 163.6875rem;
    left: 1.375rem;
    height: 13.625rem;
    width: 22.5rem;
    z-index: 15;
}

#element-617 .shape {
    border: 0.3125rem solid #172D89;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
    background: rgb(234, 244, 255);
    box-shadow: rgba(66, 66, 66, 0.45) 2px 0 5px 3px;
}

#element-627 {
    top: 179.3125rem;
    left: 1.375rem;
    height: 13.875rem;
    width: 22.5rem;
    z-index: 28;
}

#element-627 .shape {
    border: 0.3125rem solid #172D89;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
    background: rgb(247, 250, 255);
    box-shadow: rgba(66, 66, 66, 0.45) 2px 0 5px 3px;
}

#element-542 {
    top: 164.6875rem;
    left: 2.875rem;
    height: 1.9375rem;
    width: 11.5rem;
    z-index: 26;
    color: #FFFFFF;
    font-size: 1.375rem;
    line-height: 1.925rem;
    text-align: left;
}

#element-542 .x_052b6b4c {
    text-align: left;
    line-height: 1.9375rem;
    font-size: 1.375rem;
}

#element-542 .x_da0309e1 {
    color: #15235c;
}

#element-542 strong {
    font-weight: 700;
}

#element-544 {
    top: 180.4375rem;
    left: 2.6875rem;
    height: 1.9375rem;
    width: 17.0625rem;
    z-index: 29;
    color: #172D89;
    font-size: 1.375rem;
    line-height: 1.925rem;
    text-align: left;
}

#element-544 .x_052b6b4c {
    text-align: left;
    line-height: 1.9375rem;
    font-size: 1.375rem;
}

#element-544 .x_388a4c2a {
    color: #1c4e90;
}

#element-544 strong {
    font-weight: 700;
}

#element-485 {
    top: 166.9375rem;
    left: 2.625rem;
    height: 9rem;
    width: 20.0625rem;
    z-index: 16;
    color: #7E868C;
    font-size: 1.25rem;
    line-height: 2.25rem;
    text-align: left;
}

#element-485 .x_1b94cbcc {
    text-align: left;
    line-height: 2.25rem;
    font-size: 1.25rem;
}

#element-485 .x_da0309e1 {
    color: #15235c;
}

#element-485 strong {
    font-weight: 700;
}

#element-611 {
    top: 182.875rem;
    left: 2.375rem;
    height: 9rem;
    width: 18.25rem;
    z-index: 54;
    color: #172D89;
    font-size: 1.25rem;
    line-height: 2.25rem;
    text-align: left;
}

#element-611 .x_1b94cbcc {
    text-align: left;
    line-height: 2.25rem;
    font-size: 1.25rem;
}

#element-611 .x_388a4c2a {
    color: #1c4e90;
}

#element-611 strong {
    font-weight: 700;
}

#element-613 {
    top: 194.875rem;
    left: 1rem;
    height: 3.875rem;
    width: 22.5rem;
    z-index: 57;
    color: #002948;
    font-size: 1.375rem;
    line-height: 1.925rem;
    text-align: left;
}

#element-613 .x_f2939933 {
    text-align: left;
    line-height: 1.9375rem;
    font-size: 1.375rem;
}

#element-613 .x_388a4c2a {
    color: #1c4e90;
}

#element-613 strong {
    font-weight: 700;
}

#element-612 {
    top: 200rem;
    left: 1rem;
    height: 11.8125rem;
    width: 22.5rem;
    z-index: 55;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-612 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-612 .x_22d1fffd {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
}

#element-612 strong {
    font-weight: 700;
}

#element-614 {
    top: 212.875rem;
    left: 2.5625rem;
    height: 10rem;
    width: 14.25rem;
    z-index: 58;
    color: #8A8A8A;
    font-size: 1.25rem;
    line-height: 2.5rem;
    text-align: left;
}

#element-614 .x_210f4ba2 {
    text-align: left;
    line-height: 2.5rem;
    font-size: 1.25rem;
}

#element-614 .x_da0309e1 {
    color: #15235c;
}

#element-614 strong {
    font-weight: 700;
}

#element-615 {
    top: 222.8125rem;
    left: 2.5625rem;
    height: 10rem;
    width: 11.125rem;
    z-index: 59;
    color: #8A8A8A;
    font-size: 1.25rem;
    line-height: 2.5rem;
    text-align: left;
}

#element-615 .x_210f4ba2 {
    text-align: left;
    line-height: 2.5rem;
    font-size: 1.25rem;
}

#element-615 .x_da0309e1 {
    color: #15235c;
}

#element-615 strong {
    font-weight: 700;
}

#element-619 {
    top: 213.4375rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 25;
}

#element-623 {
    top: 215.9375rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 64;
}

#element-620 {
    top: 218.375rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 61;
}

#element-624 {
    top: 221rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 65;
}

#element-621 {
    top: 223.375rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 62;
}

#element-625 {
    top: 225.875rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 66;
}

#element-622 {
    top: 228.375rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 63;
}

#element-626 {
    top: 230.8125rem;
    left: 0.8125rem;
    height: 1.375rem;
    width: 1.375rem;
    z-index: 67;
}

#element-616 {
    top: 233.75rem;
    left: 0.8125rem;
    height: 28.6875rem;
    width: 23.5rem;
    z-index: 60;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-616 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-616 strong {
    font-weight: 700;
}

#element-628 {
    top: 376.5rem;
    left: 1rem;
    height: 6.3125rem;
    width: 23.0625rem;
    z-index: 30;
}

#element-628 .btn.btn-effect3d:active {
    box-shadow: none;
}

#element-628 .btn:hover {
    background: #00409F;
    color: #FFFFFF;
}

#element-628 .btn {
    box-shadow: 0 5px #93CFFF;
    background: #15235C;
    color: #FFFFFF;
    font-size: 1.4375rem;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    height: 6rem;
    width: 23.0625rem;
    border-radius: 5px;
}

#element-543 {
    top: 273.875rem;
    left: 3.8125rem;
    height: 4.25rem;
    width: 18.3125rem;
    z-index: 27;
    color: #002948;
    font-size: 1.5rem;
    line-height: 2.1rem;
    text-align: center;
}

#element-543 .x_fc9d998b {
    text-align: center;
    line-height: 2.125rem;
    font-size: 1.5rem;
}

#element-543 .x_388a4c2a {
    color: #1c4e90;
}

#element-543 strong {
    font-weight: 700;
}

#element-595 {
    top: 279.625rem;
    left: 4.375rem;
    height: 8.5625rem;
    width: 8.5625rem;
    z-index: 46;
}

#element-596 {
    top: 296.3125rem;
    left: 12rem;
    height: 8.5625rem;
    width: 8.5625rem;
    z-index: 47;
}

#element-597 {
    top: 312.375rem;
    left: 4.375rem;
    height: 8.5625rem;
    width: 8.5625rem;
    z-index: 48;
}

#element-547 {
    top: 288.8125rem;
    left: 0;
    height: 2rem;
    width: 17.25rem;
    z-index: 32;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-547 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-547 .x_8bc80beb {
    color: #002948;
}

#element-547 strong {
    font-weight: 700;
}

#element-548 {
    top: 305.5625rem;
    left: 7.625rem;
    height: 2rem;
    width: 17.25rem;
    z-index: 33;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-548 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-548 .x_8bc80beb {
    color: #002948;
}

#element-548 strong {
    font-weight: 700;
}

#element-549 {
    top: 321.5rem;
    left: 0;
    height: 2rem;
    width: 17.25rem;
    z-index: 34;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-549 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-549 .x_8bc80beb {
    color: #002948;
}

#element-549 strong {
    font-weight: 700;
}

#element-546 {
    top: 290.8125rem;
    left: 0;
    height: 4rem;
    width: 17.25rem;
    z-index: 31;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-546 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-546 .x_8bc80beb {
    color: #002948;
}

#element-550 {
    top: 307.5625rem;
    left: 8.125rem;
    height: 4rem;
    width: 16.3125rem;
    z-index: 35;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-550 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-550 .x_8bc80beb {
    color: #002948;
}

#element-551 {
    top: 323.5rem;
    left: 0.25rem;
    height: 4rem;
    width: 15.8125rem;
    z-index: 36;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-551 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-551 .x_8bc80beb {
    color: #002948;
}

#element-598 {
    top: 327.5625rem;
    left: 12.1875rem;
    height: 8.5625rem;
    width: 8.5625rem;
    z-index: 49;
}

#element-599 {
    top: 344rem;
    left: 4.3125rem;
    height: 8.5625rem;
    width: 8.5625rem;
    z-index: 50;
}

#element-600 {
    top: 360.1875rem;
    left: 12.1875rem;
    height: 8.5625rem;
    width: 8.5625rem;
    z-index: 51;
}

#element-552 {
    top: 337.0625rem;
    left: 7.8125rem;
    height: 2rem;
    width: 17.25rem;
    z-index: 38;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-552 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-552 .x_8bc80beb {
    color: #002948;
}

#element-552 strong {
    font-weight: 700;
}

#element-554 {
    top: 353.1875rem;
    left: 0;
    height: 2rem;
    width: 17.25rem;
    z-index: 39;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-554 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-554 .x_8bc80beb {
    color: #002948;
}

#element-554 strong {
    font-weight: 700;
}

#element-556 {
    top: 369.3125rem;
    left: 7.8125rem;
    height: 2rem;
    width: 17.25rem;
    z-index: 40;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-556 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-556 .x_8bc80beb {
    color: #002948;
}

#element-556 strong {
    font-weight: 700;
}

#element-553 {
    top: 339.0625rem;
    left: 7.8125rem;
    height: 4rem;
    width: 17.25rem;
    z-index: 37;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-553 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-553 .x_8bc80beb {
    color: #002948;
}

#element-555 {
    top: 355.1875rem;
    left: 0.25rem;
    height: 4rem;
    width: 16.625rem;
    z-index: 41;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-555 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-555 .x_8bc80beb {
    color: #002948;
}

#element-557 {
    top: 371.3125rem;
    left: 8.6875rem;
    height: 4rem;
    width: 15.5rem;
    z-index: 42;
    color: #37465A;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}

#element-557 .x_0206c382 {
    text-align: center;
    line-height: 2rem;
    font-size: 1.125rem;
}

#element-557 .x_8bc80beb {
    color: #002948;
}

#element-594 {
    top: 440.5625rem;
    left: 0.75rem;
    height: 5.75rem;
    width: 23.4375rem;
    z-index: 45;
}

#element-594 .btn.btn-effect3d:active {
    box-shadow: none;
}

#element-594 .btn:hover {
    background: #00409F;
    color: #FFFFFF;
}

#element-594 .btn {
    box-shadow: 0 5px #93CFFF;
    background: #15235C;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    height: 5.4375rem;
    width: 23.4375rem;
    border-radius: 5px;
}

#element-539 {
    top: 384.25rem;
    left: 0.875rem;
    height: 11.8125rem;
    width: 22.75rem;
    z-index: 23;
    color: #002948;
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    text-align: left;
}

#element-539 .x_8f2182eb {
    text-align: left;
    line-height: 1.6875rem;
    font-size: 1.1875rem;
}

#element-539 .x_388a4c2a {
    color: #1c4e90;
}

#element-539 strong {
    font-weight: 700;
}

#element-525 {
    top: 408.375rem;
    left: 1.375rem;
    height: 30.875rem;
    width: 22.4375rem;
    z-index: 20;
}

#element-527 {
    top: 397.375rem;
    left: 1.0625rem;
    height: 9.75rem;
    width: 22.25rem;
    z-index: 44;
    color: #1F2984;
    font-size: 1.8125rem;
    line-height: 3.2625rem;
    text-align: center;
}

#element-527 .x_7ab02aca {
    text-align: center;
    line-height: 3.25rem;
    font-size: 1.8125rem;
}

#element-527 .x_da0309e1 {
    color: #15235c;
}

#element-559 {
    top: 420.25rem;
    left: 0.3125rem;
    height: 5.75rem;
    width: 7.25rem;
    z-index: 43;
}

#element-559 .shape {
    border: 0;
    background: rgb(255, 255, 255);
}

#element-529 {
    top: 265.5rem;
    left: 0.75rem;
    height: 6.3125rem;
    width: 23.5625rem;
    z-index: 21;
}

#element-529 .btn.btn-effect3d:active {
    box-shadow: none;
}

#element-529 .btn:hover {
    background: #00409F;
    color: #FFFFFF;
}

#element-529 .btn {
    box-shadow: 0 7px #93CFFF;
    background: #15235C;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    height: 5.875rem;
    width: 23.5625rem;
    border-radius: 5px;
}

#page-block-1gssblkxd0uh {
    height: 38.6875rem;
    max-width: 100%;
}

#page-block-1gssblkxd0uh .section-holder-border {
    border: 0;
}

#page-block-1gssblkxd0uh .section-block {
    background: rgb(255, 255, 255);
    height: 38.6875rem;
}

#page-block-1gssblkxd0uh .section-holder-overlay {
    display: none;
}

#element-690 {
    top: 1.6875rem;
    left: 0.9375rem;
    height: 35.875rem;
    width: 23rem;
    z-index: 6;
    color: #555555;
    font-size: 0.75rem;
    line-height: 0.9rem;
    text-align: left;
}

#element-690 .x_c4e3081f {
    text-align: left;
    line-height: 0.875rem;
    font-size: 0.75rem;
}

#element-690 .x_ed039adf {
    color: #b3b3b3;
}

#element-690 strong {
    font-weight: 700;
}

#page-block-d06mv2fmijw {
    height: 8.8125rem;
    max-width: 100%;
}

#page-block-d06mv2fmijw .section-holder-border {
    border: 0;
}

#page-block-d06mv2fmijw .section-block {
    background: rgb(20, 26, 38);
    height: 8.8125rem;
}

#page-block-d06mv2fmijw .section-holder-overlay {
    display: none;
}

#element-388 {
    top: 1.1875rem;
    left: 5.4375rem;
    height: 2.75rem;
    width: 13.9375rem;
    z-index: 3;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 1.4rem;
    text-align: center;
}

#element-388 .x_938e8cfc {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.875rem;
}

#element-388 .x_f2074b6c {
    color: #ffffff;
}

#element-415 {
    top: 5.5rem;
    left: 4.375rem;
    height: 2.125rem;
    width: 16.25rem;
    z-index: 18;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 1.05rem;
    text-align: center;
}

#element-415 .x_b4d526c7 {
    text-align: center;
    line-height: 1.0625rem;
    font-size: 0.875rem;
}

#element-415 .x_f2074b6c {
    color: #ffffff;
}

#page-block-htirjaylpwf {
    height: 12.75rem;
    max-width: 100%;
}

#page-block-htirjaylpwf .section-holder-border {
    border: 0.0625rem solid #E1E1E1;
    border-right: 0;
    border-left: 0;
}

#page-block-htirjaylpwf .section-block {
    background: rgb(20, 26, 38);
    height: 12.75rem;
}

#page-block-htirjaylpwf .section-holder-overlay {
    display: none;
}

#element-684 {
    top: 1.3125rem;
    left: 0.0625rem;
    height: 1.75rem;
    width: 24.9375rem;
    z-index: 4;
    color: #555555;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-align: center;
}

#element-684 .x_8048a526 {
    text-align: center;
    line-height: 1.75rem;
    font-size: 0.875rem;
}

#element-684 .x_f2074b6c {
    color: #ffffff;
}

#element-689 {
    top: 4.3125rem;
    left: 8.1875rem;
    height: 1.375rem;
    width: 8.625rem;
    z-index: 56;
    color: #555555;
    font-size: 0.875rem;
    line-height: 1.4rem;
    text-align: center;
}

#element-689 .x_938e8cfc {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.875rem;
}

#element-689 .x_f2074b6c {
    color: #ffffff;
}

#element-685 {
    top: 7.3125rem;
    left: 0;
    height: 1.375rem;
    width: 25rem;
    z-index: 5;
    color: #555555;
    font-size: 0.875rem;
    line-height: 1.4rem;
    text-align: center;
}

#element-685 .x_938e8cfc {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.875rem;
}

#element-685 .x_f2074b6c {
    color: #ffffff;
}

#element-686 {
    top: 10.125rem;
    left: 0;
    height: 1.375rem;
    width: 24.9375rem;
    z-index: 8;
    color: #555555;
    font-size: 0.875rem;
    line-height: 1.4rem;
    text-align: center;
}

#element-686 .x_938e8cfc {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.875rem;
}

#element-686 .x_f2074b6c {
    color: #ffffff;
}

.lightbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

.lightbox--no-animation .lightbox-dim {
    animation: none;
}

.lightbox--no-animation .lightbox-content {
    animation: none;
}

.lightbox-dim {
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    animation: fade-in 0.5s ease-in-out;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.lightbox-content {
    background-color: #fefefe;
    border-radius: 3px;
    position: relative;
    margin: auto;
    animation: slide-down 0.5s ease-in-out;
}

.lightbox-opened {
    display: block;
}

.lightbox-close {
    width: 26px;
    right: 0;
    top: -10px;
    cursor: pointer;
}

.lightbox-close-btn {
    padding: 0;
    border: none;
    background: none;
}

.lightbox-btn-svg {
    display: block;
}

.lightbox-close-icon {
    fill: #fff;
}

.notification-text {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;
}

.modal-on {
    overflow: hidden;
}

.popup-link {
    cursor: pointer;
}

#popup-01ox67ac2y7x .lightbox-content {
    height: 122.5rem;
    width: 25rem;
}

#element-687 {
    top: 2.5rem;
    left: 1.25rem;
    height: 3.125rem;
    width: 22.5rem;
    z-index: 3;
    color: #000000;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    text-align: center;
}

#element-687 .x_ef6d09e5 {
    text-align: center;
    line-height: 1.875rem;
    font-size: 1.5625rem;
}

#element-688 {
    top: 7.5rem;
    left: 1.25rem;
    height: 112.5rem;
    width: 22.5rem;
    z-index: 4;
    color: #000000;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: left;
}

#element-688 .x_504bdd99 {
    text-align: left;
    line-height: 1.1875rem;
    font-size: 1rem;
}

#element-688 strong {
    font-weight: 700;
}

@media screen and (max-width:400px) {
    :root {
        font-size: 4vw;
    }

    :root.js-text-scaling {
        font-size: var(--mobile-font-size);
    }
}

@media screen and (min-width:401px) and (max-width:767px) {
    :root {
        font-size: 16px;
    }

    :root.js-text-scaling {
        font-size: var(--default-font-size);
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    :root {
        font-size: 1.33vw;
    }
}

@media screen and (min-width:768px) and (max-width:7680px) {
    .hidden-desktop {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .hidden-mobile {
        display: none;
    }

    .sticky-block-header-onlyonmobile .section:first-child,
    .sticky-block-footer-onlyonmobile .section:last-child {
        position: sticky;
    }
}

@media screen and (min-width:768px) {
    .section-fit {
        max-width: 60rem;
    }

    .sticky-block-header-onlyondesktop .section:first-child,
    .sticky-block-footer-onlyondesktop .section:last-child {
        position: sticky;
    }

    #page-block-6dufdcgwb3e {
        height: 5.625rem;
        max-width: 100%;
    }

    #page-block-6dufdcgwb3e .section-holder-border {
        border: 0.0625rem solid #D8D8D8;
        border-right: 0;
        border-left: 0;
    }

    #page-block-6dufdcgwb3e .section-block {
        background: none;
        height: 5.625rem;
    }

    #page-block-6dufdcgwb3e .section-holder-overlay {
        display: none;
    }

    #element-682 {
        top: 0.4375rem;
        left: 0;
        height: 4.75rem;
        width: 25.1875rem;
        z-index: 96;
    }

    #element-461 {
        top: 2rem;
        left: 47.6875rem;
        height: 1.625rem;
        width: 12.25rem;
        z-index: 17;
        color: #37465A;
        font-size: 1rem;
        line-height: 1.6rem;
        text-align: right;
    }

    #element-461 .x_bb1de03d {
        text-align: right;
        line-height: 1.625rem;
        font-size: 1rem;
    }

    #element-461 .x_7b2817bf {
        color: #000000;
    }

    #page-block-cyodyd4kbu {
        height: 323.25rem;
        max-width: 100%;
    }

    #page-block-cyodyd4kbu .section-holder-border {
        border: 0;
    }

    #page-block-cyodyd4kbu .section-block {
        background: rgb(228, 245, 255);
        height: 323.25rem;
    }

    #page-block-cyodyd4kbu .section-holder-overlay {
        display: none;
    }

    #element-469 {
        top: 2rem;
        left: -0.25rem;
        height: 317.625rem;
        width: 60.25rem;
        z-index: 7;
    }

    #element-469 .shape {
        border: 0;
        border-radius: 0.1875rem 0.1875rem 0.25rem 0.25rem;
        background: rgb(255, 255, 255);
        box-shadow: rgba(93, 93, 93, 0.3) 2px 0 4px 4px;
    }

    #element-467 {
        top: 2.75rem;
        left: 1.0625rem;
        height: 7.625rem;
        width: 58.9375rem;
        z-index: 10;
        color: #201D91;
        font-size: 2.375rem;
        line-height: 3.8rem;
        text-align: left;
    }

    #element-467 .x_6e69197a {
        text-align: left;
        line-height: 3.8125rem;
        font-size: 2.375rem;
    }

    #element-467 .x_da0309e1 {
        color: #15235c;
    }

    #element-467 strong {
        font-weight: 700;
    }

    #element-530 {
        top: 11.3125rem;
        left: 0.9375rem;
        height: 4.0625rem;
        width: 56rem;
        z-index: 9;
    }

    #element-530 .shape {
        border: 0;
        border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
        background: rgb(240, 243, 245);
        box-shadow: rgba(93, 93, 93, 0.25) 2px 2px 4px 0;
    }

    #element-649 {
        top: 11.3125rem;
        left: 1.0625rem;
        height: 4.0625rem;
        width: 0.625rem;
        z-index: 69;
    }

    #element-649 .shape {
        border: 0;
        border-radius: 0.25rem 0 0 0.25rem;
        background: rgb(21, 35, 92);
    }

    #element-472 {
        top: 11.5625rem;
        left: 2.3125rem;
        height: 3.5rem;
        width: 54rem;
        z-index: 13;
        color: #15235C;
        font-size: 1.25rem;
        line-height: 1.75rem;
        text-align: left;
    }

    #element-472 .x_b558b569 {
        text-align: left;
        line-height: 1.75rem;
        font-size: 1.25rem;
    }

    #element-472 strong {
        font-weight: 700;
    }

    #element-652 {
        top: 17.0625rem;
        left: 0.9375rem;
        height: 32rem;
        width: 57.875rem;
        z-index: 70;
    }

    #element-652 .cropped {
        background: url(/images/65245595-0-ER-Native-March-15.png) 0 -4.5rem / 57.875rem 38.5625rem;
    }

    #element-648 {
        top: 21.9375rem;
        left: 3.9375rem;
        height: 12.5rem;
        width: 18.75rem;
        z-index: 68;
    }

    #element-648 iframe {
        width: 18.75rem;
        height: 12.5rem;
    }

    #element-476 {
        top: 50.8125rem;
        left: 1.9375rem;
        height: 4rem;
        width: 4rem;
        z-index: 14;
    }

    #element-471 {
        top: 51.8125rem;
        left: 6.5625rem;
        height: 1.625rem;
        width: 26.125rem;
        z-index: 12;
        color: #37465A;
        font-size: 1rem;
        line-height: 1.6rem;
        text-align: left;
    }

    #element-471 .x_3579aa00 {
        text-align: left;
        line-height: 1.625rem;
        font-size: 1rem;
    }

    #element-471 .x_a9820a77 {
        color: #515151;
    }

    #element-471 .x_bee5f5cb {
        color: #1283df;
    }

    #element-470 {
        top: 53rem;
        left: 6.5625rem;
        height: auto;
        width: auto;
        z-index: 11;
    }

    #element-655 {
        top: 56.8125rem;
        left: 1.5rem;
        height: 2.625rem;
        width: 2.6875rem;
        z-index: 71;
        color: #1E7BB2;
        font-size: 1.625rem;
        line-height: 2.6rem;
        text-align: left;
    }

    #element-655 .x_f4b5a1e3 {
        text-align: left;
        line-height: 2.625rem;
        font-size: 1.625rem;
    }

    #element-655 strong {
        font-weight: 700;
    }

    #element-601 {
        top: 57rem;
        left: 3.5rem;
        height: 20.25rem;
        width: 53rem;
        z-index: 52;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: left;
    }

    #element-601 .x_17f55ba8 {
        text-align: left;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-601 .x_63f57e44 {
        text-align: left;
        color: rgb(0, 41, 72);
        background-color: rgba(0, 0, 0, 0);
    }

    #element-601 .x_8bc80beb {
        color: #002948;
    }

    #element-534 {
        top: 57.125rem;
        left: 4.1875rem;
        height: 2rem;
        width: 36.0625rem;
        z-index: 22;
        color: #1E7BB2;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-534 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-534 strong {
        font-weight: 700;
    }

    #element-657 {
        top: 60.125rem;
        left: 1.5625rem;
        height: 4rem;
        width: 53.6875rem;
        z-index: 72;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-657 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-657 strong {
        font-weight: 700;
    }

    #element-658 {
        top: 65.25rem;
        left: 2.375rem;
        height: 4rem;
        width: 53.6875rem;
        z-index: 73;
        color: #1E7BB2;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-658 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-658 strong {
        font-weight: 700;
    }

    #element-659 {
        top: 65.4375rem;
        left: 1.5rem;
        height: 3.625rem;
        width: 0.375rem;
        z-index: 74;
    }

    #element-659 .shape {
        border: 0;
        border-radius: 0.25rem 0 0 0.25rem;
        background: rgb(30, 123, 178);
    }

    #element-661 {
        top: 71.5625rem;
        left: 1.5625rem;
        height: 2.625rem;
        width: 2.6875rem;
        z-index: 76;
        color: #1B6692;
        font-size: 1.625rem;
        line-height: 2.6rem;
        text-align: left;
    }

    #element-661 .x_f4b5a1e3 {
        text-align: left;
        line-height: 2.625rem;
        font-size: 1.625rem;
    }

    #element-661 strong {
        font-weight: 700;
    }

    #element-660 {
        top: 71.875rem;
        left: 4.25rem;
        height: 2rem;
        width: 36.0625rem;
        z-index: 75;
        color: #1B6692;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-660 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-660 strong {
        font-weight: 700;
    }

    #element-662 {
        top: 74.875rem;
        left: 1.625rem;
        height: 4rem;
        width: 53.6875rem;
        z-index: 77;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-662 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-662 strong {
        font-weight: 700;
    }

    #element-663 {
        top: 80rem;
        left: 2.4375rem;
        height: 4rem;
        width: 53.6875rem;
        z-index: 78;
        color: #1B6692;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-663 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-663 strong {
        font-weight: 700;
    }

    #element-664 {
        top: 80.1875rem;
        left: 1.5625rem;
        height: 3.625rem;
        width: 0.375rem;
        z-index: 79;
    }

    #element-664 .shape {
        border: 0;
        border-radius: 0.25rem 0 0 0.25rem;
        background: rgb(27, 102, 146);
    }

    #element-497 {
        top: 86.3125rem;
        left: 1.5rem;
        height: 5.25rem;
        width: 56.6875rem;
        z-index: 19;
    }

    #element-497 .btn.btn-effect3d:active {
        box-shadow: none;
    }

    #element-497 .btn:hover {
        background: #00409F;
        color: #FFFFFF;
    }

    #element-497 .btn {
        box-shadow: 0 5px #93CFFF;
        background: #15235C;
        color: #FFFFFF;
        font-size: 1.625rem;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        height: 4.9375rem;
        width: 56.6875rem;
        border-radius: 5px;
    }

    #element-541 {
        top: 87.9375rem;
        left: 14.5625rem;
        height: 2.6875rem;
        width: 44.1875rem;
        z-index: 24;
        color: #37465A;
        font-size: 1.6875rem;
        line-height: 2.7rem;
        text-align: left;
    }

    #element-541 .x_13fb3072 {
        text-align: left;
        line-height: 2.6875rem;
        font-size: 1.6875rem;
    }

    #element-541 .x_8bc80beb {
        color: #002948;
    }

    #element-666 {
        top: 93.1875rem;
        left: 1.5625rem;
        height: 2.625rem;
        width: 2.6875rem;
        z-index: 81;
        color: #1A5C83;
        font-size: 1.625rem;
        line-height: 2.6rem;
        text-align: left;
    }

    #element-666 .x_f4b5a1e3 {
        text-align: left;
        line-height: 2.625rem;
        font-size: 1.625rem;
    }

    #element-666 strong {
        font-weight: 700;
    }

    #element-665 {
        top: 93.5rem;
        left: 4.25rem;
        height: 2rem;
        width: 36.0625rem;
        z-index: 80;
        color: #1A5C83;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-665 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-665 strong {
        font-weight: 700;
    }

    #element-667 {
        top: 96.5rem;
        left: 1.625rem;
        height: 4rem;
        width: 54.4375rem;
        z-index: 82;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-667 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-667 strong {
        font-weight: 700;
    }

    #element-668 {
        top: 101.625rem;
        left: 2.375rem;
        height: 2rem;
        width: 53.6875rem;
        z-index: 83;
        color: #1A5C83;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-668 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-668 strong {
        font-weight: 700;
    }

    #element-669 {
        top: 101.9375rem;
        left: 1.5625rem;
        height: 1.4375rem;
        width: 0.375rem;
        z-index: 84;
    }

    #element-669 .shape {
        border: 0;
        border-radius: 0.25rem 0 0 0.25rem;
        background: rgb(26, 92, 131);
    }

    #element-671 {
        top: 106.6875rem;
        left: 1.625rem;
        height: 2.625rem;
        width: 2.6875rem;
        z-index: 86;
        color: #1A4B83;
        font-size: 1.625rem;
        line-height: 2.6rem;
        text-align: left;
    }

    #element-671 .x_f4b5a1e3 {
        text-align: left;
        line-height: 2.625rem;
        font-size: 1.625rem;
    }

    #element-671 strong {
        font-weight: 700;
    }

    #element-670 {
        top: 107rem;
        left: 4.3125rem;
        height: 2rem;
        width: 36.0625rem;
        z-index: 85;
        color: #1A4B83;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-670 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-670 strong {
        font-weight: 700;
    }

    #element-672 {
        top: 110rem;
        left: 1.6875rem;
        height: 4rem;
        width: 53.6875rem;
        z-index: 87;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-672 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-672 strong {
        font-weight: 700;
    }

    #element-673 {
        top: 115.125rem;
        left: 2.375rem;
        height: 2rem;
        width: 53.6875rem;
        z-index: 88;
        color: #1A4B83;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-673 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-673 strong {
        font-weight: 700;
    }

    #element-674 {
        top: 115.4375rem;
        left: 1.625rem;
        height: 1.4375rem;
        width: 0.3125rem;
        z-index: 89;
    }

    #element-674 .shape {
        border: 0;
        border-radius: 0.25rem 0 0 0.25rem;
        background: rgb(26, 75, 131);
    }

    #element-677 {
        top: 120.75rem;
        left: 1.625rem;
        height: 2.625rem;
        width: 2.6875rem;
        z-index: 91;
        color: #153B65;
        font-size: 1.625rem;
        line-height: 2.6rem;
        text-align: left;
    }

    #element-677 .x_f4b5a1e3 {
        text-align: left;
        line-height: 2.625rem;
        font-size: 1.625rem;
    }

    #element-677 strong {
        font-weight: 700;
    }

    #element-676 {
        top: 121.0625rem;
        left: 4.3125rem;
        height: 2rem;
        width: 36.0625rem;
        z-index: 90;
        color: #153B65;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-676 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-676 strong {
        font-weight: 700;
    }

    #element-678 {
        top: 124.0625rem;
        left: 1.6875rem;
        height: 4rem;
        width: 53.6875rem;
        z-index: 92;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-678 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-678 strong {
        font-weight: 700;
    }

    #element-679 {
        top: 129.1875rem;
        left: 2.375rem;
        height: 2rem;
        width: 53.6875rem;
        z-index: 93;
        color: #153B65;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-679 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-679 strong {
        font-weight: 700;
    }

    #element-680 {
        top: 129.5rem;
        left: 1.625rem;
        height: 1.4375rem;
        width: 0.3125rem;
        z-index: 94;
    }

    #element-680 .shape {
        border: 0;
        border-radius: 0.25rem 0 0 0.25rem;
        background: rgb(21, 59, 101);
    }

    #element-606 {
        top: 133.875rem;
        left: 10.9375rem;
        height: 60rem;
        width: 38.125rem;
        z-index: 53;
    }

    #element-681 {
        top: 134.5rem;
        left: 1.5rem;
        height: 5.25rem;
        width: 56.6875rem;
        z-index: 95;
    }

    #element-681 .btn.btn-effect3d:active {
        box-shadow: none;
    }

    #element-681 .btn:hover {
        background: #00409F;
        color: #FFFFFF;
    }

    #element-681 .btn {
        box-shadow: 0 5px #93CFFF;
        background: #15235C;
        color: #FFFFFF;
        font-size: 1.625rem;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        height: 4.9375rem;
        width: 56.6875rem;
        border-radius: 5px;
    }

    #element-617 {
        top: 143.3125rem;
        left: 2.125rem;
        height: 15.9375rem;
        width: 24.375rem;
        z-index: 15;
    }

    #element-617 .shape {
        border: 0.3125rem solid #172D89;
        border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
        background: rgb(234, 244, 255);
        box-shadow: rgba(66, 66, 66, 0.45) 2px 0 5px 3px;
    }

    #element-627 {
        top: 143.3125rem;
        left: 30.25rem;
        height: 15.9375rem;
        width: 24.375rem;
        z-index: 28;
    }

    #element-627 .shape {
        border: 0.3125rem solid #172D89;
        border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
        background: rgb(247, 250, 255);
        box-shadow: rgba(66, 66, 66, 0.45) 2px 0 5px 3px;
    }

    #element-542 {
        top: 144.8125rem;
        left: 3.75rem;
        height: 2.375rem;
        width: 11.3125rem;
        z-index: 26;
        color: #FFFFFF;
        font-size: 1.5rem;
        line-height: 2.4rem;
        text-align: left;
    }

    #element-542 .x_436f1287 {
        text-align: left;
        line-height: 2.375rem;
        font-size: 1.5rem;
    }

    #element-542 .x_da0309e1 {
        color: #15235c;
    }

    #element-542 strong {
        font-weight: 700;
    }

    #element-544 {
        top: 144.8125rem;
        left: 31.875rem;
        height: 2.375rem;
        width: 13.625rem;
        z-index: 29;
        color: #172D89;
        font-size: 1.5rem;
        line-height: 2.4rem;
        text-align: left;
    }

    #element-544 .x_436f1287 {
        text-align: left;
        line-height: 2.375rem;
        font-size: 1.5rem;
    }

    #element-544 .x_388a4c2a {
        color: #1c4e90;
    }

    #element-544 strong {
        font-weight: 700;
    }

    #element-485 {
        top: 147.5rem;
        left: 3.75rem;
        height: 10rem;
        width: 21.75rem;
        z-index: 16;
        color: #7E868C;
        font-size: 1.375rem;
        line-height: 2.475rem;
        text-align: left;
    }

    #element-485 .x_2f62933d {
        text-align: left;
        line-height: 2.5rem;
        font-size: 1.375rem;
    }

    #element-485 .x_da0309e1 {
        color: #15235c;
    }

    #element-485 strong {
        font-weight: 700;
    }

    #element-611 {
        top: 147.5rem;
        left: 31.875rem;
        height: 10rem;
        width: 18.25rem;
        z-index: 54;
        color: #172D89;
        font-size: 1.375rem;
        line-height: 2.475rem;
        text-align: left;
    }

    #element-611 .x_2f62933d {
        text-align: left;
        line-height: 2.5rem;
        font-size: 1.375rem;
    }

    #element-611 .x_388a4c2a {
        color: #1c4e90;
    }

    #element-611 strong {
        font-weight: 700;
    }

    #element-613 {
        top: 162rem;
        left: 1.5625rem;
        height: 2.375rem;
        width: 51.4375rem;
        z-index: 57;
        color: #002948;
        font-size: 1.5rem;
        line-height: 2.4rem;
        text-align: left;
    }

    #element-613 .x_03da7496 {
        text-align: left;
        line-height: 2.375rem;
        font-size: 1.5rem;
    }

    #element-613 .x_388a4c2a {
        color: #1c4e90;
    }

    #element-613 strong {
        font-weight: 700;
    }

    #element-612 {
        top: 165.5rem;
        left: 1.5625rem;
        height: 8rem;
        width: 55.875rem;
        z-index: 55;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-612 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-612 .x_22d1fffd {
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
    }

    #element-612 strong {
        font-weight: 700;
    }

    #element-614 {
        top: 174.5625rem;
        left: 3.4375rem;
        height: 10rem;
        width: 14.25rem;
        z-index: 58;
        color: #8A8A8A;
        font-size: 1.25rem;
        line-height: 2.5rem;
        text-align: left;
    }

    #element-614 .x_210f4ba2 {
        text-align: left;
        line-height: 2.5rem;
        font-size: 1.25rem;
    }

    #element-614 .x_da0309e1 {
        color: #15235c;
    }

    #element-614 strong {
        font-weight: 700;
    }

    #element-615 {
        top: 174.5625rem;
        left: 24.6875rem;
        height: 10rem;
        width: 11.125rem;
        z-index: 59;
        color: #8A8A8A;
        font-size: 1.25rem;
        line-height: 2.5rem;
        text-align: left;
    }

    #element-615 .x_210f4ba2 {
        text-align: left;
        line-height: 2.5rem;
        font-size: 1.25rem;
    }

    #element-615 .x_da0309e1 {
        color: #15235c;
    }

    #element-615 strong {
        font-weight: 700;
    }

    #element-619 {
        top: 175.125rem;
        left: 1.4375rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 25;
    }

    #element-623 {
        top: 175.1875rem;
        left: 22.6875rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 64;
    }

    #element-620 {
        top: 177.5625rem;
        left: 1.4375rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 61;
    }

    #element-624 {
        top: 177.625rem;
        left: 22.6875rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 65;
    }

    #element-621 {
        top: 180.125rem;
        left: 1.4375rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 62;
    }

    #element-625 {
        top: 180.1875rem;
        left: 22.6875rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 66;
    }

    #element-622 {
        top: 182.625rem;
        left: 1.4375rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 63;
    }

    #element-626 {
        top: 182.6875rem;
        left: 22.6875rem;
        height: 1.375rem;
        width: 1.375rem;
        z-index: 67;
    }

    #element-616 {
        top: 186.125rem;
        left: 1.5625rem;
        height: 18rem;
        width: 55.875rem;
        z-index: 60;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-616 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-616 strong {
        font-weight: 700;
    }

    #element-628 {
        top: 206.6875rem;
        left: 1.4375rem;
        height: 5.625rem;
        width: 57.0625rem;
        z-index: 30;
    }

    #element-628 .btn.btn-effect3d:active {
        box-shadow: none;
    }

    #element-628 .btn:hover {
        background: #00409F;
        color: #FFFFFF;
    }

    #element-628 .btn {
        box-shadow: 0 5px #93CFFF;
        background: #15235C;
        color: #FFFFFF;
        font-size: 1.625rem;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        height: 5.3125rem;
        width: 57.0625rem;
        border-radius: 5px;
    }

    #element-543 {
        top: 214.9375rem;
        left: 10.75rem;
        height: 2.8125rem;
        width: 38.875rem;
        z-index: 27;
        color: #002948;
        font-size: 1.75rem;
        line-height: 2.8rem;
        text-align: center;
    }

    #element-543 .x_2ec5d3d8 {
        text-align: center;
        line-height: 2.8125rem;
        font-size: 1.75rem;
    }

    #element-543 .x_388a4c2a {
        color: #1c4e90;
    }

    #element-543 strong {
        font-weight: 700;
    }

    #element-595 {
        top: 220.5625rem;
        left: 5.875rem;
        height: 8.75rem;
        width: 8.75rem;
        z-index: 46;
    }

    #element-596 {
        top: 220.5625rem;
        left: 26rem;
        height: 8.75rem;
        width: 8.75rem;
        z-index: 47;
    }

    #element-597 {
        top: 220.5625rem;
        left: 45.6875rem;
        height: 8.75rem;
        width: 8.75rem;
        z-index: 48;
    }

    #element-547 {
        top: 229.9375rem;
        left: 2rem;
        height: 2.25rem;
        width: 17.25rem;
        z-index: 32;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-547 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-547 .x_8bc80beb {
        color: #002948;
    }

    #element-547 strong {
        font-weight: 700;
    }

    #element-548 {
        top: 229.9375rem;
        left: 21.75rem;
        height: 2.25rem;
        width: 17.25rem;
        z-index: 33;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-548 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-548 .x_8bc80beb {
        color: #002948;
    }

    #element-548 strong {
        font-weight: 700;
    }

    #element-549 {
        top: 229.9375rem;
        left: 41.4375rem;
        height: 2.25rem;
        width: 17.25rem;
        z-index: 34;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-549 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-549 .x_8bc80beb {
        color: #002948;
    }

    #element-549 strong {
        font-weight: 700;
    }

    #element-546 {
        top: 232.625rem;
        left: 1.625rem;
        height: 4.5rem;
        width: 17.25rem;
        z-index: 31;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-546 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-546 .x_8bc80beb {
        color: #002948;
    }

    #element-550 {
        top: 232.625rem;
        left: 22.3125rem;
        height: 4.5rem;
        width: 15.8125rem;
        z-index: 35;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-550 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-550 .x_8bc80beb {
        color: #002948;
    }

    #element-551 {
        top: 232.625rem;
        left: 41.4375rem;
        height: 4.5rem;
        width: 17.25rem;
        z-index: 36;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-551 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-551 .x_8bc80beb {
        color: #002948;
    }

    #element-598 {
        top: 239.5625rem;
        left: 5.875rem;
        height: 8.75rem;
        width: 8.75rem;
        z-index: 49;
    }

    #element-599 {
        top: 239.5625rem;
        left: 25.8125rem;
        height: 8.75rem;
        width: 8.75rem;
        z-index: 50;
    }

    #element-600 {
        top: 239.5625rem;
        left: 45.6875rem;
        height: 8.75rem;
        width: 8.75rem;
        z-index: 51;
    }

    #element-552 {
        top: 248.9375rem;
        left: 2rem;
        height: 2.25rem;
        width: 17.25rem;
        z-index: 38;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-552 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-552 .x_8bc80beb {
        color: #002948;
    }

    #element-552 strong {
        font-weight: 700;
    }

    #element-554 {
        top: 248.9375rem;
        left: 21.75rem;
        height: 2.25rem;
        width: 17.25rem;
        z-index: 39;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-554 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-554 .x_8bc80beb {
        color: #002948;
    }

    #element-554 strong {
        font-weight: 700;
    }

    #element-556 {
        top: 248.9375rem;
        left: 41.4375rem;
        height: 2.25rem;
        width: 17.25rem;
        z-index: 40;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-556 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-556 .x_8bc80beb {
        color: #002948;
    }

    #element-556 strong {
        font-weight: 700;
    }

    #element-553 {
        top: 251.625rem;
        left: 1.625rem;
        height: 4.5rem;
        width: 17.25rem;
        z-index: 37;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-553 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-553 .x_8bc80beb {
        color: #002948;
    }

    #element-555 {
        top: 251.625rem;
        left: 21.5625rem;
        height: 4.5rem;
        width: 17.5625rem;
        z-index: 41;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-555 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-555 .x_8bc80beb {
        color: #002948;
    }

    #element-557 {
        top: 251.625rem;
        left: 41.4375rem;
        height: 4.5rem;
        width: 17.25rem;
        z-index: 42;
        color: #37465A;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-align: center;
    }

    #element-557 .x_88b2f1ca {
        text-align: center;
        line-height: 2.25rem;
        font-size: 1.25rem;
    }

    #element-557 .x_8bc80beb {
        color: #002948;
    }

    #element-594 {
        top: 259.125rem;
        left: 1.625rem;
        height: 5.25rem;
        width: 56.375rem;
        z-index: 45;
    }

    #element-594 .btn.btn-effect3d:active {
        box-shadow: none;
    }

    #element-594 .btn:hover {
        background: #00409F;
        color: #FFFFFF;
    }

    #element-594 .btn {
        box-shadow: 0 5px #93CFFF;
        background: #15235C;
        color: #FFFFFF;
        font-size: 1.625rem;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        height: 4.9375rem;
        width: 56.375rem;
        border-radius: 5px;
    }

    #element-539 {
        top: 265.75rem;
        left: 2.3125rem;
        height: 6rem;
        width: 55.0625rem;
        z-index: 23;
        color: #002948;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: left;
    }

    #element-539 .x_9317fdfd {
        text-align: left;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    #element-539 .x_388a4c2a {
        color: #1c4e90;
    }

    #element-539 strong {
        font-weight: 700;
    }

    #element-525 {
        top: 273.625rem;
        left: 26.875rem;
        height: 42.5rem;
        width: 30.875rem;
        z-index: 20;
    }

    #element-527 {
        top: 280.5rem;
        left: 2rem;
        height: 22rem;
        width: 27.0625rem;
        z-index: 44;
        color: #1F2984;
        font-size: 2.75rem;
        line-height: 5.5rem;
        text-align: left;
    }

    #element-527 .x_fdb70e73 {
        text-align: left;
        line-height: 5.5rem;
        font-size: 2.75rem;
    }

    #element-527 .x_da0309e1 {
        color: #15235c;
    }

    #element-559 {
        top: 289.875rem;
        left: 26.875rem;
        height: 11.125rem;
        width: 8.5rem;
        z-index: 43;
    }

    #element-559 .shape {
        border: 0;
        background: rgb(255, 255, 255);
    }

    #element-529 {
        top: 304.125rem;
        left: 1.0625rem;
        height: 9.3125rem;
        width: 27.375rem;
        z-index: 21;
    }

    #element-529 .btn.btn-effect3d:active {
        box-shadow: none;
    }

    #element-529 .btn:hover {
        background: #00409F;
        color: #FFFFFF;
    }

    #element-529 .btn {
        box-shadow: 0 7px #93CFFF;
        background: #15235C;
        color: #FFFFFF;
        font-size: 1.625rem;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        height: 8.875rem;
        width: 27.375rem;
        border-radius: 5px;
    }

    #page-block-1gssblkxd0uh {
        height: 23.5625rem;
        max-width: 100%;
    }

    #page-block-1gssblkxd0uh .section-holder-border {
        border: 0;
    }

    #page-block-1gssblkxd0uh .section-block {
        background: rgb(255, 255, 255);
        height: 23.5625rem;
    }

    #page-block-1gssblkxd0uh .section-holder-overlay {
        display: none;
    }

    #element-690 {
        top: 1.5rem;
        left: 0;
        height: 20.1875rem;
        width: 59.9375rem;
        z-index: 6;
        color: #555555;
        font-size: 0.75rem;
        line-height: 1.05rem;
        text-align: left;
    }

    #element-690 .x_3206b8d5 {
        text-align: left;
        line-height: 1.0625rem;
        font-size: 0.75rem;
    }

    #element-690 .x_ed039adf {
        color: #b3b3b3;
    }

    #element-690 strong {
        font-weight: 700;
    }

    #page-block-d06mv2fmijw {
        height: 7.9375rem;
        max-width: 100%;
    }

    #page-block-d06mv2fmijw .section-holder-border {
        border: 0;
    }

    #page-block-d06mv2fmijw .section-block {
        background: rgb(20, 26, 38);
        height: 7.9375rem;
    }

    #page-block-d06mv2fmijw .section-holder-overlay {
        display: none;
    }

    #element-388 {
        top: 2.1875rem;
        left: 13.6875rem;
        height: 1.375rem;
        width: 32.625rem;
        z-index: 3;
        color: #FFFFFF;
        font-size: 1rem;
        line-height: 1.4rem;
        text-align: center;
    }

    #element-388 .x_2c80ab57 {
        text-align: center;
        line-height: 1.375rem;
        font-size: 1rem;
    }

    #element-388 .x_f2074b6c {
        color: #ffffff;
    }

    #element-415 {
        top: 4.5625rem;
        left: 9.75rem;
        height: 1.375rem;
        width: 40.4375rem;
        z-index: 18;
        color: #FFFFFF;
        font-size: 1rem;
        line-height: 1.4rem;
        text-align: center;
    }

    #element-415 .x_2c80ab57 {
        text-align: center;
        line-height: 1.375rem;
        font-size: 1rem;
    }

    #element-415 .x_f2074b6c {
        color: #ffffff;
    }

    #page-block-htirjaylpwf {
        height: 3.75rem;
        max-width: 100%;
    }

    #page-block-htirjaylpwf .section-holder-border {
        border: 0.0625rem solid #E1E1E1;
        border-right: 0;
        border-left: 0;
    }

    #page-block-htirjaylpwf .section-block {
        background: rgb(20, 26, 38);
        height: 3.75rem;
    }

    #page-block-htirjaylpwf .section-holder-overlay {
        display: none;
    }

    #element-684 {
        top: 1.3125rem;
        left: 2.375rem;
        height: 1.375rem;
        width: 8.625rem;
        z-index: 4;
        color: #555555;
        font-size: 0.875rem;
        line-height: 1.4rem;
        text-align: center;
    }

    #element-684 .x_938e8cfc {
        text-align: center;
        line-height: 1.375rem;
        font-size: 0.875rem;
    }

    #element-684 .x_f2074b6c {
        color: #ffffff;
    }

    #element-689 {
        top: 1.3125rem;
        left: 17.625rem;
        height: 1.375rem;
        width: 8.625rem;
        z-index: 56;
        color: #555555;
        font-size: 0.875rem;
        line-height: 1.4rem;
        text-align: center;
    }

    #element-689 .x_938e8cfc {
        text-align: center;
        line-height: 1.375rem;
        font-size: 0.875rem;
    }

    #element-689 .x_f2074b6c {
        color: #ffffff;
    }

    #element-685 {
        top: 1.3125rem;
        left: 26.9375rem;
        height: 1.375rem;
        width: 8.6875rem;
        z-index: 5;
        color: #555555;
        font-size: 0.875rem;
        line-height: 1.4rem;
        text-align: center;
    }

    #element-685 .x_938e8cfc {
        text-align: center;
        line-height: 1.375rem;
        font-size: 0.875rem;
    }

    #element-685 .x_f2074b6c {
        color: #ffffff;
    }

    #element-686 {
        top: 1.3125rem;
        left: 45.75rem;
        height: 1.375rem;
        width: 13.8125rem;
        z-index: 8;
        color: #555555;
        font-size: 0.875rem;
        line-height: 1.4rem;
        text-align: center;
    }

    #element-686 .x_938e8cfc {
        text-align: center;
        line-height: 1.375rem;
        font-size: 0.875rem;
    }

    #element-686 .x_f2074b6c {
        color: #ffffff;
    }

    .notification-text {
        font-size: 3.125rem;
    }

    #popup-01ox67ac2y7x .lightbox-content {
        height: 69.3125rem;
        width: 60rem;
    }

    #element-687 {
        top: 1.9375rem;
        left: 14.875rem;
        height: 3.125rem;
        width: 30.4375rem;
        z-index: 3;
        color: #000000;
        font-size: 2.25rem;
        line-height: 3.15rem;
        text-align: center;
    }

    #element-687 .x_f9ab2599 {
        text-align: center;
        line-height: 3.15rem;
        font-size: 2.25rem;
    }

    #element-688 {
        top: 7.6875rem;
        left: 1.1875rem;
        height: 56rem;
        width: 57.6875rem;
        z-index: 4;
        color: #000000;
        font-size: 1rem;
        line-height: 1.4rem;
        text-align: left;
    }

    #element-688 .x_2f09737d {
        text-align: left;
        line-height: 1.4rem;
        font-size: 1rem;
    }

    #element-688 strong {
        font-weight: 700;
    }
}