*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    background: #FFFFFF;
}

h1 {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 85px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h2 {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h4 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.hide {
    display: none !important;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

section {
    margin: 32px !important;
    padding: 64px 0 !important;
    border-radius: 60px;
}

footer {
    margin: 78px 32px 32px 32px !important;
    background: radial-gradient(45.86% 173% at 77.88% 32.89%, #3A4454 0%, #232C39 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 60px;
    padding: 48px !important;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin: 32px 0;
}

footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-rights {
    margin: 0 !important;
}

footer .site-map {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFFFFF;
}

footer .contacts-list.legal-list {
    max-width: 300px;
}

.footer-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

footer .nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 16px;
}

footer .links-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
}

footer .links-list li a {
    text-decoration: underline;
    color: #CCFF00;
    font-size: 16px;
    line-height: 22px;
}

footer .all-rights {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-top: 48px;
}

.plusminus {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
    background: transparent;
    user-select: none;
}

.plusminus.active:before {
    transform: translatey(-50%) rotate(-90deg);
    background: #A3A3A3;
    opacity: 0;
}

.plusminus.active:after {
    transform: translatey(-50%) rotate(0);
    background: #A3A3A3;
}

section.mobile-app .btn {
    margin: 0;
    max-width: 342px;
    width: 100%;
    height: 59px;
    background: #CCFF00;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #2D333A;
}

section.mobile-app h1 {
    font-size: 56px !important;
}

section.mobile-app {
    position: relative;
    padding-bottom: 90px !important;
}

ul.install-guide {
    display: flex;
    gap: 30px;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -345px;
}

ul.install-guide li {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    width: 858px;
    border-radius: 60px;
    height: 220px;
    padding: 60px 90px;
    background: #F3F3F3;
}

ul.install-guide li .text {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #232C39;
}

section.mobile-app .text {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #EEF2FC;
}

section.mobile-app .wrapper {
    display: flex;
    justify-content: center;
    gap: 78px;
}

section.mobile-app .info-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 877px;
    gap: 20px;
    align-items: flex-start;
}

section.mobile-app-safety h2 {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #232C39;
    margin-bottom: 32px;
}

section.mobile-app-safety .text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #68758E;
    max-width: 1300px;
    margin: 0 auto;
}

section.mobile-app-safety .btn {
    margin: 0 !important;
}

section.mobile-app-safety ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 64px;
}

section.mobile-app-safety ul .text {
    font-size: 20px;
    text-align: left;
    margin: 0 !important;
}

section.mobile-app-safety ul .text.black-text {
    color: #000000;
}

section.mobile-app-safety ul .name {
    font-family: Fixel Text, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: #232C39;
}

section.mobile-app-safety ul .btn {
    margin: 0 auto !important;
}

section.mobile-app-safety ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 48px;
    background: #EAFF98;
    max-width: 433px;
    border-radius: 60px;
    min-height: 594px;
}

section.mobile-app-safety ul li .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

section.mobile-app-safety ul li .text-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

span.black-text {
    color: #000000 !important;
}

span.grey-text {
    color: #68758E !important;
}

