/*
Theme Name: BHFT
Author URI: https://t.me/andreevic_h
Author: Andrey Andreevic
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');
@import url('assets/fonts/NeueMachina/stylesheet.css');

*{
    box-sizing: border-box;
}
*::-webkit-scrollbar{
    width: 0px;
    background: transparent;
    display: none;
}
html,body{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'IBM Plex Sans', sans-serif;
    background: #edeef2;
    color: #000000;
}

body.theme-dark {
    background: #171717;
    color: white;
}

body {
    transition: .3s;
}

#_page {
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    position: relative;
    transition: .2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
    -webkit-transition: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
}

.page--loaded #_page {
    opacity: 1;
}

.w100{
    width: 100%;
}

.relative{
    position: relative;
}
.text-center{
    text-align: center;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.ui-section--1 .section--wrapper {
    display: grid;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    grid-template-columns: auto 58%;
    gap: 50px;
    align-items: center;
}

.ui-section--1 .section--wrapper .col-left {margin-bottom: auto;}

[data-animate-text] {
    overflow: hidden;
    line-height: 1.4;
}

[data-animate-text] .word {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    color: black;
    align-items: center;
}

.theme-dark [data-animate-text] .word, .s-b [data-animate-text] .word {
    color: white;
}

[data-animate-text] .word > .text {
    display: -webkit-inline-flex;
    position: relative;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(0px, 111%, 0px);
    -webkit-transition: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    -webkit-transform: translate3d(0px, 111%, 0px);
    opacity: 0;
    align-items: baseline;
}
[data-animate-text].nofly .word > .text {
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
}
.page--loaded .animate[data-animate-text] .word > .text {
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
    opacity: 1;
}



[data-animate-text] .word > .text > .arrow {
    height: 60px;
    width: 0px;
    top: 0;
    z-index: 6;
    display: inline-flex;
    overflow: hidden;
    line-height: 0;
    transition: .7s;
    position: RELATIVE;
    transform: translate3d(-10px, 0px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.72);
    transition-delay: 1s;
    -webkit-transition: .7s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1.72);
    -webkit-transition-delay: 1s;
    -webkit-transform: translate3d(-10px, 0px, 0px);
    margin-right: 15px;
    margin-bottom: 6px;
    justify-content: center;
}

[data-animate-text] .word > .text > .arrow.r {
    transform: translate3d(-10px, 0px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-10px, 0px, 0px) rotate(180deg);
}

[data-animate-text].animate .word > .text > .arrow.r {
    transform: rotate(180deg) translate3d(0px, 0px, 0px);
    -webkit-transform: rotate(180deg) translate3d(0px, 0px, 0px);
}
h1,h2,h3,h4{
    font-family: 'Neue Machina';
    margin: 0;
}
.ui-title--1 {
    font-weight: 600;
    font-size: 90px;
    line-height: 1.05;
    text-transform: uppercase;
    word-spacing: 0px;
}
.s-b .ui-title--1 {
    font-weight: 500;
}
.ui-title--2{
    font-weight: 500;
    line-height: .93;
    font-size: 138.378px;
    padding-top: 6px;
}
.ui-title--2 > .word {
    margin: -25px 0;
}

.ui-title--2 .arrow {
    top: 10px;
}

[data-animate-text].ui-title--2 .word > .text .s svg, [data-animate-text].ui-title--2 .word > .text .star .s, [data-animate-text].ui-title--2.animate .word > .text > .arrow svg{
    width: 80px;
    height: 80px;
}
[data-animate-text].ui-title--2 .word > .text .s svg {
    height: 122px;
}
[data-animate-text].ui-title--2.animate .word > .text > .arrow{
    width: 80px;
}

[data-animate-text] .word > .text > .arrow svg {
    width: 62px;
    height: 60px;
    transform: scale(0.4) translate3d(-50px, 0px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    transition: .7s;
    position: relative;
    transition-delay: 1s;
    -webkit-transition: .7s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    -webkit-transition-delay: 1s;
    -webkit-transform: scale(0.4) translate3d(-50px, 0px, 0px);
    opacity: 0;
}

[data-animate-text].animate .word > .text > .arrow {
    width: 66px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

[data-animate-text].animate .word > .text > .arrow svg {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

[data-animate-text] .word > .text .s svg {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    fill: white;
    transform: rotate(-100deg);
    transition: 1.5s;
    transition-delay: 1.6s;
    transition-timing-function: cubic-bezier(0.66, 0.05, 0, 1.04);
    -webkit-transition: 1.5s;
    -webkit-transition-delay: 1.6s;
    -webkit-transition-timing-function: cubic-bezier(0.66, 0.05, 0, 1.04);
}

[data-animate-text] .word > .text .star .s {
    position: absolute;
    width: 70px;
    height: 70px;
    display: inline-block;
    top: 2px;
    left: 0;
    margin-left: 3px;
}

[data-animate-text] .word > .text .star {
    position: relative;
    display: inline-flex;
    height: 60px;
}

[data-animate-text] .word > .text .star > .w {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transition-delay: 1s;
    -webkit-transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    -webkit-transition-delay: 1s;
    position: relative;
    display: inline-block;
}

[data-animate-text] .word > .text .s svg path {
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.01, 0.01, 0, 1.01);
    transform: scale(0.4);
    transform-origin: 50%;
    transition-delay: 1.5s;
    -webkit-transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.01, 0.01, 0, 1.01);
    -webkit-transition-delay: 1.5s;
    -webkit-transform: scale(0.4);
    -webkit-transform-origin: 50%;
    opacity: 0;
}

[data-animate-text] .word > .text .s svg.alt path {
    fill: transparent;
}


[data-animate-text].animate .word > .text .s svg path:nth-child(2n) {
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
}
[data-animate-text].animate .word > .text .s svg path:nth-child(3n) {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
}
[data-animate-text].animate .word > .text .s svg path:nth-child(4n) {
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
}
[data-animate-text].animate .word > .text .s svg path:nth-child(5n) {
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

[data-animate-text].animate .word > .text .s svg path {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

[data-animate-text].animate .word > .text .star > .w {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0;
}

[data-animate-text].animate .word > .text .s svg.alt path:first-child {
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
}

[data-animate-text].animate .word > .text .s svg.alt path:nth-child(2n) {
    transition-delay: 2.2s;
    -webkit-transition-delay: 2.2s;
}
[data-animate-text].animate .word > .text .s svg.alt path:nth-child(3n) {
    transition-delay: 2.3s;
    -webkit-transition-delay: 2.3s;
}
[data-animate-text].animate .word > .text .s svg.alt path:nth-child(4n) {
    transition-delay: 2.4s;
    -webkit-transition-delay: 2.4s;
}
[data-animate-text].animate .word > .text .s svg.alt path:nth-child(5n) {
    transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
}

[data-animate-text].animate .word > .text .s svg.alt path {
    fill:#1D4BEF;
    stroke: #1D4BEF;
    stroke-width: 2px;
}

[data-animate-text] .word > .text .s svg.alt {
    z-index: 1;
}

.ui-button {
    display: grid;
    background: #1D4BEF;
    border-radius: 8px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    padding: 13px 30px;
    cursor: pointer;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    width: max-content;
    -webkit-appearance: none;
    text-decoration: none;
    font-family: 'Neue Machina';
    font-size: 16px;
    line-height: 15px;
    height: 60px;
    min-width: 154px;
    text-align: center;
    border: none;
    letter-spacing: .2px;
    min-height: auto;
}

.ui-button .label {
    line-height: 1.5;
    max-height: 20px;
}
.ui-button:hover {

}
.ui-button > .btn-shape {
    position: absolute;
    right: -60px;
    top: -87%;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    transform: rotate(52.4deg);
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -webkit-transform: rotate(52.4deg);
    opacity: 0;
    line-height: 0;
    pointer-events: none;
}
.ui-button:hover > .btn-shape {
    opacity: 1;
}
.ui-button > .btn-shape svg {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
    fill: white;
    stroke: white;
    opacity: 0.3;
    stroke-width: 0.6px;
    height: 160px;
}

.ui-button > .btn-wrap {
    position: relative;
    z-index: 1;
}
.ui-button:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    transform: scale(0);
    -webkit-transition: 0.5s;
    -webkit-transform: scale(0);
}

.ui-button.click:before {
    transform: scale(2);
    -webkit-transform: scale(2);
}

.ui-button.ui-button--1.click:before {
    transform: scale(3);
    -webkit-transform: scale(3);
}

.ui-button.out:before {
    opacity: 0;
}
.click.ui-button {
    color: #1D4BEF;
}

.click.out.ui-button {
    color: white;
}
.ui-button > .btn-shape svg.alt {
    opacity: 1;
    fill: transparent;
    stroke: none;
}

.ui-button > .btn-shape svg path {
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.01, 0.01, 0, 1.01);
    transform: scale(0.4);
    transform-origin: 50%;
    transition-delay: .1s;
    opacity: 0;
}

.ui-button > .btn-shape svg path:nth-child(2n) {
    transition-delay: .2s;
}
.ui-button > .btn-shape svg path:nth-child(3n) {
    transition-delay: .3s;
}
.ui-button > .btn-shape svg path:nth-child(4n) {
    transition-delay: .4s;
}
.ui-button > .btn-shape svg path:nth-child(5n) {
    transition-delay: .5s;
}

.ui-button:hover > .btn-shape svg path {
    transform: scale(1);
    opacity: 1;
}

.ui-button > .btn-shape svg.alt path:first-child {
    fill: white;
    transition-delay: .6s;
    stroke: white;
    stroke-width: 1px;
}

.ui-button > .btn-shape svg.alt path:first-child+path {
    stroke: white;
    fill: white;
    transition-delay: .7s;
    stroke-width: 1px;
}
.ui-button[disabled] {
    opacity: 0.5;
}
.ui-section--1 {
    padding: 250px 0;
    padding-bottom:180px;
}

.preview--buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.ui-button.ui-button--1 {
    background: linear-gradient(91deg, #DC49BF 2.09%, #AD6AFE 54.1%, #57C4FF 100%);
    padding: 20px 50px;
}

/* HEADER */

