.desktop-footer {
    background: linear-gradient(0deg, #07171B 0, #07171B 100%), var(--secondary-color);
    color: var(--accent-color);
    width: 100%;
    margin: 0 auto;
    padding: 72px 125px
}

.desktop-footer-container {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto
}

.desktop-footer-main {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 36px
}

.desktop-footer-left,
.desktop-footer-main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap
}

.desktop-footer-left {
    flex-direction: column;
    gap: 28px;
    flex: 0 0 auto
}

.desktop-footer-right {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 60px
}

.desktop-footer-column,
.desktop-footer-right {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap
}

.desktop-footer-column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    flex: 0 1 auto
}

.desktop-column-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    margin: 0;
    padding: 0
}

.desktop-column-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.desktop-column-link {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    text-decoration: none;
    transition: color .2s ease
}

.desktop-column-link:hover {
    color: var(--light-blue)
}

.desktop-logo-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    height: 31px
}

.desktop-footer-logo-image {
    width: 31px;
    height: 31px
}

.desktop-footer-logo-text {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans)
}

.desktop-support-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: nowrap
}

.desktop-support-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    margin: 0
}

.desktop-support-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.desktop-support-details,
.desktop-support-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.desktop-support-item {
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.desktop-support-label {
    color: var(--light-blue)
}

.desktop-support-label,
.desktop-support-value {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-inria-sans)
}

.desktop-support-value {
    color: var(--accent-color)
}

.desktop-support-link {
    text-decoration: none;
    transition: color .2s ease
}

.desktop-support-link:hover {
    color: var(--light-blue)
}

.desktop-social-section {
    gap: 0
}

.desktop-social-links,
.desktop-social-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap
}

.desktop-social-links {
    gap: 32px
}

.desktop-social-icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    background: var(--secondary-color);
    border-radius: 999px;
    width: 48px;
    height: 48px;
    padding: 12px;
    transition: opacity .2s ease;
    cursor: pointer;
    text-decoration: none
}

.desktop-social-icon-wrapper:hover {
    opacity: .8
}

.desktop-social-icon {
    width: 48px;
    height: 48px;
    display: block
}

.desktop-footer-separator {
    height: 0;
    width: 100%;
    position: relative;
    padding: 18px
}

.desktop-footer-separator:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--light-blue);
    height: 2px
}

.desktop-footer-bottom {
    justify-content: space-between;
    gap: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    font-family: var(--font-inria-sans)
}

.desktop-footer-bottom,
.desktop-footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap
}

.desktop-footer-links {
    justify-content: flex-start;
    gap: 32px
}

.desktop-footer-link {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    text-decoration: none;
    transition: color .2s ease
}

.desktop-copyright,
.desktop-footer-link:hover {
    color: var(--light-blue)
}

.desktop-copyright {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    font-family: var(--font-inria-sans);
    margin: 0
}

@media(max-width:1200px) {
    .desktop-footer {
        padding: 60px 80px
    }
    .desktop-footer-container {
        max-width: 1000px
    }
}

@media(max-width:900px) {
    .desktop-footer {
        padding: 50px 40px
    }
    .desktop-footer-main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 28px;
        flex-wrap: nowrap;
        text-align: center
    }
    .desktop-footer-links,
    .desktop-social-links {
        gap: 24px
    }
}

@media(max-width:768px) {
    .desktop-footer {
        display: none
    }
}

:root {
    --background: #ffffff;
    --foreground: #171717;
    --primary-color: #106278;
    --secondary-color: #112125;
    --tertiary-color: #07171b;
    --accent-color: #eee9e5;
    --secondary-green: #a9fcb3;
    --light-blue: #4790a3;
    --gray-shade1: #8c8c8c;
    --error-color: #dc3545;
    --error-bg: #f8d7da;
    --error-border: #f5c6cb;
    --button-hover: #2a3a3f;
    --button-disabled-bg: #ccc;
    --button-disabled-text: #999;
    --placeholder-color: rgba(112, 103, 95, 0.6);
    --display-bg: rgba(16, 98, 120, 0.1)
}

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

html {
    font-family: var(--font-inria-sans), system-ui, -apple-system, sans-serif
}

body,
html {
    max-width: 100vw;
    overflow-x: hidden
}

body {
    color: var(--foreground);
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem
}

@media screen and (max-width:767px) {
    .zsiq-float {
        bottom: 6rem !important
    }
}

body.mobile-menu-open .zsiq-float {
    display: none !important
}

.text-primary {
    color: var(--primary-color)
}

.text-secondary {
    color: var(--secondary-color)
}

.text-accent {
    color: var(--accent-color)
}

.bg-primary {
    background-color: var(--primary-color)
}

