[v-cloak],
[x-cloak] {
    display: none;
}

body {
    margin: 0;
    color: var(--black);
}

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

.nav {
    color: white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: var(--black);
}

.nav__logo-links-container {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__logo-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
}

.nav__logo-wrap span {
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.nav__logo {
    width: auto;
    max-height: 60px;
    margin-right: 8px;
}

.nav__list {
    display: flex;
    align-items: center;
    gap: 50px;
}

.nav__link {
    font-size: 16px;
    line-height: 24px;
    transition: 0.2s ease-in;
    background-color: inherit;
    cursor: pointer;
    color: #fff;
}
.nav__link:hover {
    color: var(--blue-2);
}

.nav .nav__link.signup-btn {
    padding: 8px 16px;
    font-family: Outfit;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    cursor: pointer;
}

.nav__link.signup-btn:hover {
    color: var(--text-color);
}

.nav__menu {
    display: none;
    cursor: pointer;
    background-color: inherit;
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
}

.nav__menu span {
    display: block;
    background-color: var(--text-color);
    width: 24px;
    height: 2px;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: .3s;
}

.nav__menu span:last-child {
    margin: 0;
  }

.nav__menu img {
    width: 30px;
}

.menu-animated span:first-child {
    transform-origin: bottom left;
    transform: rotate(45deg) translate(-1px, -2px);
    width: 24px;
}

.menu-animated span:nth-child(2) {
    opacity: 0;
}

.menu-animated span:last-child {
    transform-origin: bottom left;
    transform: rotate(-45deg) translate(1px, 2px);
    width: 24px;
}


.bg-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.bg-img img {
    width: 100%;

}

.nav-wrap {
    display: flex;
    gap: 50px;
}

/*---------------------------------------MENU----------------------------------*/
.menu {
    position: fixed;
    right: -100%;
    z-index: 10;
    height: 100%;
    display: flex;
    padding: 0px 16px 32px 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    background: var(--black);
    backdrop-filter: blur(2px);
    transition: 0.2s ease-in;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 100px 50px 0;
  }

  .menu__link {
    padding: 16px 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
  }

  
  .menu-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    backdrop-filter: blur(2px);
    transition: 0.2s ease-in;
  }
  
  .visible {
    height: 100%;
    visibility: visible;
  }

  .visible .menu {
    right: 0;
  }

/*---------------------------------------HEADER----------------------------------*/

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffff;
    background: radial-gradient(circle at 50% 50%, rgba(36, 40, 49, 0.85) 1%, rgba(36, 40, 49, 1) 100%);
    height: 100%;
    min-height: 100%;
    height: auto;
    text-align: left;
    position: relative;
    isolation: isolate;
    padding: 70px 0;
}

.header h1 {
    color: #fff;
    letter-spacing: 1.32px;
}

.header .v-container-bounded  {
    padding-top: 70px;
}

.header .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__info-title {
    margin-bottom: 14px;
}

.header-hint {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 64px 0;
}

.header-hint img {
    width: 40px;
    height: 43.184px;
}

.header-hint p {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.36px;
}

.header .signup-btn {
    margin-top: 64px;
    margin-inline: auto;
    display: block;
    width: fit-content;
}


.column-content {
    display: flex;
    flex-direction: column;
}

.column-content .column-bg {
    background-color: var(--black);
    border: 1px solid var(--col-dark-border);
    color: #D2D2D2;
    border-radius: 8px;
    padding: 8px 12px;
    width: fit-content;
    font-size: 15px;
}

.col-1 .column-bg:nth-child(1) {
    color: var(--purple);
    transform: rotate(-3.033deg);
}
.col-1 .column-bg:nth-child(2) {
    color: var(--green);
    transform: rotate(0.3deg);
    margin-left: 10px;
}
.col-1 .column-bg:nth-child(3) {
    color: var(--yellow);
    transform: rotate(-3.766deg);
}

.header .avatars-wrap {
    display: flex;
    gap: 17px;
    margin-left: 20px;
}

