@import url('https://fonts.googleapis.com/css2?family=Koulen&family=Oswald:wght@400&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}
body {
    font-family: 'General Sans', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #2C2C2C;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
body {
    overflow-x: hidden;
}

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

/* COMMON */
#_page {overflow: hidden;}

header {
    position: relative;
    z-index: 11;
}
#_page main {overflow: hidden;}
.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-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-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;}


.container, header > .wrapper, footer > .row > .wrapper {
    max-width: 1260px;
    padding: 0 20px;
    margin: auto;
    width: 100%;
}

header > .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1.5s;
    transform: translate3d(0px, -100px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    transition-delay: 1.2s;
}

.ui-logo {
    text-decoration: none;
    font-family: 'Koulen';
    font-style: normal;
    font-weight: 400;
    font-size: 30.5841px;
    line-height: 80%;
    /* or 24px */
    letter-spacing: -0.02em;
    text-transform: lowercase;
    color: #2C2C2C;
}

.menu-header-menu-container > .menu {
    display: flex;
    gap: 40px;
    list-style: none;
}

header > .wrapper > .col-left, header > .wrapper > .col-right {
    display: flex;
    gap: 40px;
    align-items: center;
}

header > .wrapper > .col-right {margin-left: auto;}

header a {
    text-decoration: none;
    color: #2C2C2C;
}

.menu-header-menu-container > .menu li {
    position: relative;
    padding: 43px 0;
}

.menu-header-menu-container > .menu li.menu-item-has-children > .sub-menu {
    position: absolute;
    list-style: none;
    background: #fde9e3;
    border-radius: 18px;
    padding: 15px;
    border: 7px solid white;
    width: 100px;
    right: 0;
    top: 75px;
    display: none;
}

.menu-header-menu-container > .menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.menu-header-menu-container > .menu li.menu-item-has-children > .sub-menu li {
    padding: 5px 0;
}

.ui-button {
    font-family: inherit;
    padding: 12px 32px;
    gap: 8px;
    display: flex;
    background: #000000;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    border: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer;
    width: max-content;
    text-decoration: none;
    overflow: hidden;
}

.ui-button.ui-button--small {
    padding: 8px 24px 8px 16px;
}

.ui-button:hover {
    transform: scale(1.05);
}

.ui-button:before, .question--card:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ffffff38;
    border-radius: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s;
    transform: scale(0);
}
.question--card:before{
    background: #00000029;
}
.ui-button.click:before {
    transform: scale(4);
}

.question--card.click:before {
    transform: scale(4.5);
}

.ui-button.out:before, .question--card.out:before {
    opacity: 0;
}

.ui-section--start > .wrapper {
    display: grid;
    grid-template-columns: 328px calc(100% - 328px);
    gap: 146px;
    width: calc(100% - 146px);
    align-items: center;
}

.ui-section--start h1 {
    font-size: 80px;
    line-height: .9;
    text-transform: uppercase;
    font-family: 'Koulen';
    font-weight: 100;
    letter-spacing: -0.02em;
    color: #232323;
    margin-bottom: 24px;
}

.color-blue {
    color: #4CB2FB;
}

.ui-section--start p {
    font-size: 14px;
    line-height: 24px;
    color: #323334;
}

.ui-button.ui-button--1 {
    background: #4CB2FB;
}

.ui-section--customers {
    text-align: center;
    background: #F5F4F3;
    padding: 88px 0;
}

.ui-section--start {
    margin-bottom: 120px;
}

h1, h2, h3, h4 {
    font-family: 'Koulen';
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.ui-section--what-we-do {
    padding-top: 140px;
}

h2 {
    font-size: 60px;
    line-height: 120%;
}

.section--header {
    margin-bottom: 40px;
}

.ui-section--what-we-do > .wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 25px 65px;
    width: calc(100% - 65px);
}

.ui-section--what-we-do > .wrapper .item-wrap h3 {
    font-family: 'Koulen';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 60px;
    margin-top: 36px;
}

footer > .row > .wrapper > .row {display: flex;padding: 32px 0;justify-content: space-between;}

footer {
    padding-top: 100px;
}

