@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=New+Amsterdam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=New+Amsterdam&display=swap');


/* helpers */
:root {
    --color-accent: #0D8EFA;
    --color-black-700: #181818;
    --color-black-300: #6B6B6B;
    --color-black-400: #4E4E4E;
    --color-black-500: #222;
    --color-black-200: #999;
    --color-white-300: #F4F4F4;  
    --color-white-600: #D9D9D9;

    --font-inter: 'Inter', sans-serif;
    --font-amsterdam: 'New Amsterdam', sans-serif;
    --font-boldonse: 'Boldonse', sans-serif;

}

/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: var(--color-accent);
    text-decoration: none;
    transition: all .4s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #0f77cf;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

svg {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-inter);
    color: var(--color-black-300);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.page-content {
    overflow-x: hidden;
}

.clr {
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

/* .left {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
}

.right {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
} */

/* .clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
} */

/* .clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
} */

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.justify-content-center {
    justify-content: center;
}

/* 	-----------------------------------------------------
-------------------- Global Styles ------------------
----------------------------------------------------- */

.container-content {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem; 
    padding-right: 1rem; 
}

@media (min-width: 75rem) {
    .container-content {
        padding-left: 2rem; 
        padding-right: 2rem; 
    }
}

@media (min-width: 90rem) {
    .container-content {
        padding-left: 4.5rem; 
        padding-right: 4.5rem; 
    }
}

p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.0175rem;
}

p.top-title {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 160%;
    left: 0.135rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #000;
}

h2.section-title {
    font-family: var(--font-amsterdam);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    margin-bottom: 2rem;
}

h2.section-title span {
    color: var(--color-accent);
}

p.lead {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.02rem;
    color: #000;
    margin-bottom: 2rem;
}

@media (min-width: 62rem) {
    p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.02rem;
    }

    p.top-title {
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 160%;
        letter-spacing: 0.135rem;
        margin-bottom: 2rem;
    }

    h2.section-title {
        font-size: 4.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        color: #000;
        margin-bottom: 3rem;
    }

    h2.section-title span {
        color: var(--color-accent);
    }

    p.lead {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 160%;
        letter-spacing: -0.025rem;
        color: #000;
        margin-bottom: 3rem;
    }
}

.section-bg {
    background-color: var(--color-white-300);
}

.btn,
a.btn,
button.btn {
    padding: 0.69rem 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 160%; 
    letter-spacing: -0.02rem;
    display: inline-flex;
    gap: 0.5rem;
    transition: all 0.3s;
    background-color: var(--color-accent);
    border: 1px solid var(--color-accent);
    align-items: center;
    color: #FFF;
}

.btn:hover,
a.btn:hover,
button.btn:hover {
    background-color: #000;
    border: 1px solid #000;
}

.btn svg,
a.btn svg,
button.btn svg {
    transition: all 0.3s;
}

.btn:hover svg,
a.btn:hover svg,
button.btn:hover svg{
    transform: translateX(0.5rem)
}

@media (min-width: 62rem) {
    .btn,
    a.btn,
    button.btn {
        font-size: 1rem;
    }
}

/* 	-----------------------------------------------------
-------------------- Header Styles ------------------
----------------------------------------------------- */
.header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(12px);
}

.header-section {
    margin: 0 auto;
    padding: 15px 72px;
    width: 100%;
}


.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header-section .wrapper {
    display: flex;
}

.header-left,
.header-center,
.header-right {
    width: 35%;
    flex-shrink: 0;
    flex-grow: 0;
}

.header-center {
    width: 25%;
    flex-shrink: 0;
    flex-grow: 0;
}


a.brand {
    display: block;
}

a.brand svg {
    width: 80px
}

ul.menu {
    display: flex;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    a.brand {
        margin: 0;
    } 
}

@media (min-width: 62rem) {
    ul.menu {
        column-gap: 3.5rem;
    }    
}

.header-links {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: end;
}

.header-links ul {
    list-style-type: none;
}

.header-links ul.social {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.header-links ul.social li {
    flex-shrink: 0;
}

.header-links ul.social li a {
    padding: 10px 11px;
}

@media screen and (max-width: 1460px) {
    .header-left {
        width: auto;
    }

    .header-right {
        width: auto;
    }

    .header-center {
        margin-left: auto;
    }


}


@media screen and (max-width: 1200px) {

    .header-section {
        margin: 0 auto;
        padding: 12px 16px;
        width: 100%;
    }

    .header-left,
    .header-center,
    .header-right {
        width: auto;
    }

    .header-center {
        width: auto;
        margin-left: 0;
    }

    .burger {
        margin-left: auto;
    }

    .brand svg {
        height: 48px;
        width: auto;
    }

    .navbar {
        position: fixed;
        top: 76px;
        left: -100%;
        width: 100%;
        max-width: 100vw;
        z-index: 10000;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition: all 0.4s ease;
        display: flex;
        flex-direction: column;
        padding: 0;
        overflow: hidden;
    }

    .navbar.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: inherit;
    cursor: pointer;
    color: #000000;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 11px 0;
    border-bottom: 2px solid transparent;
}

.menu-link>i.bx {
    font-size: 18px;
    line-height: 1.5;
    color: inherit;
}

.menu-link:hover {
    outline: none;
    color: var(--color-accent);
    border-bottom: 2px solid var(--color-accent);
}

.menu-link a {
    color: #000000;
    position: relative;
}

.menu-link::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition-duration: 0.25s;
    background-color: #FFFFFF;
}

.menu-active {
    color: var(--color-accent);
}

.menu-active a {
    color: var(--color-accent);
}

.menu-active .menu-link {
    border-bottom: 2px solid var(--color-accent);
}



@media only screen and (max-width: 1200px) {
    ul.menu {
        width: 100%;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0;
        border-top: 1px solid #F4F4F4;
    }

    .menu-item {
        display: block;
        width: 100%;
    }

    .menu-item:last-child a {
        border-bottom: none;
    }

    .menu-link {
        justify-content: flex-start;
        padding: 13px 24px;
        color: #000000;
        border-bottom: none;
        border-bottom: 1px solid #f0f0f0;
        font-size: 15px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .menu-link:hover {
        color: var(--color-accent);
        background: rgba(13, 142, 250, 0.05);
        border-bottom: 1px solid #f0f0f0;
    }

    .menu-link::after {
        display: none;
    }

    .menu-active .menu-link {
        color: var(--color-accent);
        border-bottom: 1px solid #f0f0f0;
    }

    .menu-active a {
        color: var(--color-accent);
    }

    .header-links {
        display: none;
    }

    .header-center .navbar {
        display: none;        
    }

    .header-center .navbar.active {
        display: block;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: var(--color-accent);
    margin-bottom: 5px;
}

.burger-line:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1200px) {
    .overlay {
        top: 76px;
    }

    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 76px;
    }
}

.login-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.login-register a.login {
    margin: 0;
    padding: 10px 25px;
    background-color: transparent;
    border: 1px solid var(--color-accent);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: var(--color-accent);
    text-align: center;
    display: block;
    margin-right: 16px;
    text-wrap: nowrap;
    transition: all 0.2s;
}

.login-register a.login:hover {
    color: #000000;
    border-color: #000000;
}

.login-register a.register {
    margin: 0;
    padding: 10px 20px;
    border: 1px solid var(--color-accent);
    background-color: var(--color-accent);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    text-wrap: nowrap;
    transition: all 0.2s;
}

.login-register a.register:hover {
    background-color: #000000;
    border-color: #000000;
}

.login-register a.register svg {
    transition: all 0.2s;
    display: inline-block;
    margin-left: 8px;
}

.login-register a.register:hover svg {
    transform: translateX(10px);
}

@media (min-width: 1800px) {
    .login-register a.login {
        font-size: 16px;
        padding: 10px 30px;
    }

    .login-register a.register {
        font-size: 16px;
        padding: 10px 30px;
    }
}

