@charset "UTF-8";
.rich-text[data-astro-cid-dezm7ina] {
    padding-top: 2.4rem
}

.statement[data-astro-cid-fodzzmee] {
    background: #202020;
    color: #b9b9b9;
    min-height: auto;
    padding: 6.4rem 0 12rem
}

@media screen and (min-width:1025px) {
    .statement[data-astro-cid-fodzzmee] {
        padding: 8rem 0;
        min-height: 100vh
    }
}

.statement__line[data-astro-cid-fodzzmee] {
    position: absolute;
    top: 0;
    left: 4rem;
    width: calc(100% - 8rem);
    height: 1.5px;
    pointer-events: none;
    border-top: 1px solid #4d4d4d;
    transform-origin: left center
}

@media screen and (max-width:749px) {
    .statement__line[data-astro-cid-fodzzmee] {
        left: 1.4rem;
        width: calc(100% - 2.8rem)
    }
}

.form-item[data-astro-cid-zn7b6wmf] {
    position: relative
}

select[data-astro-cid-zn7b6wmf] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    box-shadow: none;
    border: 0;
    outline: none
}

.select-icon[data-astro-cid-zn7b6wmf] {
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 8px
}

.form-text[data-astro-cid-zn7b6wmf] {
    font-family: NonSans, arial;
    font-weight: 500
}

.form-textarea[data-astro-cid-axzxs4d6] {
    font-family: NonSans, arial;
    font-weight: 500;
    resize: none
}

.contact-form {
    overflow: hidden;
    position: relative;
    width: 100%
}

.contact-form.is-open .form-title {
    filter: blur(5px)
}

.contact-form.is-open .form-bg {
    display: block
}

.contact-form .form-container {
    margin-bottom: 2.4rem
}

.contact-form .form-gl {
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%
}

.contact-form .content {
    padding-bottom: 4rem;
    padding-top: 6.4rem
}

.contact-form .form-bg {
    display: none;
    background: #ff5841;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.contact-form .form-title {
    margin: 0 auto;
    margin-bottom: 10rem;
    text-align: center;
    width: 80rem
}

@media screen and (max-width:749px) {
    .contact-form .form-title {
        margin-bottom: 6.4rem;
        width: 100%
    }
}

.contact-form .form-success {
    background: #202020;
    color: #ff5841;
    width: 50rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    padding: 4rem;
    text-align: center;
    border-radius: 8px;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all .5s
}

@media screen and (max-width:749px) {
    .contact-form .form-success {
        width: 35rem;
        padding: 3rem
    }
}

.contact-form .form-success.visible {
    pointer-events: all;
    opacity: 1;
    transform: translate(-50%, -50%)
}

.contact-form .form-success .message {
    margin-bottom: 3.2rem;
    display: inline-block
}

.contact-form .form-success .closing {
    margin-bottom: 3.6rem
}

.contact-form .form-success .close-btn {
    width: 100%;
    background-color: #ff5841;
    border: none;
    height: 48px;
    border-radius: 24px;
    cursor: pointer
}

.contact-form .fields-content {
    background: #202020;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
    left: 50%;
    opacity: 0;
    padding: 4rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -40%);
    visibility: hidden;
    width: 88rem;
    z-index: 3
}

@media screen and (max-width:749px) {
    .contact-form .fields-content {
        border-radius: 24px;
        gap: 16px 0;
        padding: 5.4rem 1.6rem 2.4rem;
        width: 100%
    }
}

.contact-form .fields-content:hover+.fields-close_desktop {
    opacity: 0
}

.contact-form .fields-title {
    color: #ff5841;
    width: 100%;
    margin-bottom: 2.4rem;
    text-align: center
}

@media screen and (max-width:749px) {
    .contact-form .fields-title {
        margin-bottom: 0;
        text-align: left;
        padding-right: 4rem
    }
}

.contact-form .fields-close {
    align-items: center;
    background: #202020;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    fill: #ff5841;
    height: 64px;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    width: 64px;
    transition: opacity .5s ease-out, transform .6s cubic-bezier(.075, .82, .165, 1)
}

.contact-form .fields-close.active {
    opacity: 1;
    pointer-events: all;
    z-index: 2
}

@media screen and (max-width:749px) {
    .contact-form .fields-close {
        background: #ff5841;
        fill: #202020;
        height: 32px;
        right: 0;
        left: unset;
        transform: translate(-16px, 16px);
        width: 32px;
        opacity: 1;
        pointer-events: all
    }
}

.contact-form .fields-close .icon {
    height: 16px;
    pointer-events: none;
    width: 16px
}

@media screen and (max-width:749px) {
    .contact-form .fields-close_desktop {
        opacity: 0
    }
}

.contact-form .email-content {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 24px
}

.contact-form .email-content .icon {
    height: 145px;
    width: 34px
}

.contact-form .email-button {
    align-items: center;
    display: flex;
    background: none;
    border: 1px solid #202020;
    border-radius: 24px;
    cursor: pointer;
    height: 48px;
    justify-content: center;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    width: 120px
}

.contact-form .email-button:hover {
    background: #202020;
    color: #ff5841
}

.contact-form .email-button:disabled {
    color: #202020;
    opacity: .5;
    cursor: not-allowed
}

.contact-form .email-button:disabled:hover {
    color: #ff5841
}

.contact-form label {
    display: none
}

.contact-form .form-item.textField {
    width: calc(50% - 8px)
}

@media screen and (max-width:749px) {
    .contact-form .form-item.textField {
        width: 100%
    }
}

.contact-form .form-item.selectField,
.contact-form .form-item.messageField {
    width: 100%
}

.contact-form .form-email {
    align-items: center;
    background: none;
    display: flex;
    height: 14rem;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 400px
}

@media screen and (max-width:749px) {
    .contact-form .form-email {
        height: 12rem;
        width: 100%
    }
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    background: #ff5841;
    border: 0;
    border-radius: 4px;
    color: #202020;
    height: 56px;
    outline: none;
    padding: 0 24px;
    width: 100%
}

@media screen and (max-width:749px) {
    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100%
    }
}

.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
    color: #202020
}

.contact-form input::selection,
.contact-form select::selection,
.contact-form textarea::selection {
    background: none;
    color: #202020
}

.contact-form input:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #202020 !important;
    transition: background-color 5000s ease-in-out 0s
}

.contact-form textarea {
    height: 200px;
    padding: 16px 24px
}

.contact-form .form-submit {
    align-items: center;
    background: #ff5841;
    border: 1px solid #ff5841;
    border-radius: 24px;
    color: #202020;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    outline: none;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    width: 100%
}

.contact-form .form-submit:hover {
    background: none;
    color: #ff5841
}

.contact-form .border-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #202020;
    transform-origin: left center;
    pointer-events: none
}

.contact-form .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 3.2rem
}

@media screen and (max-width:749px) {
    .contact-form .contact-info {
        justify-content: space-between
    }
}

.contact-form .info-label {
    width: 12rem
}

@media screen and (max-width:749px) {
    .contact-form .info-label {
        margin-bottom: 24px;
        margin-right: 12rem;
        width: 120px
    }
}

.contact-form .info-block {
    white-space: nowrap;
    width: 28rem
}

@media screen and (max-width:749px) {
    .contact-form .info-block {
        width: 16rem
    }
}

.contact-form .info-block:nth-child(3) {
    margin-left: 56rem
}

@media screen and (max-width:749px) {
    .contact-form .info-block:nth-child(3) {
        margin-left: 0
    }
}

.contact-form .info-block:nth-child(4) {
    margin-left: 8rem
}

@media screen and (max-width:749px) {
    .contact-form .info-block:nth-child(4) {
        margin-left: 0
    }
}

.contact-form .info-item {
    margin-bottom: 24px
}

.contact-form .info-item:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.-t1 {
    font-size: 22.0512820513vw;
    letter-spacing: calc(22.0512820513vw * -.02);
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t1 {
        font-size: 12.5vw;
        letter-spacing: -.25vw;
        line-height: .92
    }
}

@media screen and (min-width:1025px) {
    .-t1 {
        font-size: 11.1111111111vw;
        letter-spacing: calc(11.1111111111vw * -.02)
    }
}

@media screen and (min-width:1440px) {
    .-t1 {
        font-size: 16.6666666667vw;
        letter-spacing: calc(16.6666666667vw * -.02)
    }
}

.-t2 {
    font-size: 20.5128205128vw;
    letter-spacing: calc(20.5128205128vw * -.02);
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t2 {
        font-size: 11.1111111111vw;
        letter-spacing: calc(11.1111111111vw * -.02)
    }
}

.-t3 {
    font-size: 16.4102564103vw;
    letter-spacing: calc(16.4102564103vw * -.02);
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t3 {
        font-size: 12.5vw;
        letter-spacing: -.25vw;
        line-height: .96
    }
}

@media screen and (min-width:1025px) {
    .-t3 {
        font-size: 11.1111111111vw;
        letter-spacing: calc(11.1111111111vw * -.02)
    }
}

@media screen and (min-width:1280px) {
    .-t3 {
        font-size: 13.8888888889vw;
        letter-spacing: calc(13.8888888889vw * -.02)
    }
}

.-t4 {
    font-size: 10.2564102564vw;
    letter-spacing: calc(10.2564102564vw * -.02);
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t4 {
        font-size: 5.5555555556vw;
        letter-spacing: calc(5.5555555556vw * -.02)
    }
}

.-t5 {
    font-size: 7.1794871795vw;
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t5 {
        font-size: 2.7777777778vw
    }
}

.-t6 {
    font-size: 10.2564102564vw;
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t6 {
        font-size: 3.3333333333vw;
        letter-spacing: calc(3.3333333333vw * -.02)
    }
}

.-t7 {
    font-size: 20px;
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t7 {
        font-size: 2.7777777778vw
    }
}

.-t8 {
    font-size: 24px;
    line-height: 1
}

@media screen and (min-width:750px) {
    .-t8 {
        font-size: 2.7777777778vw
    }
}

.-p,
.default-form .form-item .form-label {
    font-size: 12px;
    font-family: AuxMono, monospace;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: -.24px
}

.-p1 {
    font-size: 24px;
    line-height: 1
}

@media screen and (max-width:749px) {
    .-p1 {
        font-size: 16px
    }
}

@media screen and (min-width:1280px) {
    .-p1 {
        font-size: 2.4rem
    }
}

.-p2 {
    font-size: 24px;
    line-height: 1
}

@media screen and (max-width:749px) {
    .-p2 {
        font-size: 20px;
        line-height: 1.2
    }
}

@media screen and (min-width:1280px) {
    .-p2 {
        font-size: 2.4rem
    }
}

.-p3,
.default-form .form-item .form-text,
.default-form .form-item .form-select,
.default-form .form-item .form-textarea {
    font-size: 24px;
    line-height: 1
}

@media screen and (min-width:1280px) {
    .-p3,
    .default-form .form-item .form-text,
    .default-form .form-item .form-select,
    .default-form .form-item .form-textarea {
        font-size: 2.4rem
    }
}

.-p4 {
    font-size: 16px;
    line-height: 1
}

.-p5 {
    font-size: 11px;
    line-height: 1.45;
    font-family: AuxMono, monospace;
    text-transform: uppercase
}

.default-form .default-form__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #4d4d4d;
    transform-origin: left center;
    pointer-events: none
}

.default-form .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem
}

@media screen and (max-width:749px) {
    .default-form .content {
        flex-direction: column;
        border-top: none
    }
}

