.news-preview--title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

a:hover ~ .news-preview--title, .news-preview--title:hover {
    text-decoration-line: underline
}

.news-preview img {
    width: 100%;
    border-radius: .5rem;
    min-height: 236px;
    object-fit: cover;
}

.copytrade-block--desktop {
    display: none
}

@media (min-width: 1024px) {
    .copytrade-block--desktop {
        display: flex;
        flex-direction: row
    }
}

.copytrade-block--mobile {
    display: flex;
    flex-direction: column
}

.copytrade-block--mobile .embla {
    overflow: hidden
}

.copytrade-block--mobile .embla__container {
    display: flex
}

@media (min-width: 1024px) {
    .copytrade-block--mobile .embla__container {
        display: grid;
        grid-template-columns:repeat(4, minmax(0, 1fr));
        gap: 2rem
    }
}

.copytrade-block--mobile .embla__container {
    margin-left: 1rem
}

@media (min-width: 1024px) {
    .copytrade-block--mobile .embla__container {
        margin-left: 0
    }
}

.copytrade-block--mobile .embla__slide {
    flex-basis: 100%
}

@media (min-width: 768px) {
    .copytrade-block--mobile .embla__slide {
        flex-basis: 280px
    }
}

@media (min-width: 1024px) {
    .copytrade-block--mobile .embla__slide {
        flex-basis: 100%
    }
}

.copytrade-block--mobile .embla__slide {
    margin-left: 1rem;
    margin-right: 1rem
}

@media (min-width: 1024px) {
    .copytrade-block--mobile .embla__slide {
        margin-left: 0;
        margin-right: 0
    }
}

.copytrade-block--mobile .embla__dots {
    display: flex;
    flex-direction: row
}

@media (min-width: 1024px) {
    .copytrade-block--mobile .embla__dots {
        display: none
    }
}

.copytrade-block--mobile .embla__dots {
    width: 100%;
    justify-content: center
}

.copytrade-block--mobile .embla__dots > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.copytrade-block--mobile .embla__dots {
    padding-top: 1rem
}

.copytrade-block--mobile .embla__dots > button {
    --tw-bg-opacity: 1;
    background-color: rgb(237 241 244 / var(--tw-bg-opacity));
    height: .5rem;
    width: .5rem;
    cursor: pointer;
    border-radius: .5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.copytrade-block--mobile .embla__dots > button.is-selected {
    width: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(191 198 204 / var(--tw-bg-opacity))
}

.copytrade-block--mobile .best-master-item {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(217 222 226 / var(--tw-border-opacity));
    border-radius: .5rem;
    flex-basis: 100%
}

@media (min-width: 768px) {
    .copytrade-block--mobile .best-master-item {
        flex-basis: 280px
    }
}

.copytrade-block--mobile .best-master-item {
    width: 340px
}

@media (min-width: 640px) {
    .copytrade-block--mobile .best-master-item {
        width: 280px
    }
}

@media (min-width: 768px) {
    .copytrade-block--mobile .best-master-item {
        width: 100%;
        max-width: 280px
    }
}

.copytrade-block--mobile .best-master-item {
    padding: 1.5rem
}

.copytrade-block--mobile .best-master-item .profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.25rem
}

.copytrade-block--mobile .best-master-item .profile .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px)
}

.copytrade-block--mobile .best-master-item .gain .value {
    font-family: Prompt, sans-serif;
    font-size: 40px;
    --tw-text-opacity: 1;
    color: rgb(138 36 243 / var(--tw-text-opacity));
    line-height: 52px;
    font-weight: 500
}

.copytrade-block--mobile .best-master-item .chart {
    height: 50px
}

.copytrade-block--mobile .best-master-item .chart canvas {
    max-height: 60px
}