.logo {
    display: block;
    color: inherit;
    font-size: 18px;
    font-family: 'Neue Machina';
    font-weight: 500;
    -webkit-font-smoothing: auto;
    color: black;
    text-decoration: none;
}

.logo > .label {
    display: block;
    position: relative;
    line-height: .7;
    letter-spacing: .5px;
    height: 62px;
    transition: 1.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

.logo svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    fill:#1D4BEF;
}

.logo [data-animate-text] .word > .text {
    top: 0;
}

.logo [data-animate-text] .word {
    line-height: 1;
}

.logo .shape {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
}

.logo .shape svg path {
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.01, 0.01, 0, 1.01);
    transform: scale(0.4);
    transform-origin: 50%;
    transition-delay: .1s;
    opacity: 0;
}

.logo .shape svg path:nth-child(2n) {
    transition-delay: .2s;
}
.logo .shape svg path:nth-child(3n) {
    transition-delay: .3s;
}
.logo .shape svg path:nth-child(4n) {
    transition-delay: .4s;
}
.logo .shape svg path:nth-child(5n) {
    transition-delay: .5s;
}
.header--animate .logo .shape svg path{
    transform: scale(1);
    opacity: 1;
}
header .wrapper1, footer .wrapper1 {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

header .wrapper1 .main-menu ul, footer .wrapper1 .main-menu ul {
    display: flex;
    list-style: none;
    gap: 50px;
    font-size: 18px;
    margin: 0;
    transition: 1s;
}

header .wrapper1 .main-menu ul a, footer a {
    text-decoration: none;
    color: inherit;
    /* transition: 0.3s; */
    color: black;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: .4s;
}
header.minifed {
    background: #eaebf0de;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}
header.dark, body.theme-dark header.minifed {
    background: #161616ab;
}

header.dark .wrapper1 .main-menu ul a, .theme-dark header .wrapper1 .main-menu ul a {
    color: white;
}
header > * > .wrapper, footer > * > .wrapper {
    padding-top: 50px;
    padding-bottom: 18px;
    transition: 1.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

main {
    padding-top: 188px;
}

header.minifed {transform: translate3d(0px, -30px, 0px);}

header.minifed > * > .wrapper a.logo .label {
    height: 0px;
}
header.minifed .wrapper1 .main-menu ul {transform: translate3d(0px, 15px, 0px);}
header .logo .shape {
    transition: 1.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

header.minifed .logo .shape {
    transform: translate3d(0px, 10px, 0px);
}

header .wrapper1 .main-menu ul > li {
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.35);
    transform: translate3d(0px, 10px, 0px);
    opacity: 0;
}

.header--animate header .wrapper1 .main-menu ul > li, footer.animate .wrapper1 .main-menu ul > li {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition-delay: .5s;
}

.header--animate header .wrapper1 .main-menu ul > li:nth-child(2n), footer .wrapper1 .main-menu ul > li:nth-child(2n) {
    transition-delay: .6s;
}
.header--animate header .wrapper1 .main-menu ul > li:nth-child(3n), footer .wrapper1 .main-menu ul > li:nth-child(3n) {
    transition-delay: .7s;
}
.header--animate header .wrapper1 .main-menu ul > li:nth-child(4n), footer .wrapper1 .main-menu ul > li:nth-child(4n) {
    transition-delay: .8s;
}
.header--animate header .wrapper1 .main-menu ul > li:nth-child(5n), footer .wrapper1 .main-menu ul > li:nth-child(5n) {
    transition-delay: .9s;
}
.header--animate header .wrapper1 .main-menu ul > li:nth-child(6n), footer .wrapper1 .main-menu ul > li:nth-child(6n) {
    transition-delay: 1s;
}

header .wrapper1 .main-menu ul > li:hover a {
    color: #1d4bef;
    font-weight: 500;
    letter-spacing: -.19px;
}

[data-animate-text].animate .word > .text .s svg {
    transform: rotate(0deg);
}

.home--start {
    padding-top: 116px;
    padding-bottom: 200px;
}

.home--start .s-wrap {
    position: relative;
    transition: .3s;
}

.home--start .s-wrap > .col-right {
    position: absolute;
    right: 0;
    top: -15px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 41px;
    max-width: 445px;
}

.ui-title--2 .text, .ui-title--1 .text {
    top: 6px;
}
.ui-social-bar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    height: max-content;
    background: #000000;
    border-radius: 16px 0px 0px 16px;
    overflow: hidden;
    transition: 1.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(50px, 0%, 0px);
    transition-delay: 2s;
}

.header--animate .ui-social-bar {
    transform: translate3d(0px, 0%, 0px);
}

.ui-social-bar .item a {
    display: block;
    padding: 7px 10px;
    transition: 0.2s;
    line-height: 1;
}

.ui-social-bar .item:first-child a {
    padding-top: 14px;
}

.ui-social-bar .item:last-child a {
    padding-bottom: 14px;
}

.ui-social-bar .item a:hover {
    background: #6a6a6ab8;
}

.s-1 {
    padding: 256px 0;
    text-align: center;
}

.s-1 .s-wrap {
    position: relative;
}

.s-1 .s-wrap:before {
    content: '';
    position: absolute;
    top: -256px;
    left: 0;
    width: 0%;
    display: block;
    background: #2C2B2B;
    height: 1px;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

.s-1.animate .s-wrap:before {
    width: 100%;
}

.s-1 p {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
}

.s-1 .s-wrap .s-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    /* transform: scale(0.8); */
    opacity: 0;
    transition-delay: .1s;
}

.s-1 .s-wrap .s-footer.animate {
    transform: scale(1);
    opacity: 1;
}

.home-solutions-cards {
    width: calc(100% - 20px);
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 10px;
}

.i-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 524px;
    background: #ffffff;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.00029, 0, 0, 1, 0, 0, 100, 0, 1.1);
    opacity: 0;
}

.i-card > .wrap > .b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: black;
}

.i-card > .wrap > .b > * {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

.i-card > .wrap > .content {
    position: relative;
    z-index: 1;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 120%;
    height: 100%;
    justify-content: flex-end;
    transition: .3s;
    width: 100%;
}

.i-card .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}

.i-card > .wrap {
    height: 100%;
}

.i-card > .wrap > .content > .caption {
    position: absolute;
    top: 100%;
    width: calc(100% - 50px);
}

.i-card > .wrap > .b:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.04%, rgba(0, 0, 0, 0.179124) 79.57%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 11;
}

.i-card:hover > .wrap > .b > * {
    filter: blur(10px);
    transform: scale(1.1);
    opacity: .7;
}

.s-p-f {
    padding-top: 250px;
    transition: .6s;
    filter: opacity(0);
    position: relative;
    z-index: 1;
}
.s-p-f.animate {
    filter: opacity(1);
}
.s-p-f .s-wrap {
    /* overflow: hidden; */
    position: RELATIVE;
    padding: 10px 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.s-p-f .s-wrap .scroll-area {
    position: relative;
    display: flex;
    gap: 30px;
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 500;
    font-size: 140px;
    white-space: nowrap;
    line-height: 1;
    justify-content: center;
    width: max-content;
    padding-left: 100%;
}

.s-p-f .s-wrap:before, .s-p-f .s-wrap:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #2C2B2B;
    transition: 1.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transition-delay: .2s;
}
.s-b .s-p-f .s-wrap:before, .s-b .s-p-f .s-wrap:after {
    background: white;
}
.s-p-f .s-wrap:before {
    left: 0;
    top: 0;
}

.s-p-f .s-wrap:after {
    right: 0;
    bottom: 0;
}

.s-p-f.animate .s-wrap:before, .s-p-f.animate .s-wrap:after {
    width: 100%;
}

.ui-section--1 p {
    font-size: 30px;
    margin-top: 0;
}

.animate .i-card {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1);
    opacity: 1;
}

