/*
Theme Name: SQ
Author URI: https://t.me/andreevic_h
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');
*{
    box-sizing: border-box;
}
html,body{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Rubik';
}
.uppercase{
    text-transform: uppercase;
}
.bold{
    font-weight:700 !important;
}
ul{
    padding-right:20px;
}
li::marker{
    color:#3D4044;
    font-size:11px;
}
.flex-row{
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.col-6{
    width: 50%;
}

.col-4{
    width: 33.333%;
}
.relative{
    position: relative;
}
.container{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 20px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0px, -100px, 0px);
    width: 100%;
    padding: 31px 0;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.06);
    transition-delay: 2s;
    visibility: hidden;
    pointer-events: none;
}
.header-transparent{
}
.header-white{
    background: #fff;
    opacity: 0;
    z-index: 10;
}

.header-logo img {
    height: 50px;
}

.change-lang{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.change-lang>p{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;

}

.header-white .change-lang>p{
    color: #1D262D;
}
.header-white .change-lang_arrow{
    filter: invert();
}
.change-lang_arrow{
    transform: rotate(180deg);
}
.change-lang_selector{
    display: none;
    background: #F8F8F8;
    border-radius: 0px 20px;
    padding: 20px;
    position: absolute;
    bottom: -100px;
    left: 0;
}
.change-lang.active .change-lang_selector{
    display: block;
}
.change-lang.active .change-lang_arrow{
    transform: rotate(0deg);
}


.change-lang_selector a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1D262D;
    text-transform: uppercase;
    text-decoration: none;

}

.change-lang_selector a:not(:last-child){
    margin-bottom: 10px;
}

.change-lang_selector .radio{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0387b32b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-selected {
    width: 10px;
    height: 10px;
    opacity: 0;
    background: #0387B3;
    border-radius: 50%;
}
.change-lang_selector .radio.active .radio-selected{
    opacity: 1;
}


header .container{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.header-left,.header-right{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    white-space: nowrap;
}
.header-button{
    text-decoration: none;
    color: #fff;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.header-button.active{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 10px 40px;
    color: #1D262D;
}
.header-button_text{
    margin: 0;
}
.header-white .header-button{
    text-decoration: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1D262D;

}
.header-white .header-button.active{
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
    border-radius: 30px;
    padding: 14px 40px;
    color:#fff;
}
.header-white .header-button_text{
    margin: 0;
}
header.shown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto !important;
    z-index: 3;
}

.header-menu .main-menu{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}
.header-menu .main-menu li{
    list-style: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:#fff;
    background: linear-gradient(135.2deg, #fff 16.33%, #fff 36.09%, #fff 44.47%, #fff 61.24%, #fff 72.02%, #fff 91.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1s;
}
.header-menu .main-menu li:hover {
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.header-white .header-menu .main-menu li{
    background:  linear-gradient(135.2deg, #000 16.33%, #000 36.09%, #000 44.47%, #000 61.24%, #000 72.02%, #000 91.18%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-menu .main-menu li:hover{
    cursor: pointer;
}
.header-logo{
    text-decoration: none;
}

.header-section{
    background: #6558A5;
    height: 100vh;
    transition: 1s;
    min-height: 720px;
    max-height: 900px;
    position: relative;
    overflow: hidden;
}
.header-section-2{
    background: url('/wp-content/themes/common/assets/images/header-image.png');
    background-repeat:no-repeat;
    background-size: cover;
    transition: 1s;
    min-height: 490px;
    max-height: 550px;
    position: relative;
    overflow: hidden;
}
.header-section-3{
    background: #6558A5;
    transition: 1s;
    min-height: 490px;
    max-height: 550px;
    position: relative;
    overflow: hidden;
}
.header-section-grey{
    background: #F8F8F8;
    padding:40px 0;
}
.header-section .abstract1{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
}
.header-section .abstract2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header-section .container{
    position: relative;

}
.header-section_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.section_col-image{
    position:relative;
    height:inherit;
    margin-top:20px;
}
.section_col-image img{
    width: 100%;
}
.section_col-image.shadow-1,.section_col-image.shadow-3{
    padding:40px 0 0 40px;
}
.section_col-image.shadow-2{
    padding:40px 40px 0 0;
}
.section_col-image.shadow-1:after{
    position: absolute;
    content:'';
    background:url("/wp-content/themes/common/assets/images/solutions_1-shadow.png");
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    z-index:-1;
}
.section_col-image.shadow-2:after{
    position: absolute;
    content:'';
    background:url("/wp-content/themes/common/assets/images/solutions_2-shadow.png");
    top: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    z-index:-1;
}
.section_col-image.shadow-3:after{
    position: absolute;
    content:'';
    background:url("/wp-content/themes/common/assets/images/solutions_3-shadow.png");
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    z-index:-1;
}
.section_col-image_radius{
    border-radius:40px 0;
    overflow: hidden;
}
.header-section_text{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    margin:0;
}
.header-section_left{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.header-section_center svg, .header-section_left svg{
    width: 100%;
}
.header-section_brands{
    position: absolute;
    width: 100%;
    bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.button-color{
    padding: 16px 60px;
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
    border-radius: 40px;
    color: #fff;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    margin-top: 40px !important;
    display: table;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.02);
}
.button-white{
    padding: 16px 60px;
    background: #FFFFFF;
    border-radius: 40px;
    color: #1D262D;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    margin-top: 40px !important;
    display: table;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.02);
}
.button-color:hover {
    transform: scale(1.05);
}

.button-border{
    padding: 8px 24px;
    border: 2px solid #1D262D;
    border-radius: 40px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1D262D;
    text-decoration: none;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    -webkit-font-smoothing: auto;
    transition: 0.2s;
}
.button-border img{
    width: 12px;
    height: 14px;
    transition: 0.2s;
}
.button-border.white{
    border: 2px solid #fff;
    color: #fff;
}
.button-border.white img{
    filter: invert();
}

.button-color p,.button-border p,.button-white p{
    margin: 0;
}
.footer-logo {
    height: 50px;
}
.section-transparent{
    background: transparent;
    padding: 100px 0;
    position: relative;
}
.section-light{
    background: #FCF9FF;
    padding: 100px 0;
    position: relative;
}
.section-dark{
    background: #6558A5;
    padding: 100px 0;
    position: relative;
}

.svg-point{
    position: absolute;
    top: 0;
    right: 0;
    transform: rotateY(180deg);
}
[dir="rtl"] .svg-point {
    right: inherit;
    left: 0;
    transform: rotateY(0deg);
}
.about-svg-point{
    position: absolute;
    top: 60px;
    right: 0;
    z-index:-1;
}
.about-svg-sq{
    position: absolute;
    top: -130px;
    left: 0;
    opacity:0.3;
}
.solutions-svg-s{
    position: absolute;
    right: 0;
    left: 0;
    opacity:0.3;
}

.section-title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #1D262D;
}
.section-text_1{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3D4044;
    max-width: 884px;
    margin-bottom: 20px;
}
.section-text_2{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: white;
}

.section-text_2.white{
    color:#fff;
}
.section-grid{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.section-grid_row{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap:20px;
}
.section-grid_row:first-child > .section-grid_item:first-child {
    transition-delay: 0.1s;
}
.section-grid_row:first-child > .section-grid_item:nth-child(2n) {
    transition-delay: 0.3s;
}

.section-grid_row:first-child > .section-grid_item:nth-child(3n) {
    transition-delay: 0.5s;
}

.section-grid_row:nth-child(2n) > .section-grid_item:first-child {
    transition-delay: 0.7s;
}
.section-grid_row:nth-child(2n) > .section-grid_item:nth-child(2n) {
    transition-delay: 0.9s;
}

.section-grid_row:nth-child(2n) > .section-grid_img:nth-child(3n) {
    transition-delay: 1.1s;
}
.animate-grid.animate .section-grid_item, .animate-grid.animate .section-grid_img {
    transform: scale(1);
    opacity: 1;
}
.section-grid_item{
    padding: 30px;
    /*height: 236px;*/
    background: #FCF9FF;
    border-radius: 40px 0px;
    position: relative;
    transition: .5s;
    transform: scale(0.8);
    opacity: 0;
    overflow:hidden;

}