.default-form .name {
    color: #b9b9b9;
    padding-top: 3rem
}

@media screen and (max-width:749px) {
    .default-form .name {
        border-bottom: solid 1px #4d4d4d;
        padding-bottom: 1.2rem
    }
}

.default-form .form-container {
    width: 68rem
}

@media screen and (max-width:749px) {
    .default-form .form-container {
        width: 100%
    }
}

.default-form .form-container .success-message {
    color: #b9b9b9;
    max-width: 160px;
    display: inline-block;
    margin-left: 26px;
    position: relative;
    top: 8px;
    opacity: 0;
    transition: all .5s
}

.default-form .form-container .success-message.active {
    opacity: 1
}

@media screen and (max-width:749px) {
    .default-form .form-container .success-message {
        margin-left: 0
    }
}

.default-form .form-submit {
    align-items: center;
    background: #b9b9b9;
    border: 1px solid #b9b9b9;
    border-radius: 24px;
    color: #202020;
    cursor: pointer;
    height: 48px;
    justify-content: center;
    outline: none;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    width: 160px;
    display: inline-flex;
    margin-top: 32px
}

@media screen and (max-width:749px) {
    .default-form .form-submit {
        width: 100%
    }
}

.default-form .form-submit:hover {
    background: none;
    color: #b9b9b9
}

.default-form .form-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 3rem
}

@media screen and (max-width:749px) {
    .default-form .form-item {
        padding-top: 24px
    }
}

.default-form .form-item__line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #4d4d4d;
    transform-origin: left center;
    pointer-events: none
}

.default-form .form-item.checkField {
    border-bottom: none;
    margin-bottom: 3.2rem
}

@media screen and (max-width:749px) {
    .default-form .form-item.checkField {
        margin-bottom: 24px
    }
}

.default-form .form-item .form-label {
    font-family: AuxMono, monospace;
    color: #b9b9b9;
    margin-bottom: 8px;
    text-transform: uppercase
}

.default-form .form-item .form-label .required {
    color: #ff5841
}

.default-form .form-item .form-text {
    padding-bottom: 2rem;
    background-color: transparent;
    outline: initial;
    border: none;
    text-transform: none;
    color: #b9b9b9
}

@media screen and (max-width:749px) {
    .default-form .form-item .form-text {
        padding-bottom: 20px
    }
}

.default-form .form-item .form-text::placeholder {
    text-transform: none;
    color: #4d4d4d
}

.default-form .form-item .form-select {
    position: relative;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px;
    line-height: 1.2;
    padding-bottom: 2rem;
    text-transform: none;
    font-family: NonSans, arial;
    color: #b9b9b9
}

.default-form .form-item .form-select.placeholder {
    background-image: url(/images/arrow-dimmed.svg);
    color: #4d4d4d
}

@media screen and (max-width:749px) {
    .default-form .form-item .form-select {
        padding-bottom: 20px
    }
}

.default-form .form-item .form-textarea {
    background-color: transparent;
    outline: initial;
    border: none;
    text-transform: none;
    color: #b9b9b9
}

.default-form .form-item .form-textarea::placeholder {
    text-transform: none;
    color: #4d4d4d
}

@media screen and (max-width:749px) {
    .default-form .form-item .form-textarea {
        height: 50px
    }
}

.default-form .form-item .form-check {
    -webkit-appearance: none;
    appearance: none;
    background-color: #4d4d4d;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 16px;
    height: 16px;
    border: 4px solid #4d4d4d;
    transform: translateY(3px);
    display: inline-block
}

.default-form .form-item .form-check:checked {
    background-color: #000;
    border-color: #ff5841
}

.contact-form {
    background: #ff5841;
    color: #202020;
    min-height: 640px;
    height: 100vh
}

@media screen and (max-width:749px) {
    .contact-form {
        padding-top: 8rem;
        height: auto
    }
}

.contact-form .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative
}