.item:first-child .i-card, .item:last-child .i-card {
    transition-delay: .2s;
}

.s-b {
    position: relative;
    overflow: hidden;
}

.s-b > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
    background: #181818;
}

.s-b > .bg > .line {
    background: #181818;
    height: 100%;
    width: 17%;
    transition: 1s;
    transform: scaleX(0.003);
    transform-origin: 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
    transition-delay: .5s;
}

.s-b.animate > .bg > .line {
    /* transform: scaleX(1); */
}

.s-b.animate > .bg {
}

.s-b.st-1 {
    padding: 200px 0;
}

.s-b .s-wrap {
    position: relative;
    z-index: 1;
    color: white;
}

.s-3 {
    display: grid;
    grid-template-columns: 48% auto;
    gap: 111px;
    padding-bottom: 100px;
    padding-top: 100px;
}
.s-3 .section--header p {
    font-size: 20px;
    margin-top: 30px;
}
.s-3 p {
    font-size: 30px;
    margin-top: 0;
}

.gradient-phrase {
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 900;
    font-size: 231px;
    line-height: 86%;
    /* identical to box height, or 199px */
    text-align: center;
    text-transform: uppercase;
    position: relative;
    /* transition-delay: 1s; */
    color: #181818bf;
}

.gradient-phrase > svg {
    position: absolute;
    top: -60%;
    z-index: -1;
    transition: .4s;
    transition-delay: 1s;
    opacity: 0;
    left: -300px;
}

.animate .gradient-phrase {
    color: #181818bf;
}

.animate .gradient-phrase > svg {
    opacity: 1;
}


.s-job {
    padding: 250px 0;
    padding-bottom: 0;
}

.vacancy-card {
    position: relative;
    padding: 50px 0;
}

.vacancy-card:before, .vacancy-card:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #2C2B2B;
    position: absolute;
    top: 0;
    left: 0;
}

.vacancy-card .vacancy--title {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.vacancy-card .vacancy-header {
    cursor: pointer;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
}

.vacancy-card .vacancy-header > .action {
    margin-left: auto;
    width: 43px;
    height: 43px;
    position: relative;
}

.vacancy-card .vacancy-header > .action > .shape svg {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
}

.vacancy-card:after {
    bottom: 0;
    top: inherit;
    height: 0px;
}

.item:last-child .vacancy-card:after {
    height: 1px;
}

.vacancy-card .vacancy-body-w .content {
    padding-top: 30px;
}

.ui-section--1.c--form .section--wrapper .col-left {
    padding: 0;
    margin-bottom: auto;
}

.vacancy-card .vacancy-body-w .actions {
    padding-top: 40px;
}

.job-w {
    margin-top: 60px;
    transition: .5s;
    opacity: 0;
    transition-delay: .5s;
}
.job-w.animate {
    opacity: 1;
}

.vacancy-card .vacancy-body {
    overflow: hidden;
    height: 0;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

.vacancy-card .vacancy-header > .action > .shape svg.alt {
    display: none;
}

.vacancy-card .vacancy-header > .action > .shape svg path {
    fill: #2C2B2B;
    stroke: #2C2B2B;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transition-delay: .4s;
}

.vacancy-card .vacancy-header > .action > .shape svg path:first-child{
    transition-delay: .5s;
}

.vacancy-card .vacancy-header > .action > .shape svg path:first-child+path {
    transition-delay: .6s;
}

.toggled.vacancy-card .vacancy-header > .action > .shape svg path:last-child, .toggled.vacancy-card .vacancy-header > .action > .shape svg path:first-child, .toggled.vacancy-card .vacancy-header > .action > .shape svg path:first-child+path {
    opacity: 0.2;
}

.vacancy-card .vacancy-header > .action > .shape svg {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

.toggled.vacancy-card .vacancy-header > .action > .shape svg {
    transform: rotate(360deg);
}

.ui-button--link {
    display: flex;
    width: max-content;
    text-decoration: none;
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    color: #1D4BEF;
    align-items: center;
    gap: 9px;
}

.ui-button--link img {
    width: 16px;
}

.ui-button--link .icon {
}

.vacancy-card .vacancy-body-w .content ul {
    padding-left: 17px;
    display: grid;
    gap: 5px;
    line-height: 1.6;
}

.vacancy-card .vacancy-header .label, .u-l {
    background: #1D4BEF;
    border-radius: 37px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: white;
    padding: 2px 16px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.u-l {
    display: inline-flex;
}

footer {
    background: #181818;
    color: white;
}

footer > * > .wrapper .wrapper2, footer > * > .wrapper .wrapper3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 38px;
}

footer .logo, footer [data-animate-text] .word {
    color: white;
}

footer a {
    color: white;
}

.ui-social-menu > .w {
    display: flex;
    gap: 27px;
}

.item.copyright {
    margin-right: auto;
}


footer > * > .wrapper {
    padding-bottom: 30px;
}

.job-w > .item {
    transition: .5s;
    -webkit-transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    /* transform: translate3d(50%, 0, 0px); */
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    /* -webkit-transform: translate3d(50%, 0, 0px); */
    opacity: 0;
    transition-delay: .5s;
}

.job-w> .animate.item {
    /* transform: translate3d(0%, 0, 0px); */
    opacity: 1;
}

.job-w > .item:nth-child(2n) {
}

.job-w > .item:nth-child(3n) {
}

.job-w > .item:nth-child(4n) {
}


.job-w > .item:nth-child(5n) {
}

.shape-1 {
    position: absolute;
    width: 100%;
    height: 1500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    /* -webkit-transform-origin: 890px 760px; */
    /* -webkit-animation:rotate-wave 30s infinite; */
    pointer-events: none;
}


.shape-1 svg, .shape-2 svg {
    position: relative;
    transform: scale(0);
    transition: 1s;
    transition-timing-function: cubic-bezier(0, 0.01, 0, 1.53);
    transition-delay: .3s;
    width: 1500px;
    height: 1500px;
    shape-rendering: optimizespeed;
}

.animate .shape-1 svg, .animate .shape-2 svg {
    transform: scale(1);
}

.shape-1 .wr {
    transform: scale(1);
    /* -webkit-animation:beat 20s infinite; */
    width: 1500px;
    height: 1500px;
    -webkit-transform-origin: 800px;
}

.shape-2 {
    position: absolute;
    width: 100%;
    height:2443px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: rotate(0deg); */
    /* -webkit-animation:rotate-wave-1 60s infinite; */
}

.shape-2 svg, .shape-2 .wr {
    width: 2465px;
    height: 2443px;
}
.shape-2 .wr {
    -webkit-animation:beat-1 10s infinite;
}
@-webkit-keyframes beat {
    0%       { -webkit-transform: scale(1);}
    25%, 75% { -webkit-transform: scale(.2);}
    50%      { -webkit-transform: scale(1.9);}
    100%     { -webkit-transform: scale(1);}
}
@-webkit-keyframes beat-1 {
    0%       { -webkit-transform: scale(1);}
    25%, 75% { -webkit-transform: scale(.8);}
    50%      { -webkit-transform: scale(1.3);}
    100%     { -webkit-transform: scale(1);}
}

@-webkit-keyframes beat-2 {
    0%       { -webkit-transform: scale(1);}
    25%, 75% { -webkit-transform: scale(.8);}
    50%      { -webkit-transform: scale(1.1);}
    100%     { -webkit-transform: scale(1);}
}
@-webkit-keyframes rotate-wave {
    0%       { -webkit-transform: rotate(0deg);}
    25%, 75% { -webkit-transform: rotate(180deg);}
    50%      { -webkit-transform: rotate(90deg);}
    100%     { -webkit-transform: rotate(0deg);}

}

@-webkit-keyframes rotate-wave-1 {
    0%       { -webkit-transform: rotate(0deg);}
    25%, 75% { -webkit-transform: rotate(80deg);}
    50%      { -webkit-transform: rotate(180deg);}
    100%     { -webkit-transform: rotate(0deg);}

}

@-webkit-keyframes opacity-pulse {
    0%       { opacity: 1}
    25%, 75% { opacity: 0.5 }
    50%      { opacity: .7}
    100%     { opacity: 1}
}

@-webkit-keyframes phrase-transform {
    0%       { -webkit-transform: translate3d(0%, 0px, 0px);}
    100%     { -webkit-transform: translate3d(-100%, 0px, 0px);}
}

.s-p-f .s-wrap .scroll-area .item {
    -webkit-animation: phrase-transform 60s;
}

.ui-frame--1 {
    position: relative;
    top: -500px;
    left: 30%;
    pointer-events: none;
    z-index: -1;
    transition: 1s;
    opacity: 0;
    transition-delay: 3s;
}


.ui-frame--1.animate {
    opacity: 1;
}
.ui-frame--2 {
    width: 100%;
    height: 2443px;
    position: absolute;
    bottom: -10%;
    z-index: -1;
    right: -40%;
}

.vacancy-card .vacancy-header .label:before, .u-l:before {
    content: '';
    width: 18px;
    height: 18px;
    background:url('assets/icons/star.svg');
    display: block;
    background-size: contain;
    filter: grayscale(1) brightness(7);
    position: relative;
    top: 0px;
    left: -1px;
}

.btn-menu {
    border: none;
    background: transparent;
    width: 24px;
    height: 26px;
    position: relative;
    padding: 0;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    transition: .3s;
    top: 5px;
    outline: none;
    min-height: auto;
}

.btn-menu > .line {
    background: #1D4BEF;
    border-radius: 10px;
    width: 0%;
    height: 2px;
    display: block;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.78);
}
.header--animate .btn-menu > .line {
    width: 100%;
}
.header--animate .btn-menu > .line:nth-child(2n) {
    width: 75%;
}

.menu--open .btn-menu > .line:nth-child(2n) {
    transform: translate3d(6px, 0px, 0px);
    opacity: 0;
}

.menu--open  .btn-menu > .line {
    transform: rotate(45deg) translate3d(10px, 0px, 0px);
}

.menu--open .btn-menu > .line:last-child {
    transform: rotate(-45deg) translate3d(10px, 0px, 0px);
}

.menu--open .btn-menu {
    transform: translate3d(-6px, 0px, 0px);
}


.ui-mobile-menu {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
}

.ui-mobile-menu > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
}

.ui-mobile-menu > .bg > .l {
    height: 0%;
    width: 1px;
    background: #000000;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    display: none;
}

.ui-mobile-menu > .bg > .l+.l {
    transition-delay: .1s;
}

.ui-mobile-menu > .bg > .l+.l+.l {
    transition-delay: .2s;
}

.ui-mobile-menu > .bg > .l+.l+.l+.l {
    transition-delay: .3s;
}

.ui-mobile-menu > .bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f0f1f5;
    transition: 1.5s;
    transform: translate3d(-100%, 0px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.2);
    z-index: 0;
}

