/*! CSS Used from: https://bullish.com/fonts/bull-icons/styles.css?ver=1.1 */
[class^="bi-"] {
    font-family: 'bull-Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-X-30x30-Black:before {
    content: "\e902";
}

.bi-Telegram-20x20:before {
    content: "\e901";
}

.bi-Close:before {
    content: "\e90d";
}

.bi-LinkedIn-20x20:before {
    content: "\e90f";
}



/*! CSS Used from: https://bullish.com/_next/static/css/5dec388642ddbb69.css */
.bm-page-content {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #000;
    background-size: 1440px;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 1440px;
}

.bullish-page-content {
    width: 100%;
    overflow: hidden;
    box-shadow: 2px 0 0 hsla(0, 0%, 100%, .15);
    position: relative;
    max-width: 1320px;
}

.bm-white-light {
    width: 100vw;
    height: 100vh;
    background-image: url(/images/bg-light-sticky.png);
    background-size: 1440px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: lighten;
    animation-name: lightFadeIn;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-delay: .5s;
}

.toast-notification {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
    max-height: 150px;
    color: #000;
    transition: max-height .3s ease;
    overflow: hidden;
    z-index: 2;
}

.toast-content-border {
    position: relative;
    display: flex;
    width: 100%;
    background: linear-gradient(270deg, #218cff, #18e589);
    border-radius: 2px;
    margin: 10px;
}

.toast-content-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    border: 10px solid #000;
    z-index: -1;
}

.toast-content {
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    padding: 17px 15px 18px 20px;
}

.toast-content a {
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: inherit;
}

.toast-close {
    margin: 20px 15px 0 0;
    color: #000;
}

@media (max-width:1279px) {
    .toast-notification-container--overlayed .toast-notification {
        position: absolute;
    }
}

@media (max-width:767px) {
    .bm-white-light {
        background-image: url(/images/bg-light-sticky-mobile.png);
        background-size: 375px;
    }
}

@media (min-width:1024px) and (min-height:925px) {
    .bm-page-content:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        background-color: #000;
        z-index: 1;
    }
}

@media (min-width:1280px) {
    .bm-nav-menu--collapsed {
        width: 120px;
        height: 100vh;
    }

    .bm-sidebar {
        width: 120px;
    }

    .bm-page-content {
        flex-direction: row;
    }

    .bullish-page-content {
        width: calc(100% - 120px);
    }

    .toast-notification {
        position: relative;
    }

    .toast-content {
        font-size: 18px;
        line-height: 1.75;
        padding: 16px 8.5% 12px;
    }

    .toast-close {
        margin: 15px 15px 0 0;
    }
}

/*! CSS Used from: Embedded */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

body {
    height: 100%;
    scroll-snap-type: y mandatory;
    -webkit-tap-highlight-color: transparent;
    scrollbar-color: #ffffff #070b13;
    scrollbar-width: thin;
}

#__next {
    height: 100%;
}

body {
    width: 100%;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000000;
}

main {
    position: relative;
    background-color: #000000;
    z-index: 1;
    border-bottom: 2px solid #000;
}

.margin-fix>*:first-child {
    margin-top: 0 !important;
}

.margin-fix>*:last-child {
    margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: "Tactic", sans-serif;
    font-weight: normal;
    line-height: 1.3;
    color: #ffffff;
}

svg,
img {
    max-width: 100%;
}

a {
    color: #ffffff;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
}

button {
    border: none;
    background: none;
    font-family: "DM Sans", sans-serif;
    text-align: left;
}

p {
    line-height: 1.75;
    font-size: 18px;
}

li {
    list-style-type: none;
}

.hidden-forced {
    display: none !important;
}

.bm-scroll {
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) grey;
}

.bm-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.bm-scroll::-webkit-scrollbar-track {
    background: grey;
}

.bm-scroll::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, 0.5);
}

.animate-on-scroll {
    opacity: 0;
    -webkit-transition: opacity var(--transition-default);
    transition: opacity var(--transition-default);
}

.animate-on-scroll.animated {
    opacity: 1;
}

.animate-on-scroll--fade-up {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity var(--transition-default), -webkit-transform var(--transition-default);
    transition: opacity var(--transition-default), transform var(--transition-default);
}

.animate-on-scroll--fade-up.animated {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.animate-on-scroll--fade-right {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity var(--transition-default), -webkit-transform var(--transition-default);
    transition: opacity var(--transition-default), transform var(--transition-default);
}

.animate-on-scroll--fade-right.animated {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fade-out--fast {
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

@media (min-width: 1280px) {
    .fade-out--fast {
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
}

/*! CSS Used from: Embedded */
.bmnext-s3oxtx {
    z-index: 5;
}

.bmnext-hcdm4f {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: rgb(0, 0, 0) 0px -3px 0px inset;
    z-index: 5;
    height: 60px;
    padding: 15px 30px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .bmnext-hcdm4f .BMHeaderGlobal {
        position: absolute;
        right: 216px;
        display: flex !important;
    }
}

@media (min-width: 1280px) {
    .bmnext-hcdm4f .BMHeaderGlobal {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .bmnext-hcdm4f {
        position: sticky;
        top: 0px;
        padding: 45px 30px;
        width: 120px;
        height: 100vh;
        -webkit-box-pack: start;
        justify-content: flex-start;
        flex-direction: column;
        box-shadow: rgb(0, 0, 0) -3px 0px 0px inset;
    }
}

.bmnext-hcdm4f:hover .burger-menu {
    background: rgb(24, 229, 137);
}

.bmnext-hcdm4f:hover .burger-menu::before,
.bmnext-hcdm4f:hover .burger-menu::after {
    background: rgb(24, 229, 137);
}

.bmnext-1gdd7jm {
    width: 60px;
}

.bmnext-1gdd7jm .svg2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.bmnext-1gdd7jm .svg2 path {
    fill: white;
}

.bmnext-1gdd7jm .svg2 mask rect {
    transition: 350ms ease-in-out;
}

.bmnext-1gdd7jm .svg2 path {
    fill: black;
}

.bmnext-1gdd7jm:hover .svg2 mask rect {
    transform: translateX(180%);
}

.bmnext-1hcul37-Svg {
    width: 60px;
    max-width: 100%;
    max-height: 100%;
}

.bmnext-2kpq7c {
    display: none;
    position: relative;
    cursor: pointer;
}

.bmnext-2kpq7c:hover {
    cursor: pointer;
}

.bmnext-2kpq7c .SelectedOption-IconBefore-header {
    width: 20px;
    height: 20px;
}

@media (min-width: 1280px) {
    .bmnext-2kpq7c {
        display: flex;
        margin-left: auto;
        margin-right: 12px;
    }
}

@media screen(min-width: 1300px) {
    .bmnext-2kpq7c {
        margin-right: 20px;
    }
}

@media (min-width: 1440px) {
    .bmnext-2kpq7c {
        margin-right: 30px;
    }
}

.bmnext-16d52yg {
    display: inline-block;
    position: absolute;
    right: 80px;
    transition: opacity 0.4s, transform 0.4s;
}

@media (min-width: 768px) {
    .bmnext-16d52yg {
        right: 100px;
    }
}

@media (min-width: 1280px) {
    .bmnext-16d52yg {
        display: none;
    }
}

.bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}

.bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"] {
    z-index: 1;
    transition: 0.3s ease-in-out;
    padding: 15px 30px;
}

.bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(24, 229, 137);
    z-index: -1;
}

.bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgb(57, 234, 155);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.no-touch .bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]:not(:disabled):hover {
    cursor: pointer;
    padding: 15px 30px;
}

.no-touch .bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]:not(:disabled):hover::after {
    width: 100%;
}

.bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-color="green"] {
    color: rgb(0, 0, 0);
    background: rgb(24, 229, 137);
}

@media (max-width: 480px) {
    .bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.005em;
    }
}

.bmnext-rc3ise-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"] {
    padding: 12px 18px !important;
}

.bmnext-gq5aa0-ButtonLoader {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.bmnext-ul6fsq {
    position: static;
    right: 5%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 35px;
    height: 2px;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

@media (min-width: 1280px) {
    .bmnext-ul6fsq {
        position: absolute;
        top: 50%;
        right: unset;
    }
}

.bmnext-1imbymh {
    width: 35px;
    height: 2px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(255, 101, 47, 0.2) 0px 2px 5px;
    transition: 0.4s ease-in-out;
    opacity: 1;
    position: relative;
}

.bmnext-1imbymh::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 35px;
    height: 2px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(255, 101, 47, 0.2) 0px 2px 5px;
    transition: 0.4s ease-in-out;
    transform: translateY(-7px);
}

.bmnext-1imbymh::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 35px;
    height: 2px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(255, 101, 47, 0.2) 0px 2px 5px;
    transition: 0.4s ease-in-out;
    transform: translateY(7px);
}

.bmnext-1w84pf {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1320px;
    height: 0vh;
    transition: height 1.2s;
    position: absolute;
    top: 60px;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    z-index: 10;
}

@media (min-width: 1280px) {
    .bmnext-1w84pf {
        top: 0px;
        position: fixed;
        left: 120px;
        width: 0px;
        height: 100vh;
        transition: width 0.8s;
    }
}

.bmnext-r9bfml {
    width: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    display: grid;
    grid-template-areas: "cta-primary cta-primary" "cta-secondary cta-filtered";
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 599px) {
    .bmnext-r9bfml .eoxhvcc8 {
        padding: 24px 30px !important;
    }
}

.bmnext-r9bfml .cta--primary {
    grid-area: cta-primary;
}

.bmnext-r9bfml .cta--secondary {
    grid-area: cta-secondary;
}

.bmnext-r9bfml .cta--filtered {
    grid-area: cta-filtered;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

@media (min-width: 600px) {
    .bmnext-r9bfml .cta--filtered {
        border-left: none;
    }
}

@media (min-width: 600px) {
    .bmnext-r9bfml {
        display: flex;
        padding: 45px 45px 30px 0px;
    }
}

.bmnext-r9bfml::before {
    content: none;
    position: absolute;
    top: 120px;
    left: 0px;
    width: 50%;
    height: calc(100% - 120px);
    border-right: 0px solid;
    transition: border 0.1s ease-in;
}

@media (min-width: 768px) {
    .bmnext-r9bfml::before {
        content: "";
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        height: 100%;
    }
}

@media (min-width: 900px) {
    .bmnext-r9bfml::before {
        top: 0px;
        height: 100%;
    }
}

.bmnext-1330z0r-Anchor {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: rgb(0, 0, 0);
    transition: opacity 0.4s ease-in;
    flex: 1 1 0%;
    margin-left: 0px;
}

.bmnext-1330z0r-Anchor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    transform: translateY(50%);
    background-color: rgb(0, 0, 0);
    transition: width 0.4s ease-in;
}

.no-touch .bmnext-1330z0r-Anchor:not([data-disabled="true"]):hover::before {
    width: 0px;
}

.bmnext-1330z0r-Anchor[data-animate="in"]::before {
    width: 0px;
    left: 0px;
}

.no-touch .bmnext-1330z0r-Anchor[data-animate="in"]:not([data-disabled="true"]):hover::before {
    width: 100%;
}

@media (min-width: 600px) {
    .bmnext-1330z0r-Anchor {
        flex: 0 0 auto;
        margin: 0px 30px 0px 0px;
        padding: 0px;
        transition: opacity 0.2s ease-in;
    }
}

.bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}

.bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"] {
    z-index: 1;
    transition: 0.3s ease-in-out;
    padding: 15px 30px;
}

.bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(24, 229, 137);
    z-index: -1;
}

.bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgb(57, 234, 155);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.no-touch .bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]:not(:disabled):hover {
    cursor: pointer;
    padding: 15px 30px;
}

.no-touch .bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]:not(:disabled):hover::after {
    width: 100%;
}

.bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-color="green"] {
    color: rgb(0, 0, 0);
    background: rgb(24, 229, 137);
}

@media (max-width: 480px) {
    .bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.005em;
    }
}

@media (max-width: 599px) {
    .bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
        flex: 1 1 0%;
        padding: 24px 30px !important;
    }
}

@media (min-width: 600px) {
    .bmnext-1se9der-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
        margin-left: 15px;
    }
}

.bmnext-1yknld4 {
    width: 100%;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    position: relative;
}

