/* Main Layout & Banner Styles */

.css-1 {
    min-width: 1280px;
}

/* Extracted Inline Styles */

.css-1 {
        min-width: 1280px;
      }

.css-15 {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 32px;
      }

.css-15 > button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
      }

.css-16 {
        display: none;
        position: absolute;
        background-color: #ffffff;
        border-radius: 4px;
        -webkit-filter: drop-shadow(0 0 1px #e0e2e4);
        filter: drop-shadow(0 0 1px #e0e2e4);
        box-shadow: 0 4px 16px rgba(34, 34, 34, 0.16);
      }

.css-16:before {
        content: "";
        position: absolute;
        top: -11px;
        right: 30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 11px 8px;
        border-color: transparent transparent #ffffff transparent;
      }

.css-17 {
        width: 283px;
        padding: 20px 24px 45px 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }

.css-17 strong {
        font-size: 18px;
        margin-bottom: 8px;
        width: 100%;
        word-break: keep-all;
      }

.css-17 p {
        font-size: 16px;
        width: 100%;
      }

.css-17 > canvas {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 16px 0;
      }

.css-18 {
        position: absolute;
        bottom: 16px;
        right: 24px;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        color: #585b5e !important;
        font-size: 14px;
        font-weight: 400;
      }

.css-19 {
        min-height: calc(100vh - 80px - 258px);
      }

.css-20 h1 {
        font-size: 40px;
        font-weight: 600;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 1280px;
        padding: 0 40px;
        display: none;
      }

.css-20 h1 small {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 400;
      }

.css-21 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        width: 1280px;
        margin: 0 auto;
        padding: 80px 40px 225px 40px;
        position: relative;
      }

.css-22 {
        width: 712px;
      }

.css-22 > section {
        margin-bottom: 120px;
      }

.css-22 > section:last-of-type {
        margin-bottom: 0;
      }

.css-22 section > div {
        position: relative;
      }

.css-23 {
        visibility: visible;
      }

@-webkit-keyframes fade-in {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }

@keyframes fade-in {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }

@-webkit-keyframes slide-in {
        from {
          -webkit-transform: translateX(30%);
          -moz-transform: translateX(30%);
          -ms-transform: translateX(30%);
          transform: translateX(30%);
          opacity: 1;
        }
        to {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          opacity: 1;
        }
      }

@keyframes slide-in {
        from {
          -webkit-transform: translateX(30%);
          -moz-transform: translateX(30%);
          -ms-transform: translateX(30%);
          transform: translateX(30%);
          opacity: 1;
        }
        to {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          opacity: 1;
        }
      }

.css-24 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 24px;
      }

.css-24 time {
        font-size: 14px;
        font-weight: 400;
        color: #9d9fa0 !important;
        margin-left: 10px;
      }

.css-24 span {
        font-size: 16px;
        font-weight: 500;
        color: #9d9fa0 !important;
      }

.css-25 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
      }

.css-25 h2 {
        font-size: 22px;
        margin: 0;
        margin-right: 14px;
        font-weight: 600;
        display: flex;
        align-items: baseline;
      }

.css-26 {
        color: #9d9fa0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #9d9fa0 !important;
        font-size: 16px;
        font-weight: 600;
      }

.css-26 > svg * {
        fill: #9d9fa0;
        fill: #9d9fa0;
      }

.css-26:disabled {
        color: #bfc0c1 !important;
      }

.css-26:disabled > svg * {
        fill: #e0e2e4;
      }

.css-27 {
        margin: -10px 0 24px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

.css-27 > * {
        margin-right: 4px;
      }

.css-27::-webkit-scrollbar {
        display: none;
      }

.css-147 {
        background-color: #1e393c;
        border-radius: 4px;
        position: relative;
      }

.css-147 > button {
        max-width: 712px;
        max-height: 112px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
      }

.css-148 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: #f9fafb !important;
      }

.css-148 .variable {
        font-size: 16px;
        font-weight: 600;
        width: 20px;
        text-align: center;
      }

.css-148 .split {
        opacity: 0.5;
        margin: 0 4px;
      }

.css-148 .fixed {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.5;
        width: 16px;
        text-align: center;
      }

.css-51 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 24px;
      }

