@font-face {
    font-display: optional;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(/static/build/pub/fonts/Inter-Regular.c8ba52b05a.woff2) format("woff2")
}

@font-face {
    font-display: optional;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(/static/build/pub/fonts/Inter-Bold.ec64ea577b.woff2) format("woff2")
}

@font-face {
    font-display: optional;
    font-family: PTMono;
    font-style: normal;
    font-weight: 400;
    src: url(/static/build/pub/fonts/PTMono-Regular.351df47a10.woff2) format("woff2")
}

*,
:after,
:before {
    border: 0 solid var(--shade-2, #e6e6e6);
    box-sizing: border-box
}

* {
    scroll-margin: 60px
}

:after,
:before {
    --tw-content: ""
}

html {
    height: 100%
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: var(--body-bg, #fff);
    color: var(--body-color, #000);
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    min-height: 100vh;
    padding-top: 60px;
    scroll-behavior: smooth;
    text-align: start
}

@media(min-width:768px) {
    body {
        font-size: 20px
    }
}

body ::-webkit-scrollbar {
    height: 7px;
    width: 7px
}

body ::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: none
}

body ::-webkit-scrollbar-thumb {
    background-color: var(--shade-1, #f1f1f1);
    border-radius: 10px;
    -webkit-transition: background-color .15s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .15s cubic-bezier(.4, 0, .2, 1)
}

body ::-webkit-scrollbar-thumb:hover {
    background-color: var(--shade-2, #e6e6e6)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0
}

h1 {
    font-size: 30px
}

@media(min-width:1024px) {
    h1 {
        font-size: 36px
    }
}

h2 {
    font-size: 28px
}

@media(min-width:1024px) {
    h2 {
        font-size: 30px
    }
}

h3 {
    font-size: 26px
}

@media(min-width:1024px) {
    h3 {
        font-size: 28px
    }
}

h4 {
    font-size: 24px
}

@media(min-width:1024px) {
    h4 {
        font-size: 26px
    }
}

h5 {
    font-size: 22px
}

@media(min-width:1024px) {
    h5 {
        font-size: 24px
    }
}

h6 {
    font-size: 20px
}

@media(min-width:1024px) {
    h6 {
        font-size: 22px
    }
}

p {
    margin-top: 0
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

svg {
    display: flex
}

blockquote,
dd,
dl,
figure,
ol,
ul {
    margin: 0;
    padding: 0
}

dt {
    font-weight: inherit
}

b,
strong {
    font-weight: 700
}

a {
    background-color: transparent;
    color: currentColor;
    font-size: inherit;
    text-decoration: none;
    text-transform: none
}

a:not([class]) {
    color: var(--primary, #003cff);
    font-weight: 700
}

a:not([class]):hover {
    opacity: .75
}

abbr {
    text-decoration: none
}

table {
    border-collapse: collapse
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: PTMono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    background-color: transparent;
    border: 0 solid var(--shade-2, #e6e6e6);
    margin: 0;
    overflow: visible;
    padding: 0;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

button {
    border-radius: 0;
    color: currentColor;
    cursor: pointer
}

button:focus:not(:focus-visible) {
    outline: 0
}

[role=button] {
    cursor: pointer
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::file-selector-button {
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

a,
button,
input,
select,
textarea {
    transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), border-color .15s cubic-bezier(.4, 0, .2, 1), box-shadow .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1), filter .15s cubic-bezier(.4, 0, .2, 1)
}

kbd {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity));
    border-radius: .25rem;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-family: Inter, Arial, sans-serif;
    font-weight: 700;
    padding: .125rem .5rem;
    text-align: center
}

































































.c-btn--link {
    transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity
}

.c-btn--link:hover {
    cursor: pointer;
    opacity: .75
}





























@media(min-width:768px) {
    .c-header__logo {
        -webkit-margin-end: 40px;
        margin-inline-end: 40px
    }
}



@media(min-width:768px) {
    .c-header__logo {
        margin-top: -5px
    }
    .c-header__logo img {
        height: 34px
    }
}





@media(min-width:1024px) {
    .c-header__nav {
        align-items: center;
        display: flex;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
        visibility: hidden;
        width: 100%
    }
    html[dir=rtl] .c-header__nav {
        left: auto;
        right: 0
    }
}



















.c-menu,
.is-menu-open body {
    overflow: hidden
}





@media(min-width:768px) {
    .c-menu {
        --s-left: 72px;
        --s-right: 35px
    }
    html[dir=rtl] .c-menu {
        --s-left: 35px;
        --s-right: 72px
    }
}

































@media(min-width:1024px) {
    .c-footer {
        grid-template-columns: repeat(2, 1fr)
    }
}



@media(min-width:768px) {
    .c-footer__row {
        margin-inline: -18px
    }
}



@media(min-width:768px) {
    .c-footer__row-item {
        padding-inline: 18px
    }
}





@media(min-width:1024px) {
    .c-footer__submenu {
        grid-row-start: 1
    }
}



@media(min-width:1024px) {
    .c-footer__regulations {
        grid-column-start: 2;
        grid-row-start: 2;
        margin-top: 72px
    }
}





@media(min-width:1024px) {
    .c-footer__docs {
        grid-column-start: 2;
        grid-row-start: 3
    }
}







@media(min-width:1024px) {
    .c-footer__etc {
        grid-row-start: 3
    }
}





@media(min-width:1024px) {
    .c-languages__countries {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:1320px) {
    .c-languages__countries {
        grid-template-columns: repeat(4, 1fr)
    }
}









































@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}



@media(min-width:1024px) {
    .c-subscribe {
        padding: 54px 0
    }
}



@media(min-width:768px) {
    .c-subscribe:after {
        font-size: 42px
    }
}

@media(min-width:1024px) {
    .c-subscribe:after {
        font-size: 48px
    }
}



@media(min-width:1320px) {
    .c-subscribe__inner {
        -webkit-margin-start: -10px;
        -webkit-margin-end: -10px;
        align-items: center;
        display: flex;
        margin-inline-end: -10px;
        margin-inline-start: -10px
    }
}





@media(min-width:1320px) {
    .c-subscribe__heading {
        margin-bottom: 0;
        width: 25%
    }
    .c-subscribe__form,
    .c-subscribe__heading {
        -webkit-padding-start: 10px;
        -webkit-padding-end: 10px;
        padding-inline-end: 10px;
        padding-inline-start: 10px
    }
    .c-subscribe__form {
        width: 75%
    }
}

@media(min-width:1024px) {
    .c-subscribe__form-inner {
        -webkit-margin-start: -10px;
        -webkit-margin-end: -10px;
        align-items: center;
        display: flex;
        margin-inline-end: -10px;
        margin-inline-start: -10px
    }
}



@media(min-width:1024px) {
    .c-subscribe__form-input {
        -webkit-padding-start: 10px;
        -webkit-padding-end: 10px;
        margin-bottom: 0;
        padding-inline-end: 10px;
        padding-inline-start: 10px;
        width: 66.666%
    }
}



@media(min-width:1024px) {
    .c-subscribe__form-input .f-input {
        font-size: 42px;
        line-height: 1.5;
        padding: 10px 20px 11px
    }
}



@media(min-width:1024px) {
    .c-subscribe__form-btn {
        -webkit-padding-start: 10px;
        -webkit-padding-end: 10px;
        padding-inline-end: 10px;
        padding-inline-start: 10px;
        width: 33.333%
    }
}



@media(min-width:1024px) {
    .c-subscribe__form-btn .c-btn {
        font-size: 30px;
        padding-bottom: 19px;
        padding-top: 18px
    }
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 428px;
    --bs-modal-padding: 1.25rem;
    --bs-modal-margin: 0;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
    --bs-modal-box-shadow: 0px 4px 48px rgba(0, 0, 0, .15);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1.25rem;
    --bs-modal-header-padding-y: 14px;
    --bs-modal-header-padding: 14px 1.25rem;
    --bs-modal-header-border-color: var(--shade-2, #e6e6e6);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.25;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}





@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}













@media(min-width:428px) {
    .modal {
        --bs-modal-margin: 0;
        --bs-modal-box-shadow: 0px 4px 48px rgba(0, 0, 0, .15)
    }
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }
}



@media(max-width:427.98px) {
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1023.98px) {
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1319.98px) {
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1439.98px) {
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1599.98px) {
    .modal-fullscreen-xxxl-down .modal-body {
        overflow-y: auto
    }
}







@media(min-width:1024px) {
    .modal-simple .modal-body {
        -webkit-padding-start: 40px;
        -webkit-padding-end: 40px;
        padding-inline-end: 40px;
        padding-inline-start: 40px
    }
}





@media(min-width:768px) {
    .modal-alternate .modal-body {
        -webkit-padding-start: 40px;
        -webkit-padding-end: 40px;
        padding-inline-end: 40px;
        padding-inline-start: 40px
    }
}



@media(max-width:767px) {
    .modal-dialog {
        -webkit-margin-start: auto;
        -webkit-margin-end: auto;
        align-items: stretch;
        display: flex;
        margin-inline-end: auto;
        margin-inline-start: auto;
        max-width: 428px;
        width: 100vw
    }
    .modal-alternate .modal-dialog,
    .modal-s_t .modal-dialog {
        align-items: center
    }
}

@media(min-width:768px) {
    .modal-s_t .modal-dialog {
        max-width: 728px
    }
}

@media(min-width:1024px) {
    .modal-s_t .modal-dialog {
        max-width: 810px
    }
}

@media(min-width:1320px) {
    .modal-s_t .modal-dialog {
        max-width: 1140px
    }
}

@media(min-width:1440px) {
    .modal-s_t .modal-dialog {
        max-width: 1250px
    }
}

@media(min-width:1600px) {
    .modal-s_t .modal-dialog {
        max-width: 1360px
    }
}





























@media(min-width:1024px) {
    .c-breadcrumbs__scroll::-webkit-scrollbar {
        display: block
    }
}













.c-breadcrumbs__current {
    color: currentColor
}

.c-article-header {
    margin-bottom: 30px
}

.c-article-header__main {
    border-bottom-width: 2px;
    padding-bottom: 30px
}

.c-article-header__badge,
.c-article-header__main {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}



.c-article-header__title {
    letter-spacing: var(--letter-spacing);
    line-height: 1;
    margin-bottom: 0
}

.c-article-header__subtitle {
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 1.25rem
}

@media(min-width:768px) {
    .c-article-header__subtitle {
        font-size: var(--font-size, 22px)
    }
}







.c-article-navigation {
    margin-bottom: 1.25rem
}

@media (min-width:1320px) {
    .c-article-navigation {
        height: calc(100% - 40px);
        margin-bottom: 0;
        position: absolute;
        top: 40px;
        width: 157px
    }
    [dir=rtl] .c-article-navigation {
        left: 100%
    }
    [dir=ltr] .c-article-navigation {
        right: 100%
    }
}

@media (min-width:1440px) {
    .c-article-navigation {
        -webkit-margin-end: .625rem;
        margin-inline-end: .625rem;
        width: 207px
    }
}

@media (min-width:1600px) {
    .c-article-navigation {
        -webkit-margin-end: 1.25rem;
        margin-inline-end: 1.25rem;
        width: 223px
    }
}

@media (min-width:1320px) {
    .c-c_o-page .c-article-navigation,
    .c-c_os-pages .c-article-navigation {
        height: 100%;
        top: 0
    }
}

.c-article-navigation__inner {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity));
    border-width: 1px;
    font-size: 1.125rem;
    position: sticky;
    top: 3.75rem
}

@media (min-width:1320px) {
    .c-article-navigation__inner {
        -webkit-padding-start: .625rem;
        border-width: 0;
        max-height: calc(100vh - 60px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-inline-start: .625rem
    }
}



@media (min-width:1320px) {
    .c-c_o-page .c-article-navigation__inner {
        max-height: calc(100vh - 120px)
    }
    .c-article-navigation__item {
        margin-top: -.625rem
    }
}



@media(min-width:1320px) {
    .c-article-navigation__item:after,
    .c-article-navigation__item:before {
        background-image: linear-gradient(#fff, #fff 20%, hsla(0, 0%, 100%, 0));
        content: "";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1
    }
    .c-article-navigation__item:before {
        top: 0
    }
    .c-article-navigation__item:after {
        bottom: 0;
        transform: rotate(180deg)
    }
    .c-article-navigation__item:after,
    .c-article-navigation__item:before {
        -webkit-margin-start: -12px;
        margin-inline-start: -12px;
        position: sticky
    }
    .c-article-navigation__item:before {
        top: -1px
    }
}

.c-article-navigation__header {
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25rem;
    padding: 1.25rem;
    position: relative;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:1320px) {
    .c-article-navigation__header {
        margin-bottom: 1rem;
        padding: 0
    }
}

.c-article-navigation__header:hover {
    opacity: .75
}

.c-article-navigation__header-btn {
    align-items: center;
    display: flex
}

@media (min-width:1320px) {
    .c-article-navigation__header-btn {
        display: none
    }
}

.c-article-navigation__collapse {
    position: relative
}

@media (min-width:1320px) {
    .c-article-navigation__collapse {
        height: auto;
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

@media(max-width:1319px) {
    .c-article-navigation__collapse:after,
    .c-article-navigation__collapse:before {
        background-image: linear-gradient(#fff, #fff 20%, hsla(0, 0%, 100%, 0));
        content: "";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1
    }
    .c-article-navigation__collapse:before {
        top: 0
    }
    .c-article-navigation__collapse:after {
        bottom: 0;
        transform: rotate(180deg)
    }
    .c-article-navigation__collapse:before {
        top: -1px
    }
}

.c-article-navigation__collapse-list {
    -webkit-padding-start: 0;
    font-size: 1rem;
    list-style-type: none;
    margin: 0;
    max-height: 50vh;
    overflow-y: auto;
    padding-bottom: 1.25rem;
    padding-inline-start: 0
}

@media (min-width:1320px) {
    .c-article-navigation__collapse-list {
        max-height: 100%;
        overflow-y: visible;
        padding: 0
    }
}

@media(max-width:1319px) {
    .c-article-navigation__collapse-item:last-child {
        margin-bottom: -.375rem
    }
}

.c-article-navigation__collapse-link {
    display: block;
    overflow-wrap: break-word;
    padding: .375rem 1.25rem
}

@media (min-width:1440px) {
    .c-article-navigation__collapse-link {
        -webkit-padding-end: 1.5rem;
        padding-inline-end: 1.5rem
    }
}

@media (min-width:1600px) {
    .c-article-navigation__collapse-link {
        -webkit-padding-end: 1.75rem;
        padding-inline-end: 1.75rem
    }
}

@media (min-width:1320px) {
    .c-article-navigation__collapse-link--is-active {
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        background-color: rgb(0 0 0/var(--tw-bg-opacity));
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}



.c-prose {
    line-height: 1.6;
    margin: 0 auto 30px
}

@media(min-width:1024px) {
    .c-prose {
        max-width: 728px
    }
}

@media(min-width:1600px) {
    .c-prose {
        max-width: 810px
    }
}

.c-prose * {
    scroll-margin: 60px;
    word-break: break-word
}

@media(min-width:1024px) {
    .c-prose--outside {
        margin-inline: -128px
    }
}

@media(min-width:1320px) {
    .c-prose--outside {
        margin-inline: -99px
    }
}

@media(min-width:1600px) {
    .c-prose--outside {
        margin-inline: -112px
    }
}

@media(min-width:1024px) {
    .c-prose--outside-img {
        margin-inline: -99px
    }
}

@media(min-width:1600px) {
    .c-prose--outside-img {
        margin-inline: -112px
    }
}

.c-prose--table {
    margin-block: 20px
}

.c-prose--table p {
    margin-block: 0
}

.c-prose--table p+p {
    margin-top: 16px
}

@media (min-width:1024px) {
    .c-prose--outside .c-prose--s_ts-list {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}





.c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--ignore] *)) {
    line-height: 1.2;
    margin-block: 40px 20px
}

.c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--ignore] *))+h2,
.c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--ignore] *))+h3,
.c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--ignore] *))+h4,
.c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--ignore] *))+h5,
.c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--ignore] *))+h6 {
    margin-top: 0
}