header {
    position: fixed;
    width: 95.5vw;
    z-index: 10;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    padding: 48px !important;
    background: url("../img/header-img.svg"), radial-gradient(81.73% 406.92% at 61.91% 70.65%, #3A4454 0%, #2E353F 100%); /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 0.45px solid #CCFF00;
    background-repeat: no-repeat;
    border-radius: 60px;
}

header .wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

header .btns-wrapper {
    display: flex;
    gap: 16px;
}

header .btn {
    margin: 0 !important;
    background: transparent;
    width: 129px !important;
    color: #CCFF00;
    border: 0.78px solid #CCFF00;
    font-family: Faculty Glyphic, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: initial !important;
}

header .btn.btn-green {
    background: #CCFF00 !important;
    border: none !important;
    color: #232C39 !important;
}

header .logo {
    cursor: pointer;
}

header nav ul {
    display: flex;
    gap: 24px;

}

header nav ul li {
    transition: .1s all linear;
}

header nav ul li a {
    color: #EEF2FC;
    font-family: Faculty Glyphic, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    position: relative;
    height: 30px;
    display: block;
}

header nav ul li a::before {
    content: '';
    position: absolute;
    top: -3px; /* Position above the text */
    left: 50%; /* Start from the center */
    transform: translateX(-50%); /* Shift left by half the width to center */
    width: 60%; /* Adjust to control the length */
    height: 1px; /* Thickness of the overline */
    background-color: #FFFFFF; /* Matches the text color */
}

header nav ul li.dropdown-nav-item a::before {
    width: 95%;
}

header nav ul li:hover {
    transform: scale(1.01);
}

header nav ul li a.active {
    color: #CCFF00;
}

header nav ul li a.active::before {
    background-color: #CCFF00;
}

.header-menu-btn {
    display: none;
}

.lines-button {
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
}

.lines {
    display: inline-block;
    width: 38px;
    height: 3px;
    background: #B6DA75;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
    position: relative;
    background: transparent;
    /*create the upper and lower lines as pseudo-elements of the middle line*/
}

.lines:before, .lines:after {
    display: inline-block;
    width: 38px;
    height: 3px;
    background: #B6DA75;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    left: -2px;
    content: "";
    -webkit-transform-origin: 0.1785714286rem center;
    -moz-transform-origin: 0.1785714286rem center;
    -ms-transform-origin: 0.1785714286rem center;
    transform-origin: 0.1785714286rem center;
}

.lines:before {
    top: 4px;
}

.lines:after {
    top: -9px;
}

.lines-button.x .lines:before, .lines-button.x .lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.1s ease, transform 0.3s ease;
}

.lines-button.x.close .lines {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    -webkit-transition: top 0.3s ease, transform 0.3s 0.1s ease;
    -moz-transition: top 0.3s ease, transform 0.3s 0.1s ease;
    -ms-transition: top 0.3s ease, transform 0.3s 0.1s ease;
    transition: top 0.3s ease, transform 0.3s 0.1s ease;
    top: 0;
}

.lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.disable-body {
    overflow: hidden;
}

.side-menu {
    display: block;
    margin-top: 64px;
    max-width: 95vw;
    width: 100%;
    height: 78vh;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 100% 75%;
    transition: top 0.5s ease;
}

.side-menu.open {
    top: 0;
}

header.open {
    border-radius: 60px;
    height: 95vh;
}

.side-menu nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.form-bg-container .form-bg-screen .side-menu .btn {
    margin: 32px auto 0 auto !important;
}

.side-menu nav ul li a {
    font-size: 24px;
    line-height: 28px;
}

section.form-bg-screen header {
    background: transparent;
    position: initial;
    transform: translateX(0%);
    padding: 0 !important;
    width: auto;
}

header.blog-card-open-header {
    display: none !important;
}

section.form-bg-screen header {
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
}

section.form-bg-screen header {
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
}

header nav ul a {
    position: relative;
}

header nav ul li.dropdown-nav-item > a {
    padding-right: 20px;
    transition: .1s all linear;
    cursor: pointer;
    user-select: none;
}

header nav ul li.dropdown-nav-item a:hover {
    transform: scale(1) !important;
}

header nav ul li.dropdown-nav-item a img {
    transition: .1s all linear;
}

header nav ul a img {
    position: absolute;
    top: -2px;
}

header nav ul li.dropdown-nav-item.active a img {
    transform: rotate(180deg);
}

header nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px; /* Adjust based on text-underline-offset */
    height: 1px;
    background-color: currentColor;
    display: block;
}


.dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) !important;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s linear;
    z-index: 99;
    padding-top: 8px;
    display: flex;
    align-items: center;
}

.dropdown-nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    width: auto;
    letter-spacing: 0;
    vertical-align: middle;
    color: #EEF2FC;
}

.dropdown a:hover {
    color: #e6e9f1;
}

.dropdown-nav-item:hover img {
    transform: rotate(180deg);
}

.dropdown a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background-color: #FFFFFF;
    display: block;
}

.dropdown a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-color: #FFFFFF;
}

.form-bg-container {
    padding: 32px;
}