.section-grid_item-inside{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding: 30px;
    opacity:0;
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
    transition: .5s;
    cursor:pointer;

}

.section-grid_item:hover .section-grid_item-inside{
    opacity:1;
}

.section-grid_item.center{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    cursor:pointer;
}
.section-grid_item.gradient{
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
}


.section-grid_item.center > img{
    width:180px;
    height:180px;
}
.section-grid_item.center > .section-grid_item-title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1D262D;
    flex:0 0 100%;
}
.section-grid_item.center > .section-grid_item-text{
    color: #1D262D;
    text-align: center;
    flex:0 0 100%;
}
.section-grid_item.gradient > .section-grid_item-title,
.section-grid_item.gradient .section-grid_item-text,
.section-grid_item-inside > .section-grid_item-title,
.section-grid_item-inside > .section-grid_item-text{
    color: #FFFFFF;
}



.section-grid_item-title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1D262D;
    margin-bottom: 20px;
}
.section-grid_item-text{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3D4044;
}
.section-grid_item-img{
    width: 70px;
    margin-bottom: 20px;
}
.section-grid_img{
    height: 236px;
    border-radius: 40px 0px;
    overflow: hidden;
    transition: .5s;
    transform: scale(0.8);
    opacity: 0;
}
.section-grid_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.rect-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.rect-2 {
    position: absolute;
    right: 0;
    bottom: -5px;
}
.s-gradient-block{
    position: absolute;
    top: 0;
    left: 100px;
}
.o-gradient-block{
    position: absolute;
    bottom: -5px;
    left: 300px;
}
.ellipse-gradient-block{
    position: absolute;
    top: 0;
    left: 500px;
}
.gradient-block{
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
    border-radius: 60px 0px;
    width: 100%;
    padding: 60px 120px;
}