footer > .row > .wrapper > .col-left {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.ui-logo.x2 {
    font-size: 61.1681px;
    line-height: 80%;
}

.ui-button.ui-button--2 {
    background: transparent;
    color: black;
    border-color: black;
}

footer > .row > .wrapper .col-right .footer-nav {
    display: flex;
    gap: 40px;
}

footer > .row > .wrapper .col-right .footer-nav > .col {
    width: 290px;
}

footer > .row > .wrapper .col-right .footer-nav > .col .title {
    color: #4E4F51;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}

footer > .row > .wrapper .col-right .footer-nav > .col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer > .row > .wrapper .col-right .footer-nav > .col a {
    color: #000000;
    text-decoration: none;
}

footer > .row > .wrapper .col-right .footer-nav > .col ul li {}

footer > .row.bg {
    background: #F5F4F3;
    font-size: 12px;
    line-height: 16px;
    color: #4E4F51;
    margin-top: 50px;
}

footer > .row.bg a {
    color: #4E4F51;
    text-decoration: none;
}

footer > .row.bg > .wrapper {
    align-items: center;
    padding: 16px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

footer > .row > .wrapper .col-right {
    display: flex;
    gap: 40px;
}

.logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.logos > .item {
    display: flex;
    align-items: center;
    justify-content: center;
}


.ui-section--cases > .navbar {
    display: flex;
    justify-content: end;
    gap: 84px;
    margin-bottom: 60px;
}

.ui-section--cases > .navbar .categories, .ui-section--cases > .navbar .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.ui-section--cases > .navbar .nav-btn {
    border: 2px solid #000000;
    border-radius: 99px;
    background: transparent;
    padding: 6px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
    box-sizing: content-box;
}

.ui-section--cases > .navbar .nav-btn.active {
    color: white;
    background: black;
}

.ui-section--cases {
    padding-top: 160px;
}

.slider--cases .swiper-slide {
    max-width: 400px;
    display: flex;
    width: 100%;
    height: auto;
}

.ui-case--card {
    background: #F3F2F2;
    border-radius: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    transition: 0.3s;
}

.ui-case--card .details {
    padding: 23px;
    border-radius: 32px;
    background: #f3f2f2;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ui-case--card > .wrapper {
    padding: 9px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ui-case--card > .wrapper .preview {
    width: 100%;
    min-height: 340px;
    background: #e6e6e6;
    border-radius: 32px 32px 0 0;
    position: relative;
}

.ui-section--cooperate {
    padding-top: 160px;
}

.ui-section--cooperate > .content {
    background: #F3F2F2;
    padding: 24px 0;
}

.ui-section--cooperate > .content .columns {
    display: flex;
    gap: 12px;
}

.ui-section--cooperate > .content .columns > .col-left {
    max-width: 828px;
}

.ui-section--cooperate > .content .columns .features {
    display: flex;
    gap: 100px;
}

.ui-section--cooperate > .content .columns .features > .item {
    padding: 24px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.ui-section--cooperate > .content .columns .features > .item h3 {
    font-size: 36px;
    line-height: 42px;
    color: black;
    margin-bottom: 7px;
    margin-top: 5px;
}

.ui-section--cooperate > .content .columns > .col-right {
    width: 100%;
}

.cooperate-chat > .wrap > .dialog-area {
    width: 100%;
    background: white;
    height: 100%;
}

.cooperate-chat {
    height: 100%;
    overflow: hidden;
    border-radius: 32px;
}

.cooperate-chat .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.cooperate-chat .wrap .actions {
    height: 125px;
    background: #EBE9E9;
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 18px 24px;
    padding-bottom: 7px;
    justify-content: center;
    align-items: center;
}

.cooperate-chat .wrap .actions .caption {
    color: #FB554C;
    font-size: 12px;
    font-weight: 500;
}

.ui-section--faq {
    padding: 160px 0;
}

.ui-section--faq > .wrap {
    display: grid;
    grid-template-columns: calc(100% - 413px) 400px;
    gap: 13px;
}

.ui-section--faq > .wrap .questions {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 22px 8px;
    width: calc(100% - 8px);
}

.question--card {
    background: #F3F2F2;
    border-radius: 32px;
    border: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    overflow: hidden;
    position: relative;
    transform: translateZ(0)
}

.question--card > .wrap {
    padding: 32px;
    font-family: 'Oswald';
    font-size: 24px;
    line-height: 36px;
}

.ui-section--faq > .wrap .answer > .wrap, .ui-popup div#swal2-content > .wrap {
    padding: 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.ui-popup div#swal2-content > .wrap {
    padding: 10px;
}

.ui-section--faq > .wrap .answer > .wrap .title, .ui-popup div#swal2-content .wrap .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Oswald';
    margin-bottom: 15px;
}

.question--card.active {
    background: white;
    border-color: black;
}

.question--card:hover {
    border-color: #0000005e;
}

footer > .row > .wrapper > .row > .col-left {
    max-width: 350px;
    display: flex;
    flex-direction: column;
}


.ui-section--what-we-do > .wrapper > .item {
    padding: 42px;
    padding-left: 0;
    position: relative;
}

.ui-section--what-we-do > .wrapper > .item:after {
    content: '';
    position: absolute;
    left: -20%;
    top: 0;
    width: 120%;
    height: 100%;
    border-radius: 30px;
}

.ui-section--what-we-do > .wrapper > .item > .item-wrap {
    position: relative;
    z-index: 1;
    max-width: 438px;
}

.ui-section--what-we-do > .wrapper > .item:first-child:after {
    background: #FFF7F7;
}

.ui-section--what-we-do > .wrapper > .item:last-child:after {
    background: rgba(237, 247, 255, 0.58);
    left: -50px;
}

.ui-section--what-we-do > .wrapper > .item:nth-child(2n) > .item-wrap {
    padding-left: 100px;
}

.cooperate-chat .wrap .actions .team-members > .avatars {
    display: flex;
    justify-content: center;
}

.cooperate-chat .wrap .actions .team-members > .avatars img {
    width: 100%;
}

.cooperate-chat .wrap .actions .team-members > .avatars .item {
    width: 32px;
    height: 32px;
    margin: 0 -6px;
    position: relative;
}

.cooperate-chat .wrap .actions > .ui-button {
    width: 100%;
    box-sizing: border-box;
}

.menu-item-has-children > a:after {
    content: '';
    width: 6px;
    height: 10px;
    background: url('../../assets/icons/chevron.svg') no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 12px;
}

[class^="icon--"] {
    display: block;
}

.icon--plus.white {
    filter: invert(1);
}

.icon--plus {
    width: 11px;
    height: 11px;
    background: url('../../assets/icons/plus.svg') no-repeat;
    background-size: contain;
}


.icon--plane {
    width: 18px;
    height: 18px;
    background: url('../../assets/icons/plane.svg') no-repeat;
    background-position: CENTER;
}

.icon--eye {
    width: 16px;
    height: 16px;
    background: url('../../assets/icons/eye.svg?') no-repeat;
    background-position: CENTER;
}

button.nav-btn.active .icon--eye {
    filter: none;
}

button.nav-btn .icon--eye {
    filter: invert(1);
    transition: 0.3s;
}

.icon--chevron {
    width: 9px;
    height: 15px;
    background: url('../../assets/icons/chevron.svg?') no-repeat;
    background-position: CENTER;
}

.icon--chevron.right {transform: rotate(180deg);}

.ui-section--cases > .navbar .nav .nav-btn {
    height: 50px;
    border-width: 1px;
    width: 26px;
    justify-content: center;
}

.ui-section--cases > .navbar .nav-btn:hover {
    background: black;
    color: white;
}

.ui-section--cases > .navbar .nav-btn:hover .icon {
    filter: invert(1);
}

.ui-section--cases > .navbar .categories .nav-btn .icon {
    transition: 0.4s;
    margin: 0 -12px;
    transform: scale(0);
}

button.nav-btn.active .icon {
    filter: none !important;
}

.icon--eye-alt {
    width: 80px;
    height: 80px;
    background: url('../../assets/images/eye.svg') no-repeat;
    background-position: CENTER;
}

.icon--emo-wow {
    width: 80px;
    height: 80px;
    background: url('../../assets/images/emoji.svg') no-repeat;
    background-position: CENTER;
}

.swiper.slider--cases {
    overflow: inherit;
}

.case-slide-start {
    margin-top: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4E4F51;
    transition: 0.3s;
    transform: scale(.8);
    opacity: 0;
    max-width: 280px;
}

.swiper-slide-active > .case-slide-start {
    transform: scale(1);
    opacity: 1;
}

.preview {}

.details {}

.ui-case--card .details h3 {
    font-size: 36px;
    line-height: 42px;
    color: black;
}

.ui-case--card .details > .footer {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Koulen';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    padding-top: 15px;
}

.swiper-slide-next .ui-case--card, .swiper-slide-active .ui-case--card, .swiper-slide-next+.swiper-slide .ui-case--card {
    transform: scale(1);
}

.ui-case--card > .wrapper .preview > [data-lazy] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    border-radius: 32px 32px 0 0;
}

.slider--cases .swiper-slide:first-child {
    max-width: 335px;
}

.cooperate-chat > .wrap > .dialog-area > ._wrap {
    padding: 24px 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
    justify-content: space-between;
    position: relative;
}

.cooperate-chat > .wrap > .dialog-area > ._wrap > .item > .message-wrap {
    background: white;
    border-radius: 16px;
    display: flex;
    padding: 10px 16px;
    gap: 16px;
    font-size: 14px;
    line-height: 16px;
    color: black;
    cursor: pointer;
    transition: 0.4s;
    width: calc(100% - 40px);
}

.cooperate-chat > .wrap > .dialog-area > ._wrap > .item > .message-wrap .name {
    font-weight: 600;
    margin-bottom: 4px;
}

.cooperate-chat > .wrap > .dialog-area > ._wrap > .item > .message-wrap:hover {
    background: #F5F4F3;
}

.ui-section--cases > .navbar .nav-btn.active .icon {
    transform: scale(1);
    margin: 0;
}
.icon--twitter {
    width:17px;
    height: 17px;
    background: url('../../assets/icons/twitter.svg') no-repeat;
    background-position: center;
}

.icon--instagram {
    width:17px;
    height: 17px;
    background: url('../../assets/icons/instagram.svg') no-repeat;
}
.icon--linkedin {
    width:17px;
    height: 17px;
    background: url('../../assets/icons/in.svg') no-repeat;
}

.ui-social .item {
    background: white;
    border-radius: 8px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.ui-social {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
}

.ui-social .item:hover {
    background: #F5F4F3;
}


footer > .row > .wrapper > .row:first-child {
    align-items: flex-start;
}

.illustration-7--sm {
    position: relative;
}

.illustration-7--sm .actions {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.illustration-7--sm img {
    width: 100%;
}

.sm-br {
    display: none;
}


header > .line {
    width: 100%;
    height: 1px;
    background: black;
    transition: 2s;
    -webkit-transition: 2s;
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
}

body.animate header > .line {
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
}

body.animate header > .wrapper {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.ui-animate-shown .row, .text-animate-shown .row {
    overflow: hidden;
    position: relative;
}

.ui-animate-shown .row .wrap, .text-animate-shown .row .wrap {
    position: relative;
    transition: 1.5s;
    transform: translate3d(0px, 100%, 0px);
    transition-timing-function: cubic-bezier(0.81, 0.01, 0.32, 0.97);
    transition-delay: 1s;

    -webkit-transform: translate3d(0px, 100%, 0px);
    -webkit-transition-timing-function: cubic-bezier(0.81, 0.01, 0.32, 0.97);
    -webkit-transition-delay: 1s;
}

.ui-animate-shown .row:nth-child(2n) .wrap, .text-animate-shown .row:nth-child(2n) .wrap {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
}

body.animate .text-animate-shown .row .wrap, .ui-animate-shown.shown .row .wrap{
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
}

.illustration-1 .ti-text-container.active-container.ti-cursor:after {
    top: 0px;
    font-weight: 400;
    filter: opacity(0.8);
}

#start_discuss {
    overflow: hidden;
    position: relative;
    padding: 5px;
    margin: -5px;
}

#start_discuss > .wrap {
    position: relative;
    transition: 1s;
    transform: translate3d(0px, 115%, 0px);
    -webkit-transform: translate3d(0px, 115%, 0px);
    transition-delay: 3s;
    -webkit-transition-delay: 3s;
}

body.animate #start_discuss > .wrap {
    transform: translate3d(0px, 0%, 0px);
}

.stopCursor.ui-section--start .ti-text-container.active-container.ti-cursor:after {
    display: none;
}

.section--header > .label {
    display: flex;
    gap: 15px;
}

.section--header  > .label .ti-text-container.active-container.ti-cursor:after {
    top: 9px;
    font-family: 'Oswald';
    filter: opacity(0.5);
    font-size: 80%;
}
.ui-case--card.animateme {
    transition: 0s;
}

p#start_descr {
    min-height: 72px;
}

.cooperate-chat > .wrap > .dialog-area > ._wrap > .item {
    position: absolute;
    bottom: 0;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}



.cooperate-chat > .wrap ._wrap.trigger-1 > .message-1 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -10%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-2 > .message-2 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -10%, 0px);
}