.ui-mobile-menu.open > .bg:after {transform: translate3d(0%, 0px, 0px);}


.menu--open .ui-mobile-menu > .bg > .l {
    height: 100%;
}

.ui-mobile-menu > .wrapper1, .ui-mobile-menu  .wrapper2 {
    height: 100%;
    position: relative;
    z-index: 1;
}

.ui-mobile-menu .wrapper2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 23px;
    padding-bottom: 60px;
}

.menu--open .ui-mobile-menu.open > .bg > .l {/* width: 34%; *//* background: #f0f1f5; */}

.menu--open header {
    background: #f0f1f5;
}


.ui-mobile-menu > .wrapper1 .ui-social-menu > .w {
    justify-content: CENTER;
    gap: 20px;
}

.ui-mobile-menu > .wrapper1 .ui-social-menu > .w img {
    width: 30px;
    height: 30px;
}

.ui-mobile-menu > .wrapper1 .ui-social-menu > .w a img {
    display: block;
}

.ui-mobile-menu .menu-header-container ul {
    list-style: none;
    padding: 0;
    text-align: right;
    display: grid;
    gap: 40px;
}

.ui-mobile-menu .menu-header-container ul a {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
}

.ui-mobile-menu .wrapper2 > .body {
    height: 100%;
    overflow: hidden;
}

.ui-mobile-menu .wrapper2 > .body > .w {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}

.ui-mobile-menu .wrapper2 > .body > .w .menu-header-container {margin-top: 80px;}

body.menu--open {
    overflow: hidden;
}

.ui-mobile-menu .menu-header-container ul li {
    transition: 1s;
    transform: translate3d(100px, 0px, 0px);
    opacity: 0;
    transition-delay: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.06);
}

.ui-mobile-menu.open .menu-header-container ul li {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.ui-mobile-menu .menu-header-container ul li:nth-child(2n) {
    transition-delay: .6s;
}

.ui-mobile-menu .menu-header-container ul li:nth-child(2n)+li {
    transition-delay: .7s;
}

.ui-mobile-menu .menu-header-container ul li:nth-child(2n)+li+li {
    transition-delay: .8s;
}

.ui-mobile-menu .menu-header-container ul li:nth-child(2n)+li+li+li {
    transition-delay: .9s;
}

.ui-mobile-menu .menu-header-container ul li:nth-child(2n)+li+li+li+li {
    transition-delay: 1s;
}

.ui-mobile-menu > .wrapper1 .ui-social-menu > .w > .item {
    transition: 0.5s;
    transform: translate3d(0px, 30px, 0px);
    opacity: 0;
    transition-delay: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.78);
}

.ui-mobile-menu.open > .wrapper1 .ui-social-menu > .w > .item {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.menu--open .ui-mobile-menu {
    opacity: 1;
    visibility: visible;
}


.ui-section--1.about-us--start {
    padding-top: 160px;
    padding-bottom: 145px;
}

.ui-section--1.about-us--start .section--wrapper {
    grid-template-columns: auto 69%;
    align-items: flex-start;
}

.ui-section--1.about-us--start p {
    margin-top: 0;
    font-size: 20px;
}

.ui-section--1.about-us--start .section--wrapper .col-left {
    padding-bottom: 0;
}

.divider .line {
    width: 0%;
    height: 1px;
    background: #2C2B2B;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.45, 0.03, 0, 1.33);
    -webkit-transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0.03, 0, 1.33);
}

.animate.divider .line {
    width: 100%;
}

.s-two-columns .s-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 80px;
    width: calc(100% - 80px);
}

.s-two-columns .s-wrap p {
    font-size: 20px;
    line-height: 1.2;
}

.s-two-columns {
    padding-top: 40px;
}

.s-super-text p {
    text-align: center;
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 600;
    font-size: 61px;
    line-height: 1;
}

.s-super-text {
    padding-top: 200px;
    padding-bottom: 250px;
}

.ui-frame--3 {
    position: absolute;
    width: 2051.66px;
    height: 2042.99px;
    top: 400px;
    z-index: -1;
    right: -33%;
}
.color-blue {
    color: #1D4BEF;
}
.s-journey {
    padding: 100px 0;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
}
.s-journey.animate {
    opacity: 1;
}
.ui-title--3 {
    font-weight: 600;
    font-size: 43px;
    line-height: 100%;
    text-transform: uppercase;
}
[data-animate-text].animate.ui-title--3 .word > .text > .arrow {
    width: 44px;
}

[data-animate-text].ui-title--3 .word > .text > .arrow {
    margin-right: 10px;
}
[data-animate-text].ui-title--3 .word > .text > .arrow, [data-animate-text].ui-title--3 .word > .text > .arrow svg {
    height: 32px;
}

[data-animate-text].ui-title--3 .word > .text > .arrow svg {
    width: 43px;
}
.s-journey p {
    font-size: 18px;
}

.journey--graph .step svg {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.journey--graph .steps {
    position: absolute;
    width: 100%;
    height: auto;
    top: 40px;
    left: 0;
    display: flex;
    justify-content: center;
    min-width: 1620px;
    max-width: 1620px;
    margin: auto;
    right: 0;
    gap: 170px;
}

.journey--graph {
    position: relative;
    margin-top: 114px;
}

.journey--graph .s-journey-grap--wrap {
    overflow: hidden;
    padding-bottom: 20px;
    max-width: 1120px;
    margin: auto;
    position: RELATIVE;
}

.journey--graph .scrollarea {
    overflow-y: hidden;
    position: relative;
    padding: 100px 0;
    padding-bottom: 100px;
    margin: auto;
    cursor: grab;
}

.journey--graph .scrollarea:active {
    cursor: grabbing;
}

.journey--graph .s-journey-grap--wrap:before {
    content: '';
    background: linear-gradient(92deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 127px;
}


.journey--graph .s-journey-grap--wrap:after {
    content: '';
    background: linear-gradient(267deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 127px;
}

.journey--graph .scrollarea .timeline svg {
    width: 100%;
    height: auto;
    min-width: 1800px;
}

.journey--graph .scrollarea .timeline svg path {
    stroke-dasharray: 1640;
    stroke-dashoffset: 1640;
    transition: 3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.19);
    transition-delay: 2s;
}

.animate .journey--graph .scrollarea .timeline svg path {
    stroke-dashoffset: 0;
}

.journey--graph .s-journey-grap--wrap:before, .journey--graph .s-journey-grap--wrap:after {
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
    z-index: 1;
    pointer-events: none;
}

.animate .journey--graph .s-journey-grap--wrap:before, .animate .journey--graph .s-journey-grap--wrap:after {
    opacity: 1;
}

.journey--graph .steps .step {
    position: relative;
    cursor: pointer;
}

.journey--graph .scrollarea > .timeline {
    min-width: 1620px;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    margin-top: -150px;
    overflow: hidden;
}

.journey--graph .steps .step .name {
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 500;
    transition: .5s;
    font-size: 30px;
    margin-top: 20px;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.49);
    transition-delay: .1s;
    opacity: 0;
    transform: scale(.6) translate3d(0px, -20px, 0px);
}

.journey--graph .steps .step.active .name {
    font-weight: 600;
    color: #A521F0;
    transform: scale(1);
}

.journey--graph .steps .step .shape {
    position: relative;
    width: 89px;
    height: 89px;
    display: flex;
    -webkit-animation: beat-2 20s infinite;
}

.journey--graph .steps .step .shape:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23A521F0FF' stroke-width='2' stroke-dasharray='20%25%2c 20%25' stroke-dashoffset='65' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 100px;
    transition: .5s;
    scale: 0;
    filter: grayscale(1);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.49);
}