.c-prose :where(h2):not(:where([class~=c-prose--ignore] *)) {
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase
}

.c-prose .c-prose--ignore h2 {
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase
}

.c-prose :where([class~=c-console]):not(:where([class~=c-prose--ignore] *)) {
    margin-block: 30px
}

.c-prose :where(p):not(:where([class~=c-prose--ignore] *)) {
    margin-block: 20px
}

@media(min-width:768px) {
    .c-prose :where(p):not(:where([class~=c-prose--ignore] *)) {
        font-size: var(--font-size, 22px)
    }
}

.c-prose :where(mark):not(:where([class~=c-prose--ignore] *)) {
    background-color: #fdd32c;
    font-size: inherit;
    padding: 3px 0
}

.c-prose :where(blockquote):not(:where([class~=c-prose--ignore] *)) {
    margin-block: 20px
}

.c-prose :where(blockquote):not(:where([class~=c-prose--ignore] *)) p {
    line-height: 1.2;
    margin-block: 0
}

.c-prose :where(blockquote):not(:where([class~=c-prose--ignore] *)) p+p {
    margin-top: 20px
}



.c-prose :where(blockquote):not(:where([class~=c-prose--ignore] *)):not([class]) {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    position: relative
}

.c-prose :where(blockquote):not(:where([class~=c-prose--ignore] *)):not([class]):after {
    -webkit-border-start: 2px solid var(--black, #000);
    border-inline-start: 2px solid var(--black, #000);
    bottom: 6px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: 6px
}

html[dir=rtl] .c-prose :where(blockquote):not(:where([class~=c-prose--ignore] *)):not([class]):after {
    left: auto;
    right: -1px
}

.c-prose :where(ol, ul):not(:where([class~=c-prose--ignore] *)) {
    -webkit-padding-start: 32px;
    margin-block: 20px;
    padding-inline-start: 32px
}

.c-prose :where(ol, ul):not(:where([class~=c-prose--ignore] *)) ol,
.c-prose :where(ol, ul):not(:where([class~=c-prose--ignore] *)) ul {
    margin-block: 10px
}

.c-prose :where(ul):not(:where([class~=c-prose--ignore] *)) {
    list-style: disc
}

.c-prose :where(ul):not(:where([class~=c-prose--ignore] *)) ul {
    list-style: circle
}

.c-prose :where(ul):not(:where([class~=c-prose--ignore] *)) ul ul {
    list-style: disc
}

.c-prose :where(ol):not(:where([class~=c-prose--ignore] *)) {
    list-style: decimal
}

.c-prose :where(li):not(:where([class~=c-prose--ignore] *)) {
    margin-block: 10px
}

@media(min-width:768px) {
    .c-prose :where(li):not(:where([class~=c-prose--ignore] *)) {
        font-size: var(--font-size, 22px)
    }
}

.c-prose :where(figure):not(:where([class~=c-prose--ignore] *)) {
    margin-block: 40px
}

.c-prose :where(figcaption),
.c-prose figcaption.prose-figcaption:not(:where([class~=c-prose--ignore] *)) {
    margin-top: 10px
}

.c-prose :where(figcaption) *,
.c-prose figcaption.prose-figcaption:not(:where([class~=c-prose--ignore] *)) * {
    font-size: 14px;
    line-height: 1.4
}

.c-prose :where(figcaption) p,
.c-prose figcaption.prose-figcaption:not(:where([class~=c-prose--ignore] *)) p {
    margin-block: 0
}

.c-prose :where(figcaption) p+p,
.c-prose figcaption.prose-figcaption:not(:where([class~=c-prose--ignore] *)) p+p {
    margin-top: 6px;
    opacity: .5
}

.c-prose :where(figcaption) city,
.c-prose figcaption.prose-figcaption:not(:where([class~=c-prose--ignore] *)) city {
    opacity: .5
}

.c-prose :where(picture):not(:where([class~=c-prose--ignore] *)) {
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.c-prose :where(picture):not(:where([class~=c-prose--ignore] *)) img {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}



.c-prose picture.c-prose--img-max-w img {
    max-width: 100%
}

.c-prose :where(code):not(:where([class~=c-prose--ignore] *)) {
    background-color: #f5f5f5;
    border: 1px solid #ededed;
    border-radius: 4px;
    cursor: pointer;
    font-family: PTMono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    padding: 4px
}





@media(min-width:768px) {
    .c-prose .c-prose--column-2 {
        -moz-columns: 2;
        column-count: 2
    }
}





.c-prose .c-prose--column-2 :where(ol, ul):not(:where([class~=c-prose--ignore] *)) {
    -webkit-padding-start: 0;
    list-style: none;
    padding-inline-start: 0
}

.c-prose>:where(:first-child):not(:where([class~=c-prose--ignore] *)) {
    margin-top: 0
}

.c-prose>:where(:last-child):not(:where([class~=c-prose--ignore] *)) {
    margin-bottom: 0
}

.c-accordion__item {
    font-size: 18px
}

.c-accordion__item:not(:last-child) {
    border-bottom: 1px solid var(--shade-2, #e6e6e6)
}









@media(min-width:1024px) {
    .c-re-needs .c-accordion__item.is-open {
        transform: scaleX(1.04)
    }
}







@media(min-width:1024px) {
    .c-accordion__heading {
        padding: 15px 0
    }
    .c-re-needs .c-accordion__heading {
        padding: 20px
    }
}





@media(min-width:768px) {
    .c-re-needs .c-accordion__title {
        font-size: 26px
    }
}

@media(min-width:1024px) {
    .c-accordion__title {
        font-size: 22px;
        line-height: 1.3637
    }
    .c-re-needs .c-accordion__title {
        font-size: 30px
    }
}

.c-accordion__btn {
    -webkit-margin-start: 10px;
    flex-shrink: 0;
    margin-inline-start: 10px
}



.c-accordion__btn:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}





.c-accordion__btn-icon {
    display: block;
    height: 24px;
    position: relative;
    width: 24px
}



@media(min-width:768px) {
    .c-re-needs .c-accordion__btn-icon {
        height: 70px;
        width: 70px
    }
}

@media(min-width:1024px) {
    .c-re-needs .c-accordion__btn-icon {
        height: 80px;
        width: 80px
    }
}

.c-accordion__btn-icon:after,
.c-accordion__btn-icon:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: calc(50% - 2px);
    transform-origin: center;
    width: 100%
}

html[dir=rtl] .c-accordion__btn-icon:after,
html[dir=rtl] .c-accordion__btn-icon:before {
    left: auto;
    right: 0
}

.c-accordion__btn-icon:after {
    transform: rotate(90deg);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1)
}

.c-accordion__item.is-open .c-accordion__btn-icon:after {
    transform: none
}

.c-accordion__btn--sm .c-accordion__btn-icon {
    height: 20px;
    width: 20px
}

.c-accordion__collapse {
    display: none;
    opacity: 0;
    will-change: height
}





@media(min-width:375px) {
    .c-accordion__collapse.xxs\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}

@media(min-width:428px) {
    .c-accordion__collapse.xs\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}

@media(min-width:480px) {
    .c-accordion__collapse.sm\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}

@media(min-width:768px) {
    .c-accordion__collapse.md\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}

@media(min-width:1024px) {
    .c-accordion__collapse.lg\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}

@media(min-width:1320px) {
    .c-accordion__collapse.xl\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}

@media(min-width:1440px) {
    .c-accordion__collapse.xxl\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}

@media(min-width:1600px) {
    .c-accordion__collapse.xxxl\:visible {
        display: block;
        height: auto;
        opacity: 1
    }
}





@media(min-width:1024px) {
    .c-re-needs .c-accordion__collapse-inner {
        -webkit-padding-start: 20px;
        -webkit-padding-end: 20px;
        padding-inline-end: 20px;
        padding-inline-start: 20px
    }
}





.c-table {
    font-size: 16px;
    position: relative
}

.c-table__scroll {
    display: flex;
    margin-inline: -20px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 20px;
    width: calc(100% + 40px)
}

.c-table__scroll::-webkit-scrollbar {
    display: none
}

@media(min-width:1024px) {
    .c-table__scroll::-webkit-scrollbar {
        display: block
    }
}

.c-table.js-table .c-table__scroll .c-table__head .c-table__row {
    border: none
}

.c-table__content {
    position: relative;
    width: 100%
}

.c-prose--outside .c-table__content {
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    margin-inline-start: auto
}

.c-table__head {
    line-height: 1.2;
    vertical-align: top
}

.c-table__row {
    transition: background-color .15s cubic-bezier(.4, 0, .2, 1)
}

.c-table__row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.c-table__head .c-table__row {
    border-bottom: 2px solid #000
}

.c-table__body .c-table__row:hover {
    background-color: rgba(0, 0, 0, .05)
}



.c-table__cell {
    padding: 16px 10px
}

.c-table__head .c-table__cell {
    white-space: nowrap
}

.c-table__cell :not([class=c-table__cell-inner]):last-child {
    margin-bottom: 0
}



















@media (min-width:768px) {
    .c-article-card-c_o-line {
        align-items: center;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width:1600px) {
    .c-article-card-c_o-line {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media (min-width:768px) {
    .c-article-card-c_o-line--is-bonus {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
}



@media (min-width:768px) {
    .c-article-card-c_o-line__logo {
        -webkit-padding-end: 0;
        -webkit-margin-end: 0;
        flex-shrink: 0;
        margin-bottom: -1.25rem;
        margin-inline-end: 0;
        padding-bottom: 1.25rem;
        padding-inline-end: 0;
        width: calc(100% - 250px)
    }
    .c-article-card-c_o-line--is-bonus .c-article-card-c_o-line__logo {
        width: 220px
    }
}

















@media (min-width:768px) {
    .c-article-card-c_o-line__bonus {
        flex-grow: 1
    }
}









@media (min-width:768px) {
    .c-article-card-c_o-line__btn-wrapper {
        flex-shrink: 0;
        margin-top: 0;
        width: 170px
    }
}



















@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}





















































:root {
    --swiper-navigation-size: 44px
}

































@media(min-width:768px) {
    .c-carousel-default .swiper-slide {
        width: calc(50% - 10px)
    }
}

@media(min-width:1024px) {
    .c-carousel-default .swiper-slide {
        width: calc(33.333% - 13.33333px)
    }
}

@media(min-width:1320px) {
    .c-carousel-default .swiper-slide {
        width: calc(25% - 15px)
    }
}





@media(min-width:768px) {
    .c-carousel-default .swiper-button-next,
    .c-carousel-default .swiper-button-prev {
        display: flex
    }
}

























































@media(min-width:768px) {
    .c-carousel-default.c-carousel--2-full .swiper-slide {
        width: calc(50% - 10px)
    }
    .c-carousel-default.c-carousel--2-full .swiper-pagination {
        display: none
    }
}





@media(min-width:768px) {
    .c-carousel-default.c-carousel--article .swiper-slide {
        padding: 0 48px
    }
    .c-carousel-default.c-carousel--article .swiper-slide figcaption {
        margin-inline: -48px
    }
}



@media(min-width:768px) {
    .c-carousel-default.c-carousel--article .swiper-button-next,
    .c-carousel-default.c-carousel--article .swiper-button-prev {
        display: flex
    }
}









































.l-sheet {
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    -webkit-padding-start: 20px;
    -webkit-padding-end: 20px;
    margin-inline-end: auto;
    margin-inline-start: auto;
    max-width: 100%;
    padding-inline-end: 20px;
    padding-inline-start: 20px
}

@media(min-width:428px) {
    .l-sheet {
        max-width: 428px
    }
}

@media(min-width:768px) {
    .l-sheet {
        max-width: 768px
    }
}

@media(min-width:1024px) {
    .l-sheet {
        max-width: 1024px
    }
}

@media(min-width:1320px) {
    .l-sheet {
        max-width: 1320px
    }
}

@media(min-width:1440px) {
    .l-sheet {
        max-width: 1440px
    }
}

@media(min-width:1600px) {
    .l-sheet {
        max-width: 1600px
    }
}



@media(min-width:1024px) {
    .l-sheet--sm {
        max-width: 768px
    }
}

@media(min-width:1600px) {
    .l-sheet--sm {
        max-width: 850px
    }
}

.l-sheet--md-prose {
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    margin-inline-start: auto
}

@media(min-width:1320px) {
    .l-sheet--md-prose {
        max-width: 966px
    }
}

@media(min-width:1600px) {
    .l-sheet--md-prose {
        max-width: 1074px
    }
}



.l-sheet .l-sheet {
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    padding-inline-start: 0
}

@media(min-width:428px) {
    .l-sheet .l-sheet {
        max-width: 388px
    }
}

@media(min-width:768px) {
    .l-sheet .l-sheet {
        max-width: 728px
    }
}

@media(min-width:1024px) {
    .l-sheet .l-sheet {
        max-width: 984px
    }
}

@media(min-width:1320px) {
    .l-sheet .l-sheet {
        max-width: 1280px
    }
}

@media(min-width:1440px) {
    .l-sheet .l-sheet {
        max-width: 1400px
    }
}

@media(min-width:1600px) {
    .l-sheet .l-sheet {
        max-width: 1560px
    }
}

@media(min-width:1024px) {
    .l-sheet .l-sheet--sm {
        max-width: 728px
    }
}

@media(min-width:1600px) {
    .l-sheet .l-sheet--sm {
        max-width: 810px
    }
}

@media(min-width:1320px) {
    .l-sheet .l-sheet--md {
        max-width: 984px
    }
}

@media(min-width:1600px) {
    .l-sheet .l-sheet--md {
        max-width: 1094px
    }
}

@media(min-width:1320px) {
    .l-sheet .l-sheet--md-prose {
        max-width: 926px
    }
}

@media(min-width:1600px) {
    .l-sheet .l-sheet--md-prose {
        max-width: 1034px
    }
}





.c-title--hero {
    font-size: 32px;
    line-height: 1
}

@media(min-width:768px) {
    .c-title--hero {
        font-size: 42px
    }
}

@media(min-width:1024px) {
    .c-title--hero {
        font-size: 48px
    }
}

@media(min-width:1320px) {
    .c-title--hero {
        font-size: 60px
    }
}



@media(min-width:768px) {
    .c-title--2 {
        font-size: 36px
    }
}

@media(min-width:1024px) {
    .c-title--2 {
        font-size: 42px
    }
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.visible {
    visibility: visible
}

.relative {
    position: relative
}



.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-2\.5 {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}





.-mb-2 {
    margin-bottom: -.5rem
}

.-mb-2\.5 {
    margin-bottom: -.625rem
}

.-ml-1 {
    margin-left: -.25rem
}

.-mt-4 {
    margin-top: -1rem
}

.mb-15 {
    margin-bottom: 3.75rem
}





.mt-16 {
    margin-top: 4rem
}



.hidden {
    display: none
}









.font-bold {
    font-weight: 700
}