.header .avatars-wrap svg {
    width: 36px;
    height: 36px;
    position: relative;
}
.header .avatars-wrap svg:first-child {
    position: relative;
    top: -2px;
}

.header .avatars-wrap svg:last-child {
    position: relative;
    top: 12px;
    z-index: -1;
}

.header .avatars-wrap .active {
    outline: 4.667px solid #7BB8FF;
    box-shadow: 0px 1.3125px 5.25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 42px !important;
    height: 42px !important;
}

.avatars-wrap svg:hover, .active path {
    fill: #ffffff;
}

.header .todo-wrap {
    position: relative;
    z-index: 1;
}

.header .todo-wrap img:nth-child(2) {
    position: absolute;
    left: 24px;
}

.header .col-2 {
    display: flex;
    gap: 25px;
}

.header .col-2 .column-bg {
    height: fit-content;
}

.header .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header .col-3 img {
    width: 64.067px;
    height: 64.067px;
    transform: rotate(-10.722deg);
}

.header .col-3 .column-bg {
    transform: rotate(-4.893deg);
}

.accent {
    background: linear-gradient(90deg, #3C82F6 74.06%, #00D1FF 100.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.svg-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
    z-index: -3;
    display: block;
    width: calc(130% + 1.3px);
    height: 200px;
}

.flash-holder .alert {
    padding: 1rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0.5rem;
}

.flash-holder .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.flash-holder p {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*---------------------------------------TABS----------------------------------*/
.tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
}

.tab {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #F3F3F3;

    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}


.tab:hover, .tab.active {
    background: linear-gradient(90deg, #3C82F6 27.2%, #5BC4FF 72.71%);
    color: #fff;
}


/*---------------------------------------QUOTES----------------------------------*/

.quotes .column-container {
    gap: 88px;
}
.quotes .column-flex {
    align-items: flex-start;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.48px;
    padding: 32px;
}

.quotes .blue-text {
    font-weight: 700;
}

.quotes .quote-img {
    width: 32px;
    height: 25px;
}

/*---------------------------------------HOW TO SOLVE----------------------------------*/

.how-to-solve .column {
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
}

.how-to-solve .column-bg {
    padding: 16px;
    width: fit-content;
    display: flex;

}

.how-to-solve .content {
    text-align: center;
}

.how-to-solve .title-col {
    margin-bottom: 16px;
}
.how-to-solve .text {
    max-width: 320px;
    color: #5B595C;
}

/*---------------------------------------VIDEO----------------------------------*/

.video-section {
    padding-left: 20px;
    padding-right: 20px;
}

.video {
    max-width: 894px;
    height: 503px;
    margin: 0 auto;
}




/*---------------------------------------BENEFITS----------------------------------*/

.benefits-wrap{
    padding-top: 64px;
}

.benefits-wrap .column-bg {
    width: 51%;
    padding: 8px 8px 4px;
    background-color: inherit;
    border: none;
}

.benefits-wrap .column-bg img {
    width: 100%;
    max-height: 375px;
}

.benefits-wrap .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.benefits-wrap .text {
    color: #5B595C;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.benefits-wrap .record-img {
    margin: 0 auto;
}
.benefits-wrap .mobile-record-img {
    display: none;
}

.benefits-wrap .btn {
    background-color: var(--black);
    border: 1px solid var(--col-dark-border);
    color: var(--text-color);
    padding: 15.172px 30.343px;
    border-radius: 15.172px;
    font-family: Inter;
    font-size: 30.343px;
    font-weight: 500;
    line-height: 45.515px;
    text-transform: uppercase;
    transform: rotate(-6.38deg);
}

.benefits-wrap .goleko-col {
    position: relative;
    width: 375.5px;
    height: 227.576px;
}

.benefits-wrap .goleko-col img {
    position: absolute;
}

.benefits-wrap .goleko-col img:nth-child(2) {
    top: 19px;
    left: 210px;
}
.benefits-wrap .goleko-col img:nth-child(3) {
    top: 93px;
    left: 161px;
}
.benefits-wrap .goleko-col img:nth-child(4) {
    top: 33px;
    left: 313px;
    transform: rotate(4.323deg);
    width: 75px;
}
.benefits-wrap .goleko-col img:nth-child(5) {
    top: 134px;
    left: 245px;
    transform: rotate(-30.693deg);
    width: 75px;
}

/*---------------------------------------PRICING----------------------------------*/
.pricing .column-container {
    align-items: center;
    gap: 45px;
}

.pricing .column-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.3px;
    border: none;
}

.pricing .title-col {
    font-size: 32px;
    letter-spacing: -0.48px;
    line-height: 42px;
}

.pricing li::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../../images/tick.svg);
    background-repeat: no-repeat;
}