.gradient-block_title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: white;
    margin: 0;
}

.gradient-block_text{
    width: 75%;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    margin: 20px 0 0;
}
.gradient-block_social{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.gradient-block_social img{
    width: 32px;
    height: 32px;
}

.carousel{
    overflow: hidden;
}
.carousel-container{
    width: 120%;
    transform: translateX(10%);
}
.owl-stage{
    display: flex;
}
.carousel-items{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap:20px;
}
.carousel-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #6558A5;
    border-radius: 40px 0;
    padding: 50px;
    /*max-width: 25%;*/
    height: 100%;
}


.carousel-item_text{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
}

.carousel-item_avatar{
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 14px;
}
.carousel-item_block{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.carousel-item_title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #FFFFFF;
}
.carousel-item_subtitle{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF;
}
.carousel-dots{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.carousel-dot{
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: rgba(101, 88, 165, 0.16);
    cursor: pointer;
}
.carousel-dot.active{
    width: 20px;
    height: 20px;
    background: #6558A5;
}

.abstract3 {
    position: absolute;
    left: 0px;
    top: -50px;
}

.form-block {
    padding: 60px 116px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* Gradient */
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
    border-radius: 60px 0px;
    color: white;
}

.form-block_abstract4 {
    position: absolute;
    right: 120px;
    bottom: 0;
}
.form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:18px;
}
.form-input{
    width: 100%;
    border-style: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 40px;
    padding: 20px;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.form-input::placeholder{
    color:#ffffff85
}
.form-input:focus{
    outline: none;
}

.form .button-color{
    margin: 30px 0 0 !important;
}

.form-block_title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: white;
    margin: 0;
}