section.form-bg-screen {
    background: radial-gradient(38.86% 173% at 77.88% 32.89%, #3A4454 0%, #232C39 100%); /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    width: 100%; /* Make the section span the full width */
    margin: 0 !important;
    padding-top: 32px !important;
    position: relative;
    padding-bottom: 0 !important;
}


section.form-bg-screen .form {
    position: absolute;
    bottom: -145px;
    left: 0;
}

section.form-bg-screen .form .rectangle {
    width: 35vw;
    min-width: 400px;
    height: 200px;
    border-radius: 0 0 60px 60px;
    background: #232C39;
    max-width: 670px;
}

section.form-bg-screen .form .circle {
    position: absolute;
    top: 15px;
    right: -58px;
    width: 98px; /* Set the size */
    height: 110px;
    background-color: transparent; /* Optional: Transparent base */
    border-top-left-radius: 100px; /* Create the quarter circle */
    border: 40px solid #232C39; /* Adjust thickness and color */
    border-right: none; /* Remove the right side */
    border-bottom: none; /* Remove the bottom side */
    transform-origin: center; /* Ensure rotation occurs around the center */
}


section.contacts .arrow-container {
    display: none;
}

section.why-we {
    padding: 64px 0 !important;
}

section.why-we ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    gap: 56px;
}

section.why-we ul li {
    min-height: 372px;
    max-width: 520px;
    width: 100%;
    background: #F3F3F3;
    border-radius: 60px;
    padding: 48px;
    position: relative;
    overflow: hidden;
}

section.why-we.its-easy-section ul li {
    max-width: 443px;
}

section.why-we.its-easy-section ul li .name {
    font-weight: 700;
}

section.why-we.its-easy-section ul li .text {
    position: relative;
    z-index: 3;
}

section.why-we ul li .name {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232C39;
}

section.why-we .promo-text {
    background: #CCFF00CC;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 8px;
    position: relative;
    z-index: 2;
    top: 12px;
}

section.why-we .promo-text:after {
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    top: 7px;
    right: -7px;
    z-index: -1;
}

section.why-we ul li .text {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #68758E;
    margin-top: 12px;
}

section.why-we ul li img {
    position: absolute;
    bottom: 0;
    right: 0;
}

section.why-we ul li .number-1 {
    bottom: -90px;
    left: 60px;
}

section.why-we ul li .number-2 {
    top: 125px !important;
    right: 50px;
}

.btn:hover {
    transform: scale(1.01);
}

.btn {
    cursor: pointer;
    transition: .1s all linear;
    max-width: 230px;
    height: 52px;
    background: #2D333A;
    border-radius: 34px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CCFF00;

    margin: 48px auto 0 auto;
}

header .btn a {
    color: #232C39;
}

section.mobile-app-safety ul .btn a {
    color: #CCFF00;
}

section.mobile-app .btn a {
    color: #232C39;
}

header .btns-wrapper {
    display: flex;
    gap: 16px;
}

header .btn {
    margin: 0 !important;
    background: transparent;
    width: 129px !important;
    color: #CCFF00;
    border: 0.78px solid #CCFF00;
    font-family: Faculty Glyphic, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: initial !important;
}

header .btn.btn-green {
    background: #CCFF00 !important;
    border: none !important;
    color: #232C39 !important;
}

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

.breadcrumbs {
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 32px;
    margin-left: 82px;
    color: #68758E;
    font-size: 22px;
    flex-wrap: wrap;
}

.breadcrumbs.body-breadcrumbs {
    position: absolute;
    top: 206px
}

.breadcrumbs.form-bg-breadcrumbs {
    margin: 32px 0 24px 0;
}

.breadcrumbs.form-bg-breadcrumbs .active-page {
    background: #333F50;
    color: #F3F3F3;
}

section.breadcrumbs-section.breadcrumbs-section-style-overlay {
    padding-top: 0 !important;
}

.breadcrumbs .active-page {
    background: #F3F3F3;
    padding: 4px 8px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #68758E;
}