.pricing .premium {
    background: linear-gradient(180deg, #3C82F6 7.84%, #83E1FF 78.8%);
    color: var(--text-color);
    height: 564px;
    padding: 84px 20px;
    position: relative;
}

.pricing .premium::after {
    content: '';
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 77px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(131, 226, 255, 0.60) 0%, rgba(18, 49, 80, 0.00) 97.92%);
    filter: blur(2px);
    z-index: 1;
}

.pricing .title-section {
    color: var(--text-color);
    margin-bottom: 88px;
}

.pricing .price {
    font-size: 52px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.78px;
    text-align: center;
}

.pricing .in-total {
    color: #000;
}

.pricing .price span {
    font-size: 20px;
}

.buying-goleko {
    color: var(--text-color);
    margin-top: 40px;
}

.buying-goleko .title-col {
    text-align: start;
    margin-bottom: 24px;
    font-size: 30px;
}

.contact-sales .blue-text{
    transition: color 0.4s;
}

.contact-sales:hover .blue-text{
    color: #64a8f6d6;
}
/*---------------------------------------TESTIMONIAL----------------------------------*/
.testimonials .title-section {
    margin-bottom: 88px;
}

.testimonials .column-container {
    gap: 80px 42px;
}

.testimonials .column {
    width: 31%;
}

.testimonials .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    border-radius: 16px;
    border: 1px solid #D2CED9;
    position: relative;
    padding: 110px 20px 20px;
}

.testimonials .column-flex {
    padding: 0;
    font-size: 18px;
}

.testimonial-avatar {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    position: absolute;
    top: -56px;
    object-fit: cover;
}

.testimonials .title-col {
    font-family: Inter;
    font-weight: 600;
    line-height: 19px;
    font-size: 20px;
}

.testimonials .sub-title-col {
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.3px;
    text-align: center;
    height: 50px;
}

.testimonials .quote-img {
    margin-top: 14px;
}

.testimonial-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-link .blue-text {
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
    line-height: 36.319px; /* 172.946% */
    letter-spacing: -0.315px;
}

.testimonial-link img {
    width: 25px;
    height: 25px;
}


/*---------------------------------------HOW WE COMPARE----------------------------------*/
.how-we-compare {
    background: linear-gradient(90deg, rgba(131, 134, 142, 0.57) 0%, rgba(0, 0, 0, 0.00) 101.56%);
    position: relative;
}

.how-we-compare .title-section {
    color: var(--text-color);
    margin-bottom: 50px;
}

.how-we-compare .table-container {
    overflow-x: auto;
}
.how-we-compare table {
     color: var(--text-color);
     font-family: Inter;
     border-collapse: collapse;
     width: 1235px;
}

.how-we-compare .table-head-bg {
    background: rgb(255 255 255 / 3%);
    padding: 0 0 10px 0;
    width: calc(100% - 24px);
    border-radius: 21px 21px 0 0;
    isolation: isolate;
}

.how-we-compare .table-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 165px;
    border-radius: 21px;
    padding: 35px 20px;
    font-size: 25px;
    font-weight: 600;
    background-color: #242A30;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.how-we-compare .table-head{
    margin-right: 24px;
}
.how-we-compare .table-item {
    margin-right: 24px;
}