/* Language switcher dropdown */
.lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.lang-current {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #000000;
    transition: all 0.5s;
    user-select: none;
    border-bottom: 2px solid transparent;
    padding: 11px 0;
    margin: 0;
}

.lang-switcher:hover .lang-current {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
}

.lang-current svg {
    transition: all 0.2s;
    margin-right: 8px;
    flex-shrink: 0;
    margin-top: -2px;
}

.lang-switcher:hover .lang-current svg,
.lang-switcher.open .lang-current svg {
    transform: rotate(180deg);
}

.lang-switcher:hover .lang-current svg path,
.lang-switcher.open .lang-current svg path {
    fill: #0d6efd
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 8px;
    right: 0;
    margin: 0;
    padding: 4px 0;
    min-width: 80px;
    z-index: 9999;
}

.lang-switcher-wrapper {
    background: #ffffff;
    border-radius: 5px;
    list-style: none;
    box-shadow: 0 4px 32px 0 rgba(43, 39, 101, 0.04);

}

.lang-switcher:hover .lang-dropdown,
.lang-switcher.open .lang-dropdown {
    display: block;
}

.lang-dropdown li a {
    display: block;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    letter-spacing: -0.28px;
    transition: background 0.15s;
}

.lang-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #F4F4F4;
}


.lang-dropdown li a:hover {
    background: #F8F8F8;
    color: var(--color-accent);
}

.lang-dropdown li.active a {
    color: var(--color-accent);
}

/* Mobile extras inside navbar panel */
.mobile-extras {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .mobile-extras {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 16px 0 8px;
        margin-top: auto;
        border-top: 1px solid #f0f0f0;
    }

    .mobile-auth {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0 16px;
    }

    .mobile-auth a.login {
        display: block;
        padding: 12px 20px;
        border: 1px solid var(--color-accent);
        color: var(--color-accent);
        font-family: var(--font-inter);
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        transition: all 0.2s;
    }

    .mobile-auth a.login:hover {
        color: #000;
        border-color: #000;
    }

    .mobile-auth a.register {
        display: block;
        padding: 12px 20px;
        background: var(--color-accent);
        border: 1px solid var(--color-accent);
        color: #ffffff;
        font-family: var(--font-inter);
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        transition: all 0.2s;
    }

    .mobile-auth a.register:hover {
        background: #000;
        border-color: #000;
    }

    .mobile-socials ul {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 8px;
        padding: 8px 16px;
        border-top: 1px solid #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
    }

    .mobile-socials ul li a {
        padding: 8px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-socials ul li a svg {
        width: 20px;
        height: 20px;
    }

    .mobile-lang {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: center;
    }

    .mobile-lang li a {
        display: flex;
        padding: 13px 8px;
        font-size: 13px;
        font-weight: 600;
        color: #1a1a1a;
        transition: all 0.15s;
        min-width: 48px;
        align-items: center;
        justify-content: center;
        height: 48px;
    }

    .mobile-lang li a:hover {
        color: var(--color-accent);
        background: #F8F8F8;
    }

    .mobile-lang li.active a {
        background: #F8F8F8;
        color: var(--color-accent);
    }
}

/* subpages hero */
.simple-hero {
    width: 100%;
    padding: 1.5rem 1.5rem;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.simple-hero h1 {
    font-family: var(--font-amsterdam);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 2rem;
    color: #FFF;
    margin: 0;
    position: relative;
    z-index: 3;
}

.hero-img {
    height: 8em;
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: 2;
}

.hero-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

@media (min-width: 62rem) {
    .simple-hero {
        padding: 3rem 4.5rem;
    }

    .hero-img {
        height: 15.56rem;
        right: 10.62rem;
    }

    .simple-hero h1 {
        font-size: 4.5rem;
    }

}


/* 	-----------------------------------------------------
-------------------- Homepage ------------------
----------------------------------------------------- */
.hero-section {
    position: relative;
}

.hero-section img {
    width: 100%;
    height: auto;
}

.hero-section img.hero-2,
.hero-section img.hero-3 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-section img.desktop {
    display: none;
}

@media (orientation: portrait) and (max-width: 767px) {
    .hero-section img.mobile {
        display: block;
    }

    .hero-section img.desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .hero-section img.mobile {
        display: none;
    }

    .hero-section img.desktop {
        display: block;
    }
}

/* trusted */
.trusted {
    background: #000000;
    display: flex;
    padding: 1.5rem 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.trusted img {
    height: 3rem;
}

.trusted p {
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: -0.0175rem;
}

.trusted .logos {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    margin-top: 1rem;
}

@media (min-width: 48rem) {
    .trusted p {
        font-size: 1.25rem;
        letter-spacing: -0.025rem;
    }

    .trusted .logos {
        padding: 0;
        width: auto;
        margin-top: 0;
    }
}

@media (min-width: 62rem) {
    .trusted {
        flex-direction: row;
        gap: 4.5rem;
        justify-content: center;
    }

    .trusted .logos {
        gap: 4.5rem
    }

    .trusted img {
        height: 4rem;
    }
}

@media (min-width: 1600px) {
    .trusted {
        gap: 12.5rem
    }

    .trusted .logos {
        gap: 12.5rem
    }
}

/* about */
.home-about .container-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 62rem) {
    .home-about .container-content {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
}

.home-about-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem;
}

.home-about-left {
    padding: 0;
}



.home-about-items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    column-gap: 4.5rem;
    list-style-type: none;
}

.home-about-items > li {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.home-about-items .icon {
    width: 3em;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-accent);
    flex-shrink: 0;
    flex-grow: 0;
}

.home-about-items .icon svg {
    width: 1.25rem;
    height: auto;
}

.home-about-items h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.0225rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.home-about-items p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.0175rem;
    color: var(--color-black-300);
}

.home-about-right {
    width: 100%;
}

@media (min-width: 62rem) {
    .home-about-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-items {
        column-gap: 1.5rem;
    }

    .home-about-items .icon svg {
        width: 2rem;
    }

    .home-about-items > li {
        gap: 2rem;
    }

    .home-about-items h3 {
        font-size: 1.5rem;
        letter-spacing: -0.03rem;
        margin-bottom: 1rem;
    }

    .home-about-items p {
        font-size: 1rem;
        letter-spacing: -0.02rem;
    }

    .home-about-right {
        width: auto;
    }
}

@media (min-width: 75rem) {
    .home-about-left {
        padding: 4.5rem 0;
    }

    .home-about-items {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 3rem;
    }

    .home-about-items .icon {
        width: 4.5rem;
        height: 4.5rem;
    }
}

.home-about-counter {
    padding-top: 3rem;
}

.home-about-counter ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    list-style-type: none;
}

.home-about-counter .owl-stage {
    display: flex;
}

.home-about-counter .owl-item {
    display: flex;
}

.home-about-counter li {
    background-color: #ffffff;
    box-shadow: 0 4px 32px 0 rgba(43, 39, 101, 0.04);
    padding: 1.5rem;
    text-align: center;
    overflow: hidden;
    position: relative;
    flex: 1;
}

.home-about-counter li span {
    font-family: var(--font-boldonse);
    font-size: 2rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.1rem;
    color: var(--color-accent);
    margin-bottom: 0.5rem;
    z-index: 2;
    position: relative;
    display: block;
}

.home-about-counter li p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.0175rem;
    color: #000;
    margin: 0;
    z-index: 2;
    position: relative;
}

