@font-face {
    font-display: optional;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(/static/build/pub/fonts/Inter-Regular.bb_c8ba52b05a.bb_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.bb_ec64ea577b.bb_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.bb_woff2) format("woff2")
}
*,
:after,
:before {
    border: 0 solid var(--bb-shade-2, #e6e6e6);
    box-sizing: border-box
}
* {
    scroll-margin: 60px
}
:after,
:before {
    --bb-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(--bb-body-bg, #fff);
    color: var(--bb-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(--bb-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(--bb-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(--bb-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(--bb-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 {
    --bb-tw-bg-opacity: 1;
    --bb-tw-text-opacity: 1;
    background-color: rgb(0 0 0/var(--bb-tw-bg-opacity));
    border-radius: .25rem;
    color: rgb(255 255 255/var(--bb-tw-text-opacity));
    font-family: Inter, Arial, sans-serif;
    font-weight: 700;
    padding: .125rem .5rem;
    text-align: center
}
@media(min-width:1024px) {
html[dir=rtl] .bb_c-header__nav {
        left: auto;
        right: 0
    }
}
.bb_is-menu-open body {
    overflow: hidden
}
@media(min-width:768px) {
html[dir=rtl] .bb_c-menu {
        --bb-s-left: 35px;
        --bb-s-right: 72px
    }
}
@media(min-width:1024px) {
    .bb_c-footer {
        grid-template-columns: repeat(2, 1fr)
    }
}
@media(min-width:768px) {
    .bb_c-footer__row {
        margin-inline: -18px
    }
}
@media(min-width:768px) {
    .bb_c-footer__row-item {
        padding-inline: 18px
    }
}
@media(min-width:1024px) {
    .bb_c-footer__submenu {
        grid-row-start: 1
    }
}
@media(min-width:1024px) {
    .bb_c-footer__regulations {
        grid-column-start: 2;
        grid-row-start: 2;
        margin-top: 72px
    }
}
@media(min-width:1024px) {
    .bb_c-footer__docs {
        grid-column-start: 2;
        grid-row-start: 3
    }
}
@media(min-width:1024px) {
    .bb_c-footer__etc {
        grid-row-start: 3
    }
}
@media(min-width:1024px) {
    .bb_c-languages__countries {
        grid-template-columns: repeat(3, 1fr)
    }
}
@media(min-width:1320px) {
    .bb_c-languages__countries {
        grid-template-columns: repeat(4, 1fr)
    }
}
@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}
@media(min-width:1024px) {
    .bb_c-subscribe {
        padding: 54px 0
    }
}
@media(min-width:768px) {
    .bb_c-subscribe:after {
        font-size: 42px
    }
}
@media(min-width:1024px) {
    .bb_c-subscribe:after {
        font-size: 48px
    }
}
@media(min-width:1320px) {
    .bb_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:1024px) {
    .bb_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) {
    .bb_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) {
    .bb_c-subscribe__form-input .bb_f-input {
        font-size: 42px;
        line-height: 1.5;
        padding: 10px 20px 11px
    }
}
@media(min-width:1024px) {
    .bb_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) {
    .bb_c-subscribe__form-btn .bb_c-btn {
        font-size: 30px;
        padding-bottom: 19px;
        padding-top: 18px
    }
}
@media(max-width:427.98px) {
    .bb_modal-fullscreen-sm-down .bb_modal-body {
        overflow-y: auto
    }
}
@media(max-width:767.98px) {
    .bb_modal-fullscreen-md-down .bb_modal-body {
        overflow-y: auto
    }
}
@media(max-width:1023.98px) {
    .bb_modal-fullscreen-lg-down .bb_modal-body {
        overflow-y: auto
    }
}
@media(max-width:1319.98px) {
    .bb_modal-fullscreen-xl-down .bb_modal-body {
        overflow-y: auto
    }
}
@media(max-width:1439.98px) {
    .bb_modal-fullscreen-xxl-down .bb_modal-body {
        overflow-y: auto
    }
}
@media(max-width:1599.98px) {
    .bb_modal-fullscreen-xxxl-down .bb_modal-body {
        overflow-y: auto
    }
}
@media(min-width:1024px) {
    .bb_c-breadcrumbs__scroll::-webkit-scrollbar {
        display: block
    }
}
.bb_c-article-header {
    margin-bottom: 30px
}
.bb_c-article-header__main {
    border-bottom-width: 2px;
    padding-bottom: 30px
}
.bb_c-article-header__main {
    --bb-tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--bb-tw-border-opacity))
}
.bb_c-article-header__title {
    letter-spacing: var(--bb-letter-spacing);
    line-height: 1;
    margin-bottom: 0
}
.bb_c-article-header__subtitle {
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 1.25rem
}
@media(min-width:768px) {
    .bb_c-article-header__subtitle {
        font-size: var(--bb-font-size, 22px)
    }
}
@media (min-width:1320px) {
[dir=rtl] .bb_c-article-navigation {
        left: 100%
    }
    [dir=ltr] .bb_c-article-navigation {
        right: 100%
    }
}
@media (min-width:1320px) {
    .bb_c-c_o-page .bb_c-article-navigation,
    .bb_c-c_os-pages .bb_c-article-navigation {
        height: 100%;
        top: 0
    }
}
@media (min-width:1320px) {
    .bb_c-c_o-page .bb_c-article-navigation__inner {
        max-height: calc(100vh - 120px)
    }
}
.bb_c-prose {
    line-height: 1.6;
    margin: 0 auto 30px
}
@media(min-width:1024px) {
    .bb_c-prose {
        max-width: 728px
    }
}
@media(min-width:1600px) {
    .bb_c-prose {
        max-width: 810px
    }
}
.bb_c-prose * {
    scroll-margin: 60px;
    word-break: break-word
}
@media(min-width:1024px) {
    .bb_c-prose--bb-outside-img {
        margin-inline: -99px
    }
}
@media(min-width:1600px) {
    .bb_c-prose--bb-outside-img {
        margin-inline: -112px
    }
}
.bb_c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--bb-ignore] *)) {
    line-height: 1.2;
    margin-block: 40px 20px
}
.bb_c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--bb-ignore] *))+h2,
.bb_c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--bb-ignore] *))+h3,
.bb_c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--bb-ignore] *))+h4,
.bb_c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--bb-ignore] *))+h5,
.bb_c-prose :where(h2, h3, h4, h5, h6):not(:where([class~=c-prose--bb-ignore] *))+h6 {
    margin-top: 0
}
.bb_c-prose :where(h2):not(:where([class~=c-prose--bb-ignore] *)) {
    letter-spacing: var(--bb-letter-spacing);
    text-transform: uppercase
}
.bb_c-prose .bb_c-prose--bb-ignore h2 {
    letter-spacing: var(--bb-letter-spacing);
    text-transform: uppercase
}
.bb_c-prose :where([class~=c-console]):not(:where([class~=c-prose--bb-ignore] *)) {
    margin-block: 30px
}
.bb_c-prose :where(p):not(:where([class~=c-prose--bb-ignore] *)) {
    margin-block: 20px
}
@media(min-width:768px) {
    .bb_c-prose :where(p):not(:where([class~=c-prose--bb-ignore] *)) {
        font-size: var(--bb-font-size, 22px)
    }
}
.bb_c-prose :where(mark):not(:where([class~=c-prose--bb-ignore] *)) {
    background-color: #fdd32c;
    font-size: inherit;
    padding: 3px 0
}
.bb_c-prose :where(blockquote):not(:where([class~=c-prose--bb-ignore] *)) {
    margin-block: 20px
}
.bb_c-prose :where(blockquote):not(:where([class~=c-prose--bb-ignore] *)) p {
    line-height: 1.2;
    margin-block: 0
}
.bb_c-prose :where(blockquote):not(:where([class~=c-prose--bb-ignore] *)) p+p {
    margin-top: 20px
}
.bb_c-prose :where(blockquote):not(:where([class~=c-prose--bb-ignore] *)):not([class]) {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    position: relative
}
.bb_c-prose :where(blockquote):not(:where([class~=c-prose--bb-ignore] *)):not([class]):after {
    -webkit-border-start: 2px solid var(--bb-black, #000);
    border-inline-start: 2px solid var(--bb-black, #000);
    bottom: 6px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: 6px
}
html[dir=rtl] .bb_c-prose :where(blockquote):not(:where([class~=c-prose--bb-ignore] *)):not([class]):after {
    left: auto;
    right: -1px
}
.bb_c-prose :where(ol, ul):not(:where([class~=c-prose--bb-ignore] *)) {
    -webkit-padding-start: 32px;
    margin-block: 20px;
    padding-inline-start: 32px
}
.bb_c-prose :where(ol, ul):not(:where([class~=c-prose--bb-ignore] *)) ol,
.bb_c-prose :where(ol, ul):not(:where([class~=c-prose--bb-ignore] *)) ul {
    margin-block: 10px
}
.bb_c-prose :where(ul):not(:where([class~=c-prose--bb-ignore] *)) {
    list-style: disc
}
.bb_c-prose :where(ul):not(:where([class~=c-prose--bb-ignore] *)) ul {
    list-style: circle
}
.bb_c-prose :where(ul):not(:where([class~=c-prose--bb-ignore] *)) ul ul {
    list-style: disc
}
.bb_c-prose :where(ol):not(:where([class~=c-prose--bb-ignore] *)) {
    list-style: decimal
}
.bb_c-prose :where(li):not(:where([class~=c-prose--bb-ignore] *)) {
    margin-block: 10px
}
@media(min-width:768px) {
    .bb_c-prose :where(li):not(:where([class~=c-prose--bb-ignore] *)) {
        font-size: var(--bb-font-size, 22px)
    }
}
.bb_c-prose :where(figure):not(:where([class~=c-prose--bb-ignore] *)) {
    margin-block: 40px
}
.bb_c-prose :where(figcaption),
.bb_c-prose figcaption.bb_prose-figcaption:not(:where([class~=c-prose--bb-ignore] *)) {
    margin-top: 10px
}
.bb_c-prose :where(figcaption) *,
.bb_c-prose figcaption.bb_prose-figcaption:not(:where([class~=c-prose--bb-ignore] *)) * {
    font-size: 14px;
    line-height: 1.4
}
.bb_c-prose :where(figcaption) p,
.bb_c-prose figcaption.bb_prose-figcaption:not(:where([class~=c-prose--bb-ignore] *)) p {
    margin-block: 0
}
.bb_c-prose :where(figcaption) p+p,
.bb_c-prose figcaption.bb_prose-figcaption:not(:where([class~=c-prose--bb-ignore] *)) p+p {
    margin-top: 6px;
    opacity: .5
}
.bb_c-prose :where(figcaption) city,
.bb_c-prose figcaption.bb_prose-figcaption:not(:where([class~=c-prose--bb-ignore] *)) city {
    opacity: .5
}
.bb_c-prose :where(picture):not(:where([class~=c-prose--bb-ignore] *)) {
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}
.bb_c-prose :where(picture):not(:where([class~=c-prose--bb-ignore] *)) img {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}
.bb_c-prose picture.bb_c-prose--bb-img-max-w img {
    max-width: 100%
}
.bb_c-prose :where(code):not(:where([class~=c-prose--bb-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) {
    .bb_c-prose .bb_c-prose--bb-column-2 {
        -moz-columns: 2;
        column-count: 2
    }
}
.bb_c-prose .bb_c-prose--bb-column-2 :where(ol, ul):not(:where([class~=c-prose--bb-ignore] *)) {
    -webkit-padding-start: 0;
    list-style: none;
    padding-inline-start: 0
}
.bb_c-prose>:where(:first-child):not(:where([class~=c-prose--bb-ignore] *)) {
    margin-top: 0
}
.bb_c-prose>:where(:last-child):not(:where([class~=c-prose--bb-ignore] *)) {
    margin-bottom: 0
}
@media(min-width:1024px) {
    .bb_c-re-needs .bb_c-accordion__item.bb_is-open {
        transform: scaleX(1.04)
    }
}
html[dir=rtl] .bb_c-accordion__btn-icon:after,
html[dir=rtl] .bb_c-accordion__btn-icon:before {
    left: auto;
    right: 0
}
.bb_c-accordion__item.bb_is-open .bb_c-accordion__btn-icon:after {
    transform: none
}
.bb_c-table {
    font-size: 16px;
    position: relative
}
.bb_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)
}
.bb_c-table__scroll::-webkit-scrollbar {
    display: none
}
@media(min-width:1024px) {
    .bb_c-table__scroll::-webkit-scrollbar {
        display: block
    }
}
.bb_c-table.bb_js-table .bb_c-table__scroll .bb_c-table__head .bb_c-table__row {
    border: none
}
.bb_c-table__content {
    position: relative;
    width: 100%
}
.bb_c-table__head {
    line-height: 1.2;
    vertical-align: top
}
.bb_c-table__row {
    transition: background-color .15s cubic-bezier(.4, 0, .2, 1)
}
.bb_c-table__row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.bb_c-table__head .bb_c-table__row {
    border-bottom: 2px solid #000
}
.bb_c-table__body .bb_c-table__row:hover {
    background-color: rgba(0, 0, 0, .05)
}
.bb_c-table__cell {
    padding: 16px 10px
}
.bb_c-table__head .bb_c-table__cell {
    white-space: nowrap
}
.bb_c-table__cell :not([class=c-table__cell-inner]):last-child {
    margin-bottom: 0
}
@media (min-width:768px) {
    .bb_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) {
    .bb_c-article-card-c_o-line {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}
@media (min-width:768px) {
    .bb_c-article-card-c_o-line__bonus {
        flex-grow: 1
    }
}
@media (min-width:768px) {
    .bb_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 {
    --bb-swiper-theme-color: #007aff
}
:root {
    --bb-swiper-navigation-size: 44px
}
.bb_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) {
    .bb_l-sheet {
        max-width: 428px
    }
}
@media(min-width:768px) {
    .bb_l-sheet {
        max-width: 768px
    }
}
@media(min-width:1024px) {
    .bb_l-sheet {
        max-width: 1024px
    }
}
@media(min-width:1320px) {
    .bb_l-sheet {
        max-width: 1320px
    }
}
@media(min-width:1440px) {
    .bb_l-sheet {
        max-width: 1440px
    }
}
@media(min-width:1600px) {
    .bb_l-sheet {
        max-width: 1600px
    }
}
@media(min-width:1024px) {
    .bb_l-sheet--bb-sm {
        max-width: 768px
    }
}
@media(min-width:1600px) {
    .bb_l-sheet--bb-sm {
        max-width: 850px
    }
}
.bb_l-sheet .bb_l-sheet {
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    padding-inline-start: 0
}
@media(min-width:428px) {
    .bb_l-sheet .bb_l-sheet {
        max-width: 388px
    }
}
@media(min-width:768px) {
    .bb_l-sheet .bb_l-sheet {
        max-width: 728px
    }
}
@media(min-width:1024px) {
    .bb_l-sheet .bb_l-sheet {
        max-width: 984px
    }
}
@media(min-width:1320px) {
    .bb_l-sheet .bb_l-sheet {
        max-width: 1280px
    }
}
@media(min-width:1440px) {
    .bb_l-sheet .bb_l-sheet {
        max-width: 1400px
    }
}
@media(min-width:1600px) {
    .bb_l-sheet .bb_l-sheet {
        max-width: 1560px
    }
}
@media(min-width:1024px) {
    .bb_l-sheet .bb_l-sheet--bb-sm {
        max-width: 728px
    }
}
@media(min-width:1600px) {
    .bb_l-sheet .bb_l-sheet--bb-sm {
        max-width: 810px
    }
}
@media(min-width:1320px) {
    .bb_l-sheet .bb_l-sheet--bb-md {
        max-width: 984px
    }
}
@media(min-width:1600px) {
    .bb_l-sheet .bb_l-sheet--bb-md {
        max-width: 1094px
    }
}
@media(min-width:1320px) {
    .bb_l-sheet .bb_l-sheet--bb-md-prose {
        max-width: 926px
    }
}
@media(min-width:1600px) {
    .bb_l-sheet .bb_l-sheet--bb-md-prose {
        max-width: 1034px
    }
}
@media(min-width:768px) {
    .bb_c-title--2 {
        font-size: 36px
    }
}
@media(min-width:1024px) {
    .bb_c-title--2 {
        font-size: 42px
    }
}
*,
:after,
:before {
    --bb-tw-border-spacing-x: 0;
    --bb-tw-border-spacing-y: 0;
    --bb-tw-translate-x: 0;
    --bb-tw-translate-y: 0;
    --bb-tw-rotate: 0;
    --bb-tw-skew-x: 0;
    --bb-tw-skew-y: 0;
    --bb-tw-scale-x: 1;
    --bb-tw-scale-y: 1;
    --bb-tw-pan-x: ;
    --bb-tw-pan-y: ;
    --bb-tw-pinch-zoom: ;
    --bb-tw-scroll-snap-strictness: proximity;
    --bb-tw-ordinal: ;
    --bb-tw-slashed-zero: ;
    --bb-tw-numeric-figure: ;
    --bb-tw-numeric-spacing: ;
    --bb-tw-numeric-fraction: ;
    --bb-tw-ring-inset: ;
    --bb-tw-ring-offset-width: 0px;
    --bb-tw-ring-offset-color: #fff;
    --bb-tw-ring-color: rgba(59, 130, 246, .5);
    --bb-tw-ring-offset-shadow: 0 0 #0000;
    --bb-tw-ring-shadow: 0 0 #0000;
    --bb-tw-shadow: 0 0 #0000;
    --bb-tw-shadow-colored: 0 0 #0000;
    --bb-tw-blur: ;
    --bb-tw-brightness: ;
    --bb-tw-contrast: ;
    --bb-tw-grayscale: ;
    --bb-tw-hue-rotate: ;
    --bb-tw-invert: ;
    --bb-tw-saturate: ;
    --bb-tw-sepia: ;
    --bb-tw-drop-shadow: ;
    --bb-tw-backdrop-blur: ;
    --bb-tw-backdrop-brightness: ;
    --bb-tw-backdrop-contrast: ;
    --bb-tw-backdrop-grayscale: ;
    --bb-tw-backdrop-hue-rotate: ;
    --bb-tw-backdrop-invert: ;
    --bb-tw-backdrop-opacity: ;
    --bb-tw-backdrop-saturate: ;
    --bb-tw-backdrop-sepia:
}
::backdrop {
    --bb-tw-border-spacing-x: 0;
    --bb-tw-border-spacing-y: 0;
    --bb-tw-translate-x: 0;
    --bb-tw-translate-y: 0;
    --bb-tw-rotate: 0;
    --bb-tw-skew-x: 0;
    --bb-tw-skew-y: 0;
    --bb-tw-scale-x: 1;
    --bb-tw-scale-y: 1;
    --bb-tw-pan-x: ;
    --bb-tw-pan-y: ;
    --bb-tw-pinch-zoom: ;
    --bb-tw-scroll-snap-strictness: proximity;
    --bb-tw-ordinal: ;
    --bb-tw-slashed-zero: ;
    --bb-tw-numeric-figure: ;
    --bb-tw-numeric-spacing: ;
    --bb-tw-numeric-fraction: ;
    --bb-tw-ring-inset: ;
    --bb-tw-ring-offset-width: 0px;
    --bb-tw-ring-offset-color: #fff;
    --bb-tw-ring-color: rgba(59, 130, 246, .5);
    --bb-tw-ring-offset-shadow: 0 0 #0000;
    --bb-tw-ring-shadow: 0 0 #0000;
    --bb-tw-shadow: 0 0 #0000;
    --bb-tw-shadow-colored: 0 0 #0000;
    --bb-tw-blur: ;
    --bb-tw-brightness: ;
    --bb-tw-contrast: ;
    --bb-tw-grayscale: ;
    --bb-tw-hue-rotate: ;
    --bb-tw-invert: ;
    --bb-tw-saturate: ;
    --bb-tw-sepia: ;
    --bb-tw-drop-shadow: ;
    --bb-tw-backdrop-blur: ;
    --bb-tw-backdrop-brightness: ;
    --bb-tw-backdrop-contrast: ;
    --bb-tw-backdrop-grayscale: ;
    --bb-tw-backdrop-hue-rotate: ;
    --bb-tw-backdrop-invert: ;
    --bb-tw-backdrop-opacity: ;
    --bb-tw-backdrop-saturate: ;
    --bb-tw-backdrop-sepia:
}
.bb_visible {
    visibility: visible
}
.bb_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
}
.bb_mb-15 {
    margin-bottom: 3.75rem
}
.bb_mt-16 {
    margin-top: 4rem
}
.bb_hidden {
    display: none
}
@media(min-width:1024px){.bb_c-prose{max-width:1120px}}@media(min-width:1440px){.bb_c-prose{max-width:1280px}}@media(min-width:1600px){.bb_c-prose{max-width:1360px}}
.bb_c-article-header,.bb_c-article-header__title,.bb_c-article-header__subtitle{text-align:left !important}
.bb_c-article-header__main{max-width:1360px;margin:0 auto;padding:0 20px}
.bb_c-article-header__title{margin:0 0 12px !important}
.bb_c-article-header__subtitle{margin:0 !important}
.bb_c-prose > img{display:block !important;margin:24px auto !important;max-width:100% !important;height:auto !important}
.bb_c-prose--table{margin:20px 0}
.bb_c-table{border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden}
.bb_c-table__scroll{margin:0 !important;padding:0 !important;width:100% !important;-webkit-mask-image:none !important;mask-image:none !important}
.bb_c-table__content{width:100% !important;table-layout:auto !important}
.bb_c-table__content colgroup col{width:auto !important}
.bb_c-table__cell{padding:14px 16px !important;border-right:1px solid rgba(0,0,0,.06)}
.bb_c-table__cell:last-child{border-right:0}
.bb_c-table__head .bb_c-table__cell{background:#f7f7f9;font-weight:700}
.bb_c-table__body .bb_c-table__row:nth-child(even){background:rgba(0,0,0,.02)}
.bb_c-prose table{width:100%;border-collapse:collapse;margin:20px 0;font-size:15px;border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden;display:table}
.bb_c-prose table thead{background:#f7f7f9}
.bb_c-prose table th{padding:12px 16px;text-align:left;font-weight:700;border-bottom:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.06)}
.bb_c-prose table th:last-child{border-right:0}
.bb_c-prose table td{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.06);border-right:1px solid rgba(0,0,0,.06);vertical-align:top}
.bb_c-prose table td:last-child{border-right:0}
.bb_c-prose table tbody tr:last-child td{border-bottom:0}
.bb_c-prose table tbody tr:nth-child(even){background:rgba(0,0,0,.02)}
@media(max-width:640px){.bb_c-prose table{display:block;overflow-x:auto;white-space:nowrap}}
.bb_c-cta-banner__media{display:flex !important;align-items:center;justify-content:center;padding:32px;background:#fff;min-height:220px}
.bb_c-cta-banner__media img{display:block !important;width:auto !important;max-width:100% !important;height:auto !important;max-height:160px !important;object-fit:contain !important;margin:0 auto !important}
.bb_c-cta-banner__media::after{display:none !important}
.bb_logo--img{display:block;height:36px;width:auto;max-width:160px}
.bb_site-header__brand .bb_logo--img{height:32px}
.bb_site-footer__brand .bb_logo--img{height:40px}
@media(max-width:640px){.bb_site-header__brand .bb_logo--img{height:28px}}
