<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'SF Pro Display';
    src: url('/i/fonts/shevchenko_analytics/SFProDisplay-Bold.woff2') format('woff2'),
        url('/i/fonts/shevchenko_analytics/SFProDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/i/fonts/shevchenko_analytics/SFProDisplay-Medium.woff2') format('woff2'),
        url('/i/fonts/shevchenko_analytics/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/i/fonts/shevchenko_analytics/SFProDisplay-Regular.woff2') format('woff2'),
        url('/i/fonts/shevchenko_analytics/SFProDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@-webkit-keyframes shine{
    0% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%)
    }
    100% {
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }
}
@keyframes shine{
    0% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%)
    }
    100% {
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }
}

* {
    font-family: 'SF Pro Display', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    background: url('/i/img/shevchenko_analytics/full-bg.jpg') center center/cover no-repeat;
}
.container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 30px;
}
.general-btn {
    width: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background: #E3001B;
    border-radius: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    position: relative;
    overflow: hidden;
}
.general-btn::after {
    background: linear-gradient(45deg, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 75%);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    -webkit-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    -o-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    opacity: 0.7;
    border-radius: 60px;
}
.general-btn:hover {
    background: #DC051E;
}
.title {
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.subtitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #182C5B;
}

.header {
    padding: 25px 115px;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__list {
    display: flex;
    list-style-type: none;
}
.menu__item a {
    margin-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #001031;
    text-decoration: none;
}
.promo {
    margin: 0 30px;
}
.promo .container {
    background: url('/i/img/shevchenko_analytics/promo-bg.png') center center/cover no-repeat;
    padding: 153px 115px 192px;
    border-radius: 80px;
    box-sizing: border-box;
}
.promo__info {
    max-width: 700px;
}
.promo__descr {
    margin-top: 20px;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 500px;
}
.promo .general-btn {
    margin-top: 50px;
}
.speakers {
    margin-top: 70px;
}
.speakers__descr {
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #455971;
    max-width: 700px;
}
.speakers__wrap {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.speakers-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 71px 100px 71px 150px;
    box-sizing: border-box;
    width: 49%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #001031;
}
.speakers-item::before {
    content: url('/i/img/shevchenko_analytics/speakers-icon.svg');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}
.advantages {
    margin-top: 70px;
}
.advantages__descr {
    margin-top: 20px;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #455971;
}
.advantages__wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.advantages-item {
    width: 520px;
    padding: 30px;
    box-sizing: border-box;
    min-height: 540px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
}
.advantages-item img {
    width: 100%;
}
.advantages-item_mob {
    display: none;
}
.advantages-item__title {
    margin-top: 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #182C5B;
}
.advantages-item__descr {
    margin-top: 10px;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #001031;
}
.advantages .general-btn {
    margin: 0 auto;
    margin-top: 50px;
}
.training {
    margin: 0 30px;
    margin-top: 70px;
}
.training .container {
    padding: 80px 150px;
    background: url('/i/img/shevchenko_analytics/training-bg.png') center center/cover no-repeat;
    border-radius: 80px;
    box-sizing: border-box;
}
.training .subtitle {
    color: #FFFFFF;
}
.training__descr {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 500px;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
.training__wrap {
    margin-top: 50px;
    display: flex;
}
.training__list {
    list-style-type: none;
    margin-left: 50px;
}
.training__list:first-child {
    margin-left: 0;
}
.training__item {
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    box-sizing: border-box;
    min-height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.training__item:last-child {
    border-bottom: none;
}
.training__item span {
    color: rgba(255, 255, 255, 0.4);
    margin-right: 25px;
}
.results {
    margin-top: 70px;
}
.result__wrap {
    display: flex;
    justify-content: flex-start;
}
.result-form {
    width: 820px;
    padding: 60px 120px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
}
.result-form label, .result-form input {
    display: block;
}
.result-form__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #182C5B;
}
.result-form__subtitle {
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #001031;
    margin-bottom: 7px;
}
.result-form__input {
    margin-top: 10px;
    background: #F7FAFF;
    border-radius: 20px;
    padding: 21px 35px;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    color: #001031;
    box-sizing: border-box;
    border: none;
    width: 100%;
}
.result-form__input::placeholder {
    color: #ACBFD5;

}
.result-form .result-form__contacts {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.result-form__country {
    position: relative;
    width: 30%;
}
.result-form__country::after {
    position: absolute;
    content: url('/i/img/shevchenko_analytics/country-arrow.svg');
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.result-form__country::before {
    position: absolute;
    content: url('/i/img/shevchenko_analytics/country-icons.svg');
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.result-form__country select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #D0DBE4;
    border-radius: 20px;
    box-sizing: border-box;
}
.result-form__phone {
    margin-top: 0;
    width: 68%;
}
.result-form .result-form__confirm {
    margin-top: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #001031;
    display: flex;
    align-items: center;
}
.result-form .result-form__confirm:nth-child(9) {
    margin-top: 15px;
}
.result-form .result-form__confirm input {
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    display: block;
    margin-right: 15px;
    background: #FFFFFF;
    border: 1px solid #D0DBE4;
    border-radius: 5px;
}
.result-form__confirm a {
    text-decoration-line: underline;
    color: #E3001B;
    margin-left: 3px;
}
.result-form .general-btn {
    margin: 0 auto;
    margin-top: 50px;
}
.result-info {
    max-width: 545px;
    margin-left: 120px;
    margin-top: 60px;
}
.result-info__title {
    max-width: 380px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #182C5B;
}
.result-info__list {
    list-style-type: none;
    margin-top: 25px;
}
.result-info__item {
    margin-top: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 31px;
    line-height: 38px;
    display: flex;
    align-items: center;
}
.result-info__item span {
    margin-right: 35px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #E3001B;
}
.footer {
    margin: 100px 0 80px;
}
.footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__info {
    margin: 0 20px;
    max-width: 710px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #455971;
}
.footer__support {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #001031;
}
.footer__support a {
    display: block;
    margin-top: 5px;
    text-decoration-line: underline;
    color: #F32D2D;
}
.hamburger {
    display: none;
}
.menu__close {
    display: none;
}
.mySwiper {
    padding: 20px;
}
.swiper-button-next, .swiper-button-prev {
    width: 75px;
    height: 75px;
    background: #F32D2D;
    box-shadow: 0px 5.76923px 17.3077px rgba(243, 45, 45, 0.3);
    border-radius: 115.385px;
}
.swiper-button-prev::after {
    content: url('/i/img/shevchenko_analytics/arrow-slider.svg');
    font-size: 100%;
    transform: rotate(180deg);
}
.swiper-button-next::after {
    content: url('/i/img/shevchenko_analytics/arrow-slider.svg');
    font-size: 100%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
@media screen and (max-width: 1660px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1280px) {
    .promo {
        background: url('/i/img/shevchenko_analytics/promo-bg-1280.jpg') center center/cover no-repeat;
        margin: 0;
    }
    .promo .container {
        background: none;
        padding: 85px 80px 195px;
    }
    .title {
        max-width: 450px;
    }
    .training {
        background: url('/i/img/shevchenko_analytics/training-bg-1280.jpg') center center/cover no-repeat;
        margin: 0;
        margin-top: 70px;
    }
    .training .container {
        background: none;
        padding: 80px 80px 90px;
    }
    .training__list {
        margin-left: 20px;
    }
    .result__wrap {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .result-info {
        margin: 0;
        max-width: 100%;
    }
    .result-info__title {
        max-width: 100%;
    }
    .result-info__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .result-info__item {
        width: 32%;
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
        color: #001031;
    }
    .result-info__item span {
        margin-right: 15px;
    }
    .result-form {
        margin-top: 70px;
    }
}
@media screen and (max-width: 960px) {
  .training__item {
    min-height: 100px;
  }
  .promo-thanks {
    background: url(/i/img/shevchenko_analytics/thanks-m2.png) center center !important;
  }
}
@media screen and (max-width: 960px) {
    .menu__list {
        position: absolute;
        left: -100vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #ffffff;
        transition: all 0.5s;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .menu__close {
        display: block;
        position: absolute;
        right: 60px;
        top: 30px;
        font-size: 40px;
    }
    .menu-active {
        left: 0;
        transition: all 0.5s;
    }
    .menu__item a {
        display: block;
        margin: 0;
        margin-bottom: 60px;
        font-size: 30px;
    }
    .header .logo {
        margin: 0 auto;
    }
    .hamburger {
        display: block;
        width: 36px;
        position: absolute;
        left: 60px;
    }
    .hamburger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        margin-top: 10px;
        border-radius: 10px;
    }
    .hamburger span:first-child {
        margin-top: 0;
    }
    .promo .container {
        padding: 65px 60px 80px;
    }
    .training .container {
        padding: 80px 60px 90px;
    }
    .title {
        font-size: 45px;
        line-height: 54px;
        max-width: 360px;
    }
    .promo__descr {
        font-size: 18px;
        line-height: 21px;
        max-width: 300px;
    }
    .promo .general-btn {
        margin-top: 30px;
        width: 238px;
        font-size: 16px;
        line-height: 19px;
    }
    .subtitle {
        font-size: 35px;
        line-height: 42px;
    }
    .speakers__descr {
        font-size: 18px;
        line-height: 21px;
        margin-top: 15px;
    }
    .speakers-item {
        width: 100%;
        min-height: 175px;
        padding: 37px 110px 37px 235px;
    }
    .speakers-item::before {
        left: 150px;
    }
    .speakers__wrap {
        margin-top: 20px;
    }
    .training__descr {
        margin-top: 15px;
        font-size: 18px;
        line-height: 21px;
        max-width: 450px;
    }
    .training__wrap {
        margin-top: 40px;
    }
    .training__item {
        font-size: 18px;
        line-height: 21px;
    }
    .result-form {
        max-width: 820px;
        width: auto;
    }
    .result-info__title {
        font-size: 35px;
        line-height: 42px;
    }
    .result-info__list {
        margin-top: 15px;
    }
    .result-info__item {
        margin-top: 30px;
        width: 49%;
    }
    .footer__wrap {
        flex-wrap: wrap;
    }
    .footer__info {
        margin: 0;
        margin-top: 30px;
        max-width: 65%;
        order: 2;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 40px;
    }
    .logo img {
        width: 240px;
    }
    .promo .container {
        padding: 70px 40px 130px;
    }
    .speakers-item {
        padding: 37px 50px 37px 145px;
    }
    .speakers-item::before {
        left: 60px;
    }
    .advantages .container {
        padding: 0 20px;
    }
    .advantages__wrap {
        margin-top: 20px;
    }
    .advantages-item {
        width: 440px;
        min-height: 470px;
        padding: 20px;
    }
    .advantages-item__title {
        margin-top: 20px;
        font-size: 28px;
        line-height: 33px;
    }
    .advantages-item__descr {
        font-size: 16px;
        line-height: 19px;
    }
    .advantages .general-btn {
        margin-top: 20px;
    }
    .training .container {
        padding: 60px 40px;
    }
    .result-info__list {
        margin-top: 10px;
    }
    .result-info__item {
        width: 100%;
    }
    .result-form {
        padding: 60px 54px;
    }
    .footer {
        margin: 100px 0 65px;
    }
    .footer__info {
        max-width: 100%;
    }
    .hamburger {
        left: 40px;
    }
    .menu__close {
        right: 40px;
    }
    .mobile {
      //width: calc(75% - 15px) !important;
    }
    .phone {
      //width: 25% !important;
    }
    .select2-selection__arrow::after {
      right: 16px !important;
    }


}
@media screen and (max-width: 700px) {
  .training__item {
    min-height: 110px;
  }
}
@media screen and (max-width: 600px) {
  .training__item {
    min-height: 126px;
  }
}
@media screen and (max-width: 576px) {
    .container {
        padding: 0 20px;
    }
    .general-btn {
        width: 228px;
        padding: 14px;
        font-size: 16px;
        line-height: 19px;
    }
    .logo img {
        width: 190px;
    }
    .header {
        padding: 37px 0;
    }
    .menu {
        justify-content: center;
    }
    .menu__close {
        right: 20px;
        top: 10px;
        font-size: 24px;
    }
    .menu__item a {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .hamburger {
        left: 20px;
    }
    .promo {
        background: url('/i/img/shevchenko_analytics/promo-bg-mobile.jpg') center center/cover no-repeat;
    }
    .promo .container {
        padding: 60px 20px 100px;
    }
    .title {
        font-size: 35px;
        line-height: 42px;
        max-width: 280px;
    }
    .promo__descr {
        margin-top: 10px;
        font-size: 16px;
        line-height: 19px;
        max-width: 255px;
    }
    .promo .general-btn {
        font-size: 14px;
        line-height: 17px;
        padding: 14px;
        width: 215px;
    }
    .subtitle {
        font-size: 30px;
        line-height: 36px;
    }
    .speakers {
        margin-top: 60px;
    }
    .speakers__descr {
        margin-top: 15px;
        font-size: 16px;
        line-height: 19px;
    }
    .speakers-item {
        margin-top: 10px;
        padding: 105px 24px 35px;
        border-radius: 30px;
        min-height: 265px;
        align-items: baseline;
        font-size: 18px;
        line-height: 21px;
    }
    .speakers-item::before {
        top: 60px;
        left: 24px;
    }
    .advantages {
        margin-top: 60px;
    }
    .advantages .container {
        padding: 0;
    }
    .advantages-item {
        min-height: 380px;
        border-radius: 30px;
    }
    .advantages__descr {
        margin-top: 15px;
        font-size: 16px;
        line-height: 19px;
    }
    .advantages-item__title {
        font-size: 21px;
        line-height: 25px;
    }
    .advantages-item__descr {
        font-size: 14px;
        line-height: 17px;
    }
    .advantages-item img {
        display: none;
    }
    .advantages-item .advantages-item_mob {
        display: block;
    }
    .advantages .general-btn {
        margin-top: 10px;
    }
    .training {
        margin-top: 60px;
    }
    .training .container {
        padding: 40px 20px 30px;
    }
    .training__descr {
        font-size: 16px;
        line-height: 19px;
    }
    .training__wrap {
        margin-top: 30px;
    }
    .training__list {
        margin: 0;
        padding-bottom: 100px;
        width: 100%;
    }
    .training__item {
        padding-bottom: 12px;
    }
    .results {
        margin-top: 60px;
    }
    .result-info__title {
        font-size: 30px;
        line-height: 36px;
    }
    .result-info__list {
        margin-top: 0;
    }
    .result-info__item {
        font-size: 21px;
        line-height: 26px;
    }
    .result-info__item span {
        margin-right: 25px;
        font-size: 24px;
        line-height: 29px;
    }
    .result-form {
        padding: 40px 20px;
    }
    .result-form__title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 40px;
    }
    .result-form__subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .result-form__input {
        font-size: 15px;
        line-height: 18px;
        padding: 20px;
    }
    .result-form__country::before {
        left: 10px;
    }
    .result-form__country::after {
        right: 10px;
    }
    .result-form .general-btn {
        margin-top: 40px;
    }
    .footer {
        margin: 70px 0 45px;
    }
    .footer__wrap {
        flex-direction: column;
    }
    .footer__info {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }
    .footer__support {
        margin-top: 30px;
        font-size: 16px;
        line-height: 19px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
        box-sizing: border-box;
    }
    .training .swiper-button-next, .training .swiper-button-prev {
        background: #FFFFFF;
        box-shadow: 0px 3.84615px 11.5385px rgba(243, 45, 45, 0.3);
        top: auto;
        bottom: 50px;
    }
    .training .swiper-button-next {
        right: 30%;
    }
    .training .swiper-button-prev {
        left: 30%;
    }
    .swiper-button-prev::after {
        content: '';
        background: url('/i/img/shevchenko_analytics/arrow-slider.svg') center center/auto no-repeat;
        width: 20px;
        height: 9px;
    }
    .swiper-button-next::after {
        content: '';
        background: url('/i/img/shevchenko_analytics/arrow-slider.svg') center center/auto no-repeat;
        width: 20px;
        height: 9px;
    }
    .training .swiper-button-prev::after, .training .swiper-button-next::after {
        background: url('/i/img/shevchenko_analytics/arrow-slider-red.svg') center center/auto no-repeat;
    }
    .training .swiper-button-next.swiper-button-disabled, .training .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        background: rgba(255, 255, 255, 0.4);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 3.84615px 11.5385px rgba(243, 45, 45, 0.3);
    }
    .training .swiper-button-next.swiper-button-disabled::after, .training .swiper-button-prev.swiper-button-disabled::after {
        background: url('/i/img/shevchenko_analytics/arrow-slider.svg') center center/auto no-repeat;
    }
}
@media screen and (max-width: 425px) {
  .mobile {
    width: calc(55% - 15px) !important;
  }
  .phone {
    width: 45% !important;
  }
  span.select2.select2-container.select2-container--default {
    height: 58px !important;
  }
  .select2-selection--single .select2-selection__rendered {
    margin-top: 2px !important;
    padding-left: 12px !important;
  }
  .select2-selection__arrow::after {
    right: 8px !important;
  }
  .group-open_real_account_rules .result-form__confirm {
    width: calc(100% - 35px);
  }
  .group-c_pi .result-form__confirm, .group-iagree .result-form__confirm {
    width: calc(100% - 35px);
  }



}
@media screen and (max-width: 350px) {
  .select2-selection--single .select2-selection__rendered {
    padding-left: 2px !important;
  }
  .select2-selection__arrow::after {
    right: 2px !important;
  }
  .mobile input {
    padding-left: 5px;
    padding-right: 5px;
  }
}
</pre></body></html>