.home-about-counter li svg {
    width: 6.25rem;
    height: 6.25rem;
    aspect-ratio: 1/1;
    position: absolute;
    right: -2rem;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 62rem) {
    .home-about-counter {
        padding-top: 4.5rem;
    }

    .home-about-counter ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }

    .home-about-counter li {
        padding: 3rem;
    }

    .home-about-counter li span {
        font-size: 4rem;
        line-height: 140%;
        letter-spacing: -0.2rem;
        margin-bottom: 2rem;
    }

    .home-about-counter li p {
        font-size: 1.25rem;
        line-height: 160%;
        letter-spacing: -0.025rem;
    }

    .home-about-counter li svg {
        width: 10rem;
        height: 10rem;
        position: absolute;
        right: -2.62369rem;
        bottom: 0.87631rem;
    }
}

/* for who */
.home-for-who {
    padding: 3rem 0;
}

@media (min-width: 62rem) {
    .home-for-who {
        padding: 6.5rem 0;
    }
}

.home-for-who p.top-title {
    text-align: left;
}

.home-for-who h2.section-title {
    margin-bottom: 2rem;
    text-align: left;
}

.home-for-who-items {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.home-for-who-items li {
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 32px 0 rgba(43, 39, 101, 0.04);
    color: #FFFFFF;
}

.home-for-who-items li:nth-of-type(1) {
    background-color: var(--color-accent);
    color: white;
}

.home-for-who-items li:nth-of-type(1) h3 {
    color: white;
}

.home-for-who-items li:nth-of-type(2) {
    background-color: #fff;
    color: #000000;
}

.home-for-who-items li:nth-of-type(3) {
    background-color: #000;
}

.home-for-who-items li:nth-of-type(3) h3 {
    color: white;
}

.home-for-who-items li img {
    width: 8.06rem;
    margin-left: auto;
    margin-right: -1.5rem;
    display: block;
}

.home-for-who-items li h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.0225rem;
    margin-bottom: 0.5rem;
    padding: 1.5rem 1.5rem 0;
}

.home-for-who-items li p {
    padding: 0 1.5rem;
}

.home-for-who-link {
    display: flex;
    justify-content: center;
}

@media (min-width: 62rem) {
    .home-for-who-items {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 4.5rem;
    }

    .home-for-who p.top-title {
        text-align: center;
    }

    .home-for-who h2.section-title {
        margin-bottom: 4.5rem;
        text-align: center;
    }

    .home-for-who-items li {
        height: 30rem;
        padding: 2rem;
    }

    .home-for-who-items li p {
        max-width: 100%;
        padding: 0;
    }

    .home-for-who-items li h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.03rem;
        margin-bottom: 1rem;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .home-for-who-items li img {
        position: absolute;
        right: 0.73rem;
        bottom: 0;
        width: 24.875rem;
        max-width: 80%;
    }
}

@media (min-width: 75rem) {
    .home-for-who-items li {
        padding: 3rem;
    }

    .home-for-who-items li h3 {
        width: 17.5rem;
        max-width: 60%;
    }

    .home-for-who-items li p {
        max-width: 60%;
    }
}

/* features */
.home-features {
    padding: 3rem 0;
}

.home-features .top-title {
    text-align: left;
}

.home-features .section-title {
    margin-bottom: 2rem;
    text-align: left;
}

.home-features .lead {
    text-align: left;
    margin: 0 0 2rem;
}

.home-features-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
}

.home-features-image img.img-main {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-features-image {
    position: relative;
    margin-bottom: 2rem;
}

 .home-features-image .img-shape {
    position: absolute;
    right: -3rem;    
    top: -3rem;
    z-index: 2;
    height: 10rem;
}


@media (min-width: 62rem) {
    .home-features {
        padding: 6.5rem 0;
    }

    .home-features .top-title {
        text-align: center;
    }

    .home-features .section-title {
        margin-bottom: 4.5rem;
        text-align: center;
    }

    .home-features .lead {
        text-align: center;
        max-width: 54.5rem;
        margin: 0 auto 4.5rem;
    }

    .home-features-image .img-shape {
        right: -9rem;
        top: -9rem;
        width: 22rem;
        height: 22rem
        
    }
}

.home-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 17rem;
}

.home-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
}

@media (min-width: 62rem) {
    .home-features-list li {
        gap: 1.25rem;
        padding: 2rem 0;
    }

    .home-features-image {
        margin-bottom: 0;
    }
}

@media (min-width: 100rem) {
    .home-features-list {
        min-width: 26.3125rem;
    }

    .home-features-list-left {
        padding-right: 4.5rem;
    }

    .home-features-list-right {
        padding-left: 4.5rem;
    }
}

.home-features-list li:not(:last-child) {
    border-bottom: 1px solid var(--color-white-600);
}

.home-features-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-features-text h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02rem;
    color: #000;
}

.home-features-text p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.0175rem;
    color: var(--color-black-300);
}

@media (min-width: 62rem) {
    .home-features-icon {
        width: 2rem;
        height: 2rem;
    }

    .home-features-text h3 {
        font-size: 1.25rem;
        letter-spacing: -0.025rem;
        margin-bottom: 1rem;
        letter-spacing: -0.025rem;
    }

    .home-features-text p {
        font-size: 1rem;  
        letter-spacing: -0.02rem;     
    }
}

@media (max-width: 1200px) {
    .home-features-wrapper {
        grid-template-columns: 1fr;
    }

    .home-features-image {
        order: -1;
        text-align: center;
        width: 100%;
    }

    .home-features-wrapper {
        gap: 0;
    }

    .home-features-image img.img-main {
        width: 100%;
    }

    .home-features-list-right li:first-child {
        border-top: 1px solid var(--color-white-600);
    }
}

/* mobile app */
.mobile-app {
    overflow: hidden;
}

