<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-screen--method {
    padding-top: 240px;
    padding-bottom: 225px;
    position: relative;
}

.main-screen--method .h1 {
    margin-bottom: 41px;
}

.main-screen--method .sub-title {
    margin-bottom: 16px;
}

.main-screen--method p {
    margin-bottom: 25px;
}

.main-screen--method .photo1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.method-steps-section .h1 {
    margin-bottom: 19px;
}

.method-steps-section .container-fluid {
    position: relative;
    padding-bottom: 120px;
}

.method-circle {
    position: absolute;
    bottom: 0;
    right: -80px;
    z-index: -1;
}

.method-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.method-step__text {
    margin-left: 23px;
}

.method-step__num {
    width: 56px;
    height: 56px;
    background: #7529B3;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.method-steps {
    position: relative;
}

.method-steps:before {
    content: '';
    width: 6px;
    height: 100%;
    background: #7529B3;
    position: absolute;
    left: 28px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.advantage {
    background: #1E202A;
    margin-top: 198px;
    padding-bottom: 80px;
    color: #fff;
}

.advantage .img-horizontal {
    margin-top: -198px;
    margin-bottom: 120px;
}

.advantage .h1 {
    margin-bottom: 48px;
}

.advantage .sub-title {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantage .sub-title span {
    min-width: 40px;
    display: block;
}

.references {
    padding-top: 120px;
}

.references .h1 {
    padding-bottom: 16px;
}

.references__item {
    margin-bottom: 80px;
}

.references__item img {
    max-width: 230px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.references__item p {
    margin-bottom: 16px;
}

.references__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
}

.references__item--right {
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media only screen and (max-width: 1200px) {
    .main-screen--method .wrapper--s {
        width: 50vw;
    }
}

@media only screen and (max-width: 992px) {
    .main-screen--method .photo1 {
        position: static;
    }
    .photo1-wrapper {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 17.067vw;
    }
    .main-screen--method {
        padding-bottom: 32vw;
    }
    .main-screen--method .wrapper--s {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .main-screen--method {
        padding-top: 42.667vw;
    }
    .method-step__num {
        width: 5.867vw;
        height: 5.867vw;
    }
    .method-step__num.sub-title {
        margin-bottom: 0;
        font-size: 4.267vw;
    }
    .method-circle {
        width: 75vw;
        height: 75vw;
        right: -9vw;
        bottom: 9vw;
    }
    .method-steps-section .container-fluid {
        padding-bottom: 21.333vw;
        overflow: hidden;
        max-width: 100%;
        padding-left: 4vw;
    }
    .method-step {
        margin-bottom: 4.533vw;
        line-height: 1;
    }
    .method-step__text {
        margin-left: 4.800vw;
    }
    .method-steps:before {
        width: 0.800vw;
        left: 2.9335vw;
    }
    .advantage .img-horizontal {
        margin-top: -22.6665vw;
        margin-bottom: 17.067vw;
    }
    .advantage {
        margin-top: 16vw;
        padding-bottom: 12.800vw;
    }
    .advantage .h1 {
        margin-bottom: 10.667vw;
    }
    .advantage .sub-title {
        margin-bottom: 8.533vw;
    }
    .references__item {
        text-align: right;
        -ms-flex-item-align: end;
        align-self: flex-end;
        max-width: 100%;
    }
    .references__item img {
        width: 43.733vw;
    }
    .references__item--right {
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .references__item {
        margin-bottom: 21.333vw;
    }
    .references {
        padding-top: 17.067vw;
    }
}
</pre></body></html>