.cooperate-chat > .wrap ._wrap.trigger-2 > .message-1 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -120%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-3 > .message-1 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -230%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-3 > .message-2 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -120%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-3 > .message-3 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -10%, 0px);
}



/* TRIGGER 4 */

.cooperate-chat > .wrap ._wrap.trigger-4 > .message-1 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -380%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-4 > .message-2 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -270%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-4 > .message-3 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -170%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-4 > .message-4 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -10%, 0px);
}


/* TRIGGER 5 */

.cooperate-chat > .wrap ._wrap.trigger-5 > .message-1 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -500%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-5 > .message-2 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -380%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-5 > .message-3 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -270%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-5 > .message-4 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -80%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-5 > .message-5 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -10%, 0px);
}



/* TRIGGER 6 */

.cooperate-chat > .wrap ._wrap.trigger-6 > .message-1 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -650%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-6 > .message-2 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -540%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-6 > .message-3 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -430%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-6 > .message-4 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -190%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-6 > .message-5 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -160%, 0px);
}

.cooperate-chat > .wrap ._wrap.trigger-6 > .message-6 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, -40%, 0px);
}
.ti-container + .ti-container {
    display: none;
}
.color-red{
    color:#FB554C
}
.color-herbal{
    color:#8DBAB5
}
.color-yellow {
    color:#F4BB44
}