.mobile-app .container-content {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mobile-app .section-title {
    margin-bottom: 2rem;
}

.mobile-app .lead {
    margin-bottom: 2rem;
}

.mobile-app .mobile-app-links {
    display: flex;
    gap: 1rem;
}

.mobile-app .mobile-app-links img {
    height: 3.5rem;
}

.mobile-app-img {
    width: 100%;
    max-width: 35rem;
    display: block;
    margin: 2rem auto 0;
}

@media (min-width: 48rem) {
    .mobile-app-img {
        width: 23rem;
    }

    .mobile-app-img {
        position: absolute;
        right: 2rem;
        bottom: -5rem;
        width: 20rem;
        margin-top: 0;
        margin: 0 auto;
    }
}

@media (min-width: 62rem) {
    .mobile-app .container-content {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }

    .mobile-app .section-title {
        margin-bottom: 3rem;
    }

    .mobile-app .lead {
        margin-bottom: 4em;
    }

      .mobile-app-img {
        width: 30rem;
    }

}

@media (min-width: 75rem) {
  .mobile-app-img {
    width: 35rem;
    right: 10rem;
  }
}

@media (min-width: 90rem) {
  .mobile-app-img {
    width: 45.33775rem;
  }
}

/* pricing */
.pricing {
    padding-top: 3rem;
}

.pricing .top-title,
.pricing .section-title,
.pricing .lead {
    text-align: center;
}

.pricing .lead {
    max-width: 54.5rem;
    margin: auto;
    margin-bottom: 2rem;
}

.pricing-links {
    display: flex;
    justify-content: center;
}

.pricing-img {
    margin: auto;
    display: block;
    margin-top: 2rem;
    max-width: 100%;
}

.pricing-section {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pricing-section .pricing-section-content {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 0 1rem;
    width: 100%;
    max-width: 90rem;
}

.pricing-section-txt {
    text-align: center;
}

.pricing-section .price-blue-box {
    height: 17.5rem;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0.25rem 2rem 0 rgba(43, 39, 101, 0.04);
    border: 0.125rem solid transparent;
    overflow: hidden;
    text-decoration: none;
    flex-shrink: 0;
    transition: border-color 0.4s ease;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 75rem) {
    .pricing-section .price-blue-box {
        width: 22%;
    }
}

.pricing-section .price-blue-box h2,
.pricing-section-txt h2 {
    color: #000;
    text-transform: uppercase;
}

@media (min-width: 62rem) {
    .pricing-section {
        padding: 6.5rem 0;
    }

    .pricing {
        padding-top: 6.5rem;
    }

    .pricing .lead {
        max-width: 54.5rem;
        margin: auto;
        margin-bottom: 3rem;
    }

    .pricing-img {
        margin-top: 6.5rem;
    }
}


/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */
.footer-section {
    background-color: #000;
    padding-top: 3rem;
}

@media (min-width: 62rem) {
    .footer-section {
        padding-top: 6.5rem;
    }
}

.footer-wrapper {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-left,
.footer-right,
.footer-menu {
    width: 100%;
}

@media (min-width: 48rem) {
    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-menu {
        width: 40%;
    }
}

@media (min-width: 75rem) {
    .footer-wrapper {
        flex-wrap: nowrap;
    }

    .footer-left,
    .footer-right {
        width: 35.6875rem;
        max-width: 33%;
    }

    .footer-menu {
        width: auto;
    }
}

@media (min-width: 90rem) {
    .footer-left {
        padding-right: 4.5rem;
    }
}

.footer-left .footer-logo {
    height: 4rem;
    width: auto;
    display: block;
    margin-bottom: 2.5rem;
}

@media (min-width: 75rem) {
    .footer-left .footer-logo {
        height: 8rem;
    }
}


.footer-section p {
    margin-bottom: 1.5rem;
    color: var(--color-black-200);
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02rem;
}

p.footer-lead {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.025rem;
}

.footer-socials {
    display: flex;
    gap: 0.5rem;
}

.footer-socials {
    list-style-type: none;
}

.footer-socials li a {
    height: 2.25rem;
    width: 2rem;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.footer-socials svg path {
    fill: #fff;
}

.footer-section h4 {
    color: #FFF;
    font-size: 1.25rem;
    line-height: 160%;
    font-weight: 600;
    letter-spacing: -0.025rem;
    margin-bottom: 1.5rem;
}

.footer-menu {
    flex-grow: 1;
}

.footer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-menu ul li a {
    color: var(--color-black-200);
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
    font-weight: 600;
    transition: all 0.5s;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 0.2rem

}

.footer-menu ul li a:hover {
    color: var(--color-accent);
    text-decoration-color: var(--color-accent);
}

.footer-right {
    background-color: var(--color-black-700);
    padding: 3rem;
}

@media (min-width: 90rem) {
    .footer-menu {
        padding-right: 4.5rem;
    }
}

.footer-right p {
    margin-bottom: 2rem;
}

.footer-right-mail {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.footer-right-mail .icon {
    background-color: var(--color-accent);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.footer-right-mail a {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 160%;
}

@media (min-width: 90rem) {
    .footer-right-mail a {
        font-size: 1.75rem;
        letter-spacing: -0.035rem;
    }
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    padding: 3rem 0;
    border-top: 1px solid var(--color-black-500);
    margin-top: 6.5rem;
}

.footer-copyright p,
.footer-copyright p a {
    color: var(--color-black-400);
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02rem;
    margin: 0;
}

@media (min-width: 48rem) {
    .footer-copyright {
        flex-direction: row;
    }
}


/* 	-----------------------------------------------------
-------------------- Blog ------------------
----------------------------------------------------- */
.blog-section {
    padding: 3rem 0;
}

.blog-section-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2rem;
    column-gap: 1rem;
}

.blog-section-wrapper .blog-item {
    background-color: #FFF;
    box-shadow: 0 4px 32px 0 rgba(43, 39, 101, 0.04);
}

.blog-section-wrapper .blog-item figure {
    width: 100%;
    height: 16rem;
}

.blog-section-wrapper .blog-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section-wrapper .blog-item article {
    background-color: #FFF;
    padding: 1rem;
}

.blog-item .blog-date {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.1575rem;
    text-transform: uppercase;
    color: var(--color-black-300);
    margin-bottom: 1rem;
}

.blog-item p.blog-lead {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.03rem;
    margin: 0;
    color: var(--color-black-300);
}

.blog-item h2 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.03rem;
    margin: 0 0 1rem;
    color: #000;
}

@media (min-width: 48rem) {
    .blog-section-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 62rem) {
    .blog-section {
        padding: 6.5rem 0;
    }

   .blog-section-wrapper {
        display: grid;
        row-gap: 4.5rem;
        column-gap: 2rem;
    }

    .blog-section-wrapper .blog-item figure {
        height: 20.125rem;
    }

    .blog-section-wrapper .blog-item article {
        padding: 3rem;
    }

    .blog-item .blog-date {
        font-size: 0.875rem;
        line-height: 160%;
        letter-spacing: 0.1575rem;
    }

    .blog-item p.blog-lead {
        font-size: 1rem;
        line-height: 140%;
        letter-spacing: -0.03rem;
    }

    .blog-item h2 {
        font-size: 1.5rem;
        line-height: 140%;
        letter-spacing: -0.03rem;
    }
 
}

.blog-loader {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.blog-loader svg {
    animation: swap 1s infinite ease-in-out;
}

.blog-loader svg:nth-child(2) {
    animation-name: swap-reverse;
}

/* Move right */
@keyframes swap {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(32px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Move left */
@keyframes swap-reverse {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-32px);
    }
    100% {
        transform: translateX(0);
    }
}

@media (min-width: 75rem) {
    .blog-section-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .blog-loader {
        margin-top: 6rem;
    }
}

.lets-start {
    position: relative;
}

.lets-start-wrapper {
    padding: 3rem 0;
}

.lets-start-img {
    object-fit: contain;
    display: block;
    max-width: 100%;
}

@media (min-width: 62rem) {
    .lets-start-wrapper {
        padding: 6.5rem 0;
    }    

    .lets-start-img {
        object-fit: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        max-height: 95%;
        max-width: 60%;
        display: block;
    }
}

/* blog single */
.blog-details {
    padding: 3rem 0;
}

.container-blog {
    max-width: 54.5rem;
    margin: auto;
    padding: 0 1.5rem;
    position: relative;
}

a.blog-back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--color-accent);
    left: 0;
    margin-bottom: 1rem;
}

a.blog-back svg {
    width: 1rem;
    height: 1rem;
}

h2.blog-details-title {
    font-family: var(--font-amsterdam);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    margin-bottom: 2rem;
    
}

.blog-date {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.1575rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

p.blog-lead {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.025rem;
    margin-bottom: 3rem;    
    color: #000;
}

.container-blog > figure {
    width: 100%;
    margin-bottom: 2rem;
}

.container-blog > figure img {
    width: 100%;
}

.container-blog > figure figcaption {
    color: var(--color-black-300);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    margin-top: 1rem;
}

@media (min-width: 62rem) {
    .blog-details {
        padding: 6.5rem 0;
    }

    .container-blog {
        max-width: 54.5rem;
        margin: auto;
        padding: 0 4.5rem;
    }

    a.blog-back {
        width: 3rem;
        height: 3rem;
        left: -3rem;
        top: 1.5rem;
        position: absolute;
    }

    a.blog-back svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    h2.blog-details-title {
        font-family: var(--font-amsterdam);
        font-size: 4.5rem;
        font-weight: 400;
        line-height: 100%;
        color: #000;
    }

    .blog-date {
        margin-bottom: 3rem;
    }

    p.blog-lead {
        font-size: 1.25rem;
        margin-bottom: 4.5rem;    
    }

    .container-blog > figure {
        margin-bottom: 4.5rem;
    }
}



/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
    font-family: var(--font-inter);
    font-weight: 600;
    line-height: 140%;
    color: #000;
}

.content-section h1 {
    font-size: 2.5rem;
    line-height: 160%;
}

.content-section h2 {
    font-size: 2rem;
    line-height: 160%;
}

.content-section h3 {
    font-size: 1.5rem;
}

.content-section h4 {
    font-size: 1.5rem;
}

.content-section h5 {
    font-size: 1.5rem;
}

.content-section h6 {
    font-size: 1.5rem;
}

.content-section p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 160%;
    color: var(--color-black-300);
    margin-bottom: 0.5rem;
    letter-spacing: -0.0175rem;
}

.content-section p bold,
.content-section p strong {
    color: #000;
}

.content-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-section ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 160%;
    color: var(--color-black-300);
    margin-bottom: 0.5rem;
    letter-spacing: -0.0175rem;
    padding-left: 1.5rem;
    position: relative;
}

.content-section ul li:last-child {
    margin-bottom: 0;
}

.content-section ul li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.19931 13.6866C4.93672 13.6871 4.67663 13.6356 4.43397 13.5353C4.19132 13.435 3.97087 13.2877 3.78531 13.1019L0.0566406 9.3739L0.999307 8.43057L4.72797 12.1592C4.85299 12.2842 5.02253 12.3544 5.19931 12.3544C5.37608 12.3544 5.54562 12.2842 5.67064 12.1592L14.9993 2.83057L15.942 3.77323L6.61331 13.1019C6.42774 13.2877 6.2073 13.435 5.96464 13.5353C5.72198 13.6356 5.46189 13.6871 5.19931 13.6866Z' fill='%230D8EFA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0.25rem;
}