.form-block_text{
    width: 75%;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 20px 0 0;
}
.form-block_social{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.form-block_social img{
    width: 32px;
    height: 32px;
}


.s-form-block{
    position: absolute;
    right: 280px;
    top: 150px;
    z-index: 10;
    pointer-events: none;
}
.o-form-block{
    position: absolute;
    right: 80px;
    bottom: -5px;
    z-index: 10;
    pointer-events: none;
}

footer, .footer{
    background: #FCF9FF;
    padding: 80px 0 20px 0;
}

.footer-buttons{
    float: left;
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-button{
    text-decoration: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1D262D;

}
.footer-button.active{
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
    border-radius: 30px;
    padding: 14px 40px;
    color:#fff;
}
.footer-button_text{
    margin: 0;
}

.footer-menu{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.footer-menu .main-menu{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}
.footer-menu .main-menu li{
    list-style: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1D262D;

}
.footer-menu .main-menu li:hover{
    cursor: pointer;
}

.footer-text{
    width: 50%;
    margin-top: 20px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1D262D;
}
.footer-social{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.footer-social-icon{
    width: 30px;
    height: 30px;
}
.copyright{
    width: 100%;
    margin-top: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright-text{
    text-align: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #1d262d57;
    margin: 0;
}
.copyright-text a {
    color: #1d262d57;
    text-decoration: none;
}

.delay-1-1{
    transition-delay: 2.1s !important;
}

.delay-1-2{
    transition-delay: 2.2s !important;
}

.delay-1-3{
    transition-delay: 2.3s !important;
}

.delay-1-4{
    transition-delay: 2.4s !important;
}

.delay-1-5{
    transition-delay: 1.5s !important;
}

.delay-1-6{
    transition-delay: 1.6s !important;
}

.animate header, .animate .header-section_brands > img {
    transform: translate3d(0px, 0px, 0px);
}
.header-section_brands > img {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.06);
    transform: translate3d(0px, 150px, 0px);
    max-height: 80px;
    max-width: 200px;
}


.header-section_center path,.header-section_left path {
    transition: 1s;
    transform-origin: center;
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.04);
    fill: #cd4899;
    opacity: 0;
}

.animate .header-section_center path, .animate .header-section_left path  {
    transform: scale(1);
    fill: #f28bd4;
    opacity: 1;
}

.header-section_center path.w1 {transition-delay: 0s;}
.header-section_center path.w2 {transition-delay: 0.1s;}
.header-section_center path.w3 {transition-delay: 0.2s;}
.header-section_center path.w4 {transition-delay: 0.3s;}
.header-section_center path.w5 {transition-delay: 0.4s;}
.header-section_center path.w6 {transition-delay: 0.5s;}
.header-section_center path.w7 {transition-delay: 0.6s;}
.header-section_center path.w8 {transition-delay: 0.7s;}
.header-section_center path.w9 {transition-delay: 0.8s;}
.header-section_center path.w10 {transition-delay: 0.9s;}
.header-section_center path.w11 {transition-delay: 1.0s;}
.header-section_center path.w12 {transition-delay: 1.1s;}
.header-section_center path.w13 {transition-delay: 1.2s;}
.header-section_center path.w14 {transition-delay: 1.3s;}
.header-section_center path.w15 {transition-delay: 1.4s;}
.header-section_center path.w16 {transition-delay: 1.5s;}
.header-section_center path.w17 {transition-delay: 1.6s;}
.header-section_center path.w18 {transition-delay: 1.7s;}
.header-section_center path.w19 {transition-delay: 1.8s;}


.header-section_left path.w1 {transition-delay: 0s;}
.header-section_left path.w2 {transition-delay: 0.1s;}
.header-section_left path.w3 {transition-delay: 0.2s;}
.header-section_left path.w4 {transition-delay: 0.3s;}
.header-section_left path.w5 {transition-delay: 0.4s;}
.header-section_left path.w6 {transition-delay: 0.5s;}
.header-section_left path.w7 {transition-delay: 0.6s;}
.header-section_left path.w8 {transition-delay: 0.7s;}
.header-section_left path.w9 {transition-delay: 0.8s;}
.header-section_left path.w10 {transition-delay: 0.9s;}
.header-section_left path.w11 {transition-delay: 1.0s;}
.header-section_left path.w12 {transition-delay: 1.1s;}
.header-section_left path.w13 {transition-delay: 1.2s;}
.header-section_left path.w14 {transition-delay: 1.3s;}
.header-section_left path.w15 {transition-delay: 1.4s;}
.header-section_left path.w16 {transition-delay: 1.5s;}
.header-section_left path.w17 {transition-delay: 1.6s;}
.header-section_left path.w18 {transition-delay: 1.7s;}
.header-section_left path.w19 {transition-delay: 1.8s;}



.test path {
    stroke: black;
    stroke-dasharray: 2000;
    stroke-dashoffset: 1500;
    transition: 2s;
}

.animate .test path {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
}

.animate-btn-shown {
    position: relative;
    overflow: hidden;
}

.animate-btn-shown > .wrap {
    padding: 10px;
    overflow: hidden;
}

.animate-btn-shown > .wrap > .block {
    transition: 1s;
    transform: translate3d(0px, 70px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.02);
    transition-delay: 1.5s;
}

.animate-btn-shown > .line {
    width: 0;
    height: 1px;
    background: white;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.02);
    transform-origin: 0;
    transition-delay: 1s;
}

.animate-btn-shown.shown > .wrap > .block {
    transform: translate3d(0px, 0px, 0px);
}

.animate-btn-shown.shown > .line {
    width: 100%;
}

.animate-btn-shown.shown.out > .line {
    transform: translate3d(-101%, 0px, 0px);
}

.ui-bg-words {
    position: absolute;
    width: 143%;
    left: -25%;
    top: -100px;
    height: 100%;
}

.ui-bg-words > .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 1s;
    height: 100%;
}
.animate.loaded .ui-bg-words > .row.outline {
    opacity: 0;
}
.ui-bg-words .q {
    margin-top: 50px;
    position: absolute;
    bottom: -50px;
    right: 0;
}
.ui-bg-words .s {
    margin-top: 50px;
    position: absolute;
    top: 20px;
    right: 350px;
}

body.loaded header {
    transition-delay: 0s;
    transition: .2s;
}

.ui-bg-words > .row.colour {
    opacity: 0;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.06);
    transition-delay: 4.5s;
}

