:root {
    --primary-darkest: #00447d;
    --primary-darker: #1874c1;
    --primary-dark: #2b8fe3;
    --primary-light: #7ac2ff;
    --primary-lighter: #b3dcff;
    --primary-lightest: #ecf6ff;
    --secondary-darkest: #000;
    --secondary-darker: #6a6a6a;
    --secondary-dark: #ccc;
    --secondary-light: #eee;
    --secondary-lighter: #f5f5f5;
    --secondary-lightest: #fff;
    --success-darkest: #0f793a;
    --success-darker: #14a34d;
    --success-dark: #43b571;
    --success-light: #72c894;
    --success-lighter: #b9e3ca;
    --success-lightest: #e8f6ed;
    --warning-darkest: #ab591e;
    --warning-darker: #de782e;
    --warning-dark: #e59358;
    --warning-light: #ebae82;
    --warning-lighter: #f5d7c0;
    --warning-lightest: #fcf2ea;
    --danger-darkest: #b92626;
    --danger-darker: #d43232;
    --danger-dark: #dd5b5b;
    --danger-light: #e58484;
    --danger-lighter: #f2c2c2;
    --danger-lightest: #fbebeb
}

.body {
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    background: var(--secondary-lightest, #fff)
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.main {
    flex: 1 0 auto
}

.footer {
    flex: 0 0 auto
}

.container-custom {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px
}

.container-fluid-custom {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 10px
}

.link,
.link:visited {
    color: inherit;
    text-decoration: none
}

.link:hover {
    text-decoration: none
}

.h1-custom {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    margin: 0
}

.h2-custom {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin: 0
}

.h3-custom {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin: 0
}

.h4-custom {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin: 0
}

.subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%
}

.btn-custom {
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    transition: none !important
}

.btn-lg-custom {
    padding: 14px 24px
}

.container-line {
    position: relative;
    display: inline-block;
}

.container-line::before,
.container-line::after,
.container-line .left-line,
.container-line .middle-line,
.container-line .right-line {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--secondary-dark, #ccc);
}

.container-line .middle-line {
    left: 50%;
    bottom: 80%;
    height: 14px;
    transform: translateX(-50%);
}

.container-line .right-line {
    left: 155px;
    top: -40%;
    width: 2px;
    height: 22px;
}

.container-line .left-line {
    left: -34px;
    top: -40%;
    width: 2px;
    height: 20px;
}

.container-line::before {
    left: -20px;
    top: 110%;
    height: 30px;
    transform: translateY(-100%) rotate(-90deg);
}

.container-line::after {
    right: -20px;
    top: 110%;
    height: 30px;
    transform: translateY(-100%) rotate(90deg);
}

@media (max-width: 576px) {
    .btn-lg-custom {
        padding: 10px 20px
    }
}

.btn-md-custom {
    padding: 10px 20px
}

.btn-sm-custom {
    padding: 6px 16px
}

.btn-primary-custom {
    background: var(--primary-darker, #1874c1);
    color: var(--secondary-lightest, #fff) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.btn-gradient {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    background-clip: padding-box;
}

.btn-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(266.53deg, #FF28D0 0%, #1E9FE8 100%);
    border-radius: 34px;

}


.btn-gradient svg {
    position: relative;
    z-index: 3;
    display: block;
}

.btn-gradient span.btn-gradient__text {
    background-clip: text;
    background-image: linear-gradient(266.53deg, #FF28D0 0%, #1E9FE8 100%);
    color: transparent;
    line-height: 120%;
    position: relative;
    z-index: 3;
    display: block;
}

.btn-gradient::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 33px;
    z-index: 2;
}

.btn-gradient__border {
    width: 31px;
    height: 31px;
    display: block;
    border: 0px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    animation: border-dance-search 1.5s ease-in-out infinite alternate;
    padding: 0;
    mask-clip: border-box;
    mask-composite: add;
    mask-image: none;
    mask-mode: match-source;
    mask-origin: border-box;
    mask-repeat: repeat;
    mask-size: auto;
    tab-size: 4;

}

.btn-gradient__border--inner {
    background-image: conic-gradient(from calc(225deg), rgba(30, 159, 232) 0deg, rgb(255, 255, 255) 90deg,
            rgb(255, 40, 208, 0) 90deg);
    background-clip: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -38px;
    left: -45px;
    right: -45px;
    bottom: -38px;
    width: 114px;
    height: 114px;
    translate: 0px;
    animation: spin-around-search 3s infinite linear;
}

/* .btn-gradient__backgound {
    position: absolute;
    height: 30px;
    width: calc(100% - 2px);
    background-color: #fff;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
} */
@media (max-width: 780px) {
    .btn-gradient__backgound {
        height: 22px;
    }
}

.btn-primary-custom:hover {
    color: var(--secondary-lightest, #fff) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #1874c1 !important;
    border: none !important
}

.btn-primary-custom:active {
    color: var(--secondary-lightest, #fff) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1874c1 !important;
    border: none !important
}

.btn-primary-custom:disabled {
    color: var(--primary-light, #7ac2ff) !important;
    background: var(--primary-lightest, #ecf6ff) !important;
    border: none !important
}

.btn-primary-custom:focus,
.btn-primary-custom:focus-visible {
    outline: none !important;
    box-shadow: none !important
}

.btn-secondary-custom {
    background: var(--primary-lightest, #ecf6ff);
    color: var(--primary-darker, #1874c1) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.btn-secondary-custom:hover {
    color: var(--primary-darker, #1874c1) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #ecf6ff !important;
    border: none !important
}

.btn-secondary-custom:hover svg {
    fill: var(--primary-darker, #1874c1) !important
}

.btn-secondary-custom:active {
    color: var(--primary-darker, #1874c1) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #ecf6ff !important;
    border: none !important
}

.btn-secondary-custom:disabled {
    color: var(--primary-light, #7ac2ff) !important;
    background: var(--primary-lightest, #ecf6ff) !important;
    border: none !important
}

.btn-secondary-custom:focus,
.btn-secondary-custom:focus-visible {
    outline: none !important;
    box-shadow: none !important
}

.btn-text-custom {
    color: var(--secondary-darkest, #000) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.btn-text-custom:hover {
    border: none !important
}

.btn-text-custom:active {
    border: none !important
}

.btn-text-custom:disabled {
    color: var(--secondary-dark, #ccc) !important;
    border: none !important
}

.btn-text-custom:focus,
.btn-text-custom:focus-visible {
    outline: none !important;
    box-shadow: none !important
}

.btn-user {
    gap: 6px
}

.btn-user svg {
    width: 20px;
    height: 20px
}

.btn-user__text {
    position: relative;
}

.btn-user__notification {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D43232;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 120%;
    font-weight: 600;
    right: 15px;
    top: -13px;
}

.burger-btn {
    display: none;
    width: 20px;
    height: 14px;
    margin: 5px 2px 5px auto;
    position: relative;
    cursor: pointer
}

.burger-btn.active .burger-btn__line {
    width: 20px;
    top: 50%;
    left: 50%
}

.burger-btn.active .burger-btn__line--1 {
    transform: translate(-50%, -50%) rotate(45deg)
}

.burger-btn.active .burger-btn__line--2 {
    opacity: 0
}

.burger-btn.active .burger-btn__line--3 {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.burger-btn__line {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .1s linear
}

.burger-btn__line--1 {
    top: 0%
}

.burger-btn__line--3 {
    top: 100%
}

.burger-menu {
    width: 100%;
    height: auto;
    z-index: 11;
    position: absolute;
    top: 68px;
    left: 0;
    border-bottom: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: .2s linear
}

.burger-menu__inner {
    width: 100%;
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.burger-menu.active {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    position: fixed
}

.burger-menu .nav {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    width: 100%
}

.burger-menu .header__btns {
    display: flex;
    margin: 0;
    width: 100%;
    padding-bottom: 2rem
}

.burger-menu .header__btns .btn {
    width: calc(50% - 4px)
}

.burger-menu__accordion-items {
    gap: 16px
}

.burger-menu__accordion-item {
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    border: none;
    outline: none;
    background-color: unset;
    padding: 0
}

.burger-menu__accordion-item:hover {
    color: var(--secondary-darkest, #000);
    text-decoration: none
}

.burger-menu__accordion-item:focus,
.burger-menu__accordion-item:focus-visible {
    outline: none
}

.burger-menu__accordion-item[aria-expanded=true] {
    color: var(--primary-darker, #1874c1);
    text-decoration: none
}

.burger-menu__accordion-item[aria-expanded=true] svg {
    fill: var(--primary-darker, #1874c1);
    transform: rotate(180deg)
}

.burger-menu__accordion-subitem {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    align-items: center;
}


.filter-menu {
    width: 100%;
    height: 100vh;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: .2s linear
}

.filter-menu.active {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg)
}

.filter-menu__inner {
    width: 100%;
    height: 100%;
    padding: 0 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.filter-menu__controls {
    height: 40px
}

.filter-menu__close {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer
}

.filter-menu__close-line {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 17px;
    height: 2px;
    border-radius: 4px;
    background: var(--secondary-darkest, #000)
}

.filter-menu__close-line::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
    width: 17px;
    height: 2px;
    border-radius: 4px;
    background: var(--secondary-darkest, #000)
}

.filter-menu__title {
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%
}

.filter-menu__reset {
    cursor: pointer;
    width: fit-content;
    color: var(--secondary-darker, #6a6a6a);
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    margin: 0
}

.clear-search {
    border: 1px solid #d43232 !important;
    color: #d43232 !important;
    fill: #d43232 !important
}

.clear-search--mb {
    display: none
}

.padding-bottom-2-px {
    padding-bottom: 2px
}

.filter-menu__items {
    list-style: none;
    margin: 0 0 auto 0;
    padding: 0
}

.filter-menu__name {
    display: flex;
    justify-content: space-between
}

.filter-menu__list {
    margin: 0;
    padding: 0
}

.filter-menu__btn {
    width: 100%
}

.filter-menu .faq__questions-item {
    border: none;
    padding: 8px 0 0
}

.filter-menu .checkbox-label>.checkbox:checked~.investors__filter-list-text {
    color: var(--primary-darker, #1874c1)
}

.filter-menu .faq__questions-text {
    padding-top: 0
}

.filter-menu .checkbox-label {
    padding-top: 8px
}

.filter-menu__accordion-item {
    padding: 8px 0;
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%
}

.filter-menu__accordion-item:hover {
    color: var(--secondary-darkest, #000);
    text-decoration: none
}

.filter-menu__accordion-item:focus,
.filter-menu__accordion-item:focus-visible {
    outline: none
}

.filter-menu__accordion-item[aria-expanded=true] {
    color: var(--primary-darker, #1874c1);
    text-decoration: none
}

.filter-menu__accordion-item[aria-expanded=true] svg {
    fill: var(--primary-darker, #1874c1);
    transform: rotate(180deg)
}

.cp {
    cursor: pointer
}

.gap-16 {
    gap: 16px
}

.gap-8 {
    gap: 8px
}

.lh-0-4 {
    line-height: .4
}

.lh-1 {
    line-height: 1
}

.lh-1-4 {
    line-height: 1.4
}

.lh-1-7 {
    line-height: 1.7 !important
}

.lh-1-62 {
    line-height: 1.62 !important
}

.padding-0-15 {
    padding: 0 15px
}

.v-align-tt {
    vertical-align: text-top
}

.z-index-15 {
    z-index: 15 !important
}

.min-width-100 {
    min-width: 100% !important
}

.min-sm-width-100 {
    min-width: 100% !important
}

.max-width-200-px {
    max-width: 200px
}

.max-width-300-px {
    max-width: 300px
}

.max-width-500-px {
    max-width: 500px
}

.max-width-800-px {
    max-width: 800px
}

.margin-inline-start-auto {
    margin-inline-start: auto
}

.visible-pop-up {
    opacity: 1 !important;
    visibility: visible !important
}

@media (max-width: 576px) {
    .max-width-sm {
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .min-sm-width-100 {
        min-width: inherit !important
    }

    .margin-inline-start-auto {
        margin-inline-start: unset
    }
}

.input-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    border: none
}

.arrow-bottom {
    width: 9px;
    height: 6px;
    margin: 6px 4.5px;
    fill: var(--secondary-darkest, #000)
}

.checkbox-label {
    margin: 0 0 2px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.checkbox-label.lock {
    pointer-events: none
}

.checkbox:checked+svg {
    fill: var(--primary-darker, #1874c1)
}

.checkbox:checked+svg svg {
    fill: var(--primary-darker, #1874c1)
}

.checkbox--box {
    width: 18px;
    height: 18px;
    fill: var(--secondary-dark, #ccc)
}

.checkbox--check {
    fill: var(--secondary-lightest, #fff)
}

.investors__filter-list-item:hover .checkbox:not(:checked)+svg .checkbox--check {
    fill: var(--secondary-lighter, #f5f5f5)
}

.clue-btn {
    border-radius: 100px;
    background: var(--secondary-light, #eee);
    padding: 0;
    border: none
}

.clue-btn:focus,
.clue-btn:focus-visible {
    outline: none
}

.clue {
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-bottom: 2px;
    fill: var(--secondary-darkest, #000);
    border-radius: 100px;
    background: var(--secondary-light, #eee)
}

.forgot-password {
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left
}

.forgot-password:hover {
    color: var(--secondary-darkest, #000);
    text-decoration: none
}

.remember-me {
    margin: 16px 0 0;
    display: inline-block;
    text-align: left
}

.remember-me .checkbox--box {
    margin-top: -3px
}

.btn-delete {
    display: none;
    height: 32px;
    padding: 5px 16px;
    color: var(--danger-darker, #d43232);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    background: var(--danger-lightest, #fbebeb)
}

.btn-delete:hover {
    color: var(--danger-darker, #d43232);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) !important
}

.btn-edit {
    display: none;
    height: 32px;
    padding: 5px 16px
}

.form__dropdown .form-group {
    margin: 0
}

.form__dropdown .cstm-dropdown {
    position: relative
}

.form__dropdown .cstm-dropdown__placeholder {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 16px
}

.form__dropdown .cstm-dropdown__placeholder .clue-btn {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    border-radius: 100px;
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .16);
    padding: 0;
    border: none;
    pointer-events: all
}

.form__dropdown .cstm-dropdown__placeholder .clue-btn:focus,
.form__dropdown .cstm-dropdown__placeholder .clue-btn:focus-visible {
    outline: none
}

.form__dropdown .cstm-dropdown__placeholder .clue {
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .16)
}

.form__dropdown .arrow-bottom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20.5px;
    margin: 0
}

.form__dropdown .dropdown__button {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    text-align: left;
    border: none;
    border-radius: 16px;
    background: var(--secondary-lighter, #f5f5f5);
    padding: 23px 16px 8px;
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer
}

.form__dropdown .dropdown__button:hover {
    background: var(--secondary-light, #eee)
}

.form__dropdown .dropdown__button:focus,
.form__dropdown .dropdown__button--active {
    outline: none
}

.form__dropdown .dropdown__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.form__dropdown .dropdown__list {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    margin: 0;
    padding: 8px;
    list-style-type: none;
    border-radius: 16px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .08);
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 6
}

.form__dropdown .dropdown__list.dropdown__list_size {
    max-height: 200px;
}

.form__dropdown .dropdown__list::-webkit-scrollbar {
    width: 4px;
}

.form__dropdown .dropdown__list::-webkit-scrollbar-track {
    margin: 10px 0;
}

.form__dropdown .dropdown__list--visible {
    display: block
}

.form__dropdown .dropdown__list.dropdown__list--visible+.cstm-dropdown__placeholder .arrow-bottom {
    transform: rotate(180deg)
}

.form__dropdown .dropdown__list.dropdown__list--visible+.cstm-dropdown__placeholder .select-placeholder {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    top: 8px;
    left: 16px
}

.form__dropdown .dropdown__list.active+.cstm-dropdown__placeholder .select-placeholder {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    top: 8px;
    left: 16px
}

.form__dropdown .dropdown__list-item {
    margin: 0;
    padding: 8px 12px;
    cursor: pointer
}

.form__dropdown .dropdown__list-item:hover {
    border-radius: 8px;
    background: var(--secondary-lighter, #f5f5f5)
}

.form__dropdown .dropdown__input-hidden {
    display: none
}

.form__dropdown.invalid {
    position: relative
}

.form__dropdown.invalid:after {
    position: absolute;
    content: "Error";
    color: var(--danger-darker, #d43232);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.form__dropdown.invalid .dropdown__button {
    background: var(--danger-lightest, #fbebeb)
}

.form__dropdown.invalid .cstm-dropdown__placeholder .arrow-bottom {
    fill: var(--secondary-dark, #ccc)
}

.form__dropdown.disabled .dropdown__button {
    pointer-events: none
}

.form__dropdown.disabled .cstm-dropdown__placeholder {
    color: var(--secondary-dark, #ccc)
}

.form__dropdown.disabled .cstm-dropdown__placeholder .arrow-bottom {
    fill: var(--secondary-dark, #ccc)
}

.selector__list::-webkit-scrollbar {
    width: 6px;
}

.selector__list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.selector__list::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.password-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../media/icons/eye-hide.svg) 0 0 no-repeat
}

.password-control.view {
    background: url(../media/icons/eye-show.svg) 0 0 no-repeat
}

.popover {
    width: 184px;
    padding: 12px;
    margin-bottom: 2px;
    border-radius: 12px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .08)
}

.popover-header {
    color: var(--secondary-darkest, #000);
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 2px 0;
    background: var(--secondary-lightest, #fff);
    padding: 0;
    border: none
}

.popover-body {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    background: var(--secondary-lightest, #fff);
    padding: 0;
    margin: 0
}

.popover .arrow {
    display: none
}

.header {
    background: var(--secondary-lightest, #fff);
    padding: 12px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11
}

.header__inner {
    height: 44px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center
}

.header__btns {
    display: flex;
    gap: 16px;
    margin-left: auto
}

.logo {
    color: var(--secondary-darkest, #000);
    font-size: 20px;
    font-weight: 300;
    line-height: normal
}

.logo:hover {
    color: unset;
    text-decoration: none
}

.nav {
    display: flex;
    gap: 32px;
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.nav__item-link {
    color: inherit
}

.nav__item-link--ai,
.pricing-ai-item {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(266.53deg, #1E9FE8 0%, #FF28D0 100%);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 500ms ease-in;
    width: fit-content;

}

.nav__item-link--ai::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/ai__stars.svg');
}

.nav__item-link:hover {
    text-decoration: none;
    color: inherit
}

.nav__item-link--ai:hover {
    background-image: linear-gradient(266.53deg, #FF28D0 0%, #1E9FE8 100%);
    color: transparent;
}

.nav__item-link--ai:hover::before {
    animation: animateStars 500ms ease-in-out forwards;
}

.nav__dropdown.show svg {
    transform: rotate(180deg)
}

@keyframes animateStars {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(180deg);
    }
}

.nav__dropdown-btn {
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    border: none;
    background: none
}

.nav__dropdown-items {
    width: max-content;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .08)
}

.nav__dropdown-item {
    padding: 8px 12px;
    white-space: unset;
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.nav__dropdown-item span {
    font-size: 14px;
    display: flex;
    gap: 10px;
}

.nav__dropdown-item span.nav__dropdown-item--amount {
    font-size: 12px;
    color: rgba(24, 116, 193, 1);
}

.nav__dropdown-item span.nav__dropdown-item--circle {
    width: 16px;
    height: 16px;
    border: 3px solid rgba(217, 217, 217, 1);
    border-radius: 50%;
    position: relative;
}

.circular-progress {
    --size: 16px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 3px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
    --offset: calc(var(--circumference) - (var(--progress) / 100 * var(--circumference)));
}

.circular-progress circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
}

.circular-progress circle.bg {
    stroke: #D9D9D9;
}

.circular-progress circle.fg {
    transform: rotate(90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--circumference);
    stroke-dashoffset: var(--offset);
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: rgba(24, 116, 193, 1);
}

.circular-progress[style='--progress: 0'] circle.fg {
    stroke: #D9D9D9;
    stroke-dashoffset: var(--circumference);
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.progress-circle {
    display: flex;
    align-items: center;
    gap: 10px;

    span {
        font-size: 12px;
        line-height: 16px;
    }
}

.nav__dropdown-item span.nav__dropdown-item--circle-progress {
    width: 3px;
    background-color: rgba(24, 116, 193, 1);
    border-radius: 50%;
    position: absolute;
}

.burger-menu__accordion-item span {
    display: flex;
    gap: 10px;
}

.nav__dropdown-item span .nav__notification,
.burger-menu__accordion-item span .nav__notification,
.dropdown-item__notification {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(212, 50, 50, 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.nav__dropdown-item--amount {
    font-size: 12px;
    font-weight: 600;
}

.nav__dropdown-item:hover {
    border-radius: 8px;
    background: var(--secondary-lighter, #f5f5f5);
    color: rgba(24, 116, 193, 1);
}

.nav__dropdown-item:hover svg path {
    fill: rgba(24, 116, 193, 1) !important;
}

.nav__dropdown-item:active {
    background-color: unset;
    color: var(--secondary-darkest, #000)
}

.nav .nav__dropdown-item.active {
    color: var(--secondary-darkest, #000);
    border-radius: 8px;
    background-color: var(--secondary-dark, #ccc);
}

.nav__dropdown:focus,
.nav__dropdown:focus-visible,
.nav__dropdown-btn:focus,
.nav__dropdown-btn:focus-visible,
.nav__dropdown-item:focus,
.nav__dropdown-item:focus-visible {
    outline: none
}

.nav .dropdown-toggle::after {
    display: none
}

.dropdown-submenu {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.dropdown-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.header__search-fund {
    position: relative;
}

.btn-search-fund__notification {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D43232;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 120%;
    font-weight: 600;
    right: 42px;

    top: -3px;
}

.left-links,
.right-links {
    display: flex;
    flex-direction: column;
    position: relative;
}

.left-links::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--secondary-light, #eee);
    height: 100%;
    top: 0;
    right: -10px;
    display: none;
}

.dropdown-open .left-links::before {
    display: block;
}

.banner {
    padding: 16px 0
}

.banner__inner {
    padding: 32px 158px;
    min-height: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    color: var(--secondary-lightest, #fff);
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/banner-bg..jpg), #d3d3d3 50%/cover no-repeat;
    background-size: cover;
    background-position: 50% 55%
}

.upgrade {
    padding: 16px 0;
    position: relative
}

.upgrade__inner {
    padding: 16px 0;
    border-radius: 100px;
    background: var(--gradient-gradient, linear-gradient(225deg, #1e9fe8 0%, #1874c1 100%));
    gap: 32px
}

.upgrade__text {
    color: var(--secondary-lightest, #fff);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%
}

.upgrade__btn {
    padding: 8px 20px;
    background: var(--secondary-lightest, #fff)
}

.pagination__items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 16px 0
}

.pagination__item {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    color: var(--secondary-darkest, #000) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.pagination__item:hover {
    text-decoration: none
}

.pagination__item.active {
    color: var(--secondary-lightest, #fff) !important;
    background: var(--primary-darker, #1874c1) !important;
    border: none
}

.pagination__item.active svg {
    fill: var(--secondary-lightest, #fff)
}

.pagination__item .arrow-bottom--1 {
    transform: rotate(90deg)
}

.pagination__item .arrow-bottom--2 {
    transform: rotate(-90deg)
}

.pagination__item--dots {
    border: none
}

.pagination__shows {
    gap: 12px;
    justify-content: flex-end;
    align-items: center
}

.pagination__show {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 14px;
    font-weight: 600;
    line-height: 120%
}

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

.pagination__show-btn {
    padding: 8px 14px 8px 16px;
    border-radius: 100px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    height: 40px;
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    position: relative
}

.pagination__show-list {
    list-style: none;
    width: 100%;
    min-width: unset;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .08);
    z-index: 10;
    cursor: auto;
    margin-top: 10px
}

.pagination__show-list.active {
    display: flex
}

.pagination__show-list-item {
    padding: 8px 12px;
    width: 100%;
    height: 37px;
    cursor: pointer;
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.pagination__show-list-item:hover {
    border-radius: 8px;
    background: var(--secondary-lighter, #f5f5f5)
}

.pagination .dropdown.show .pagination__show-btn,
.pagination__shows .dropdown.show .pagination__show-btn {
    color: var(--primary-darker, #1874c1);
    background: var(--primary-lightest, #ecf6ff)
}

.pagination .dropdown.show .pagination__show-btn svg,
.pagination__shows .dropdown.show .pagination__show-btn svg {
    fill: var(--primary-darker, #1874c1);
    transform: rotate(180deg)
}

.pagination .pagination__show-btn:focus,
.pagination__shows .pagination__show-btn:focus,
.pagination .pagination__show-btn:focus-visible,
.pagination .dropdown-item:focus,
.pagination .dropdown-item:focus-visible {
    outline: none
}

.pagination .dropdown-item:active {
    color: unset
}

.pagination .dropdown-toggle::after {
    display: none
}

.pagination .arrow-bottom {
    margin: 0 0 4px 0
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background: rgba(0, 0, 0, .5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0
}

.overlay.back {
    background: rgba(0, 0, 0, .2)
}

.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    width: 500px;
    min-height: 250px;
    padding: 32px;
    border-radius: 24px;
    background: var(--secondary-lightest, #fff);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pop-up-fit {
    min-height: unset
}

.popup__title {
    color: var(--secondary-darkest, #000);
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
    margin-bottom: 24px
}

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

.popup__title-color--big {
    font-size: 24px;
    color: var(--primary-darker, #1874c1)
}

.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 32px;
    right: 32px;
    opacity: 1;
    font-size: 34px;
    line-height: 50%;
    font-weight: bold;
    text-decoration: none;
    color: #000
}

.popup .close:hover {
    opacity: 1
}

.popup .content {
    max-height: 100%;
    overflow: auto
}

.popup-1__descr {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px
}

.popup-1__descr-item {
    position: relative;
    padding-left: 26px;
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.popup-1__descr-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../media/check-o.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.popup-1 .btn {
    margin-left: auto;
    display: block;
    width: fit-content
}

.popup-2 .add-fund__about {
    gap: 24px;
    margin-bottom: 24px
}

.popup-2 .add-fund__about-inputs {
    gap: 8px
}

.popup-2 .add-fund__about-inputs .user-box {
    width: 100%
}

.popup-2 .popup-2__btns {
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
    gap: 8px
}

.footer {
    padding: 56px 0 32px;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 32px;
    background: var(--secondary-lighter, #f5f5f5);
    padding: 48px 33px 24px
}

.footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 15px;
    margin: 0
}

.footer__middle {
    padding: 0 15px
}

.footer__middle-item {
    padding: 6px 0;
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.footer__middle-item:hover {
    color: var(--secondary-darkest, #000);
    text-decoration: none
}

.footer__middle-item--title {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%
}

.footer__middle-item--color {
    color: var(--primary-darker, #1874c1)
}

.footer__middle-item--color:hover {
    color: var(--primary-darker, #1874c1)
}

.footer__middle-accordion .footer__middle-item--title[aria-expanded=true] {
    color: var(--primary-darker, #1874c1)
}

.footer__middle-accordion .footer__middle-item--title[aria-expanded=true] svg {
    fill: var(--primary-darker, #1874c1);
    transform: rotate(180deg)
}

.footer__middle-accordion-card {
    padding: 0;
    border: none;
    background-color: unset
}

.footer__bottom {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 15px;
    margin: 0
}

.footer__bottom .product-hunt {
    margin-bottom: 24px
}

.footer__bottom .product-hunt-img {
    width: auto;
    height: 32px
}

.footer__bottom .policy {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.footer__bottom .policy-link {
    color: var(--secondary-darker, #6a6a6a)
}

.nav>li:hover,
.footer__bottom a:hover,
.footer__middle a:hover {
    text-decoration: none;
    color: var(--primary-darker, #1874c1)
}

.nav>li:hover svg {
    fill: #1874c1
}

.footer__bottom .copyright {
    color: var(--secondary-darker, #6a6a6a)
}

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

.socials__list {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.socials__list-item--link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: var(--secondary-light, #eee)
}

.hero__inner {
    padding: 40px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px
}

.hero__text {
    color: var(--secondary-darkest, #000)
}

.hero__title {
    margin-bottom: 25px
}

.hero__subtitle {
    margin: 0 100px 48px 0
}

.hero__btns {
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    align-items: center
}

.hero__btns .btn-lg {
    padding: 14px 36px
}

.hero__clue {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.hero__clue:hover {
    color: unset;
    text-decoration: none
}

.hero__clue-img {
    margin: 0px 6px 3px 0
}

.hero__content-img {
    width: 100%
}

.hero__img {
    max-width: 624px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto
}

.advantages__inner {
    padding: 40px 0;
    margin: 0;
    display: flex;
    gap: 64px;
    justify-content: space-between
}

.advantages__content {
    text-align: center;
    color: var(--secondary-darkest, #000)
}

.advantages__title {
    margin-bottom: 8px
}

.advantages__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    opacity: .8;
    margin: 0
}

.advantages__lines {
    width: 1px;
    height: auto;
    background-color: var(--secondary-light, #eee)
}

.companies__inner {
    padding: 40px 0
}

.companies__text {
    text-align: center;
    margin-bottom: 8px;
    color: var(--secondary-darkest, #000);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase
}

.companies__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.companies__item {
    max-width: 128px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center
}

.companies__item-img {
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center
}

.companies__item-img-top-negative-4 {
    top: -4px
}

.companies__item-img-top-2 {
    top: 2px
}

.companies__item-img-top-3 {
    top: 3px
}

.companies__item-img-top-5 {
    top: 5px
}

.max-height-15 {
    max-height: 15px
}

.max-height-20 {
    max-height: 20px
}

.max-height-30 {
    max-height: 30px
}

.financing__inner {
    padding: 56px 0
}

.financing__text {
    color: var(--secondary-darkest, #000);
    text-align: center
}

.financing__title {
    margin-bottom: 12px
}

.financing__subtitle {
    margin-bottom: 48px
}

.financing__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin: 0
}

.financing__item {
    max-width: calc(50% - 8px);
    height: auto
}

.financing__item-img {
    width: 100%;
    height: 197px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    margin-bottom: 16px
}

.financing__item-subtitle {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0
}

.financing__item-subtitle span {
    color: var(--secondary-darkest, #000)
}

.financing__item-title--link:hover {
    text-decoration: none
}

.financing__item-title {
    color: var(--secondary-darkest, #000);
    margin: 6px 0
}

.financing__item-title:hover {
    color: var(--primary-darker, #1874c1)
}

.financing__item-descr {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.premade {
    padding: 56px 0
}

.premade__inner {
    border-radius: 32px;
    background: var(--primary-lightest, #ecf6ff);
    padding: 40px
}

.premade__text {
    text-align: center;
    color: var(--secondary-darkest, #000)
}

.premade__title {
    margin-bottom: 12px
}

.premade__subtitle {
    margin: 0
}

.premade__content {
    text-align: center
}

.premade__content .btn {
    background: var(--secondary-lightest, #fff);
    padding: 10px 36.5px
}

.premade__items {
    display: flex;
    gap: 16px;
    text-align: left;
    margin: 32px 0
}

.premade__item {
    max-width: calc(25% - 12px);
    border-radius: 16px;
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .08);
    color: var(--secondary-darkest, #000);
    padding: 12px;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center
}

.premade__item:hover {
    text-decoration: none;
    color: inherit
}

.premade__item:hover .premade__item-title {
    color: var(--primary-darker, #1874c1)
}

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

.premade__item-img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center
}

.premade__item-title {
    margin: 0
}

.premade__item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 2px
}

.premade__item-descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.funds {
    padding: 56px 0
}

.funds__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin: 0
}

.funds__images-img {
    height: auto;
    object-fit: cover;
    object-position: center;
    margin: 0 -20px;
    width: calc(100% + 40px)
}

.funds__content .btn {
    padding: 14px 48px
}

.funds__title {
    margin-bottom: 12px
}

.funds__subtitle {
    margin-bottom: 24px
}

.funds__descr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px
}

.funds__descr-item {
    position: relative;
    padding-left: 26px;
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.funds__descr-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url(../media/note.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.reviews {
    padding: 56px 0
}

.reviews__inner {
    position: relative
}

.reviews__text {
    color: var(--secondary-darkest, #000);
    text-align: center;
    margin-bottom: 48px
}

.reviews__title {
    margin-bottom: 12px
}

.reviews__subtitle {
    opacity: .8;
    margin: 0
}

.reviews__slider {
    color: var(--secondary-darkest, #000);
    text-align: center;
    max-width: 750px;
    margin: 0 auto
}

.reviews__slider-content {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 48px
}

.reviews__author {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center
}

.reviews__author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center
}

.reviews__author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: flex-start
}

.reviews__author-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0
}

.reviews__author-descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.reviews__slider-arrows--1 .carousel-control-prev,
.reviews__slider-arrows--1 .carousel-control-next {
    position: absolute;
    top: 55%;
    transform: translateY(-60%)
}

.reviews__slider-arrows--1 .carousel-control-prev {
    left: 30px
}

.reviews__slider-arrows--1 .carousel-control-next {
    right: 30px
}

.reviews__slider-arrows--2 {
    gap: 16px;
    justify-content: center;
    margin-top: 24px
}

.reviews__slider-arrows--2 .carousel-control-prev,
.reviews__slider-arrows--2 .carousel-control-next {
    position: static
}

.reviews .carousel {
    position: static
}

.reviews .carousel-control-prev,
.reviews .carousel-control-next {
    width: 48px;
    height: 48px;
    opacity: 1
}

.reviews .carousel-control-prev svg,
.reviews .carousel-control-next svg {
    width: 48px;
    height: 48px;
    padding: 10px 11px 10px 9px;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
    background: var(--primary-lightest, #ecf6ff);
    fill: var(--primary-light, #7ac2ff);
    transition: all .1s linear
}

.reviews .carousel-control-prev:hover,
.reviews .carousel-control-next:hover {
    opacity: 1
}

.reviews .carousel-control-prev:hover svg,
.reviews .carousel-control-next:hover svg {
    fill: var(--secondary-lightest, #fff);
    background: var(--primary-darker, #1874c1)
}

.reviews .carousel-control-prev-icon,
.reviews .carousel-control-next-icon {
    background-image: none
}

.reviews .carousel-control-next svg {
    transform: rotate(180deg)
}

.cta {
    padding: 56px 0
}

.cta__inner {
    padding: 48px 40px;
    border-radius: 32px;
    background: linear-gradient(225deg, #1e9fe8 0%, #1874c1 100%);
    text-align: center
}

.cta__content {
    margin-bottom: 32px;
    color: var(--secondary-lightest, #fff)
}

.cta__content-icon {
    width: 32px;
    height: 32px;
    object-fit: cover;
    margin-bottom: 16px
}

.cta__title {
    margin-bottom: 16px
}

.cta .btn {
    padding: 14px 59px
}

.faq {
    padding: 56px 0
}

.faq__inner {
    color: var(--secondary-darkest, #000)
}

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

.faq__title {
    margin-bottom: 12px
}

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

.faq__questions-item {
    padding: 16px 0;
    border-top: 1px solid var(--secondary-light, #eee)
}

.faq__questions-item:last-child {
    border-bottom: 1px solid var(--secondary-light, #eee)
}

.faq__questions-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 16px 0 0 0;
    margin: 0;
    background-color: unset;
    border: none
}

.faq__questions-title {
    color: var(--secondary-darkest, #000);
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    padding: 0;
    border: none;
    background-color: unset
}

.faq__questions-title:focus,
.faq__questions-title:focus-visible {
    outline: none
}

.faq__questions-title[aria-expanded=true] .faq__questions-icon {
    rotate: 0deg;
    opacity: 1
}

.faq__questions-icon {
    width: 20px;
    height: 20px;
    rotate: 43deg;
    opacity: .5;
    transition: all .3s linear
}

.swiper {
    width: 100%;
    height: 100%;
    overflow-x: visible
}

.swiper-slide {
    width: auto;
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.financing__item {
    max-width: 100%;
    height: auto
}

.investors__top {
    position: relative;
    padding: 16px 0;
    justify-content: space-between
}

.investors__top-right {
    padding: 0 0 0 15px
}

.investors__top-numb {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 8px
}

.investors__top-search-box {
    position: relative;
    max-width: 200px;
    margin: 0
}

.investors__top-search {
    position: relative;
    max-width: 210px;
    margin-right: -8px
}

.investors__top-search--mb .investors__top-search-box {
    max-width: 100%
}

.search-btn {
    order: 2;
    padding: 8px 20px;
    border-radius: 100px;
    border: none;
    background: var(--primary-darker, #1874c1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-lightest, #fff);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    z-index: 9
}

.search-btn--mb {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    position: relative;
    z-index: 10
}

.search-btn--mb .investors__filter-btn {
    font-size: 16px !important
}

.search {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    fill: var(--secondary-darker, #6a6a6a)
}

.search-reset-label {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: none
}

.investors__top-search-text {
    width: 100%;
    color: var(--secondary-darker, #6a6a6a);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 100px;
    border: none;
    background-color: var(--secondary-lighter, #f5f5f5);
    padding: 8px 38px 8px 40px
}

.investors__top-search-text:hover {
    background: var(--secondary-light, #eee)
}

.investors__top-search-text:focus {
    outline: none;
    background: var(--secondary-light, #eee)
}

.investors__top-search-text:disabled {
    background: var(--secondary-lighter, #f5f5f5)
}

.investors__top-search-text:disabled::placeholder {
    color: var(--secondary-dark, #ccc)
}

.investors__top-search-text:disabled+svg {
    fill: var(--secondary-dark, #ccc)
}

.investors__top-search-text:not(:placeholder-shown) {
    background: var(--secondary-light, #eee)
}

.investors__top-btn,
.rounded-button {
    height: 34px;
    padding: 8.5px 14px 8.5px 10px;
    border-radius: 100px;
    border: 1px solid var(--secondary-light, #eee);
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    gap: 4px;
    align-items: center
}

.search-btn:focus,
.search-btn:focus-visible,
.investors__top-btn:focus,
.investors__top-btn:focus-visible,
.rounded-button:focus,
.rounded-button:focus-visible {
    outline: none;
    box-shadow: none !important
}

.plus {
    width: 18px;
    height: 18px
}

.investors__top .burger-filter {
    display: flex;
    width: 37px;
    height: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--secondary-lighter, #f5f5f5);
    position: absolute;
    top: 66px;
    right: 0;
    cursor: pointer
}

.investors__top .burger-filter-img {
    width: 18px;
    height: 18px;
    object-fit: cover
}

.investors__inner {
    position: relative
}

.investors__filter,
.custom-dropdown {
    padding: 8px 0 0 0;
}

.investors__filter::-webkit-scrollbar,
.custom-dropdown::-webkit-scrollbar {
    display: none
}

.investors__filter-items,
.custom-dropdown-items {
    gap: 8px;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 265px;
    margin-bottom: -250px !important;
}

.investors__filter-items::-webkit-scrollbar,
.custom-dropdown-items::-webkit-scrollbar {
    display: none
}

.investors__filter-item,
.custom-dropdown-item {
    position: relative;
    cursor: pointer;
    max-width: fit-content;
    height: 34px;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    border-radius: 100px;
    border: 1px solid var(--secondary-light, #eee);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
    color: var(--secondary-darkest, #000)
}

.investors__filter-item .investors__filter-checks,
.custom-dropdown-item .custom-dropdown-checks {
    border-radius: 100px;
    background: #fff;
    width: 26px;
    height: 16px;
    margin-left: 4px;
    padding: 2px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-darker, #1874c1);
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
}

.investors__filter-item .investors__filter-arrow,
.custom-dropdown-item .custom-dropdown-arrow {
    width: 9px;
    height: 6px;
    margin: 6px 4.5px;
    fill: var(--secondary-darkest, #000)
}

.filter-list,
.custom-dropdown-list-wrapper {
    max-height: 215px;
    overflow-y: scroll
}

.investors__filter-item.active,
.custom-dropdown-item.active {
    background: var(--primary-lightest, #ecf6ff);
    color: var(--primary-darker, #1874c1)
}

.investors__filter-item.active .investors__filter-arrow,
.custom-dropdown-item.active .custom-dropdown-arrow {
    fill: var(--primary-darker, #1874c1);
    transform: rotate(180deg)
}

.investors__filter-item.selected,
.custom-dropdown-item.selected {
    background: var(--primary-darker, #1874c1);
    color: var(--secondary-lightest, #fff)
}

.investors__filter-item.selected .clue,
.custom-dropdown-item.selected .clue {
    fill: var(--secondary-lightest, #fff);
    background: rgba(255, 255, 255, .2)
}

.investors__filter-item.selected .investors__filter-arrow,
.custom-dropdown-item.selected .custom-dropdown-arrow {
    fill: var(--secondary-lightest, #fff)
}

.investors__filter-item.selected .investors__filter-checks,
.custom-dropdown-item.selected .custom-dropdown-checks {
    display: flex
}

.investors__filter-list,
.custom-dropdown-list {
    list-style: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: max-content;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .08);
    z-index: 10;
    cursor: auto;
    display: none
}

.investors__filter-list--1.active,
.custom-dropdown-list--1.active {
    display: flex
}

.investors__filter-list--2.active,
.custom-dropdown-list--2.active {
    display: flex
}

.investors__filter-list--3.active,
.custom-dropdown-list--3.active {
    display: flex
}

.investors__filter-list--4.active,
.custom-dropdown-list--4.active {
    display: flex
}

.investors__filter-list--5.active,
.custom-dropdown-list--5.active {
    display: flex
}

.investors__filter-list--6.active,
.custom-dropdown-list--6.active {
    display: flex
}

.investors__filter-list--7.active,
.custom-dropdown-list--7.active {
    display: flex
}

.investors__filter-list--8.active,
.custom-dropdown-list--8.active {
    display: flex
}

.investors__filter-list--9.active,
.custom-dropdown-list--9.active {
    display: flex;
    right: 0;
    left: unset;
}

.investors__filter-list-item,
.custom-dropdown-list-item {
    padding: 8px 12px;
    width: 100%
}

.investors__filter-list-item:hover,
.custom-dropdown-list-item:hover {
    border-radius: 8px;
    background: var(--secondary-lighter, #f5f5f5)
}

.investors__filter-list-text,
.custom-dropdown-list-text {
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.investors__filter-name,
.custom-dropdown-name {
    padding: 0 4px
}

.investors__filter-right,
.custom-dropdown-right {
    position: relative;
    top: 50px;
    width: 100%;
    padding: 0 0 0 12px;
    background: var(--secondary-lightest, #fff);
}

.investors__filter-btn,
.custom-dropdown-btn {
    cursor: pointer;
    padding: 9px 10px 8px 14px;
    margin: 0;
    height: 34px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    align-items: center;
    gap: 4px
}

.investors__filter-btn svg,
.custom-dropdown-btn svg {
    width: 18px;
    height: 18px
}

.investors__filter-btn--reset,
.custom-dropdown-btn--reset {
    border: 1px solid var(--danger-darker, #d43232);
    color: var(--danger-darker, #d43232)
}

.investors__filter-btn--reset svg .custom-dropdown-btn--reset svg {
    fill: var(--danger-darker, #d43232)
}

.investors__filter-btn--export {
    padding: 0;
    height: auto;
    border-radius: 0
}

.investors__filter-btn--sort-by svg {
    width: 9px;
    height: 6px;
}

.sort-by-list {
    overflow-y: auto;
}

.investors__filter-sort-by {
    border: none;
    background: #fff;
}

.investors__filter-sort-by.active, .investors__filter-sort-by.selected {
    background: #fff;
    color: var(--secondary-darkest, #000)
}

.investors__filter-sort-by .investors__filter-arrow, .investors__filter-sort-by.selected .investors__filter-arrow {
    fill: var(--secondary-darkest, #000)
}

.investors__filter-sort-by .investors__filter-checks, .investors__filter-sort-by.active .investors__filter-checks {
    background: var(--primary-darker, #1874c1);
    color: #fff;
}

.investors__filter-btn--sort-by span {
    color: var(--secondary-darkest, #000)
}

.investors__filter-btn--export svg, .investors__filter-btn--sort-by svg {
    fill: var(--secondary-darkest, #000)
}

.investors__filter-btn--export-link {
    color: var(--secondary-darkest, #000)
}

.investors__filter-btn--export-link:hover {
    color: var(--secondary-darkest, #000);
    text-decoration: none
}

.investors__filter-export {
    margin: 0
}

.investors-content__sorts {
    padding: 16px 0 8px;
    color: var(--secondary-darker, #6a6a6a);
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    gap: 17px 32px;
    flex-wrap: wrap;
    align-items: center
}

.investors-content__sort {
    display: flex;
    gap: 32px
}

.investors-content__name {
    margin-right: 4px
}

.investors-content {
    margin-top: 50px;
}

.investors-content .sort__dropdown,
.investors-content .sort__dropdown-btn {
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    background-color: unset;
    padding: 0;
    border: none
}

.investors-content .sort__dropdown[aria-expanded=true],
.investors-content .sort__dropdown-btn[aria-expanded=true] {
    color: var(--primary-darker, #1874c1)
}

.investors-content .sort__dropdown[aria-expanded=true] svg,
.investors-content .sort__dropdown-btn[aria-expanded=true] svg {
    fill: var(--primary-darker, #1874c1);
    transform: rotate(180deg)
}

.investors-content .sort__dropdown:focus,
.investors-content .sort__dropdown:focus-visible,
.investors-content .sort__dropdown-btn:focus,
.investors-content .sort__dropdown-btn:focus-visible {
    outline: none;
    border: none
}

.investors-content .dropdown-item.active {
    color: var(--secondary-darkest, #000);
    background-color: unset
}

.investors-content .dropdown-toggle::after {
    display: none
}

.investors-content__list {
    list-style: none;
    position: absolute;
    top: 42px;
    right: 0;
    width: 200px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .08);
    z-index: 10;
    cursor: auto;
    display: none
}

.investors-content__list.active {
    display: flex
}

.investors-content__list-item {
    padding: 8px 12px;
    width: 100%;
    height: 37px;
    cursor: pointer;
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.investors-content__list-item:hover {
    border-radius: 8px;
    background: var(--secondary-lighter, #f5f5f5)
}

.investors-content__list-item--1.active {
    background: var(--secondary-lighter, #f5f5f5)
}

.investors-content__list-item--2.active {
    background: var(--secondary-lighter, #f5f5f5)
}

.investors-content__list-item--3.active {
    background: var(--secondary-lighter, #f5f5f5)
}

.investors-content__list-checkbox-label {
    pointer-events: none
}

.investors-content__list-text {
    pointer-events: none;
    line-height: 170%
}

.investors-content__items {
    position: relative
}

.investors-content__items::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 188px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 10;
    display: none
}

.investors-content__items.lock::after {
    display: block
}

.investors-content__items .checkbox-label {
    margin-right: 16px
}

.investors-content__items-titles {
    padding: 16px 0
}

.investors-content__items-titles-item {
    display: flex;
    align-items: center
}

.investors-content__items-title {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--secondary-darker, #6a6a6a);
    font-size: 14px;
    font-weight: 600;
    line-height: 135%
}

.investors-content__items-title--sm {
    color: var(--secondary-darkest, #000);
    font-size: 10px;
    font-weight: 600;
    line-height: 120%;
    width: 60px;
    margin-right: 8px
}

.investors-content__item {
    padding: 16px 0;
    border-top: 1px solid var(--secondary-dark, #ccc)
}

.investors-content__item-content {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow-wrap: break-word;
}

.investors-content__item-content-img {
    max-width: 60px;
    max-height: 60px
}

.investors-content__item-content-text {
    color: var(--secondary-darkest, #000)
}

.investors-content__item-content-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%
}

.investors-content__item-content-subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%
}

.investors-content__item-content-descr {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%
}

.investors-content__item-content-elements {
    color: var(--secondary-darkest, #000);
    flex-wrap: wrap;
    gap: 6px
}

.investors-content__item-content-element {
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    padding: 4px 8px;
    align-items: center;
    border-radius: 100px;
    background: var(--secondary-lighter, #f5f5f5)
}

.investors-content__item-content-status {
    text-align: center;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    border-radius: 100px
}

.investors-content__item-content-status--active {
    color: var(--success-darker, #14a34d);
    background: var(--success-lightest, #e8f6ed)
}

.investors-content__item-content-status--inactive {
    color: var(--danger-darker, #d43232);
    background: var(--danger-lightest, #fbebeb)
}

.investors-content__item-content-status--tbu {
    color: var(--warning-darker, #de782e);
    background: var(--warning-lightest, #fcf2ea)
}

.investors-content__item-content-btn {
    color: var(--primary-darker, #1874c1);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    width: 100px;
    padding: 6px 16px;
    border-radius: 100px;
    background: var(--primary-lightest, #ecf6ff);
    cursor: pointer
}

.industries__info {
    padding: 16px 0;
    flex-direction: column;
    gap: 16px
}

.industries__info p {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.industries__content {
    padding: 32px 0
}

.industries__items {
    padding: 24px;
    border-radius: 32px;
    background: var(--primary-lightest, #ecf6ff);
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.industries__item-box {
    padding: 8px
}

.industries__item {
    padding: 24px;
    border-radius: 16px;
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.industries__item-info {
    margin-bottom: 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px
}

.industries__item-img {
    padding: 10px 10px 9px 9px;
    width: 51px;
    height: 51px;
    object-fit: cover;
    border-radius: 12px;
    background: var(--primary-lightest, #ecf6ff)
}

.industries__item-title {
    color: var(--secondary-darkest, #000);
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 2px
}

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

.industries__item-btn {
    color: var(--primary-darker, #1874c1);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px 20px;
    border-radius: 100px;
    background: var(--primary-lightest, #ecf6ff)
}

.industries__item-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #ecf6ff;
    text-decoration: none
}

.industries__item-text {
    padding-bottom: 16px;
    flex: 1 1 100%
}

.profile-head__content {
    padding: 32px;
    border-radius: 32px;
    background: var(--primary-lightest, #ecf6ff);
    flex-direction: column;
    gap: 24px
}

.profile-head__top {
    gap: 16px 0
}

.profile-head__top-info-box {
    gap: 16px
}

.profile-head__top-img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    border: 4px solid var(--secondary-lightest, #fff)
}

.profile-head__top-info {
    flex-direction: column;
    gap: 4px
}

.profile-head__top-tags {
    gap: 4px
}

.profile-head__top-tag {
    align-items: center;
    padding: 0 6px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}

.profile-head__top-tag--active {
    color: var(--success-darker, #14a34d);
    border: 1px solid var(--success-darker, #14a34d)
}

.profile-head__top-tag--impact {
    color: var(--primary-darker, #1874c1);
    border: 1px solid var(--primary-darker, #1874c1)
}

.profile-head__top-links {
    gap: 8px
}

.profile-head__top-link {
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 100px;
    background: var(--secondary-lightest, #fff)
}

.profile-head__middle {
    gap: 16px
}

.profile-head__middle-item {
    max-width: 150px;
    width: 100%;
    color: var(--secondary-darkest, #000)
}

.profile-head__middle-item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.profile-head__middle-item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0
}

.profile-head__bottom {
    gap: 8px 0
}

.profile-head__bottom-element-box {
    padding: 0 4px
}

.profile-head__bottom-element-box:first-child {
    padding-left: 0
}

.profile-head__bottom-element-box:last-child {
    padding-right: 0
}

.profile-head__bottom-element {
    border-radius: 12px;
    background: var(--secondary-lightest, #fff);
    color: var(--secondary-darkest, #000);
    padding: 16px;
    gap: 6px;
    text-align: center;
    height: 100%
}

.profile-head__bottom-element span {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    height: 100%
}

.profile-head__bottom-element p {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.profile-about__inner {
    gap: 32px
}

.profile-about__profile p {
    margin: 0;
    color: var(--secondary-darkest, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.profile-about__profile a {
    opacity: .8;
    color: var(--primary-darker, #1874c1)
}

.profile-about__profile a:hover {
    opacity: 1;
    color: var(--primary-darker, #1874c1);
    text-decoration: none
}

.profile-about__profile-title {
    margin-bottom: 16px
}

.profile-about__tag {
    max-width: 406px;
    width: 100%
}

.profile-about__tag-line {
    width: 100%;
    height: 1px;
    background: var(--secondary-light, #eee);
    margin: 32px 0
}

.profile-about__tag-title {
    margin-bottom: 16px
}

.profile-about__tags {
    color: var(--secondary-darkest, #000);
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    gap: 8px;
    flex-wrap: wrap
}

.profile-about__tags span {
    padding: 8px 16px;
    border-radius: 100px;
    background: var(--secondary-lighter, #f5f5f5)
}

.profile-contact {
    padding: 32px 0
}

.profile-contact__inner {
    flex-direction: column;
    gap: 16px
}

.profile-contact__title--mb {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%
}

.profile-contact__items {
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    position: relative
}

.profile-contact .contacts-lock {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15
}

.profile-contact__item-titles {
    padding: 12px 0;
    height: 41px;
    align-items: center;
    color: var(--secondary-darker, #6a6a6a)
}

.profile-contact__item-titles .clue {
    margin-top: -3px
}

.profile-contact__item {
    padding: 12px 0;
    min-height: 56px;
    align-items: center;
    color: var(--secondary-darkest, #000);
    border-top: 1px solid var(--secondary-light, #eee)
}


.profile-funds {
    padding: 32px 0;
}


.profile-fund__inner {
    flex-direction: column;
    gap: 16px;
}

.profile-fund__title--mb {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.profile-fund__items {
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
}

.profile-fund .fund-lock {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
}

.profile-fund__item-titles {
    padding: 12px 0;
    height: 41px;
    align-items: center;
    color: var(--secondary-darker, #6A6A6A);
}

.profile-fund__item-titles .clue {
    margin-top: -3px;
}

.profile-fund__item {
    padding: 12px 0;
    min-height: 56px;
    align-items: center;
    color: var(--secondary-darkest, #000);
    border-top: 1px solid var(--secondary-light, #EEE);
}

.popover {
    width: 184px;
    padding: 12px;
    margin-bottom: 2px;
    border-radius: 12px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .08)
}

.popover-header {
    color: var(--secondary-darkest, #000);
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 2px 0;
    background: var(--secondary-lightest, #fff);
    padding: 0;
    border: none
}

.popover-body {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    background: var(--secondary-lightest, #fff);
    padding: 0;
    margin: 0
}

.popover .arrow {
    display: none
}

.profile-contact__item.lock {
    filter: blur(4px);
    pointer-events: none
}

.profile-contact__img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 12px
}

.profile-contact__name {
    flex-direction: column;
    justify-content: center
}

.profile-contact__mail-copy--link:hover {
    text-decoration: none
}

.profile-contact__links {
    text-align: end;
    justify-content: flex-end;
    gap: 8px
}

.profile-contact__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 7px;
    border-radius: 87.5px;
    background: var(--primary-lightest, #ecf6ff)
}

.profile-contact__text {
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.profile-contact__text a {
    opacity: .8;
    color: var(--primary-darker, #1874c1)
}

.profile-contact__text a:hover {
    opacity: 1;
    color: var(--primary-darker, #1874c1);
    text-decoration: none
}

.profile-logo {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
    border-radius: 8px;
    border: 4px solid var(--secondary-lightest, #fff);
    background: #fff
}

.light-disabled {
    pointer-events: none;
    cursor: default;
    background-color: #d8d8d8 !important;
    border-color: #d8d8d8 !important
}

.investors-directory-left-section {
    border-left: 1px solid #cecece !important;
    display: flex;
    align-items: center
}

.investors-directory-sections-separator {
    border-top: 1px solid #cecece !important
}

.investors-directory-sector-icon {
    line-height: 125% !important;
    text-align: center;
    font-size: 18pt;
    color: #1874c1
}

.custom-disabled {
    pointer-events: none;
    opacity: 50%
}

.social-icon-wrapper {
    padding: 6px
}

.social-icon {
    width: 20px;
    height: 20px;
    margin-top: -6.2px
}

.clue-btn {
    border-radius: 100px;
    background: var(--secondary-light, #eee);
    padding: 0;
    border: none
}

.clue-btn:focus,
.clue-btn:focus-visible {
    outline: none
}

.country-investors__flag {
    margin: 0 0 12px
}

.country-investors__flag .flag-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1)
}

.directory-country {
    padding: 24px 0
}

.directory-country__item {
    margin: 0 0 41px
}

.directory-country__item:last-child {
    margin: 0
}

.directory-country__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.directory-country__list .directory-country__list li:last-child {
    margin-bottom: 8px;
}

.directory-country__list li {
    display: block;
    margin: 0 0 12px
}

.directory-country__list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: #212529;

    -webkit-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in
}


.directory-country__list a:focus,
.directory-country__list a:hover {
    color: #1874C1;
    text-decoration: none;
    outline: 0
}

.directory-country__list a span {
    text-decoration: underline;
}


.directory-country__list a .flag-icon-squared {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    text-decoration: none;
}

.directory-country__list-btn .mark-active {
    display: none
}

.directory-country__list-btn[aria-expanded=true] .mark-default {
    display: none
}

.directory-country__list-btn[aria-expanded=true] .mark-active {
    display: inline
}

.authorization {
    padding: 32px 0
}

.authorization__sign-items {
    max-width: 814px;
    margin: 0 auto;
    color: var(--secondary-darkest, #000);
    text-align: center;
    position: relative
}

.authorization__sign-item {
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%
}

.authorization__signin {
    border: 1px solid var(--secondary-light, #eee)
}

.authorization__signup {
    background: var(--primary-lightest, #ecf6ff)
}

.authorization__signup .login-box .user-box {
    background: var(--secondary-lightest, #fff)
}

.authorization__form {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0
}

.authorization .sign-btns {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.authorization .sign-btn-link {
    border-radius: 100px;
    border: 1px solid var(--secondary-light, #eee);
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    justify-content: center;
    gap: 10px
}

.authorization .sign-btn-link:hover {
    border: 1px solid var(--secondary-light, #eee) !important
}

.authorization .form__small-text {
    display: inline-block;
    margin-top: -12px;
    text-align: left
}

.signup-text {
    text-align: left;
    color: var(--secondary-darker, #6a6a6a);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px
}

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

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

.sign-btn {
    margin-top: 16px
}

.sign-or {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    border-radius: 100px;
    border: 1px solid var(--secondary-lighter, #f5f5f5);
    background: var(--secondary-lightest, #fff);
    padding: 10px;
    width: 37px;
    height: 37px
}

.login-box {
    width: 100%
}

.login-box .user-box {
    position: relative;
    border-radius: 16px;
    height: 55px;
    padding: 8px 16px;
    background: var(--secondary-lighter, #f5f5f5)
}

.login-box .user-box:hover {
    background: var(--secondary-light, #eee)
}

.login-box .user-box.invalid {
    background: var(--danger-lightest, #fbebeb)
}

.login-box .user-box.invalid:after {
    position: absolute;
    content: "Error";
    color: var(--danger-darker, #d43232);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    left: 0;
    bottom: -20px
}

.login-box .user-box.disabled {
    pointer-events: none
}

.login-box .user-box.disabled label {
    color: var(--secondary-dark, #ccc)
}

.login-box .user-box input {
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    height: 40px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
    top: 10px;
    padding-top: 10px
}

.login-box .user-box label {
    position: absolute;
    color: #000;
    pointer-events: none;
    transition: .5s;
    top: 17px;
    left: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label,
.login-box .user-box input:invalid~label {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    top: 8px;
    left: 16px
}

.reset-password {
    padding: 32px 0
}

.reset-password__content {
    max-width: 407px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.reset-password__text {
    text-align: center
}

.reset-password .form__small-text {
    margin: 4px 0 16px
}

.reset-password .reset-form {
    gap: 0
}

.reset-password-success {
    padding: 32px 0
}

.reset-password-success__content {
    max-width: 407px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.reset-password-success__img {
    margin: 0 auto;
    display: flex;
    width: 80px;
    height: 80px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--success-lightest, #e8f6ed);
    margin-bottom: 16px
}

.reset-password-success__title {
    color: var(--secondary-darkest, #000);
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 32px;
    padding: 0 20px
}

.reset-password-success__btn {
    min-width: 200px
}

.pricing {
    padding: 32px 0
}
.pricing__title {
    margin-bottom: 4px;
}
.pricing__inner {
    /* gap: 32px */
}
.pricing__text {
    margin-bottom: 33px;
}
.pricing__btns-text {
    margin-bottom: 24px;
}
.pricing .nav {
    display: flex
}
.pricing .tab-content {
    margin-bottom: 32px;
}
.pricing__btn {
    width: fit-content;
    gap: 0;
    margin: 0 auto 8px;
    border-radius: 100px;
    padding: 6px;
    background: var(--primary-lightest, #ecf6ff);
    position: relative
}

.pricing .nav-pills .nav-link {
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: var(--primary-darker, #1874c1)
}

.pricing .nav-pills .nav-link.active {
    background: var(--primary-darker, #1874c1);
    color: var(--secondary-lightest, #fff)
}

.pricing__btns-text {
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

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

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

.pricing__items {
    margin: -16px
}

.pricing__items-element {
    padding: 16px
}
.lifetime-pro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    align-content: start;
    justify-content: normal;
    column-gap: 24px;
    padding: 32px;
    border: 1px solid var(--secondary-light, #eee);
    border-radius: 32px;
    margin-bottom: 32px;
    overflow: hidden;
}

.lifetime-pro .pricing__item-titles {
    grid-row: 1 / 2;
}

.lifetime-pro .pricing__bottom {
    grid-row: 2 / 3;
}

.lifetime-pro__item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    grid-row: 1 / 3;
    min-height: 0;
    overflow: hidden;
}
.lifetime__item-btn {
    width: 200px;
}
@media (max-width:991px) {
    .lifetime-pro {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }
}

.pricing__item {
    padding: 32px;
    justify-content: space-between;
    border-radius: 32px;
    border: 1px solid var(--secondary-light, #eee);
    height: 100%;
    position: relative;
    gap: 22px;
}
.pricing__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pricing__item.popular {
    border: 2px solid var(--primary-darker, #1874c1);
}

.pricing__item.popular:before {
    position: absolute;
    content: "Most popular";
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    padding: 2px 12px;
    border-radius: 0 0  12px 12px;
    text-transform: uppercase;
    background: var(--primary-darker, #1874c1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .04);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pricing__item.popular .pricing__item-btn {
    color: var(--secondary-lightest, #fff) !important;
    background: var(--primary-darker, #1874c1)
}

.pricing__item.popular .pricing__item-btn:hover {
    color: var(--secondary-lightest, #fff) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #1874c1 !important;
    border: none !important
}

.pricing__item.popular .pricing__item-btn:active {
    color: var(--secondary-lightest, #fff) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1874c1 !important;
    border: none !important
}

.pricing__item.popular .pricing__item-btn:disabled {
    color: var(--primary-light, #7ac2ff) !important;
    background: var(--primary-lightest, #ecf6ff) !important;
    border: none !important
}

.pricing__item.popular .boosty-btn {
    background: var(--warning-darker, #de782e) !important
}

.pricing__item.popular .boosty-btn:hover {
    color: var(--secondary-lightest, #fff) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #de782e !important;
    border: none !important
}

.pricing__item.popular .boosty-btn:active {
    color: var(--secondary-lightest, #fff) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #de782e !important;
    border: none !important
}

.pricing__item.popular .boosty-btn:disabled {
    color: var(--primary-light, #7ac2ff) !important;
    background: var(--primary-lightest, #ecf6ff) !important;
    border: none !important
}

.pricing__titles-head {
    color: var(--secondary-darkest, #000);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 4px
}

.pricing__titles-title {
    color: var(--secondary-darkest, #000);
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px
}

.pricing__titles-title span {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.pricing__titles-title .year-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    position: relative;
    text-decoration: line-through;
}

.pricing .year-save {
    color: #14A34D;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
    margin-top: -5px;
}

.pricing__titles-descr {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.pricing__item-descr {
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    gap: 8px;

}
.pricing__get {
    font-weight: 600;
    margin-bottom: 2px;
}
.pricing__descr-item.check-0 {
    padding-left: 23px;
    font-size: 14px;
    line-height: 150%;
    position: relative
}
.pricing__descr-item.check-0 strong {
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
}

.pricing__descr-item.check-0::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../img/icon__check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center
}

.pricing__descr-item.close-0 {
    padding-left: 26px;
    position: relative
}

.pricing__descr-item.close-0::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../media/close-o.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center
}

.pricing__descr-item a {
    color: var(--primary-darker, #1874c1);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline
}
.pricing__bottom {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.pricing__secure {
    font-size: 12px;
    line-height: 150%;
    color: var(--secondary-darker, #6a6a6a);
}
.pricing__item-btn {
    width: 100%
}

.pricing .year .pricing__titles-title {
    margin-bottom: 8px
}

.pricing .boosty-text {
    color: var(--secondary-darkest, #000);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px;
    border-radius: 16px;
    background: var(--secondary-lighter, #f5f5f5);
    margin-bottom: 15px;
}

.pricing .boosty-text a,
.pricing .boosty-text svg {
    color: var(--primary-darker, #1874c1);
    fill: var(--primary-darker, #1874c1);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: inline-block
}

.pricing .boosty-text a:hover,
.pricing .boosty-text svg:hover {
    color: var(--primary-darker, #1874c1);
    text-decoration: none
}

.pricing .boosty-text .arrow-bottom {
    transform: rotate(-90deg)
}

.pricing .boosty-btn {
    margin-top: 8px;
    color: var(--warning-darker, #de782e) !important;
    background: var(--warning-lightest, #fcf2ea)
}
@media(max-width:991px) {
    .lifetime__item-btn {
        width: 100%;
        font-size: 16px;
    }
}
.out-of-tokens {
    background: var(--primary-lightest, #ECF6FF);
    padding: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.out-of-tokens__text {
    display: flex;
    gap: 24px;
    align-items: center;
}
.out-of-tokens__text span {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}
.out-of-tokens__text::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/icon__ai-tokens.svg') no-repeat;
    background-size: 40px 40px;
}
.api {
    padding: 32px 0
}

.api__content {
    max-width: 407px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.api__title {
    margin-bottom: 32px
}

.api .sign-btn {
    width: 200px;
    margin: 16px auto 0
}

.add-fund {
    padding: 32px 0
}

.add-fund__titles {
    margin-bottom: 32px
}

.add-fund__about {
    gap: 32px
}

.add-fund__about-images--label {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.add-fund__about-images--label:hover .delete-btn {
    display: flex
}

.add-fund__about-images--img {
    width: 124px;
    height: 124px;
    cursor: pointer
}

.add-fund__about-inputs {
    width: 100%;
    gap: 16px
}

.add-fund__about-inputs .user-box {
    width: calc(50% - 8px)
}

.add-fund__investors-inputs {
    width: 100%;
    gap: 16px
}

.add-fund__investors-inputs .user-box {
    width: calc(33% - 8.5px)
}

.add-fund__investors-inputs .form__dropdown {
    width: calc(33% - 9px) !important
}

.add-fund__social-inputs {
    width: 100%;
    gap: 16px
}

.add-fund__social-inputs .user-box {
    width: calc(25% - 12px)
}

.add-fund__about-textarea {
    padding: 12px 16px 33px;
    border-radius: 16px;
    background: var(--secondary-lighter, #f5f5f5);
    position: relative
}

.add-fund__about-textarea:hover {
    background: var(--secondary-light, #eee)
}

.add-fund__about-textarea textarea {
    background: inherit;
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
    margin-top: 21px;
    border: none
}

.add-fund__about-textarea textarea:focus,
.add-fund__about-textarea textarea:focus-visible {
    outline: none
}

.add-fund__about-textarea textarea::-webkit-resizer {
    background-image: url(../img/resize..svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
    background-color: inherit
}

.add-fund__about-textarea textarea::-webkit-scrollbar {
    width: 12px
}

.add-fund__about-textarea label {
    position: absolute;
    top: 12px;
    left: 16px;
    width: max-content;
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    pointer-events: none;
    transition: .5s
}

.add-fund__about-textarea textarea:focus~label,
.add-fund__about-textarea textarea:valid~label {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px
}

.add-fund__contacts-btn {
    margin-right: auto
}

.add-fund .profile-contact__item:hover .profile-contact__link {
    display: none
}

.add-fund .profile-contact__item:hover .btn-delete,
.add-fund .profile-contact__item:hover .btn-edit {
    display: block
}

.add-fund .profile-contact__item:hover .btn-delete:focus,
.add-fund .profile-contact__item:hover .btn-delete:focus-visible,
.add-fund .profile-contact__item:hover .btn-edit:focus,
.add-fund .profile-contact__item:hover .btn-edit:focus-visible {
    outline: none;
    box-shadow: none;
    border: none
}

.add-fund .form__dropdown {
    width: calc(50% - 8px)
}

.add-fund .form__dropdown-btn {
    position: relative;
    border-radius: 16px;
    width: 100%;
    height: 55px;
    padding: 8px 16px;
    border: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: var(--secondary-lighter, #f5f5f5)
}

.add-fund .form__dropdown-btn svg {
    transition: .5s
}

.add-fund .form__dropdown-btn:hover {
    background: var(--secondary-light, #eee)
}

.add-fund .form__dropdown-btn:focus,
.add-fund .form__dropdown-btn:focus-visible {
    outline: none
}

.add-fund .form__dropdown-items {
    width: 100%;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--secondary-light, #eee);
    background: var(--secondary-lightest, #fff);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .08)
}

.add-fund .form__dropdown-item {
    padding: 8px 12px
}

.add-fund .form__dropdown-item:hover {
    border-radius: 8px;
    background: var(--secondary-lighter, #f5f5f5)
}

.add-fund .form__dropdown-item:active {
    color: unset
}

.add-fund .form__dropdown-item:focus,
.add-fund .form__dropdown-item:focus-visible {
    outline: none
}

.add-fund .dropdown-toggle::after {
    display: none
}

.add-fund .select-placeholder {
    position: absolute;
    top: 17px;
    left: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    pointer-events: none;
    transition: .5s
}

.add-fund .form__dropdown-btn[aria-expanded=true] .select-placeholder {
    color: var(--secondary-darker, #6a6a6a);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    top: 8px;
    left: 16px
}

.add-fund .form__dropdown-btn[aria-expanded=true] .arrow-bottom {
    transform: rotate(180deg)
}

.add-fund__lines {
    height: 1px;
    width: 100%;
    background-color: var(--secondary-light, #eee)
}

.add-fund__forms {
    padding-right: 32px;
    margin: 0;
    gap: 32px
}

.add-fund__forms-btn {
    width: 200px;
    margin: 0 auto
}

.add-fund__aside {
    gap: 16px
}

.add-fund__aside-items {
    padding-left: 25px;
    margin: 0;
    color: var(--secondary-darkest, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    gap: 12px
}

.delete-btn {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    left: 0;
    padding: 0;
    border: none
}

.delete-img {
    padding: 8px;
    border-radius: 8px;
    background: #fff
}

@media only screen and (max-width: 991px) {
    .investors-directory-left-section {
        border-left: none;
        display: unset
    }
}

@media (max-width: 1050px) {
    .nav {
        display: none
    }

    .header__btns {
        display: none
    }

    .burger-btn {
        display: block
    }
}

@media (max-width: 991px) {
    .btn {
        font-size: 14px
    }

    .header {
        padding: 0
    }

    .header__inner {
        height: 40px
    }

    .burger-menu {
        top: 40px
    }

    .investors__filter {
        position: static;
        flex-direction: column;
        align-items: flex-start !important;
        padding: 16px 0 246px;
        margin: 0 -15px -200px !important;
        overflow: auto;
    }

    .investors-content {
        margin-top: 0;
    }

    .investors__filter-items {
        padding: 0 15px
    }

    .investors__filter-right {
        top: 83px;
        padding: 0 15px;
        margin: 0 -15px
    }

    .investors__top-search {
        max-width: 100%;
        width: 100%;
        margin: 0 -45px 0 0
    }

    .footer {
        padding: 32px 0 16px
    }

    .footer__inner {
        padding: 24px 9px
    }

    .hero__inner {
        padding: 24px 0
    }

    .hero__title {
        margin-bottom: 16px
    }

    .hero__subtitle {
        margin: 0 25px 32px 0
    }

    .hero__btns .btn-lg {
        padding: 10px 40px
    }

    .advantages__inner {
        gap: 40px
    }

    .advantages__text {
        font-size: 14px
    }

    .financing__inner {
        padding: 32px 0
    }

    .financing__items {
        gap: 24px
    }

    .financing__item {
        max-width: calc(50% - 12px)
    }

    .premade {
        padding: 32px 0
    }

    .premade__inner {
        padding: 32px
    }

    .premade__title {
        margin-bottom: 8px
    }

    .premade__item {
        max-width: calc(50% - 8px)
    }

    .funds {
        padding: 32px 0
    }

    .funds__inner {
        align-items: flex-start
    }

    .funds__images-img {
        margin: 0 -10px;
        width: calc(100% + 20px)
    }

    .funds__content .btn {
        width: 100%
    }

    .funds__descr {
        margin-bottom: 32px
    }

    .reviews {
        padding: 32px 0
    }

    .reviews__title {
        margin-bottom: 8px
    }

    .reviews__text {
        margin-bottom: 24px
    }

    .reviews__slider {
        padding: 0 64px
    }

    .reviews__slider-arrows--1 .carousel-control-prev {
        left: 0px
    }

    .reviews__slider-arrows--1 .carousel-control-next {
        right: 0px
    }

    .reviews__slider-content {
        font-size: 16px;
        margin-bottom: 24px
    }

    .reviews__author-name {
        font-size: 14px
    }

    .reviews__author-descr {
        font-size: 12px
    }

    .cta {
        padding: 32px 0
    }

    .cta__inner {
        padding: 32px
    }

    .cta .btn {
        padding: 10px 64.5px
    }

    .faq {
        padding: 32px 0
    }

    .faq__text {
        margin-bottom: 24px
    }

    .banner__inner {
        padding: 32px
    }

    .banner__title {
        font-size: 24px
    }

    .banner__subtitle {
        font-size: 14px
    }

    .investors-content__item-content {
        padding: 4px 0
    }

    .industries__info-title {
        font-size: 20px
    }

    .industries__info p {
        font-size: 14px
    }

    .profile-head__content {
        padding: 24px
    }

    .profile-head__content {
        gap: 16px
    }

    .profile-head__top-tag {
        font-size: 10px
    }

    .profile-head__top-title {
        font-size: 20px
    }

    .profile-head__middle {
        gap: 16px 8px
    }

    .profile-head__middle-item span {
        font-size: 12px
    }

    .profile-head__middle-item p {
        font-size: 14px
    }

    .profile-about__profile-title,
    .profile-about__tag-title {
        font-size: 18px
    }

    .profile-about__profile p {
        font-size: 14px
    }

    .profile-about__tag {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px
    }

    .profile-contact__item {
        padding: 8px 0
    }

    .profile-contact__items {
        font-size: 12px
    }

    .faq__questions-text {
        font-size: 14px
    }

    .clear-search--lg {
        margin-left: 10px;
        opacity: 0;
        visibility: hidden
    }

    .clear-search--mb {
        display: block
    }

    .pagination__show-numb {
        font-size: 14px
    }

    .pagination__show-list-item,
    .pagination__item {
        font-size: 14px
    }

    .add-fund__content {
        gap: 32px
    }

    .add-fund__forms {
        padding-right: 0
    }

    .h2-custom {
        font-size: 20px
    }

    .investors__top-numb {
        font-size: 14px;
    }

    .lh-1-62 {
        line-height: 150% !important;
    }
}

@media (max-width: 991px) {
    .investors__filter-right {
        top: 126.5px;
        padding: 0 15px;
        margin: 0 -15px
    }
}

@media (min-width: 992px) {
    .footer__bottom .product-hunt {
        margin-bottom: 0
    }

    .footer__bottom .policy {
        margin-bottom: 0
    }
}

@media (max-width: 780px) {

    .pagination__item,
    .pagination__show-numb {
        width: 30px;
        height: 30px;
        font-size: 10px !important;
        padding: 0
    }

    .pagination__show-numb svg {
        width: 5px;
        height: 5px;
        margin-bottom: 2px !important
    }

    .pagination__show-list-item {
        font-size: 10px
    }

    .pagination__show-list {
        min-width: 80px
    }

    .noscroll {
        overflow: hidden
    }

    .h1-custom {
        font-size: 24px
    }

    .h2-custom {
        font-size: 20px
    }

    .h3-custom {
        font-size: 18px
    }

    .h4-custom {
        font-size: 16px
    }

    .subtitle {
        font-size: 14px
    }

    .btn-custom {
        font-size: 12px
    }

    .pagination__show-numb {
        font-size: 12px
    }

    .pagination__show-list-item,
    .pagination__item {
        font-size: 12px
    }

    .popup {
        padding: 24px;
        width: 290px
    }

    .popup .close {
        top: 24px;
        right: 24px
    }

    .popup__title {
        font-size: 18px
    }

    .popup-1 .btn {
        width: 100%
    }

    .popup-2__btns {
        flex-direction: column
    }

    .header.fixed {
        position: fixed
    }

    .header .logo {
        font-size: 16px
    }

    .burger-menu {
        position: fixed
    }

    .burger-menu.active {
        min-height: 100vh;
        min-height: -webkit-fill-available;
        height: 100%;
        overflow-y: auto;
    }

    .burger-menu__inner {
        height: 100%;
        justify-content: space-between
    }

    .burger-menu .header__btns {
        flex-direction: column;
        padding-bottom: 5rem
    }

    .burger-menu .header__btns .btn {
        width: 100%
    }

    .footer__inner {
        padding: 25px 10px
    }

    .faq__questions-title {
        font-size: 16px;
        text-align: left
    }

    .upgrade__inner {
        border-radius: 16px;
        gap: 16px
    }

    .upgrade__text {
        font-size: 14px
    }

    .pagination__shows {
        justify-content: center
    }

    .hero__subtitle {
        margin: 0 15px 32px 0
    }

    .hero__btns {
        flex-direction: column;
        gap: 8px
    }

    .hero__btns .btn {
        width: 100%
    }

    .hero__clue {
        font-size: 12px
    }

    .hero__clue-img {
        width: 12px;
        height: 12px
    }

    .hero__img {
        margin: 0 -10px;
        width: calc(100% + 20px)
    }

    .advantages__inner {
        padding: 32px 0;
        gap: 32px
    }

    .advantages__title {
        margin-bottom: 4px
    }

    .advantages__lines {
        height: 1px;
        width: 100%
    }

    .companies__inner {
        padding: 32px 0
    }

    .financing__item {
        max-width: 100%
    }

    .financing__title {
        margin-bottom: 8px
    }

    .financing__subtitle {
        margin-bottom: 32px
    }

    .premade__inner {
        padding: 24px
    }

    .premade__items {
        margin: 24px 0;
        gap: 8px
    }

    .premade__item {
        max-width: 100%
    }

    .funds__inner {
        gap: 24px
    }

    .funds__descr-item {
        font-size: 14px
    }

    .funds__descr-item::before {
        top: 1px
    }

    .funds__content .btn {
        padding: 10px 20px
    }

    .reviews__slider {
        padding: 0
    }

    .cta__inner {
        padding: 24px
    }

    .cta .btn {
        width: 100%
    }

    .faq__title {
        margin-bottom: 8px
    }

    .investors__top-numb {
        font-size: 14px
    }

    .investors__top-search {
        flex: 1 0 fit-content;
        margin-right: 45px
    }

    .investors__top-search-box {
        max-width: 100%
    }

    .investors__top-search-text {
        padding: 6.5px 38px 6.5px 40px
    }

    .banner__title {
        font-size: 24px
    }

    .banner__subtitle {
        font-size: 14px
    }

    .investors-content__showing {
        font-size: 12px
    }

    .investors-content__name {
        font-size: 12px
    }

    .investors-content__item-content-btn {
        width: 100%
    }

    .investors-content__item-content-element {
        font-size: 10px
    }

    .investors-content__items-title {
        padding-top: 2px;
        font-size: 12px
    }

    .investors-content__item-content-title {
        font-size: 12px
    }

    .investors-content__item-content-subtitle {
        font-size: 10px
    }

    .investors-content__item-content-descr {
        font-size: 10px
    }

    .investors-content__item-content-status {
        font-size: 10px
    }

    .industries__items {
        padding: 8px
    }

    .profile-head__middle-item p {
        font-size: 12px
    }

    .profile-head__middle {
        flex-wrap: wrap
    }

    .profile-head__middle-item {
        max-width: 117px
    }

    .profile-contact {
        padding: 16px 0
    }

    .profile-contact__mail {
        margin-top: 12px
    }

    .profile-contact__item {
        padding: 12px 0;
        border-top: none;
        border-bottom: 1px solid var(--secondary-light, #eee)
    }

    .profile-contact__item:last-child {
        border-bottom: none
    }

    .contacts-lock {
        font-size: 14px
    }

    .investors__top-right {
        padding: 0
    }

    .investors__top-btn,
    .rounded-button {
        justify-content: space-between;
        padding: 6px 9px 6px 5px;
        font-size: 12px;
        gap: 0;
        height: 26px
    }

    .plus {
        scale: .8
    }

    .investors__filter-items {
        gap: 6px
    }

    .investors__filter-item {
        font-size: 12px;
        height: 30px;
        padding: 6px 8px
    }

    .investors__filter-name {
        padding: 0 2px
    }

    .investors__filter-right {
        top: 111px;
        padding: 0 15px;
        margin: 0 -15px
    }

    .investors__filter-btn--reset {
        height: 30px
    }

    .investors__filter-list--7.active {
        left: unset;
        right: -100px
    }

    .sign-or {
        position: relative;
        top: unset
    }

    .authorization__signin {
        margin-top: -37px
    }

    .sign-btn {
        font-size: 14px !important
    }

    .reset-password-success__img {
        width: 56px;
        height: 56px;
        padding: 12px
    }

    .reset-password-success__btn {
        font-size: 14px
    }
    .pricing__text {
        margin-bottom: 25px;
    }

    .pricing__item {
        /* padding: 24px */
    }
    .pricing__item-btn {
        font-size: 16px;
    }
        .pricing .tab-content {
            margin-bottom: 22px;
        }
    .pricing__item.popular:before {
        /* top: 24px;
        right: 24px */
    }
    .pricing__items-element {
        padding: 8px;
    }
    .pricing__titles-descr {
        font-size: 14px
    }
    .pricing__descr-item.check-0 {
        padding-left: 24px;
    }
    .out-of-tokens__btn {
        font-size: 16px;
    }
    .lifetime__item-btn {
        width: 100%;
        font-size: 16px;
    }
    .add-fund__forms {
        gap: 24px
    }

    .add-fund__about-inputs .user-box,
    .add-fund__investors-inputs .user-box,
    .add-fund__social-inputs .user-box,
    .add-fund .form__dropdown,
    .add-fund__investors-inputs .form__dropdown {
        width: 100% !important
    }

    .authorization__sign-item {
        padding: 24px
    }
}
@media (max-width: 480px) {
    .out-of-tokens {
        flex-direction: column;
        gap: 16px;
    }
    .out-of-tokens__text {
        gap: 16px;
    }
    .out-of-tokens__btn {
        width: 100%;
    }
}

@media (max-width: 420px) {

    .pagination__item,
    .pagination__show-numb {
        width: 30px;
        height: 30px;
        font-size: 12px !important;
        padding: 0
    }
}

.crowdfunding-primer__types {
    text-align: center
}

.crowdfunding-primer__types-img {
    max-width: 100%;
    height: auto
}

.crowdfunding-primer__types-img--lg {
    width: 955px
}

@media (max-width: 767px) {
    .crowdfunding-primer__types-img--lg {
        display: none;
        visibility: hidden
    }
}

.crowdfunding-primer__types-img--sm {
    width: 552px
}

@media (min-width: 768px) {
    .crowdfunding-primer__types-img--sm {
        display: none;
        visibility: hidden
    }
}

.info-table {
    position: relative
}

.info-table__heading {
    font-weight: bolder
}

.info-table__heading .info-table__row {
    border-bottom: 2px solid #cecece
}

.info-table__row {
    padding: .5rem 0;
    border-bottom: 1px dashed #cecece
}

.info-table__body .info-table__row:first-child {
    margin-top: -1px;
    border-top: 1px dashed #cecece
}

.info-table__col {
    padding: 0 7px
}

.map-info-wrapper {
    overflow-x: auto
}

.map-info {
    min-width: 550px;
    font-size: 13px;
    line-height: 15px
}

.map-info .info-table__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

.map-info .info-table__col {
    flex: 0 0 18%;
    max-width: 18%;
    text-align: center
}

.map-info .map-info__num {
    flex: 0 0 7%;
    max-width: 7%
}

.map-info .map-info__regulator {
    flex: 0 0 21%;
    max-width: 21%
}

.crowd-defs {
    font-size: 14px;
    line-height: 16px
}

.crowd-defs__name {
    font-size: 15px;
    line-height: 17px;
    font-weight: bolder
}

@media (max-width: 768px) {
    .crowd-defs .info-table__heading {
        margin: 0;
        padding: 0;
        display: none;
        visibility: hidden
    }

    .crowd-defs__name {
        margin: 0 0 3px
    }

    .crowd-defs__category {
        margin: 0 0 5px
    }

    .section-mobile {
        flex-wrap: wrap;
        justify-content: start;
        row-gap: 10px;
    }

    .ml--2 {
        margin-left: 7px;
    }

    .custom-item-mobile {
        max-width: unset;
    }

    .section-mobile .custom-dropdown-item:nth-child(1),
    .section-mobile .custom-dropdown-item:nth-child(2),
    .section-mobile .custom-dropdown-item:nth-child(3) {
        flex: 1 1 100%;
    }

    .section-mobile .btn:nth-child(3),
    .section-mobile .btn:nth-child(4),
    .section-mobile .btn:nth-child(5) {
        flex: 1 1 46%;
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .crowd-defs .info-table__row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .crowd-defs__name {
        flex: 0 0 30%
    }

    .crowd-defs__category {
        flex: 0 0 25%;
        text-align: center
    }

    .crowd-defs__defs {
        flex: 0 0 45%
    }
}

.crowd-assoc {
    font-size: 14px;
    line-height: 16px
}

.crowd-assoc__name {
    font-size: 15px;
    line-height: 17px;
    font-weight: bolder
}

.crowd-assoc__website {
    word-break: break-all
}

@media (max-width: 768px) {
    .crowd-assoc .info-table__heading {
        margin: 0;
        padding: 0;
        display: none;
        visibility: hidden
    }

    .crowd-assoc__num {
        margin: 0;
        padding: 0;
        display: none;
        visibility: hidden
    }

    .crowd-assoc__name {
        margin: 0 0 4px
    }

    .crowd-assoc__region {
        margin: 0 0 6px
    }

    .crowd-assoc__desc {
        margin: 0 0 4px
    }
}

@media (min-width: 768px) {
    .crowd-assoc .info-table__row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .crowd-assoc__num {
        flex: 0 0 3%
    }

    .crowd-assoc__name {
        flex: 0 0 22%
    }

    .crowd-assoc__region {
        flex: 0 0 15%;
        text-align: center
    }

    .crowd-assoc__desc {
        flex: 0 0 43%
    }

    .crowd-assoc__website {
        flex: 0 0 17%
    }
}

@media (min-width: 992px) {
    .crowdfunding-map {
        max-width: 94%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 992px) {
    .about__row {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 -15px
    }

    .about__col-info {
        position: relative;
        flex: 1 1 auto;
        padding: 0 25px 0 15px
    }

    .about__col-stat {
        position: relative;
        flex: 0 0 410px;
        margin: 0;
        padding: 0 15px 0 25px;
        border-top: 0 !important;
        border-left: 1px solid #cecece
    }
}

.about__col-info {
    text-align: justify
}

.about__col-stat {
    border-top: 0 !important
}

.about__col-stat h5 {
    margin: 0 0 .25rem;
    font-size: 16px;
    font-weight: 600
}

.about__col-stat ul {
    margin: 0 0 .375rem;
    padding: 0 0 0 1.1rem;
    list-style-type: square
}

.about__col-stat p {
    margin: 0 0 .75rem;
    font-size: 15px;
    line-height: 19px
}

.about__col-stat li {
    font-size: 15px;
    line-height: 21px
}

.timeline {
    max-width: 1270px;
    margin: 0 auto;
    padding: 2.5rem 0 2rem
}

.timeline h3 {
    margin: 0 0 3rem;
    text-align: center
}

.timeline__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.timeline__item {
    position: relative;
    flex: 1 0 50%;
    margin-bottom: 45px;
    padding: 30px 15px;
    font-size: 15px;
    line-height: 1;
    text-align: center
}

.timeline__name,
.timeline__value {
    position: absolute;
    right: 0;
    left: 0
}

.timeline__name {
    top: 0;
    font-weight: bold
}

.timeline__value {
    bottom: 0
}

.timeline__line {
    position: relative;
    height: 2px;
    margin: .75rem -15px;
    background: #cecece
}

.timeline__line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #cecece;
    background: #fff;
    transform: translate(-50%, -50%)
}

.timeline__item-next .timeline__line::after,
.timeline__item--completed .timeline__line::after {
    border-color: #1874c1;
    background: #1874c1
}

.timeline__item-next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #1874c1;
    transform: translateY(-50%)
}

@media (min-width: 740px) {
    .timeline__item {
        position: relative;
        flex: 1 0 33.333%
    }
}

@media (min-width: 910px) {
    .timeline__inner {
        flex-wrap: nowrap
    }

    .timeline__item {
        flex: 1 0 14%;
        margin-bottom: 0;
        padding: 100px 15px
    }

    .timeline__line::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 1px;
        margin-left: -1px;
        height: 57px;
        border: 1px dashed #1874c1
    }

    .timeline__info {
        z-index: 2;
        position: absolute;
        bottom: 173px;
        right: 5px;
        left: 5px;
        display: block;
        background: #fff
    }

    .timeline__item:nth-child(2n) .timeline__line::before {
        top: 0;
        bottom: auto
    }

    .timeline__item:nth-child(2n) .timeline__info {
        bottom: auto;
        top: 173px
    }

    .timeline__name,
    .timeline__value {
        position: static;
        right: 0;
        left: 0
    }

    .timeline__name {
        margin: 0 0 7px
    }

    .timeline__item-next {
        padding: 15px
    }

    .timeline__item-next .timeline__line::before {
        content: none
    }

    .timeline__item-next .timeline__name {
        margin-bottom: 24px
    }

    .timeline__item-next .timeline__value {
        margin-top: 24px
    }
}

.altfin-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: .75rem 0;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #cecece
}

.altfin-item:first-child {
    border-top: 1px solid #cecece
}

.altfin-item__col {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 6px
}

.altfin-item__col:before {
    content: "";
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600
}

.altfin-item__lender,
.altfin-item__platform {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.altfin-item__lender:before,
.altfin-item__platform:before {
    content: none
}

.altfin-item__lender img,
.altfin-item__platform img {
    margin-left: 5px;
    max-height: 65px;
    max-width: 70px
}

.altfin-item__desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
    text-align: justify
}

.altfin-item__type,
.altfin-item__region,
.altfin-item__amount,
.altfin-item__length {
    flex: 0 0 49.99999%;
    max-width: 49.99999%;
    padding: 0 2px;
    margin-bottom: 11px;
    line-height: 14px;
    text-align: center
}

.altfin-item__type:before {
    content: "Financing type"
}

.altfin-item__region:before {
    content: "Country/region"
}

.altfin-item__amount:before {
    content: "Financing amount"
}

.altfin-item__length:before {
    content: "Length"
}

.altfin-item__rate:before {
    display: inline;
    content: "Interest rate for crowdlending: "
}

.altfin-item__rate {
    font-size: 10px;
    line-height: 14px
}

.altfin-item__btn {
    display: none
}

.altfin-item__link {
    word-break: break-all
}

@media (min-width: 400px) {

    .altfin-item__type,
    .altfin-item__region,
    .altfin-item__amount,
    .altfin-item__length {
        flex: 0 0 24.99999%;
        max-width: 24.99999%
    }
}

@media (min-width: 992px) {
    .altfin-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .altfin-item:first-child {
        border-top: none
    }

    .altfin-item__col {
        flex: 0 0 9%;
        max-width: 9%;
        margin: 0;
        padding: 0 6px;
        font-size: 13px;
        line-height: 16px;
        text-align: center
    }

    .altfin-item__col span {
        font-size: 12px;
    }

    .grants-heading__col:before,
    .altfin-item__col:before {
        content: ""
    }

    .altfin-item__lender,
    .altfin-item__platform {
        flex: 0 0 22%;
        max-width: 22%;
        text-align: left
    }

    .altfin-item__lender:before,
    .altfin-item__platform:before {
        content: none
    }

    .altfin-item__type {
        flex: 0 0 11%;
        max-width: 11%;
        line-height: 14px
    }

    .altfin-item__region {
        flex: 0 0 11%;
        max-width: 11%
    }

    .altfin-item__amount {
        flex: 0 0 8%;
        max-width: 8%
    }

    .altfin-item__length {
        flex: 0 0 8%;
        max-width: 8%
    }

    .altfin-item__rate {
        flex: 0 0 7%;
        max-width: 7%;
        font-size: 11px;
        line-height: 14px
    }

    .altfin-item__desc {
        flex: 0 0 26%;
        max-width: 26%;
        text-align: justify
    }

    .altfin-item__desc--sm {
        flex: 0 0 19%;
        max-width: 19%
    }

    .altfin-item__info {
        flex: 0 0 13%;
        max-width: 13%;
        text-align: left
    }

    .altfin-item__info--sm {
        flex: 0 0 14%;
        max-width: 14%
    }

    .altfin-item__btn {
        display: inline-block
    }

    .altfin-item__link {
        display: none
    }
}

.investors-list-heading {
    display: none
}

@media (min-width: 992px) {
    .investors-list-heading {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1rem;
        padding: .35rem 0;
        border-bottom: 1px solid #cecece
    }

    .investors-list-heading__col {
        margin: 0 !important;
        padding: 0 6px;
        text-align: center !important
    }

    .investors-list-heading__col.grants-item__name {
        text-align: left
    }

    .investors-list-heading__col.grants-item__desc {
        text-align: center
    }

    .investors-list-heading h6 {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
        font-weight: bold
    }
}

.investors-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: .75rem 0;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #cecece
}

.investors-list:first-child {
    border-top: 1px solid #cecece
}

.investors-list-item__col {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 6px
}

.investors-list-item__col:before {
    content: "";
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600
}

.investors-list-item__lender,
.investors-list-item__platform {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.investors-list-item__lender:before,
.investors-list-item__platform:before {
    content: none
}

.investors-list-item__lender img,
.investors-list-item__platform img {
    margin-left: 5px;
    max-height: 65px;
    max-width: 70px
}

.investors-list-item__desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
    text-align: justify
}

.investors-list-item__type,
.investors-list-item__region,
.investors-list-item__amount,
.investors-list-item__length {
    flex: 0 0 49.99999%;
    max-width: 49.99999%;
    padding: 0 2px;
    margin-bottom: 11px;
    line-height: 14px;
    text-align: center
}

.investors-list-item__type:before {
    content: "Financing type"
}

.investors-list-item__region:before {
    content: "Country/region"
}

.investors-list-item__amount:before {
    content: "Financing amount"
}

.investors-list-item__length:before {
    content: "Length"
}

.investors-list-item__rate:before {
    display: inline;
    content: "Interest rate for crowdlending: "
}

.investors-list-item__rate {
    font-size: 10px;
    line-height: 14px
}

.investors-list-item__btn {
    color: #1874c1
}

.investors-list-item__link {
    word-break: break-all
}

@media (min-width: 400px) {

    .investors-list-item__type,
    .investors-list-item__region,
    .investors-list-item__amount,
    .investors-list-item__length {
        flex: 0 0 24.99999%;
        max-width: 24.99999%
    }
}

@media (min-width: 992px) {
    .investors-list-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .investors-list-item:first-child {
        border-top: none
    }

    .investors-list-item__col {
        flex: 0 0 9%;
        max-width: 9%;
        margin: 0;
        padding: 0 6px;
        font-size: 13px;
        line-height: 16px;
        text-align: center
    }

    .investors-list-heading__col:before,
    .investors-list-item__col:before {
        content: ""
    }

    .investors-list-item__lender,
    .investors-list-item__platform {
        flex: 0 0 22%;
        max-width: 22%;
        text-align: left
    }

    .investors-list-item__lender:before,
    .investors-list-item__platform:before {
        content: none
    }

    .investors-list-item__desc {
        flex: 0 0 61%;
        max-width: 61%;
        text-align: justify
    }

    .investors-list-item__info {
        flex: 0 0 17%;
        max-width: 17%;
        text-align: left
    }

    .investors-list-item__btn {
        display: inline-block
    }

    .investors-list-item__link {
        display: none
    }
}

.grants-heading {
    display: none
}

@media (min-width: 992px) {
    .grants-heading {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1rem;
        padding: .35rem 0;
        border-bottom: 1px solid #cecece
    }

    .grants-heading__col {
        margin: 0 !important;
        padding: 0 6px;
        text-align: center !important
    }

    .grants-heading__col.grants-item__name {
        text-align: left
    }

    .grants-heading__col.grants-item__desc {
        text-align: center
    }

    .grants-heading h6 {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
        font-weight: bold
    }
}

.grants-filters {
    margin-bottom: 1rem
}

.grants-filters__col {
    padding-top: 7.5px;
    padding-bottom: 7.5px
}

@media (min-width: 768px) {
    .grants-filters__col {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.grants-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: .75rem 0;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #cecece
}

.grants-item:first-child {
    border-top: 1px solid #cecece
}

.grants-item__col {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 6px
}

.grants-item__col:before {
    content: "";
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600
}

.grants-item__name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: left
}

.grants-item__type {
    margin-bottom: 11px;
    line-height: 14px
}

.grants-item__desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
    text-align: justify
}

.grants-item__country,
.grants-item__money-amount,
.grants-item__support-type,
.grants-item__length {
    flex: 0 0 24.99999%;
    max-width: 24.99999%;
    padding: 0 2px;
    text-align: center
}

.grants-item__country:before {
    content: "Country"
}

.grants-item__money-amount:before {
    content: "Money amount"
}

.grants-item__support-type:before {
    content: "Support type"
}

.grants-item__length:before {
    content: "Length"
}

.grants-item__btn {
    display: none;
    color: #1874c1
}

.grants-item__link {
    word-break: break-all;
    color: #1874c1
}

@media (min-width: 992px) {
    .grants-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .grants-item:first-child {
        border-top: none
    }

    .grants-item__col {
        flex: 0 0 9%;
        max-width: 9%;
        margin: 0;
        padding: 0 6px;
        text-align: center
    }

    .grants-heading__col:before,
    .grants-item__col:before {
        content: ""
    }

    .grants-item__name {
        flex: 0 0 14%;
        max-width: 14%;
        text-align: left
    }

    .grants-item__type {
        flex: 0 0 11%;
        max-width: 11%
    }

    .grants-item__country {
        flex: 0 0 8%;
        max-width: 8%;
        word-wrap: break-word;
    }

    .grants-item__money-amount {
        flex: 0 0 11%;
        max-width: 11%
    }

    .grants-item__support-type {
        flex: 0 0 7%;
        max-width: 7%;
        word-wrap: break-word;
    }

    .grants-item__length {
        flex: 0 0 7%;
        max-width: 7%
    }

    .grants-item__desc {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: justify
    }

    .grants-item__info {
        flex: 0 0 17%;
        max-width: 17%;
        text-align: left
    }

    .grants-item__btn {
        display: inline-block
    }

    .grants-item__link {
        display: none
    }
}

.grants-item__collapse {
    margin: 0 0 .375rem;
    text-align: left
}

.grants-item__collapse-toggle {
    position: relative;
    margin: 0;
    padding: 0;
    color: #1874c1;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.grants-item__collapse-toggle:focus,
.grants-item__collapse-toggle:hover {
    text-decoration: none;
    outline: 0
}

.grants-item__collapse-toggle::after {
    display: inline-block;
    margin-right: .255em;
    margin-left: .255em;
    vertical-align: .175em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0);
    transition: transform 250ms linear
}

.is-active.grants-item__collapse-toggle::after {
    transform: rotate(-180deg)
}

.grants-item__collapse-content {
    max-height: 0;
    font-size: 11px;
    line-height: 13px;
    text-align: justify;
    overflow: hidden;
    transition: max-height 250ms linear
}

.grants-item__collapse-content.is-active {
    max-height: 1500px
}

.detailed-timeline-item p,
.detailed-timeline-item li {
    font-size: 15px;
    line-height: 21px;
    text-align: justify
}

.detailed-timeline-item {
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #1874c1;
    padding-bottom: 50px
}

.hint-dropdown {
    z-index: 5;
    max-width: 100%
}

.hint-dropdown .dropdown-toggle {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 19px;
    font-size: inherit;
    font-weight: inherit;
    white-space: normal;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    outline: 0
}

.hint-dropdown--icon-only .dropdown-toggle {
    padding-left: 0
}

.hint-dropdown .dropdown-toggle:focus,
.hint-dropdown .dropdown-toggle:hover {
    outline: 0;
    box-shadow: none
}

.hint-dropdown .dropdown-toggle:after {
    content: none
}

.hint-dropdown__circle {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

.hint-dropdown__circle::before {
    content: "?";
    font-size: 11px;
    line-height: 15px
}

.hint-dropdown .dropdown-menu {
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-align: justify;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    background: #fff
}

.custom-dropdown,
.multiselect.dropdown-toggle.btn.btn-default {
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.multiselect-container>li>a>label {
    color: #212529 !important;
    padding: 3px 20px 3px 20px !important
}

.cursor-pointer {
    cursor: pointer
}

.associations-content {
    padding: 24px 0
}

.associations-heading {
    display: none
}

@media (min-width: 992px) {
    .associations-heading {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        padding: .35rem 0;
        border-bottom: 1px solid #cecece
    }

    .associations-heading__col {
        padding: 0 10px;
        text-align: center
    }

    .associations-heading__col.associations-item__desc {
        text-align: center
    }

    .associations-heading h6 {
        margin: 0;
        font-weight: bold
    }
}

.associations-data {
    border-top: 1px solid #cecece
}

.associations-item {
    padding: 16px 0;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #cecece
}

.associations-item__col {
    position: relative;
    margin: 0 0 6px
}

.associations-item__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 6px;
    font-weight: 600;
    text-align: left
}

.associations-item__col-img img {
    max-height: 85px;
    max-width: 90px;
    margin-left: 10px
}

.associations-item__title-country {
    display: block;
    margin-top: 3px;
    font-weight: 400
}

.associations-item__desc {
    font-size: 11px;
    line-height: 16px;
    text-align: justify
}

.associations-item__country {
    display: none
}

.associations-item__info {
    margin: 0;
    display: flex
}

.associations-item__link {
    word-break: break-all
}

.associations-item__btn {
    display: none
}

@media (min-width: 992px) {
    .associations-data {
        max-width: none
    }

    .associations-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .associations-item__col {
        margin: 0;
        text-align: center;
        padding: 0 10px
    }

    .associations-item__name {
        flex: 0 0 30%;
        max-width: 30%;
        text-align: left
    }

    .associations-item__title-country {
        display: none;
        margin: 0
    }

    .associations-item__country {
        display: block;
        flex: 0 0 15%;
        max-width: 15%
    }

    .associations-item__desc {
        flex: 0 0 45%;
        max-width: 45%;
        text-align: justify
    }

    .associations-item__info {
        flex: 0 0 10%;
        max-width: 10%;
        justify-content: center
    }

    .associations-item__link {
        display: none
    }

    .associations-item__btn {
        display: inline-block
    }
}

.detailed-timeline-item__info {
    font-size: 14px;
    line-height: 16px
}

.detailed-timeline-item__info-dropdown {
    margin-bottom: 12px;
    padding-left: 30px
}

.detailed-timeline-item__info-dropdown .dropdown-toggle {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    outline: 0
}

.detailed-timeline-item__info-dropdown .dropdown-toggle:focus,
.detailed-timeline-item__info-dropdown .dropdown-toggle:hover {
    outline: 0;
    box-shadow: none
}

.detailed-timeline-item__content p:last-child {
    margin: 0
}

.detailed-timeline-item__info-dropdown .dropdown-toggle:after {
    content: none
}

@media (max-width: 991px) {
    .detailed-timeline-item__info {
        position: absolute;
        top: -18px;
        padding-left: 10px
    }

    .detailed-timeline-item__info-dropdown {
        margin-top: -4px
    }
}

.detailed-timeline-item__title {
    padding-left: 10px;
    line-height: 26px
}

.detailed-timeline-item__mark {
    position: absolute;
    top: 0;
    left: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #1874c1
}

.detailed-timeline-item__links {
    margin-top: 20px
}

.detailed-timeline-item__links .btn {
    margin: 0 10px 10px 0
}

.detailed-timeline-item:last-child {
    padding-bottom: 0
}

.detailed-timeline-item:last-child .detailed-timeline-item__content {
    padding-bottom: 0
}

.detailed-timeline-item__aside h6,
.detailed-timeline-item__aside li {
    font-size: 14px;
    line-height: 16px;
    text-align: left
}

.detailed-timeline-item__aside ul {
    padding-left: 25px;
    margin-bottom: .5rem
}

.detailed-timeline-item__aside h6 {
    font-weight: bolder
}

.detailed-timeline-item__aside p {
    font-size: 12px;
    line-height: 14px
}

@media (min-width: 768px) {
    .detailed-timeline-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start
    }

    .detailed-timeline-item__content {
        flex: 1 0 500px
    }

    .detailed-timeline-item__links {
        flex: 0 0 210px;
        margin: 0;
        padding-left: 25px;
        align-self: center;
        text-align: center
    }

    .investment-process--pe-vc .detailed-timeline-item__links {
        padding-left: 43px
    }

    .detailed-timeline-item__links .btn {
        width: 100%;
        margin: 0 0 10px
    }

    .detailed-timeline-item__links .btn--inline {
        width: 31%
    }
}

@media (min-width: 992px) {
    .detailed-timeline-item {
        border: 0;
        padding: 0
    }

    .detailed-timeline-item:last-child .detailed-timeline-item__content {
        padding-bottom: 0
    }

    .detailed-timeline-item__content {
        position: relative;
        padding-left: 10px;
        padding-bottom: 35px;
        border-left: 1px solid #1874c1
    }

    .detailed-timeline-item__info {
        flex: 0 0 120px;
        text-align: center;
        line-height: 26px
    }

    .detailed-timeline-item__info-dropdown {
        text-align: left
    }
}

.investment-process__heading {
    position: relative
}

@media (min-width: 768px) {
    .investment-process__heading-link {
        position: absolute;
        bottom: 0;
        right: 0
    }
}

.pulsating-circle {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px
}

.pulsating-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12;
    line-height: 1;
    color: #000;
    transform: translateX(-50%) translateY(-50%)
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 45px;
    background-color: #1874c1;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.pulsating-circle:after {
    content: "?";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33)
    }

    80%,
    100% {
        opacity: 0
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.8)
    }
}

.small-border {
    padding: 20px;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.fin-options__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch
}

@media (min-width: 992px) {
    .fin-options__row {
        flex-flow: row nowrap
    }
}

.fin-options__item {
    flex: 0 0 49.999%;
    padding: 25px 15px;
    text-align: center;
    border-right: 1px dashed #cecece;
    border-bottom: 1px dashed #cecece
}

.fin-options__item:last-child {
    border-right: none;
    border-bottom: none
}

@media (max-width: 767px) {
    .fin-options__item:nth-child(2n) {
        border-right: none
    }
}

@media (min-width: 768px) {
    .fin-options__item {
        flex: 0 0 33.333%
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .fin-options__item:nth-last-child(-n+2) {
        border-bottom: none
    }

    .fin-options__item:nth-child(3n) {
        border-right: none
    }
}

@media (min-width: 992px) {
    .fin-options__item {
        flex: 0 0 19.999%;
        border-bottom: none
    }

    .fin-options__item:last-child {
        border-right: none
    }
}

.fin-options__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px
}

.fin-options__item-img img {
    transition: 250ms
}

.fin-options__item-count {
    margin: 0 0 7px;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: bold;
    color: #1874c1
}

@media (min-width: 768px) {
    .fin-options__item-count {
        font-size: 1.75rem
    }
}

.fin-options__item-name {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #000
}

.fin-options__item-desc {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.1
}

.fin-options__btn {
    margin: 0;
    margin-top: auto;
    padding: 4px 24px;
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #1874c1;
    transition: 250ms ease;
    border: 1px solid #1874c1;
    border-radius: 4px;
    align-self: center
}

.financing-options-item__link:focus .fin-options__btn,
.financing-options-item__link:hover .fin-options__btn {
    color: #fff;
    background-color: #1874c1;
    border-color: #1874c1
}

.fin-options__item .financing-options-item__link {
    min-height: 100%;
    display: flex;
    flex-flow: column
}

.bottom-button {
    margin: 0;
    margin-top: auto;
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    align-self: center
}

.add-fund__instructions-wrapper {
    border-bottom: 1px solid #cecece
}

@media (min-width: 991px) {
    .add-fund__instructions__inner {
        height: 100%;
        border-left: 1px solid #cecece
    }

    .add-fund__instructions-wrapper {
        height: 100%;
        border-bottom: none
    }
}

.add-fund__instructions-wrapper ul {
    font-size: 15px;
    line-height: 1.25;
    list-style-type: square
}

.add-fund__instructions-wrapper ul li {
    margin-bottom: 1rem
}

.dropdown-wrapper-sm .multiselect-native-select button {
    height: calc(1.5em + .5rem - 1px)
}

.dropdown-wrapper-sm .multiselect-native-select button span {
    line-height: 1.2;
    font-size: 14px;
    vertical-align: super
}

.icon-primary {
    color: #1874c1
}

.or-separator {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 50px;
    text-align: center
}

.or-separator::before,
.or-separator::after {
    position: absolute;
    width: 40%;
    height: 1px;
    top: 24px;
    background-color: #aaa;
    content: ""
}

.or-separator::before {
    left: 0
}

.or-separator::after {
    right: 0
}

.announcement-wrapper {
    font-size: 15px
}

.announcement-wrapper svg {
    width: 10px;
    height: 10px;
    vertical-align: initial
}

.announcement-wrapper .dismiss-wrapper {
    position: absolute;
    right: 15px;
    cursor: pointer
}

.announcement-wrapper a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline
}

.image-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

.container-article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px
}

.location-autocomplete-wrapper .dropdown-item {
    font-size: 14px
}

.max-width-unset {
    max-width: unset
}

.feed-gap {
    top: 332px
}

@media (min-width: 1051px) {
    .feed-gap {
        top: 308px
    }
}

@media (min-width: 1129px) {
    .feed-gap {
        top: 284px
    }
}

.fs-65-percent {
    font-size: 65%
}

@media (max-width: 1211px) {
    .blog-hidden {
        display: none !important
    }
}

.footer__middle-accordion-card {
    border: none !important;
    max-width: none !important;
    padding: 0 !important;
}

.error-block {
    display: none;
}

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