.content-section ul ul {
    list-style: none;
    padding-left: 1rem;
}

.content-section ol {
    margin: 0;
    padding: 0 1.25rem;
    list-style: decimal;
}

.content-section ol li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 160%;
    color: var(--color-black-300);
    margin-bottom: 0.5rem;
    letter-spacing: -0.0175rem;
    padding-left: 0.5rem;
}

.content-section ol ol {
    list-style: lower-roman;
}

@media (min-width: 62rem) {
    .content-section p {
        letter-spacing: -0.02rem;
        font-size: 1rem;
    }

    .content-section ul li,
    .content-section ol li {
        letter-spacing: -0.02rem;
        font-size: 1rem;
    }
}

.btn-01 a {
    margin: 0;
    padding: 10px 30px;
    background-color: var(--color-accent);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: block;
    transition: all .4s ease-in-out;
}

.btn-01 a:hover {
    background-color: #000000;
    transition: all .4s ease-in-out;
}

.about {
    display: flex;
    flex-wrap: wrap;
}

.about .content {
    flex: 50%;
    max-width: 50%;
    background-color: #FFFFFF;
}

.about .slider {
    flex: 50%;
    max-width: 50%;
    background-color: var(--color-accent);
}

.about article {
    padding: 100px 80px;
}

.about section {
    padding: 100px 0 100px 200px;
}

.about h2 {
    text-transform: uppercase;
    padding: 20px 0;
}

.about p {
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.about h4 {
    font-size: 36px;
    font-weight: 300;
    color: var(--color-accent);
    padding: 20px 0;
    position: relative;
}

.about h4::before {
    content: "";
    width: 70px;
    height: 16px;
    background: url(../img/arrow.svg) no-repeat right;
    position: absolute;
    left: -90px;
    top: 35px;
}

.functionalities {
    margin: 0 auto;
    padding: 60px;
    width: 100%;
    max-width: 660px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: relative;
    top: -70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.functionalities h2 {
    text-transform: uppercase;
    text-align: right;
}

.functionalities h2 span {
    display: block;
}

.how-it-work {
    padding: 0 80px 80px 80px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.how-it-work .blue-box {
    flex: 25%;
    max-width: 25%;
    padding: 40px;
    background-color: var(--color-accent);
    text-align: center;
}

.how-it-work .blue-box img {
    margin: 0;
    padding: 0;
    height: 73px;
}

.how-it-work .blue-box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    padding: 20px;
}

.discover {
    margin: 120px auto;
    height: 600px;
    background-color: #E6F1FA;
    position: relative;
    z-index: 1;
}

.discover figure {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -240px;
    text-align: center;
}

.discover figure img {
    width: 100%;
    max-width: none;
}

.discover aside {
    position: absolute;
    right: 40px;
    top: -70px;
}

.discover article {
    padding: 50px 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.discover article h2 {
    text-transform: uppercase;
}

.discover article h2 span {
    color: var(--color-accent);
    display: block;
}

.discover article p {
    font-size: 18px;
    font-weight: 300;
    max-width: 260px;
}

.discover article p span {
    font-weight: 400;
    color: var(--color-accent);
}

.mt-80 {
    margin-top: 80px;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.benefits {
    padding: 0 80px 80px 80px;
}

.benefits h2 {
    text-transform: uppercase;
    text-align: center;
}

.benefits h2 span {
    color: var(--color-accent);
}

.benefits section {
    display: flex;
    gap: 50px;
    padding: 30px 0;
}

.benefits section .box {
    flex: 33.333%;
    max-width: 33.333%;
}

.benefits section .box h3 {
    font-size: 36px;
    font-weight: 300;
    color: var(--color-accent);
    min-height: 100px;
}

.benefits section .box p {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}

.benefits .btn-01 {
    margin: 0 auto;
    width: 210px;
    display: block;
}

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

.dashboard-slider {
    overflow: hidden;
    padding-bottom: 80px;
}

.users-opinions {
    padding: 130px 80px 40px 80px;
    background: url(../img/user-graphic.svg) no-repeat left;
}

.users-opinions .testimonials {
    width: 100%;
    max-width: 630px;
    min-height: 174px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 50px 60px;
    float: right;
    position: relative;
}

.users-opinions .testimonials h2 {
    position: absolute;
    left: -290px;
    top: 150px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
    max-width: 250px;
}

.opinions-slider .owl-stage-outer {
    overflow: hidden;
}

.opinions-slider p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.opinions-slider h6 {
    font-size: 24px;
    text-align: right;
}

.opinions-slider h6 span {
    font-size: 14px;
    display: block;
}




/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: var(--color-accent) url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #000000;
    opacity: 1;
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 0;
        bottom: 0;
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 0;
        bottom: 0;
    }
}

.img-right {
    float: right;
    margin: 20px 0 20px 50px;
}



/* Contact page — layout per Figma (register / contact block) */
.contact-page {
    background-color: var(--color-white-300);
    padding-bottom: 3.5rem;
    min-height: 0;
}

@media (min-width: 62rem) {
    .contact-page {
        padding-bottom: 6.5rem;
    }
}

.contact-page__inner {
    position: relative;
}

.contact-page__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding-top: 3rem;
}

@media (min-width: 75rem) {
    .contact-page__grid {
        flex-direction: row;
        justify-content: center;
        gap: 3rem;
        padding-top: 4.5rem;
    }
}

.contact-page__intro {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1 1 auto;
    min-width: 0;
    z-index: 1;
}

@media (min-width: 75rem) {
    .contact-page__intro {
        gap: 3rem;
        flex: 1 1 0;
        padding-right: 4.5rem;
        max-width: 49.9375rem;
    }
}

.contact-page .contact-page__title {
    font-family: var(--font-amsterdam);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    color: #000;
}

.contact-page__title-line {
    display: block;
}

.contact-page__title-line--accent {
    color: var(--color-accent);
    margin-top: 0.25rem;
}

@media (min-width: 62rem) {
    .contact-page .contact-page__title {
        font-size: 4.5rem;
    }
}

.contact-page__lead {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #000;
    margin: 0;
    max-width: 49.9375rem;
}

@media (min-width: 62rem) {
    .contact-page__lead {
        font-size: 1.25rem;
        letter-spacing: -0.025rem;
    }
}

.contact-page__mail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.contact-page__mail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    background-color: var(--color-accent);
    border: 2px solid var(--color-accent);
    box-shadow: 0 4px 32px 0 rgba(43, 39, 101, 0.04);
}