.css-51 h2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        font-size: 20px;
        font-weight: 600;
      }

.css-51 h2 span {
        color: #00de5a !important;
      }

.css-51 h2 svg {
        margin-left: 6px;
      }

.css-51 time {
        font-size: 14px;
        font-weight: 400;
        color: #9d9fa0 !important;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 10px;
        margin-top: 6px;
      }

.css-51 a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }

.css-52 {
        color: #9d9fa0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        color: #9d9fa0 !important;
        font-size: 16px;
        font-weight: 600;
            background: transparent;
      }

.css-52 > svg * {
        fill: #9d9fa0;
        fill: #9d9fa0;
      }

.css-52:disabled {
        color: #bfc0c1 !important;
      }

.css-52:disabled > svg * {
        fill: #e0e2e4;
      }

.css-53 {
        margin-bottom: 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }

.css-54 {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
      }

@supports not (-webkit-line-clamp: 1) {
        .css-57 h3 {
          max-height: calc(1em * var(--line-height, 1.5) * 1);
        }
      }

.css-72 {
        background-color: #f9fafb;
        border-radius: 0 0 4px 4px;
        padding: 20px 24px;
      }

.css-72 p.description {
        color: #14181b !important;
        font-size: 16px;
      }

.css-72 div > div {
        margin: 8px 8px 0 0;
      }

.css-72 > div:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }

.css-73 {
        background-color: #ffffff;
        border: 1px solid #ebeef0;
        border-radius: 15px;
        padding: 4px 10px;
        font-size: 13px;
        color: #3f4245;
        white-space: nowrap;
      }
      
.css-73 a {
        color: inherit !important;
        text-decoration: none;
      }

.css-74 {
        font-size: 14px;
        color: #14181b;
        margin-left: 6px;
        margin-top: 8px;
        white-space: nowrap;
      }

.css-75 {
        width: 100%;
        padding: 0 0 32px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
      }

.css-76 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }

.css-77 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }

.css-78 {
        height: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }

.css-79 {
        width: 32px;
        height: 32px;
        position: relative;
      }

.css-79 em {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 12px;
        height: 12px;
        overflow: hidden;
        color: transparent !important;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzA5QUI0OSIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjAyNiAxLjExIDcuNTYyLjY0OGEyLjIxIDIuMjEgMCAwIDAtMy4xMjMgMGwtLjQ2NC40NjRoLS42NTZjLTEuMjIgMC0yLjIwOC45ODgtMi4yMDggMi4yMDh2LjY1NWwtLjQ2NS40NjVhMi4yMSAyLjIxIDAgMCAwIDAgMy4xMjJsLjQ2NS40NjV2LjY1NWMwIDEuMjIuOTg4IDIuMjA4IDIuMjA4IDIuMjA4aC42NTZsLjQ2NC40NjRjLjg2Mi44NjMgMi4yNi44NjMgMy4xMjMgMGwuNDY0LS40NjRoLjY1NmMxLjIxOSAwIDIuMjA4LS45ODggMi4yMDgtMi4yMDh2LS42NTZsLjQ2My0uNDY0YTIuMjEgMi4yMSAwIDAgMCAwLTMuMTIybC0uNDYzLS40NjR2LS42NTZjMC0xLjIyLS45ODktMi4yMDgtMi4yMDgtMi4yMDh6TTUuMTQ4IDguMDQ4Yy0uMDAyIDAgLjAzNS0uMDI2LjAzMy0uMDI2YS40Ni40NiAwIDAgMS0uMzQxLS4xNjNMMy4yMTUgNi4wMDNhLjUxLjUxIDAgMCAxIC4wMzYtLjY5NS40NTMuNDUzIDAgMCAxIC42NjEuMDM4TDUuMiA2LjgwNmwyLjY3Ny0yLjk1NGEuNDUzLjQ1MyAwIDAgMSAuNjYxLS4wMTYuNTEuNTEgMCAwIDEgLjAxNS42OTZMNS41MjYgNy44NjlhLjU4LjU4IDAgMCAxLS4zNzguMTc4IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD48L3N2Zz4=);
        -webkit-background-size: 12px;
        background-size: 12px;
        background-repeat: no-repeat;
        -webkit-background-position: center;
        background-position: center;
      }