.journey--graph .steps .step[data-step="0"] {
    top: 153px;
}

.journey--graph .steps .step[data-step="1"] {
    top: 142px;
}

.journey--graph .steps .step[data-step="2"] {
    top: 180px;
}

.journey--graph .steps .step[data-step="3"] {
    top: 136px;
}

.journey--graph .steps .step[data-step="4"] {
    top: 80px;
}

.journey--graph .steps .step[data-step="5"] {
    top: 92px;
}

.journey--graph .steps .step .shape:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    display: block;
    background: white;
    border-radius: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s;
    transform: scale(0);
}

.animate .journey--graph .steps .active.step .shape:after {
    filter: none;
    transform: scale(1);
    -webkit-animation: rotate-wave-1 10s infinite;
    scale: 1;
}

.journey--graph .step svg.alt {
    display: none;
}

.journey--graph .step svg path {
    transition: 1s;
    filter: grayscale(1);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.49);
    fill: white;
    opacity: 0;
    transform: scale(.7);
    transform-origin: center;
}

.animate .journey--graph .step.active svg path {opacity: 1;transform: scale(1);}

.journey--graph .step svg path:nth-child(2n) {
    transition-delay: .1s;
}
.journey--graph .step svg path:nth-child(3n) {
    transition-delay: .2s;
}
.journey--graph .step svg path:nth-child(4n) {
    transition-delay: .3s;
}
.journey--graph .step svg path:nth-child(5n) {
    transition-delay: .4s;
}

.journey--graph .step.delay svg path:first-child {
    transition-delay: 2s;
}

.journey--graph .step.delay svg path:nth-child(2n) {
    transition-delay: 2.1s;
}
.journey--graph .step.delay svg path:nth-child(3n) {
    transition-delay: 2.2s;
}
.journey--graph .step.delay svg path:nth-child(4n) {
    transition-delay: 2.3s;
}
.journey--graph .step.delay svg path:nth-child(5n) {
    transition-delay: 2.4s;
}

.journey--graph .steps .step .shape .w {
    width: 33px;
    height: 33px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animate .journey--graph .steps .step .shape:before {
    transform: scale(1);
}

.journey--graph .steps .step.active .shape:before {
    transform: scale(0);
}

.animate .journey--graph .steps .step .shape:after {
    transform: scale(1);
    scale: .7;
}

.animate .journey--graph .steps .step .name {
    opacity: 1;
}

.animate .journey--graph .steps .step.delay[data-step="0"] .shape:after, .animate .journey--graph .steps .step.delay[data-step="0"] .shape:before {
    transition-delay: 2s;
}

.animate .journey--graph .steps .step.delay[data-step="0"] .name {
    transition-delay: 2.1s;
}


.animate .journey--graph .steps .step.delay[data-step="1"] .shape:after, .animate .journey--graph .steps .step.delay[data-step="1"] .shape:before {
    transition-delay: 2.2s;
}

.animate .journey--graph .steps .step.delay[data-step="1"] .name {
    transition-delay: 2.3s;
}


.animate .journey--graph .steps .step.delay[data-step="2"] .shape:after, .animate .journey--graph .steps .step.delay[data-step="2"] .shape:before {
    transition-delay: 2.4s;
}

.animate .journey--graph .steps .step.delay[data-step="2"] .name {
    transition-delay: 2.5s;
}


.animate .journey--graph .steps .step.delay[data-step="3"] .shape:after, .animate .journey--graph .steps .step.delay[data-step="3"] .shape:before {
    transition-delay: 2.6s;
}

.animate .journey--graph .steps .step.delay[data-step="3"] .name {
    transition-delay: 2.7s;
}

.journey--graph .steps .step .caption {
    position: absolute;
    left: 50%;
    top: -120px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 320px;
    text-align: left;
    min-height: 94px;
}

.journey--graph .steps .step:last-child .caption {
    left: inherit;
    right: 50%;
    flex-direction: row-reverse;
}

.journey--graph .steps .step .caption:before {
    content: '';
    display: block;
    width: 2px;
    height: 0px;
    background: linear-gradient(2deg, rgba(165, 32, 240, 0) 0.18%, rgba(165, 32, 240, 0.62) 15.62%, #A520F0 49.48%, rgba(165, 32, 240, 0.59) 78.35%, rgba(165, 32, 240, 0) 95.78%);
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.49);
    pointer-events: none;
}

.animate .journey--graph .steps .step.active .caption:before {
    height: 94px;
}

.journey--graph .steps .step .caption .text {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.49);
    transform: translate3d(0px, 20px, 0px);
    opacity: 0;
    transition-delay: .3s;
}

.animate  .journey--graph .steps .step.active .caption .text {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.journey--graph .steps .step.delay .caption:before {
    transition-delay: 3s;
}

.journey--graph .steps .step.delay .caption .text {
    transition-delay: 3.1s;
}

.ui-section--1.careers--start .section--wrapper {
    grid-template-columns: auto 43%;
}

.ui-section--1.careers--start {
    padding-top: 160px;
    padding-bottom: 100px;
}

.careers--start .shape-2 svg {
    transition-delay: 1.4s;
}


.ui-frame--4 {
    position: absolute;
    width: 2051.66px;
    height: 2042.99px;
    bottom: -180%;
    right: -74%;
    z-index: -1;
}

.theme-dark .shape-2 svg > path {
    fill: #171717;
}

.s-c-description .content {
    background: #171717;
    max-width: 50%;
    padding: 40px 60px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
}

.animate.s-c-description .content {
    opacity: 1;
}
.s-c-description {
    height: 750px;
    position: relative;
    overflow: hidden;
}

.s-c-description > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 2.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    /* transform: scale(1.2); */
    opacity: 0;
    filter: blur(11px);
}

.s-c-description > .bg > div {
    width: 100%;
    height: 100%;
    background-position: center bottom !important;
    background-attachment: fixed !important;
    /* background-size: cover !important; */
    filter: contrast(1.3);
    opacity: 0.7;
    background-repeat: no-repeat !important;
    background-color: black !important;
}

.s-c-description.animate > .bg {
    /* transform: scale(1); */
    opacity: 1;
    filter: blur(0px);
}

.s-4 {
    padding-top: 150px;
    position: relative;
}

.star-li {
    display: flex;
    gap: 20px;
}

.star-li > span.star {
    width: 24px;
    height: 24px !important;
    background:url('assets/icons/star.svg');
    background-size: cover;
    min-width: 24px;
    filter: grayscale(1) brightness(6.5);
    top: 6px;
}
.header--animate .theme-dark .ui-social-bar {filter: invert(1);}

.ui-frame--5 {
    width: 2051.66px;
    height: 2042.99px;
    position: absolute;
    top: -15%;
    left: -35%;
    z-index: -1;
}

.s-c-reach {
    position: relative;
    padding-top: 250px;
    padding-bottom: 100px;
}

.s-c-reach .s-wrap {
    display: grid;
    grid-template-columns: 44% auto;
    gap: 100px;
    position: relative;
    z-index: 1;
}

.s-c-reach .s-wrap p {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0;
}

.ui_form__fieldset > .field.checkbox.checkbox--1 label a {
    color: #1D4BEF;
}

.form__send {
    margin-top: 50px;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    opacity: 0;
    transition-delay: .6s;
}

.theme-dark .ui_form__fieldset > .field > input {
    background: #1b1b1b47;
}

.theme-dark .ui_form__fieldset > .field > label {
    color: white;
}

.theme-dark .ui_form__fieldset > .field.checkbox.checkbox--1 label {
    color: white;
}

.theme-dark .field.checkbox.checkbox--1 .box {
    background: #1B1B1B;
    border: 1px solid #FFFFFF;
}

.theme-dark .field.checkbox:hover  .box {
    border-color: #1D4BEF;
}

.ui_form__fieldset > .field:before, .ui_form__fieldset > .field:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    background: #2C2B2B;
    display: block;
    height: 1px;
    z-index: 1;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}
.theme-dark .ui_form__fieldset > .field:before {
    background: white;
}
.animate .ui_form__fieldset > .field:before {
    width: 100%;
}
.ui_form__fieldset > .field.checkbox:before, .ui_form__fieldset > .field.checkbox:after {
    display: none;
}

.ui_form__fieldset > .field:hover:after {
    background: #1D4BEF;
    z-index: 1;
    width: 100%;
}