.how-we-compare .table-point {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-size: 21px;
    font-weight: 300;
    line-height: 67.074px;
    margin-right: 15px;
    border-radius: 13.415px;
    padding: 0 10px;
}

/* .how-we-compare .table-point:hover {
    background: #3B4756;
    cursor: pointer;
} */

.how-we-compare .table-point img {
    width: 23px;
    height: 23px;
}

.how-we-compare .goleko-col {
    position: relative;
}

.how-we-compare .goleko-col::before {
    content: '';
    background: #3b475687;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.how-we-compare .th-head .goleko-col:before{
    top: auto;
    bottom: 0;
    height: 80%;
}

.how-we-compare .goleko-last-item .goleko-col:before{
    border-radius: 0 0 13px 13px;
}


.how-we-compare .table-raw-bg {
    background-color: #FFFFFF08;
}

.how-we-compare .table-raw-first {
    background-color: #ffffff08;
    border-radius: 13px 0 0 13px;
}

.how-we-compare .table-raw-last {
    position: relative;
}

.how-we-compare .table-raw-last::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 88%;
    border-radius: 0 13px 13px 0;
    background-color: #ffffff08;
}

.how-we-compare .table-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 3%);
    min-height: 72px;
    padding: 20px;
    isolation: isolate;
}

.how-we-compare .compare-animal {
    width: 112px;
    height: 48.298px;
}

.how-we-compare .bg {
    background-color: #122631;
}

.how-we-compare .col-brd-radius {
    border-radius: 0 0 13.415px 13.415px;
}

.how-we-compare .table-none {
    width: 28.506px;
    height: 5.869px;
    flex-shrink: 0;
    border-radius: 41.921px;
    background: rgba(255, 255, 255, 0.20);
}

.how-we-compare .tr-last .table-item {
    min-height: 30px!important;
    padding: 0;
}
/*---------------------------------------VIDEO MODAL----------------------------------*/
.video-modal-container {
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	backdrop-filter: blur(2px);
    transition: 0.2s ease-in;
    cursor: pointer;
}

.video-modal {
    height: 65%;
    max-height: 600px;
    width: 70%;
    max-width: 900px;
    flex-shrink: 0;
    border-radius: 13px;
    border: 1.3px solid rgba(115, 115, 115, 0.35);
    background: rgba(56, 63, 69, 0.80);
    box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7.800000190734863px);
    -webkit-backdrop-filter: blur(7.8px);
    text-align: center;
    margin: 0 auto;
}

.video-modal .video {
    max-width: 91%;
    height: 75%;
}
.video-modal iframe {
    border-radius: 10px;
}

.video-modal h2 {
    color: var(--text-color);
    font-family: Outfit;
    font-size: 28px;
    font-weight: 400;
    line-height: 142%;
    padding: 10px 0 30px;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.2s ease-in;
}
.close-btn:hover {
    transform: scale(1.1);
}

/*---------------------------------------OUR TEAM----------------------------------*/

.our-team .avatar {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    height: 350px;
    flex-shrink: 0;
    border-radius: 21px;
}

.our-team .column {
    margin-top: 50px;
}

.our-team .title-col {
    font-family: Inter;
    text-align: start;
    font-weight: 600;
    line-height: 42px;
    margin-top: 30px;
}

.our-team .sub-title-col {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 210% */
    letter-spacing: -0.3px;
    color: #034459;
}

.our-team .description {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

/*---------------------------------------FAQ----------------------------------*/

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: "";
}

details {
    cursor: pointer;
}
  
details[open] > summary .chevron {
transform: rotate(180deg);
}

summary {
    display: flex;
    align-items: center;
}
.chevron {
    margin: 0 12px 0 10px;
    width: 15px;
    transition: 0.2s ease-in;
}

.faq {
    margin-bottom: 70px;
}

.faq-title {
    color: #0B0A0C;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 80px; /* 333.333% */
    letter-spacing: -0.72px;
}

.faq-answer {
    margin-left: 38px;
    color: #0B0A0C;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
}

/*---------------------------------------FOOTER----------------------------------*/
footer {
    background-color: var(--black);
    color: var(--text-color);
}