.copytrade-block--mobile .best-master-item .summary {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.copytrade-block--mobile .best-master-item .summary > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.copytrade-block .display-5 {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(8 8 22 / var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 640px) {
    .copytrade-block .display-5 {
        font-size: 20px;
        line-height: 28px
    }
}

.copytrade-block .profile-list {
    display: flex;
    width: 25%;
    flex-shrink: 0;
    flex-direction: column
}

.copytrade-block .profile-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.copytrade-block .profile-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1.5rem;
    padding: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.copytrade-block .profile-item:hover {
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #EDF1F4;
    --tw-shadow: var(--tw-shadow-colored)
}

.copytrade-block .profile-item.selected {
    --tw-bg-opacity: 1;
    background-color: rgb(245 247 249 / var(--tw-bg-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.copytrade-block .profile-item .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(23 30 39 / var(--tw-text-opacity))
}

.copytrade-block .chart-list {
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    margin-left: 1.25rem;
    width: 100%;
    border-radius: 1.5rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(237 241 244 / var(--tw-border-opacity));
    position: relative;
    height: 414px
}

.copytrade-block .chart-list .chart-item {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    opacity: 0
}

.copytrade-block .chart-list .chart-item.active {
    z-index: 20;
    display: block;
    opacity: 1
}

.copytrade-block .chart-list .chart-item .cart-canvas-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 280px
}

.copytrade-block .chart-list .chart-item .chart-item__heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem
}

.copytrade-block .chart-list .chart-item .chart-item__heading .cell .label {
    margin-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(145 156 162 / var(--tw-text-opacity))
}

.copytrade-block .chart-list .chart-item .chart-item__heading .cell .value {
    font-family: Prompt, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    --tw-text-opacity: 1;
    color: rgb(41 42 51 / var(--tw-text-opacity))
}

section {
    margin-bottom: 6rem
}

section:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
    section {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width: 767px) {
    section {
        margin-bottom: 3rem
    }
}

section.hero-block {
    margin-bottom: 0
}

.home-hero {
    margin-bottom: 9.625rem
}

@media only screen and (max-width: 1199px) {
    .home-hero {
        margin-bottom: .75rem
    }
}

@media only screen and (max-width: 767px) {
    .home-hero {
        margin-bottom: .5rem
    }
}

.home-hero__wrapper {
    display: flex;
    max-width: 32.5rem;
    flex-shrink: 0;
    flex-direction: column;
    align-self: center
}

@media (max-width: 1199px) {
    .home-hero__wrapper {
        height: 100%;
        max-width: 20rem
    }
}

@media (max-width: 767px) {
    .home-hero__wrapper {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .home-hero__wrapper {
        margin-top: -3.688rem
    }
}

.home-hero__cta {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 187px
}

@media only screen and (max-width: 767px) {
    .home-hero__cta {
        width: 100%
    }
}

.home-hero .embla__slide {
    position: relative;
    min-height: 660px
}

@media (max-width: 1199px) {
    .home-hero .embla__slide {
        min-height: 380px;
        border-radius: .75rem;
        padding: 2.5rem 1.5rem
    }
}

@media (max-width: 767px) {
    .home-hero .embla__slide {
        min-height: 461px;
        padding: 1.25rem .5rem
    }
}

@media (max-width: 1199px) {
    .home-hero .embla__slide {
        border-radius: .75rem;
        --tw-bg-opacity: 1;
        background-color: rgb(245 247 249 / var(--tw-bg-opacity))
    }
}

.home-hero .embla__slide picture {
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .home-hero .embla__slide picture {
        right: 0px
    }
}

@media (max-width: 767px) {
    .home-hero .embla__slide picture {
        position: static;
        margin-left: -1.5rem;
        display: flex;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1200px) and (max-width: 1536px) {
    .home-hero .embla__slide picture {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .home-hero .embla__slide picture {
        width: calc(100% + 3rem)
    }
}

.home-hero__slide_preview {
    width: 286px
}

.home-hero__slide_preview p {
    max-width: 160px
}

.home-partnership__review-text {
    line-height: 1.75rem
}

.home-partnership__teaser-image {
    flex-shrink: 0
}

.home-webapp__wrapper {
    border-radius: 20px;
    padding: 1.125rem 7.5rem 0 4.375rem
}

@media only screen and (max-width: 1199px) {
    .home-webapp__wrapper {
        border-radius: 0;
        padding: 1.5rem 1rem
    }
}

.home-webapp__shadow {
    background: linear-gradient(180deg, #f5f7f9 0%, rgba(245, 247, 249, 0) 100%);
    transform: scaleY(-1)
}

@media only screen and (max-width: 1199px) {
    .home-webapp__preview {
        margin-bottom: -158px
    }
}

@media only screen and (max-width: 767px) {
    .home-webapp__preview {
        margin-bottom: -10px
    }
}

.home-webapp__preview img {
    filter: drop-shadow(0px 6.49907px 102.36px rgba(0, 0, 0, .11))
}

@media only screen and (max-width: 1199px) {
    .home-webapp__preview img {
        width: 410px
    }
}

@media only screen and (max-width: 767px) {
    .home-webapp__preview img {
        width: 240px
    }
}

.home-webapp__desktop-title span {
    margin-top: -.5rem;
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: Prompt, sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-feature-settings: "liga" off, "kern" off;
    background-color: #ff3a73
}

.home-awards__wrap {
    grid-auto-rows: minmax(0, auto)
}

.home-awards__wrap picture {
    grid-column: 2/3;
    grid-row: 1/4
}

.home-news__cta-button {
    display: none
}

@media only screen and (max-width: 1199px) {
    .home-news__cta-button {
        display: flex
    }
}

.home-news__item {
    grid-column: span 4 / span 4
}

@media (max-width: 1199px) {
    .home-news__item {
        max-width: 22.125rem
    }

    .home-news__item:last-of-type {
        display: none
    }
}

@media (max-width: 767px) {
    .home-news__item {
        margin-bottom: 1.25rem
    }

    .home-news__item:last-of-type {
        margin-bottom: 0;
        display: block
    }
}

.progress-bar {
    transition: width 1s linear
}

.embla {
    overflow: hidden
}

.embla__container {
    display: flex
}

.embla__slide {
    flex: 0 0 100%
}

.banner-hero {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-hero img {
    border-radius: 15px;
}