@media (min-width: 768px) {
    .bmnext-1yknld4 {
        flex-direction: row;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 600px) {
    .bmnext-1yknld4 {
        border-top: none;
    }
}

.bmnext-nl9esb {
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .bmnext-nl9esb {
        width: 50%;
    }
}

.bmnext-1d3w5wq {
    width: 100%;
}

.bmnext-1w283ix {
    position: relative;
    font-size: 28px;
    line-height: 1.3;
    font-family: Tactic, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 32px;
}

@media (min-width: 768px) {
    .bmnext-1w283ix {
        padding: 30px 10% 30px 20%;
        font-size: 36px;
    }
}

.bmnext-1qhk11w {
    color: rgb(0, 0, 0);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: unset;
    width: 100%;
    height: 100%;
}

.bmnext-1qhk11w::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.no-touch .bmnext-1qhk11w:hover .e1bmh4ev3 {
    transform: scaleX(1);
    opacity: 1;
}

.bmnext-7es9jq {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 60px;
    transform: scaleX(0.7);
    transform-origin: left center;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
    opacity: 0;
}

.bmnext-7es9jq .thin-arrow {
    display: inline-block;
}

.bmnext-7es9jq .thick-arrow {
    display: none;
}

@media (min-width: 1024px) {
    .bmnext-7es9jq {
        width: 110px;
    }

    .bmnext-7es9jq .thin-arrow {
        display: none;
    }

    .bmnext-7es9jq .thick-arrow {
        display: inline-block;
    }
}

.bmnext-9qtygx-Svg {
    width: 110px;
    max-width: 100%;
    max-height: 100%;
}

.bmnext-1q6069u {
    display: none;
    position: relative;
    padding: 30px 20% 0px;
}

@media (min-width: 768px) {
    .bmnext-1q6069u {
        display: block;
    }
}

.bmnext-1q6069u:hover .e1p5bj0c5 {
    opacity: 1;
    right: 0px;
}

.bmnext-1q6069u:hover .e1p5bj0c2 {
    text-decoration: underline;
}

.bmnext-pqgc8 {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bmnext-pqtcrc {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    max-height: 220px;
}

.bmnext-pqtcrc img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.bmnext-j2z4m7 {
    position: relative;
    margin-top: 15px;
}

.bmnext-hotfe4-styledText {
    padding: var(--row-padding);
    margin: var(--row-margin);
    font-weight: var(--text-weight);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    max-width: 80%;
    position: static;
}

.bmnext-1n2tztq-Svg {
    width: 30px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 10px;
    transition: opacity 0.3s, right 0.3s;
}

.bmnext-r6ibai {
    font-family: "DM Mono", monospace;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    position: absolute;
    transform: rotate(-90deg);
    top: 72px;
    left: 3%;
}

@media (min-width: 1024px) {
    .bmnext-r6ibai {
        left: 6%;
    }
}

@media (min-width: 1280px) {
    .bmnext-r6ibai {
        left: 9%;
    }
}

.bmnext-10g2xlm {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .bmnext-10g2xlm {
        width: 50%;
    }
}

.bmnext-r8kt2h {
    width: 100%;
    padding: 0px 0px 10px;
    border: 0px solid;
    transition: border 0.1s ease-in;
}

@media (min-width: 768px) {
    .bmnext-r8kt2h {
        padding: 0px 0px 60px;
    }
}

.bmnext-u65wvb {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    padding: 15px 0px;
}

@media (min-width: 768px) {
    .bmnext-u65wvb {
        padding: 30px 0px 15px 10%;
    }
}

.bmnext-1l9m6ej {
    display: flex;
    color: black;
    position: unset;
    width: 100%;
    height: 100%;
}

.bmnext-1l9m6ej::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.no-touch .bmnext-1l9m6ej:hover .e1bmh4ev1 {
    opacity: 1;
}

@media (min-width: 768px) {
    .no-touch .bmnext-1l9m6ej:hover .e1bmh4ev1 {
        transform: translateX(0px);
    }
}

.bmnext-7hotno-Svg {
    width: 30px;
    max-width: 100%;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    margin-right: 0px;
    max-height: 24px;
}

@media (min-width: 768px) {
    .bmnext-7hotno-Svg {
        transform: translateX(-15px);
        margin-right: 30px;
    }
}

.bmnext-39frgt {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .bmnext-39frgt {
        padding: 45px 0px 120px;
        border-bottom: none;
    }
}

.bmnext-iekfb8 {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    padding: 15px 0px;
}

@media (min-width: 768px) {
    .bmnext-iekfb8 {
        padding: 30px 0px 15px 10%;
    }
}

@media (min-width: 768px) {
    .bmnext-iekfb8 {
        padding: 15px 0px 15px 10%;
    }
}

.bmnext-lt6hsq {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    margin-bottom: 180px;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .bmnext-lt6hsq {
        display: none;
    }
}

.bmnext-tzso4e {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 0px;
    margin-left: 30px;
    gap: 5px;
    cursor: pointer;
}

.bmnext-tzso4e span {
    width: 20px !important;
    height: 20px !important;
}

.bmnext-1gw88w7 {
    padding: 10px 0px;
    cursor: pointer;
    margin-right: 30px;
}

.bmnext-1gw88w7 svg {
    width: 20px !important;
    height: 20px !important;
}

.bmnext-1bpk5ph {
    background-color: rgb(0, 0, 0);
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    border-image: initial;
    border-bottom: none;
    border-radius: 2px 2px 0px 0px;
    bottom: 0px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 16px;
    transition: opacity 0.4s;
    z-index: 3;
}

@media (min-width: 768px) {
    .bmnext-1bpk5ph {
        width: 60px;
        height: 60px;
        right: 24px;
    }
}

@media (min-width: 1440px) {
    .bmnext-1bpk5ph {
        left: 1316px;
        right: unset;
    }
}

.bmnext-1bpk5ph svg {
    width: 25px;
    height: auto;
    position: absolute;
    left: 9px;
    top: 14px;
    transform: scaleX(-1) rotate(-90deg);
}

@media (min-width: 768px) {
    .bmnext-1bpk5ph svg {
        width: 30px;
        left: 15px;
        top: 20px;
    }
}

.bmnext-y5j4y6 {
    display: none;
    padding: 45px 45px 45px 10%;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

@media (min-width: 1280px) {
    .bmnext-y5j4y6 {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .bmnext-y5j4y6 {
        padding: 45px 45px 45px 125px;
    }
}

.bmnext-1i7i37e {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 1280px) {
    .bmnext-1i7i37e {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.bmnext-v930d0 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    margin-right: 45px;
    text-transform: uppercase;
    transition: color 0.3s, opacity 0.3s ease-in;
}

@media (min-width: 1440px) {
    .bmnext-v930d0 {
        margin-right: 60px;
    }
}

.bmnext-v930d0:last-of-type {
    margin-right: 0px;
}

.bmnext-v930d0:hover {
    color: rgb(24, 229, 137);
}

.bmnext-s5xdrg {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.bmnext-2i4a2c {
    margin-right: 30px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    transition: color 0.3s, opacity 0.3s ease-in;
}

@media (min-width: 1300px) {
    .bmnext-2i4a2c {
        margin-right: 45px;
    }
}

.bmnext-2i4a2c:hover {
    color: rgb(24, 229, 137);
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"] {
    padding: 15px 60px 15px 30px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(24, 229, 137);
    z-index: -1;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgb(57, 234, 155);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.no-touch .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]:not(:disabled):hover {
    cursor: pointer;
    padding: 15px 44px 15px 46px;
}

.no-touch .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]:not(:disabled):hover::after {
    width: 100%;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="withArrow"] {
    min-width: 300px;
    height: 60px;
    padding: 20px 30px;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="withArrow"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(24, 229, 137);
    z-index: -1;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="withArrow"]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgb(57, 234, 155);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.no-touch .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="withArrow"]:not(:disabled):hover {
    cursor: pointer;
    padding: 20px 30px;
}

.no-touch .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="withArrow"]:not(:disabled):hover::after {
    width: 100%;
}

.no-touch .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="withArrow"]:hover .e6e5w3s2 {
    width: 60px;
    right: -15px;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"] {
    z-index: 1;
    transition: 0.3s ease-in-out;
    padding: 15px 30px;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(24, 229, 137);
    z-index: -1;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgb(57, 234, 155);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.no-touch .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]:not(:disabled):hover {
    cursor: pointer;
    padding: 15px 30px;
}

.no-touch .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="altTertiary"]:not(:disabled):hover::after {
    width: 100%;
}

.bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-color="green"] {
    color: rgb(0, 0, 0);
    background: rgb(24, 229, 137);
}

@media (max-width: 480px) {
    .bmnext-78hzo3-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.005em;
    }
}

.bmnext-1rmhycm .UVPAccordionsContainer {
    padding-top: 30px;
    padding-bottom: 80px;
}

.bmnext-1rmhycm .UVPAccordionsContainer .title-overlay h3 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .bmnext-1rmhycm .UVPAccordionsContainer {
        padding-top: 0px;
        padding-bottom: 90px;
    }

    .bmnext-1rmhycm .UVPAccordionsContainer .title-overlay h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .bmnext-1rmhycm .FeatureSellingPointHeader {
        padding-top: 120px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1rmhycm .FeatureSellingPointHeader {
        padding-top: 120px;
    }
}

@media (min-width: 1280px) {
    .bmnext-1rmhycm .FeatureSellingPointHeader {
        padding-top: 120px;
    }
}

@media (min-width: 1440px) {
    .bmnext-1rmhycm .FeatureSellingPointHeader {
        padding-top: 120px;
    }
}

.bmnext-iixkgv {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: initial;
}

@media (min-width: 1024px) {
    .bmnext-iixkgv {
        min-height: calc(-316px + 100vh);
    }
}

@media (min-width: 1280px) {
    .bmnext-iixkgv {
        min-height: calc(-341px + 100vh);
    }
}

.bmnext-1g8h37m {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 60px 0px;
}

