@charset "UTF-8";
    *, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    line-height: normal;
    word-break: break-word;
    background: rgba(244, 249, 242, 1);
  min-height: 100vh;
    /* background: linear-gradient(to right, #BBDEFB, #FFFFFF); */
    -webkit-font-smoothing: antialiased;
}

canvas, img, picture, svg, video {
    display: block;
    max-width: 100%;
    width: 100%}
button, input, select, textarea {
    font: inherit;
    color: inherit;
}
h1, h2, h3, h4, h5, h6, p {
    overflow-wrap: break-word;
    font: inherit;
}
.cta {
    display: inline-block;
    text-decoration: none;
    border: 0;
    color: #fff;
    text-align: center;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 24px 40px;
    background: rgba(13, 104, 191, 1);
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}
.cta:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 1) !important;
}
.cta:not(.cta--shwon) {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.cta--show {
    -webkit-animation: apear .3s ease-in-out forwards, pulse 1.5s linear .3s infinite;
    animation: apear .3s ease-in-out forwards, pulse 1.5s linear .3s infinite;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 11, 114, .6980392157);
    box-shadow: 0 0 12px 0 rgba(0, 11, 114, .6980392157);
    transition: all 0.3s ease;
}
.cta--show:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes apear {
    from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes apear {
    from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
}
25% {
    -webkit-transform: scale(.97);
    transform: scale(.97);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 11, 114, .568627451);
    box-shadow: 0 0 18px 0 rgba(0, 11, 114, .568627451);
}
50% {
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    -webkit-transform: scale(1);
    transform: scale(1);
}
75% {
    -webkit-box-shadow: 0 8px 18px 4px rgba(0, 11, 114, .5215686275);
    box-shadow: 0 8px 18px 4px rgba(0, 11, 114, .5215686275);
}
100% {
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
}
}@keyframes pulse {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
}
25% {
    -webkit-transform: scale(.97);
    transform: scale(.97);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 11, 114, .568627451);
    box-shadow: 0 0 18px 0 rgba(0, 11, 114, .568627451);
}
50% {
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    -webkit-transform: scale(1);
    transform: scale(1);
}
75% {
    -webkit-box-shadow: 0 8px 18px 4px rgba(0, 11, 114, .5215686275);
    box-shadow: 0 8px 18px 4px rgba(0, 11, 114, .5215686275);
}
100% {
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
    box-shadow: 0 8px 18px 0 rgba(0, 11, 114, .6980392157);
}
}.scroll-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 20px;
    background: rgba(13, 104, 191, 1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 0px 12px 0px rgba(1, 151, 210, 1);

}