footer .column-container {
    align-items: center;
    justify-content: flex-start;
    gap: 0 64px;
    max-width: 1001px;
}

footer .title-section {
    font-size: 56px;
}

.footer-title-container .title-section {
    color: var(--text-color);
    text-align: start;
}

footer .sub-title {
    color: #9D9CA3;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.24px;
}

.media-link {
    transition: 0.2s ease-in;
}
.media-link:hover {
    transform: scale(1.05);
}

.footer-info {
    width: 100%;
}

.footer-info .title-col {
    text-align: left;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 15px;
}

.footer-info .blue-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 42px; /* 210% */
    letter-spacing: -0.3px;
}



/*---------------------------------------COLUMN AND GENERAL----------------------------------*/

.section-padding {
    padding: 88px 0;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.column-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px;
    width: 100%;
}

.column-bg {
    border-radius: 16px;
    border: 1px solid var(--col-border);
    background: var(--col-bg);
    padding: 40px;
}


.column, .column-bg {
    width: 28%;
}


.column-flex {
    display: flex;
    gap: 24px;
}

.flex-btw {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.pdg-20 {
    padding: 0 20px;
}

.blue-text {
    color: var(--blue);
}

.bg-black {
    background-color: var(--black);
}

.signup-btn {
    border-radius: 8px;
    background: var(--blue);
    padding: 16px 32px;
    color: #F7F5F8;
    text-align: center;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.signup-btn:hover {
    transform: scale(1.03)
}

.title-section {
    color: var(--black);
    text-align: center;
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: -1.68px;
    margin-bottom: 8px;
}

.sub-title-section {
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.sub-line {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.sub-text {
    position: absolute;
    top: -6px;
    color: var(--text-color);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 40px;
    border: 1px solid #3B3A3D;
    background: var(--black);
    padding: 8px 16px;
    transform: rotate(4.896deg);
    width: fit-content;
}

.title-col {
    text-align: center;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.36px;
}

.line {
    background-image: url(../../images/line.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*--------------------------------------SLIDER---------------------------------*/
:root {
    --swiper-centered-offset-before: auto !important;
    --swiper-centered-offset-after: auto !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
}
.swiper {
    width: 100%;
    height: 100%;
    display: none !important;
  }

  .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
    width: fit-content;
}

.swiper .column {
    width: 100%;
}

.swiper .column-content {
    margin-bottom: 30px;
}

/*---------------------------------------MODAL----------------------------------*/

.modal-container {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0,.6);
    width: 100%;
    height: 100%;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.modal {
    display: flex;
    width: 500px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    border-radius: 16px;
    background: #EBEFF3;
}

.modal form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.modal label {
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.3px;
}

.modal input {
    height: 64px;
}
.modal textarea {
    height: 192px;
    resize: none;
}

.modal input, textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #83868E;
    background: #FFF;
    padding: 10px;
}

.modal .modal-title {
    font-family: Inter;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: -0.48px;
}

.loader-wrap {
    background: linear-gradient(180deg, #122631 0%, #1D5B7D 100%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loader {
    color: #ffffff;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  }

.faq-section {
    padding-bottom: 40px;
}

.collapse-holder .collapse-block {
    max-height: 0;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
}

.collapse-holder h3 {
    font-weight: 500;
    font-size: 24px;
}

.collapse-holder .collapse-opener {
    padding: 20px 0;
    display: inline-flex;
    align-items: center;
}

.collapse-opener:before {
    content: '';
    background-image: url(../../images/arrow-down.svg);
    width: 15px;
    height: 9px;
    display: block;
    margin-right: 10px;
    transition: .3s transform;
}

.collapse-holder.collapsed .collapse-block {
    max-height: 500px;
    transition: max-height 0.6s ease-in;
}

.collapse-holder.collapsed .collapse-opener:before {
    transform: rotate(-180deg);
}
  
  @keyframes mltShdSpin {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
      -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
       -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
       -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
       -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
       -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
      0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  
  @keyframes round {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
  }
   