@media (min-width: 768px) {
    .bmnext-1g8h37m {
        flex-direction: row;
        align-items: flex-start;
        padding: 90px 0px 90px 60px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1g8h37m {
        padding: 90px 0px 115px 90px;
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .bmnext-1g8h37m {
        padding: 90px 0px 115px 90px;
    }
}

.bmnext-1gasbzc {
    flex-basis: 100%;
    padding: 0px 32px 60px;
}

@media (min-width: 768px) {
    .bmnext-1gasbzc {
        flex-basis: 400px;
        flex-shrink: 0;
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1gasbzc {
        flex-basis: 405px;
        flex-shrink: 0;
    }
}

@media (min-width: 1100px) {
    .bmnext-1gasbzc {
        flex-basis: 520px;
        flex-shrink: 0;
    }
}

@media (min-width: 1280px) {
    .bmnext-1gasbzc {
        flex-basis: 624px;
        flex-shrink: 0;
        margin-top: 0px;
    }
}

@media (min-width: 1440px) {
    .bmnext-1gasbzc {
        flex-basis: 624px;
        flex-shrink: 0;
        margin-top: 0px;
    }
}

.bmnext-jm0zax {
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .bmnext-jm0zax {
        font-size: 40px;
    }
}

@media (min-width: 1280px) {
    .bmnext-jm0zax {
        font-size: 68px;
    }
}

.bmnext-jm0zax.animate--step-in-heading span {
    display: inline-block;
}

.bmnext-jm0zax.animate--step-in-heading span:nth-of-type(1) {
    animation-delay: 0.2s;
}

.bmnext-jm0zax.animate--step-in-heading span:nth-of-type(2) {
    animation-delay: 0.4s;
}

.bmnext-jm0zax.animate--step-in-heading span:nth-of-type(3) {
    animation-delay: 0.6s;
}

.bmnext-jm0zax.animate--step-in-heading span:nth-of-type(4) {
    animation-delay: 0.8s;
}

.bmnext-jm0zax.animate--step-in-heading span:nth-of-type(5) {
    animation-delay: 1s;
}

.bmnext-jm0zax.animate--step-in-heading span:nth-of-type(6) {
    animation-delay: 1.2s;
}

.bmnext-jm0zax.animate--step-in-heading span.animated {
    opacity: 0;
    animation-name: animation-v3pzko;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

@media (min-width: 1024px) {
    .bmnext-r9hgq1 {
        width: 410px;
        max-width: 410px;
    }
}

.bmnext-r9hgq1.animated {
    opacity: 0;
    animation-name: animation-fyndty;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.bmnext-6m8hc5-LineComponent {
    display: block;
    width: 100%;
    height: 2px;
}

.bmnext-6m8hc5-LineComponent[data-color="green"] {
    background: linear-gradient(270deg, rgb(33, 140, 255) 0%, rgb(24, 229, 137) 100%);
}

.bmnext-1sgkx4f {
    margin-top: 30px;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .bmnext-1sgkx4f {
        max-width: 410px;
    }
}

.bmnext-1sgkx4f p {
    font-size: 18px;
    line-height: 1.75;
}

.bmnext-1sgkx4f.animated {
    opacity: 0;
    animation-name: animation-g7abp6;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.5s;
}

.bmnext-15x2sd3 {
    margin-top: 30px;
}

.bmnext-15x2sd3 a {
    width: 100%;
}

.bmnext-15x2sd3.animated {
    opacity: 0;
    animation-name: animation-g7abp6;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.5s;
}

@media (min-width: 425px) {
    .bmnext-15x2sd3 a {
        width: unset;
    }
}

.bmnext-19vvh0-ButtonArrow {
    display: inline-block;
    width: 85px;
    height: 2px;
    position: relative;
    right: 0px;
    background: rgb(0, 0, 0);
    transform-origin: right center;
    transition: width 0.4s ease-out, right 0.4s ease-out;
}

.bmnext-19vvh0-ButtonArrow::after {
    content: "";
    display: block;
    width: 11px;
    height: 20px;
    position: absolute;
    top: -9px;
    right: -5px;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 11 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.00005 8.99999C5.5 8.99999 12 8.99999 6.00005 8.99999C7.63285 8.99999 9.2983 8.99998 11 8.99998L0 20V17L6 11L6.00005 8.99999Z\" fill=\"%23000\"/><path d=\"M1 0V3L5 7L8 7L1 0Z\" fill=\"%23000\"/></svg>");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: right center;
}

.bmnext-136eo54 {
    width: 100%;
    position: relative;
    display: none;
}

.bmnext-136eo54 img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .bmnext-136eo54 {
        display: block;
    }
}

.bmnext-1eo7xxh {
    display: flex;
    width: 100%;
    position: relative;
    margin-right: -30px;
}

.bmnext-1eo7xxh img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .bmnext-1eo7xxh {
        display: none;
    }
}

.bmnext-skx0ag {
    display: block;
    width: 100%;
    height: 2px;
    bottom: 2px;
    left: 0px;
    background: rgb(0, 0, 0);
    box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px;
    position: relative;
    z-index: 5;
}

.bmnext-1ucsdwv {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 30px 56px;
}

@media (min-width: 768px) {
    .bmnext-1ucsdwv {
        flex-direction: row;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .bmnext-w6zi1r {
        position: relative;
        display: flex;
        flex: 1 1 0%;
        -webkit-box-pack: end;
        justify-content: flex-end;
        overflow: hidden;
    }
}

.bmnext-45i0hn {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.75;
    transition: 1s;
}

@media (min-width: 768px) {
    .bmnext-45i0hn {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .bmnext-45i0hn {
        font-size: 18px;
    }
}

.bmnext-1q9kdbr {
    position: absolute;
    font-size: 28px;
    background: linear-gradient(270deg, rgb(33, 140, 255) 0%, rgb(24, 229, 137) 100%) text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: 1s;
    transform: translateX(330px);
}

@media (min-width: 768px) {
    .bmnext-1q9kdbr {
        font-size: 36px;
        align-self: center;
    }
}

@media (min-width: 1024px) {
    .bmnext-1q9kdbr {
        font-size: 44px;
    }
}

.bmnext-1kn8il2 {
    display: none;
    font-size: 14px;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
    .bmnext-1kn8il2 {
        display: inline-block;
        padding: 53px 53px 53px 10px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1kn8il2 {
        display: inline-block;
        padding: 53px 45px;
    }
}

.bmnext-xl1b53 {
    padding: 60px 32px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .bmnext-xl1b53 {
        padding: 60px 10% 90px;
    }
}

@media (min-width: 1024px) {
    .bmnext-xl1b53 {
        padding: 90px 125px;
    }
}

.bmnext-xl1b53 .HomeTakeawayWrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    max-width: 850px;
}

@media (min-width: 768px) {
    .bmnext-xl1b53 .HomeTakeawayWrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-align: baseline;
        align-items: baseline;
        row-gap: 30px;
    }
}

@media (min-width: 1024px) {
    .bmnext-xl1b53 .HomeTakeawayWrapper {
        display: flex;
        flex-direction: row;
        -webkit-box-align: start;
        align-items: start;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .bmnext-xl1b53 .HomeTakeawayWrapper.centered {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .bmnext-xl1b53 .HomeTakeawayWrapper.centered {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.bmnext-xl1b53 .HomeTakeaway {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 150px;
}

@media (min-width: 768px) {
    .bmnext-xl1b53 .HomeTakeaway {
        width: 160px;
        height: auto;
        padding-top: 30px;
    }
}

@media (min-width: 1280px) {
    .bmnext-xl1b53 .HomeTakeaway {
        width: 190px;
    }
}

.bmnext-xl1b53 .HomeTakeaway:not(:first-of-type) {
    margin-top: 45px;
}

@media (min-width: 768px) {
    .bmnext-xl1b53 .HomeTakeaway:not(:first-of-type) {
        margin-top: 0px;
    }
}

.bmnext-xl1b53 .HomeTakeaway::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    .bmnext-xl1b53 .HomeTakeaway::before {
        width: 90%;
    }
}

@media (min-width: 900px) {
    .bmnext-xl1b53 .HomeTakeaway::before {
        width: 100%;
    }
}

.bmnext-xl1b53 .HomeTakeaway .HomeTakeawayStats {
    font-family: Tactic, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .bmnext-xl1b53 .HomeTakeaway .HomeTakeawayStats {
        font-size: 35px;
        padding-top: 0px;
    }
}

.bmnext-xl1b53 .HomeTakeaway .HomeTakeawayLabel {
    font-size: 18px;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .bmnext-xl1b53 .HomeTakeaway .HomeTakeawayLabel {
        margin-top: 15px;
    }
}

.bmnext-1up2rdl {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .bmnext-1up2rdl {
        max-width: 739px;
        margin-bottom: 90px;
    }
}

.bmnext-1up2rdl h3 {
    font-size: 28px;
}

@media (min-width: 768px) {
    .bmnext-1up2rdl h3 {
        font-size: 43px;
    }
}

.bmnext-2bd2vj {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .bmnext-2bd2vj {
        padding-left: 30px;
    }
}

@media (min-width: 1280px) {
    .bmnext-2bd2vj {
        padding-left: 50px;
    }
}

@media (min-width: 1440px) {
    .bmnext-2bd2vj {
        padding-left: 110px;
    }
}

.bmnext-1kxoul4 {
    margin-top: 60px;
    width: 150px;
}

@media (min-width: 768px) {
    .bmnext-1kxoul4 {
        display: none;
    }
}

.bmnext-1m0kl8-Anchor {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: rgb(255, 255, 255);
    transition: opacity 0.4s ease-in;
}

.bmnext-1m0kl8-Anchor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    transform: translateY(50%);
    background-color: rgb(255, 255, 255);
    transition: width 0.4s ease-in;
}

.no-touch .bmnext-1m0kl8-Anchor:not([data-disabled="true"]):hover::before {
    width: 0px;
}

.bmnext-1m0kl8-Anchor[data-variant="withIcon"] {
    width: fit-content;
}

.bmnext-1m0kl8-Anchor[data-variant="withIcon"] .arrow-northeast {
    margin-left: 15px;
}

.bmnext-eenmc3-Svg {
    width: 10px;
    max-width: 100%;
    max-height: 100%;
}

.bmnext-31vqgx {
    margin-top: 30px;
    font-family: "DM Mono";
    font-size: 14.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: white;
    width: 259px;
    padding-left: 50px;
}

@media (min-width: 768px) {
    .bmnext-31vqgx {
        display: none;
    }
}

.bmnext-up5rw1 {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-up5rw1 {
        display: block;
        margin-top: 122px;
        width: 100%;
    }
}

.bmnext-1h4zdeu {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-1h4zdeu {
        width: 100%;
        display: flex;
        margin-top: 30px;
        font-family: "DM Mono";
        font-size: 14.4px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: white;
    }
}

.bmnext-g646gf {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column-reverse;
    padding: 0px 32px 60px;
}

@media (min-width: 768px) {
    .bmnext-g646gf {
        flex-direction: row;
        padding: 0px;
    }
}

.bmnext-1cuunhd {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-1cuunhd {
        display: flex;
        flex-basis: 430px;
        flex-shrink: 0;
    }

    .bmnext-1cuunhd a {
        line-height: 0;
    }

    .bmnext-1cuunhd a::before {
        display: none;
    }

    .bmnext-1cuunhd img {
        max-width: 430px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 1024px) {
    .bmnext-1cuunhd {
        display: flex;
        flex-basis: 518px;
        flex-shrink: 0;
    }

    .bmnext-1cuunhd a {
        line-height: 0;
    }

    .bmnext-1cuunhd a::before {
        display: none;
    }

    .bmnext-1cuunhd img {
        max-width: 518px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 1280px) {
    .bmnext-1cuunhd {
        display: flex;
        flex-basis: 740px;
        flex-shrink: 0;
    }

    .bmnext-1cuunhd a {
        line-height: 0;
    }

    .bmnext-1cuunhd a::before {
        display: none;
    }

    .bmnext-1cuunhd img {
        max-width: 740px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.bmnext-1ptsucd-Anchor {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: rgb(0, 0, 0);
    transition: opacity 0.4s ease-in;
}

.bmnext-1ptsucd-Anchor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    transform: translateY(50%);
    background-color: rgb(0, 0, 0);
    transition: width 0.4s ease-in;
}

.no-touch .bmnext-1ptsucd-Anchor:not([data-disabled="true"]):hover::before {
    width: 0px;
}

.bmnext-1ptsucd-Anchor[data-variant="withIcon"] {
    width: fit-content;
}

.bmnext-1ptsucd-Anchor[data-variant="withIcon"] .arrow-northeast {
    margin-left: 15px;
}

.bmnext-1gkbf7h {
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .bmnext-1gkbf7h {
        height: 100%;
        margin: auto 0px;
        padding: 0px 32px 0px 0px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1gkbf7h {
        padding: 105px 30px 105px 0px;
    }
}

.bmnext-vogtxy {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .bmnext-vogtxy {
        margin-top: 0px;
    }
}

.bmnext-vogtxy h6 {
    color: rgb(24, 229, 137);
    font-family: "DM Sans" sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .bmnext-vogtxy h6 {
        font-size: 22.5px;
    }
}

@media (min-width: 768px) {
    .bmnext-1hnku7o {
        max-width: 406px;
    }
}

@media (min-width: 768px) {
    .bmnext-1hnku7o {
        max-width: 520px;
    }
}

.bmnext-1hnku7o h3 {
    margin-top: 15px;
}

.bmnext-1hnku7o h3 a {
    font-size: 28px;
    color: white;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
}

.bmnext-1hnku7o h3 a::before {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-1hnku7o h3 a {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1hnku7o h3 a {
        font-size: 43.95px;
    }
}

.bmnext-1iv5huc {
    margin-top: 15px;
    color: white;
}

@media (min-width: 768px) {
    .bmnext-1iv5huc {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1iv5huc {
        max-width: 410px;
    }
}

.bmnext-t0rk0j {
    margin-top: 15px;
    color: white;
    font-size: 14px;
    font-family: "DM Mono", sans-serif;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {
    .bmnext-t0rk0j {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .bmnext-t0rk0j {
        max-width: 410px;
    }
}

.bmnext-v9q8k3 {
    margin-top: 60px;
}

@media (min-width: 768px) {
    .bmnext-v9q8k3 {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    .bmnext-v9q8k3 {
        margin-top: 60px;
    }
}

.bmnext-1bd4ycr {
    display: flex;
    margin: 0px -32px;
}

.bmnext-1bd4ycr a {
    line-height: 0;
}

.bmnext-1bd4ycr a::before {
    display: none;
}

.bmnext-1bd4ycr img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 600px) {
    .bmnext-1bd4ycr img {
        max-height: 600px;
    }
}

@media (min-width: 768px) {
    .bmnext-1bd4ycr {
        display: none;
    }
}

.bmnext-rlnbo3 {
    width: 100%;
    padding: 60px 32px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 425px) {
    .bmnext-rlnbo3 {
        padding: 60px 10% 90px;
    }
}

@media (min-width: 768px) {
    .bmnext-rlnbo3 {
        padding: 180px 10% 90px;
    }
}

@media (min-width: 1440px) {
    .bmnext-rlnbo3 {
        padding: 180px 0px 90px 125px;
    }
}

.bmnext-16k63vi {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 900px) {
    .bmnext-16k63vi {
        align-items: flex-end;
        flex-direction: row;
    }
}

.bmnext-1i0kn0c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0%;
    max-width: 540px;
}

@media (min-width: 768px) {
    .bmnext-1i0kn0c {
        min-width: 410px;
    }
}

@media (min-width: 900px) {
    .bmnext-1i0kn0c {
        align-items: flex-end;
    }
}

.bmnext-2pvyhx-styledText {
    padding: var(--row-padding);
    margin: var(--row-margin);
    font-weight: var(--text-weight);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    font-size: 32px;
    color: rgb(255, 255, 255);
    align-self: flex-start;
}

@media (min-width: 600px) {
    .bmnext-2pvyhx-styledText {
        font-size: 54px;
    }
}

.bmnext-s6y1uz-LineComponent {
    display: block;
    height: 2px;
    width: 260px;
    margin-top: 30px;
}

.bmnext-s6y1uz-LineComponent[data-color="green"] {
    background: linear-gradient(270deg, rgb(33, 140, 255) 0%, rgb(24, 229, 137) 100%);
}

@media (min-width: 600px) {
    .bmnext-s6y1uz-LineComponent {
        width: 410px;
    }
}

@media (min-width: 900px) {
    .bmnext-s6y1uz-LineComponent {
        position: relative;
        bottom: 10px;
        margin-top: 60px;
    }
}

.bmnext-ac7csc {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    background: white;
    padding: 60px 32px 0px;
}

@media (min-width: 768px) {
    .bmnext-ac7csc {
        padding: 0px;
        flex-direction: row-reverse;
    }
}

.bmnext-1fk38ao {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-1fk38ao {
        display: flex;
        flex-shrink: 0;
        flex-basis: 400px;
    }

    .bmnext-1fk38ao a {
        line-height: 0;
    }

    .bmnext-1fk38ao a::before {
        display: none;
    }

    .bmnext-1fk38ao img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-width: 400px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1fk38ao {
        display: flex;
        flex-shrink: 0;
        flex-basis: 462px;
    }

    .bmnext-1fk38ao a {
        line-height: 0;
    }

    .bmnext-1fk38ao a::before {
        display: none;
    }

    .bmnext-1fk38ao img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-width: 462px;
    }
}

@media (min-width: 1280px) {
    .bmnext-1fk38ao {
        display: flex;
        flex-shrink: 0;
        flex-basis: 660px;
    }

    .bmnext-1fk38ao a {
        line-height: 0;
    }

    .bmnext-1fk38ao a::before {
        display: none;
    }

    .bmnext-1fk38ao img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-width: 660px;
    }
}

.bmnext-1re6hd9 {
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .bmnext-1re6hd9 {
        height: 100%;
        margin: auto 0px;
        padding: 0px 0px 0px 32px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1re6hd9 {
        padding: 105px 0px 105px 110px;
    }
}

@media (min-width: 768px) {
    .bmnext-16treg2 {
        margin-top: 0px;
    }
}

.bmnext-16treg2 h6 {
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    color: black;
}

@media (min-width: 768px) {
    .bmnext-16treg2 h6 {
        font-size: 22.5px;
    }
}

@media (min-width: 768px) {
    .bmnext-tkwcvw {
        max-width: 406px;
    }
}

@media (min-width: 768px) {
    .bmnext-tkwcvw {
        max-width: 516px;
    }
}

.bmnext-tkwcvw h3 {
    margin-top: 15px;
}

.bmnext-tkwcvw h3 a {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    color: black;
}

.bmnext-tkwcvw h3 a::before {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-tkwcvw h3 a {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .bmnext-tkwcvw h3 a {
        font-size: 43.95px;
    }
}

.bmnext-1k02xh2 {
    margin-top: 15px;
    color: black;
}

@media (min-width: 768px) {
    .bmnext-1k02xh2 {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1k02xh2 {
        max-width: 410px;
    }
}

.bmnext-1xint8 {
    margin-top: 45px;
}

@media (min-width: 768px) {
    .bmnext-1xint8 {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1xint8 {
        margin-top: 60px;
    }
}

.bmnext-1j3wnka {
    display: flex;
    margin: 32px -32px 0px;
}

.bmnext-1j3wnka a {
    line-height: 0;
}

.bmnext-1j3wnka a::before {
    display: none;
}

.bmnext-1j3wnka img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 600px) {
    .bmnext-1j3wnka img {
        max-height: 600px;
    }
}

@media (min-width: 768px) {
    .bmnext-1j3wnka {
        display: none;
    }
}

.bmnext-4pawoc {
    display: block;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    background-color: white;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 5;
}

.bmnext-2oilqw {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    background: white;
    padding: 60px 32px 0px;
}

@media (min-width: 768px) {
    .bmnext-2oilqw {
        flex-direction: row;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .bmnext-1th09me {
        max-width: 406px;
    }
}

@media (min-width: 768px) {
    .bmnext-1th09me {
        max-width: 520px;
    }
}

.bmnext-1th09me h3 {
    margin-top: 15px;
}

.bmnext-1th09me h3 a {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    color: black;
}

.bmnext-1th09me h3 a::before {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-1th09me h3 a {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1th09me h3 a {
        font-size: 43.95px;
    }
}

.bmnext-ygpm78 {
    display: flex;
    flex-direction: column;
    padding: 60px 32px 90px;
    position: relative;
    z-index: 1;
}

@media (min-width: 425px) {
    .bmnext-ygpm78 {
        padding: 90px 10%;
    }
}

@media (min-width: 768px) {
    .bmnext-ygpm78 {
        flex-direction: row;
    }
}

@media (min-width: 1280px) {
    .bmnext-ygpm78 {
        padding: 120px 18% 120px 12.5%;
    }
}

.bmnext-rnorj4 {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
}

.bmnext-rnorj4 svg {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .bmnext-rnorj4 {
        width: 150px;
        height: 150px;
    }
}

.bmnext-6ozoon {
    margin-top: 15px;
}

@media (min-width: 425px) {
    .bmnext-6ozoon {
        max-width: 750px;
    }
}

@media (min-width: 768px) {
    .bmnext-6ozoon {
        margin: 0px 0px 0px 30px;
    }
}

.bmnext-5lgkus {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    color: rgb(24, 229, 137);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (min-width: 425px) {
    .bmnext-5lgkus {
        font-size: 22px;
    }
}

.bmnext-u55s36 {
    font-size: 32px;
    margin-top: 15px;
}

@media (min-width: 900px) {
    .bmnext-u55s36 {
        font-size: 44px;
        margin-bottom: 12px;
    }
}

.bmnext-1w6elht {
    max-width: 630px;
    margin-top: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.bmnext-1w6elht p {
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.bmnext-1n7h7kz {
    display: flex;
    margin-top: 30px;
}

@media (min-width: 425px) {
    .bmnext-1n7h7kz {
        margin-top: 45px;
    }
}

.bmnext-y52v1w {
    width: 100%;
    background-color: white;
    padding: 60px 32px 30px;
}

@media (min-width: 768px) {
    .bmnext-y52v1w {
        padding: 90px 10%;
    }
}

@media (min-width: 1440px) {
    .bmnext-y52v1w {
        padding: 120px 90px 120px 125px;
    }
}

.bmnext-1sxhqji {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 900px) {
    .bmnext-1sxhqji {
        align-items: flex-end;
        flex-direction: row;
    }
}

.bmnext-1c9f592 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0%;
    max-width: 540px;
}

@media (min-width: 768px) {
    .bmnext-1c9f592 {
        min-width: 410px;
    }
}

@media (min-width: 900px) {
    .bmnext-1c9f592 {
        align-items: flex-end;
    }
}

.bmnext-ry5u0d-styledText {
    padding: var(--row-padding);
    margin: var(--row-margin);
    font-weight: var(--text-weight);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    font-size: 32px;
    align-self: flex-start;
    color: black;
}

@media (min-width: 600px) {
    .bmnext-ry5u0d-styledText {
        font-size: 54px;
    }
}

.bmnext-7zj3ff-LineComponent {
    display: block;
    height: 2px;
    width: 260px;
    margin-top: 30px;
}

.bmnext-7zj3ff-LineComponent[data-color="green"] {
    background: linear-gradient(270deg, rgb(33, 140, 255) 0%, rgb(24, 229, 137) 100%);
}

@media (min-width: 600px) {
    .bmnext-7zj3ff-LineComponent {
        width: 410px;
    }
}

@media (min-width: 900px) {
    .bmnext-7zj3ff-LineComponent {
        position: relative;
        bottom: 10px;
        margin-top: 25px;
    }
}

.bmnext-17bqg4z {
    color: black;
    width: 100%;
    margin-top: 30px;
}

@media (min-width: 900px) {
    .bmnext-17bqg4z {
        margin-top: 0px;
        margin-left: 30px;
        max-width: 408px;
    }
}

.bmnext-15cqc3o {
    background-color: white;
    padding: 0px 32px;
}

@media (min-width: 768px) {
    .bmnext-15cqc3o {
        padding: 0px 90px 90px;
    }
}

@media (min-width: 1024px) {
    .bmnext-15cqc3o {
        padding: 0px 125px 90px;
    }
}

@media (min-width: 1280px) {
    .bmnext-15cqc3o {
        padding: 0px 125px 90px 235px;
    }
}

.bmnext-1yaz6up {
    margin: 90px auto;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .bmnext-1yaz6up {
        margin: 90px auto;
    }
}

.bmnext-1yaz6up:last-of-type {
    margin-bottom: 0px;
}

@media (min-width: 1024px) {
    .bmnext-1yaz6up {
        max-width: 960px;
    }
}

.bmnext-1yaz6up.AccordionList0 {
    margin-top: 0%;
}

.bmnext-1yaz6up div div::before {
    background: rgba(0, 0, 0, 0.28);
    height: 1px;
}

.bmnext-1yaz6up .title-overlay h3 {
    color: var(--secondary-dark, #000);
    font-size: 20px;
}

@media (min-width: 900px) {
    .bmnext-1yaz6up .title-overlay h3 {
        font-size: 28px;
    }
}

.bmnext-1yaz6up .title-overlay .title {
    max-width: 850px;
}

@media (max-width: 768px) {
    .bmnext-1yaz6up .title-overlay .title {
        flex-basis: 260px;
    }
}

.bmnext-1yaz6up .content-wrapper {
    max-width: 847px;
}

.bmnext-1yaz6up .content-wrapper ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.bmnext-1yaz6up .content-wrapper ul li {
    list-style-type: disc;
    margin-bottom: 30px;
}

.bmnext-1yaz6up .content-wrapper li,
.bmnext-1yaz6up .content-wrapper p,
.bmnext-1yaz6up .content-wrapper a {
    color: black;
}

.bmnext-1yaz6up .content-wrapper p {
    margin-bottom: 30px;
}

.bmnext-1fq0qrp-AccordionItem {
    position: relative;
    transition: 0.3s ease-in-out;
}

.bmnext-1fq0qrp-AccordionItem::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0px;
    background: rgba(255, 255, 255, 0.15);
    transition: height 0.3s;
}

.bmnext-1fq0qrp-AccordionItem .title-overlay {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    cursor: pointer;
    padding: 30px 0px;
}

.bmnext-1fq0qrp-AccordionItem .title-overlay:hover .title {
    color: rgb(0, 0, 0);
}

.bmnext-1fq0qrp-AccordionItem .title-overlay .plus-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    flex-shrink: 0;
    transition: transform 0.3s;
    color: rgb(0, 0, 0);
}

@media (min-width: 768px) {
    .bmnext-1fq0qrp-AccordionItem .title-overlay {
        padding: 30px 15px 30px 0px;
    }
}

.bmnext-1fq0qrp-AccordionItem[data-template="white"]::before {
    background: rgba(0, 0, 0, 0.15);
}

.bmnext-1fq0qrp-AccordionItem[data-template="white"] .title {
    color: rgb(0, 0, 0);
}

.bmnext-1fq0qrp-AccordionItem[data-template="white"] .title-overlay:hover .title {
    color: rgb(0, 0, 0);
}

.bmnext-1fq0qrp-AccordionItem[data-template="white"] .plus-icon {
    color: rgb(0, 0, 0);
}

.bmnext-1fq0qrp-AccordionItem[data-template="white"] .content-wrapper {
    color: rgb(0, 0, 0);
}

.bmnext-1hy6f1x-ItemTitle {
    position: relative;
    cursor: pointer;
    font-size: 24px;
    transition: color 0.3s;
    flex-basis: 230px;
}

@media (min-width: 600px) {
    .bmnext-1hy6f1x-ItemTitle {
        flex-basis: unset;
    }
}

@media (min-width: 768px) {
    .bmnext-1hy6f1x-ItemTitle {
        font-size: 28px;
    }
}

.bmnext-1jvi5it-Svg {
    width: 32px;
    max-width: 100%;
    max-height: 100%;
}

.bmnext-1iyyr7y-ItemContent {
    font-size: 18px;
    width: 100%;
    padding-right: 15px;
    overflow: hidden;
    transition: max-height 0.3s;
}

.bmnext-1iyyr7y-ItemContent .content-wrapper {
    padding-bottom: 30px;
}

.bmnext-dg5q0d {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 60px 32px;
    background: white;
}

@media (min-width: 768px) {
    .bmnext-dg5q0d {
        flex-direction: row;
        padding: 0px;
    }
}

.bmnext-cwx3w3 {
    display: flex;
    flex-direction: column;
    padding: 60px 32px;
}

@media (min-width: 425px) {
    .bmnext-cwx3w3 {
        padding: 60px 10%;
    }
}

@media (min-width: 768px) {
    .bmnext-cwx3w3 {
        padding: 120px 10%;
    }
}

@media (min-width: 1024px) {
    .bmnext-cwx3w3 {
        flex-direction: row;
        padding-left: 10%;
    }
}

@media (min-width: 1280px) {
    .bmnext-cwx3w3 {
        padding-left: 18%;
    }
}

.bmnext-d7m3kv {
    width: 100%;
    margin-top: 60px;
}

.bmnext-d7m3kv:first-of-type {
    margin-top: 0px;
}

@media (min-width: 1024px) {
    .bmnext-d7m3kv {
        margin-top: 0px;
        max-width: 300px;
        margin-right: 30px;
    }

    .bmnext-d7m3kv:last-of-type {
        margin-right: 0px;
    }
}

.bmnext-ghxhy {
    width: 75px;
    height: 75px;
}

.bmnext-ghxhy svg {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .bmnext-ghxhy {
        width: 105px;
        height: 105px;
    }
}

.bmnext-ghxhy svg {
    width: 100%;
    height: auto;
}

.bmnext-fqv06y-styledText {
    padding: var(--row-padding);
    font-weight: var(--text-weight);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    font-size: 32px;
    margin-top: 15px;
    color: black;
}

@media (min-width: 768px) {
    .bmnext-fqv06y-styledText {
        font-size: 44px;
        margin-top: 5px;
    }
}

.bmnext-4bnyyz-styledText {
    padding: var(--row-padding);
    font-weight: var(--text-weight);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    font-size: 18px;
    margin-top: 15px;
    color: black;
}

.bmnext-1jdzdxs {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 15px 30px 45px;
    margin: 1px 0px;
    z-index: 1;
}

@media (min-width: 1024px) {
    .bmnext-1jdzdxs {
        padding: 210px 120px 150px;
        flex-direction: row;
    }
}

.bmnext-wajs38 {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-top: 50vw;
    order: 2;
}

@media (min-width: 1024px) {
    .bmnext-wajs38 {
        flex-basis: 520px;
        -webkit-box-flex: 0;
        flex-grow: 0;
        margin-top: initial;
        order: unset;
    }
}

.bmnext-xntzhl {
    line-height: 1.3;
    font-size: 28px;
    margin: 34px 0px 15px;
}

@media (min-width: 1024px) {
    .bmnext-xntzhl {
        font-size: 44px;
        margin: 0px 0px 30px;
    }
}

.bmnext-xntzhl.animate--step-in-heading span {
    display: inline-block;
}

.bmnext-xntzhl.animate--step-in-heading span:nth-of-type(1) {
    animation-delay: 0.2s;
}

.bmnext-xntzhl.animate--step-in-heading span:nth-of-type(2) {
    animation-delay: 0.4s;
}

.bmnext-xntzhl.animate--step-in-heading span.animated {
    opacity: 0;
    animation-name: animation-v3pzko;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.bmnext-1bitukc {
    font-size: 18px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .bmnext-1bitukc {
        margin: 0px 0px 44px;
    }
}

.bmnext-1bitukc.animated {
    opacity: 0;
    animation-name: animation-1u7vami;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 1s;
}

@media (min-width: 1024px) {
    .bmnext-1bitukc {
        margin: 0px 0px 45px;
    }
}

.bmnext-1nb79zh.animated {
    opacity: 0;
    animation-name: animation-1u7vami;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.5s;
}

.bmnext-kp9i4c {
    position: absolute;
}

@media (max-width: 1023px) {
    .bmnext-kp9i4c {
        width: calc(100% - 20px);
        left: 10px;
        top: -25%;
    }
}

@media (max-width: 600px) {
    .bmnext-kp9i4c {
        top: -15%;
    }
}

@media (min-width: 1024px) {
    .bmnext-kp9i4c {
        max-width: calc(648px);
        top: 65px;
        width: 45%;
        left: 45%;
    }
}

@media (min-width: 1280px) {
    .bmnext-kp9i4c {
        max-width: calc(748.8px);
        width: 52%;
        left: 45%;
        top: 0px;
    }
}

.bmnext-7xfy9c {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.bmnext-17o9suv {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

.bmnext-1jwa8cd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 1;
    z-index: -1;
}

@media (min-width: 768px) {
    .bmnext-lqxryk {
        max-width: 406px;
    }
}

@media (min-width: 768px) {
    .bmnext-lqxryk {
        max-width: 520px;
    }
}

.bmnext-lqxryk h3 {
    margin-top: 0px;
}

.bmnext-lqxryk h3 a {
    color: white;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    margin-top: 45px;
    font-size: 32px;
}

.bmnext-lqxryk h3 a::before {
    display: none;
}

@media (min-width: 768px) {
    .bmnext-lqxryk h3 a {
        font-size: 32px;
    }
}

@media (min-width: 1024px) {
    .bmnext-lqxryk h3 a {
        font-size: 54.93px;
    }
}

.bmnext-1xfp7hk {
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    width: 100%;
    max-width: 1320px;
}

@media (min-width: 1024px) and (min-height: 925px) {
    .bmnext-1xfp7hk {
        position: fixed;
        bottom: 0px;
        z-index: 0;
    }
}

.bmnext-1kt710t {
    display: grid;
    gap: 50px;
    grid-template-areas: "cta" "menu" "email" "jurisdiction";
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
    padding: 54px 32px 45px;
}

@media (min-width: 768px) {
    .bmnext-1kt710t {
        grid-template: "menu cta" 1fr "email jurisdiction" / 1fr auto;
        gap: 60px 30px;
        padding: 95px 125px 45px;
    }
}

.bmnext-1e6sks9 {
    grid-area: menu;
    flex: 1 1 0%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
}

@media (min-width: 768px) {
    .bmnext-1e6sks9 {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 30px;
    }
}

.bmnext-11zvqtz {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.bmnext-u4ssoq {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.bmnext-19qzjde-Anchor {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(0, 0, 0);
    transition: opacity 0.4s ease-in;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
}

.bmnext-19qzjde-Anchor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    transform: translateY(50%);
    background-color: rgb(0, 0, 0);
    transition: width 0.4s ease-in;
}

.no-touch .bmnext-19qzjde-Anchor:not([data-disabled="true"]):hover::before {
    width: 0px;
}

.bmnext-19qzjde-Anchor[data-animate="in"]::before {
    width: 0px;
    left: 0px;
}

.no-touch .bmnext-19qzjde-Anchor[data-animate="in"]:not([data-disabled="true"]):hover::before {
    width: 100%;
}

.bmnext-19qzjde-Anchor:first-of-type {
    margin-top: 0px;
}

.bmnext-4oa5j8-Anchor {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(0, 0, 0);
    transition: opacity 0.4s ease-in;
    line-height: 1.3;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bmnext-4oa5j8-Anchor[data-disabled="true"] {
    pointer-events: none;
}

.bmnext-4oa5j8-Anchor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    transform: translateY(50%);
    background-color: rgb(0, 0, 0);
    transition: width 0.4s ease-in;
}

.bmnext-4oa5j8-Anchor[data-animate="in"]::before {
    width: 0px;
    left: 0px;
}

.bmnext-4oa5j8-Anchor:first-of-type {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .bmnext-4oa5j8-Anchor {
        margin-bottom: 35px;
    }
}

.bmnext-dow1ty-Anchor {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    transition: opacity 0.4s ease-in;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 20px;
}

.bmnext-dow1ty-Anchor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    transform: translateY(50%);
    background-color: rgb(0, 0, 0);
    transition: width 0.4s ease-in;
}

.no-touch .bmnext-dow1ty-Anchor:not([data-disabled="true"]):hover::before {
    width: 0px;
}

.bmnext-dow1ty-Anchor[data-variant="withIcon"] {
    width: fit-content;
}

.bmnext-dow1ty-Anchor[data-variant="withIcon"] .arrow-northeast {
    margin-left: 15px;
}

.bmnext-dow1ty-Anchor[data-animate="in"]::before {
    width: 0px;
    left: 0px;
}

.no-touch .bmnext-dow1ty-Anchor[data-animate="in"]:not([data-disabled="true"]):hover::before {
    width: 100%;
}

.bmnext-dow1ty-Anchor:first-of-type {
    margin-top: 0px;
}

.bmnext-mts6z {
    grid-area: cta;
}

.bmnext-1k405q1 {
    width: 195px;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex-direction: column;
}

@media (min-width: 768px) {
    .bmnext-1k405q1 {
        width: 195px;
    }
}

.bmnext-g46w8s {
    margin-bottom: 30px;
}

.bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 25px;
    white-space: nowrap;
}

.bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"] {
    padding: 15px 60px 15px 30px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(24, 229, 137);
    z-index: -1;
}

.bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgb(57, 234, 155);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.no-touch .bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]:not(:disabled):hover {
    cursor: pointer;
    padding: 15px 44px 15px 46px;
}

.no-touch .bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-variant="noArrow"]:not(:disabled):hover::after {
    width: 100%;
}

.bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground[data-color="green"] {
    color: rgb(0, 0, 0);
    background: rgb(24, 229, 137);
}

@media (max-width: 480px) {
    .bmnext-fy0p86-StyledBMAnchor-slideBackground-slideBackground-slideBackground {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.005em;
    }
}

.bmnext-12abrfs {
    grid-column: span 2;
    justify-self: start;
}

@media (min-width: 900px) {
    .bmnext-12abrfs {
        justify-self: end;
        max-width: 195px;
    }
}

.bmnext-m0bm37-styledText {
    padding: var(--row-padding);
    margin: var(--row-margin);
    font-size: var(--text-size);
    color: var(--text-color);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    font-weight: 500;
}

.bmnext-kvhyv4 {
    max-width: 230px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .bmnext-kvhyv4 {
        margin-top: 10px;
    }
}

.bmnext-kvhyv4 button {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 195px;
    gap: 18px;
}

.bmnext-kvhyv4 li {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bmnext-kvhyv4 li[aria-selected="true"] {
    display: none;
}

.bmnext-kvhyv4 .bm-styled-select-header-label,
.bmnext-kvhyv4 .bm-styled-select-option {
    display: inline-flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14.4px !important;
}

.bmnext-kvhyv4 .SelectedOption-IconBefore {
    width: 20px;
    height: 20px;
}

.bmnext-1xy9hfm-StyledSelect {
    position: relative;
}

.bmnext-hxfwik-Header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    gap: 30px;
    color: black;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
}

.bmnext-hxfwik-Header .bm-styled-select-header-label {
    font-size: 20px;
    line-height: 1.3;
    font-family: Tactic, sans-serif;
}

.bmnext-hxfwik-Header .bm-styled-select-header-indicator {
    transform: rotate(0deg);
    transition: transform 0.2s;
}

.bmnext-hxfwik-Header[data-variant="icon"] {
    padding: 15px 30px;
}

.bmnext-hxfwik-Header[data-variant="icon"] .bm-styled-select-header-label {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.bmnext-hxfwik-Header[data-variant="icon"] {
    padding: 15px;
}

.bmnext-hxfwik-Header[data-variant="icon"] {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.bmnext-150n8id-SelectedOptionIcon {
    display: inline-flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 10px;
}

.bmnext-1vjkxxq-Svg {
    width: 20px;
    max-width: 100%;
    max-height: 100%;
}

.bmnext-boqg7-SelectOptions {
    display: block;
    position: absolute;
    top: auto;
    background: rgb(255, 255, 255);
    width: 100%;
    transition: visibility 0.5s, opacity 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    max-height: 450px;
}

.bmnext-77jx9v-SelectOption {
    display: block;
    font-size: 20px;
    font-family: Tactic, sans-serif;
    line-height: 1.75;
    width: 100%;
    color: rgb(0, 0, 0);
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.bmnext-77jx9v-SelectOption[data-variant="icon"] {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.bmnext-77jx9v-SelectOption[data-variant="icon"] {
    padding: 15px;
}

.no-touch .bmnext-77jx9v-SelectOption:not([data-variant="standard"][aria-selected="true"]):hover {
    background: rgba(255, 255, 255, 0.15);
}

.bmnext-4avkb8-SelectedOptionSpanWrapper {
    display: inline-flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.bmnext-qa2f8c {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column-reverse;
    color: rgb(0, 0, 0);
    padding: 45px 32px;
}

@media (min-width: 768px) {
    .bmnext-qa2f8c {
        padding: 45px 125px;
    }
}

.bmnext-79azp8 {
    display: flex;
    flex-direction: column-reverse;
}

.bmnext-1jaob2u-styledText {
    padding: var(--row-padding);
    font-weight: var(--text-weight);
    color: var(--text-color);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    font-size: 12px;
    line-height: 1.3;
    margin-top: 15px;
}

.bmnext-1jaob2u-styledText a {
    color: black;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bmnext-8mn8vf-styledText {
    padding: var(--row-padding);
    margin: var(--row-margin);
    color: var(--text-color);
    font-family: var(--text-fontFamily);
    text-align: var(--text-align);
    text-transform: var(--text-transform);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

.bmnext-4ruz87 {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    margin-bottom: 40px;
    margin-left: 0px;
}

@media (min-width: 768px) {
    .bmnext-4ruz87 {
        flex-flow: wrap;
    }
}

@media (min-width: 1440px) {
    .bmnext-4ruz87 {
        margin-top: 0px;
    }
}

.bmnext-dmimq7-Anchor {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    transition: opacity 0.4s ease-in;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
    margin-top: 30px;
}

.bmnext-dmimq7-Anchor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0px;
    transform: translateY(50%);
    background-color: rgb(0, 0, 0);
    transition: width 0.4s ease-in;
}

.no-touch .bmnext-dmimq7-Anchor:not([data-disabled="true"]):hover::before {
    width: 0px;
}

.bmnext-dmimq7-Anchor[data-variant="withIcon"] {
    width: fit-content;
}

.bmnext-dmimq7-Anchor[data-variant="withIcon"] .arrow-northeast {
    margin-left: 15px;
}

.bmnext-dmimq7-Anchor[data-animate="in"]::before {
    width: 0px;
    left: 0px;
}

.no-touch .bmnext-dmimq7-Anchor[data-animate="in"]:not([data-disabled="true"]):hover::before {
    width: 100%;
}

.bmnext-dmimq7-Anchor:first-of-type {
    margin-top: 0px;
    margin-left: 0px;
}

@media (min-width: 768px) {
    .bmnext-dmimq7-Anchor {
        font-size: 12px;
        margin-right: 32px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
}

.bmnext-13eis5u-IconButtonView {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    appearance: none;
    background: none;
    border: none;
    padding: 0px;
    color: var(--iconButton-accentColor);
    transition: color 120ms;
    font-size: var(--iconButton-size);
    width: var(--iconButton-size);
    height: var(--iconButton-size);
}

.bmnext-13eis5u-IconButtonView:disabled {
    opacity: 0.15;
}

.no-touch .bmnext-13eis5u-IconButtonView:not(:disabled):hover {
    cursor: pointer;
    color: var(--iconButton-hoveredColor);
}

.bmnext-1cvado7 {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(30px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    inset: 0px;
    z-index: 110;
}

@media (max-width: 450px) {
    .bmnext-1cvado7 {
        overflow-x: auto;
    }
}

.bmnext-20ilmb {
    max-width: 540px;
    margin: 0px 30px;
    background: rgb(0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    border-radius: 1px;
    padding: 60px;
}

@media (max-width: 767px) {
    .bmnext-20ilmb {
        padding: 50px 30px 45px;
    }
}

.bmnext-20ilmb p {
    font-style: normal;
    font-weight: normal;
    font-size: 14.4px;
    line-height: 175%;
    text-align: left;
    color: white;
    margin-bottom: 30px;
}

@media (max-width: 390px) {
    .bmnext-20ilmb p {
        font-size: 12px;
    }
}

.bmnext-12bhkvf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
    position: relative;
}

.bmnext-12bhkvf::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: black;
}

.bmnext-i1909w {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .bmnext-i1909w {
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}

.bmnext-16tldys {
    color: rgb(0, 0, 0);
}

.bmnext-16tldys:not(:first-of-type) {
    margin-left: 30px;
}

.no-touch .bmnext-16tldys:hover {
    opacity: 0.6;
}

.bmnext-14is9qy {
    font-size: 20px;
}

.bmnext-jl75yw {
    padding: 0px 0px 90px;
    position: relative;
    z-index: 1;
}

@media (min-width: 600px) {
    .bmnext-jl75yw {
        padding: 30px 10% 120px 17%;
    }
}

@media (min-width: 1440px) {
    .bmnext-jl75yw {
        padding: 0px 125px 120px 200px;
    }
}

@media (min-width: 600px) {
    .bmnext-pm6jlu {
        margin: 0px 0px 0px 84px;
    }
}

.bmnext-1fttcpj {
    display: flex;
    flex-direction: column;
}

.bmnext-1b4920d {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bmnext-1mv4j7k.bm-mt-show-more-text {
    font-weight: 700;
    line-height: 175%;
    min-width: 200px;
}

.bmnext-1mv4j7k.ArrowCalloutWrapper {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.bmnext-nr8smw.bm-mt-da-tile {
    display: grid;
    min-height: 70px;
    grid-template-areas: "asset-icon asset-icon-pair asset-name asset-last-price asset-volume";
    grid-template-columns: 30px repeat(3, 1fr);
    -webkit-box-align: center;
    align-items: center;
    gap: 0px 15px;
    margin-top: 5px;
    padding: 15px 32px;
    max-width: 990px;
    position: relative;
    background: url("/images/market-table-tile-bg-mobile.png") center center / 100% 100% no-repeat;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.bmnext-nr8smw.bm-mt-da-tile::before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 1px solid transparent;
    transition: border-color 0.4s;
}

@media (min-width: 600px) {
    .bmnext-nr8smw.bm-mt-da-tile {
        grid-template-areas: "asset-name asset-last-price asset-volume";
        grid-template-columns: repeat(3, 1fr);
        margin-top: 15px;
    }
}

@media (min-width: 1024px) {
    .bmnext-nr8smw.bm-mt-da-tile {
        font-size: 18px;
        line-height: 1.5;
        padding: 20px 42px;
        grid-template-columns: repeat(4, 1fr);
        gap: 0px 15px;
    }

    .bmnext-nr8smw.bm-mt-da-tile:hover::before {
        border-color: rgb(255, 255, 255);
    }
}

.bmnext-nr8smw.bm-mt-show-more {
    grid-template-columns: repeat(2, 1fr) !important;
}

.bmnext-12sy9di {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.no-touch .bmnext-12sy9di:hover~.ArrowCalloutWrapper .ArrowCalloutLinkTitle .eu65hui2 {
    transform: scaleX(1.1);
}

.no-touch .bmnext-12sy9di:hover~.ArrowCalloutWrapper .ArrowCalloutLinkTitle .eu65hui2 svg {
    transform: scaleX(1.02);
}

.bmnext-zb4cys {
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.2s ease-in;
}

@media (min-width: 600px) {
    .bmnext-zb4cys {
        width: 45px;
        height: 25px;
    }
}

.bmnext-1oi30ol {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-right: -37px;
    transform-origin: left center;
    transform: scaleX(1);
    transition: 0.2s ease-in;
}

@media (min-width: 600px) {
    .bmnext-1oi30ol {
        margin-right: -15px;
    }
}

.bmnext-1oi30ol svg {
    width: 45px;
    height: 25px;
    max-width: 100%;
    max-height: 100%;
    transform: scaleX(1);
    transition: 0.2s ease-in;
}

.bmnext-1oi30ol svg path {
    fill: rgb(24, 229, 137);
}

.bmnext-dro8cy-Svg {
    width: 95px;
    max-width: 100%;
    max-height: 100%;
}

.bmnext-74cbdv {
    font-size: 14px;
    font-family: "DM Mono", sans-serif;
    line-height: 1.3;
    letter-spacing: 0.01em;
    padding: 45px 32px 0px;
    max-width: 450px;
}

@media (min-width: 600px) {
    .bmnext-74cbdv {
        padding: 45px 0px 0px 84px;
    }
}

@media (min-width: 1024px) {
    .bmnext-74cbdv {
        padding: 0px 0px 0px 84px;
    }
}

.bmnext-uqrxw8 {
    font-size: 14px;
    font-family: "DM Mono", sans-serif;
    line-height: 1.3;
    letter-spacing: 0.01em;
    margin: 0px 32px 5px;
}

@media (min-width: 600px) {
    .bmnext-uqrxw8 {
        margin: 0px 0px 5px 84px;
    }
}

@media (min-width: 1024px) {
    .bmnext-uqrxw8 {
        text-align: right;
    }
}

.bmnext-uqrxw8 a {
    text-decoration: underline;
}

.bmnext-1osknkj {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen;
    background-size: contain;
    background-repeat: no-repeat;
    transition: width 0.7s, height 0.7s, opacity 0.7s, transform 0.4s;
    opacity: 1;
    background-image: url("/images/lights/light-leak-primary-1.png");
    background-position: right center;
    right: 0px;
    width: 165px;
    height: 498px;
    margin-top: -26%;
}

@media (min-width: 1024px) {
    .bmnext-1osknkj {
        width: 370px;
        height: 1090px;
        margin-top: -20%;
    }
}

.bmnext-10pxahm.bm-mt-da-icon,
.bmnext-10pxahm.bm-mt-da-icon-pair {
    min-width: 30px;
    width: 30px;
    height: 30px;
    transition: transform 0.4s;
    cursor: pointer;
}

.bmnext-10pxahm.bm-mt-da-icon img,
.bmnext-10pxahm.bm-mt-da-icon-pair img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (min-width: 600px) {

    .bmnext-10pxahm.bm-mt-da-icon,
    .bmnext-10pxahm.bm-mt-da-icon-pair {
        position: absolute;
        left: -160px;
        width: 68px;
        height: 68px;
    }
}

@media (min-width: 600px) {
    .bmnext-10pxahm.bm-mt-da-icon-pair {
        position: absolute;
        left: -84px;
        width: 68px;
        height: 68px;
    }
}

.bmnext-10pxahm.bm-mt-da-trading-pair {
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    grid-area: asset-name;
    text-wrap: nowrap;
}

@media (min-width: 1024px) {
    .bmnext-10pxahm.bm-mt-da-trading-pair {
        grid-area: unset;
    }
}

.bmnext-10pxahm.bm-mt-da-trading-pair span {
    background: linear-gradient(153deg, rgb(24, 229, 137) 24.26%, rgb(40, 112, 240) 67.8%, rgb(40, 112, 240) 100%) text;
    -webkit-text-fill-color: transparent;
}

.bmnext-10pxahm.bm-mt-da-last-price {
    font-family: "DM Mono", monospace;
    grid-area: asset-last-price;
    justify-self: end;
}

@media (min-width: 1024px) {
    .bmnext-10pxahm.bm-mt-da-last-price {
        font-size: 17px;
        grid-area: unset;
    }
}

.bmnext-10pxahm.bm-mt-da-day-change {
    font-family: "DM Mono", monospace;
    display: none;
    grid-area: asset-price-change;
    justify-self: end;
}

@media (min-width: 1024px) {
    .bmnext-10pxahm.bm-mt-da-day-change {
        font-size: 17px;
        grid-area: unset;
        display: block;
    }
}

.bmnext-10pxahm.bm-mt-da-day-volume {
    font-family: "DM Mono", monospace;
    grid-area: asset-volume;
    justify-self: end;
}

@media (min-width: 1024px) {
    .bmnext-10pxahm.bm-mt-da-day-volume {
        font-size: 17px;
        grid-area: unset;
    }
}

.bmnext-10pxahm.bm-mt-da-icon {
    grid-area: asset-icon;
}

.bmnext-10pxahm.bm-mt-da-icon-pair {
    grid-area: asset-icon-pair;
}

.bmnext-10pxahm.bm-mt-da-trading-pair {
    font-size: 14.4px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.144px;
    margin-left: 7px;
}

.bmnext-10pxahm.bm-mt-da-day-volume {
    font-size: 12px;
    justify-self: start;
}

.bmnext-10pxahm.bm-mt-da-day-volume span {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    margin-left: 12px;
}

.bmnext-10pxahm.bm-mt-da-day-change {
    display: block;
    font-size: 12px;
}

.bmnext-1a6sj05.bm-mt-da-tile {
    display: grid;
    min-height: 70px;
    grid-template-areas: "asset-icon asset-icon-pair asset-name asset-last-price asset-volume";
    grid-template-columns: 30px repeat(3, 1fr);
    -webkit-box-align: center;
    align-items: center;
    gap: 0px 15px;
    margin-top: 5px;
    padding: 15px 32px;
    max-width: 990px;
    position: relative;
    background: url("/images/market-table-tile-bg-mobile.png") center center / 100% 100% no-repeat;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.bmnext-1a6sj05.bm-mt-da-tile::before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 1px solid transparent;
    transition: border-color 0.4s;
}

@media (min-width: 600px) {
    .bmnext-1a6sj05.bm-mt-da-tile {
        grid-template-areas: "asset-name asset-last-price asset-volume";
        grid-template-columns: repeat(3, 1fr);
        margin-top: 15px;
    }
}

@media (min-width: 1024px) {
    .bmnext-1a6sj05.bm-mt-da-tile {
        font-size: 18px;
        line-height: 1.5;
        padding: 20px 42px;
        grid-template-columns: repeat(4, 1fr);
        gap: 0px 15px;
    }

    .bmnext-1a6sj05.bm-mt-da-tile:hover::before {
        border-color: rgb(255, 255, 255);
    }

    .bmnext-1a6sj05.bm-mt-da-tile:hover .bm-mt-da-icon,
    .bmnext-1a6sj05.bm-mt-da-tile:hover .bm-mt-da-icon-pair {
        transform: scale(1.1);
    }
}

.bmnext-1a6sj05.bm-mt-da-tile {
    min-height: 90px;
    grid-template: "asset-icon asset-icon-pair asset-name asset-last-price" 1fr "asset-volume asset-volume asset-volume asset-price-change" 1fr / 30px 30px 2fr 1fr;
    gap: 0px 5px;
}

/*! CSS Used from: Embedded */
#onetrust-pc-sdk .ot-close-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
    text-decoration: none;
    font-size: .75em;
}

#onetrust-pc-sdk .ot-pc-footer-logo a:hover {
    color: #565656;
}

#onetrust-pc-sdk button * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#onetrust-pc-sdk .ot-hide {
    display: none !important;
}

#onetrust-pc-sdk button.ot-link-btn:hover {
    text-decoration: underline;
    opacity: 1;
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0;
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%;
}

#onetrust-pc-sdk [type=checkbox]:checked,
#onetrust-pc-sdk [type=checkbox]:not(:checked) {
    pointer-events: initial;
}

#onetrust-pc-sdk [type=checkbox]:disabled+label::before,
#onetrust-pc-sdk [type=checkbox]:disabled+label:after,
#onetrust-pc-sdk [type=checkbox]:disabled+label {
    pointer-events: none;
    opacity: .8;
}

#onetrust-pc-sdk input {
    margin: 3px .1ex;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    max-width: 100%;
}

#onetrust-pc-sdk .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

#onetrust-pc-sdk.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, .5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: .75em;
    }
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
    width: 136px;
    height: 16px;
}

#onetrust-pc-sdk .ot-optout-signal {
    border: 1px solid #32ae88;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f9fffa;
    font-size: .85rem;
    line-height: 2;
}

#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
    display: inline;
    margin-right: 5px;
}

#onetrust-pc-sdk .ot-optout-signal svg {
    height: 20px;
    width: 30px;
    transform: scale(0.5);
}

#onetrust-pc-sdk .ot-optout-signal svg path {
    fill: #32ae88;
}

#onetrust-pc-sdk {
    font-size: 16px;
}

#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk #ot-pc-content {
    font-family: inherit;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: none;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none;
}

#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after {
    content: "";
    content: none;
}

#onetrust-pc-sdk .ot-sdk-column {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial;
}

@media (min-width: 550px) {
    #onetrust-pc-sdk .ot-sdk-column {
        margin-left: 4%;
    }

    #onetrust-pc-sdk .ot-sdk-column:first-child {
        margin-left: 0;
    }
}

#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit;
}

#onetrust-pc-sdk h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

#onetrust-pc-sdk h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

#onetrust-pc-sdk h4 {
    font-size: 1.5rem;
    line-height: 1.35;
}

@media (min-width: 550px) {
    #onetrust-pc-sdk h2 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h3 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h4 {
        font-size: 1.5rem;
    }
}

#onetrust-pc-sdk p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal;
}

#onetrust-pc-sdk a {
    color: #565656;
    text-decoration: underline;
}

#onetrust-pc-sdk a:hover {
    color: #565656;
    text-decoration: none;
}

