.faq__head {
    margin: 0 auto;
    margin-bottom: 48px;
    text-align: center;
    max-width: 499px
}

@media screen and (max-width: 1275px) {
    .faq__head {
        margin-bottom: 24px
    }
}

.faq__head .h2-custom {
    margin-bottom: 12px
}

@media screen and (max-width: 1275px) {
    .faq__head .h2-custom {
        margin-bottom: 8px
    }
}

.faq__list {
    max-width: 842px;
    margin: 0 auto
}

.faq__item {
    width: 100%;
    border-top: 1px solid var(--secondary-light, #EEE)
}

.faq__item:last-child {
    border-bottom: 1px solid var(--secondary-light, #EEE)
}

.faq__item-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer
}

@media screen and (max-width: 1275px) {
    .faq__item-head {
        font-size: 16px;
        line-height: 1.2
    }
}

.faq__item-head button {
    width: 21px;
    height: 21px;
    outline: none;
    padding: 0;
    transform-origin: 50% 50%;
    transform: rotateZ(45deg);
    transition: .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.faq__item-head button:focus,
.faq__item-head button:active {
    border: none;
    outline: none;
    box-shadow: none
}

.faq__item-head button svg {
    display: block
}

.faq__item-head button path {
    fill: var(--secondary-darkest, #000);
    transition: .3s linear
}

.faq__item-head.collapsed button {
    transform: rotateZ(0deg)
}

.faq__item-head.collapsed button path {
    fill: var(--secondary-darker, #6a6a6a)
}

.faq__item-content {
    padding-bottom: 16px
}

@media screen and (max-width: 1275px) {
    .faq__item-content {
        font-size: 12px
    }
}

.home-stats__row {
    display: flex;
    align-items: stretch
}

@media screen and (max-width: 560px) {
    .home-stats__row {
        flex-direction: column
    }
}

.home-stats__item {
    text-align: center;
    position: relative;
    flex-grow: 1
}

.home-stats__item:not(:first-child) {
    padding-left: 14px
}

@media screen and (max-width: 560px) {
    .home-stats__item:not(:first-child) {
        padding-left: 0;
        padding-top: 16px
    }
}

.home-stats__item:not(:last-child) {
    padding-right: 14px
}

@media screen and (max-width: 560px) {
    .home-stats__item:not(:last-child) {
        padding-right: 0;
        padding-bottom: 16px
    }
}

.home-stats__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--secondary-light, #eee)
}

@media screen and (max-width: 560px) {
    .home-stats__item:not(:last-child):after {
        top: unset;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%
    }
}

.home-stats .h3-custom {
    margin-bottom: 8px
}

@media screen and (max-width: 560px) {
    .home-stats .h3-custom {
        margin-bottom: 4px
    }
}

.home-stats p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

@media screen and (max-width: 560px) {
    .home-stats p {
        font-size: 14px
    }
}

.get-started__container {
    box-sizing: border-box;
    padding: 48px 40px;
    border-radius: 32px;
    background: linear-gradient(225deg, #1e9fe8 0%, #1874c1 100%)
}

@media screen and (max-width: 1275px) {
    .get-started__container {
        padding: 32px
    }
}

@media screen and (max-width: 560px) {
    .get-started__container {
        padding: 24px
    }
}

.get-started__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--secondary-lightest, #fff)
}

.get-started__content .h2-custom {
    margin-bottom: 16px
}

.get-started__content .subtitle {
    margin-bottom: 32px
}

.get-started__img {
    margin-bottom: 16px
}

.get-started__btn {
    min-width: 200px
}

@media screen and (max-width: 560px) {
    .get-started__btn {
        min-width: 150px
    }
}

.guide-banner {
    position: relative;
    background: var(--primary-lightest, #ecf6ff);
    border-radius: 32px;
    padding: 64px
}

@media screen and (max-width: 1000px) {
    .guide-banner {
        padding: 32px
    }
}

@media screen and (max-width: 560px) {
    .guide-banner {
        padding: 24px
    }
}

.guide-banner .h1-custom {
    margin-bottom: 24px
}

@media screen and (max-width: 1000px) {
    .guide-banner .h1-custom {
        margin-bottom: 16px
    }
}

.guide-banner .h1-custom span {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2
}

@media screen and (max-width: 1000px) {
    .guide-banner .h1-custom span {
        font-size: 26px
    }
}

@media screen and (max-width: 560px) {
    .guide-banner .h1-custom span {
        font-size: 20px
    }
}

.guide-banner p {
    margin-bottom: 24px
}

@media screen and (max-width: 1000px) {
    .guide-banner p {
        margin-bottom: 16px
    }
}

.guide-banner__img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 100%
}

@media screen and (max-width: 1000px) {
    .guide-banner__img {
        display: none
    }
}

.section-youtube .h2-custom {
    margin-bottom: 24px
}

.section-youtube p {
    margin-bottom: 24px
}

.section-youtube p a {
    color: var(--primary-darker, #1874c1)
}

.section-youtube iframe {
    width: 100%;
    max-width: 296px;
    height: 180px;
    border-radius: 16px;
    object-fit: contain
}

.top-10 {
    border: 1px solid var(--secondary-light, #eee);
    border-radius: 32px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 48px
}

@media screen and (max-width: 1000px) {
    .top-10 {
        border-radius: 32px;
        padding: 32px;
        gap: 32px
    }
}

@media screen and (max-width: 560px) {
    .top-10 {
        border-radius: 32px;
        padding: 24px;
        gap: 16px
    }
}

.top-10__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-darker, #6a6a6a)
}

@media screen and (max-width: 560px) {
    .top-10__caption {
        font-size: 12px
    }
}

.head-row .h2-custom {
    margin-bottom: 24px
}

@media screen and (max-width: 560px) {
    .head-row .h2-custom {
        margin-bottom: 16px
    }
}

.head-row p {
    margin-bottom: 24px
}

@media screen and (max-width: 1000px) {
    .head-row p {
        margin-bottom: 16px
    }
}

.head-row p:last-child {
    margin-bottom: 0
}

.head-row p a {
    color: var(--primary-darker, #1874c1)
}

.top-10-table__row-top {
    display: grid;
    grid-template-columns: 11fr 1fr;
    padding: 8px 0;
    border-bottom: 1px solid var(--secondary-lighter, #f5f5f5)
}

@media screen and (max-width: 560px) {
    .top-10-table__row-top {
        grid-template-columns: 1fr
    }

    .top-10-table__row-top:first-child {
        display: none
    }
}

.top-10-table__row-top:last-child {
    border-bottom: 0
}

.top-10-table__row-top>div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media screen and (max-width: 560px) {
    .top-10-table__row-top>div:last-child {
        justify-content: flex-start
    }
}

.top-10-table__row-body {
    padding: 16px 0 10px
}

@media screen and (max-width: 560px) {
    .top-10-table__row-body {
        align-items: flex-start
    }
}

@media screen and (max-width: 560px) {
    .top-10-table__row-body {
        padding: 16px 0 16px
    }
}

@media screen and (max-width: 560px) {
    .top-10-table__row-body:last-child {
        padding: 16px 0 0
    }
}

.top-10-table__row-middle {
    display: grid;
    grid-template-columns: 1fr 10fr;
    align-items: flex-start
}

@media screen and (max-width: 560px) {
    .top-10-table__row-middle {
        margin-bottom: 16px
    }
}

.top-10-table__row-low {
    display: grid;
    grid-template-columns: 5fr 5fr;
    align-items: flex-start
}

@media screen and (max-width: 560px) {
    .top-10-table__row-low {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.top-10-table__th {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-darker, #6a6a6a);
    text-transform: uppercase;
    display: block
}

@media screen and (max-width: 560px) {
    .top-10-table__th {
        font-size: 12px;
        margin-bottom: 4px
    }
}

.top-10-table__row-body .top-10-table__th {
    display: none
}

@media screen and (max-width: 560px) {
    .top-10-table__row-body .top-10-table__th:first-child {
        display: block
    }
}

.top-10-table__td {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--secondary-darkest, #000)
}

.top-10-table__td span {
    display: block
}

@media screen and (max-width: 560px) {
    .top-10-table__td {
        font-size: 16px;
        line-height: 1.2
    }
}

.top-10-table__num {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-darker, #6a6a6a)
}

@media screen and (max-width: 560px) {
    .top-10-table__num {
        font-size: 14px
    }
}

.top-10-table .btn-custom {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

@media screen and (max-width: 560px) {
    .top-10-table .btn-custom {
        width: 100%;
        box-sizing: border-box;
        max-width: 240px
    }
}

.top-10-slider {
    border-radius: 32px;
    background: var(--primary-lightest, #ecf6ff);
    padding: 80px 45px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (max-width: 1000px) {
    .top-10-slider {
        padding: 32px 32px
    }
}

@media screen and (max-width: 560px) {
    .top-10-slider {
        padding: 24px 24px
    }
}

.top-10-slider .h2-custom {
    max-width: 515px;
    margin-bottom: 48px;
    text-align: center
}

@media screen and (max-width: 1000px) {
    .top-10-slider .h2-custom {
        margin-bottom: 24px
    }
}

@media screen and (max-width: 560px) {
    .top-10-slider .h2-custom {
        margin-bottom: 24px
    }
}

.top-10-slider .swiper-control {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}

@media screen and (max-width: 1000px) {
    .top-10-slider .swiper-control {
        margin-top: 24px
    }
}

@media screen and (max-width: 560px) {
    .top-10-slider .swiper-control {
        margin-top: 24px
    }
}

.top-10-slider .swiper-control__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    background: var(--primary-darker, #1874c1)
}

.top-10-slider .swiper-control__btn--left {
    transform: rotateZ(90deg)
}

.top-10-slider .swiper-control__btn--right {
    transform: rotateZ(-90deg)
}

.top-10-slider .swiper-control__btn svg {
    width: 24px;
    height: 24px;
    transform-origin: center
}

.top-10-slider .swiper-control__btn svg path {
    fill: var(--secondary-lightest, #fff)
}

.top-10-slider .swiper-control__btn.swiper-button-disabled {
    background: var(--secondary-lightest, #fff)
}

.top-10-slider .swiper-control__btn.swiper-button-disabled svg path {
    fill: var(--secondary-darker, #1874c1)
}

.top-10-slider .swiper-slide {
    background: unset
}

.top-10-swiper {
    margin: 0 auto;
    width: 100%;
    max-width: 1062px;
    overflow: hidden
}

.top-10-swiper .swiper-slide {
    height: auto
}

.lpe-group {
    background: var(--secondary-lightest, #fff);
    border-radius: 32px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%
}

@media screen and (max-width: 560px) {
    .lpe-group {
        padding: 32px 16px
    }
}

.lpe-group__icon {
    margin-bottom: 32px
}

.lpe-group__icon--height {
    height: 56px
}

@media screen and (max-width: 560px) {
    .lpe-group__icon--height {
        height: 48px
    }
}

.lpe-group__icon--height img {
    display: block;
    height: 100%
}

.lpe-group__icon--width {
    width: 80px
}

@media screen and (max-width: 560px) {
    .lpe-group__icon--width {
        width: 80px
    }
}

.lpe-group__icon--width img {
    display: block;
    width: 100%
}

.lpe-group__icon svg {
    display: block
}

.lpe-group__h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--secondary-darkest, #000);
    margin-bottom: 16px
}

@media screen and (max-width: 560px) {
    .lpe-group__h3 {
        font-size: 18px
    }
}

.lpe-group__text {
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 843px
}

@media screen and (max-width: 560px) {
    .lpe-group__text {
        font-size: 14px
    }
}

.lpe-group__text a {
    color: var(--primary-darker, #1874c1)
}

.lpe-group .btn-custom {
    padding: 10px 20px
}

.pe-types .head-row {
    margin-bottom: 48px
}

@media screen and (max-width: 1000px) {
    .pe-types .head-row {
        margin-bottom: 24px
    }

    .pe-types .head-row h2 {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 560px) {
    .pe-types .head-row {
        margin-bottom: 16px
    }
}

.pe-types .types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px
}

@media screen and (max-width: 1000px) {
    .pe-types .types {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media screen and (max-width: 560px) {
    .pe-types .types {
        margin-bottom: 16px
    }
}

.pe-types .types__item {
    border: 1px solid var(--secondary-light, #eee);
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media screen and (max-width: 560px) {
    .pe-types .types__item {
        padding: 24px
    }
}

.pe-types .types__num {
    background: var(--primary-lightest, #ecf6ff);
    border-radius: 12px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    color: var(--primary-darker, #1874c1)
}

@media screen and (max-width: 1000px) {
    .pe-types .types__num {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
        font-size: 20px
    }
}

.pe-types .types .h3-custom {
    margin-bottom: 24px;
    flex-grow: 1
}

@media screen and (max-width: 1000px) {
    .pe-types .types .h3-custom {
        margin-bottom: 16px
    }
}

.pe-types .types__text {
    margin-bottom: 0
}

.pe-types__desc {
    margin-bottom: 48px
}

@media screen and (max-width: 1000px) {
    .pe-types__desc {
        margin-bottom: 24px
    }
}

@media screen and (max-width: 560px) {
    .pe-types__desc {
        margin-bottom: 16px
    }
}

.pe-types__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid var(--secondary-lighter, #f5f5f5);
    padding: 16px 0;
    gap: 16px
}

@media screen and (max-width: 560px) {
    .pe-types__row {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.pe-types__row:first-child {
    padding: 8px 0
}

@media screen and (max-width: 560px) {
    .pe-types__row:first-child {
        display: none
    }
}

.pe-types__row:last-child {
    border-bottom: none
}

.pe-types__th {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-darker, #6a6a6a)
}

@media screen and (max-width: 560px) {
    .pe-types__th {
        display: none
    }
}

.pe-types__row--body .pe-types__th {
    display: none
}

@media screen and (max-width: 560px) {
    .pe-types__row--body .pe-types__th {
        display: block
    }
}

.pe-types__td {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-darkest, #000)
}

.pe-types__td:first-child {
    font-weight: 600;
    line-height: 1.3
}

.blue-blank {
    border-radius: 32px;
    background: var(--primary-lightest, #ecf6ff);
    padding: 64px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px
}

@media screen and (max-width: 1000px) {
    .blue-blank {
        padding: 32px 32px;
        gap: 24px
    }
}

@media screen and (max-width: 560px) {
    .blue-blank {
        padding: 24px 24px
    }
}

.operates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px
}

@media screen and (max-width: 560px) {
    .operates {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px
    }
}

.operate {
    border-radius: 32px;
    background: var(--secondary-lightest, #fff);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

@media screen and (max-width: 1000px) {
    .operate {
        gap: 16px
    }
}

.operate__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 12px;
    background: var(--primary-lightest, #ecf6ff)
}

@media screen and (max-width: 1000px) {
    .operate__icon {
        width: 48px;
        height: 48px
    }
}

.owners-section .head-row {
    margin-bottom: 48px
}

.owners-section .owners {
    display: grid;
    grid-template-areas: "a b" "c c";
    gap: 16px
}

@media screen and (max-width: 1000px) {
    .owners-section .owners {
        grid-template-areas: "a a" "b b" "c c";
        gap: 16px
    }
}

.owners-section .a {
    grid-area: a
}

.owners-section .b {
    grid-area: b
}

.owners-section .c {
    grid-area: c
}

.owners-section .owner {
    border-radius: 32px;
    border: 1px solid var(--secondary-light, #eee);
    padding: 32px
}

.owners-section .owner .h3-custom {
    margin-bottom: 16px
}

.owners-section .owner p {
    margin: 0;
    margin-bottom: 16px
}

.owners-section .owner p:last-child {
    margin-bottom: 0
}

.owners-section .owner .list-title {
    margin-bottom: 0
}

.owners-section .owner ul {
    margin-bottom: 16px
}

.owners-section .owner ul:last-child {
    margin-bottom: 0
}

.owners-section .owner ul:last-child li {
    margin-bottom: 16px
}

.owners-section .owner ul:last-child li:last-child {
    margin-bottom: 0
}

.owners-section .owner ul li {
    margin-left: 25px
}

.owners-section .owner__list {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px
}

@media screen and (max-width: 1000px) {
    .owners-section .owner__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px
    }
}

.owners-section .owner__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px
}

.owners-section .owner__num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-lighter, #f5f5f5);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--secondary-darkest, #000);
    flex-shrink: 0
}

.owners-section .owner__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--secondary-darkest, #000)
}

.invests .col-12 {
    padding-left: 8px;
    padding-right: 8px
}

.invest {
    border-radius: 32px;
    background: var(--secondary-lightest, #fff);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    box-sizing: border-box
}

.invest--big {
    gap: 32px
}

.invest--big .h3-custom {
    max-width: 680px
}

.invest--big>div:last-child {
    font-weight: 500
}

.invest .h4-custom {
    margin-bottom: 8px
}

.invest a {
    color: var(--primary-darker, #1874c1)
}

.links {
    margin-top: 80px
}

@media screen and (max-width: 1000px) {
    .links {
        margin-top: 32px
    }
}

@media screen and (max-width: 560px) {
    .links {
        margin-top: 24px
    }
}

.links__title {
    font-size: 20px;
    margin-bottom: 24px
}

@media screen and (max-width: 1000px) {
    .links__title {
        margin-bottom: 16px
    }
}

.links__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-darker, #1874c1);
    border-bottom: 1px solid var(--secondary-lighter, #f5f5f5)
}

@media screen and (max-width: 1000px) {
    .links__item {
        font-size: 14px
    }
}

.links__item:visited,
.links__item:hover {
    text-decoration: none;
    color: var(--primary-darker, #1874c1)
}

.links__item:last-child {
    border-bottom: 0
}

.links__item svg {
    flex-shrink: 0
}

/*# sourceMappingURL=guide.css.map*/