*[data-scroll-section] {
    -webkit-perspective: 1px;
    perspective: 1px;
}

body {
    background-color: #1C1624;
}

img {
    max-width: 100%;
}

.animated-img {
    opacity: 0;
    /*-webkit-transform: translateY(80%);*/
    /*transform: translateY(80%);*/
    transition: 1s opacity cubic-bezier(0.29, 0.24, 0.05, 1.03);
}

.animated-img.slow {
    transition: 1.75s opacity cubic-bezier(0.29, 0.24, 0.05, 1.03);
}

.animated-img.is-inview {
    opacity: 1;
    /*-webkit-transform: translateY(0%);*/
    /*transform: translateY(0%);*/
}

.btn {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 149%;
    background: #17B16A;
    padding: 12px 20px;
    border-radius: 24px;
    min-width: 160px;
    color: #ffffff;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:hover {
    opacity: 0.7;
    color: #fff;
}


.animated-line-wrapper {
    display: block;
    overflow: hidden;
}

.animated-line-content {
    display: block;
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
    transition: 1s cubic-bezier(.17, .85, .438, .99);
    transition-delay: calc(.15s * var(--line-index));
}

.is-inview.anim-split-lines .animated-line-content, .is-inview {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1C1624;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #1C1624;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #625766;
}

.mobile-navbar {
    display: none;
}

header.header {
    background-color: #1C1624;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-image: url("/images/guest/welcome/new-header-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    --aspect-ratio: 1/1;
    aspect-ratio: 1/1;
    max-width: 100%;
}

header.header .header-bg-img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    display: block;
}

header.header .header-bg-img.mobile {
    display: none;
}

header .navbar {
    padding: 50px 120px 0;
}

.mobile-navbar .menu-btn {
    display: none;
    position: relative;
    width: 32px;
    height: 18px;
}

.mobile-navbar .menu-btn span {
    position: absolute;
    background-color: #fff;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.25s;
}

.mobile-navbar .menu-btn span.first {
    width: 16px;
    top: 0;
}

.mobile-navbar .menu-btn span.second {
    width: 24px;
    top: calc(50% - 1px);
}

.mobile-navbar .menu-btn span.third {
    width: 16px;
    bottom: 0;
}

.mobile-navbar.active .menu-btn span.first {
    width: 24px;
    top: calc(50% - 1px);
    transform: translateX(-50%) rotate(-45deg);
}

.mobile-navbar.active .menu-btn span.second {
    opacity: 0;
}

.mobile-navbar.active .menu-btn span.third {
    width: 24px;
    bottom: calc(50% - 1px);
    transform: translateX(-50%) rotate(45deg);
}


header .nav {
    display: flex;
    align-items: center;
}

header .nav a {
    font-weight: 500;
    color: #fff;
    margin-left: 32px;
    text-decoration: none;
    transition: .15s;
}

header .nav a .animated-line-wrapper {
    display: inline-block;
}

header .nav a .animated-line-wrapper:not(:first-of-type) {
    margin-left: 5px;
}

header .content {
    padding-top: 100px;
    /*max-width: 1600px;*/
    margin: auto;
}

header .content h3 .app {
    font-size: 18px;
    line-height: 149%;
    color: #FFFFFF;
    text-align: center;
}

header .content h3 .title {
    font-weight: normal;
    font-size: 64px;
    line-height: 129%;
    text-align: center;
    color: #FFFFFF;
}

header .content h3 .title * {
    line-height: 129%;
}

header .content .image-content {
    padding-top: 30px;
    position: relative;
    padding-bottom: 30%;
}