.scroll-button:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
}
.timer {
    display: inline-block;
    text-decoration: none;
    border: 0;
    color: rgba(13, 104, 191, 1);
    text-align: center;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 24px 40px;
}
.timer strong {
    font-size: 28px;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.page--fixed {
    overflow: hidden;
}
.header {
    background: rgba(26, 26, 28, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header__cotnainer {
    max-width: 1112px;
    padding-inline: 16px;
    margin-inline: auto;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-block: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__logo {
    display: block;
    max-width: 67px;
}
.header__text {
    color: inherit;
    text-decoration: none;
    color: rgba(13, 104, 191, 1);
    text-align: center;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header__text:hover {
    text-decoration: underline;
}
.hero {
   background: url(../assets//imgs/bg.png);
    background-size: cover;

    position: relative;
    background-position: center;
    z-index: 1;
}

.hero__container {
    min-height: 520px;
    max-width: 1112px;
    padding-inline: 16px;
    margin-inline: auto;

}
@media (width >= 768px) {
    .hero__container {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 44px;
}
}.hero__content {
    padding-block: 40px;
}
@media (width >= 768px) {
    .hero__content {
    max-width: 620px;
    padding-right: 168px;
}
}.hero__pretitle {
    color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}

.hero__pretitle a {
  color: rgba(108, 213, 255, 1);
}
@media (width >= 768px) {
    .hero__pretitle {
    font-size: 18px;
    font-weight: 700;
}
}
.hero__title {
    margin-top: 10px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (width >= 768px) {
    .hero__title {
    margin-top: 30px;
    font-size: 34px;
}
}.news-leak {
    padding-block: 30px;
}
@media (width >= 768px) {
    .news-leak {
    padding-block: 40px;
}
}.news-leak__container {
    max-width: 1112px;
    padding-inline: 16px;
    margin-inline: auto;
}
.news-leak__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 40px;
}
@media (width >= 768px) {
    .news-leak__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}@media (width >= 1024px) {
    .news-leak__list {
    gap: 0;
}
}.news-leak__list-item {
    color: #000;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}
.news-leak__list-item a {
    font-weight: 700;
    color: rgba(13, 104, 191, 1);
}
@media (width >= 768px) {
    .news-leak__list-item {
    font-size: 18px;
}
}@media (width >= 1024px) {
    .news-leak__list-item {
    padding-right: 80px;
}
}.news-leak__img {
    margin-top: 20px;
    border-radius: 20px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.ceo-quote {
    padding-block: 20px;
}
@media (width >= 768px) {
    .ceo-quote {
    padding-block: 20px 40px;
}
}.ceo-quote__container {
    max-width: 1112px;
    padding-inline: 16px;
    margin-inline: auto;
}
.ceo-quote__top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}
@media (width >= 768px) {
    .ceo-quote__top-row {
   
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}.ceo-quote__top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}
@media (width >= 768px) {
    .ceo-quote__top-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 455px;
    flex: 1 1 455px;
}
}.ceo-quote__title {
    color: #000;
    font-family: Ubuntu;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.ceo-quote__text {
    color: #000;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}
@media (width >= 768px) {
    .ceo-quote__text {
    font-size: 18px;
}
}.ceo-quote__text a {
    color: rgba(13, 104, 191, 1);
    font-weight: 700;
}
.ceo-quote__act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (width >= 768px) {
  .ceo-quote__top-img {
    max-width: 455px;
    width: 100%;
    height: auto;
    max-height: max-content;
    object-fit: contain;
}
}.ceo-quote__bottom-row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
@media (width >= 768px) {
    .ceo-quote__bottom-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}.ceo-quote__bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
@media (width >= 768px) {
    .ceo-quote__bottom-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 510px;
    flex: 0 1 510px;
}
}.ceo-quote__bottom-img-wrapper {
    min-height: 50px;
    position: relative;
}
@media (width >= 768px) {
    .ceo-quote__bottom-img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 440px;
    flex: 0 1 440px;
    object-fit: cover;
    width: 100%;
}
}.ceo-quote__bottom-img {
    position: absolute;
    inset: 0;
    height: 100%}
.investment-growth__container {
    max-width: 1112px;
    padding-inline: 16px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.investment-growth__content {
    padding: 100px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../assets/imgs/investment-growth.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
@media (width >= 768px) {
    .investment-growth__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 20px;
    text-align: center;
}
}.investment-growth__title {
    color: #fff;
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
@media (width >= 768px) {
    .investment-growth__title {
    font-size: 32px;
    max-width: 580px;
}
}.investment-growth__subtitle {
    margin-top: 20px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
    margin-bottom: 40px;
}
@media (width >= 768px) {
    .investment-growth__subtitle {
    margin-top: 30px;
    font-size: 18px;
    max-width: 720px;
}
}.investment-growth__act {
    margin-top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}.investment-growth__text {
    margin-top: 10px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}
@media (width >= 768px) {
    .investment-growth__text {
    margin-top: 24px;
    font-size: 18px;
    max-width: 695px;
}
}.automated-success {
    padding-block: 20px;
}
@media (width >= 768px) {
    .automated-success {
    padding-block: 40px;
}
}.automated-success__container {
    max-width: 1112px;
    padding-inline: 16px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.automated-success__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.automated-success__item {
   -webkit-box-flex: 1;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#473c3c), to(#1a1a1c));
    background: linear-gradient(180deg, #473c3c 0, #1a1a1c 100%);
    padding: 20px;
}
@media (width >= 1024px) {
    .automated-success__item {
    padding: 30px;
}
}.automated-success__item-title {
    color: #fff;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.automated-success__item-subtitle {
    margin-top: 20px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}
.automated-success__item-text {
    margin-top: 16px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}
.automated-success__item-text a {
    font-size: 18px;
    font-weight: 700;
    color: rgba(13, 104, 191, 1);
}
.automated-success__item--img-wrapper {
    position: relative;
    overflow: hidden;
}
.automated-success__item--img-wrapper img {
    position: absolute;
    inset: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.automated-success__item--button {
    padding: 0;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.automated-success__item--mobile {
    position: relative;
}
.automated-success__item--mobile::after {
    content: "";
    display: block;
    padding-bottom: var(--ratio);
}
@media (width >= 768px) {
    .automated-success__item--mobile {
    display: none;
}
}.automated-success__item--desktop {
    display: none;
}
@media (width >= 768px) {
    .automated-success__item--desktop {
    display: block;
}
}.automated-success__act {
    margin-top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (width >= 768px) {
    .automated-success__act {
    -ms-flex-item-align: center;
    align-self: center;
}
}.comments {
    padding-block: 20px;
}
@media (width >= 768px) {
    .comments {
    padding-block: 40px;
}
}.comments__container {
    max-width: 1112px;
    box-sizing: border-box;
    padding-inline: 16px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%}
.comments__act {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (width >= 768px) {
    .comments__act {
    -ms-flex-item-align: center;
    align-self: center;
}
}.comment {
    margin-top: 0;
    margin-bottom: 2rem;
}
.comment-line {
    font-weight: 700;
    margin-bottom: 2rem;
    margin-left: 1rem;
    text-align: center;
}
.comment-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.btn_comm {
    width: 100%}
.comment-block {
    margin: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block-avatar img {
    border-radius: 50%}
.block-info-comment__name {
    font-weight: 700;
    color: #3b5998;
}
.block-info-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-info-line__answer {
    margin-left: 2rem;
}
.block-info-line__date {
    font-weight: 700;
}
.block-info-line__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #00acee;
}
.block-info-line__like_item {
    list-style: none;
    margin-right: 1rem;
}
.block-info-line__like_item a {
    color: #3b5998;
}
.comments__more {
    display: block;
    margin: 0 auto;
    color: #3b5998;
}
.block-info__answer {
    margin: 1rem 0;
}
.block-info__answer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hidden {
    display: none;
}
.comment-line {
    font-size: 1.3rem;
    margin: 1rem 0;
    font-weight: 500;
}
.fb-comment__text-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comment-block-input__input {
    border: none;
    outline: 0;
    background-color: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%}
.comment-block-input__button {
    border: none;
    font-weight: 500;
    float: right;
    cursor: pointer;
    color: #365899;
    padding: 10px;
}
.avatar {
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
}
.fb-post {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddfe2;
    border-radius: 3px;
    background: #fff;
    font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fb-post__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fb-post__author {
    color: #365899!important;
    font-weight: 600;
}
.fb-post__avatar {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
}
.fb-post__time {
    margin: 5px 0;
    color: #606770;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fb-post__time_public {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background-position: -382px -270px;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
}
.fb-post__image {
    width: calc(100% + 24px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -12px;
}
.fb-post__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 12px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #dadde1;
    color: #606770;
    font-size: 12px;
    line-height: 20px;
}
.fb-post__likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fb-post__stat-icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background-image: url(icons2.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.fb-post__stat-icon:first-child {
    z-index: 100;
    border: 2px solid #fff;
    border-radius: 100%}
.fb-post__stat-icon:nth-child(2) {
    z-index: 99;
    margin-left: -8px;
}
.fb-post__stat-icon_like {
    background-position: 0 -526px;
}
.fb-post__stat-icon_love {
    background-position: -17px -492px;
}
.fb-post__com-shares:hover {
    text-decoration: underline;
}
.fb-post__act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: calc(100% + 24px);
    padding: 4px 0;
    margin: 0 -12px;
    border-bottom: 1px solid #dadde1;
}
.fb-post__react {
    width: 30%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #606770;
}
.fb-post__react:hover {
    background-color: rgba(29, 33, 41, .04);
    border-radius: 2px;
}
.fb-post__react span {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.fb-post__react_like span {
    background-position: -368px -245px;
}
.fb-post__react_comment span {
    background-image: url(icons2.png);
    background-position: -19px -198px;
}
.fb-post__react_share span {
    background-image: url(icons2.png);
    background-position: 0 -293px;
}
.fb-post__comments {
    font-size: 12px;
}
.fb-comment__sort {
    color: #365899!important;
    cursor: pointer;
    margin: 10px 0;
}
.fb-comment__sort:hover {
    text-decoration: underline;
}
.fb-comment__sort span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -408px -270px;
    background-repeat: no-repeat;
}
.fb-comment__avatar {
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    padding: 0;
}
.fb-comment__write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fb-comment__input {
    width: 440px;
    height: 34px;
    margin: 10px 0;
    border-radius: 18px;
    padding-left: 5px;
    border: 1px solid #dddfe2;
    background-color: #f2f3f5;
}
.fb-comment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin: 10px 0;
}
.fb-comment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%}
.fb-comment__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.1rem;
}
.fb-comment__text {
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    color: #1d2129;
    background-color: #f2f3f5;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.fb-comment__text.added {
    margin-top: 10px;
    max-width: 400px;
    margin-left: 40px;
}
.fb-comment__author {
    font-weight: 600;
    color: #365899!important;
    text-decoration: none;
    cursor: pointer;
}
.fb-comment__author:hover {
    text-decoration: underline;
}
.fb-comment__react {
    text-decoration: none;
    color: #365899!important;
}
.fb-comment__react:after {
    content: "·";
    color: #606770;
    padding: 3px;
}
.fb-comment__posted {
    color: #606770;
}
.fb-comment__more {
    color: #365899!important;
    text-decoration: none;
}
.fb-comment__more:hover {
    text-decoration: underline;
}
.fb-comment__att {
    display: block;
    max-height: 210px;
    max-width: 260px;
    border-radius: 18px;
    margin: 3px 0;
}
.fb-comment__like {
    position: relative;
    bottom: 5;
    right: 0;
    height: 20px;
    width: 44px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    color: #8d949e;
    font-size: 11px;
    font-weight: 400;
    padding: 2px 1px 2px 2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
}
.fb-comment__like img {
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 3px;
    padding: 0;
}
.comment-updating {
    color: #90949c!important;
    padding-left: 50px;
}
.comment-updating span {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #90949c;
    position: relative;
    -webkit-animation: coments;
    animation: coments;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.comment-updating span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.comment-updating span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.comment-updating p {
    display: inline-block;
    margin-left: 10px;
    color: #90949c;
}
.fb-comment__item.new-coments {
    opacity: 0;
    height: 0;
    display: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: 1;
    animation-timing-function: 1;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes coments {
    0% {
    top: 0;
}
50% {
    top: -8px;
}
100% {
    top: 0;
}
}@keyframes coments {
    0% {
    top: 0;
}
50% {
    top: -8px;
}
100% {
    top: 0;
}
}@-webkit-keyframes fadeIn {
    0% {
    display: none;
}
100% {
    display: block;
    height: 100%;
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    display: none;
}
100% {
    display: block;
    height: 100%;
    opacity: 1;
}
}@media screen and (max-width:600px) {
    .fb-post {
    width: 100%;
    margin: 0;
    padding: 5px;
}
.fb-post__image {
    width: 100%;
    margin: 0;
}
.fb-post__act {
    width: 100%}
.fb-comment__text {
    max-width: 100%}
.fb-comment__input {
    width: 100%}
}.facebook_logo {
    width: 30px;
}
.facebook {
    color: #4267b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.facebook_header {
    background: #4267b2;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.facebook_text {
    color: #fff;
    font-size: 20px;
}
.fb-comment__avatar {
    width: 32px;
    height: 32px!important;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.save-robospark {
    padding-block: 20px;
}
@media (width >= 768px) {
    .save-robospark {
    padding-block: 60px;
}
}.save-robospark__container {
    max-width: 1112px;
    padding-inline: 16px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}
@media (width >= 768px) {
    .save-robospark__container {
    display: grid;
    grid-template-areas: "a b" "c b"}
}@media (width >= 1024px) {
    .save-robospark__container {
    gap: 60px;
    grid-template-columns: 370fr 646fr;
}
}.save-robospark__title {
    color: #000;
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
@media (width >= 768px) {
    .save-robospark__title {
    grid-area: a;
}
}@media (width >= 1024px) {
    .save-robospark__title {
    font-size: 32px;
}
}.save-robospark__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
@media (width >= 768px) {
    .save-robospark__list {
    grid-area: b;
}
}.save-robospark__list-item {
    border-radius: 20px;
    border: 2px solid #1a1a1c;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}
.save-robospark__list-item img {
    margin-left: 20px;
    width: 72px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 72px;
    flex: 0 1 72px;
    object-fit: contain;
}
.save-robospark__list-item-info {
    background: linear-gradient(259deg, #39393a -4.28%, #1a1a1c 144.35%);
    padding: 20px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
}
.save-robospark__list-item-title {
    color: #fff;
    font-family: Ubuntu;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.save-robospark__list-item-title a {
    color: rgba(13, 104, 191, 1);
    font-weight: 700;
}
.save-robospark__list-item-text {
    margin-top: 10px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}
@media (width >= 768px) {
    .save-robospark__act {
    align-self: flex-end;
    justify-self: flex-start;
    grid-area: c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.popup {
    width: 300px;
    background-color: rgba(13, 104, 191, 1);
    color: #fff;
    padding: 15px;
    position: fixed;
    bottom: -100px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-transition: bottom .5s;
    transition: bottom .5s;
    z-index: 1000;
}
.popup img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-content strong {
    font-size: 1.1em;
}
.popup-content span {
    font-size: .9em;
}

.dialog-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.person-a {
           align-self: flex-start;
        }
        .person-b {
          align-self: flex-end;
        }

        .dialog-content .ceo-quote__text {
            max-width: 90%;
            width: 100%;
             padding: 25px;
            background: #f8fafc;
            border-left: 4px solid #cbd5e0;
            border-radius: 0 4px 4px 0;
            position: relative;
            transition: all 0.3s ease;
        }

        .form {
    padding: 30px !important;
    box-shadow: 0px 4px 6px rgb(255 255 255 / 5%), 0px 1px 3px rgb(255 255 255 / 10%), inset 0px 1px 0px rgb(255 255 255 / 10%);
    border-radius: 8px;
   background-image: url(../assets/imgs/investment-growth.jpg);
    background-size: cover;
    background-position: center;
    max-width: 720px;
    margin: 0 auto 20px;
}

.inputs-form__input input {
    width: 100%;
    outline: 0;
    height: 40px;
    padding: 0 15px;
    transition: .3s all;
    border: 2px solid #e2e5e7;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.inputs-form__btn {
    width: 100%;
    padding: 4px 20px;
    font-weight: 600;
    font-size: 28px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fd5401;
    border: 2px solid #fd5401;
    color: #fff;
    text-transform: uppercase;
    transition: .5s all;
    cursor: pointer;
    transition: all .2s linear;
}

.inputs-form {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px 0;
}

.form-subtitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}

.form button {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
}

@media (max-width:450px){
    .save-robospark__list-item {
      flex-direction: column;
    }
    .save-robospark__list-item img {
      margin-left: 0;
      margin-top: 16px;
    }
}