#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-pc-sdk button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    color: #333;
    border-color: #888;
    opacity: .9;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000;
}

#onetrust-pc-sdk input[type=text] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

#onetrust-pc-sdk input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#onetrust-pc-sdk input[type=text]:focus {
    border: 1px solid #000;
    outline: 0;
}

#onetrust-pc-sdk label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

#onetrust-pc-sdk input[type=checkbox] {
    display: inline;
}

#onetrust-pc-sdk ul {
    list-style: circle inside;
}

#onetrust-pc-sdk ul {
    padding-left: 0;
    margin-top: 0;
}

#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-pc-sdk .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both;
}

#onetrust-pc-sdk .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block;
}

#onetrust-consent-sdk h3 {
    font-size: 24px !important;
}

#onetrust-pc-sdk button {
    padding: 15px 24px !important;
    font-size: 16px !important;
    letter-spacing: 0.005em !important;
}

.save-preference-btn-handler {
    border-radius: 1px !important;
    margin-right: 24px !important;
}

.ot-pc-header {
    border-bottom: none !important;
}

#ot-pc-content h3 {
    font-family: 'Tactic', sans-serif !important;
    font-weight: normal !important;
}

#onetrust-pc-sdk .ot-btn-container button {
    min-width: auto !important;
    margin-right: 30px !important;
}