.s-c-reach > .bg {
    position: absolute;
    top: 100px;
    right: 0;
    width: 78%;
    height: 836px;
    z-index: 0;
    pointer-events: none;
}

.s-c-reach > .bg lottie-player {
    position: relative;
    top: 180px;
    left: 200px;
    transition: 1.6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: scale(0.9);
    opacity: 0;
}

.s-c-reach .s-wrap
.col-right {
    display: grid;
}

.s-c-reach .s-wrap .col-right .bt {
    margin-top: auto;
    margin-left: auto;
    position: relative;
    top: 50px;
}

.s-c-reach .s-wrap .col-right .bt a {
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    color: #1D4BEF;
    text-decoration: none;
}

.s-c-reach.animate > .bg lottie-player {
    transform: scale(1);
    opacity: 1;
}

.theme-dark .logo {
    color: white;
}

.numbers-wrap {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 40px;
    text-align: center;
    margin-top: 50px;
    width: calc(100% - 120px);
}

.numbers-wrap .number {
    font-family: 'Neue Machina';
    font-weight: 600;
    font-size: 44px;
    line-height: 42px;
    color: #1d4bef;
}

.numbers-wrap > .item {
    padding: 20px;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(0px, 150px, 0px);
    opacity: 0;
}
.dud {
    color: #1d4bef9c;
}

.numbers-wrap > .item:nth-child(2n) {
    transition-delay: .1s;
}
.numbers-wrap > .item:nth-child(3n) {
    transition-delay: .2s;
}
.numbers-wrap > .item:nth-child(4n) {
    transition-delay: .3s;
}

.animate .numbers-wrap > .item{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.ui-frame--6 {
    position: relative;
    top: -450px;
    right: -27%;
    z-index: -1;
}

div#journeySlider {background: linear-gradient(89.55deg, rgba(165, 32, 240, 0) -0.58%, #A520F0 15.13%, #A520F0 37%, #244AF0 65.87%, rgba(33, 94, 226, 0.548387) 92.59%, rgba(39, 118, 210, 0) 102.23%);border: none;height: 3px;margin: 20px auto;z-index: 11;max-width: 1120px;width: 0%;transition: 3s;transition-timing-function: cubic-bezier(0.42, 0, 0, 1.08);opacity: 0;transition-delay: 2s;}

.animate div#journeySlider {
    opacity: 1;
    width: 90%;
    pointer-events: none;
}

div#journeySlider > .ui-slider-range {
    background: transparent;
}

div#journeySlider .ui-slider-handle {
    border: none;
    background: url('assets/icons/star.svg');
    background-size: contain;
    width: 33px;
    height: 32px;
    margin: 0;
    padding: 0;
    top: -15px;
    filter: grayscale(1) brightness(6.5);
    outline: none;
}

.vacancy-card .vacancy-header > .action > .shape {
    transition: .3s;
}

.theme-dark .vacancy-card .vacancy-header > .action > .shape {
    filter: invert(1);
}

.ui-section--1.culture--start {
    padding-top: 130px;
    padding-bottom: 150px;
}

.ui-section--1.culture--start .col-left {
    padding-bottom: 0;
}

.ui-section--1.culture--start .section--wrapper {
    align-items: flex-start;
    gap: 93px;
}

.ui-section--1.culture--start p {
    margin-top: 0;
}

.s-culture-f svg {
    width: 110px;
    height: 110px;
}

.s-culture-f  .s-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 110px 36px;
}

.s-culture-f .s-wrap .item {
    width: calc(33% - 36px);
}

.s-culture-f .s-wrap .item .name {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 16px;
}

.s-culture-f .s-wrap .item p {
    margin-top: 14px;
    font-size: 17px;
}

.s-culture-f .s-wrap .item:nth-child(4n), .s-culture-f .s-wrap .item:nth-child(5n) {
    width: 45%;
}

.icon--shape svg path {
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.01, 0.01, 0, 1.01);
    transform: scale(0.4);
    transform-origin: 50%;
    -webkit-transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.01, 0.01, 0, 1.01);
    -webkit-transform: scale(0.4);
    -webkit-transform-origin: 50%;
    opacity: 0;
    fill: white;
}

.icon--shape svg.alt path {
}

.icon--shape > svg {
    position: absolute;
    left: 0;
    top: 0;
}

.icon--shape {
    width: 110px;
    height: 114px;
    margin: auto;
    position: relative;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.06, 1.01);
    transform: rotate(-145deg);
}

.icon--shape svg path:nth-child(2n) {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}
.icon--shape svg path:nth-child(3n) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.icon--shape svg path:nth-child(4n) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}
.icon--shape svg path:nth-child(5n) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}


.icon--shape svg.alt path:first-child {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.icon--shape svg.alt path:nth-child(2n) {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}
.icon--shape svg.alt path:nth-child(3n) {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}
.icon--shape svg.alt path:nth-child(4n) {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}
.icon--shape svg.alt path:nth-child(5n) {
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
}

.animate.icon--shape svg.alt path {
    fill:#1D4BEF;
    stroke: #1D4BEF;
    stroke-width: 2px;
}
.animate.icon--shape svg path {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.icon--shape svg.alt path {
    fill: #1c4bef;
}


.icon--shape > svg.alt {
    z-index: 11;
}

.animate .icon--shape svg path {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
}

.icon--gem path {
    transition: 2s;
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.04);
    -webkit-transition: 2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1.04);
}

.animate .icon--gem path {
    stroke-dashoffset: 0;
}

.icon--balance path, .icon--puzzle path, .icon--reflection path {transition: 1s;transform: translate3d(0px, 110px, 0px);transition-timing-function: cubic-bezier(0.42, 0, 0, 1.07);}

.animate .icon--balance path, .animate .icon--puzzle path, .animate .icon--reflection path {
    transform: translate3d(0px, 0px, 0px);
}

.relative .ui-frame--2 {
    bottom: -120%;
}

.relative {
    position: relative;
}
.ui-section--1.contact--start {
    padding-top: 130px;
    padding-bottom: 100px;
}

.ui-section--1.contact--start .section--wrapper {
    grid-template-columns: 100%;
}

.s-c-items .item {
    display: flex;
    width: 100%;
    gap: 100px;
    align-items: center;
    padding: 40px 0;
    position: relative;
}

.s-c-items .item > .name {
    min-width: 25%;
    font-size: 30px;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(-30px, 0px, 0px);
    opacity: 0;
    transition-delay: 1.1s;
}

.s-c-items .item .label {
    font-weight: 500;
    font-size: 30px;
    color: #1D4BEF;
    margin-right: auto;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(-30px, 0px, 0px);
    opacity: 0;
    transition-delay: 1.2s;
}

.s-c-items .item .label a {
    color: inherit;
    text-decoration: none;
}

.ui-section--1.contact--start .col-left {
    padding-bottom: 0;
}

.s-c-items .item:before, .s-c-items .item:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background: black;
    content: '';
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transition-delay: 1s;
}

.s-c-items .item:after {
    opacity: 0;
    top: inherit;
    bottom: 0;
}

.s-c-items .item:last-child:after {
    opacity: 1;
    transition-delay: 1.7s;
}

.ui-section--1.c--form .section--wrapper {
    grid-template-columns: 50% auto;
    gap: 157px;
}

.ui-post--card {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 50px 0;
    position: relative;
}

.ui-post--card > .wrapper {
    display: grid;
    gap: 118px;
    grid-template-columns: 527px auto;
}

.ui-post--card > .wrapper .thumbnail {
    height: 326px;
    position: relative;
    overflow: hidden;
}

.ui-post--card > .wrapper .thumbnail > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: scale(1.1);
    opacity: 0;
    transition-delay: .1s;
}

.ui-post--card > .wrapper .title {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.ui-post--card:before, .ui-post--card:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: black;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
}

.ui-post--card:after {
    top: inherit;
    bottom: 0;
    opacity: 0;
}

.ui-post--card:last-child:after {opacity: 1;width: 100%;}

.animate .ui-post--card:before {
    width: 100%;
}

.animate .ui-post--card > .wrapper .thumbnail > div {
    transform: scale(1);
    opacity: 1;
}

.ui-post--card > .wrapper > .details {
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    transition-delay: .2s;
}