.ui-bg-words > .row.outline svg {
    stroke: #ffffff;
    stroke-width: 1px;
}

.ui-bg-words > .row.outline svg path {
    stroke-dasharray: 12000;
    stroke-dashoffset: 12000;
    transition: 7s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.06);
    transition-delay: 1s;
}

.animate .ui-bg-words > .row.outline svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
}

.animate .ui-bg-words > .row.colour {
    opacity: 1;
    filter: saturate(1.4);
}

.header-section > .circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: #00000024;
    transition: 2s;
    margin: auto;
    border-radius: 100%;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.06);
    transform: scale(0);
    transition-delay: 2s;
}

.animate .header-section > .circle {
    transform: scale(6);
}

.loaded.animate .header-section > .circle {
    opacity: 0;
}

.text-center {
    text-align: center;
}
.button-border:hover {
    background: black;
    color: white;
}

.button-border:hover img {
    filter: invert(1);
}
#_page {
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
    opacity: 1;
    /* transform: translate3d(0px, 0px, 0px); */
}

.page--in-progress #_page {
    opacity: 0;
}
.float-callback{
    position: fixed;
    bottom:50px;
    left: 50px;
    z-index: 111;
}

.section-gradient {
    background: linear-gradient(151.8deg, #CD4899 31.63%, #0387B3 86.94%);
    color: white;
    padding: 50px 0;
}

.section-1 {
    padding: 50px 0;
}
.section-2 {
    position:relative;
    padding: 200px 0;
}

svg.titleAfterLoad {
    position: absolute;
    top: 0;
    z-index: 11;
    transition: 0.5s;
    opacity: 0;
}

.loaded svg.titleAfterLoad {
    opacity: 1;
}

.animate .header-section_left svg.titleAfterLoad path {
    fill: url(#gradientForTitle);
}
.loaded svg.titleAfterLoad+svg {
    opacity: 0;
    transition: 1s;
}

.l-mt-auto {margin-top: auto}
.l-mt-0 {margin-top: 0px}
.l-mt-5 {margin-top: 5px}
.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-50 {margin-top: 50px}

.l-mb-auto {margin-bottom: auto}
.l-mb-0 {margin-bottom: 0px}
.l-mb-5 {margin-bottom: 5px}
.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-40 {margin-bottom: 40px}
.l-mb-50 {margin-bottom: 50px}
.l-mb-70 {margin-bottom: 70px}
.l-mb-100 {margin-bottom: 100px}

.l-ml-auto {margin-left: auto}
.l-ml-0 {margin-left: 0px}
.l-ml-5 {margin-left: 5px}
.l-ml-15 {margin-left: 15px}
.l-ml-20 {margin-left: 20px}
.l-ml-25 {margin-left: 25px}
.l-ml-30 {margin-left: 30px}
.l-ml-50 {margin-left: 50px}

.l-mr-auto {margin-right: auto}
.l-mr-0 {margin-right: 0px}
.l-mr-5 {margin-right: 5px}
.l-mr-15 {margin-right: 15px}
.l-mr-20 {margin-right: 20px}
.l-mr-25 {margin-right: 25px}
.l-mr-30 {margin-right: 30px}
.l-mr-50 {margin-right: 50px}

.l-pl-25 {
    padding-left: 25px !important;
}
.l-pr-25 {
    padding-right: 25px !important;
}

.l-fs-16 {font-size: 16px;line-height: 140%;}
.l-fs-20 {font-size: 20px;}
.l-pb-0 {padding-bottom: 0 !important;}
.text-white {color: white;}
.text-center {
    text-align: center;
}
.l-fw-700 {font-weight: 700;}
.flex-column {flex-direction: column;}

.text-orange {
    color: #F37C40;
}

.l-fs-12 {
    font-size: 12px;
}
.relative {
    position: relative;
}
.overflow-hidden{
    overflow: hidden;
}
.lm-show {display: none !important;}
.l-flex {display: flex;}


.section--start-1 {
    background: linear-gradient(135.2deg, #CD4899 16.33%, #96539F 36.09%, #7C58A2 44.47%, #755AA5 61.24%, #5866A9 72.02%, #0387B3 91.18%);
    color: white;
    text-align: center;
    padding: 100px 0;
    min-height: 492px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}

.section--start-1 > .background {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.section--start-1 h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin: 0;
    margin-bottom: 20px;
}

.section--start-1 .description {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    max-width: 920px;
    margin: auto;
}


.ui-section--1 {
    padding: 140px 0;
    position: relative;
    line-height: 1.5;
}

.ui-section--1.style--1 {
    background: #F8F8F8;
}

.ui-section--1 ul {
    padding-right: 20px;
    margin: 10px 0;
}

.ui-section--1 ul li {
    margin: 7px 0;
}

.bg-frame-left {
    position: absolute;
    bottom: -50px;
}

.bg-frame-right {
    position: absolute;
    bottom: 0px;
    top:0;
    margin: auto;
    left:0;
    height: max-content;
}
.ui-section--1 > * > .wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 87px;
    width: calc(100% - 87px);
}

.ui-image-placeholder {
    position: relative;
    height: 319px;
}

.ui-image-placeholder > .placeholder {
    background: #6558A5;
    border-radius: 60px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ui-image-placeholder > .image {
    width: 100%;
    height: 100%;
    border-radius: 60px 0px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: translate3d(40px, 30px, 0px);
}

.ui-image-placeholder > .image > [data-lazy] {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: .3s;
    opacity: 0;
}

.ui-image-placeholder > .image > [data-lazy].load {
    opacity: 1;
}

.section--testimonials .section--header {
    text-align: center;
}

.section--testimonials .section--header .label {
    font-size: 40px;
    line-height: 47px;
}

.section--testimonials {
    padding: 100px 0;
}

.section--testimonials .testimonials--list {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
    width: calc(100% - 30px);
}

.ui-testimonial--card {
    background: #6558A5;
    border-radius: 40px 0px;
    color: white;
    height: 100%;
}

.ui-testimonial--card > .wrap {
    padding: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: COLUMN;
    height: 100%;
}

.ui-testimonial--card > .wrap > .footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    align-items: center;
    background: transparent;
    padding: 0;
    padding-top: 20px;
}

.ui-testimonial--card > .wrap > .footer .avatar img {
    width: 107px;
    height: 56px;
    background-color: white;
    border-radius: 20px 0px;
    object-fit: contain;
}

.ui-testimonial--card > .wrap > .footer .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.ui-testimonial--card > .wrap > .footer .position {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
}

.logos--categories {
    display: grid;
    grid-template-columns: 70% 30%;
    text-align: center;
}

.logos--categories .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 21px 46px;
    justify-content: center;
    padding: 50px;
}


.logos--categories .col-right > .items {
    gap: 66px 0;
}

.logos--categories .col-right > .items img {
    width: 50%;
    object-fit: contain;
}


.logos--categories .items .lines-1 {
    position: absolute;
    width: 100%;
    height: 69%;
    left: -50%;
    bottom: -31%;
}



.logos--categories .items .lines-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(101, 88, 165, 0) 0%, #6558A5 66.2%, rgb(101 88 165 / 0%) 101.72%);
    top: 0;
    left: 10%;
    /* right: 0; */
    bottom: 0;
    margin: auto;
}