.ot-cat-item button {
    border: 1px solid #434850 !important;
}

.ot-pc-footer {
    border-top: none !important;
}

.ot-pc-footer-logo {
    display: none !important;
}

.ot-sdk-row {
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 768px) {
    .ot-sdk-row {
        flex-direction: column;
    }
}

#onetrust-pc-sdk {
    position: fixed;
    z-index: 2147483647;
    bottom: 0;
    left: 0;
    background-color: #fff;
    max-width: 480px;
    min-width: 480px;
    height: 100%;
    -webkit-box-shadow: 0px 2px 10px -3px #999;
    -moz-box-shadow: 0px 2px 10px -3px #999;
    box-shadow: 0px 2px 10px -3px #999;
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

#onetrust-pc-sdk .ot-optout-signal {
    margin-top: .625rem;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track {
    margin-right: 20px;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color: #d8d8d8;
    scrollbar-darkshadow-color: #d8d8d8;
    scrollbar-face-color: #d8d8d8;
    scrollbar-shadow-color: #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-header {
    height: 39px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 10px 25px;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 40px;
    width: 120px;
}

#onetrust-pc-sdk .ot-close-icon {
    float: right;
    height: 10px;
    width: 10px;
    margin-top: 10px;
    margin-right: 5px;
}

#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-lst {
    position: absolute;
    top: 60px;
    bottom: 104px;
}

