@font-face {
    font-display: swap;
    font-family: "proxima-nova";
    font-weight: 400;
    font-style: normal;
    src: url(../font/proxima-nova_regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "proxima-nova";
    font-weight: 700;
    font-style: normal;
    src: url(../font/proxima-nova_bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "univia-pro";
    font-weight: 700;
    font-style: normal;
    src: url(../font/univiapro-bold.woff2) format("woff2")
}

@font-face {
    font-family: "proxima-nova-fallback";
    size-adjust: 99%;
    ascent-override: 88%;
    src: local("Arial")
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    overflow: auto
}

code {
    word-wrap: break-word
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

ol,
ul {
    padding-left: 2em
}

dt {
    font-weight: 400
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0
}

img,
svg {
    vertical-align: middle
}

table {
    border-spacing: 0;
    caption-side: bottom;
    border-collapse: collapse
}

th {
    font-weight: inherit;
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button {
    border-radius: 0;
    color: inherit
}

button:focus:not(:focus-visible) {
    outline: 0
}

[role=button] {
    cursor: pointer
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    font: inherit
}

legend+* {
    clear: left
}

progress {
    vertical-align: baseline
}

textarea {
    resize: vertical
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

details {
    display: block
}

template {
    display: none
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

iframe {
    border: 0
}

[hidden] {
    display: none !important
}

:root {
    --defaultSectionWidth: 84.375rem;
    --sectionMargin: 2.5rem;
    --sectionPadding: 1.25rem;
    --paragraphMargin: 1.3333333333em;
    --breakXXS: 22.5em;
    --breakXS: 26.25em;
    --breakS: 33.75em;
    --breakM: 48em;
    --breakL: 62em;
    --breakXL: 75em;
    --breakXXL: 90em;
    --breakXXXL: 103.75em;
    --mobileMenuBreak: var(--breakL)
}

@media (min-width:48em) {
    :root {
        --sectionMargin: 3.125rem
    }
}

@media (min-width:62em) {
    :root {
        --sectionMargin: 3.75rem
    }
}

@media (min-width:75em) {
    :root {
        --sectionMargin: 4.375rem
    }
}

body {
    font-family: "proxima-nova", "proxima-nova-fallback", sans-serif;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background: #465a9b
}

@media print {
    body {
        color: #000;
        background: #fff
    }
}

.h1,
h1 {
    font-family: "univia-pro", "proxima-nova", "proxima-nova-fallback", sans-serif;
    font-size: 1.75rem;
    line-height: 1.3333333333;
    font-weight: 700;
    margin-block: 0 .9166666667em
}

@media (min-width:33.75em) {

    .h1,
    h1 {
        font-size: 2rem
    }
}

@media (min-width:48em) {

    .h1,
    h1 {
        font-size: 2.25rem
    }
}

@media (min-width:62em) {

    .h1,
    h1 {
        font-size: 2.625rem
    }
}

@media (min-width:75em) {

    .h1,
    h1 {
        font-size: 3rem
    }
}

.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-block: 2.4em .7em
}

.h2,
.h3,
h2,
h3 {
    font-weight: 700
}

.h3,
h3 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-block: 2.1111111111em .5555555556em
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-block: 2em .8em
}

a {
    color: inherit;
    -webkit-text-decoration: underline currentColor;
    text-decoration: underline currentColor
}

@media (hover:hover) and (pointer:fine) {
    a {
        transition-property: text-decoration-color;
        transition-duration: .2s
    }

    a:hover {
        text-decoration-color: transparent
    }
}

a[href^="mailto:"] {
    overflow-wrap: break-word
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

ol,
ul {
    margin-block: var(--paragraphMargin)
}

ol li,
ul li {
    margin-block: .4444444444em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: .8888888889em;
    margin-bottom: 0
}

ul {
    list-style: none;
    padding-left: 0
}

ul>li {
    position: relative;
    padding-left: .9444444444em
}

ul>li:before {
    content: "";
    width: .2777777778em;
    height: .2777777778em;
    background: currentColor;
    position: absolute;
    left: .125rem;
    top: .5555555556em;
    border-radius: 50%
}

ol {
    list-style: none;
    padding-left: 0
}

ol>li {
    position: relative;
    padding-left: .9444444444em
}

ol>li:before {
    content: counter(list-item) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #465a9b;
    font-weight: 700
}

table {
    width: 100%;
    margin-block: var(--paragraphMargin);
    border: 1px solid #fff
}

table td,
table th {
    border: 1px solid #fff;
    padding: .6666666667em .4444444444em;
    vertical-align: middle
}

table th {
    font-weight: 700;
    text-align: left
}

hr {
    margin-block: var(--paragraphMargin);
    color: currentColor;
    background-color: currentColor;
    border: 0
}

hr:not([size]) {
    height: 1px
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

p {
    margin-block: var(--paragraphMargin)
}

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

[type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
select,
textarea {
    display: block;
    width: 100%;
    height: 3.125rem;
    min-width: 0;
    border: 1px solid #dadeeb;
    border-radius: .5rem;
    background: linear-gradient(180deg, #fff 0, #f4f5fa);
    padding: 0 1rem;
    outline: 0 !important;
    font-size: 1.125rem;
    color: #465a9b
}

[type=email]::-ms-clear,
[type=password]::-ms-clear,
[type=search]::-ms-clear,
[type=tel]::-ms-clear,
[type=text]::-ms-clear,
[type=url]::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
    display: none
}

[type=email]::-ms-reveal,
[type=password]::-ms-reveal,
[type=search]::-ms-reveal,
[type=tel]::-ms-reveal,
[type=text]::-ms-reveal,
[type=url]::-ms-reveal,
select::-ms-reveal,
textarea::-ms-reveal {
    display: none
}

textarea {
    height: 7.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    resize: none
}

select {
    padding-right: 0
}

::-moz-placeholder {
    opacity: 1;
    color: #282828
}

::placeholder {
    opacity: 1;
    color: #282828
}

:first-child {
    margin-top: 0
}

:last-child {
    margin-bottom: 0
}

.menu_item,
.menu_list,
.select_active,
.select_item,
.select_list {
    margin-top: 0;
    margin-bottom: 0
}

.menu_item,
.select_item {
    padding-left: 0
}

.menu_item:before,
.select_item:before {
    content: none
}

.address_clear,
.address_edit,
.menuOpener {
    padding: 0;
    border: 0;
    background: none
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: .9090909091em;
    column-gap: .9090909091em;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: .6875rem 1.125rem;
    border-radius: .5rem;
    border: 2px solid #465a9b;
    background: #465a9b;
    transition-property: background-color, border-color, color;
    transition-duration: .2s
}

.button:disabled {
    background-color: hsla(0, 0%, 100%, .3);
    border-color: transparent
}

.button:where(:not(:disabled)) {
    cursor: pointer
}

@media (hover:hover) and (pointer:fine) {
    .button:where(:not(:disabled)) {
        transition-property: background-color, border-color;
        transition-duration: .2s
    }

    .button:where(:not(:disabled)):hover {
        background-color: #586aa4;
        border-color: #586aa4
    }
}

.button__secondary {
    background-color: #e63c41;
    border-color: #e63c41
}

@media (hover:hover) and (pointer:fine) {
    .button__secondary:where(:not(:disabled)) {
        transition-property: background-color, border-color;
        transition-duration: .2s
    }

    .button__secondary:where(:not(:disabled)):hover {
        background-color: #e84f53;
        border-color: #e84f53
    }
}

.hamburgerCross {
    display: block;
    position: relative;
    width: 2rem;
    height: 1.5625rem
}

.hamburgerCross span,
.hamburgerCross:after,
.hamburgerCross:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2rem;
    height: .1875rem;
    transform-origin: 50% 50%
}

.hamburgerCross:before {
    top: 0;
    background: currentColor;
    transition-property: top, transform;
    transition-duration: .08s, .12s;
    transition-timing-function: ease-in-out;
    transition-delay: .12s, 0s
}

.hamburgerCross span {
    top: .6875rem;
    background: currentColor;
    transition-property: opacity;
    transition-duration: 0s;
    transition-timing-function: linear;
    transition-delay: .08s
}

.hamburgerCross:after {
    top: 1.375rem;
    background: currentColor;
    transition-property: top, transform;
    transition-duration: .08s, .12s;
    transition-timing-function: ease-in-out;
    transition-delay: .12s, 0s
}

.hamburgerCross.isActive:before,
.isActive .hamburgerCross:before {
    top: .6875rem;
    transform: rotate(-45deg);
    transition-delay: 0s, .08s
}

.hamburgerCross.isActive span,
.isActive .hamburgerCross span {
    opacity: 0
}

.hamburgerCross.isActive:after,
.isActive .hamburgerCross:after {
    top: .6875rem;
    transform: rotate(45deg);
    transition-delay: 0s, .08s
}

.ico {
    pointer-events: none;
    fill: currentColor
}

.inner {
    width: 100%;
    max-width: calc(var(--sectionWidth, var(--defaultSectionWidth)) + var(--sectionPadding)*2);
    margin-inline: auto;
    padding-inline: var(--sectionPadding)
}

.menuOpener {
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #646464;
    width: 3.75rem;
    height: 3.75rem;
    transition-property: background-color, color;
    transition-duration: .2s
}

.menuOpener_cross,
.menuOpener_dots {
    grid-row: 1;
    grid-column: 1;
    transition-property: opacity;
    transition-duration: .2s
}

.menuOpener_cross {
    width: .875rem;
    height: .875rem;
    opacity: 0
}

.menuOpener_dots {
    width: 1.375rem;
    height: .25rem
}

.menuOpener.isActive {
    background: #465a9b;
    color: #fff
}

.menuOpener.isActive .menuOpener_cross {
    opacity: 1
}

.menuOpener.isActive .menuOpener_dots {
    opacity: 0
}

@media (min-width:62em) {
    .menuOpener {
        display: none
    }
}

.form_buttons,
.form_fields {
    display: grid;
    row-gap: .9375rem
}

.form_label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2222222222
}

.form_buttons {
    margin-top: 1.5625rem
}

@media (min-width:33.75em) {
    .form_fields {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .form_buttons,
    .form_fields {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .form_buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .form_label {
        margin-bottom: .9375rem
    }
}

@media (min-width:48em) {

    .form_buttons,
    .form_fields {
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .form_buttons {
        margin-top: 2.5rem
    }
}

.menu_list {
    padding-bottom: 1px
}

.menu_item {
    margin-top: 1px
}

.menu_item.isActive .menu_link {
    color: #465a9b;
    position: relative
}

.menu_item.isActive .menu_link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .25rem;
    height: 100%;
    background-color: currentColor
}

.menu_link {
    --px: var(--sectionPadding);
    --py: 0.6875rem;
    display: block;
    padding: var(--py) var(--px);
    text-transform: uppercase;
    line-height: 1.2777777778;
    color: inherit;
    text-decoration: none;
    position: relative;
    background: #fff;
    transition-property: color, background-color;
    transition-duration: .2s
}

@media (hover:hover) and (pointer:fine) {
    .menu_link {
        transition-property: color;
        transition-duration: .2s
    }

    .menu_link:hover {
        color: #465a9b
    }
}

@media (min-width:62em) {
    .menu_list {
        display: flex;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .menu_item.isActive .menu_link:before {
        width: auto;
        height: 1px;
        inset: auto -.25rem 0 -.25rem
    }

    .menu_link {
        --px: 0;
        --py: 0.125rem;
        background: none
    }
}

.section_inner {
    margin-top: var(--sectionMargin);
    margin-bottom: var(--sectionMargin)
}

.address {
    position: relative
}

.address_field {
    padding-left: 2.4375rem;
    padding-right: 11.25rem
}

.address.isDisabled .address_field {
    padding-right: 3.25rem;
    color: #282828
}

.address_pin {
    position: absolute;
    left: .8125rem;
    top: .875rem;
    color: #e63c41;
    width: 1.0625rem;
    height: 1.25rem
}

.address.isDisabled .address_pin {
    color: #465a9b
}

.address_edit {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0 .5rem .5rem 0;
    place-items: center
}

@media (hover:hover) and (pointer:fine) {
    .address_edit {
        transition-property: background-color;
        transition-duration: .2s
    }

    .address_edit:hover {
        background-color: #dadeeb
    }
}

.address.isDisabled .address_edit {
    display: grid
}

.address_pen {
    width: 1.125rem;
    height: 1.125rem
}

.address_search {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.address.isDisabled .address_search {
    display: none
}

.address_clear {
    position: absolute;
    top: .9375rem;
    right: 9.8125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: rgba(40, 40, 40, .15);
    display: grid;
    place-items: center;
    color: #282828
}

@media (hover:hover) and (pointer:fine) {
    .address_clear {
        transition-property: background-color;
        transition-duration: .2s
    }

    .address_clear:hover {
        background-color: rgba(40, 40, 40, .35)
    }
}

.address.isDisabled .address_clear {
    display: none
}

.address_cross {
    width: .5rem;
    height: .5rem
}

@media (min-width:48em) {
    .address_field {
        padding-left: 2.875rem
    }

    .address_pin {
        left: .9375rem
    }
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(bg-1000w.jpg) 50% 0/cover no-repeat
}

.bg__solid {
    background: linear-gradient(180deg, #465a9b, #2b436c)
}

@media (min-width:62em) {
    .bg {
        background-image: url(../graphics/bg.jpg)
    }

    .bg__solid {
        background: linear-gradient(180deg, #465a9b, #2b436c)
    }
}

.body {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-height: 100dvh
}

.collapsable+.collapsable {
    border-top: 1px solid rgba(40, 40, 40, .15)
}

.collapsable_header {
    padding: 2rem 0 2rem 1.875rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    color: #465a9b;
    line-height: 1.3125;
    position: relative
}

.collapsable_header:before {
    content: "";
    width: 13px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #e63c41;
    transition-property: background-color;
    transition-duration: .2s
}

.collapsable_header:after {
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    left: 6px;
    top: calc(50% - 6px);
    background: #465a9b;
    transition-property: transform;
    transition-duration: .2s;
    transform: scaleY(0)
}

.isClosed .collapsable_header {
    color: #282828
}

.isClosed .collapsable_header:before {
    background-color: #465a9b
}

.isClosed .collapsable_header:after {
    transform: none
}

@media (hover:hover) and (pointer:fine) {
    .collapsable_header {
        transition-property: color;
        transition-duration: .2s
    }

    .collapsable_header:hover {
        color: #586aa4
    }
}

.collapsable_content {
    padding-bottom: 2rem
}

.isClosed .collapsable_content {
    display: none
}

@media (min-width:33.75em) {
    .collapsable_content {
        padding-left: 1.875rem
    }
}

.footer {
    text-align: center;
    font-size: 1rem
}

.footer_inner {
    display: flex;
    row-gap: .9375rem;
    padding-block: 1.25rem
}

.footer_copyright {
    margin-block: 0
}

.env_badge { padding:2px 6px; border-radius:4px; margin-left:8px;}
.env_dev { background:#d9534f; }     /* red for dev */
.env_lts { background:#147db9; }     /* blue for lts */

.footer_links {
    display: grid;
    justify-items: center;
    row-gap: .625rem
}

@media (min-width:33.75em) {
    .footer_links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -moz-column-gap: 1.125rem;
        column-gap: 1.125rem
    }
}

@media (min-width:48em) {
    .footer_inner {
        padding-block: 2.1875rem
    }
}

@media (min-width:62em) {
    .footer_inner {
        grid-template-columns: repeat(2, auto);
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        justify-content: center
    }
}

.fullscreen {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%
}

.grid {
    grid-template-columns: repeat(var(--columns, 1), minmax(0, 1fr));
    gap: 1.25rem;
    --columns: 1
}

.grid__indicies .graph {
    margin-top: -0.625rem;
}

.grid__columns1 {
    --columns: 1
}

.grid__columns2 {
    --columns: 2
}

.grid__columns3 {
    --columns: 3
}

.grid__columns4 {
    --columns: 4
}

.grid__columns5 {
    --columns: 5
}

.grid__columns6 {
    --columns: 6
}

/* Additional styles for specific alignment */
.left-column {
    justify-self: start; /* Align to the left */
}

.right-column {
    justify-self: end; /* Align to the right */
}

.center-column {
    justify-self: center;
}

@media (min-width:22.5em) {
    .grid__XXScolumns1 {
        --columns: 1
    }

    .grid__XXScolumns2 {
        --columns: 2
    }

    .grid__XXScolumns3 {
        --columns: 3
    }

    .grid__XXScolumns4 {
        --columns: 4
    }

    .grid__XXScolumns5 {
        --columns: 5
    }

    .grid__XXScolumns6 {
        --columns: 6
    }
}

@media (min-width:26.25em) {
    .grid__XScolumns1 {
        --columns: 1
    }

    .grid__XScolumns2 {
        --columns: 2
    }

    .grid__XScolumns3 {
        --columns: 3
    }

    .grid__XScolumns4 {
        --columns: 4
    }

    .grid__XScolumns5 {
        --columns: 5
    }

    .grid__XScolumns6 {
        --columns: 6
    }
}

@media (min-width:33.75em) {
    .grid__Scolumns1 {
        --columns: 1
    }

    .grid__Scolumns2 {
        --columns: 2
    }

    .grid__Scolumns3 {
        --columns: 3
    }

    .grid__Scolumns4 {
        --columns: 4
    }

    .grid__Scolumns5 {
        --columns: 5
    }

    .grid__Scolumns6 {
        --columns: 6
    }
}

@media (min-width:48em) {
    .grid__Mcolumns1 {
        --columns: 1
    }

    .grid__Mcolumns1_graph {
        --columns: 1;
        display: flex; /* Use flexbox to center the single item */
        justify-content: center; /* Center the item horizontally */
    }
    
    .grid__Mcolumns1_graph > .center-column {
        grid-column: 1 / -1; /* Make the single item stretch across both columns */
    }

    .grid__Mcolumns2 {
        --columns: 2
    }

    .grid__Mcolumns3 {
        --columns: 3
    }

    .grid__Mcolumns4 {
        --columns: 4
    }

    .grid__Mcolumns5 {
        --columns: 5
    }

    .grid__Mcolumns6 {
        --columns: 6
    }
}

@media (min-width:62em) {
    .grid__Lcolumns1 {
        --columns: 1
    }

    .grid__Lcolumns2 {
        --columns: 2
    }

    .grid__Lcolumns3 {
        --columns: 3
    }

    .grid__Lcolumns4 {
        --columns: 4
    }

    .grid__Lcolumns5 {
        --columns: 5
    }

    .grid__Lcolumns6 {
        --columns: 6
    }
}

@media (min-width:75em) {
    .grid__XLcolumns1 {
        --columns: 1;
    }

    .grid__XLcolumns1_graph {
        --columns: 1;
        display: flex; /* Use flexbox to center the single item */
        justify-content: center; /* Center the item horizontally */
    }
    
    .grid__XLcolumns1_graph > .center-column {
        grid-column: 1 / -1; /* Make the single item stretch across both columns */
    }

    .grid__XLcolumns2 {
        --columns: 2
    }

    .grid__XLcolumns3 {
        --columns: 3
    }

    .grid__XLcolumns4 {
        --columns: 4
    }

    .grid__XLcolumns5 {
        --columns: 5
    }

    .grid__XLcolumns6 {
        --columns: 6
    }
}

@media (min-width:90em) {
    .grid__XXLcolumns1 {
        --columns: 1
    }

    .grid__XXLcolumns2 {
        --columns: 2
    }

    .grid__XXLcolumns3 {
        --columns: 3
    }

    .grid__XXLcolumns4 {
        --columns: 4
    }

    .grid__XXLcolumns5 {
        --columns: 5
    }

    .grid__XXLcolumns6 {
        --columns: 6
    }
}

@media (min-width:103.75em) {
    .grid__XXXLcolumns1 {
        --columns: 1
    }

    .grid__XXXLcolumns2 {
        --columns: 2
    }

    .grid__XXXLcolumns3 {
        --columns: 3
    }

    .grid__XXXLcolumns4 {
        --columns: 4
    }

    .grid__XXXLcolumns5 {
        --columns: 5
    }

    .grid__XXXLcolumns6 {
        --columns: 6
    }
}

@media (min-width:33.75em) {
    .grid__indicies {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center
    }
}

@media (min-width:62em) {
    .grid {
        gap: 1.875rem
    }
}

.header {
    background: #fff
}

.header_inner {
    position: relative;
    height: 3.75rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center
}

.header_logo {
    width: 9.875rem
}

.header_mobileMenu {
    position: absolute;
    top: -617.25rem;
    right: 0;
    z-index: 99;
    transform: translateY(20px);
    opacity: 0;
    transition: top 0s .2s, transform .2s, opacity .2s;
    background: #465a9b;
    width: 100%;
    color: #282828
}

.header_mobileMenu.isOpened {
    top: 100%;
    transform: translateY(0);
    opacity: 1;
    transition: top 0s 0s, transform .2s, opacity .2s
}

.header_opener {
    margin-right: -1.25rem
}

.header_langs {
    margin-right: 1.125rem;
    position: relative
}

.header_langs:before {
    content: "";
    width: 1px;
    height: 1.5625rem;
    position: absolute;
    top: 0;
    right: -1.125rem;
    background: #c3c3c3;
    pointer-events: none
}

@media (min-width:62em) {
    .header_opener {
        display: none
    }

    .header_inner {
        height: 5rem
    }

    .header_mobileMenu {
        display: contents
    }

    .header_langs {
        margin-right: 0;
        margin-left: 2.75rem
    }

    .header_langs:before {
        content: none
    }
}

.help_developers,
.help_other {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px dotted hsla(0, 0%, 100%, .5)
}

@media (min-width:62em) {
    .help {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .help_heading {
        grid-column: 1/-1
    }

    .help_main {
        padding-right: 3.75rem;
        grid-row: span 2;
        border-right: 1px dotted hsla(0, 0%, 100%, .5)
    }

    .help_developers,
    .help_other {
        padding-left: 3.75rem;
        padding-bottom: 2.5rem
    }

    .help_other {
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }

    .help_developers {
        padding-top: 5rem
    }
}

.hint {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    font-size: .75rem;
    font-weight: 400;
    color: #465a9b;
    line-height: 1.5;
    text-align: center;
    background-color: rgba(70, 90, 155, .1);
    border-radius: 50%;
    cursor: help
}

.langs {
    position: relative
}

.langs,
.langs_active {
    display: flex;
    align-items: center
}

.langs_active {
    -moz-column-gap: .6875rem;
    column-gap: .6875rem;
    cursor: pointer;
    color: #d6d8ec;
    transition-property: color;
    transition-duration: .2s
}

.langs.isOpened .langs_active,
.langs_active:hover {
    color: #465a9b
}

.langs_flag {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.langs_flag:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    border: 2px solid
}

.langs_flagIco {
    display: block;
    width: 100%;
    height: 100%
}

.langs_box {
    width: 6.875rem;
    background: linear-gradient(180deg, #465a9b, #2b436c);
    border-radius: .5rem;
    padding-block: .75rem;
    position: absolute;
    top: -617.25rem;
    right: -1.125rem;
    z-index: 99;
    transform: translateY(20px);
    opacity: 0;
    transition: top 0s .2s, transform .2s, opacity .2s
}

.langs.isOpened .langs_box {
    top: calc(100% + 1.375rem);
    transform: translateY(0);
    opacity: 1;
    transition: top 0s 0s, transform .2s, opacity .2s
}

.langs_box:before {
    content: "";
    position: absolute;
    top: -.625rem;
    right: 1.25rem;
    width: 0;
    height: 0;
    border-color: transparent transparent #465a9b;
    border-style: solid;
    border-width: 0 .6875rem .6875rem
}

.langs_lang {
    display: grid;
    grid-template-columns: 1.5625rem auto;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: .6875rem;
    column-gap: .6875rem;
    color: #c3c3c3;
    font-size: 1.25rem;
    text-decoration: none;
    padding: .625rem 1.3125rem .625rem 1.125rem;
    transition-property: color;
    transition-duration: .2s
}

.langs_lang:hover {
    color: #fff
}

.langs_lang--disabled {
    pointer-events: none;
    opacity: .8
}

.langs_lang--disabled .langs_flag {
    filter: grayscale(100%)
}

.logo_image {
    display: block;
    max-width: 100%
}

.mainForm {
    margin: min(3.875rem, var(--sectionMargin)) auto 0;
    max-width: 55.625rem;
    display: grid
}

.mainForm_fields {
    border-bottom: 1px dotted hsla(0, 0%, 100%, .5);
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem
}

@media (min-width:33.75em) {
    .mainForm_switcher {
        display: grid;
        justify-content: center
    }
}

@media (min-width:48em) {
    .mainForm {
        grid-template-columns: auto auto;
        justify-content: space-between
    }

    .mainForm_fields {
        grid-column: 1/-1;
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem
    }

    .mainForm_buttons {
        margin-top: 0
    }
}

.results {
    display: grid;
    row-gap: .9375rem
}

.results_stage {
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    color: #282828
}

.results_header {
    background: linear-gradient(180deg, #fff, rgba(40, 40, 40, .05));
    padding: 1.25rem;
    display: grid;
    row-gap: 1.55rem
}

.results_info {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.3125;
    display: grid;
    row-gap: .5rem
}

.results_info a {
    color: #465a9b
}

.results_headerColumn {
    display: contents
}

.results_label {
    opacity: .7
}

.results_section {
    padding: 1.25rem;
    border-top: 1px dotted #465a9b
}

.results_heading {
    color: #465a9b;
    margin-bottom: 1.25rem
}

.results_heading_centered {
    color: #465a9b;
    margin-bottom: 1.25rem
}

.results_subheading {
    font-size: .875rem;
    font-weight: 1000;
    margin-block: 0
}

.results_subheading_regular {
    font-size: .875rem;
    font-weight: 400;
    margin-block: 0
}

.results_mapWrap {
    place-self: center stretch; /* Center the map and allow it to stretch */
    width: 100%; /* Full width of the grid area */
}

.results_mapWrap img {
    display: block; /* Remove any inline sizing */
    width: 100%; /* Full width of the container */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Maximum width is the width of the container */
    max-height: 100%; /* Maximum height is the height of the container */
    object-fit: contain; /* Ensure the map scales within the container */
}

@media (min-width:26.25em) {
    .results_info {
        grid-template-columns: repeat(2, auto);
        gap: 0 .875rem
    }

    .results_item {
        display: contents
    }
}

@media (min-width:33.75em) {
    .results_info {
        grid-template-columns: auto minmax(0, 1fr);
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }
}

@media (min-width:48em) {
    .results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        align-items: start
    }

    .results_select {
        order: -1
    }

    .results_stage {
        grid-column: 1/-1
    }

    .results_header {
        grid-template-columns: auto minmax(12.5rem, 1fr);
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem
    }

    .results_heading {
        margin-bottom: 1.875rem
    }

    .results_heading_centered {
        margin-bottom: 1.875rem;
        text-align: center;
    }
}

@media (min-width:62em) {
    .results {
        gap: 1.25rem 1.875rem
    }

    .results_header {
        -moz-column-gap: 5.625rem;
        column-gap: 5.625rem;
        padding: 2.5rem 3.125rem
    }

    .results_section {
        padding: 3.125rem
    }
}

@media (min-width:75em) {
    .results_header {
        grid-template-columns: minmax(0, 1fr) 18rem
    }

    .results_info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 5.625rem;
        column-gap: 5.625rem
    }

    .results_headerColumn {
        display: grid;
        grid-template-columns: auto auto;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        align-content: start
    }
}

.select {
    line-height: 1.1111111111;
    position: relative
}

.select_active {
    border: 1px solid #dadeeb;
    border-radius: .5rem;
    background: linear-gradient(180deg, #fff 0, #fff 50%, #f4f5fa) 0 100%/100% 200%;
    color: #282828;
    padding: .25rem 1.6875rem .25rem 0;
    cursor: pointer;
    transition-property: background-position-y, border-color;
    transition-duration: .2s
}

.select.isOpened .select_active {
    background-position-y: 0;
    border-color: #282828
}

.select_arrow {
    top: 1.375rem;
    right: .875rem;
    width: .625rem;
    height: .375rem;
    pointer-events: none
}

.select_arrow,
.select_list {
    position: absolute;
    color: #282828
}

.select_list {
    left: 0;
    top: -617.25rem;
    z-index: 99;
    transform: translateY(20px);
    opacity: 0;
    transition: top 0s .2s, transform .2s, opacity .2s;
    right: 0;
    background: #fff;
    border: 1px solid #282828;
    border-top-color: rgba(40, 40, 40, .5);
    border-radius: 0 0 .5rem .5rem;
    font-size: 1rem;
    line-height: 1.25
}

.select_list:before {
    content: "";
    position: absolute;
    left: -.0625rem;
    top: -.6875rem;
    right: -1px;
    height: .625rem;
    background: #fff;
    border-inline: 1px solid #282828
}

.select.isOpened .select_list {
    top: 100%;
    transform: translateY(0);
    opacity: 1;
    transition: top 0s 0s, transform .2s, opacity .2s
}

.select_item {
    padding: .625rem .9375rem .625rem 1rem;
    display: grid;
    grid-template-columns: 1.4375rem minmax(0, 1fr) auto;
    border-top: 1px solid #e1e1e1;
    cursor: pointer
}

.select_item:first-child {
    border-top: 0
}

.select_active .select_item {
    font-size: 1.125rem;
    line-height: 1.1111111111
}

@media (hover:hover) and (pointer:fine) {
    .select_list .select_item {
        transition-property: color, background-color, font-weight;
        transition-duration: .2s
    }

    .select_list .select_item:hover {
        background-color: rgba(70, 90, 155, .05)
    }
}

.select_list .select_item.isActive {
    color: #465a9b;
    background-color: rgba(255, 46, 74, .1);
    font-weight: 700
}

.select_itemRight {
    margin-left: 1rem
}

.select_itemLabel {
    color: #282828;
    font-weight: 400
}

.select_active .select_itemLabel {
    display: none
}

.select_active .select_itemPercent {
    font-weight: 700
}

.switcher {
    display: grid;
    grid-auto-flow: column
}

.switcher_item {
    position: relative;
    cursor: pointer
}

.switcher_input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0
}

.switcher_el {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: .8125rem 1.25rem;
    --leftGradient: linear-gradient(90deg, rgba(43, 67, 108, .2), rgba(43, 67, 108, 0)) 0rem 0rem /0.9375rem 100% no-repeat;
    --rightGradient: linear-gradient(270deg, rgba(43, 67, 108, .2), rgba(43, 67, 108, 0)) 100% 0rem /0.9375rem 100% no-repeat;
    background: var(--leftGradient), #465a9b var(--rightGradient);
    transition-property: background-color, background-position-x, color;
    transition-duration: .2s
}

.switcher_item:first-child .switcher_el {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    background: #465a9b var(--rightGradient)
}

.switcher_item:last-child .switcher_el {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background: #465a9b var(--leftGradient)
}

.switcher_item:hover .switcher_el {
    background-color: #282828;
    background-position-x: -.9375rem, calc(100% + .9375rem)
}

.switcher_item:first-child .switcher_input:checked+.switcher_el,
.switcher_item:first-child:hover .switcher_el {
    background-position-x: calc(100% + .9375rem)
}

.switcher_item:last-child .switcher_input:checked+.switcher_el,
.switcher_item:last-child:hover .switcher_el {
    background-position-x: -.9375rem
}

.switcher_input:checked+.switcher_el {
    background-color: #fff;
    background-position-x: -.9375rem, calc(100% + .9375rem);
    color: #465a9b
}

.tokenForm {
    margin: min(3.875rem, var(--sectionMargin)) auto 0
}

.tokenForm_links {
    margin-top: .9375rem
}

@media (min-width:26.25em) {
    .tokenForm {
        max-width: 23.75rem;
        border: .3125rem solid hsla(0, 0%, 100%, .3);
        border-radius: .9375rem;
        background: rgba(43, 67, 108, .7);
        padding: 1.875rem
    }
}

@media (min-width:33.75em) {
    .tokenForm {
        max-width: 26.25rem;
        padding: 2.8125rem
    }

    .tokenForm_fields {
        grid-template-columns: none;
        row-gap: 1.375rem
    }

    .tokenForm_buttons {
        display: grid;
        justify-content: stretch
    }
}

@media (min-width:48em) {
    .tokenForm_fields {
        row-gap: 2.0625rem
    }
}

.hidden {
    display: none
}

.block {
    display: block
}

.grid {
    display: grid
}

.text-center {
    text-align: center
}