.logos--categories .items .lines-1:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(181deg, rgba(101, 88, 165, 0) 0%, #6558A5 56.2%, rgba(101, 88, 165, 0) 101.72%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.logos--categories .items .lines-1.style--1 {
    height: 71%;
    bottom: -43%;
}

.logos--categories .col-right > .items:nth-child(2n) {
    gap: 27px 0px;
}

.swiper.Testimonials .swiper-slide {
    display: flex;
    height: auto;
}

.ui-section-logos {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ui-section-logos img {
    width: 100%;
    max-height: 100px;
    max-width: 200px;
}

.footer-menu .main-menu li a {
    color: #1D262D;
    text-decoration: none;
}



.ui-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    background: white;
    height: 100%;
    z-index: 11;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.96);
    transform: translate3d(300px, 0px, 0px);
}

.ui-menu > .wrap {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.ui-menu a {
    text-decoration: none;
    color: black;
}

.ui-menu .body {
    padding: 0 20px;
    /* margin-top: auto; */
}

.ui-menu .body ul {
    list-style: none;
    padding: 0;
}

.ui-menu .body ul li {
    margin: 17px 0;
}

.ui-menu > .wrap > .footer {
    font-size: 14px;
    padding: 20px;
    height: 100%;
}

.ui-menu .ui-button--social {
    filter: invert(1);
}

.ui-menu > .wrap > .footer .col-right {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4;
    gap: 17px;
}

.ui-menu > .wrap > .footer  .col-left {
    font-size: 13px;
    color: gray;
    line-height: 1.7;
}

.ui-menu > .wrap > .footer .col-right > .item:first-child {
    margin-right: auto;
}

.ui-menu .body ul.sub-menu {
    padding-left: 20px;
}

html.menu-shown, html.menu-shown body {
    overflow: hidden;
}

html.menu-shown #_page {
    /* transform: translate3d(-300px, 0px, 0px); */
}