.contact-page__mail-link {
    font-family: var(--font-inter);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: var(--color-accent);
    word-break: break-word;
}

@media (min-width: 62rem) {
    .contact-page__mail-link {
        font-size: 1.75rem;
        letter-spacing: -0.035rem;
    }
}

.contact-page .container-content {
    position: relative;
}

.contact-page__visual {
    position: absolute;
    left: 0;
    bottom: -3rem;
    margin-top: 1rem;
    min-height: 12rem;
    pointer-events: none;
    display: none;
}

@media (min-width: 75rem) {
    .contact-page__visual {
        display: block;
        bottom: -6.5rem;
    }
}



.contact-page__form-card {
    flex-shrink: 0;
    width: 100%;
    max-width: 54.5rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 4px 32px 0 rgba(43, 39, 101, 0.04);
    padding: 2rem;
}

@media (min-width: 48rem) {
    .contact-page__form-card {
        padding: 3rem;
    }
}

.contact-page .contact-page__form-heading {
    font-family: var(--font-inter);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.03rem;
    color: #000;
    margin: 0 0 2rem;
}

@media (min-width: 62rem) {

    .contact-page .contact-page__form-heading {
        font-size: 1.5rem;
        letter-spacing: -0.03rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 75rem) {
    .contact-page__grid {
        flex-direction: row;
    }

    .contact-page__form-card {
        width: calc(50% - 1.5rem);
    }

    .contact-page__intro {
        width: calc(50% - 1.5rem);
    }

    .contact-page__visual-graphic {
        position: relative;
        z-index: 1;
        display: block;
        width: min(100%, 29.3125rem);
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        opacity: 0.95;
    }
}

.contact-page .contact-page__fields.price-form-box {
    margin: 0;
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
}

.contact-page__field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.contact-page__field--captcha .contact-page__captcha,
.contact-page__field--captcha .field-group {
    width: 100%;
}

.contact-page__field--captcha .field-group .field {
    flex: none;
    max-width: 100%;
}

.contact-page__label {
    display: block;
    padding: 0;
    font-family: var(--font-inter);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-black-300);
}

.contact-page__label--empty {
    min-height: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
}

.contact-page__field--captcha .contact-page__label--empty {
    display: none;
}

.contact-page__req {
    color: #e74c3c;
    text-decoration: none;
    font-weight: inherit;
}

.contact-page .price-form-box textarea,
.contact-page .price-form-box input[type="date"],
.contact-page .price-form-box input[type="text"],
.contact-page .price-form-box input[type="password"],
.contact-page .price-form-box input[type="email"],
.contact-page .price-form-box input[type="tel"] {
    margin: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    height: auto;
    min-height: 2.75rem;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #000;
    box-sizing: border-box;
}

.contact-page .price-form-box textarea {
    max-height: 7.5rem;
    resize: vertical;
    height: 2.7rem;
}