.bg-secondary {
    background-color: var(--secondary-color)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inria-sans);
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    border-radius: .5rem;
    min-height: 48px
}

.btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px
}

.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

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

.global-loader-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 9999;
    min-height: 100vh
}

.global-loader,
.global-loader-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.global-loader {
    gap: 32px;
    padding: 2rem;
    text-align: center
}

.loader-gif-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.loader-text {
    font-size: 22px;
    font-family: var(--font-inria-sans);
    font-weight: 300;
    line-height: normal;
    color: var(--secondary-color)
}

.loader-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8
}

@media(max-width:767px) {
    .global-loader {
        padding: 1.5rem;
        gap: 24px
    }
    .loader-gif-container img {
        width: 150px !important;
        height: 106px !important
    }
    .loader-text {
        font-size: 22px;
        font-family: var(--font-inria-sans);
        font-weight: 300;
        line-height: normal;
        color: var(--secondary-color)
    }
    .loader-logo img {
        width: 47px !important;
        height: 20px !important
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.global-loader {
    animation: fadeIn .3s ease-out
}

@supports(-webkit-touch-callout:none) {
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        font-size: 16px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }
}

@media screen and (max-width:768px)and (-webkit-min-device-pixel-ratio:2) {
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        font-size: 16px !important
    }
}

@media screen and (max-width:767px) {
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        font-size: 16px !important;
        text-size-adjust: 100%
    }
}

elevenlabs-convai {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 10px
}

@media screen and (max-width:767px) {
    elevenlabs-convai {
        bottom: 0;
        right: 0
    }
    .mobile-sticky-button.sticky elevenlabs-convai,
    .mobile-sticky-button.sticky~elevenlabs-convai {
        bottom: 80px !important
    }
}

@media screen and (max-width:767px) {
    body:has(.mobile-sticky-button.sticky) elevenlabs-convai {
        bottom: 80px !important
    }
}

.mobile-footer {
    background: linear-gradient(0deg, #07171B 0, #07171B 100%), var(--secondary-color);
    color: var(--accent-color);
    width: 100%;
    margin: 0 auto;
    padding: 40px 24px 120px;
    display: block
}

.mobile-footer-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    flex-wrap: wrap
}

.mobile-footer-section-1 {
    max-width: 160px
}

.mobile-footer-section-1,
.mobile-footer-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    min-width: 160px
}

.mobile-footer-section-2 {
    max-width: 174px
}

.mobile-footer-section-3 {
    max-width: 160px
}

.mobile-footer-section-3,
.mobile-footer-section-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    min-width: 160px
}

.mobile-footer-section-4 {
    max-width: 174px
}

.mobile-footer-logo-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    height: 31px
}

.mobile-footer-logo-image {
    width: 31px;
    height: 31px
}

.mobile-footer-logo-text {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans)
}

.mobile-support-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap
}

.mobile-support-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    margin: 0
}

.mobile-support-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    margin: 0
}

.mobile-support-label {
    color: var(--light-blue)
}

.mobile-support-label,
.mobile-support-value {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-inria-sans)
}

.mobile-support-value {
    color: var(--accent-color)
}

.mobile-support-link {
    text-decoration: none;
    transition: color .2s ease
}

.mobile-support-link:hover {
    color: var(--light-blue)
}

.mobile-column-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    margin: 0;
    padding: 0
}

.mobile-column-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mobile-column-link {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    text-decoration: none;
    transition: color .2s ease
}

.mobile-column-link:hover {
    color: var(--light-blue)
}

.mobile-footer-separator {
    height: 0;
    width: 100%;
    position: relative
}

.mobile-footer-separator:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--light-blue);
    height: 2px
}

.mobile-social-section {
    gap: 0
}

.mobile-social-links,
.mobile-social-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap
}

.mobile-social-links {
    gap: 16px;
    width: 100%
}

.mobile-social-icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    background: var(--secondary-color);
    border-radius: 999px;
    width: 36px;
    height: 36px;
    transition: opacity .2s ease;
    cursor: pointer;
    text-decoration: none
}

.mobile-social-icon-wrapper:hover {
    opacity: .8
}

.mobile-social-icon {
    width: 36px;
    height: 36px;
    display: block
}

.mobile-footer-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
    margin: 24px 0
}

.mobile-footer-link {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    color: var(--accent-color);
    font-family: var(--font-inria-sans);
    text-decoration: none;
    transition: color .2s ease
}

.mobile-footer-link:hover {
    color: var(--light-blue)
}

.mobile-copyright {
    text-align: left
}

.mobile-copyright p {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    color: var(--light-blue);
    font-family: var(--font-inria-sans);
    margin: 0
}

@media(min-width:769px) {
    .mobile-footer {
        display: none
    }
}