.question--card > .answer {
    display: none;
}

.swal2-popup.swal2-modal.ui-popup {
    border: 4px solid #000000;
    border-radius: 32px;
    font-family: 'General Sans';
}

.ui-popup .swal2-close {
    color: black;
    bottom: -80px;
    top: inherit;
    right: 0;
    left: 0;
    margin: auto;
    background: #FFFFFF;
    border: 4px solid #000000;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 43px;
    line-height: 0.88;
}

.hamburger {
    font: inherit;
    display: flex;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.hamburger.is-active:hover,.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 19px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    position: absolute;
    width: 28px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}

.hamburger-inner:after,.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner:after {
    top: 16px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent!important;
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;
    opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: rotate(90deg)
}

.ui-mobile-menu--button {
    position: absolute;
    top: 41px;
    right: 20px;
    z-index: 11;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    transition-timing-function:
            cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    transition-delay: 1s;
}

.animate .ui-mobile-menu--button {
    transform: translate3d(0px, 0px, 0px);
}

.ui-mobile-menu {
    position: fixed;
    background: white;
    z-index: 111;
    height: calc(100% - 65px);
    width: 100%;
    top: 65px;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
}

.ui-mobile-menu .menu-header-menu-container {
    text-align: center;
    height: 35vh;
}