.animate .ui-post--card > .wrapper > .details {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.animate .gradient-phrase span.word {
    color: inherit;
}

.single--post {
    max-width: 840px;
    margin: auto;
    padding-bottom: 220px;
    line-height: 1.7;
}

.single--post h2 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'IBM Plex Sans';
    line-height: 1.4;
}
.single--post h2:first-child, .single--post h3:first-child {
    margin-top: 0;
}
.single--post h3 {
    font-family: 'IBM Plex Sans';
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.wp-block-image {
    margin: 80px 0;
}

.single--post .ui-section--1.contact--start {
    padding-bottom: 0;
}

.single--post p, .single--post ul {font-size: 18px;line-height: 1.6;}

.animate.s-c-items .item:before, .animate.s-c-items .item:after {
    width: 100%;
}

.animate.s-c-items .item > .name, .animate.s-c-items .item .label, .animate.s-c-items .item .action {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

div.ui_form__fieldset > .field label {
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(0px, 29px, 0px);
    opacity: 0;
}

.animate .ui_form__fieldset > .field label {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.ui_form__fieldset:nth-child(2n) > .field {
    transition-delay: .2s;
}

.ui_form__fieldset:nth-child(3n) > .field {
    transition-delay: .3s;
}

.ui_form__fieldset:nth-child(3n) > .field {
    transition-delay: .4s;
}


.animate .form__send {
    opacity: 1;
}

.ui_form__fieldsets:nth-child(3n) .ui_form__fieldset > .field {
    transition-delay: .5s;
}

.s-c-items .item:nth-child(2n):before {
    transition-delay: 1.3s;
}

.s-c-items .item:nth-child(2n) .name {
    transition-delay: 1.4s;
}

.s-c-items .item:nth-child(2n) .label {
    transition-delay: 1.5s;
}


.s-bootcamp--start {
    position: relative;
    margin-top: -188px;
    height: 100vh;
    /* min-height: 700px; */
    display: flex;
    align-items: end;
    padding-bottom: 70px;
    z-index: 1;
}

.s-bootcamp--start > .b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.s-bootcamp--start > .b > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    position: relative;
    z-index: 0;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    /* transform: scale(1.2); */
    opacity: 0;
    transition-delay: 2.5s;
    -webkit-transition: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    -webkit-transition-delay: 2.5s;
}

.s-bootcamp--start > .b > div.load {
    opacity: 1;
    /* transform: scale(1); */
}

.s-bootcamp--start .s-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 62% auto;
    align-items: end;
}

.s-bootcamp--start > .b:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(359deg, #171717, transparent);
    content: '';
    z-index: 1;
}
.s-btcmp-member .s-wrap {
    display: grid;
    grid-template-columns: 420px auto;
    gap: 60px;
    align-items: flex-start;
    height: 100%;
}

.s-btcmp-member .s-wrap .photo {
    height: 429px;
    position: relative;
    overflow: hidden;
}

.s-btcmp-member .s-wrap .photo > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: 1.1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: scale(1.2);
    opacity: 0;
}

.s-btcmp-member {
    padding-top: 150px;
}

.animate.s-btcmp-member .s-wrap .photo > div {
    transform: scale(1);
    opacity: 1;
}

.s-btcmp-member .s-wrap .col-right {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.s-btcmp-member .s-wrap .col-right .quote {
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    margin-top: auto;
    width: 100%;
}

.s-btcmp-member .s-wrap .col-right .quote p {
    margin-bottom: 0;
}

.s-btcmp-member .s-wrap .col-right .title p {
    font-family: 'Neue Machina';
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0;
}

.s-btcmp-member .s-wrap .col-right .title .pos {
}

.s-btcmp-member .s-wrap .col-right .title {
    width: 100%;
    height: max-content;
}

.s-btcmp-member .s-wrap .col-right .pos {
    width: 100%;
    height: max-content;
    font-size: 18px;
}

.btcmp--facts {
    padding-top: 250px;
    padding-bottom: 100px;
}

.btcmp--facts .s-items {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: 60px;
    align-items: flex-start;
}

.btcmp--facts .s-items > .item {
    width: 30%;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    display: grid;
    gap: 20px;
}

.btcmp--facts .s-items > .item .caption {
}

.btcmp--facts .s-items > .item .icon--shape {
    width: 70px;
    height: 70px;
}

.animate .icon--shape {
    transform: rotate(0deg);
}

.theme-dark .divider .line {
    background: white;
}

.vacancy-card .vacancy-header .captions {
    display: flex;
    gap: 30px;
    color: #1c4bef;
    margin-left: auto;
}

.vacancy-card .vacancy-header .captions+.action {
    margin-left: 0;
}

.gray {
    color: gray;
}

.vacancy-card .vacancy-body-w .content > .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.s-rv h2 {
    width: max-content;
    text-align: right;
    margin: auto;
}

.s-rv {
    padding-top: 250px;
}

.s-reviews .swiper-slide {
    max-width: 705px;
}

.animate.s-reviews .swiper-slide.swiper-slide-active .review--card, .animate .s-reviews .swiper-slide.swiper-slide-duplicate-active .review--card {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1);
    opacity: 1;
}

.s-reviews .swiper-slide .review--card {
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.00029, 0, 0, 1, 0, 0, 100, 0, 1.1);
    opacity: 0;
}

.review--card {
    background: #1E1E1E;
    padding: 30px;
}

.review--card .content {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}

.review--card .head {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    text-align: right;
}

.review--card .head .name {
    font-family: 'Neue Machina';
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    text-transform: uppercase;
}

.review--card .head:after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.icon-arrow.left svg {
    transform: rotate(180deg);
}

.icon-arrow {
    position: relative;
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: beat-2 20s infinite;
}

.icon-arrow:after {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%231D4BEFFF' stroke-width='1' stroke-dasharray='20%25%2c 20%25' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 100px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: rotate-wave-1 10s infinite;
    transition: .4s;
    filter: grayscale(1);
}

.swiper-button-next, .swiper-button-prev {
    width: 80px;
    height: 80px;
    transition: .4s;
    opacity: 0;
}

.swiper-button-prev {
    left: 10%;
}

.swiper-button-next {
    right: 10%;
}

.icon-arrow:hover:after {
    filter: grayscale(0);
}

.s-reviews {
    margin-top: 60px;
}

.animate .swiper-button-next, .animate  .swiper-button-prev {
    opacity: 1;
}

.s--blue-banner .s-wrap {
    position: relative;
    overflow: hidden;
    background: #1D4BEF;
    padding: 60px 120px;
    display: grid;
    grid-template-columns: 70% auto;
    justify-content: space-between;
    align-items: center;
}

.s--blue-banner .s-wrap h2 {
}

.s--blue-banner .s-wrap .ui-social-menu > .w {
    flex-direction: column-reverse;
}

.s--blue-banner .s-wrap span.arrow svg path {
    fill: white;
}

.s--blue-banner .s-wrap .shape-1 {
    top: -160%;
    -webkit-transform-origin: center;
    right: -31%;
    -webkit-animation: rotate-wave-1 50s infinite;
}

.s--blue-banner .s-wrap .shape-1 .wr {
    -webkit-animation: beat 40s infinite;
}

.s--blue-banner {
    transition: .6s;
    /* transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0009, 0, 0, 1, 0, 0, 0, 0, 2); */
    opacity: 0;
    /* transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03); */
    margin-top: 100px;
}

.s--blue-banner.animate {
    /* transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); */
    opacity: 1;
}

.ui-frame--7 {
    position: relative;
    top: -1000px;
    left: -500px;
    z-index: -1;
}

.ui-title--4 {
    font-weight: 600;
    font-size: 62px;
    line-height: 1;
    text-transform: uppercase;
}

.ui-title--4 > .word {
    margin-bottom: -15px;
}

.ui-title--4 > .word > .text > .arrow svg {
    width: 54px;
    height: 52.91px;
}
.ui_form__fieldsets.grid-2 {
    grid-template-columns: 50% 50%;
    width: calc(100% - 24px);
}
.ui_form__fieldset .upload-file {
    transition: .4s;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #A9A9A9;
    position: relative;
    line-height: 1;
    height: 94px;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #eaebf0;
}

.ui_form__fieldset .upload-file .caption {
    color: #1D4BEF;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    margin-top: 10px;
}

.ui_form__fieldset .upload-file:hover {
}

.ui_form__fieldset .upload-file:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%231D4BEFFF' stroke-width='2' stroke-dasharray='11' stroke-dashoffset='24' stroke-linecap='round'/%3e%3c/svg%3e");
    transition: .4s;
    filter: grayscale(1) opacity(0.5);
}

.ui_form__fieldset .upload-file:hover:after {
    filter: grayscale(0);
}

.ui_form__fieldset.invalid .upload-file {
    color: #e65f7a;
}

.invalid.ui_form__fieldset .upload-file:after {
    filter: grayscale(0) hue-rotate(108deg) opacity(0.5);
}

.theme-dark .ui_form__fieldset .upload-file {
    background: #181818;
}

.number [data-animate-text] .word {
    color: #1d4bef;
}

.s-3-f {
    transition: 1s;
    opacity: 0;
    transition-delay: 3s;
}

.animate .s-3-f {
    opacity: 1;
}

.gradient-phrase iframe {
    position: absolute;
    top: -58%;
    left: -30px;
    width: calc(100% + 60px);
    filter: blur(147px) opacity(0);
    z-index: -1;
    height: 500px;
    background: black;
    transition: 1s;
    transition-delay: 1.5s;
    -webkit-animation: opacity-pulse 10s infinite;
    pointer-events: none;
}

.animate .gradient-phrase iframe {
    filter: blur(147px) opacity(.7);
}

.ui-form.in--progress .ui_form__fieldsets {
    opacity: .3;
    pointer-events: none;
}