#onetrust-pc-sdk #ot-pc-content {
    padding-left: 2px;
    padding-right: 10px;
    margin-left: 23px;
    margin-right: 7px;
    width: calc(100% - 42px);
    overflow-y: auto;
}

#onetrust-pc-sdk #ot-pc-lst {
    width: 100%;
}

#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-footer button {
    margin-top: 19px;
}

#onetrust-pc-sdk .ot-btn-container {
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
}

#onetrust-pc-sdk .ot-btn-container button {
    min-width: calc(50% - 5px);
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    padding-left: 25px;
    height: 30px;
    background: #f4f4f4;
    text-align: right;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

#onetrust-pc-sdk button {
    display: inline-block;
    font-size: .75em;
    letter-spacing: .08em;
    max-width: 394px;
    padding: 12px 30px;
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-weight: bold;
    height: auto;
}

#onetrust-pc-sdk button:hover,
#onetrust-pc-sdk button:focus {
    color: #fff;
    border-color: #68b631;
}

#onetrust-pc-sdk .ot-link-btn {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto;
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
    margin-right: 10px;
    margin-bottom: 25px;
}

#onetrust-pc-sdk .ot-pc-refuse-all-handler {
    margin-right: 5px;
}

#onetrust-pc-sdk .ot-tgl {
    float: right;
    position: relative;
    z-index: 1;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #468254;
    border: 1px solid #fff;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #fff;
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob {
    box-shadow: 0 0 1px #2196f3;
    outline-style: auto !important;
    outline-width: 1px !important;
}