.ui-mobile-menu > .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ui-mobile-menu > .wrapper > .body {
    margin-top: auto;
}

.ui-mobile-menu .menu-header-menu-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ui-mobile-menu .menu-header-menu-container ul li {
    padding: 0;
}

.ui-mobile-menu .menu-header-menu-container ul li a {
    color: black;
    text-decoration: none;
}

.ui-mobile-menu > .wrapper > .body > .section {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
}

.ui-mobile-menu > .wrapper > .footer {
    padding: 20px;
    font-size: 12px;
}

.ui-mobile-menu > .wrapper > .body > .section.bg {
    background: #F5F4F3;
}

.ui-mobile-menu > .wrapper > .body > .section > .ui-social {
    margin-bottom: 20px;
    margin-top: 0;
}

.ui-mobile-menu > .wrapper > .footer > .wrapper {
    display: flex;
    justify-content: space-between;
}

.ui-mobile-menu > .wrapper > .footer > .wrapper .col-right {
    text-align: right;
}

.ui-mobile-menu > .wrapper > .footer a {
    color: black;
    text-decoration: none;
}

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

.swal2-popup.swal2-modal.ui-popup.popup--discuss {
    width: 900px;
    border-width: 10px;
    border-radius: 60px;
    background: #F0F0F0;
}