html.menu-shown .ui-menu {
    transform: translate3d(0px, 0px, 0px);
}

.header-white .toggle-menu svg rect {
    fill: black;
}

.ui-menu > .wrap > .footer .footer-blocks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 80px);
}

.ui-menu > .wrap > .footer .copyright {
    flex-direction: column;
    margin-top: 30px;
}

.ui-menu > .wrap > .footer .footer-blocks .col-6 {
    width: 100%;
    text-align: center;
}

.ui-menu > .wrap > .footer .footer-blocks .footer-social {
    justify-content: center;
}

.ui-menu > .wrap > .footer .footer-blocks .main-menu {
    flex-direction: column;
    display: flex;
}

.ui-menu > .wrap > .footer .footer-blocks .footer-text {
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.ui-menu > .wrap > .footer .footer-blocks .footer-menu {
    float: none;
}

.ui-menu > .wrap > .footer .copyright-text {
    font-size: 13px;
    line-height: 1.7;
}

.toggle-menu {
    line-height: 0;
}

.ui-menu .close {
    width: 35px;
    height: 35px;
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
}

.ui-menu .close > .line {
    width: 100%;
    height: 3px;
    background: #c8c8c8;
    transform: rotate(0deg);
    position: absolute;
    border-radius: 2px;
    transition: 0.3s;
    transition-delay: .6s;
}

.menu-shown .ui-menu .close > .line:last-child {
    transform: rotate(-45deg);
}

.menu-shown .ui-menu .close > .line {
    transform: rotate(45deg);
}

form#callback {
    width: 100%;
}
.ui_form__fieldset {
    margin-bottom: 15px;
}
.ui_form__fieldset > .field > input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 40px;
    color: white;
    padding-bottom: 15px;
}

.ui_form__fieldset > .field > label {
    color: white;
    font-weight: 300;
}

[dir="rtl"] .ui_form__fieldset > .field > label {
    left: inherit;
    right: 20px;
}

[dir="rtl"] .ui_form__fieldset .information {
    text-align: right;
}

[dir="rtl"] .ui_form__fieldset > .field > input {
    direction: ltr;
    text-align: right;
}

.swal2-popup.swal2-modal {
    border-radius: 30px 0;
    direction: ltr;
    font-family: 'Rubik';
}

.swal2-title {
    font-family: 'Rubik';
}

.container.small {
    max-width: 800px;
}

.header-right {
    width: 86%;
    padding: 0 30px;
}

.posts-group-component.row {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 20px;
    width: calc(100% - 40px);
}

.section-posts-blog-page {
    padding: 70px 0;
}

.ui-post {
    display: flex;
    text-decoration: none;
    color: black;
    height: 100%;
    background: #fdf9ff;
    border-radius: 30px 0;
}

.ui-post > .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px;
}

.ui-post > .wrap > .details {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ui-post > .wrap > .details > .button-color {
    width: max-content;
}

.ui-post > .wrap > .details .date {
    margin-top: auto;
    color: gray;
}

.ui-post > .wrap > .details > .title {
    font-size: 21px;
    font-weight: 500;
}

.ui-post > .wrap > .details .excerpt {
    font-size: 15px;
    line-height: 1.5;
}

@keyframes drop {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }
    80% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        top: 6.94em
    }
}



@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: 10000px 0;
    }
}

@keyframes animatedBackgroundAlt {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: -10000px 0;
    }
}

@-webkit-keyframes animatedBackgroundAlt {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: -10000px 0;
    }
}