.pullupSlider[data-astro-cid-epvsydnw] {
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 1px
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] {
    background: #202020;
    color: #b9b9b9
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .controls[data-astro-cid-epvsydnw] {
    background: #b9b9b9;
    fill: #202020;
    stroke: #202020
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .item-icon[data-astro-cid-epvsydnw] {
    fill: #b9b9b9;
    stroke: #b9b9b9
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .-rings[data-astro-cid-epvsydnw] {
    fill: #202020;
    stroke: #b9b9b9
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .-target2[data-astro-cid-epvsydnw] {
    fill: #b9b9b9
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .item-button[data-astro-cid-epvsydnw] {
    border: 1px solid #b9b9b9
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .pullupSlider-item[data-astro-cid-epvsydnw]:hover {
    color: #202020
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .pullupSlider-item[data-astro-cid-epvsydnw]:hover .item-icon[data-astro-cid-epvsydnw] {
    fill: #202020;
    stroke: #202020
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .pullupSlider-item[data-astro-cid-epvsydnw]:hover .-rings[data-astro-cid-epvsydnw] {
    fill: #ff5841;
    stroke: #202020
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=black] .pullupSlider-item[data-astro-cid-epvsydnw]:hover .item-button[data-astro-cid-epvsydnw] {
    border: 0
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=grey] {
    background: #b9b9b9;
    color: #202020
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=grey] .controls[data-astro-cid-epvsydnw] {
    background: #202020;
    fill: #b9b9b9
}

.pullupSlider[data-astro-cid-epvsydnw][data-bg=grey] .item-icon[data-astro-cid-epvsydnw] {
    fill: #202020;
    stroke: #202020
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-title[data-astro-cid-epvsydnw] {
    width: 32rem
}

@media screen and (min-width:750px) {
    .pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-title[data-astro-cid-epvsydnw] {
        width: 40rem
    }
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-header[data-astro-cid-epvsydnw] {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem
}

@media screen and (min-width:750px) {
    .pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-header[data-astro-cid-epvsydnw] {
        margin-bottom: 2.4rem
    }
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-controls[data-astro-cid-epvsydnw] {
    display: flex;
    gap: 16px
}

@media screen and (max-width:749px) {
    .pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-controls[data-astro-cid-epvsydnw] {
        display: none
    }
}

.pullupSlider[data-astro-cid-epvsydnw] .controls[data-astro-cid-epvsydnw] {
    align-items: center;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    transition: transform .3s ease-in-out;
    width: 48px
}

.pullupSlider[data-astro-cid-epvsydnw] .controls[data-astro-cid-epvsydnw] .icon[data-astro-cid-epvsydnw] {
    display: block;
    height: 16px;
    width: 16px
}

.pullupSlider[data-astro-cid-epvsydnw] .controls[data-astro-cid-epvsydnw]:hover {
    transform: scale(1.08)
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-block[data-astro-cid-epvsydnw] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 48rem
}

@media screen and (max-width:749px) {
    .pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-block[data-astro-cid-epvsydnw] {
        grid-auto-columns: 32rem;
        overflow-x: auto;
        padding: 1px 0
    }
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item[data-astro-cid-epvsydnw] {
    position: relative;
    cursor: pointer;
    padding: 6.8rem 1.6rem 2.4rem;
    white-space: normal;
    transition: background .2s ease-in-out;
    width: 100%
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item[data-astro-cid-epvsydnw]:not([data-index="0"], [data-index="1"], [data-index="2"]) {
    box-shadow: 1px 0 #4d4d4d, 0 1px #4d4d4d, 0 -1px #4d4d4d
}

@media screen and (max-width:749px) {
    .pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item[data-astro-cid-epvsydnw] {
        margin-left: 2.4rem
    }
}

@media screen and (min-width:750px) {
    .pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item[data-astro-cid-epvsydnw] {
        padding: 3.2rem
    }
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item[data-astro-cid-epvsydnw]:hover {
    background: #ff5841
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item[data-astro-cid-epvsydnw]:hover .item-button[data-astro-cid-epvsydnw] {
    background: #202020;
    color: #ff5841
}

.pullupSlider[data-astro-cid-epvsydnw] .item-title[data-astro-cid-epvsydnw] {
    margin-bottom: 16px
}

.pullupSlider[data-astro-cid-epvsydnw] .item-icon[data-astro-cid-epvsydnw] {
    height: 36rem;
    margin: 0 auto;
    margin-bottom: 8rem;
    user-select: none;
    width: 100%
}

@media screen and (max-width:749px) {
    .pullupSlider[data-astro-cid-epvsydnw] .item-icon[data-astro-cid-epvsydnw] {
        height: 24rem;
        margin-bottom: 4.2rem;
        width: 28rem
    }
}

.pullupSlider[data-astro-cid-epvsydnw] .item-description[data-astro-cid-epvsydnw] {
    margin-bottom: 16px;
    max-width: 400px
}

.pullupSlider[data-astro-cid-epvsydnw] .item-button[data-astro-cid-epvsydnw] {
    align-items: center;
    display: flex;
    background: none;
    border-radius: 24px;
    border: 1px solid #202020;
    height: 48px;
    justify-content: center;
    outline: none;
    transition: all .2s ease-in-out;
    pointer-events: none;
    width: 120px
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw] {
    position: absolute;
    transform-origin: left top;
    will-change: transform
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:first-child,
.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:nth-child(2) {
    left: 0;
    width: 100%
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:first-child {
    top: -1px;
    border-top: 1px solid #8b8b8b
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:nth-child(2) {
    bottom: -.5px;
    border-bottom: 1px solid #8b8b8b
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:nth-child(3),
.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:nth-child(4) {
    top: 0;
    width: 2px;
    height: 100%
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:nth-child(3) {
    left: 0;
    border-left: 1px solid #8b8b8b
}

.pullupSlider[data-astro-cid-epvsydnw] .pullupSlider-item__line[data-astro-cid-epvsydnw]:nth-child(4) {
    right: 0;
    border-right: 1px solid #8b8b8b
}

.detection[data-astro-cid-aieqx4ef] {
    background-color: #202020
}

@media screen and (max-width:749px) {
    .detection[data-astro-cid-aieqx4ef] {
        height: auto
    }
}

.detection[data-astro-cid-aieqx4ef] .content[data-astro-cid-aieqx4ef] {
    display: grid;
    height: 100vh;
    grid-template-columns: 1fr
}

.detection[data-astro-cid-aieqx4ef] .content[data-astro-cid-aieqx4ef].has-aside {
    height: auto;
    grid-template-columns: 1fr
}

@media screen and (min-width:750px) {
    .detection[data-astro-cid-aieqx4ef] .content[data-astro-cid-aieqx4ef].has-aside {
        grid-template-columns: 1fr 300px
    }
}

@media screen and (min-width:1280px) {
    .detection[data-astro-cid-aieqx4ef] .content[data-astro-cid-aieqx4ef].has-aside {
        grid-template-columns: 1fr 36rem
    }
}

.detection[data-astro-cid-aieqx4ef] .detection-block[data-astro-cid-aieqx4ef] {
    height: 100%;
    width: 100%
}

.detection[data-astro-cid-aieqx4ef] .detection-aside[data-astro-cid-aieqx4ef] {
    display: flex;
    flex-direction: column
}

@media screen and (max-width:749px) {
    .detection[data-astro-cid-aieqx4ef] .detection-aside[data-astro-cid-aieqx4ef] {
        padding: 1.6rem;
        width: 100%
    }
}

.detection[data-astro-cid-aieqx4ef] .aside-icon[data-astro-cid-aieqx4ef] {
    margin-bottom: 2.4rem;
    height: 80px;
    width: 80px
}

.detection[data-astro-cid-aieqx4ef] .aside-header[data-astro-cid-aieqx4ef] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #b9b9b9;
    padding: 9.6rem 4rem 4rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

@media screen and (max-width:749px) {
    .detection[data-astro-cid-aieqx4ef] .aside-header[data-astro-cid-aieqx4ef] {
        padding: 2.4rem 1.6rem 1.6rem
    }
}

.detection[data-astro-cid-aieqx4ef] .aside-title[data-astro-cid-aieqx4ef] {
    margin-bottom: 16px
}

.detection[data-astro-cid-aieqx4ef] .detection-image[data-astro-cid-aieqx4ef] {
    display: block
}

.detection[data-astro-cid-aieqx4ef] .aside-date[data-astro-cid-aieqx4ef]:not(:last-child) {
    margin-bottom: 16px
}

.detection[data-astro-cid-aieqx4ef] .data-item[data-astro-cid-aieqx4ef] {
    display: flex;
    justify-content: space-between
}

.detection[data-astro-cid-aieqx4ef] .aside-data[data-astro-cid-aieqx4ef] {
    background: #202020;
    color: #b9b9b9;
    flex: 1;
    height: 100%
}

@media screen and (max-width:749px) {
    .detection[data-astro-cid-aieqx4ef] .aside-data[data-astro-cid-aieqx4ef] {
        padding: 2.4rem 0rem 1.6rem
    }
}

.detection[data-astro-cid-aieqx4ef] .aside-data[data-astro-cid-aieqx4ef]>div[data-astro-cid-aieqx4ef] {
    position: relative;
    padding: 4rem;
    box-sizing: border-box
}

.detection[data-astro-cid-aieqx4ef] .aside-stats[data-astro-cid-aieqx4ef] {
    margin-bottom: 4rem
}

.detection[data-astro-cid-aieqx4ef] .stats-title[data-astro-cid-aieqx4ef] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

.detection[data-astro-cid-aieqx4ef] .stats-block[data-astro-cid-aieqx4ef] {
    margin-bottom: 16px
}

.detection[data-astro-cid-aieqx4ef] .stats-item[data-astro-cid-aieqx4ef] {
    display: flex;
    justify-content: space-between
}

.detection[data-astro-cid-aieqx4ef] .stats-item[data-astro-cid-aieqx4ef] .item-label[data-astro-cid-aieqx4ef] {
    color: #8b8b8b
}

.detection[data-astro-cid-aieqx4ef] .graph-title[data-astro-cid-aieqx4ef] {
    margin-bottom: 24px
}

.detection[data-astro-cid-aieqx4ef] .graph-asset[data-astro-cid-aieqx4ef] {
    display: block;
    max-width: 480px
}

.numbers[data-astro-cid-y2cypv2k] {
    padding: 8rem 0
}

.numbers[data-astro-cid-y2cypv2k][data-bg=black] {
    background-color: #202020;
    color: #b9b9b9
}

.numbers[data-astro-cid-y2cypv2k] .numbers-block[data-astro-cid-y2cypv2k] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .numbers-block[data-astro-cid-y2cypv2k] {
        margin-bottom: 8rem
    }
}

.numbers[data-astro-cid-y2cypv2k] .numbers-header[data-astro-cid-y2cypv2k] {
    width: 100%
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .numbers-header[data-astro-cid-y2cypv2k] {
        width: 64rem
    }
}

.numbers[data-astro-cid-y2cypv2k] .numbers-label[data-astro-cid-y2cypv2k] {
    margin-bottom: 2.4rem;
    width: 80px
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .numbers-label[data-astro-cid-y2cypv2k] {
        margin-bottom: 5.6rem
    }
}

.numbers[data-astro-cid-y2cypv2k] .numbers-title[data-astro-cid-y2cypv2k] {
    width: 29rem
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .numbers-title[data-astro-cid-y2cypv2k] {
        width: 58rem
    }
}

.numbers[data-astro-cid-y2cypv2k] .numbers-list[data-astro-cid-y2cypv2k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.6rem
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .numbers-list[data-astro-cid-y2cypv2k] {
        gap: 4.8rem
    }
}

.numbers[data-astro-cid-y2cypv2k] .numbers-asset[data-astro-cid-y2cypv2k] {
    height: 32rem;
    overflow: hidden;
    stroke: #b9b9b9;
    text-align: center;
    width: 100%
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .numbers-asset[data-astro-cid-y2cypv2k] {
        width: 72rem
    }
}

.numbers[data-astro-cid-y2cypv2k] .numbers-icon[data-astro-cid-y2cypv2k] {
    height: 100%;
    transform: scale(1.5);
    width: 100%
}

.numbers[data-astro-cid-y2cypv2k] .numbers-item[data-astro-cid-y2cypv2k] {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    padding-right: 0;
    position: relative;
    width: 17rem
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .numbers-item[data-astro-cid-y2cypv2k] {
        padding-bottom: 3.2rem;
        padding-top: 3.2rem;
        padding-right: 2.4rem;
        width: 30.4rem
    }
}

.numbers[data-astro-cid-y2cypv2k] .numbers-item[data-astro-cid-y2cypv2k]:nth-child(2n) .box[data-astro-cid-y2cypv2k].top-right {
    display: block
}

.numbers[data-astro-cid-y2cypv2k] .numbers-item[data-astro-cid-y2cypv2k]:nth-child(3) .box[data-astro-cid-y2cypv2k].bottom-left {
    display: block
}

.numbers[data-astro-cid-y2cypv2k] .numbers-item[data-astro-cid-y2cypv2k]:nth-child(4) .box[data-astro-cid-y2cypv2k].bottom-left,
.numbers[data-astro-cid-y2cypv2k] .numbers-item[data-astro-cid-y2cypv2k]:nth-child(4) .box[data-astro-cid-y2cypv2k].bottom-right {
    display: block
}

.numbers[data-astro-cid-y2cypv2k] .item-title[data-astro-cid-y2cypv2k] {
    margin-bottom: 5.4rem;
    width: 120px
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .item-title[data-astro-cid-y2cypv2k] {
        margin-bottom: 10rem;
        width: auto
    }
}

.numbers[data-astro-cid-y2cypv2k] .item-description[data-astro-cid-y2cypv2k] {
    max-width: 225px
}

.numbers[data-astro-cid-y2cypv2k] .borders[data-astro-cid-y2cypv2k] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

.numbers[data-astro-cid-y2cypv2k] .box[data-astro-cid-y2cypv2k] {
    height: 4px;
    width: 4px;
    background: #b9b9b9;
    position: absolute
}

.numbers[data-astro-cid-y2cypv2k] .top-left[data-astro-cid-y2cypv2k] {
    display: block;
    top: 0;
    left: 0
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .top-left[data-astro-cid-y2cypv2k] {
        display: block;
        top: 0
    }
}

.numbers[data-astro-cid-y2cypv2k] .top-right[data-astro-cid-y2cypv2k] {
    display: none;
    top: 0;
    right: 0
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .top-right[data-astro-cid-y2cypv2k] {
        display: block;
        top: 0
    }
}

.numbers[data-astro-cid-y2cypv2k] .bottom-left[data-astro-cid-y2cypv2k] {
    display: none;
    bottom: 0;
    left: 0
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .bottom-left[data-astro-cid-y2cypv2k] {
        display: block
    }
}

.numbers[data-astro-cid-y2cypv2k] .bottom-right[data-astro-cid-y2cypv2k] {
    display: none;
    bottom: 0;
    right: 0
}

@media screen and (min-width:750px) {
    .numbers[data-astro-cid-y2cypv2k] .bottom-right[data-astro-cid-y2cypv2k] {
        display: block
    }
}

.list[data-astro-cid-cz3s5lsu] {
    padding: 8rem 0
}

@media screen and (min-width:750px) {
    .list[data-astro-cid-cz3s5lsu] {
        padding: 16rem 0
    }
}

.list[data-astro-cid-cz3s5lsu][data-bg=black] {
    background: #202020;
    color: #b9b9b9
}

.list[data-astro-cid-cz3s5lsu][data-bg=black] .list-block[data-astro-cid-cz3s5lsu] .list-block__line[data-astro-cid-cz3s5lsu],
.list[data-astro-cid-cz3s5lsu][data-bg=black] .list-item[data-astro-cid-cz3s5lsu] .list-block__line[data-astro-cid-cz3s5lsu] {
    border-top: 1px solid #4d4d4d
}

.list[data-astro-cid-cz3s5lsu] .list-block[data-astro-cid-cz3s5lsu],
.list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] {
    position: relative
}

.list[data-astro-cid-cz3s5lsu] .list-block[data-astro-cid-cz3s5lsu] .list-block__line[data-astro-cid-cz3s5lsu],
.list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] .list-block__line[data-astro-cid-cz3s5lsu] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    transform-origin: left center
}

.list[data-astro-cid-cz3s5lsu] .list-block[data-astro-cid-cz3s5lsu] {
    display: flex;
    justify-content: space-between;
    padding-top: 3.2rem
}

@media screen and (max-width:749px) {
    .list[data-astro-cid-cz3s5lsu] .list-block[data-astro-cid-cz3s5lsu] {
        padding-top: 2.4rem
    }
}

.list[data-astro-cid-cz3s5lsu] .list-block[data-astro-cid-cz3s5lsu]>.list-block__line[data-astro-cid-cz3s5lsu] {
    top: 0
}

.list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
    position: relative;
    width: 18rem
}

@media screen and (min-width:750px) {
    .list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] {
        display: block;
        margin-bottom: 3.2rem;
        padding-bottom: 2.4rem;
        width: 68rem
    }
}

.list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] .list-block__line[data-astro-cid-cz3s5lsu] {
    bottom: 0
}

.list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] .icon[data-astro-cid-cz3s5lsu] {
    fill: #b9b9b9;
    height: 24px;
    position: absolute;
    right: 0;
    width: 24px
}

@media screen and (max-width:749px) {
    .list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] .icon[data-astro-cid-cz3s5lsu] {
        bottom: 2rem;
        height: 16px;
        width: 16px
    }
}

.list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] .button[data-astro-cid-cz3s5lsu] {
    background: #b9b9b9;
    border: 0;
    border-radius: 24px;
    color: #202020;
    height: 40px;
    right: 0;
    top: 0;
    order: 3;
    pointer-events: none;
    margin-top: 16px;
    width: 70px
}

@media screen and (min-width:750px) {
    .list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] .button[data-astro-cid-cz3s5lsu] {
        margin-top: 0;
        order: auto;
        position: absolute
    }
}

@media screen and (min-width:1280px) {
    .list[data-astro-cid-cz3s5lsu] .list-item[data-astro-cid-cz3s5lsu] .button[data-astro-cid-cz3s5lsu] {
        width: 7rem
    }
}

.list[data-astro-cid-cz3s5lsu] .list-title[data-astro-cid-cz3s5lsu] {
    margin-bottom: 8px;
    padding-right: 0
}

@media screen and (min-width:750px) {
    .list[data-astro-cid-cz3s5lsu] .list-title[data-astro-cid-cz3s5lsu] {
        padding-right: 16rem
    }
}

.list[data-astro-cid-cz3s5lsu] .list-info[data-astro-cid-cz3s5lsu] {
    display: flex;
    flex-wrap: wrap
}

.list[data-astro-cid-cz3s5lsu] .info-date[data-astro-cid-cz3s5lsu] {
    display: block;
    width: 16rem
}

@media screen and (max-width:749px) {
    .list[data-astro-cid-cz3s5lsu] .info-date[data-astro-cid-cz3s5lsu] {
        width: 100%
    }
}

.aside-cta[data-astro-cid-giso643g] {
    height: 20rem;
    position: relative;
    width: 50%
}

.aside-cta[data-astro-cid-giso643g] .aside-cta-bg[data-astro-cid-giso643g] {
    position: absolute;
    inset: 0;
    background: #ff5841;
    z-index: 0
}

@media screen and (min-width:750px) {
    .aside-cta[data-astro-cid-giso643g] {
        height: 300px;
        width: 100%
    }
}

@media screen and (min-width:1280px) {
    .aside-cta[data-astro-cid-giso643g] {
        height: 36rem
    }
}

.aside-cta[data-astro-cid-giso643g] .cta-link[data-astro-cid-giso643g] {
    position: relative;
    align-items: flex-start;
    display: flex;
    fill: #202020;
    color: #202020;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 40px;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:749px) {
    .aside-cta[data-astro-cid-giso643g] .cta-link[data-astro-cid-giso643g] {
        padding: 1.6rem
    }
}

.aside-cta[data-astro-cid-giso643g] .cta-icon[data-astro-cid-giso643g] {
    height: 64px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 64px
}

@media screen and (max-width:749px) {
    .aside-cta[data-astro-cid-giso643g] .cta-icon[data-astro-cid-giso643g] {
        height: 6.4rem;
        right: 1.6rem;
        top: 1.6rem;
        width: 6.4rem
    }
}

@media screen and (min-width:1025px) {
    .aside-cta[data-astro-cid-giso643g] .cta-icon[data-astro-cid-giso643g] {
        height: 130px;
        width: 130px
    }
}

@media screen and (min-width:1280px) {
    .aside-cta[data-astro-cid-giso643g] .cta-icon[data-astro-cid-giso643g] {
        height: 13rem;
        width: 13rem
    }
}

.aside-cta[data-astro-cid-giso643g] .cta-label[data-astro-cid-giso643g] {
    color: #202020;
    white-space: pre-line
}

.aside-cta[data-astro-cid-giso643g] .cta-label[data-astro-cid-giso643g]:not(:last-child) {
    margin-bottom: 16px
}

.aside-cta[data-astro-cid-giso643g] .cta-text[data-astro-cid-giso643g] {
    color: #202020
}

.CTALayout[data-astro-cid-7qqgpkyr] {
    height: 100vh;
    min-height: 740px;
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr] {
        height: auto
    }
}

@media screen and (min-width:1280px) {
    .CTALayout[data-astro-cid-7qqgpkyr] {
        min-height: 94rem
    }
}

.CTALayout[data-astro-cid-7qqgpkyr][data-bg=black] {
    background: #202020;
    color: #b9b9b9
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr].americana-layout .CTALayout-block[data-astro-cid-7qqgpkyr] {
        height: 59rem
    }
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr].americana-layout .aside-asset[data-astro-cid-7qqgpkyr] {
        display: none
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .content[data-astro-cid-7qqgpkyr] {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%
}

@media screen and (min-width:750px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content[data-astro-cid-7qqgpkyr] {
        grid-template-columns: 1fr 300px
    }
}

@media screen and (min-width:1280px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content[data-astro-cid-7qqgpkyr] {
        grid-template-columns: 1fr 36rem
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .CTALayout-block[data-astro-cid-7qqgpkyr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 2.4rem
}

@media screen and (min-width:750px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .CTALayout-block[data-astro-cid-7qqgpkyr] {
        padding-top: 0
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .CTALayout-bg[data-astro-cid-7qqgpkyr] {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    overflow: hidden
}

.CTALayout[data-astro-cid-7qqgpkyr] .CTALayout-content[data-astro-cid-7qqgpkyr] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12rem
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .CTALayout-content[data-astro-cid-7qqgpkyr] {
        display: block;
        padding: 0 1.6rem
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .content-assset[data-astro-cid-7qqgpkyr] {
    background: #b9b9b9;
    height: 24rem;
    width: 100%
}

@media screen and (min-width:750px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content-assset[data-astro-cid-7qqgpkyr] {
        height: 36rem;
        width: 48rem
    }
}

@media screen and (min-width:1025px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content-assset[data-astro-cid-7qqgpkyr] {
        height: 24rem;
        width: 36rem
    }
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content-assset[data-astro-cid-7qqgpkyr] {
        display: none
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .content-data[data-astro-cid-7qqgpkyr] {
    max-width: 320px;
    width: 32rem
}

@media screen and (min-width:750px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content-data[data-astro-cid-7qqgpkyr] {
        margin-left: 16rem;
        width: 48rem
    }
}

@media screen and (min-width:1025px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content-data[data-astro-cid-7qqgpkyr] {
        margin-left: 0;
        width: 32rem
    }
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .content-data[data-astro-cid-7qqgpkyr] {
        margin-bottom: 2.4rem
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .data-title[data-astro-cid-7qqgpkyr] {
    margin-bottom: 16px
}

.CTALayout[data-astro-cid-7qqgpkyr] .data-flag[data-astro-cid-7qqgpkyr] {
    background: #b9b9b9;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding: 40px
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .data-flag[data-astro-cid-7qqgpkyr] {
        padding: 2rem 1.6rem
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .data-flagTitle[data-astro-cid-7qqgpkyr] {
    color: #202020;
    letter-spacing: -.24px
}

.CTALayout[data-astro-cid-7qqgpkyr] .flag-icon[data-astro-cid-7qqgpkyr] {
    display: block;
    fill: #202020;
    height: 48px;
    margin-bottom: 2.4rem;
    width: 80px
}

.CTALayout[data-astro-cid-7qqgpkyr] .CTALayout-aside[data-astro-cid-7qqgpkyr] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .CTALayout-aside[data-astro-cid-7qqgpkyr] {
        flex-direction: row
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .aside-asset[data-astro-cid-7qqgpkyr] {
    background: #b9b9b9
}

.CTALayout[data-astro-cid-7qqgpkyr] .asset-1[data-astro-cid-7qqgpkyr] {
    flex: 1;
    width: 100%
}

@media screen and (max-width:749px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .asset-1[data-astro-cid-7qqgpkyr] {
        height: 59rem;
        flex: none
    }
}

.CTALayout[data-astro-cid-7qqgpkyr] .asset-2[data-astro-cid-7qqgpkyr] {
    display: block;
    height: 20rem;
    width: 50%
}

@media screen and (min-width:750px) {
    .CTALayout[data-astro-cid-7qqgpkyr] .asset-2[data-astro-cid-7qqgpkyr] {
        display: none
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] {
    padding: 16rem 0 4rem
}

.interactiveChart[data-astro-cid-znhd2dz2][data-bg=black] {
    background: #202020;
    color: #b9b9b9
}

.interactiveChart[data-astro-cid-znhd2dz2] .content[data-astro-cid-znhd2dz2] {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .content[data-astro-cid-znhd2dz2] {
        gap: 8rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-block[data-astro-cid-znhd2dz2] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

@media screen and (min-width:1280px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-block[data-astro-cid-znhd2dz2] {
        flex-direction: column;
        width: 24rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-data[data-astro-cid-znhd2dz2] {
    margin: 0 auto;
    width: 100%
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-data[data-astro-cid-znhd2dz2] {
        width: 68rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-labels[data-astro-cid-znhd2dz2] {
    position: relative;
    width: 100%;
    z-index: 3
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-labels[data-astro-cid-znhd2dz2] {
        width: 28rem
    }
}

@media screen and (min-width:1280px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-labels[data-astro-cid-znhd2dz2] {
        width: 20rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-title[data-astro-cid-znhd2dz2] {
    margin-bottom: 2.4rem
}

.interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-selection[data-astro-cid-znhd2dz2] {
    position: relative;
    margin-bottom: 2.4rem;
    display: flex
}

.interactiveChart[data-astro-cid-znhd2dz2] .selection-current[data-astro-cid-znhd2dz2] {
    position: absolute
}

.interactiveChart[data-astro-cid-znhd2dz2] .selection-total[data-astro-cid-znhd2dz2] {
    margin-left: 12rem
}

.interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-description[data-astro-cid-znhd2dz2] {
    color: #8b8b8b;
    max-width: 420px
}

.interactiveChart[data-astro-cid-znhd2dz2] .interactiveChart-description[data-astro-cid-znhd2dz2] .spacer[data-astro-cid-znhd2dz2] {
    display: inline-block;
    position: relative;
    width: 11.4rem
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-item[data-astro-cid-znhd2dz2] {
    opacity: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    top: 0
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-item[data-astro-cid-znhd2dz2].item-0 {
        transform: translateY(100%)
    }
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-item[data-astro-cid-znhd2dz2] {
        bottom: 0;
        top: auto;
        transform: translateY(100%)
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-item[data-astro-cid-znhd2dz2].is-active {
    opacity: 1;
    visibility: visible
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-item[data-astro-cid-znhd2dz2].is-active .item-title[data-astro-cid-znhd2dz2] {
    opacity: 1;
    transform: translateY(0)
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-item[data-astro-cid-znhd2dz2].is-active .item-title[data-astro-cid-znhd2dz2]:before {
    transform: translate(calc(-100% - 4rem)) scaleX(1);
    transition: transform .6s ease-in-out
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-item[data-astro-cid-znhd2dz2].is-active .item-description[data-astro-cid-znhd2dz2] {
    opacity: 1;
    transform: translateY(0)
}

.interactiveChart[data-astro-cid-znhd2dz2] .item-0[data-astro-cid-znhd2dz2] {
    position: relative
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .item-0[data-astro-cid-znhd2dz2] {
        position: absolute;
        bottom: 20rem
    }
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .item-1[data-astro-cid-znhd2dz2] {
        bottom: 32rem
    }
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .item-2[data-astro-cid-znhd2dz2] {
        bottom: 44rem
    }
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .item-3[data-astro-cid-znhd2dz2] {
        bottom: 56rem
    }
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .item-4[data-astro-cid-znhd2dz2] {
        bottom: 68rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .item-title[data-astro-cid-znhd2dz2] {
    color: #b9b9b9;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s ease-in-out
}

.interactiveChart[data-astro-cid-znhd2dz2] .item-title[data-astro-cid-znhd2dz2]:before {
    content: "";
    background: #4d4d4d;
    height: 1px;
    left: 0;
    position: absolute;
    transform: translate(calc(-100% - 4rem)) scaleX(0);
    transform-origin: right center;
    width: 54rem
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .item-title[data-astro-cid-znhd2dz2]:before {
        display: none
    }
}

@media screen and (min-width:1280px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .item-title[data-astro-cid-znhd2dz2]:before {
        transform: translate(calc(-100% - 4rem)) scaleX(0);
        width: 42rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .item-description[data-astro-cid-znhd2dz2] {
    color: #8b8b8b;
    max-width: 360px;
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s ease-in-out;
    transition-delay: .1s
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-binary[data-astro-cid-znhd2dz2] {
    display: none;
    color: #8b8b8b
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-binary[data-astro-cid-znhd2dz2] {
        display: block;
        width: 28rem
    }
}

@media screen and (min-width:1280px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-binary[data-astro-cid-znhd2dz2] {
        width: 24rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-ring[data-astro-cid-znhd2dz2] {
    align-items: center;
    bottom: 0;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    display: flex;
    left: 50%;
    justify-content: center;
    transform: translate(-50%);
    position: absolute;
    text-align: center;
    transition: background .3s ease-in-out
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-ring[data-astro-cid-znhd2dz2].is-active {
    background: #8b8b8b !important
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-ring[data-astro-cid-znhd2dz2].is-active .data-title[data-astro-cid-znhd2dz2],
.interactiveChart[data-astro-cid-znhd2dz2] .data-ring[data-astro-cid-znhd2dz2].is-active .data-index[data-astro-cid-znhd2dz2] {
    color: #202020
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-points[data-astro-cid-znhd2dz2] {
    height: 68rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 68rem
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-points[data-astro-cid-znhd2dz2]:hover .data-ring[data-astro-cid-znhd2dz2] {
    background: #202020
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-points[data-astro-cid-znhd2dz2] {
        height: 36rem;
        width: 100%
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .ring-0[data-astro-cid-znhd2dz2] {
    background: #202020;
    height: 20rem;
    width: 20rem;
    z-index: 4
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .ring-0[data-astro-cid-znhd2dz2] {
        height: 7.2rem;
        width: 7.2rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .ring-1[data-astro-cid-znhd2dz2] {
    height: 32rem;
    width: 32rem;
    z-index: 3
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .ring-1[data-astro-cid-znhd2dz2] {
        height: 14.2rem;
        width: 14.2rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .ring-2[data-astro-cid-znhd2dz2] {
    height: 44rem;
    width: 44rem;
    z-index: 2
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .ring-2[data-astro-cid-znhd2dz2] {
        height: 21.4rem;
        width: 21.4rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .ring-3[data-astro-cid-znhd2dz2] {
    height: 56rem;
    width: 56rem;
    z-index: 1
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .ring-3[data-astro-cid-znhd2dz2] {
        height: 28.6rem;
        width: 28.6rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .ring-4[data-astro-cid-znhd2dz2] {
    height: 68rem;
    width: 68rem;
    z-index: 0
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .ring-4[data-astro-cid-znhd2dz2] {
        height: 36rem;
        width: 36rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-title[data-astro-cid-znhd2dz2],
.interactiveChart[data-astro-cid-znhd2dz2] .data-index[data-astro-cid-znhd2dz2] {
    color: #8b8b8b;
    text-align: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 5.2rem;
    width: 110px;
    transition: color .3s ease-in-out
}

@media screen and (max-width:749px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-title[data-astro-cid-znhd2dz2],
    .interactiveChart[data-astro-cid-znhd2dz2] .data-index[data-astro-cid-znhd2dz2] {
        top: 2.4rem
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-title[data-astro-cid-znhd2dz2] {
    display: none
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-title[data-astro-cid-znhd2dz2] {
        display: block
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .data-index[data-astro-cid-znhd2dz2] {
    display: block
}

@media screen and (min-width:1025px) {
    .interactiveChart[data-astro-cid-znhd2dz2] .data-index[data-astro-cid-znhd2dz2] {
        display: none
    }
}

.interactiveChart[data-astro-cid-znhd2dz2] .ring-0[data-astro-cid-znhd2dz2] .data-title[data-astro-cid-znhd2dz2],
.interactiveChart[data-astro-cid-znhd2dz2] .ring-0[data-astro-cid-znhd2dz2] .data-index[data-astro-cid-znhd2dz2] {
    top: 50%;
    transform: translateY(-50%)
}

.pullupTeam[data-astro-cid-wv7fe3cg] {
    padding-bottom: 4rem;
    padding-top: 8rem
}

@media screen and (min-width:750px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] {
        padding-bottom: 8rem;
        padding-top: 16rem
    }
}

.pullupTeam[data-astro-cid-wv7fe3cg][data-bg=black] {
    background: #202020;
    color: #b9b9b9
}

.pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-title[data-astro-cid-wv7fe3cg] {
    margin-bottom: 4.2rem;
    width: 24rem
}

@media screen and (min-width:750px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-title[data-astro-cid-wv7fe3cg] {
        width: 36rem
    }
}

.pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-grid[data-astro-cid-wv7fe3cg] {
    display: grid;
    grid-auto-flow: column;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
    overflow: hidden
}

@media screen and (max-width:749px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-grid[data-astro-cid-wv7fe3cg] {
        overflow-x: auto
    }
}

@media screen and (min-width:750px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-grid[data-astro-cid-wv7fe3cg] {
        grid-auto-flow: initial;
        grid-template-columns: repeat(auto-fill, minmax(33rem, 1fr))
    }
}

@media screen and (min-width:1025px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-grid[data-astro-cid-wv7fe3cg] {
        grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr))
    }
}

.pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-item[data-astro-cid-wv7fe3cg] {
    margin-bottom: 4px;
    width: 26rem
}

@media screen and (min-width:750px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-item[data-astro-cid-wv7fe3cg] {
        margin-bottom: 4.2rem;
        width: 33rem
    }
}

@media screen and (min-width:1025px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .pullupTeam-item[data-astro-cid-wv7fe3cg] {
        width: 26rem
    }
}

.pullupTeam[data-astro-cid-wv7fe3cg] .item-job[data-astro-cid-wv7fe3cg] {
    display: flex;
    background: #ff5841;
    color: #202020;
    flex-direction: column;
    height: 30rem;
    justify-content: space-between;
    margin-top: 32px;
    padding: 16px 12px;
    position: relative;
    width: 100%
}

@media screen and (min-width:750px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .item-job[data-astro-cid-wv7fe3cg] {
        height: 38rem
    }
}

@media screen and (min-width:1025px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .item-job[data-astro-cid-wv7fe3cg] {
        height: 31rem
    }
}

.pullupTeam[data-astro-cid-wv7fe3cg] .cta-icon[data-astro-cid-wv7fe3cg] {
    position: absolute;
    fill: #202020;
    height: 5.2rem;
    right: 12px;
    top: 16px;
    width: 5.2rem
}

.pullupTeam[data-astro-cid-wv7fe3cg] .item-index[data-astro-cid-wv7fe3cg] {
    margin-bottom: 16px;
    display: none
}

.pullupTeam[data-astro-cid-wv7fe3cg] .item-photo[data-astro-cid-wv7fe3cg] {
    height: 30rem;
    margin-bottom: 1.6rem;
    opacity: .6;
    position: relative;
    width: 100%
}

@media screen and (min-width:750px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .item-photo[data-astro-cid-wv7fe3cg] {
        height: 38rem
    }
}

@media screen and (min-width:1025px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .item-photo[data-astro-cid-wv7fe3cg] {
        margin-bottom: 2.4rem;
        height: 31rem
    }
}

.pullupTeam[data-astro-cid-wv7fe3cg] .item-photo[data-astro-cid-wv7fe3cg]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    background: #b9b9b9;
    box-shadow: calc(17rem - 4px) 0 0 0 #b9b9b9, 0 calc(22rem - 4px) 0 0 #b9b9b9, calc(17rem - 4px) calc(22rem - 4px) 0 0 #b9b9b9
}

@media screen and (min-width:750px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .item-photo[data-astro-cid-wv7fe3cg]:after {
        box-shadow: calc(33rem - 4px) 0 0 0 #b9b9b9, 0 calc(38rem - 4px) 0 0 #b9b9b9, calc(33rem - 4px) calc(38rem - 4px) 0 0 #b9b9b9
    }
}

@media screen and (min-width:1025px) {
    .pullupTeam[data-astro-cid-wv7fe3cg] .item-photo[data-astro-cid-wv7fe3cg]:after {
        box-shadow: calc(26rem - 4px) 0 0 0 #b9b9b9, 0 calc(31rem - 4px) 0 0 #b9b9b9, calc(26rem - 4px) calc(31rem - 4px) 0 0 #b9b9b9
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12rem 0 2rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] {
        height: var(--vh);
        grid-template-columns: 1fr 300px;
        padding: 0
    }
}

@media screen and (min-width:1280px) {
    .tabPanel-container[data-astro-cid-g672a2aj] {
        height: 100vh;
        grid-template-columns: 1fr 36rem
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-block[data-astro-cid-g672a2aj] {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-block[data-astro-cid-g672a2aj] {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .tabPanel-title[data-astro-cid-g672a2aj] {
    order: 3
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .tabPanel-title[data-astro-cid-g672a2aj] {
        position: relative
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .tabPanel-title[data-astro-cid-g672a2aj] .title-text[data-astro-cid-g672a2aj] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset: 0
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .tabPanel-title[data-astro-cid-g672a2aj] .title-text[data-astro-cid-g672a2aj] {
        text-align: center
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .tabPanel-title[data-astro-cid-g672a2aj] .title-text[data-astro-cid-g672a2aj].is-active {
    opacity: 1;
    visibility: visible;
    position: relative
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-assets[data-astro-cid-g672a2aj] {
    order: 1;
    pointer-events: none;
    height: 40rem;
    margin-bottom: 4.2rem;
    width: 100%
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-assets[data-astro-cid-g672a2aj] {
        position: absolute;
        inset: 0
    }
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-assets[data-astro-cid-g672a2aj] {
        pointer-events: none;
        height: 72rem;
        position: relative
    }
}

@media screen and (min-width:1025px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-assets[data-astro-cid-g672a2aj] {
        margin-bottom: 0;
        height: 56rem
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-asset[data-astro-cid-g672a2aj] {
    height: 40rem;
    margin-bottom: 4.2rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-asset[data-astro-cid-g672a2aj] {
        pointer-events: none;
        height: 72rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:1025px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-asset[data-astro-cid-g672a2aj] {
        margin-bottom: 0;
        height: 56rem
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-asset[data-astro-cid-g672a2aj].is-active {
    opacity: 1;
    visibility: visible
}

.tabPanel-container[data-astro-cid-g672a2aj] .asset-bg[data-astro-cid-g672a2aj] {
    background: #ff5841;
    position: absolute;
    height: 40rem;
    left: 5.6rem;
    top: 0;
    transform: none;
    width: 28rem
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .asset-bg[data-astro-cid-g672a2aj] {
        height: 64rem;
        top: 8rem;
        left: 50%;
        transform: translate(-50%);
        width: 48rem
    }
}

@media screen and (min-width:1025px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .asset-bg[data-astro-cid-g672a2aj] {
        height: 56rem;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40rem
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .cta-icon[data-astro-cid-g672a2aj] {
    display: block;
    height: 4rem;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 4rem;
    color: #202020
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .cta-icon[data-astro-cid-g672a2aj] {
        display: none
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .asset-title[data-astro-cid-g672a2aj] {
    bottom: 16px;
    color: #202020;
    padding: 0 16px;
    position: absolute;
    max-width: 360px;
    width: 100%
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .asset-title[data-astro-cid-g672a2aj] {
        display: none
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-descriptions[data-astro-cid-g672a2aj] {
    order: 2;
    width: 100%
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-description[data-astro-cid-g672a2aj] {
    color: #b9b9b9;
    margin-bottom: 2.4rem;
    padding: 0 5.6rem;
    width: 100%;
    display: none
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-description[data-astro-cid-g672a2aj].is-active {
    display: block
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-description[data-astro-cid-g672a2aj] {
        display: none !important
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .description-truncated[data-astro-cid-g672a2aj] {
    display: block
}

.tabPanel-container[data-astro-cid-g672a2aj] .description-truncated[data-astro-cid-g672a2aj].is-active,
.tabPanel-container[data-astro-cid-g672a2aj] .description-full[data-astro-cid-g672a2aj] {
    display: none
}

.tabPanel-container[data-astro-cid-g672a2aj] .description-full[data-astro-cid-g672a2aj].is-active {
    display: block
}

.tabPanel-container[data-astro-cid-g672a2aj] .more[data-astro-cid-g672a2aj] {
    color: #ff5841;
    cursor: pointer;
    text-decoration: underline
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-title[data-astro-cid-g672a2aj] {
    text-align: center;
    white-space: nowrap
}

@media screen and (min-width:1280px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-title[data-astro-cid-g672a2aj] {
        display: none
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-title-text[data-astro-cid-g672a2aj] {
    display: none
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-aside[data-astro-cid-g672a2aj] {
    display: none;
    flex-direction: column;
    position: relative
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .item-aside[data-astro-cid-g672a2aj] {
        display: flex
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-aside-panel[data-astro-cid-g672a2aj] {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.tabPanel-container[data-astro-cid-g672a2aj] .item-aside-panel[data-astro-cid-g672a2aj].is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.tabPanel-container[data-astro-cid-g672a2aj] .aside-description[data-astro-cid-g672a2aj] {
    position: relative;
    align-items: flex-end;
    display: flex;
    flex: 1;
    padding: 4rem
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-g672a2aj] .aside-description[data-astro-cid-g672a2aj] {
        padding: 40px;
        height: calc(var(--vh) - 360px)
    }
}

.tabPanel-container[data-astro-cid-g672a2aj] .aside-description-bg[data-astro-cid-g672a2aj] {
    position: absolute;
    inset: 0;
    background: #b9b9b9;
    z-index: 0
}

.tabPanel-container[data-astro-cid-g672a2aj] .description-text[data-astro-cid-g672a2aj] {
    color: #202020
}

.tabPanel-controls[data-astro-cid-g672a2aj] {
    top: 6rem;
    overflow: hidden;
    padding: 0rem 1.6rem;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:750px) {
    .tabPanel-controls[data-astro-cid-g672a2aj] {
        bottom: 0;
        top: auto;
        padding: 0rem 4rem;
        width: calc(100% - 300px)
    }
}

@media screen and (min-width:1025px) {
    .tabPanel-controls[data-astro-cid-g672a2aj] {
        bottom: auto;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding-left: 4rem;
        width: auto
    }
}

.tabPanel-controls[data-astro-cid-g672a2aj] .controls-content[data-astro-cid-g672a2aj] {
    display: flex;
    border-bottom: 1px solid #8b8b8b;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 8px
}

@media screen and (min-width:1025px) {
    .tabPanel-controls[data-astro-cid-g672a2aj] .controls-content[data-astro-cid-g672a2aj] {
        border: none;
        flex-direction: column;
        justify-content: flex-start;
        gap: .4rem;
        padding-bottom: 0
    }
}

.tabPanel-controls[data-astro-cid-g672a2aj] .tabPanel-button[data-astro-cid-g672a2aj] {
    background: none;
    color: #b9b9b9;
    border: none;
    cursor: pointer;
    text-align: left;
    margin: 0;
    transition: all .3s ease;
    white-space: nowrap;
    position: relative
}

.tabPanel-controls[data-astro-cid-g672a2aj] .tabPanel-button[data-astro-cid-g672a2aj]:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: scale(0);
    margin-top: -6px;
    height: 8px;
    width: 8px;
    background: #ff5841;
    border-radius: 50%;
    transition: transform .3s ease
}

.tabPanel-controls[data-astro-cid-g672a2aj] .tabPanel-button[data-astro-cid-g672a2aj].is-active {
    color: #ff5841;
    transform: translate(16px)
}

.tabPanel-controls[data-astro-cid-g672a2aj] .tabPanel-button[data-astro-cid-g672a2aj].is-active:before {
    transform: scale(1)
}

.tabPanel-controls[data-astro-cid-g672a2aj] .tabPanel-button[data-astro-cid-g672a2aj]:hover {
    color: #ff5841;
    transform: translate(16px)
}

.tabPanel-controls[data-astro-cid-g672a2aj] .tabPanel-button[data-astro-cid-g672a2aj]:hover:before {
    transform: scale(1)
}

.tabPanel-container[data-astro-cid-rf2hgs35] {
    position: relative
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] {
        display: grid;
        grid-template-columns: 1fr 300px;
        height: var(--vh)
    }
}

@media screen and (min-width:1280px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] {
        grid-template-columns: 1fr 36rem
    }
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] {
        padding-bottom: 7.8rem
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-block[data-astro-cid-rf2hgs35] {
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 3.2rem;
    padding-bottom: 2.4rem;
    width: 100%
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-block[data-astro-cid-rf2hgs35] {
        margin-bottom: 0;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        padding-bottom: 4rem
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-bg[data-astro-cid-rf2hgs35] {
    background: #202020;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .6;
    z-index: 0
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-bg-video[data-astro-cid-rf2hgs35] {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    filter: blur(10px);
    transform: scale(1.2)
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-bg-video[data-astro-cid-rf2hgs35].is-active {
    opacity: 1
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-video[data-astro-cid-rf2hgs35] {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-top: 2.4rem;
    padding-inline: 1.6rem
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-video[data-astro-cid-rf2hgs35] {
        aspect-ratio: 16/9.4
    }
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-video[data-astro-cid-rf2hgs35] {
        padding: 0
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] {
    position: relative;
    min-height: 1lh;
    z-index: 1;
    padding-inline: 1.6rem;
    margin-top: 3.2rem;
    mix-blend-mode: difference;
    box-sizing: border-box
}

@media(max-width:942px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] {
        font-size: 14rem
    }
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] {
        font-size: 5.75rem
    }
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] {
        padding: 0;
        margin-top: 3.2rem
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35] {
    width: calc(100% - 3.2rem)
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-video[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35],
.tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35] {
    position: absolute;
    inset: auto;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-video[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35].is-active,
.tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35].is-active {
    display: flex;
    z-index: 2
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-video[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35],
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35] {
        position: absolute;
        inset: 0;
        display: flex;
        pointer-events: none
    }
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-video[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35].is-active,
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-info[data-astro-cid-rf2hgs35] .tabPanel-item[data-astro-cid-rf2hgs35].is-active {
        pointer-events: auto
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .info-video[data-astro-cid-rf2hgs35] {
    position: relative;
    height: 20rem;
    width: calc(100% - 3.2rem)
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .info-video[data-astro-cid-rf2hgs35] {
        width: 32rem;
        left: 0
    }
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .info-video[data-astro-cid-rf2hgs35] {
        left: 1.6rem
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .info-title[data-astro-cid-rf2hgs35] {
    width: calc(100% - 3.2rem);
    height: 1lh;
    mix-blend-mode: difference
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .info-title[data-astro-cid-rf2hgs35] {
        margin-top: 1.6rem
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-controls[data-astro-cid-rf2hgs35] {
    display: block;
    position: relative;
    padding: 0 1.6rem;
    margin-top: 1.6rem;
    mix-blend-mode: difference;
    z-index: 2
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-controls[data-astro-cid-rf2hgs35] {
        padding: 0;
        position: absolute;
        left: 4rem;
        top: 20rem;
        margin-top: 0
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .controls-content[data-astro-cid-rf2hgs35] {
    display: flex;
    border-bottom: 1px solid #8b8b8b;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 8px
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .controls-content[data-astro-cid-rf2hgs35] {
        border: none;
        flex-direction: column;
        justify-content: flex-start;
        gap: .4rem;
        padding-bottom: 0
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-button[data-astro-cid-rf2hgs35] {
    position: relative;
    background: none;
    color: #b9b9b9;
    border: none;
    cursor: pointer;
    text-align: left;
    margin: 0;
    transition: all .3s ease;
    white-space: nowrap
}

.tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-button[data-astro-cid-rf2hgs35]:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: scale(0);
    margin-top: -6px;
    height: 8px;
    width: 8px;
    background: #ff5841;
    border-radius: 50%;
    transition: transform .3s ease
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-button[data-astro-cid-rf2hgs35]:before {
        display: none
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-button[data-astro-cid-rf2hgs35].is-active {
    color: #ff5841
}

.tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-button[data-astro-cid-rf2hgs35].is-active:before {
    transform: scale(1)
}

.tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-button[data-astro-cid-rf2hgs35]:hover {
    color: #ff5841
}

.tabPanel-container[data-astro-cid-rf2hgs35] .tabPanel-button[data-astro-cid-rf2hgs35]:hover:before {
    transform: scale(1)
}

.tabPanel-container[data-astro-cid-rf2hgs35] .item-aside[data-astro-cid-rf2hgs35] {
    grid-column: 1/2;
    margin-top: 2.4rem;
    position: relative;
    z-index: 1
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .item-aside[data-astro-cid-rf2hgs35] {
        grid-column: 2/3;
        margin-top: 0
    }
}

@media screen and (max-width:749px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .aside-panel[data-astro-cid-rf2hgs35] {
        position: absolute;
        opacity: 0;
        inset: auto;
        display: flex;
        flex-direction: column;
        visibility: visible;
        pointer-events: auto;
        z-index: 0
    }
    .tabPanel-container[data-astro-cid-rf2hgs35] .aside-panel[data-astro-cid-rf2hgs35].is-active {
        position: relative;
        opacity: 1;
        z-index: 1
    }
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .aside-panel[data-astro-cid-rf2hgs35] {
        position: absolute;
        inset: 0;
        display: flex;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        flex-direction: column;
        transition: opacity .4s ease;
        z-index: 0
    }
    .tabPanel-container[data-astro-cid-rf2hgs35] .aside-panel[data-astro-cid-rf2hgs35].is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 1
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .aside-cta[data-astro-cid-rf2hgs35] {
    display: none !important
}

.tabPanel-container[data-astro-cid-rf2hgs35] .description-title[data-astro-cid-rf2hgs35] {
    color: #b9b9b9;
    margin-bottom: 16px
}

.tabPanel-container[data-astro-cid-rf2hgs35] .aside-description[data-astro-cid-rf2hgs35] {
    color: #8b8b8b;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #202020;
    flex: 1;
    padding: 2.4rem 1.6rem;
    height: auto
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .aside-description[data-astro-cid-rf2hgs35] {
        height: calc(var(--vh) - 360px);
        padding: 4rem
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .description-text[data-astro-cid-rf2hgs35] {
    margin-bottom: 2.4rem
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .description-text[data-astro-cid-rf2hgs35] {
        margin-bottom: 0
    }
}

.tabPanel-container[data-astro-cid-rf2hgs35] .description-button[data-astro-cid-rf2hgs35] {
    align-items: center;
    display: flex;
    border-radius: 24px;
    border: 1px solid #8b8b8b;
    height: 48px;
    justify-content: center;
    width: 124px
}

@media screen and (min-width:750px) {
    .tabPanel-container[data-astro-cid-rf2hgs35] .description-button[data-astro-cid-rf2hgs35] {
        display: none
    }
}

.tabPanel-container .aside-cta {
    display: none
}

@media screen and (min-width:750px) {
    .tabPanel-container .aside-cta {
        display: block
    }
}

.tabPanel-container .item-bg {
    position: relative;
    overflow: hidden
}

.tabPanel-container .item-bg-video {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.tabPanel[data-astro-cid-gmg7lllu] {
    color: #b9b9b9
}

.tabPanel[data-astro-cid-gmg7lllu].tab-images {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d
}

@media screen and (min-width:750px) {
    .tabPanel[data-astro-cid-gmg7lllu].tab-images {
        padding: 0
    }
}

.tabPanel[data-astro-cid-gmg7lllu] .content[data-astro-cid-gmg7lllu] {
    min-height: var(--vh);
    position: relative
}

.quotes[data-astro-cid-qh4yccyu] {
    background: #ff5841;
    height: 100vh;
    position: relative
}

@media screen and (min-width:750px) {
    .quotes[data-astro-cid-qh4yccyu] {
        height: 84rem
    }
}

.quotes[data-astro-cid-qh4yccyu] .content[data-astro-cid-qh4yccyu] {
    height: 100%
}

.quotes[data-astro-cid-qh4yccyu] .quotes-block[data-astro-cid-qh4yccyu] {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%
}

@media screen and (max-width:749px) {
    .quotes[data-astro-cid-qh4yccyu] .quotes-block[data-astro-cid-qh4yccyu] {
        overflow-x: auto
    }
}

.quotes[data-astro-cid-qh4yccyu] .quotes-item[data-astro-cid-qh4yccyu] {
    position: relative;
    height: 100%;
    padding-top: 6.4rem;
    padding-bottom: 8rem;
    width: 32rem
}

@media screen and (min-width:750px) {
    .quotes[data-astro-cid-qh4yccyu] .quotes-item[data-astro-cid-qh4yccyu] {
        padding-bottom: 4rem;
        padding-top: 12rem;
        width: 72rem
    }
}

.quotes[data-astro-cid-qh4yccyu] .quotes-item[data-astro-cid-qh4yccyu]:not([data-index="0"], [data-index="1"]) {
    box-shadow: -1px 0 #202020
}

.quotes[data-astro-cid-qh4yccyu] .quotes-item[data-astro-cid-qh4yccyu]:not([data-index="0"], [data-index="1"]) .item-content[data-astro-cid-qh4yccyu] {
    box-shadow: 0 1px #202020, 0 -1px #202020
}

.quotes[data-astro-cid-qh4yccyu] .quotes-line[data-astro-cid-qh4yccyu] {
    position: absolute;
    transform-origin: left top;
    will-change: transform
}

.quotes[data-astro-cid-qh4yccyu] .quotes-line[data-astro-cid-qh4yccyu]:first-child {
    top: 11.9rem;
    left: 0;
    width: 100%;
    border-top: .1rem solid #202020;
    transform-origin: left center
}

@media screen and (max-width:749px) {
    .quotes[data-astro-cid-qh4yccyu] .quotes-line[data-astro-cid-qh4yccyu]:first-child {
        top: 6.3rem
    }
}

.quotes[data-astro-cid-qh4yccyu] .quotes-line[data-astro-cid-qh4yccyu]:nth-child(2) {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    border-left: .1rem solid #202020;
    transform-origin: center top
}

.quotes[data-astro-cid-qh4yccyu] .quotes-line[data-astro-cid-qh4yccyu]:last-child {
    bottom: 3.9rem;
    left: 0;
    width: 100%;
    border-top: .1rem solid #202020;
    transform-origin: left center
}

@media screen and (max-width:749px) {
    .quotes[data-astro-cid-qh4yccyu] .quotes-line[data-astro-cid-qh4yccyu]:last-child {
        bottom: 7.9rem
    }
}

.quotes[data-astro-cid-qh4yccyu] .item-content[data-astro-cid-qh4yccyu] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 1.6rem 2.4rem;
    position: relative
}

@media screen and (min-width:750px) {
    .quotes[data-astro-cid-qh4yccyu] .item-content[data-astro-cid-qh4yccyu] {
        padding: 1.6rem 4rem 3.2rem
    }
}

.quotes[data-astro-cid-qh4yccyu] .quotes-citation[data-astro-cid-qh4yccyu] {
    display: block;
    padding-left: 4rem
}

.quotes[data-astro-cid-qh4yccyu] .citation-name[data-astro-cid-qh4yccyu] {
    position: relative
}

.quotes[data-astro-cid-qh4yccyu] .citation-name[data-astro-cid-qh4yccyu]:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: #202020;
    top: 50%;
    transform: translate(-4rem) translateY(-50%);
    width: 2rem
}

.quotes[data-astro-cid-qh4yccyu] .quotes-controls[data-astro-cid-qh4yccyu] {
    bottom: 6.4rem;
    display: flex;
    gap: 16px;
    position: absolute;
    right: 4rem;
    z-index: 1
}

@media screen and (max-width:749px) {
    .quotes[data-astro-cid-qh4yccyu] .quotes-controls[data-astro-cid-qh4yccyu] {
        display: none
    }
}

.quotes[data-astro-cid-qh4yccyu] .controls[data-astro-cid-qh4yccyu] {
    position: relative;
    left: 0;
    background: #202020;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    fill: #ff5841;
    height: 48px;
    justify-content: center;
    transition: transform .3s ease-in-out;
    width: 48px;
    will-change: transform, left
}

.quotes[data-astro-cid-qh4yccyu] .controls[data-astro-cid-qh4yccyu] .icon[data-astro-cid-qh4yccyu] {
    display: block;
    height: 16px;
    width: 16px
}

.quotes[data-astro-cid-qh4yccyu] .controls[data-astro-cid-qh4yccyu]:hover {
    transform: scale(1.08)
}

.quotes .quotes-item .single-quote {
    position: relative
}

.quotes .quotes-item .single-quote:before {
    content: "“ ";
    position: absolute;
    transform: translate(-120%, 50%);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease
}

.quotes .quotes-item .single-quote.is-inview:before {
    transform: translate(-120%);
    opacity: 1
}

.video[data-astro-cid-q26h3ffy] {
    height: 42rem
}

@media screen and (min-width:750px) {
    .video[data-astro-cid-q26h3ffy] {
        height: 100vh
    }
}

.video[data-astro-cid-q26h3ffy] .content[data-astro-cid-q26h3ffy] {
    height: 100%
}

.interactive-box[data-astro-cid-4vwkmmd6] {
    background: #20202099;
    position: fixed;
    will-change: transform;
    pointer-events: none;
    padding: 2.4rem 1.6rem 2.4rem 2.4rem;
    opacity: 0;
    top: 50px;
    left: -100px;
    visibility: hidden;
    width: 228px;
    z-index: 1
}

@media screen and (max-width:749px) {
    .interactive-box[data-astro-cid-4vwkmmd6] {
        display: none
    }
}

.interactive-box[data-astro-cid-4vwkmmd6] .borders[data-astro-cid-4vwkmmd6] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

.interactive-box[data-astro-cid-4vwkmmd6] .box[data-astro-cid-4vwkmmd6] {
    height: 4px;
    width: 4px;
    background: #ff5841;
    position: absolute
}

.interactive-box[data-astro-cid-4vwkmmd6] .top-left[data-astro-cid-4vwkmmd6] {
    top: 0;
    left: 0
}

.interactive-box[data-astro-cid-4vwkmmd6] .top-right[data-astro-cid-4vwkmmd6] {
    top: 0;
    right: 0
}

.interactive-box[data-astro-cid-4vwkmmd6] .bottom-left[data-astro-cid-4vwkmmd6] {
    bottom: 0;
    left: 0
}

.interactive-box[data-astro-cid-4vwkmmd6] .bottom-right[data-astro-cid-4vwkmmd6] {
    bottom: 0;
    right: 0
}

.interactive-box[data-astro-cid-4vwkmmd6] .box-title[data-astro-cid-4vwkmmd6] {
    color: #b9b9b9;
    margin-bottom: 16px
}

.interactive-box[data-astro-cid-4vwkmmd6] .box-description[data-astro-cid-4vwkmmd6] {
    color: #8b8b8b
}

.interactive-canvas[data-astro-cid-4vwkmmd6] {
    height: 100%;
    position: absolute;
    width: 100%
}

@media screen and (max-width:749px) {
    .interactive-canvas[data-astro-cid-4vwkmmd6] {
        height: 38rem;
        position: relative;
        width: 100%
    }
}

.interactive-content[data-astro-cid-4vwkmmd6] {
    color: #b9b9b9;
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    width: 280px;
    z-index: 1
}

@media screen and (max-width:749px) {
    .interactive-content[data-astro-cid-4vwkmmd6] {
        bottom: 0;
        right: auto;
        padding: 1.6rem;
        width: 100%;
        position: relative
    }
}

@media screen and (min-width:1280px) {
    .interactive-content[data-astro-cid-4vwkmmd6] {
        width: 28rem
    }
}

.content-controls[data-astro-cid-4vwkmmd6] {
    display: none;
    gap: 8px;
    position: absolute;
    right: 1.6rem
}

@media screen and (max-width:749px) {
    .content-controls[data-astro-cid-4vwkmmd6] {
        display: flex
    }
}

.content-controls[data-astro-cid-4vwkmmd6] .controls[data-astro-cid-4vwkmmd6] {
    align-items: center;
    background: #b9b9b9;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px
}

.content-controls[data-astro-cid-4vwkmmd6] .controls[data-astro-cid-4vwkmmd6] .icon[data-astro-cid-4vwkmmd6] {
    display: block;
    height: 16px;
    pointer-events: none;
    width: 16px
}

@media screen and (max-width:749px) {
    .content-count[data-astro-cid-4vwkmmd6] {
        margin-bottom: 16px
    }
}

.content-block[data-astro-cid-4vwkmmd6] {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (max-width:749px) {
    .content-block[data-astro-cid-4vwkmmd6] {
        flex-direction: row
    }
}

.content-title[data-astro-cid-4vwkmmd6] {
    margin-bottom: 1.6rem;
    padding-right: 10rem
}

@media screen and (max-width:749px) {
    .content-title[data-astro-cid-4vwkmmd6] {
        margin-bottom: 2.4rem
    }
}

.content-subtitle[data-astro-cid-4vwkmmd6] {
    margin-bottom: 1.6rem
}

@media screen and (max-width:749px) {
    .content-subtitle[data-astro-cid-4vwkmmd6] {
        width: 10rem
    }
}

.content-description[data-astro-cid-4vwkmmd6] {
    height: 90px;
    overflow-y: auto
}

@media screen and (max-width:749px) {
    .content-description[data-astro-cid-4vwkmmd6] {
        width: 24rem
    }
}

.interactive-panels[data-astro-cid-4vwkmmd6] {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.interactive[data-astro-cid-4vwkmmd6] {
    background: #202020;
    height: 100vh;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:749px) {
    .interactive[data-astro-cid-4vwkmmd6] {
        padding-top: 4rem;
        height: auto;
        min-height: 100vh
    }
}

.interactive[data-astro-cid-4vwkmmd6] .interactive-gl[data-astro-cid-4vwkmmd6] {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

@media screen and (min-width:750px) {
    .interactive[data-astro-cid-4vwkmmd6] .interactive-gl[data-astro-cid-4vwkmmd6] {
        pointer-events: all
    }
}

.interactive[data-astro-cid-4vwkmmd6] .interactive-controls[data-astro-cid-4vwkmmd6] {
    position: absolute;
    top: 8rem;
    width: 100%;
    z-index: 1
}

.interactive[data-astro-cid-4vwkmmd6] .interactive-controls[data-astro-cid-4vwkmmd6]:after {
    display: none;
    content: "";
    background: #4d4d4d;
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 1.6rem;
    width: calc(100% - 3.2rem)
}

@media screen and (max-width:749px) {
    .interactive[data-astro-cid-4vwkmmd6] .interactive-controls[data-astro-cid-4vwkmmd6]:after {
        display: block
    }
}

@media screen and (max-width:749px) {
    .interactive[data-astro-cid-4vwkmmd6] .interactive-controls[data-astro-cid-4vwkmmd6] {
        margin-bottom: 2.4rem;
        top: 0;
        position: relative
    }
}

@media screen and (min-width:750px) {
    .interactive[data-astro-cid-4vwkmmd6] .interactive-controls[data-astro-cid-4vwkmmd6] {
        left: 4rem;
        top: 50%;
        transform: translateY(-50%);
        width: auto
    }
}

.interactive[data-astro-cid-4vwkmmd6] .controls-list[data-astro-cid-4vwkmmd6] {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 0 1.6rem;
    gap: 2.4rem
}

@media screen and (max-width:749px) {
    .interactive[data-astro-cid-4vwkmmd6] .controls-list[data-astro-cid-4vwkmmd6] {
        gap: 3.2rem;
        overflow-x: auto;
        padding: 2rem 3.2rem 2rem 1.6rem
    }
}

@media screen and (min-width:750px) {
    .interactive[data-astro-cid-4vwkmmd6] .controls-list[data-astro-cid-4vwkmmd6] {
        flex-direction: column;
        gap: .4rem
    }
}

.interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6] {
    background: none;
    border: none;
    color: #8b8b8b;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    white-space: nowrap
}

@media screen and (min-width:750px) {
    .interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6] {
        text-align: left;
        width: 100%
    }
}

.interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6]:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: scale(0);
    margin-top: -6px;
    height: 8px;
    width: 8px;
    background: #ff5841;
    border-radius: 50%;
    transition: transform .3s ease
}

@media screen and (max-width:749px) {
    .interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6]:before {
        display: none
    }
}

.interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6].is-active {
    color: #ff5841;
    transform: translate(16px)
}

@media screen and (max-width:749px) {
    .interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6].is-active {
        transform: translate(0)
    }
}

.interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6].is-active:before {
    transform: scale(1)
}

.interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6]:hover {
    color: #ff5841;
    transform: translate(16px)
}

.interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6]:hover:before {
    transform: scale(1)
}

@media screen and (max-width:749px) {
    .interactive[data-astro-cid-4vwkmmd6] .controls-item[data-astro-cid-4vwkmmd6]:hover {
        transform: translate(0)
    }
}

.is-device .interactive-box {
    display: none
}

.is-device .interactive .content-controls {
    display: flex
}

.featureInsight[data-astro-cid-7cwmjjqs] {
    background: #202020;
    padding-top: 6.4rem
}

.featureInsight[data-astro-cid-7cwmjjqs] .insight-title[data-astro-cid-7cwmjjqs] {
    color: #b9b9b9;
    margin-bottom: 2.4rem
}

.featureInsight[data-astro-cid-7cwmjjqs] .feature-asset[data-astro-cid-7cwmjjqs] {
    display: block;
    height: 24rem;
    margin-bottom: -4rem;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:750px) {
    .featureInsight[data-astro-cid-7cwmjjqs] .feature-asset[data-astro-cid-7cwmjjqs] {
        height: 64rem;
        margin-bottom: -8rem
    }
}

.featureInsight[data-astro-cid-7cwmjjqs] .block-2[data-astro-cid-7cwmjjqs] {
    background: #b9b9b9;
    padding-top: 12rem;
    padding-bottom: 4rem
}

.featureInsight[data-astro-cid-7cwmjjqs] .feature-title[data-astro-cid-7cwmjjqs] {
    margin-bottom: 2.4rem
}

.multipleInsights[data-astro-cid-qanvtp6h] {
    color: #b9b9b9;
    padding-bottom: 8rem;
    padding-top: 8rem
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-block[data-astro-cid-qanvtp6h] {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4rem
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-block[data-astro-cid-qanvtp6h]:last-child {
    margin-bottom: 0
}

@media screen and (min-width:750px) {
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-block[data-astro-cid-qanvtp6h] {
        flex-direction: row;
        padding-top: 4rem
    }
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-block[data-astro-cid-qanvtp6h] .multipleInsights-block-line[data-astro-cid-qanvtp6h] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1.5px;
        pointer-events: none;
        border-top: 1px solid #4d4d4d;
        transform-origin: left center
    }
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-title[data-astro-cid-qanvtp6h] {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    width: 100%
}

@media screen and (min-width:750px) {
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-title[data-astro-cid-qanvtp6h] {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 2rem;
        width: 16rem
    }
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-list[data-astro-cid-qanvtp6h] {
    width: 100%
}

@media screen and (min-width:750px) {
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-list[data-astro-cid-qanvtp6h] {
        width: 104rem
    }
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-item[data-astro-cid-qanvtp6h] {
    position: relative;
    border-top: 1px solid #4d4d4d;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 4rem;
    padding-top: 1.6rem
}

@media screen and (min-width:750px) {
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-item[data-astro-cid-qanvtp6h] {
        flex-direction: row;
        padding-top: 4rem
    }
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-item[data-astro-cid-qanvtp6h]:last-child {
    margin-bottom: 0
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-item[data-astro-cid-qanvtp6h]:first-child {
    border-top: none;
    padding-top: 0
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-line[data-astro-cid-qanvtp6h] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    pointer-events: none;
    border-top: 1px solid #4d4d4d;
    transform-origin: left center
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-itemTitle[data-astro-cid-qanvtp6h] {
    margin-bottom: 1.6rem
}

@media screen and (min-width:750px) {
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-itemTitle[data-astro-cid-qanvtp6h] {
        margin-bottom: 3.2rem
    }
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-content[data-astro-cid-qanvtp6h] {
    width: 100%
}

@media screen and (min-width:750px) {
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-content[data-astro-cid-qanvtp6h] {
        padding-right: 8rem;
        width: 36rem
    }
}

.multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-image[data-astro-cid-qanvtp6h] {
    border-radius: 4px;
    height: 20rem;
    margin-bottom: 1.6rem;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width:750px) {
    .multipleInsights[data-astro-cid-qanvtp6h] .multipleInsights-image[data-astro-cid-qanvtp6h] {
        margin-bottom: 0;
        height: 40rem;
        width: 68rem
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] {
    background: #b9b9b9;
    position: relative
}

.insightsBlock[data-astro-cid-s5bxfivc] .insightsBlock-sticky[data-astro-cid-s5bxfivc] {
    background: #202020;
    display: none;
    position: relative
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .insightsBlock-sticky[data-astro-cid-s5bxfivc] {
        display: block
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .insightsBlock-nonSticky[data-astro-cid-s5bxfivc] {
    display: block
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .insightsBlock-nonSticky[data-astro-cid-s5bxfivc] {
        display: none
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .sticky-content[data-astro-cid-s5bxfivc] {
    display: flex;
    height: 100vh;
    height: var(--vh);
    will-change: transform;
    position: absolute;
    top: 0;
    width: 100%
}

.insightsBlock[data-astro-cid-s5bxfivc] .nonsticky-content[data-astro-cid-s5bxfivc] {
    display: flex;
    flex-direction: column
}

.insightsBlock[data-astro-cid-s5bxfivc] .sticky-panel[data-astro-cid-s5bxfivc] {
    background: #202020;
    color: #b9b9b9;
    height: 100%;
    width: 100%
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .sticky-panel[data-astro-cid-s5bxfivc] {
        width: 72rem
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .sticky-articles[data-astro-cid-s5bxfivc] {
    background: #b9b9b9;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    position: relative;
    width: 100%
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .sticky-articles[data-astro-cid-s5bxfivc] {
        grid-template-columns: repeat(auto-fill, minmax(72rem, 1fr));
        margin-left: 72rem;
        width: 72rem
    }
}

@media screen and (min-width:1025px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .sticky-articles[data-astro-cid-s5bxfivc] {
        grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr))
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .panel-insight[data-astro-cid-s5bxfivc] {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    height: 100%;
    position: relative
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-content[data-astro-cid-s5bxfivc] {
    display: block;
    padding: 2.4rem 1.6rem;
    position: relative
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .insight-content[data-astro-cid-s5bxfivc] {
        padding: 4rem
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-image[data-astro-cid-s5bxfivc] {
    display: block;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .insight-image[data-astro-cid-s5bxfivc] {
        margin-bottom: 4.8rem
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-title[data-astro-cid-s5bxfivc] {
    margin-bottom: 2.4rem
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-date[data-astro-cid-s5bxfivc] {
    opacity: .6;
    margin-bottom: 1.6rem
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-description[data-astro-cid-s5bxfivc] {
    display: none;
    max-width: 440px;
    opacity: .6
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .insight-description[data-astro-cid-s5bxfivc] {
        display: block
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-description[data-astro-cid-s5bxfivc]:not(:last-child) {
    margin-bottom: 2.4rem
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-button[data-astro-cid-s5bxfivc] {
    align-items: center;
    display: flex;
    background: #b9b9b9;
    border-radius: 24px;
    border: 1px solid #202020;
    color: #202020;
    cursor: pointer;
    height: 48px;
    justify-content: center;
    outline: none;
    transition: all .2s ease-in-out;
    position: relative;
    width: 120px
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-button[data-astro-cid-s5bxfivc]:hover {
    color: #b9b9b9;
    background: none;
    border: 1px solid #b9b9b9
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-item[data-astro-cid-s5bxfivc] {
    position: relative;
    align-items: flex-end;
    display: flex;
    min-height: 20rem;
    padding: 2.4rem 1.6rem;
    transition: color .4s ease-in-out, background .4s ease-in-out
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .insight-item[data-astro-cid-s5bxfivc] {
        min-height: 72rem;
        padding: 2.4rem
    }
}

@media screen and (min-width:1025px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .insight-item[data-astro-cid-s5bxfivc] {
        min-height: 36rem
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .insight-item[data-astro-cid-s5bxfivc]:hover {
    background: #202020;
    color: #b9b9b9
}

.insightsBlock[data-astro-cid-s5bxfivc] .item-title[data-astro-cid-s5bxfivc] {
    margin-bottom: .8rem
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .item-title[data-astro-cid-s5bxfivc] {
        margin-bottom: 2.4rem
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .item-date[data-astro-cid-s5bxfivc] {
    margin-bottom: .8rem
}

@media screen and (max-width:749px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .item-date[data-astro-cid-s5bxfivc] {
        margin-bottom: 0
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .item-description[data-astro-cid-s5bxfivc] {
    display: none
}

@media screen and (min-width:750px) {
    .insightsBlock[data-astro-cid-s5bxfivc] .item-description[data-astro-cid-s5bxfivc] {
        display: block
    }
}

.insightsBlock[data-astro-cid-s5bxfivc] .item-line[data-astro-cid-s5bxfivc] {
    position: absolute
}

.insightsBlock[data-astro-cid-s5bxfivc] .item-line[data-astro-cid-s5bxfivc][data-line=x] {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    pointer-events: none;
    border-bottom: 1px solid #8b8b8b;
    transform-origin: left center
}

.insightsBlock[data-astro-cid-s5bxfivc] .item-line[data-astro-cid-s5bxfivc][data-line=y] {
    top: 0;
    right: 0;
    width: 1.5px;
    height: 100%;
    pointer-events: none;
    border-left: 1px solid #8b8b8b;
    transform-origin: top center
}