.contact-page .price-form-box select {
    margin: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 3.125rem;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.94267 9.724C8.59252 9.72461 8.24571 9.65602 7.92216 9.52216C7.59861 9.3883 7.3047 9.19181 7.05733 8.944L0 1.88533L1.88533 0L8.94267 7.05733L16 0L17.8853 1.88533L10.828 8.94267C10.5807 9.19072 10.2869 9.38745 9.96333 9.52154C9.63978 9.65563 9.29291 9.72444 8.94267 9.724Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-page .price-form-box .select2-selection.select2-selection--single,
.contact-page .price-form-box .select2-selection.select2-selection--multiple {
    min-height: 3.125rem !important;
    height: auto !important;
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 0 !important;
    padding: 0.5rem 1rem !important;
}

.contact-page__consent {
    display: flex;
    gap: 1rem;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: var(--color-black-300);
    margin: 0;
}

.contact-page__consent-input {
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.125rem;
    border: 1px solid var(--color-accent);
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.contact-page__consent-input:checked {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem 1rem;
}

.contact-page__consent-input:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.contact-page__consent-text {
    flex: 1 1 0;
    min-width: 0;
    color: #6b6b6b;
    letter-spacing: -0.02em;
    line-height: 1.6;
}

.contact-page__consent-link {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
}

.contact-page__consent-link:hover {
    color: var(--color-accent);
}

.contact-page .price-form-box input.contact-page__submit,
.contact-page .price-form-box input[type="submit"].contact-page__submit {
    margin: 0;
    margin-top: 0.5rem;
    padding: 0.5rem 2rem;
    width: 100%;
    max-width: none;
    height: 3rem;
    background-color: var(--color-accent);
    border: none;
    border-radius: 0;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-page .price-form-box input.contact-page__submit:hover,
.contact-page .price-form-box input[type="submit"].contact-page__submit:hover {
    background-color: #000;
    color: #fff;
}

.cms-section {
    padding: 0 80px;
}

.cms-section h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 20px 0 10px 0;
}

.faq-section {
    padding: 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.faq-section .faq-left {
    flex: 48%;
    max-width: 48%;
}

.faq-section .faq-right {
    flex: 48%;
    max-width: 48%;
}

.accordion_head {
    cursor: pointer;
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 10px 40px 10px 0;
    position: relative;
}

.accordion_body p {
    font-family: var(--font-inter);
    font-weight: 400;
}

.plusminus {
    float: right;
    width: 36px;
    height: 36px;
    background-color: transparent;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 10px;
}

.abox {
    padding: 15px 25px;
    background-color: #E6F1FA;
    margin: 20px 0;
}

.login-white-box {
    margin: 30px auto;
    padding: 50px;
    width: 100%;
    max-width: 940px;
    min-height: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.login-white-box h2 {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.login-white-box .price-form-box {
    width: 100%;
    max-width: 100%;
}

.login-white-box .price-form-box .field-group {
    display: flex;
    gap: 50px;
}

.login-white-box .price-form-box .field-group .field {
    flex: 48%;
    max-width: 48%;
}

.login-white-box .price-form-box input[type="date"],
.login-white-box .price-form-box input[type="text"],
.login-white-box .price-form-box input[type="password"] {
    width: calc(100% - 30px);
}

.login-white-box .forgot-password {
    padding: 10px 0;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: right;
}

.login-white-box .forgot-password a {
    color: #000000;
    transition: all .4s ease-in-out;
}

.login-white-box .forgot-password a:hover {
    color: var(--color-accent);
    transition: all .4s ease-in-out;
}

.login-white-box .price-form-box input[type="submit"] {
    margin: 0 auto;
    padding: 15px 60px;
    width: auto;
    height: auto;
}

.login-white-box .price-form-box input[type="button"] {
    margin: 0 auto;
    padding: 15px 60px;
    width: auto;
    height: auto;
}

.note {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
    padding-top: 10px;
    display: block;
}

/* FAQ redesign */
.faq-redesign {
    background-color: var(--color-white-300);
    padding-top: 72px;
    padding-bottom: 104px;
}

.faq-redesign__inner {
    max-width: 872px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.faq-redesign__heading {
    font-family: var(--font-amsterdam);
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0;
}

.faq-redesign__heading span {
    color: var(--color-accent);
}

.faq-redesign__list {
    display: flex;
    flex-direction: column;
}

.faq-redesign__item {
    border-bottom: 1px solid var(--color-white-600);
    overflow: hidden;
}

.faq-redesign__question {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 32px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #000;
}

.faq-redesign__question span {
    flex: 1;
}

.faq-redesign__chevron {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-redesign__item.is-open .faq-redesign__chevron {
    transform: rotate(180deg);
}

.faq-redesign__answer {
    display: none;
    padding-bottom: 32px;
}

.faq-redesign__item.is-open .faq-redesign__answer {
    display: block;
}

.faq-redesign__answer p {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: var(--color-black-300);
    margin: 0;
}

@media (max-width: 62rem) {
    .faq-redesign__heading {
        font-size: 40px;
    }

    .faq-redesign__question {
        font-size: 18px;
    }
}

/* FAQ CTA section */
.faq-cta {
    background-color: #fff;
    padding-top: 6.5rem;
    padding-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
}

.faq-cta__content {
    max-width: 54.5rem;
    width: 100%;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    text-align: center;
}

.faq-cta__heading {
    font-family: var(--font-amsterdam);
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0;
}

.faq-cta__heading span {
    color: var(--color-accent);
}

.faq-cta__subtitle {
    font-family: var(--font-inter);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.025rem;
    color: #000;
    margin: 0;
}

.faq-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 3rem;
    padding: 0.5rem 2rem;
    background-color: var(--color-accent);
    color: #fff;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    text-decoration: none;
    border-radius: 0.25rem;
}

.faq-cta__btn:hover {
    color: #fff;
    opacity: 0.9;
}

.faq-cta__image-wrap {
    position: relative;
    width: 50rem;
    height: 34.1875rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.faq-cta__circle {
    position: absolute;
    bottom: -8.5625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 40.75rem;
    height: 40.75rem;
    border-radius: 50%;
    background-color: var(--color-white-300);
}

.faq-cta__player {
    position: relative;
    z-index: 1;
    width: 33.625rem;
    height: auto;
    object-fit: cover;
    margin-bottom: -10.1875rem;
}

@media (max-width: 62rem) {
    .faq-cta__heading {
        font-size: 2.5rem;
    }

    .faq-cta__image-wrap {
        width: 100%;
        height: 20rem;
    }

    .faq-cta__circle {
        width: 25rem;
        height: 25rem;
        bottom: -5rem;
    }

    .faq-cta__player {
        width: 20rem;
        margin-bottom: -6rem;
    }
}

/* Related posts section */
.related-posts {
    padding: 6.5rem 4.5rem;
    background-color: #fff;
}

.related-posts__inner {
    max-width: 111rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}

.related-posts__heading {
    font-family: var(--font-amsterdam);
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0;
}

.related-posts__heading span {
    color: var(--color-accent);
}

.related-posts__grid {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

.related-card {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0.25rem 2rem 0 rgba(43, 39, 101, 0.04);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.related-card:hover {
    color: inherit;
}

.related-card__img-wrap {
    overflow: hidden;
    height: 20.125rem;
}

.related-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.related-card__body {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 0 0;
}

.related-card__date {
    font-family: var(--font-inter);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1575rem;
    color: var(--color-black-300);
    text-transform: uppercase;
}

.related-card__title {
    font-family: var(--font-inter);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.03rem;
    color: #000;
    margin: 0;
}

.related-card__excerpt {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: var(--color-black-300);
    margin: 0;
}

@media (max-width: 62rem) {
    .related-posts {
        padding: 4rem 1.5rem;
    }

    .related-posts__heading {
        font-size: 2.5rem;
    }

    .related-posts__grid {
        flex-direction: column;
    }
}

/* Who are you — pricing role selection */
.who-are-you {
    background-color: var(--color-white-300);
    padding: 6.5rem 0;
}

.who-are-you__inner {
    max-width: 56.5rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.who-are-you__heading {
    font-family: var(--font-amsterdam);
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0;
}

.who-are-you__heading span {
    color: var(--color-accent);
}

.who-are-you__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
}

@media (min-width: 75rem) {
    .who-are-you__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.who-card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    height: 17.5rem;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0.25rem 2rem 0 rgba(43, 39, 101, 0.04);
    border: 0.125rem solid transparent;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    flex-shrink: 0;
    transition: border-color 0.4s ease;
}

.who-card:hover {
    text-decoration: none;
    border-color: var(--color-accent);
}

.who-card:hover .who-card__title {
    color: var(--color-accent);
    text-decoration-color: var(--color-accent);
}

.who-card::after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 13rem;
    background: linear-gradient(159.5deg, rgba(13, 142, 250, 0) 40%, rgba(13, 142, 250, 1) 84%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.2s ease;
}

.who-card:hover::after {
    opacity: 0.5;
}

.who-card::before {
    content: '';
    position: absolute;
    bottom: 1.875rem;
    right: 1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10H16M16 10L11 5M16 10L11 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.who-card:hover::before {
    opacity: 1;
}

.who-card__title {
    font-family: var(--font-inter);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.025rem;
    color: #000;
    position: relative;
    z-index: 1;
    transition: color 0.2s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-transform: capitalize;
}

.who-card__img-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
    pointer-events: none;
}

.who-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

@media (max-width: 62rem) {
    .who-are-you {
        padding: 3rem 0;
    }

    .who-are-you__heading {
        font-size: 2.5rem;
    }

    .who-are-you__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .who-card {
        flex-direction: row;
        align-items: center;
        height: 5.125rem;
        padding: 1.5rem 14rem 1.5rem 2rem;
        gap: 0;
    }

    .who-card__title {
        white-space: nowrap;
    }

    .who-card__img-wrap {
        position: absolute;
        right: 0;
        left: auto;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 12.5rem;
        height: 5.125rem;
    }

    .who-card::after {
        display: none;
    }

    .who-card::before {
        display: none;
    }
}

/* Pricing CTA (club / academy) */
.pricing-cta {
    background-color: var(--color-white-300);
    padding: 6.5rem 0;
}

.pricing-cta__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
    max-width: 54.5rem;
    margin: auto;
}

.pricing-cta__heading {
    font-family: var(--font-amsterdam);
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.pricing-cta__heading-dark {
    color: #000;
}

.pricing-cta__heading-accent {
    color: var(--color-accent);
}

.pricing-cta__card {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0.25rem 2rem 0 rgba(43, 39, 101, 0.04);
    padding: 3rem;
}

.pricing-cta__info {
    flex-shrink: 0;
    width: 12.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-cta__info-title {
    font-family: var(--font-inter);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.025rem;
    color: #000;
    margin: 0;
}

.pricing-cta__info-text {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #6b6b6b;
}

.pricing-cta__info-text p {
    margin: 0 0 1rem;
}

.pricing-cta__info-text p:last-child {
    margin-bottom: 0;
}

.pricing-cta__form-col {
    flex: 1;
    border-left: 1px solid #f2f2f2;
    padding-left: 3rem;
}

.pricing-cta__fields.price-form-box {
    margin: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.pricing-cta__fields.price-form-box textarea,
.pricing-cta__fields.price-form-box input[type="text"],
.pricing-cta__fields.price-form-box input[type="email"],
.pricing-cta__fields.price-form-box input[type="tel"] {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    width: 100%;
    font-family: var(--font-inter);
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
}

.pricing-cta__fields.price-form-box textarea {
    resize: vertical;
    min-height: 6rem;
}

.pricing-cta__fields.price-form-box input.contact-page__submit,
.pricing-cta__fields.price-form-box input[type="submit"].contact-page__submit {
    margin: 0;
    width: 100%;
    background-color: var(--color-accent);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.pricing-cta__fields.price-form-box input.contact-page__submit:hover {
    background-color: #000;
}

@media (max-width: 62rem) {
    .pricing-cta {
        padding: 3rem 0;
    }

    .pricing-cta__heading {
        font-size: 2.5rem;
    }

    .pricing-cta__card {
        flex-direction: column;
        gap: 2rem;
        padding: 1.5rem;
    }

    .pricing-cta__info {
        width: 100%;
    }

    .pricing-cta__form-col {
        border-left: none;
        border-top: 1px solid #f2f2f2;
        padding-left: 0;
        padding-top: 2rem;
        width: 100%;
    }
}

/* Pricing CTA — success state */
.pricing-cta__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0.25rem 2rem 0 rgba(43, 39, 101, 0.04);
    padding: 3rem;
    text-align: center;
}

.pricing-cta__success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    background-color: var(--color-accent);
    border: 2px solid var(--color-accent);
    flex-shrink: 0;
}

.pricing-cta__success-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 22.75rem;
}

.pricing-cta__success-title {
    font-family: var(--font-inter);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.03rem;
    color: #000;
    margin: 0;
}

.pricing-cta__success-subtitle {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

.pricing-cta__success-text {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #6b6b6b;
    margin: 0;
}

.pricing-cta__success-btn {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.75rem 2rem;
    background-color: var(--color-accent);
    border: none;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.pricing-cta__success-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Login section */
.login-section {
    background-color: var(--color-white-300);
    padding: 6.5rem 0;
}

.login-section__inner {
    max-width: 54.5rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.login-section__heading {
    font-family: var(--font-amsterdam);
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0;
}

.login-section__heading span {
    color: var(--color-accent);
}

.login-card {
    background-color: #fff;
    padding: 3rem;
    box-shadow: 0 0.25rem 2rem 0 rgba(43, 39, 101, 0.04);
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 31rem;
    margin: auto;
}

.login-form__fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login-field__label {
    font-family: var(--font-inter);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-black-300);
}

.login-field__input {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #000;
    border: 1px solid #e9e9e9;
    padding: 0.5rem 1rem;
    width: 100%;
    outline: none;
    background: #fff;
}

.login-field__input:focus {
    border-color: var(--color-accent);
}

.login-field__input--error {
    border-color: #e53e3e;
}

.login-field__input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.login-field__input-wrap .login-field__input {
    padding-right: 3rem;
}

.login-field__eye {
    position: absolute;
    right: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    color: var(--color-black-300);
}

.login-form__forgot {
    text-align: right;
    margin-top: -1rem;
}

.login-form__forgot a {
    font-family: var(--font-inter);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
}

.login-form__forgot a:hover {
    color: var(--color-accent);
}

.login-form__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    padding: 0.5rem 2rem;
    background-color: var(--color-accent);
    color: #fff;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    border: none;
    cursor: pointer;
}

.login-form__btn:hover {
    opacity: 0.9;
}

@media (max-width: 62rem) {
    .login-section {
        padding: 3rem 0;
    }

    .login-section__heading {
        font-size: 2.5rem;
    }

    .login-form {
        width: 100%;
    }

    .login-card {
        padding: 1rem;
    }
}

.login-field__error {
    font-family: var(--font-inter);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #e53e3e;
}

/* Registration section */
.reg-section {
    background-color: var(--color-white-300);
    padding: 6.5rem 0;
}

.reg-section__inner {
    max-width: 54.5rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.reg-section__heading {
    font-family: var(--font-amsterdam);
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0;
    white-space: pre-wrap;
}

.reg-section__heading span {
    color: var(--color-accent);
}

.reg-card {
    background-color: #fff;
    box-shadow: 0 0.25rem 2rem 0 rgba(43, 39, 101, 0.04);
    padding: 3rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

/* Sidebar */
.reg-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex-shrink: 0;
    width: 12.5rem;
}

.reg-step {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 1.5rem;
    border-left: 0.125rem solid transparent;
    min-height: 3.625rem;
    justify-content: flex-start;
    gap: 0.25rem;
}

.reg-step.active {
    border-left-color: var(--color-accent);
}

.reg-step__label {
    font-family: var(--font-inter);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #bababa;
    width: 100%;
}

.reg-step.active .reg-step__label {
    color: var(--color-black-300);
}

.reg-step__title {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: var(--color-black-300);
}

.reg-step.active .reg-step__title {
    color: #000;
}

/* Content area */
.reg-content {
    flex: 1;
    border-left: 0.0625rem solid #f2f2f2;
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.dashboard {
    display: none;
}

.reg-step-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.dashboard.reg-step-content {
    display: none;
}

/* Radio buttons (gender) */
.reg-section .checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    gap: 2rem;
}

.reg-section .form-check-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: var(--color-black-300);
    cursor: pointer;
}

.reg-section .form-check-input[type="radio"] {
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--color-accent);
    border-radius: 0.3125rem;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.reg-section .form-check-input[type="radio"]:checked {
    background-color: var(--color-accent);
}

.reg-section .form-check-input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    inset: 0.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6L5 9L10 3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Form fields inside reg forms */
.reg-section .field-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.reg-section .field {
    flex: 1 1 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.reg-section .field label {
    font-family: var(--font-inter);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-black-300);
}

.reg-section .field input,
.reg-section .field select,
.reg-section .field textarea {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    color: #000;
    border: 1px solid #e9e9e9;
    padding: 0.5rem 1rem;
    width: 100%;
    outline: none;
    background: #fff;
}

.reg-section .field input:focus,
.reg-section .field select:focus {
    border-color: var(--color-accent);
}

.reg-section .field input.invalid,
.reg-section .field select.invalid {
    border-color: #e53e3e;
}

/* Terms checkbox */
.reg-section .remember-me .form-check-label {
    font-family: var(--font-inter);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    gap: 0.5rem;
    flex-direction: row;
    margin-bottom: 2rem;
}

.reg-section .form-check-input[type="checkbox"] {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #e9e9e9;
    border-radius: 0.125rem;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.reg-section .form-check-input[type="checkbox"]:checked {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}

.reg-section .form-check-input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    inset: 0.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6L5 9L10 3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Next / Register button */
.reg-section .next_button,
.reg-section input[type="submit"],
.reg-section input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0.5rem 2rem;
    background-color: var(--color-accent);
    color: #fff;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02rem;
    border: none;
    cursor: pointer;
    width: 100%;
}

.reg-section .next_button:hover,
.reg-section input[type="submit"]:hover,
.reg-section input[type="button"]:hover {
    opacity: 0.9;
}

/* Forms without sidebar (coach, scout) */
.reg-card--no-sidebar .reg-content {
    border-left: none;
    padding-left: 0;
}

.reg-section .next_button {
    margin-top: 2rem;
}

.select2-container .select2-selection--single {
    border: 1px solid #e9e9e9!important;
    height: 44px!important;
    padding: 7px 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px!important;
}

.reg-content-without-sidebar {
    margin: auto;
    border: none!important;
    padding: 0!important;
}

@media (max-width: 62rem) {
    .reg-section {
        padding: 3rem 0;
    }

    .reg-section__heading {
        font-size: 2.5rem;
    }

    .reg-card {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
    }

    .reg-sidebar {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }

    .reg-step {
        flex: 1;
        flex-direction: column;
        align-items: flex-start;
    }

    .reg-content {
        border-left: none;
        padding-left: 0;
        border-top: 0.0625rem solid #f2f2f2;
        padding-top: 1.5rem;
    }

    .reg-section .field {
        flex: 1 1 100%;
    }
}

@media (max-width: 48rem) {
    .reg-section .checklist {
        flex-direction: column;
    }
}

/* Step done state */
.reg-step.finish {
    flex-direction: row;
    align-items: center;
    border-left-color: transparent;
}

.reg-step.finish .reg-step__title {
    color: #000;
}

.reg-step.finish .reg-step__label {
    color: var(--color-black-300);
}

.reg-step.finish::after {
    content: '';
    margin-left: auto;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8L6.5 11.5L13 5' stroke='%230D8EFA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.reg-step.finish .reg-step__label,
.reg-step.finish .reg-step__title {
    display: block;
}

/* Step transition animation */
@keyframes reg-fade-in {
    from {
        opacity: 0;
        transform: translateY(0.75rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    min-height: 29px;
    padding: 4px 0px;   
}

.dashboard.reg-anim-in {
    animation: reg-fade-in 0.3s ease forwards;
}

/* text page - policy, terms */
.text-page {
    padding: 3rem 0;
    max-width: 54.5rem;
    margin: auto;
}

@media (min-width: 62rem) {
    .text-page {
        padding: 6.5rem 0;
    }
}