.css-80 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        padding-left: 9px;
        margin-top: 1px;
      }

.css-80 span {
        display: inline-block;
      }

.css-80 > span:first-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-top: 0px;
      }

.css-80 > span:first-of-type > svg {
        margin-left: 4px;
      }

.css-80 > span:last-of-type {
        margin-top: 0px;
      }

.css-81 {
        cursor: pointer;
        color: #585b5e !important;
        font-size: 14px;
      }

.css-82 {
        margin: -2px 0 0 0;
      }

.css-83 {
        color: #9d9fa0 !important;
        font-size: 12px;
        padding: 4px 0 0 0;
      }

.css-84 {
        font-weight: 600;
        font-size: 16px;
        margin: 16px 0 4px 0;
        color: #14181b !important;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
      }

@supports not (-webkit-line-clamp: 2) {
        .css-84 {
          max-height: calc(1em * var(--line-height, 1.5) * 2);
        }
      }

.css-85 {
        font-size: 16px;
        color: #585b5e !important;
        max-height: 48px;
        background: #ffffff;
        overflow: hidden;
      }

.css-86 {
        white-space: pre-wrap;
      }

.css-87 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 14px 0 0 0;
        cursor: pointer;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
      }

.css-87 > div:first-of-type {
        margin-right: 8px;
      }

.css-87 > span:last-of-type {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
      }

.css-88 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
        color: #14181b !important;
        background-color: #f3f5f6;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 14.5px;
        font-size: 14px;
        height: 29px;
        padding: 0 8px;
        padding: 0 7px;
        color: #585b5e !important;
        background-color: #ffffff;
        border: 1px solid #e0e2e4;
      }

.css-126 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
      }

.css-126 span {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

@supports not (-webkit-line-clamp: 1) {
        .css-126 span {
          max-height: calc(1em * var(--line-height, 1.5) * 1);
        }
      }

.css-127 {
        margin-top: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
      }

.css-128 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
        color: #14181b !important;
        background-color: #f3f5f6;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 40px;
        font-size: 14px;
        height: 29px;
        padding: 0 8px;
        color: #585b5e !important;
      }

.css-129 {
        margin-top: 14px;
        font-size: 14px;
        color: #9d9fa0 !important;
      }

.css-130 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
      }

.css-131 {
        width: 5px;
        height: 5px;
        cursor: pointer;
        background: #2e343a;
        border-radius: 4px;
        margin-right: 8px;
      }

.css-132 {
        width: 5px;
        height: 5px;
        cursor: pointer;
        background: #e0e2e4;
        border-radius: 4px;
        margin-right: 8px;
      }

.css-133 {
        width: 5px;
        height: 5px;
        cursor: pointer;
        background: #e0e2e4;
        border-radius: 4px;
        margin-right: 0px;
      }

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-149 .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-149>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-149>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-149>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-149.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-149.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-149.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-149.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-149.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-149.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-149.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-149.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-149.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-149.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

/* --- From a5e58872e00b07ac.css --- */

.rc-slider {
    position: relative;
    width: 100%;
    height: 14px;
    padding: 5px 0;
    border-radius: 6px;
    touch-action: none
}

.rc-slider,.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.rc-slider-rail {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e9e9e9;
    border-radius: 6px
}

.rc-slider-track,.rc-slider-tracks {
    position: absolute;
    height: 4px;
    background-color: #abe2fb;
    border-radius: 6px
}

.rc-slider-track-draggable {
    z-index: 1;
    box-sizing: content-box;
    background-clip: content-box;
    border-top: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    transform: translateY(-5px)
}