#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
    margin-bottom: 0;
}

#onetrust-pc-sdk .ot-switch-nob {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #767676;
    border: 1px solid #ddd;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 20px;
}

#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    bottom: 3px;
    left: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

#onetrust-pc-sdk .ot-chkbox {
    z-index: 1;
}

#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
    background-color: #3860be;
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
    content: none;
    color: #fff;
}

#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
    content: "";
}

#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto;
}

#onetrust-pc-sdk .ot-chkbox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 3px;
}

#onetrust-pc-sdk .ot-chkbox label::before {
    height: 18px;
    width: 18px;
    border: 1px solid #3860be;
    left: 0px;
}

#onetrust-pc-sdk .ot-chkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 5px;
}

#onetrust-pc-sdk .ot-label-txt {
    display: none;
}

#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#onetrust-pc-sdk .ot-acc-hdr {
    display: inline-block;
    width: 100%;
}

#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt {
    display: inline-block;
    font-size: .85em;
    color: dimgray;
}

#onetrust-pc-sdk .ot-label-status {
    font-size: .75em;
    display: none;
    position: relative;
    top: 2px;
    padding-right: 5px;
    float: left;
}

#onetrust-pc-sdk .ot-plus-minus {
    width: 20px;
    height: 20px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 3px;
}

#onetrust-pc-sdk .ot-plus-minus span {
    position: absolute;
    background: #27455c;
    border-radius: 1px;
}

#onetrust-pc-sdk .ot-plus-minus span:first-of-type {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}

#onetrust-pc-sdk .ot-plus-minus span:last-of-type {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}

#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk .ot-cat-item p:last-of-type {
    color: dimgray;
}

#onetrust-pc-sdk #ot-pc-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk .ot-cat-item p {
    font-size: .79em;
    line-height: 1.4;
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
    line-height: inherit;
}

#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk #ot-pc-title {
    font-size: 1.125em;
    line-height: 1.2;
}

#onetrust-pc-sdk #ot-pc-desc {
    clear: both;
    font-size: .813em;
    line-height: 1.5;
    margin-bottom: 25px;
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
}

#onetrust-pc-sdk #ot-pc-desc a {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk #accept-recommended-btn-handler,
#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header {
    float: left;
}

#onetrust-pc-sdk #ot-category-title {
    width: 100%;
    text-align: left;
}

#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk #ot-lst-title,
#onetrust-pc-sdk .ot-always-active {
    font-weight: bold;
}

#onetrust-pc-sdk a {
    color: #656565;
    cursor: pointer;
}

#onetrust-pc-sdk a:hover {
    color: #3860be;
}

#onetrust-pc-sdk .ot-always-active {
    float: right;
    color: #3860be;
    margin-top: -2px;
}

#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk .ot-always-active {
    font-size: .88em;
    line-height: 1.4;
    position: relative;
}

#onetrust-pc-sdk .ot-cat-item {
    margin-top: 25px;
    line-height: 1.1;
}

#onetrust-pc-sdk .ot-cat-item p:last-of-type {
    clear: both;
    padding-top: 15px;
    margin: 0;
}

#onetrust-pc-sdk .ot-hlst-cntr {
    margin-top: 3px;
    overflow: hidden;
    clear: both;
    padding-left: 2px;
    padding-bottom: 2px;
}

#onetrust-pc-sdk .category-host-list-handler {
    color: #3860be;
    margin-left: 0;
    font-size: .813em;
    text-decoration: none;
    float: left;
    margin-top: 5px;
}

#onetrust-pc-sdk .category-host-list-handler:hover {
    text-decoration-line: underline;
}

#onetrust-pc-sdk .back-btn-handler {
    min-height: 20px;
    font-size: 1em;
    text-decoration: none;
}

#onetrust-pc-sdk .back-btn-handler svg {
    width: 12px;
    height: 12px;
}

#onetrust-pc-sdk .back-btn-handler:hover {
    opacity: .6;
}

#onetrust-pc-sdk #ot-lst-title h3 {
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
    color: #656565;
    font-weight: bold;
    margin-left: 15px;
    display: inline-block;
    font-size: 1em;
}

#onetrust-pc-sdk #ot-lst-title {
    margin-top: 15px;
    font-size: 1em;
}

#onetrust-pc-sdk #ot-pc-hdr {
    display: inline-block;
    padding-left: 27px;
    padding-right: 17px;
    width: calc(100% - 44px);
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #707070;
    font-style: italic;
}

#onetrust-pc-sdk #vendor-search-handler {
    height: 31px;
    width: 100%;
    border-radius: 50px;
    font-size: .8em;
    padding-right: 35px;
    padding-left: 15px;
    float: left;
    margin-left: 15px;
}

#onetrust-pc-sdk #ot-lst-cnt {
    transform: translate3d(0, 0, 0);
    position: relative;
    padding-left: 27px;
    margin-right: 10px;
    margin-top: 10px;
    width: calc(100% - 37px);
    top: 0;
    bottom: 70px;
    height: calc(100% - 94px);
    overflow-y: auto;
    overflow-x: hidden;
}

#onetrust-pc-sdk #ot-sel-blk {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    display: inline-block;
    top: 0;
    overflow: hidden;
    z-index: 3;
}

#onetrust-pc-sdk .ot-lst-subhdr {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#onetrust-pc-sdk .ot-lst-subhdr svg {
    width: 30px;
    height: 30px;
    position: absolute;
    float: left;
    right: -15px;
}

#onetrust-pc-sdk .ot-search-cntr {
    float: left;
    width: 82%;
    position: relative;
}

#onetrust-pc-sdk .ot-fltr-cntr {
    float: right;
    right: 15px;
    position: relative;
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    padding: 0;
    margin: 0;
}

#onetrust-pc-sdk #filter-btn-handler:hover {
    opacity: .7;
}

#onetrust-pc-sdk #filter-btn-handler svg {
    width: 12px;
    margin: 6px 10px 0 9px;
    display: block;
    height: 12px;
    position: static;
    right: auto;
    top: auto;
}