button, input, optgroup, select, textarea {
    background: white;
    border-radius: 16px;
}

.ui_form__fieldset > .field > label {
    color: #323334;
    font-weight: 500;
    top: 14px;
    font-size: 14px;
}

.ui_form__fieldset {
    margin-bottom: 10px;
}

textarea {
    min-height: 72px;
    padding-top: 23px;
    width: 100%;
}

.ui-popup.popup--discuss div#swal2-content .wrap {
    max-width: 330px;
    margin: auto;
    text-align: center;
}

.ui-popup h2 {
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 7px;
}

.ui-popup.popup--discuss div#swal2-content .wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.ui_form__fieldset > .field > input {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.ui_form__fieldset > .field > .not-empty + label, .ui_form__fieldset > .field > :focus + label {
    top: 5px;
    color: gray;
}

.ui_form__fieldset > .field.checkbox.checkbox--1 label {
    color: black;
    font-size: 12px;
    line-height: 1.4;
}

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

.modal__form .form__send {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup .swal2-close:hover {
    background: white;
}

.ui_form__fieldset > .field > input.invalid, .ui_form__fieldset > .field > input.textarea {
    border-bottom: 2px solid #DD342B;
}

.ui_form__fieldset .information {
    color: #DD342B;
}

.ui_form__fieldset.invalid > .field > label {
    color: black;
}

.ui-frame--77 {
    position: absolute;
    right: 0;
    top: 70px;
    height: 240px;
    overflow: hidden;
}

.ui-frame--77 > .background {
    background: #CCE0DE;
    /* Landing Page/White */
    border: 7.63125px solid #FFFFFF;
    border-radius: 30.525px;
    width: 292px;
    height: 180px;
    position: absolute;
    top: 41px;
    left: 0;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate3d(90%, 0, 0px);
    -webkit-transform: translate3d(90%, 0, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
}

.ui-frame--77 > div.wrap {
    position: relative;
    z-index: 1;
    padding: 0;
    height: 230px;
    overflow: hidden;
    top: 0;
}

.ui-frame--77 > div.wrap > img {
    position: relative;
    top: -26px;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate3d(0%, 230px, 0px);
    -webkit-transform: translate3d(0%, 230px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    transition-delay: 1s;
}

.ui-popup.animate .ui-frame--77 > .background, .ui-popup.animate  .ui-frame--77 > div.wrap > img {
    transform: translate3d(0%, 0, 0px);
    -webkit-transform: translate3d(0%, 0, 0px);
}

.ui-frame--78 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ui-frame--78 > .wrap {
    height: 264px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.ui-frame--78
.background {
    width: 82%;
    height: 72%;
    background: #F6E3FD;
    /* Landing Page/White */
    border: 7.63125px solid #FFFFFF;
    border-radius: 30.525px;
    position: absolute;
    bottom: -15px;
    left: -16px;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate3d(-100%, 0, 0px);
    -webkit-transform: translate3d(-100%, 0, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
}

.ui-frame--78 > .leg {
    position: absolute;
    background: url('/assets/illustrations/peep-78svg.svg') no-repeat;
    width: 64px;
    height: 150px;
    background-position: -162px -248px;
    z-index: 11;
    bottom: -129px;
    right: 46px;
    transform: rotate(-80deg);
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    transition-delay: 2s;
    opacity: 0;
}

.ui-frame--78 .bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 52px;
}

.ui-frame--78 > .wrap > img {
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate3d(0%, 260px, 0px);
    -webkit-transform: translate3d(0%, 260px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.16, 1.01);
    transition-delay: 1s;
}

.ui-popup.animate .ui-frame--78 .background {
    transform: translate3d(0%, 0, 0px);
    -webkit-transform: translate3d(0%, 0, 0px);
}

.ui-popup.animate  .ui-frame--78 > .wrap > img {
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
}

.ui-popup.animate  .ui-frame--78 > .leg {
    opacity: 1;
}

.trigger.ui-frame--78 .leg {
    transform: rotate(0deg);
    transition: 1.3s;
    transition-timing-function: cubic-bezier(1, -0.43, 0, 1.6);
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@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;
    }
}