.ui-form .ui_form__fieldsets {
    transition: .4s;
}

.ui-form img.form--loader {
    position: absolute;
    top: 0;
    z-index: 11;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}
.ui-form.in--progress .form--loader {
    opacity: 1;
}
.theme-dark .swal2-popup.swal2-modal {
    color: black;
    border-radius: 0px;
}

.s-c-items .item .action img {
    width: 44px;
    height: 44px;
}

.s-c-items .item .action {
    line-height: 0;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(-30px, 0px, 0px);
    opacity: 0;
    transition-delay: 1.4s;
}

.s-c-items .item:nth-child(2n)  .action {
    transition-delay: 1.7s;
}

.ui-title--1 > .word {
    margin: -10px 0;
}
[data-animate-text].ui-title--2 .word > .text > .arrow {
    height: 80px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.single--post h1 {
    margin-bottom: 50px;
}

.single--post ul {
    display: grid;
    gap: 15px;
}

.ui-section--1.c--form {
    position: relative;
}

.ui-section--1.c--form > .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    bottom: 0;
    margin: auto;
    width: 70%;
    z-index: -1;
    transition: 1.6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: scale(.8);
    opacity: 0;
    transition-delay: 1s;
}

.ui-section--1.c--form.animate > .bg {
    transform: scale(1);
    opacity: 1;
}

.ui-frame--8 {
    position: absolute;
    top: -500px;
    right: -200px;
    width: 1527.53px;
    height: 1442.78px;
    pointer-events: none;
}

.ui-frame--8 .shape-1 svg {
    transform: scale(1);
}

body.edge [data-animate-text] .word > .text .star {
    top: 2px;
}
body.edge [data-animate-text].ui-title--2 .word > .text .star {
    top: 6px;
}

.s-pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.page-numbers {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers.current {
    background: #1D4BEF;
    color: white;
}

.page-numbers.dots {
    border-radius: 8px;
}

.s-loadmore {
    display: flex;
    justify-content: center;
    padding-bottom: 255px;
}

/* Change the white to any color */
.theme-dark input:-webkit-autofill,
.theme-dark input:-webkit-autofill:hover,
.theme-dark input:-webkit-autofill:focus,
.theme-dark input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #181818 inset !important;

}

.theme-dark input:-webkit-autofill {
    -webkit-text-fill-color: white;
}

[data-animate-text].ui-title--4 .word > .text .star .s {
    width: 45px;
    height: 45px;
}

[data-animate-text].ui-title--4 .word > .text .star .s svg {
    width: 45px;
    height: 45px;
}

.s--blue-banner .s svg.alt {
    display: none;
}

section.v-s {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}

section.v-s .s-wrap {
    display: grid;
    gap: 194px;
    grid-template-columns: 35% auto;
}

section.v-s .s-wrap .s-header h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
}

section.v-s .s-wrap .s-content {
    font-size: 18px;
    line-height: 1.7;
    /* transition: 1.6s; */
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(0px, 30px, 0px);
    /* -webkit-transition: 1.6s; */
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    -webkit-transform: translate3d(0px, 30px, 0px);
    opacity: 0;
    /* transition-delay: .4s; */
}

section.v-s .s-wrap .s-content p:first-child {
    margin-top: 0;
}

section.v-s .s-wrap .s-content p {
    margin: 30px 0;
}

section.v-s .s-wrap .s-content h3, section.v-s .s-wrap .s-content blockquote {
    color: #2d57f0;
    line-height: 1.4;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    position: relative;
}
.v-s .s-wrap .s-content blockquote {padding-left: 43px;}

section.v-s:before, section.v-s:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    width: 0px;
    height: 1px;
    margin: auto;
    /* transition: 1.6s; */
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    /* -webkit-transition: 1.6s; */
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    right: 0;
}

section.v-s:after {
    top: inherit;
    bottom: 0;
    opacity: 0;
}

section.v-s.animate:before, section.animate.v-s:after {
    width: 1280px;
}

section.v-s:last-child:after {
}

section.v-s.animate .s-wrap .s-content {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

section.v-s .s-wrap .s-content ul li:before {
    content: '';
    display: block;
    background:url('assets/icons/star.svg');
    width: 17px;
    height: 17px;
    background-size: contain;
    min-width: 17px;
    min-height: 17px;
    margin-right: 10px;
    margin-top: 7px;
}

section.v-s .s-wrap .s-content ul li {
    display: inline-flex;
}

section.v-s .s-wrap .s-content ul {
    display: grid;
    gap: 10px;
    padding: 0;
}

.home--start > .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    opacity: 0;
    transition: .4s;
    cursor: pointer;
    pointer-events: none;
}

.home--start > .video-wrap video {
    width: 100%;
    max-height: 897px;
}

.home--start.video-start > .video-wrap {
    opacity: 1;
    pointer-events: all;
}

.video-start.home--start .s-wrap {
    opacity: 0;
}

[data-animate-text] .star-1 {
    position: relative;
}

[data-animate-text] .star-1 > .shape {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background:url('assets/icons/star.svg');
    background-position: center;
    background-size: cover;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.4, 0.99);
    -webkit-transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.4, 0.99);
    transform: rotate3d(0, 1, 0, 180deg) translate3d(-100%, 0px, 0px);
    opacity: 0;
    transition-delay: 2s;
}

[data-animate-text] .star-1 > .w {
    position: relative;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.4, 0.99);
    -webkit-transition: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.4, 0.99);
    transform: rotate3d(0, 1, 0, 0deg);
    display: block;
    transition-delay: 2s;
}

[data-animate-text].animate .star-1 > .shape {
    transform: rotate3d(0, 1, 0, 0deg) translate3d(0%, 0px, 0px);
    opacity: 1;
}

[data-animate-text].animate .star-1 > .w {
    transform: rotate3d(0, 1, 0, -180deg);
    opacity: 0;
}

[data-animate-text].ui-title--2 .star-1 > .shape {
    height: 72%;
    top: 7px;
}

.edge [data-animate-text] .star-1 > .shape {
    top: 7px;
}

.edge [data-animate-text].ui-title--2 .star-1 > .shape {
    top: 16px;
}

.s--blue-banner [data-animate-text] .star-1 > .shape {
    filter: grayscale(1) brightness(3.5);
}

.home--start > .video-wrap .panel {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 11;
    width: max-content;
    left: 0;
    top: 0;
    margin: auto;
    height: max-content;
    gap: 20px;
    padding: 100px;
    border-radius: 20px;
    transition: 0.4s;
    opacity: 0;
}

.home--start > .video-wrap .panel > .btn {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    position: relative;
}

.home--start > .video-wrap .panel > .btn:hover {
    background: rgba(0, 0, 0, 0.4);
}

.home--start > .video-wrap .panel:hover {
    opacity: 1;
}

.btn.mute svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.btn.mute.muted svg:last-child {
    display: none;
}

.btn.mute.muted svg:first-child {
    display: block;
    top: 1px;
}

.btn.mute svg:first-child {
    display: none;
}

.home--start .video-play {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    transition: .5s;
    opacity: 0;
    transition-delay: 1s;
}

.page--loaded .home--start .video-play {
    opacity: 1;
}
.col-right.working-at {
    transition: .5s;
    opacity: 0;
    transition-delay: .5s;
}

.col-right.working-at.animate {
    opacity: 1;
}
.s-content blockquote:after {
    content: '';
    position: absolute;
    top: 0;
    width: 27px;
    height: 23px;
    left: 0;
    font-size: 0;
    background: url('assets/icons/blockquote.svg');
    background-size: contain;
}

.journey--graph .s-journey-grap--wrap .arrows {
    transition: 2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.08);
    opacity: 0;
    transition-delay: 2s;
}

.animate .journey--graph .s-journey-grap--wrap .arrows {
    opacity: 1;
}

.ui-section--1.join--our .col-right {
    margin-top: 130px;
}

.l-mt-10{
    margin-top: 10px;
}
.l-mt-15{
    margin-top: 15px;
}
.l-mt-20{
    margin-top: 20px;
}
.l-mt-25{
    margin-top: 25px;
}
.l-mt-30{
    margin-top: 30px;
}
.l-mt-35{
    margin-top: 35px;
}
.l-mt-40{
    margin-top: 40px;
}

.l-mb-10 {
    margin-bottom: 10px;
}
.l-mb-15 {
    margin-bottom: 15px;
}
.l-mb-20 {
    margin-bottom: 20px;
}
.l-mb-25 {
    margin-bottom: 25px;
}
.l-mb-30 {
    margin-bottom: 30px;
}
.l-mb-35 {
    margin-bottom: 35px;
}
.l-mb-40 {
    margin-bottom: 40px;
}
.l-pb-0 {
    padding-bottom: 0;
}
.l-pb-10 {
    padding-bottom: 10px;
}
.l-pb-15 {
    padding-bottom: 15px;
}
.l-pb-20 {
    padding-bottom: 20px;
}
.l-pb-250 {
    padding-bottom: 250px;
}