.rc-slider-handle {
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background-color: #fff;
    border: 2px solid #96dbfa;
    border-radius: 50%;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: .8;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-x
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete {
    opacity: 0
}

.rc-slider-handle:focus {
    outline: none;
    box-shadow: none
}

.rc-slider-handle:focus-visible {
    border-color: #2db7f5;
    box-shadow: 0 0 0 3px #96dbfa
}

.rc-slider-handle-click-focused:focus {
    border-color: #96dbfa;
    box-shadow: unset
}

.rc-slider-handle:hover {
    border-color: #57c5f7
}

.rc-slider-handle:active {
    border-color: #57c5f7;
    box-shadow: 0 0 5px #57c5f7;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    color: #999 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute !important;
    width: 100%;
    height: 4px;
    background: transparent
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    cursor: pointer
}

.rc-slider-dot-active {
    border-color: #96dbfa
}

.rc-slider-dot-reverse {
    margin-right: -4px
}

.rc-slider-disabled {
    background-color: #e9e9e9
}

.rc-slider-disabled .rc-slider-track {
    background-color: #ccc
}

.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle {
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
    cursor: not-allowed
}

.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text {
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

.rc-slider-vertical .rc-slider-rail {
    width: 4px;
    height: 100%
}

.rc-slider-vertical .rc-slider-track {
    bottom: 0;
    left: 5px;
    width: 4px
}

.rc-slider-vertical .rc-slider-track-draggable {
    border-top: 0;
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 0;
    border-left: 5px solid rgba(0,0,0,0);
    transform: translateX(-5px)
}

.rc-slider-vertical .rc-slider-handle {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    margin-left: -5px;
    touch-action: pan-y
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%
}

.rc-slider-vertical .rc-slider-step {
    width: 4px;
    height: 100%
}

.rc-slider-vertical .rc-slider-dot {
    margin-left: -2px
}

.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
    animation-name: rcSliderTooltipZoomDownIn;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    animation-name: rcSliderTooltipZoomDownOut;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter {
    transform: scale(0);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.rc-slider-tooltip-zoom-down-leave {
    animation-timing-function: cubic-bezier(.755,.05,.855,.06)
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        transform: scale(0);
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 100%
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%
    }

    to {
        transform: scale(0);
        transform-origin: 50% 100%;
        opacity: 0
    }
}

.rc-slider-tooltip {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: visible
}

.rc-slider-tooltip,.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px
}

.rc-slider-tooltip-inner {
    min-width: 24px;
    height: 24px;
    padding: 6px 2px;
    color: #fff !important;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

.rmc-multi-picker,.rmc-picker {
    height: 238px
}

.rmc-multi-picker {
    display: flex;
    align-items: center
}

.rmc-picker-item {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9b9b9b !important;
    box-sizing: border-box
}

.rmc-picker,.rmc-picker-item {
    position: relative;
    overflow: hidden;
    width: 100%
}

.rmc-picker {
    display: block;
    flex: 1 1;
    text-align: center
}

.rmc-picker-mask {
    height: 100%;
    margin: 0 auto;
    z-index: 3;
    background-image: linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.6)),linear-gradient(0deg,rgba(255,255,255,.95),rgba(255,255,255,.6));
    background-position: top,bottom;
    background-size: 100% 204px;
    background-repeat: no-repeat
}

.rmc-picker-content,.rmc-picker-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.rmc-picker-content {
    z-index: 1
}

.rmc-picker-indicator {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: 3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}










/* Modal Styles */
.modal-overlay {
  background-color: rgba(10, 14, 18, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container {
  background: white;
  border-radius: 12px;
  width: 792px;
  height: 630px;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.modal-header {
  padding: 24px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-btn-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: 40px;
  box-shadow: transparent 0px 0px 0px 3px inset;
  outline: none;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow 125ms;
  padding: 0px 12px;
  width: auto;
  background-color: transparent;
  color: rgb(88, 91, 94);
  border: 1px solid rgb(224, 226, 228);
  pointer-events: auto;
}
.modal-content-area {
  padding: 24px;
  flex-shrink: 0;
}
.modal-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.modal-author-profile {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal-body-text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  word-break: break-all;
      padding-bottom: 24px;
}
.modal-action-bar {
  display: flex;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(243, 245, 246);
  border-bottom: 8px solid rgba(10, 14, 18, 0.03);
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 12px 24px;
  align-items: center;
  margin: 0 -24px;
}
.modal-action-btn {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.modal-comments-area {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}
.modal-comment-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
}
.modal-comment-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-footer {
  display: flex;
  border-top: 1px solid #efefef;
  flex-shrink: 0;
}
.modal-btn-close {
  flex: 1;
  padding: 18px;
  border: none;
  background: white;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  text-align: center;
}
.modal-btn-primary {
  flex: 1;
  padding: 18px;
  border: none;
  background: #33363b;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  text-align: center;
}