header .content .image-content .radial-1 {
    position: absolute;
    width: 33%;
    padding-top: 33%;
    top: 10%;
    left: 15%;
    transform: rotate(-154.28deg);
    background: radial-gradient(217.68% 217.68% at 27.97% 49.05%, #84D26A 0%, rgba(132, 210, 106, 0) 100%);
    filter: blur(1199.5px);
    border-radius: 2141.97px;
    z-index: 10;
}

header .content .image-content .radial-2 {
    position: absolute;
    width: 40%;
    padding-top: 40%;
    top: 40%;
    left: 45%;
    background: radial-gradient(42.99% 42.99% at 30.18% 57.01%, #F8840B 0%, rgba(248, 189, 9, 0.33) 100%);
    mix-blend-mode: overlay;
    filter: blur(389.366px);
    border-radius: 1227.47px;
    transform: rotate(-154.28deg);
    z-index: 8;
}

header .content .image-content .radial-3 {
    position: absolute;
    width: 50%;
    padding-top: 50%;
    top: 25%;
    left: 25%;
    background: radial-gradient(65.67% 65.67% at 41.2% 34.33%, #17B16A 0%, rgba(177, 210, 106, 0) 100%);
    filter: blur(397.808px);
    border-radius: 778.731px;
    transform: rotate(-35.6deg);
    z-index: 6;
}

header .content .image-content .header-bg {
    width: 100%;
    z-index: 30;
    position: relative;
}

header .content .image-content .header-mobile {
    position: absolute;
    z-index: 30;
    width: 24%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

header .content .image-content .header-body-temperature {
    position: absolute;
    z-index: 30;
    width: 9%;
    top: 50%;
    left: calc(38% - 50px);
    transform: translateX(-100%);
}

header .content .image-content .header-oxygen-saturation {
    position: absolute;
    z-index: 30;
    width: 9%;
    top: 20%;
    left: calc(62% + 50px);
}

section.video-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

section.video-container video {
    position: absolute;
    inset: -10% 0;
    width: 120%;
    height: 120%;
    object-fit: cover;
}

section.video-container .text {
    background-color: rgba(0, 0, 0, 0.45);
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 129%;
    color: #FFFFFF;
}

section.video-container .text .anim-split-lines {
    max-width: 950px;
}

section.app-description {
    background: #1C1624;
    color: #fff;
    padding: 160px 120px 0;
}

section.app-description .app-section {
    max-width: 1500px;
    margin: auto;
}

section.app-description .app-section:not(:first-of-type) {
    margin: 160px auto 0;
}

section.app-description .app-section .title {
    width: 50%;
    min-width: 800px;
    margin-bottom: 160px;
}

section.app-description .app-section .title .head {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 129%;
    color: #FFFFFF;
}

section.app-description .app-section .title .content {
    font-family: Maven Pro, sans-serif;
    margin-top: 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 129%;
    color: rgba(255, 255, 255, 0.75);
}

section.app-description .app-section .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}

section.app-description .app-section .grid img {
    width: 100%;
}

section.app-description .app-section .grid img:first-of-type {
    margin-bottom: 62px;
}

section.app-description .app-section .grid img:last-of-type {
    margin-top: 62px;
}

section.coming-soon {
    background-image: url("/images/guest/welcome/bg-logo.png"), url("/images/guest/welcome/coming-bg.png");
    background-size: 100%, cover;
    background-position: center 75%, center 0%;
    padding: 245px 0;
    min-height: 80vh;
    background-repeat: no-repeat;
    text-align: center;
}

section.coming-soon .preview {
    max-width: 1200px;
    margin: auto;
}

section.coming-soon .preview .cooming-soon {
    width: 100%;
    border-radius: 0;
    font-size: 28px;
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    border: 0;
    outline: none;
    background: #17B16A;
    line-height: 129%;
    text-transform: uppercase;
    padding: 30px;
    color: #FFFFFF;
}

section.coming-soon .get-started {
    padding: 0 16px;
}

section.coming-soon .get-started .title {
    font-family: Maven Pro, sans-serif;
    margin-top: 245px;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 129%;
    text-align: center;
    color: #FFFFFF;
}

section.coming-soon .get-started .description {
    font-family: Maven Pro, sans-serif;
    max-width: 600px;
    margin: 32px auto 0;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 129%;
    text-align: center;
    color: #FFFFFF;
}

section.coming-soon .get-started .img-container {
    margin-top: 60px;
}

section.coming-soon .get-started .img-container img {
    margin: 15px;
}

footer.footer {
    background-color: #1C1624;
}

footer.footer .info {
    padding: 160px 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .info .text {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    max-width: 385px;
    line-height: 149%;
    margin-top: 4px;
    color: #FFFFFF;
}
footer.footer .info .text:first-of-type {
    margin-top: 40px;

}

footer.footer .switzerland .animated-line-content:after {
    content: '';
    background-image: url("/images/switzerland.png");
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    transform: translateY(4px);
}


footer.footer .menu {
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 90px;
}

footer.footer .menu .column .title {
    font-family: Maven Pro, sans-serif;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 149%;
    letter-spacing: -0.231818px;
    color: #FFFFFF;
}

footer.footer .menu .column .item {
    margin-bottom: 20px;
}

footer.footer .menu .column .item a {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 149%;
    text-decoration: none;
    color: #FFFFFF;
}

footer.footer .menu .column .img-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer.footer .contact-us {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .contact-us form {
    padding: 160px 0;
    max-width: 900px;
    margin: auto;
}

footer.footer .contact-us form .title {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 129%;
    text-align: center;
    color: #FFFFFF;
}

footer.footer .contact-us form .input-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    gap: 32px;
}

footer.footer .contact-us form .input-container input, footer.footer .contact-us form .input-container textarea {
    background: transparent;
    width: 100%;
    outline: 0;
    font-family: Maven Pro, sans-serif;
    padding-bottom: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 129%;
    color: #ffffff;
    transition: border-bottom-color .15s;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .contact-us form .input-container input:focus, footer.footer .contact-us form .input-container textarea:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

footer.footer .contact-us form .input-container input::placeholder, footer.footer .contact-us form .input-container textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

footer.footer .contact-us form .input-container textarea {
    grid-column: 1/3;
    margin-top: 65px;
}

footer.footer .contact-us form button {
    margin: 80px auto 0;
    display: block;
}

footer.footer .copyright {
    padding: 60px 0;
    text-align: center;
    font-family: SF Pro Display, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 149%;
    letter-spacing: -0.204545px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.5;
}

@media (max-width: 1400px) {
    section.app-description {
        padding: 160px 5% 0;
    }
}

@media (max-width: 1200px) {
    section.coming-soon .preview {
        max-width: 90%;
    }

    footer.footer .info {
        padding: 120px 60px;
    }

    footer.footer .menu {
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {
    .mobile-navbar {
        display: block;
        width: 100%;
        z-index: 1;
        height: 0;
        /*flex-wrap: wrap;*/
        position: fixed;
        top: 0;
        transition: 0.25s;
        background: #1C1624;
    }

    .mobile-navbar .nav-header {
        background: linear-gradient(180deg, #1C1624 0%, rgba(28, 22, 36, 0) 100%);
        padding: 29px 32px;
        display: flex;
        align-items: center;
        transition: 0.15s;
        justify-content: space-between;
    }

    .mobile-navbar.active {
        height: 100vh;
    }

    .mobile-navbar.active .nav-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-navbar.active .animated-line-content {
        transform: translateY(0);
    }

    .mobile-navbar .mobile-nav {
        max-height: 100%;
        overflow: hidden;
        margin-top: 80px;
        text-align: center;
    }

    .mobile-navbar .mobile-nav a {
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        color: #fff;
        font-size: 26px;
        line-height: 149%;
        margin: 32px auto auto;
        display: block;
    }

    .mobile-navbar .mobile-nav a.btn {
        width: 170px;
        font-size: 18px;
    }

    .mobile-navbar .mobile-nav {
        max-height: 100%;
        overflow: hidden;
    }

    .mobile-navbar .logo img {
        height: 24px;
    }

    header .navbar {
        display: none;
    }

    header.header .header-bg-img {
        display: none;
    }

    header.header {
        background-image: url("/images/guest/welcome/header_bg_mobile.png");
        min-height: 200vw;
        background-position-y: 20%;
    }

    header.header .header-bg-img.mobile {
        display: block;
    }

    .mobile-navbar .menu-btn {
        display: block;
    }

    header .nav {
        display: none;
    }

    section.video-container .text {
        font-size: 32px;
        padding: 32px;
    }

    section.app-description {
        padding: 120px 32px 0;
    }

    section.app-description .app-section .title {
        width: 100%;
        min-width: auto;
        margin-bottom: 120px;
    }

    section.app-description .app-section .title .head {
        font-size: 52px;
    }

    section.app-description .app-section .title .content {
        font-size: 22px;
    }

    footer.footer .info {
        padding: 100px 40px;
    }

    footer.footer .menu {
        column-gap: 60px;
    }

    footer.footer .contact-us form {
        padding: 60px 32px;
        min-width: auto;
    }

}

@media (max-width: 800px) {
    header .content h3 .title {
        font-size: 36px;
    }

    section.app-description .app-section .grid {
        grid-template-columns: 1fr;
        margin: 0 -32px;
    }

    section.app-description .app-section .title .head {
        font-size: 38px;
    }

    section.app-description .app-section .grid img {
        width: 70%;
    }

    section.app-description .app-section .grid img:first-of-type {
        margin-bottom: 8px;
    }

    section.app-description .app-section .grid img:last-of-type {
        margin-left: auto;
        margin-top: 8px;
    }

    section.app-description .app-section:not(:first-of-type) {
        margin: 120px auto 0;
    }

    section.coming-soon {
        padding: 120px 0;
        background-size: 165%, cover;
    }

    section.coming-soon .preview {
        width: 100%;
        max-width: 100%;
    }

    section.coming-soon .preview .cooming-soon {
        font-weight: normal;
        font-size: 26px;
        line-height: 129%;
    }

    section.coming-soon .get-started .title {
        font-weight: normal;
        font-size: 38px;
        line-height: 129%;
    }

    section.coming-soon .get-started .description {
        font-size: 18px;
    }

    footer.footer .contact-us form .input-container {
        grid-template-columns: 1fr;
    }

    footer.footer .contact-us form .input-container textarea {
        grid-column: auto;
    }

    footer.footer .contact-us form .title {
        font-size: 38px;
        text-align: left;
        width: 280px;
    }

    footer.footer .contact-us form .input-container textarea {
        margin-top: 0;
    }

    footer.footer .contact-us form .input-container input, footer.footer .contact-us form .input-container textarea {
        font-weight: normal;
        font-size: 18px;
    }

    footer.footer .info {
        flex-wrap: wrap;
        padding: 100px 32px;
    }

    footer.footer .info > .logo {
        margin: 0 -32px;
        padding: 0 32px 80px;
        width: 100vw;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer.footer .menu {
        margin: 0;
        width: 100%;
        padding-top: 80px;
        flex-wrap: wrap;
    }

    footer.footer .menu .column {
        flex-basis: calc(50% - 60px);
        justify-content: start;
    }

    footer.footer .menu .column:last-of-type {
        margin-top: 75px;
    }

    footer.footer .menu .column:last-of-type .title {
        display: none;
    }

    footer.footer .menu .column:last-of-type .img-container {
        justify-content: start;
        column-gap: 40px;
    }

}

@media (max-width: 763px) {
    section.coming-soon .preview img {
        height: 70vh;
        object-fit: cover;
    }
}

@media (max-width: 500px) {

    header.header {
        background-position-y: 10%;
    }

    section.video-container .text {
        font-size: 22px;
    }

    section.app-description .app-section .title .head {
        font-size: 38px;
    }

    section.app-description .app-section .title .content {
        font-size: 18px;
    }

    footer.footer .copyright {
        padding: 32px 0;
    }
}

@media (min-aspect-ratio: 2/1) {
    header.header {
        min-height: 110vw;
    }
}