section.mobile-app .btn {
    margin: 0;
    max-width: 342px;
    width: 100%;
    height: 59px;
    background: #CCFF00;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #2D333A;
}

section.mobile-app h1 {
    margin-top: 120px;
    font-size: 56px !important;
}

section.mobile-app .mobile-app-bg-circle-left {
    position: absolute;
    top: 250px;
    left: 0;
}

section.mobile-app .wrapper {
    position: relative;
    padding-bottom: 0 !important;
    padding-inline: 80px;
}

ul.install-guide {
    display: flex;
    gap: 30px;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -345px;
}

ul.install-guide li {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    width: 858px;
    border-radius: 60px;
    height: 220px;
    padding: 60px 90px;
    background: #F3F3F3;
}

ul.install-guide li .text {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #232C39;
}

section.mobile-app .text {
    font-family: Faculty Glyphic, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    opacity: .9;
    color: #EEF2FC;
}

section.mobile-app .wrapper {
    display: flex;
    justify-content: center;
    gap: 78px;
}

.mobile-app-wrapper {
    margin-top: 44px;

}

header .wrapper {
    justify-content: space-between !important;
    padding: 0 80px;
}

header .btn {
    max-width: 220px !important;
    width: 100% !important;
}

section.mobile-app .info-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 877px;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 40px;
}

section.mobile-app-safety h2 {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #232C39;
    margin-bottom: 32px;
}

section.mobile-app-safety .text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #68758E;
    max-width: 1300px;
    margin: 0 auto;
}

section.mobile-app-safety .btn {
    margin: 0 !important;
}

section.mobile-app-safety ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 64px;
}

section.mobile-app-safety ul .text {
    font-size: 20px;
    text-align: left;
    margin: 0 !important;
}

section.mobile-app-safety ul .text.black-text {
    color: #000000;
}

section.mobile-app-safety ul .name {
    font-family: Fixel Text, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: #232C39;
}

section.mobile-app-safety ul .btn {
    margin: 0 auto !important;
}

section.mobile-app-safety ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 48px;
    background: #EAFF98;
    max-width: 433px;
    border-radius: 60px;
    min-height: 594px;
}

section.mobile-app-safety ul li .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

section.mobile-app-safety ul li .text-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

span.black-text {
    color: #000000 !important;
}

span.grey-text {
    color: #68758E !important;
}

section.get-call .get-call-text {
    font-family: Faculty Glyphic, sant serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 0;
    text-align: center;
    color: #F3F3F3;
}

section.get-call .get-call-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 48px auto 0 auto;
    max-width: 458px;
}

section.get-call .btn {
    margin: 0;
    max-width: 548px;
    height: 59px;
    background: #CCFF00;
    color: #2D333A;
    font-size: 16px;
}


section.form-bg-screen .form-bg-circles {
    width: 95vw;
    position: absolute;
    left: 0;
    bottom: -121px;
}

section.form-bg-screen .form-bg-left-circle {
    position: absolute;
    left: 200px;
    top: 12px;
}

header nav ul a {
    position: relative;
}

header nav ul li.dropdown-nav-item > a {
    padding-right: 20px;
    transition: .1s all linear;
    cursor: pointer;
    user-select: none;
}

header nav ul li.dropdown-nav-item a:hover {
    transform: scale(1) !important;
}

header nav ul li.dropdown-nav-item a img {
    transition: .1s all linear;
}

header nav ul a img {
    position: absolute;
    top: -2px;
}

header nav ul li.dropdown-nav-item.active a img {
    transform: rotate(180deg);
}

header nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px; /* Adjust based on text-underline-offset */
    height: 1px;
    background-color: currentColor;
    display: block;
}

h1 {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 85px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.fw-700 {
    font-weight: 700 !important;
}

.green-text {
    color: #CCFF00 !important;
}

h2 {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h4 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.hide {
    display: none !important;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

section {
    margin: 32px !important;
    padding: 64px 0 !important;
    border-radius: 60px;
}

section.google-play {

}

section.google-play .container {
    max-width: 1440px;
}

section.google-play .text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    color: #68758E;
    margin-top: 24px;
}

section.google-play .google-play-wrapper {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
}