#onetrust-pc-sdk #ot-fltr-modal {
    right: 13px;
    top: 87px;
    height: 90%;
    max-height: 370px;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    opacity: 1;
    position: absolute;
}

#onetrust-pc-sdk #ot-fltr-cnt {
    z-index: 2147483646;
    background-color: #fff;
    position: relative;
    height: 100%;
    max-width: 325px;
    border-radius: 3px;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7;
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: calc(100% - 60px);
}

#onetrust-pc-sdk #ot-anchor {
    border: 12px solid rgba(0, 0, 0, 0);
    display: none;
    position: absolute;
    z-index: 2147483647;
    right: 36px;
    top: 75px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7;
}

#onetrust-pc-sdk .ot-fltr-btns {
    margin-left: 15px;
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 15px;
}

#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 5px;
    margin-left: 15px;
    min-height: 20px;
    width: 75%;
}

#onetrust-pc-sdk .ot-fltr-opt label {
    padding-left: 30px;
    margin-bottom: 0;
}

#onetrust-pc-sdk #ot-sel-blk .ot-chkbox {
    width: 20px;
    height: 20px;
    float: right;
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
}

#onetrust-pc-sdk #ot-selall-vencntr input,
#onetrust-pc-sdk #ot-selall-hostcntr input,
#onetrust-pc-sdk #ot-selall-licntr input {
    height: auto;
    width: auto;
    border-radius: 0;
    font-size: initial;
    padding: 0;
    float: none;
}

#onetrust-pc-sdk #close-pc-btn-handler {
    margin: 0;
    float: right;
    height: 44px;
    width: 44px;
    background-size: 10px;
}

#onetrust-pc-sdk .ot-close-icon {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

#onetrust-pc-sdk #clear-filters-handler {
    float: right;
    max-width: 200px;
    margin-bottom: 10px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    color: #3860be;
    font-size: .9em;
    letter-spacing: normal;
    border: none;
    padding: 1px;
}

#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #2285f7;
}

#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    position: relative;
    border-radius: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-top: none;
    float: left;
    width: calc(100% - 2px);
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
    margin-top: 10px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc {
    font-size: .813em;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 20px;
    padding-right: 15px;
    width: calc(100% - 35px);
    display: inline-block;
    position: relative;
    min-height: 25px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
    width: 100%;
    padding: 0px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
    z-index: 1;
    position: relative;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
    float: none;
    font-size: .88em;
    color: #2e3644;
    margin: 0;
    display: inline-block;
    height: auto;
    word-wrap: break-word;
    vertical-align: middle;
    min-height: inherit;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
    padding-left: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    margin-top: 0;
    padding-bottom: 2px;
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    right: 16px;
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#onetrust-pc-sdk #ot-category-title {
    padding-bottom: 10px;
}

#onetrust-pc-sdk .ot-cat-header {
    width: calc(100% - 130px);
    max-width: 60%;
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc {
    margin-bottom: 5px;
}

#onetrust-pc-sdk .ot-cat-item h4+.ot-tgl {
    padding-left: 30px;
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
    position: relative;
    display: inline-block;
    width: 100%;
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1;
}

#onetrust-pc-sdk .ot-li-hdr,
#onetrust-pc-sdk .ot-consent-hdr {
    float: right;
    font-size: .813em;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    min-width: 100px;
}

#onetrust-pc-sdk .ot-consent-hdr {
    margin-right: 5px;
    max-width: 55px;
}

#onetrust-pc-sdk .ot-sel-all {
    margin: 0;
    position: relative;
    padding-right: 13px;
    float: right;
}

#onetrust-pc-sdk #ot-selall-hostcntr,
#onetrust-pc-sdk #ot-selall-vencntr {
    right: 20px;
    position: relative;
}

#onetrust-pc-sdk #ot-selall-licntr {
    position: relative;
    right: 79px;
}

#onetrust-pc-sdk .ot-always-active-group .ot-cat-header {
    width: 55%;
}

#onetrust-pc-sdk ul {
    list-style: none;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus {
    outline: #000 solid 2px;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: none;
    border: none;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=false]~.ot-acc-txt {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: .25s ease-out;
    display: none;
}

#onetrust-pc-sdk .ot-cat-header {
    float: left;
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5;
    max-width: 90%;
    vertical-align: middle;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    position: relative;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-top: none;
    width: calc(100% - 2px);
    float: left;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
    margin-top: 10px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    font-size: .812em;
    margin-bottom: 10px;
    margin-top: 15px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child {
    margin-bottom: 5px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    display: inline-block;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
    width: 100%;
    padding: 0;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
    z-index: 1;
    position: relative;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
    float: none;
    color: #2e3644;
    margin: 0;
    display: inline-block;
    height: auto;
    word-wrap: break-word;
    min-height: inherit;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
    padding-left: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    margin-top: 0;
    padding-bottom: 2px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    position: relative;
    min-height: 25px;
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#onetrust-pc-sdk #ot-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px);
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr {
    padding: .7rem 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child {
    margin-left: .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child {
    margin-right: .5rem;
    margin-left: .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus {
    top: 0;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header {
    flex: 1;
    margin: 0 .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl {
    position: relative;
    transform: none;
    right: 0;
    top: 0;
    float: none;
}

#onetrust-pc-sdk #ot-sel-blk .ot-chkbox {
    right: unset;
}

@media (min-width: 900px) {
    .bmnext-hv2e0e img {
        width: 870px;
        height: 518px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 600px) {
    #onetrust-pc-sdk {
        max-width: 100%;
        min-width: 100%;
    }

    #onetrust-pc-sdk #ot-lst-cnt,
    #onetrust-pc-sdk #ot-pc-hdr {
        margin-top: 0;
        padding: 0 5px 0 10px;
        width: calc(100% - 25px);
    }
}

@media only screen and (max-width: 425px) {
    #onetrust-pc-sdk.otPcPanel {
        left: 0;
        min-width: 100%;
        height: 100%;
        top: 0;
        border-radius: 0;
    }

    #onetrust-pc-sdk #ot-pc-content {
        margin: 0 10px 0 20px;
    }

    #onetrust-pc-sdk p {
        font-size: .7em;
    }

    #onetrust-pc-sdk #vendor-search-handler {
        font-size: 1em;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        height: calc(100% - 95px);
    }

    #onetrust-pc-sdk button {
        letter-spacing: .01em;
    }

    #onetrust-pc-sdk .save-preference-btn-handler {
        margin-top: 0;
    }

    #onetrust-pc-sdk .ot-search-cntr {
        width: 75%;
    }
}

@media only screen and (max-width: 320px) {
    #onetrust-pc-sdk #ot-fltr-cnt {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk {
        left: 0;
        top: 0;
        min-width: 100%;
        height: 100%;
        border-radius: 0;
    }

    #onetrust-pc-sdk .ot-pc-header {
        height: auto;
        min-height: 20px;
    }

    #onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
        max-height: 30px;
    }

    #onetrust-pc-sdk .ot-pc-footer {
        max-height: 60px;
        overflow-y: auto;
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        bottom: 70px;
        height: auto !important;
    }

    #onetrust-pc-sdk button {
        letter-spacing: .02em;
    }

    #onetrust-pc-sdk #ot-anchor {
        left: initial;
        right: 50px;
    }

    #onetrust-pc-sdk #ot-lst-title {
        margin-top: 12px;
    }

    #onetrust-pc-sdk #ot-lst-title * {
        font-size: inherit;
    }

    #onetrust-pc-sdk #ot-pc-hdr input {
        margin-right: 0;
        padding-right: 45px;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        max-height: none;
        overflow: initial;
    }

    #onetrust-pc-sdk input {
        font-size: 1em !important;
    }

    #onetrust-pc-sdk p {
        font-size: .6em;
    }

    #onetrust-pc-sdk #ot-pc-lst {
        overflow: auto;
    }

    #onetrust-pc-sdk #ot-fltr-modal {
        width: 100%;
        height: 100%;
        max-height: none;
        top: 0;
    }

    #onetrust-pc-sdk #ot-sel-blk {
        position: static;
    }

    #onetrust-pc-sdk #ot-fltr-cnt {
        height: 250px;
        width: 100%;
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
    background-color: #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
    color: #ffffff;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt {
    background-color: #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #757575;
    outline-width: 1px;
    outline-offset: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
    outline: 1px solid #757575;
    outline-offset: 1px;
}

.ot-pc-header {
    border: none;
}

.ot-pc-logo {
    display: block;
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: column;
}

#onetrust-pc-sdk .ot-fltr-cntr {
    right: 0 !important;
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: black !important;
}

#onetrust-pc-sdk #filter-btn-handler svg {
    margin: 0 !important;
    position: relative !important;
    left: -5px !important;
    top: -5px !important;
}

#onetrust-pc-sdk #ot-anchor {
    right: 30px !important;
    top: 90px !important;
}

#onetrust-pc-sdk #ot-fltr-modal {
    right: 13px !important;
    top: 100px !important;
}

#onetrust-pc-sdk #ot-fltr-cnt {
    -webkit-box-shadow: 0px 0px 5px 0px #c7c5c7 !important;
    -moz-box-shadow: 0px 0px 5px 0px #c7c5c7 !important;
    box-shadow: 0px 0px 5px 0px #c7c5c7 !important;
}

.ot-chkbox label::before {
    background-color: #000 !important;
    border: 1px solid #fff !important;
}

.ot-cat-item {
    background: #222323 !important;
    border: 1px solid #434850 !important;
}

.ot-always-active {
    color: white !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

#accept-recommended-btn-handler {
    border: none;
    font-size: 14px;
    line-height: 150%;
}

.save-preference-btn-handler,
#accept-recommended-btn-handler {
    background: white !important;
    color: black !important;
    border: none;
    font-size: 16px;
    line-height: 175%;
    border-radius: 1px !important;
    padding: 11px 20px !important;
}

.ot-pc-refuse-all-handler {
    border-color: white !important;
    border-radius: 1px !important;
    padding: 11px 20px !important;
}

.save-preference-btn-handler {
    float: none !important;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.ot-plus-minus span {
    display: none;
    background: white !important;
}

.ot-plus-minus {
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 12px !important;
    margin-right: 16px !important;
}

.ot-cat-header {
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #000;
    border: 1px solid #fff;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color: #fff;
}

#onetrust-pc-sdk #ot-pc-desc a {
    display: inline-block;
}

.privacy-notice-link {
    text-decoration-line: underline;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/*! CSS Used keyframes */
@keyframes lightFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-v3pzko {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-fyndty {
    0% {
        opacity: 0;
        width: 0%;
        transform: translateX(-60px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
        transform: translateX(0px);
    }
}

@keyframes animation-fyndty {
    0% {
        opacity: 0;
        width: 0%;
        transform: translateX(-60px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
        transform: translateX(0px);
    }
}

@-webkit-keyframes animation-fyndty {
    0% {
        opacity: 0;
        width: 0%;
        transform: translateX(-60px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
        transform: translateX(0px);
    }
}

@keyframes animation-fyndty {
    0% {
        opacity: 0;
        width: 0%;
        transform: translateX(-60px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
        transform: translateX(0px);
    }
}

@-webkit-keyframes animation-fyndty {
    0% {
        opacity: 0;
        width: 0%;
        transform: translateX(-60px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
        transform: translateX(0px);
    }
}

@keyframes animation-fyndty {
    0% {
        opacity: 0;
        width: 0%;
        transform: translateX(-60px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
        transform: translateX(0px);
    }
}

@-webkit-keyframes animation-g7abp6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animation-g7abp6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animation-g7abp6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animation-g7abp6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animation-g7abp6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animation-g7abp6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animation-1u7vami {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes onetrust-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'bull-Icons';
    src: url('/fonts/bull-icons/bull-Icons.eot?v9e4st');
    src: url('/fonts/bull-icons/bull-Icons.eot?v9e4st#iefix') format('embedded-opentype'), url('/fonts/bull-icons/bull-Icons.woff2?v9e4st') format('woff2'), url('/fonts/bull-icons/bull-Icons.ttf?v9e4st') format('truetype'), url('/fonts/bull-icons/bull-Icons.woff?v9e4st') format('woff'), url('/fonts/bull-icons/bull-Icons.svg?v9e4st#bull-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/dmsans/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/dmsans/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/dmsans/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Tactic';
    src: url('/fonts/tactic/tactic-regular.woff2') format('woff2'), url('/fonts/tactic/tactic-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tactic';
    src: url('/fonts/tactic/tactic-regular.woff2') format('woff2'), url('/fonts/tactic/tactic-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Mono';
    src: url('/fonts/dmmono/DMMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Mono';
    src: url('/fonts/dmmono/DMMono-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tactic';
    src: url('https://bullish.com/fonts/tactic/tactic-regular.woff2') format('woff2'), url('https://bullish.com/fonts/tactic/tactic-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
