@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html {
    font-family: "Josefin Sans", "Lato", sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.ft-18 {
    font-size: 1.8rem;
}

.ft-24 {
    font-size: 2.4rem;
}

.font-js {
    font-family: "Josefin sans", sans-serif;
}

.font-lato {
    font-family: "Lato", sans-serif;
}

body {
    line-height: 140%;
    letter-spacing: 0.1px;
    overflow-x: hidden;
    background-color: #F3F0E3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin sans", sans-serif;
    font-weight: 500;
    line-height: 125%;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
}

.ft-16 {
    font-size: 1.6rem;
}

.nostyle {
    list-style: none;
    text-decoration: none;
}

.mb-2 {
    margin-bottom: 2rem;
}

h1 {
    font-size: 4.8rem;
    margin: initial;
}

h2 {
    font-size: 4rem;
    margin: initial;
}

h3 {
    font-size: 3.2rem;
    margin: initial;
}

h4 {
    font-size: 2.4rem;
    margin: initial;
}

h5 {
    font-size: 2rem;
    margin: initial;
}

h6 {
    font-size: 2rem;
    margin: initial;
}

input {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
}

select {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
}

.border-bottom {
    border-bottom: 1px solid #9ca3af;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-3-2 {
    margin-bottom: 3.2rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.pb-4 {
    padding-bottom: 4rem;
}

*,
*::before, *::after {
    box-sizing: border-box;
    margin: initial;
    padding: initial;
}

div {
    box-sizing: border-box;
}

.intro-image {
    width: 38.3rem;
    height: 40.8rem;
    object-fit: cover;
    border-radius: 30px;
}

.color-2c {
    color: #2c2c2c !important;
}

.primary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 2.4rem 1.1rem 2.4rem;
    gap: 1rem;
    border-radius: 5rem;
    text-align: center;
    background-color: #00c100;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    border: none;
    line-height: 100%;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 3;
}

.primary-btn img {
    width: 1.2rem;
    height: 1.3rem;
}

.primary-btn-sm {
    padding: 1.2rem 1.6rem 1rem 1.6rem;
    border-radius: 5rem;
    background-color: #00c100;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.primary-btn-lg {
    padding: 1.6rem 2.4rem 1.4rem 2.4rem;
    border-radius: 5rem;
    background-color: #00c100;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.primary-btn-long {
    width: 17.8rem;
    padding: 1.6rem 2.4rem 1.4rem 2.4rem;
    border-radius: 5rem;
    background-color: #00c100;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.primary-btn:hover {
    filter: brightness(110%);
}

.primary-btn-sm:hover {
    filter: brightness(110%);
}

.primary-btn-lg:hover {
    filter: brightness(110%);
}

.primary-btn-long:hover {
    filter: brightness(110%);
}

.secondary-btn {
    display: flex;
    padding: 1.3rem 2.4rem 1.1rem 2.4rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    border-radius: 5rem;
    background-color: #2c2c2c;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secondary-btn-sm {
    padding: 1.2rem 1.6rem 1rem 1.6rem;
    border-radius: 5rem;
    background-color: #2c2c2c;
    color: #fff !important;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.secondary-btn-lg {
    display: flex;
    padding: 1.6rem 2.4rem 1.4rem 2.4rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5rem;
    background-color: #2c2c2c;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
    transition: all 0.3s ease;
}

.white-btn {
    display: flex;
    padding: 1.2rem 2.4rem 1rem 2.4rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    border-radius: 5rem;
    background-color: #fff;
    color: #00c100;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    border: none;
    cursor: pointer;
    z-index: 1;
    line-height: 100%;
}

.link-btn {
    display: inline-block;
}

a.primary-btn {
    transition: all 0.3s ease;
}

a.primary-btn:hover {
    filter: brightness(110%);
}

a.primary-btn-lg {
    transition: all 0.3s ease;
}

a.primary-btn-lg:hover {
    filter: brightness(110%);
}

.secondary-btn-lg:hover {
    filter: brightness(110%);
}

.secondary-btn:hover {
    filter: brightness(110%);
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f0e3;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar-container .navbar {
    background-color: #f3f0e3;
    width: 90%;
    max-width: 1600px;
    padding: 1.2rem 0;
    padding-top: 4.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    transition: all 0.3s ease;
}

.navbar-container .navbar a {
    text-decoration: none;
}

.navbar-container .navbar a svg {
    width: 17rem;
    height: 3.2rem;
    position: relative;
    top: 2px;
}

.navbar-container .navbar__navigation {
    border-radius: 4rem;
    padding: 0.6rem;
    display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.navbar-container .navbar__navigation .navitem {
    display: flex;
    gap: 1rem;
    padding: 0.8rem 1rem;
    align-items: center;
    position: relative;
}

.navbar-container .navbar__navigation .navitem #app-link {
    display: none;
    padding: 1.1rem 1.6rem 0.9rem 1.6rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.navbar-container .navbar__navigation .navitem #app-link:hover {
    color: #00bd1e;
    border: 1px solid #00bd1e;
}

.navbar-container .navbar__navigation .navitem #staging-app-link {
    display: none;
    padding: 1.1rem 1.6rem 0.9rem 1.6rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.navbar-container .navbar__navigation .navitem #staging-app-link:hover {
    color: #00bd1e;
    border: 1px solid #00bd1e;
}

.navbar-container .navbar__navigation .navitem:hover {
    cursor: pointer;
}

.navbar-container .navbar__navigation .navitem:hover .shape {
    stroke: #00bd1e;
    transform: rotate(-180deg);
}

.navbar-container .navbar__navigation .navitem:hover .navitem-a {
    color: #00bd1e;
}

.navbar-container .navbar__navigation .navitem .shape {
    height: 2rem;
    width: 2rem;
    stroke: #2c2c2c;
    transition: transform ease 500ms;
    transform-origin: 50% 50%;
}

.navbar-container .navbar__navigation .navitem a {
    color: #2c2c2c;
    text-decoration: none;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem; /* 122.222% */
    letter-spacing: -0.18px;
}

.navbar-container .navbar__navigation .navitem a.sublink {
    font-size: 1.6rem;
}

.navbar-container .navbar__navigation .navitem a.sublink:hover {
    color: #00bd1e;
}

.navbar-container .navbar__navigation .navitem .wrapper {
    position: absolute;
    top: 2rem;
    left: 0;
    display: none;
    height: 5rem;
    background-color: #fff;
    opacity: 0;
    width: 20rem;
}

.navbar-container .navbar__navigation .navitem .nav-modal {
    display: none;
    position: absolute;
    box-shadow: 0px 34px 34px 0px rgba(0, 0, 0, 0.2509803922);
    top: 5rem;
    right: -40rem;
    background-color: #fff !important;
    width: 90rem;
    height: 35.3rem;
    padding-top: 3.5rem;
    padding-left: 4.5rem;
    border-radius: 2rem;
    animation: slideup 0.2s ease-in 1;
}

.navbar-container .navbar__navigation .navitem .nav-modal__background {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 2rem;
    height: 34rem;
}

.navbar-container .navbar__navigation .navitem .nav-modal__heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%; /* 112.5% */
    margin-bottom: 3rem;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content {
    width: 30rem;
    display: flex;
    flex-direction: column;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .content {
    text-decoration: none;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .content .heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 122.222% */
    letter-spacing: -0.18px;
    margin-bottom: 1rem;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .content .content {
    color: #4b5563;
    font-family: Lato, sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .content:hover .heading {
    color: #00bd1e;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .content:hover .content {
    color: #00bd1e;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .sublink-container {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .sublink-container:hover a.sub-link {
    color: #00bd1e !important;
}

.navbar-container .navbar__navigation .navitem .nav-modal__body__content .sublink-container a.sub-link {
    display: block;
    text-decoration: none;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
}

.navbar-container .navbar__navigation .navitem-services:hover > .wrapper {
    display: block;
}

.navbar-container .navbar__navigation .navitem-services:hover > .nav-modal {
    display: block;
}

.navbar-container .navbar .menu-bars {
    display: none;
    width: 3rem;
    height: 3rem;
}

.navbar-container .navbar .menu-close {
    display: none;
    width: 3rem;
    height: 3rem;
}

.navbar-container .fixed {
    padding-top: 1.2rem;
    transform: translateY(-300px);
}

.fixed {
    padding-top: 1.2rem;
    transform: translateY(-300px);
}

.visual-image svg {
    width: 7rem;
    height: 6rem;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f0e4;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 80px 20px;
    display: none;
    flex-direction: column;
    animation: open 0.2s ease-in 1;
}

.mobile-menu .menu-list {
    max-height: 100%;
    overflow: auto;
}

.mobile-menu .mobile-menu-btn {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 4rem;
}

.mobile-menu .mobile-menu-btn #app-link-mobile {
    display: none;
    padding: 1rem 1rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c !important;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 100%;
    margin-bottom: 2rem;
}

.mobile-menu .mobile-menu-btn #app-link-mobile:hover {
    border: 1px solid #00bd1e;
    color: #00bd1e;
}

.mobile-menu .mobile-menu-btn #staging-app-link-mobile {
    display: none;
    padding: 1rem 1rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c !important;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 100%;
    margin-bottom: 2rem;
}

.mobile-menu .mobile-menu-btn #staging-app-link-mobile:hover {
    border: 1px solid #00bd1e;
    color: #00bd1e;
}

.mobile-menu .mobile-login-profile-container {
    position: absolute;
    bottom: 2%;
    left: 5%;
    width: 90%;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 2rem;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group {
    display: flex;
    align-items: center;
    flex: 1;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group .mobile-profile-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: #00bd1e;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 1px;
    margin-right: 1rem;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group .mobile-profile-name {
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c2c2c;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-button-chevrondown {
    transition: transform ease 500ms;
    transform-origin: 50% 50%;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-wrapper {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    background-color: #00bd1e;
    height: 3rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown {
    transition: transform ease 500ms;
    position: absolute;
    bottom: 6rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown .profile-dropdown-downarrow {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #fff;
    position: absolute;
    bottom: -1rem;
    right: 2rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c2c2c;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown p:hover {
    color: #00bd1e;
}

.nav-active {
    display: flex;
}

.center-heading {
    text-align: center;
    font-size: 5.2rem;
    font-weight: 500;
}

@keyframes open {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.menu-group {
    padding: 2rem;
    background: white;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.menu-group .menu-header {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2c2c2c;
    text-decoration: none;
}

.menu-group .menu-header .menu-title {
    flex-basis: 90%;
}

.menu-group .menu-header svg {
    transition: transform 0.4s;
}

.menu-group .menu-item {
    display: none;
    margin: 2rem 0;
    text-decoration: none;
}

.menu-group .menu-item h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    color: #2c2c2c;
}

.menu-group .menu-item p {
    font-size: 1.6rem;
    line-height: 140%;
    font-family: "Lato", sans-serif;
    color: #2c2c2c;
}

.expanded .menu-header svg {
    transform: rotate(180deg);
}

.expanded .menu-item {
    display: block;
}

@keyframes slideup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
}

.breadcrump {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-family: Lato, sans-serif;
}

.breadcrump a {
    text-decoration: none;
    color: #00c100;
    text-transform: capitalize !important;
}

.profile-display-button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.8rem 1.1rem;
    border-radius: 5rem;
    background-color: #fff;
    gap: 0.8rem;
    border: none;
}

.profile-display-button .main-profile-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 1.8rem;
    background-color: #00bd1e;
    color: #fff;
}

.profile-display-button .main-profile-name {
    font-family: Josefin Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    color: #2c2c2c;
}

.profile-display-button-container {
    position: relative;
}

.profile-button-option-wrapper {
    height: 2rem;
    width: 18rem;
    position: absolute;
    top: 3rem;
    right: 0;
    background-color: transparent;
    display: none;
}

.profile-button-options-container {
    display: none;
    flex-direction: column;
    gap: 1rem;
    width: 181px;
    height: 93px;
    border-radius: 10px;
    padding: 2.3rem 1.8rem;
    position: absolute;
    top: 5rem;
    right: 0;
    background-color: #fff;
}

.profile-button-options-container .arrow-up {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    top: -8px;
    right: 2rem;
}

.profile-button-options-container .profile-button-option {
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
    cursor: pointer;
}

.profile-button-options-container .profile-button-option:hover {
    color: #00bd1e;
}

.profile-display-button:hover > .profile-button-options-container {
    display: flex;
}

.profile-display-button:hover > .profile-button-option-wrapper {
    display: flex;
}

@media only screen and (min-width: 1700px) {
    .navbar-container .navbar {
        padding: 4.2rem 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1120px) {
    .navbar-container .navbar__navigation {
        width: 78%;
    }

    .navbar-container .navbar__navigation .navitem-services .nav-modal {
        right: -55rem;
    }
}

.knowmore-container .knowmore .content .tableofcontents__question {
    margin-left: -2rem;
}

@media only screen and (min-width: 360px) and (max-width: 1000px) {
    .navbar-container .navbar {
        padding: 1.2rem 0;
        padding-left: 2px;
    }

    .navbar-container .navbar__logo {
        width: 15rem;
        height: 3rem;
    }

    .navbar-container .navbar__navigation {
        position: fixed;
        display: none;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        height: 40rem;
        background: white;
        align-items: center;
        justify-content: center;
    }

    .navbar-container .navbar__navigation.active {
        display: flex;
    }

    .navbar-container .navbar__navigation .navitem .nav-modal {
        width: 100vw;
        top: 0;
        background-color: white;
        z-index: 12000;
        left: 0;
        position: fixed;
        bottom: 0;
        height: calc(100vh - 40rem);
        min-height: 500px;
    }

    .navbar-container .navbar .menu-bars {
        display: block;
    }

    .navbar-container .navbar__navigation .navitem-services:hover > .nav-modal {
        display: none;
    }

    .mobile-none {
        display: none;
    }
}

.menu-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.menu-overlay.active {
    display: block;
}

@media (min-width: 1600px) {
    .knowmore-container .knowmore .content .tableofcontents {
        padding-right: 2rem;
    }
}

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

.hero-container .herosection {
    display: flex;
    max-width: 1600px;
    padding-top: 14rem;
    width: 90%;
    margin-bottom: 10rem;
}

.hero-container .herosection .col {
    flex-basis: 50%;
    margin-top: 8vw;
}

.hero-container .herosection .col .breadcrump {
    width: 100%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    margin-top: -5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2rem;
}

.hero-container .herosection .col .breadcrump .green {
    color: #00c100;
}

.hero-container .herosection .col h1 {
    margin-bottom: 3.2rem;
    font-size: 5.2rem;
}

.hero-container .herosection .col p {
    font-size: 2rem;
}

.hero-container .herosection .col img {
    width: 100%;
    transform: scale(1.1);
    transform-origin: 0% 100%;
}

.hero-container .herosection .col .home-img {
    transform-origin: 0% 180%;
}

.hero-container .herosection .col .action-group {
    margin-top: 5.7rem;
}

.hero-container .herosection .col .action-group .hero-pricing {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.hero-container .herosection .col .action-group .hero-pricing p {
    font-size: 3.2rem;
    font-weight: 500;
}

.hero-container .herosection .col .action-group .hero-pricing h3 {
    font-size: 2.1rem;
    text-decoration: line-through;
}

.hero-container .herosection .col .action-group .quick-benifits {
    margin: 0 auto;
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    padding: 1.9rem 0;
}

.hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    gap: 0.5rem;
}

.hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item p {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #00381b;
}

.home-hero-wrapper {
    position: relative;
}

.home-hero-wrapper .svgs {
    position: absolute;
    top: -20%;
    left: 0;
}

.info-pill {
    display: inline-block;
    padding: 1rem 1.2rem;
    position: absolute;
    top: 8%;
    left: 25%;
    border-radius: 3.8rem;
    background-color: #fff;
    z-index: 5;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.info-pill.two {
    top: 35%;
    left: 8%;
}

.info-pill.three {
    top: 5%;
    left: 78%;
}

.info-pill-green {
    display: inline-block;
    padding: 1.7rem 0.8rem 1.6rem 1.4rem;
    border-bottom-left-radius: 1.6rem;
    background-color: #00c100;
    z-index: 5;
    position: absolute;
    bottom: 40%;
    right: -10%;
}

.hero-container .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: center;
    color: #f2f0e4;
}

.hero-container .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text .bright {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
}

.hero-container .herosection .home-hero-wrapper .info-pill p.info-pill-text {
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
    color: #4b5563;
}

.hero-container .herosection .home-hero-wrapper .info-pill p.info-pill-text .red {
    color: #fc6128;
}

.dataprotection-container .dataprotection .content .tableofcontents__question {
    margin-left: -2rem;
}

@media only screen and (min-width: 1760px) {
    .hero-section-container .herosection__info {
        width: 45vw;
        padding-left: 0;
    }

    .hero-section-container .herosection__info__content {
        width: 85%;
    }
}

.new-hero-image {
    width: 50%;
    height: auto;
    align-self: flex-start;
}

@media only screen and (min-width: 1700px) and (max-width: 1760px) {
    .hero-section-container {
        justify-content: end;
    }

    .hero-section-container .herosection {
        max-width: 95%;
    }

    .hero-section-container .herosection__info {
        padding-left: 0;
    }

    .hero-section-container .herosection__info__content {
        width: 80%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-container {
        justify-content: end;
    }

    .hero-section-container .herosection {
        max-width: 95%;
    }

    .hero-section-container .herosection__info {
        padding-left: 0;
    }

    .hero-section-container .herosection__info__content {
        width: 85%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .hero-section-container .herosection__info__content {
        width: 94%;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1700px) {
    .hero-section-container .herosection__info__content {
        width: 100%;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .hero-section-container .herosection__info__content {
        width: 100%;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .hero-section-container .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 95%;
    }

    .hero-section-container .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .hero-section-container .herosection__info__content {
        width: 90%;
        font-size: 4.6rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 95%;
        font-size: 1.8rem;
    }

    .hero-section-container .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1300px) {
    .hero-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-container .herosection {
        display: flex;
        max-width: 1600px;
        padding-top: 14rem;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-container .herosection .col {
        flex-basis: 50%;
    }

    .hero-container .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.6rem;
    }

    .hero-container .herosection .col p {
        font-size: 1.8rem;
    }

    .hero-container .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-container .herosection .col .action-group .quick-benifits {
        margin: 0 auto;
        margin-top: 2rem;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .hero-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-container .herosection {
        display: flex;
        max-width: 1600px;
        padding-top: 14rem;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-container .herosection .col {
        flex-basis: 50%;
    }

    .hero-container .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-container .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-container .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-container .herosection .col .action-group .quick-benifits {
        margin: 0 auto;
        margin-top: 2rem;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-container .herosection {
        display: flex;
        flex-direction: column;
        max-width: 1600px;
        padding-top: 14rem;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-container .herosection .col {
        flex-basis: 50%;
    }

    .hero-container .herosection .col h1 {
        margin-top: 8vw;
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-container .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-container .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-container .herosection .col .action-group .quick-benifits {
        margin: 0 auto;
        margin-top: 2rem;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-container .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .hero-section-container .herosection__info {
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-container .herosection__info__content {
        width: 90%;
        font-size: 4.4rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .hero-section-container .herosection__info {
        width: 100%;
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-container .herosection__info__content {
        width: 100%;
        font-size: 4.4rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 95%;
        font-size: 1.6rem;
    }

    .hero-section-container .herosection__info__heading {
        margin-top: 0;
    }

    .hero-section-container .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .hero-section-container .herosection {
        flex-direction: column;
    }

    .hero-section-container .herosection__info {
        width: 95%;
        padding: 5rem 0 0 0;
        margin-left: 5%;
    }

    .hero-section-container .herosection__info__content {
        width: 70%;
        font-size: 5rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 70%;
        font-size: 2rem;
    }

    .hero-section-container .herosection .herosection-image {
        width: 80vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .hero-section-container .herosection {
        flex-direction: column;
    }

    .hero-section-container .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-container .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-container .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .hero-section-container .herosection {
        flex-direction: column;
    }

    .hero-section-container .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-container .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-container .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .hero-section-container .herosection {
        flex-direction: column;
    }

    .hero-section-container .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-container .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-container .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .hero-section-container .herosection {
        flex-direction: column;
    }

    .hero-section-container .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-container .herosection__info__content {
        width: 90%;
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .hero-section-container .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }

    .hero-section-container .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }

    .new-hero-image {
        width: 100%;
        margin-bottom: 10vh;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-container .herosection .col h1 {
        width: 100%;
    }

    .hero-container .herosection .col img {
        width: 100%;
        transform: scale(1);
        transform-origin: 0% 100%;
    }

    .info-pill-green {
        right: 0;
    }
}

.footer-container {
    display: flex;
    justify-content: center;
    background-color: #2c2c2c;
}

.footer-container .footer {
    display: flex;
    flex-direction: column;
    background-color: #2c2c2c;
    align-items: center;
    padding: 6rem 0;
    width: 90%;
    max-width: 1600px;
}

.footer-container .footer__nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #565656;
    padding-bottom: 3rem;
    gap: 2rem;
}

.footer-container .footer__nav .company-details {
    width: 30rem;
    margin-right: 4rem;
}

.footer-container .footer__nav .company-details a .logo-footer {
    width: 11rem;
}

.footer-container .footer__nav .company-details .location {
    margin-top: 3rem;
    color: var(--gray-colors-white, #fff);
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem; /* 171.429% */
}

.footer-container .footer__nav__col {
    width: 20rem;
}

.footer-container .footer__nav__col__heading {
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    letter-spacing: -0.18px;
    margin-bottom: 3rem;
}

.footer-container .footer__nav__col__links {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.footer-container .footer__nav__col__links a {
    text-decoration: none;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.footer-container .footer__base {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
}

.footer-container .footer__base__copyright {
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 122.222% */
    letter-spacing: -0.18px;
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .footer-container .footer__nav {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1430px) {
    html {
        font-size: 9px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1300px) {
    html {
        font-size: 9px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    html {
        font-size: 9px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    html {
        font-size: 9px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    html {
        font-size: 9px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 2000px) {
    html {
        font-size: 12px;
    }
}

.form-section-container {
    display: flex;
    justify-content: center;
}

.form-section-container .formsection {
    display: flex;
    flex-direction: column;
    padding: 5.6rem 0;
    max-width: 1600px;
}

.form-section-container .formsection__heading {
    padding-left: 5vw;
    width: 70%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem; /* 125% */
    margin-bottom: 5rem;
}

.form-section-container .formsection__form {
    width: 100%;
    display: flex;
    gap: 5vw;
    padding-left: 5vw;
}

.form-section-container .formsection__form form {
    width: 45vw;
    display: flex;
    flex-direction: column;
}

.form-section-container .formsection__form form #errorMessage {
    color: #a50918;
    background-color: rgba(151, 33, 33, 0.1);
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    width: 100%;
    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #a50918;
    margin-bottom: 3rem;
}

.form-section-container .formsection__form form #errorMessage.success {
    color: #00bd1e;
    background-color: rgba(0, 189, 31, 0.0980392157);
    border: 1px solid #00bd1e;
}

.form-section-container .formsection__form form label {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem; /* 122.222% */
    letter-spacing: -0.18px;
    margin-bottom: 1rem;
}

.form-section-container .formsection__form form .full-name {
    display: flex;
    gap: 2rem;
    width: 100%;
    margin-bottom: 3rem;
}

.form-section-container .formsection__form form .full-name .first-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-section-container .formsection__form form .full-name .first-name #first-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.form-section-container .formsection__form form .full-name .last-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-section-container .formsection__form form .full-name .last-name #last-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.form-section-container .formsection__form form .contact-group {
    display: flex;
    gap: 1rem;
}

.form-section-container .formsection__form form .contact-group .email {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-section-container .formsection__form form .contact-group .email #email {
    display: flex;
    height: 44px;
    padding: 8px 10px 8px 16px;
    border-radius: 40px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
}

.form-section-container .formsection__form form .contact-group .email #email::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-section-container .formsection__form form .contact-group .phone {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.form-section-container .formsection__form form .contact-group .phone #phone {
    display: flex;
    height: 44px;
    padding: 8px 10px 8px 16px;
    border-radius: 40px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
    padding-left: 9rem;
}

.form-section-container .formsection__form form .contact-group .phone #phone::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-section-container .formsection__form form .contact-group .phone #country {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30%;
    padding-left: 1rem;
    width: 8rem;
    height: 4.4rem;
    border-bottom-left-radius: 2rem;
    border-top-left-radius: 2rem;
    cursor: pointer;
    font-size: 1.6rem;
    background: transparent;
    border: none;
    outline: none;
}

.form-section-container .formsection__form form .contact-group .phone #country::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-section-container .formsection__form form textarea {
    display: flex;
    height: 10rem;
    padding: 1.5rem 1rem 1.5rem 1.6rem;
    gap: 1rem;
    align-self: stretch;
    border-radius: 2rem;
    font-family: Lato, sans-serif;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
}

.form-section-container .formsection__form form textarea::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-section-container .formsection__form form .checkbox-submitbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-section-container .formsection__form form .checkbox-submitbtn .checkbox {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.form-section-container .formsection__form form .checkbox-submitbtn .checkbox #checkbox {
    width: 3rem;
    height: 3rem;
}

.form-section-container .formsection__form form .checkbox-submitbtn .checkbox label {
    margin-bottom: 0;
}

.form-section-container .formsection__form form .checkbox-submitbtn .checkbox label .terms-link {
    color: #00bd1e !important;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
}

.form-section-container .formsection__form .form-image {
    width: 45vw;
    height: auto;
}

@media only screen and (min-width: 1600px) {
    .form-section-container .formsection__heading {
        width: 80%;
        padding-left: 0;
    }

    .form-section-container .formsection__form {
        padding-left: 0;
    }

    .form-section-container .formsection__form form {
        width: 50vw;
    }

    .form-section-container .formsection__form .form-image {
        width: 35vw;
        height: auto;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .form-section-container .formsection__heading {
        width: 80%;
    }

    .form-section-container .formsection__form form {
        width: 50vw;
    }

    .form-section-container .formsection__form .form-image {
        width: 40vw;
        height: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .form-section-container .formsection__heading {
        width: 90%;
    }

    .form-section-container .formsection__form {
        flex-direction: column;
    }

    .form-section-container .formsection__form form {
        width: 70vw;
    }

    .form-section-container .formsection__form .form-image {
        margin-left: auto;
        width: 60vw;
        height: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .form-section-container .formsection__heading {
        width: 90%;
        font-size: 4.3rem;
    }

    .form-section-container .formsection__form {
        flex-direction: column;
    }

    .form-section-container .formsection__form form {
        width: 90vw;
    }

    .form-section-container .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .form-section-container .formsection__heading {
        width: 100%;
        font-size: 4rem;
    }

    .form-section-container .formsection__form {
        flex-direction: column;
    }

    .form-section-container .formsection__form form {
        width: 90vw;
    }

    .form-section-container .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .form-section-container .formsection__heading {
        width: 100%;
        font-size: 4rem;
    }

    .form-section-container .formsection__form {
        flex-direction: column;
    }

    .form-section-container .formsection__form form {
        width: 90vw;
    }

    .form-section-container .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .form-section-container .formsection__heading {
        width: 100%;
        font-size: 3.2rem;
        line-height: 120%;
    }

    .form-section-container .formsection__form {
        flex-direction: column;
    }

    .form-section-container .formsection__form form {
        width: 90vw;
    }

    .form-section-container .formsection__form form .contact-group {
        flex-direction: column;
    }

    .form-section-container .formsection__form .form-image {
        display: none;
    }

    .form-section-container .formsection__form form .checkbox-submitbtn {
        flex-direction: column;
    }

    .form-section-container .formsection__form form .checkbox-submitbtn .checkbox {
        margin-bottom: 2rem;
    }
}

.accordian-container {
    display: flex;
    justify-content: center;
}

.accordian-container .accordins {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem 0;
    gap: 2rem;
    width: 60%;
}

.accordian-container .accordins__heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem; /* 125% */
    margin-bottom: 6rem;
    text-align: center;
}

.accordian-container .accordins .isfp-accordian-heading {
    width: 65%;
}

.accordian-container .accordins__question {
    width: 100%;
    border-radius: 1.6rem;
    background: #fff;
}

.accordian-container .accordins__question__heading {
    display: flex;
    padding: 1.6rem;
    align-items: center;
    color: #2c2c2c;
    justify-content: space-between;
    font-family: Josefin Sans, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: -0.2px;
    cursor: pointer;
}

.accordian-container .accordins__question__heading img {
    height: 3rem;
    width: 3rem;
    color: #2c2c2c;
    transition: transform 500ms;
}

.accordian-container .accordins__question .content {
    display: none;
}

.accordian-container .accordins__question.expanded .accordins__question__heading img {
    transform: rotate(180deg);
}

.accordian-container .accordins__question.expanded .content {
    display: block;
    padding: 0rem 1.6rem 1.6rem;
    color: #4b5563;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
}

.accordian-container .accordins__question.expanded .content .green {
    color: #00bd1e;
}

.accordian-container .accordins__question.expanded .content .para {
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}

.accordian-container .accordins__question.expanded .content .para:nth-child(2) {
    margin-top: 1.8rem;
}

.accordian-container .accordins__question.expanded .content .para:nth-child(3) {
    margin-top: 1.8rem;
}

.accordian-container .accordins__question.expanded .content .table-title {
    color: #2c2c2c;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 1.8rem;
}

.accordian-container .accordins__question.expanded .content__message {
    background-color: #eaf9ec;
    width: 90%;
    padding: 1.6rem;
    display: flex;
    border-radius: 1.3rem;
    gap: 1rem;
    margin-top: 3rem;
}

.accordian-container .accordins__question.expanded .content__message .bulb-fill {
    width: 4.4rem;
    height: 4.4rem;
}

.accordian-container .accordins__question.expanded .content__message__content {
    display: flex;
    flex-direction: column;
}

.accordian-container .accordins__question.expanded .content__message__content__heading {
    font-family: Josefin Sans, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
}

.accordian-container .accordins__question.expanded .content__message__content__content {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #4b5563;
}

.accordian-container .accordins__question.expanded table {
    border-collapse: collapse;
    border: 1px solid #9ca3af;
}

.accordian-container .accordins__question.expanded table tr,
.accordian-container .accordins__question.expanded table td,
.accordian-container .accordins__question.expanded table th {
    border: 1px solid #9ca3af;
    font-family: Lato, sans-serif;
    color: #2c2c2c;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
}

.accordian-container .accordins__question.expanded table td {
    font-weight: 500;
    color: #2c2c2c;
}

.accordian-container .accordins__question.expanded table th,
.accordian-container .accordins__question.expanded table td {
    padding: 1.3rem 1.5rem;
}

.accordian-container .accordins__question.expanded table .row-heading {
    text-align: left;
}

.accordian-container .accordins__question.expanded ul {
    color: #4b5563;
    margin: 2rem 0;
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
    line-height: 140%;
}

.accordian-container .accordins__question.expanded ul li {
    color: #4b5563;
    margin-left: 3rem;
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
    line-height: 140%;
}

.accordian-container .accordins__question.expanded ul li .link {
    color: #4b5563;
    margin-left: 0;
}

.accordian-container .accordins__question.expanded ul li .isfp-accordian-link {
    color: #00bd1e;
    margin-left: -3rem;
}

.accordian-container .accordins__question.expanded .isfp-accordian-link {
    list-style: none;
}

.accordian-container .accordins .more-questions {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.8rem 2.4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1.6rem;
    background: #fff;
    color: #2c2c2c;
    text-align: center;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.18px;
    border: none;
}

.accordian-container .accordins .more-questions .green {
    color: #00c100;
    text-decoration: none;
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .accordian-container .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .accordian-container .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .accordian-container .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .accordian-container .accordins {
        width: 90%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .accordian-container .accordins {
        width: 90%;
        padding: 4rem 0;
    }

    .accordian-container .accordins__heading {
        font-size: 3.2rem;
        margin-bottom: 2rem;
        line-height: 120%;
    }
}

.inquireforfree-container {
    display: flex;
    justify-content: center;
}

.inquireforfree-container .inquireforfree {
    width: 90%;
    height: 45rem;
    max-width: 1600px;
    margin: auto;
    position: relative;
    padding: 6.4rem 5vw;
    border-radius: 3.2rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
    background-color: #fff;
}

.inquireforfree-container .inquireforfree .inquireforfree-image {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    height: 43rem;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 2rem;
}

.inquireforfree-container .inquireforfree .inquireforfree-image svg {
    height: 100%;
    margin-right: -5rem;
}

.inquireforfree-container .inquireforfree__content {
    color: #218e28;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4rem;
}

.inquireforfree-container .inquireforfree__sub-content {
    width: 70%;
    color: var(--brand-colors-text, #2c2c2c);
    font-family: Josefin Sans, sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 4rem;
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .inquireforfree-container .inquireforfree {
        height: 43rem;
        padding: 4rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 35rem;
        border-bottom-right-radius: 2rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image svg {
        margin-right: -10rem;
    }

    .inquireforfree-container .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .inquireforfree-container .inquireforfree__sub-content {
        width: 60%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .inquireforfree-container .inquireforfree {
        height: 43rem;
        padding: 4rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .inquireforfree-container .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .inquireforfree-container .inquireforfree__sub-content {
        width: 60%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .inquireforfree-container .inquireforfree {
        height: 60rem;
        padding: 4rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .inquireforfree-container .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .inquireforfree-container .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .inquireforfree-container .inquireforfree {
        height: 70rem;
        padding: 4rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .inquireforfree-container .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .inquireforfree-container .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .inquireforfree-container .inquireforfree {
        height: 72rem;
        padding: 4rem;
        margin-top: 4rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 26rem;
        border-bottom-right-radius: 2rem;
    }

    .inquireforfree-container .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .inquireforfree-container .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .inquireforfree-container .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

.testimonialsection-container {
    display: flex;
    justify-content: center;
}

.testimonialsection-container .testimonialsection {
    width: 90%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.6rem 0;
}

.testimonialsection-container .testimonialsection__headline {
    width: 80%;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    color: #2c2c2c;
}

.testimonialsection-container .testimonialsection__subline {
    font-family: Lato, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.1rem;
    text-align: center;
    color: #4b5563;
    margin-top: 2.4rem;
}

.testimonialsection-container .testimonialsection__groupcontainer {
    width: 100%;
    overflow-x: scroll;
}

.testimonialsection-container .testimonialsection__groupcontainer::-webkit-scrollbar {
    display: none;
}

.testimonialsection-container .testimonialsection__groupcontainer__group {
    display: flex;
    gap: 3rem;
    margin-top: 5rem;
}

.testimonialsection-container .testimonialsection__groupcontainer__group__testimonial {
    background-color: #fff;
    min-width: 40rem;
    padding: 4.2rem 4rem 6rem 4rem;
    border-radius: 3.2rem;
}

.testimonialsection-container .testimonialsection__groupcontainer__group__testimonial__header {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.testimonialsection-container .testimonialsection__groupcontainer__group__testimonial__header .testimonial-avatar {
    width: 6.8rem;
    height: 6.8rem;
}

.testimonialsection-container .testimonialsection__groupcontainer__group__testimonial__header .person-rating {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.testimonialsection-container .testimonialsection__groupcontainer__group__testimonial__header .person-rating .person {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}

.testimonialsection-container .testimonialsection__groupcontainer__group__testimonial__content {
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    margin-top: 3rem;
}

@media only screen and (min-width: 900px) and (max-width: 1060px) {
    .testimonialsection-container .testimonialsection__headline {
        width: 95%;
        font-size: 4.4rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .testimonialsection-container .testimonialsection__headline {
        width: 95%;
        font-size: 4.3rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .testimonialsection-container .testimonialsection__headline {
        width: 100%;
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .testimonialsection-container .testimonialsection__headline {
        width: 100%;
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .testimonialsection-container .testimonialsection {
        padding: 3.6rem 0;
    }

    .testimonialsection-container .testimonialsection__headline {
        width: 100%;
        font-size: 3.2rem;
        line-height: 120%;
    }
}

.checksection-container {
    display: flex;
    justify-content: center;
}

.checksection-container .checksection {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 1600px;
    gap: 8vw;
    padding: 8rem 0;
}

.checksection-container .checksection__info {
    width: 100%;
}

.checksection-container .checksection__info__content {
    width: 70%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem; /* 125% */
    margin-bottom: 2.5rem;
}

.checksection-container .checksection__info__sub-content {
    width: 70%;
    color: #495564;
    font-family: Lato, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153%; /* 30.6px */
    margin-bottom: 4.6rem;
}

.checksection-container .checksection__info .primary-btn {
    display: flex;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    border-radius: 5rem;
    background-color: #00c100;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.2rem; /* 122.222% */
    letter-spacing: -0.18px;
    border: none;
}

.checksection-container .checksection .side-image {
    position: relative;
}

.checksection-container .checksection .side-image .check-section-image {
    width: 45vw;
}

.checksection-container .checksection .side-image .home-fill {
    width: 8vw;
    position: absolute;
    top: 37%;
    right: 12.5vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .checksection-container .checksection {
        gap: 5vw;
        padding: 8rem 0;
    }

    .checksection-container .checksection__info {
        width: 100%;
    }

    .checksection-container .checksection__info__content {
        width: 90%;
        font-size: 4.8rem;
        margin-bottom: 2.5rem;
    }

    .checksection-container .checksection__info__sub-content {
        width: 80%;
        font-size: 2rem;
        margin-bottom: 4.6rem;
    }

    .checksection-container .checksection__info .primary-btn {
        padding: 13px 30px;
        gap: 2.4rem;
        border-radius: 5rem;
        font-size: 1.8rem;
    }

    .checksection-container .checksection .check-section-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .checksection-container .checksection {
        gap: 5vw;
        padding: 8rem 0;
    }

    .checksection-container .checksection__info {
        width: 100%;
    }

    .checksection-container .checksection__info__content {
        width: 90%;
        font-size: 4.8rem;
        margin-bottom: 2.5rem;
    }

    .checksection-container .checksection__info__sub-content {
        width: 80%;
        font-size: 2rem;
        margin-bottom: 4.6rem;
    }

    .checksection-container .checksection__info .primary-btn {
        padding: 13px 30px;
        gap: 2.4rem;
        border-radius: 5rem;
        font-size: 1.8rem;
    }

    .checksection-container .checksection .check-section-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .checksection-container .checksection {
        gap: 5vw;
        padding: 8rem 0;
    }

    .checksection-container .checksection__info {
        width: 100%;
    }

    .checksection-container .checksection__info__content {
        width: 90%;
        font-size: 4.8rem;
        margin-bottom: 2.5rem;
    }

    .checksection-container .checksection__info__sub-content {
        width: 80%;
        font-size: 2rem;
        margin-bottom: 4.6rem;
    }

    .checksection-container .checksection__info .primary-btn {
        padding: 13px 30px;
        gap: 2.4rem;
        border-radius: 5rem;
        font-size: 1.8rem;
    }

    .checksection-container .checksection .check-section-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .checksection-container .checksection {
        gap: 5vw;
        padding: 8rem 0;
        flex-direction: column;
    }

    .checksection-container .checksection__info {
        padding-left: 4vw;
        width: 100%;
    }

    .checksection-container .checksection__info__content {
        width: 90%;
        font-size: 4.8rem;
        margin-bottom: 2.5rem;
    }

    .checksection-container .checksection__info__sub-content {
        width: 80%;
        font-size: 2rem;
        margin-bottom: 4.6rem;
    }

    .checksection-container .checksection__info .primary-btn {
        padding: 13px 30px;
        gap: 2.4rem;
        border-radius: 5rem;
        font-size: 1.8rem;
    }

    .checksection-container .checksection .side-image {
        margin-right: auto;
        position: relative;
    }

    .checksection-container .checksection .side-image .check-section-image {
        width: 45vw;
    }

    .checksection-container .checksection .side-image .home-fill {
        width: 8vw;
        position: absolute;
        top: 37%;
        right: 12.5vw;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .checksection-container .checksection {
        gap: 5vw;
        padding: 8rem 0;
        flex-direction: column;
    }

    .checksection-container .checksection__info {
        padding-left: 4vw;
        width: 100%;
    }

    .checksection-container .checksection__info__content {
        width: 90%;
        font-size: 4.8rem;
        margin-bottom: 2.5rem;
    }

    .checksection-container .checksection__info__sub-content {
        width: 80%;
        font-size: 2rem;
        margin-bottom: 4.6rem;
    }

    .checksection-container .checksection__info .primary-btn {
        padding: 13px 30px;
        gap: 2.4rem;
        border-radius: 5rem;
        font-size: 1.8rem;
    }

    .checksection-container .checksection .side-image {
        margin-right: auto;
        position: relative;
    }

    .checksection-container .checksection .side-image .check-section-image {
        width: 45vw;
    }

    .checksection-container .checksection .side-image .home-fill {
        width: 8vw;
        position: absolute;
        top: 37%;
        right: 12.5vw;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .checksection-container .checksection {
        gap: 5vw;
        padding: 8rem 0;
        flex-direction: column;
    }

    .checksection-container .checksection__info {
        padding-left: 4vw;
        width: 100%;
    }

    .checksection-container .checksection__info__content {
        width: 90%;
        font-size: 4.8rem;
        margin-bottom: 2.5rem;
    }

    .checksection-container .checksection__info__sub-content {
        width: 80%;
        font-size: 2rem;
        margin-bottom: 4.6rem;
    }

    .checksection-container .checksection__info .primary-btn {
        padding: 13px 30px;
        gap: 2.4rem;
        border-radius: 5rem;
        font-size: 1.8rem;
    }

    .checksection-container .checksection .side-image {
        margin-right: auto;
        position: relative;
    }

    .checksection-container .checksection .side-image .check-section-image {
        width: 45vw;
    }

    .checksection-container .checksection .side-image .home-fill {
        width: 8vw;
        position: absolute;
        top: 37%;
        right: 12.5vw;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .checksection-container .checksection {
        gap: 5vw;
        padding: 8rem 0;
        flex-direction: column;
    }

    .checksection-container .checksection__info {
        padding-left: 4vw;
        width: 100%;
    }

    .checksection-container .checksection__info__content {
        width: 90%;
        font-size: 4rem;
        margin-bottom: 2.5rem;
    }

    .checksection-container .checksection__info__sub-content {
        width: 80%;
        font-size: 1.6rem;
        margin-bottom: 4.6rem;
    }

    .checksection-container .checksection__info .primary-btn {
        padding: 13px 30px;
        gap: 2rem;
        border-radius: 5rem;
        font-size: 1.8rem;
    }

    .checksection-container .checksection .side-image {
        margin-right: auto;
        position: relative;
    }

    .checksection-container .checksection .side-image .check-section-image {
        width: 45vw;
    }

    .checksection-container .checksection .side-image .home-fill {
        width: 8vw;
        position: absolute;
        top: 37%;
        right: 12.5vw;
    }
}

.funding-section-container {
    display: flex;
    justify-content: center;
}

.funding-section-container .fundingsection {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1600px;
    padding: 10rem 11rem;
    background: #2c2c2c;
    border-radius: 3rem;
    margin: auto;
}

.funding-section-container .fundingsection__head {
    display: flex;
    justify-content: center;
    margin-bottom: 8.5rem;
}

.funding-section-container .fundingsection__head__heading {
    text-align: center;
    width: 60%;
    color: #F2F0E4;
    font-family: Josefin Sans, sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.funding-section-container .fundingsection__head__sub-heading {
    text-align: center;
    width: 80%;
    color: #F2F0E4;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 2.4rem;
    margin-bottom: 6.4rem;
}

.funding-section-container .fundingsection .isfp-funding-head {
    flex-direction: column;
    width: 65%;
    align-items: center;
    margin: auto;
}

.funding-section-container .fundingsection__body {
    display: flex;
    flex-direction: column;
    position: relative;
}

.funding-section-container .fundingsection__body .visual-representation {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.funding-section-container .fundingsection__body .visual-representation .visual-image {
    width: 7.6rem;
    height: 7.6rem;
}

.funding-section-container .fundingsection__body .visual-representation .connector {
    list-style: none;
}

.funding-section-container .fundingsection__body .visual-representation .connector .dash {
    height: 1.5rem;
    margin-bottom: 0.5rem;
    width: 0.2rem;
    background-color: #F2F0E4;
}

.funding-section-container .fundingsection__body__step__number {
    display: flex;
    width: 5rem;
    padding: 0.6rem 2.6rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 3rem;
    background: #00c100;
    color: #F2F0E4;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1.1rem;
}

.funding-section-container .fundingsection__body__step__heading {
    width: 40rem;
    color: #F2F0E4;
    font-family: Josefin Sans, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-bottom: 1.1rem;
}

.funding-section-container .fundingsection__body__step__sub-heading {
    width: 40rem;
    color: #F2F0E4;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.funding-section-container .fundingsection__body__step__sub-heading ul li {
    width: 40rem;
    margin-left: 2rem;
    color: #F2F0E4;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.funding-section-container .fundingsection__body__step__message {
    display: flex;
    gap: 1rem;
    background-color: #476C4D;
    padding: 1rem;
    width: 40rem;
    align-items: flex-start;
    border-radius: 1rem;
    margin-top: 2rem;
}

.funding-section-container .fundingsection__body__step__message .bulb-fill {
    width: 2.7rem;
    height: 2.7rem;
}

.funding-section-container .fundingsection__body__step__message__content {
    color: #F2F0E4;
    font-family: Lato, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: left;
}

.funding-section-container .fundingsection__body .isfp-page-step-3 {
    margin-top: 2.6rem;
}

.funding-section-container .fundingsection__body__step:nth-child(even) {
    margin-left: auto;
}

.funding-section-container .fundingsection .primary-btn {
    margin: auto;
    margin-top: 7rem;
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        margin-bottom: 8.5rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 80%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: 40rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 40rem;
        font-size: 1.6rem;
    }

    .funding-section-container .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .funding-section-container .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        margin-bottom: 8.5rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 90%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: 40rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 40rem;
        font-size: 1.6rem;
    }

    .funding-section-container .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .funding-section-container .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 120%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: 30rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 30rem;
        font-size: 1.6rem;
    }

    .funding-section-container .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .funding-section-container .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 10rem 8rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 120%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: 30rem;
        font-size: 2rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 30rem;
        font-size: 1.6rem;
    }

    .funding-section-container .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .funding-section-container .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 10rem 3rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body .visual-representation .visual-image {
        width: 7rem;
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: 28rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 28rem;
        font-size: 1.4rem;
    }

    .funding-section-container .fundingsection__body__step:nth-child(2) {
        margin-left: auto;
    }

    .funding-section-container .fundingsection__body__step:nth-child(4) {
        margin-left: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 10rem 3rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        font-size: 18px;
    }

    .funding-section-container .fundingsection__body {
        gap: 3rem;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 10%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body .visual-representation .visual-image {
        width: 7rem;
    }

    .funding-section-container .fundingsection__body__step {
        margin-left: auto;
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: 35rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 35rem;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 10rem 3rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        width: 100%;
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        width: 100%;
        font-size: 1.8rem;
    }

    .funding-section-container .fundingsection__body {
        gap: 3rem;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 10%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body .visual-representation .visual-image {
        width: 7rem;
    }

    .funding-section-container .fundingsection__body__step {
        margin-left: auto;
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: 35rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 35rem;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .funding-section-container .fundingsection {
        width: 90%;
        padding: 3rem 2rem;
        border-radius: 30px;
    }

    .funding-section-container .fundingsection__head {
        flex-direction: column;
        margin-bottom: 8.5rem;
        gap: 2rem;
    }

    .funding-section-container .fundingsection__head__heading {
        width: 100%;
        font-size: 3.2rem;
    }

    .funding-section-container .fundingsection__head__sub-heading {
        width: 100%;
        font-size: 1.8rem;
    }

    .funding-section-container .fundingsection__body {
        gap: 3rem;
    }

    .funding-section-container .fundingsection__body .visual-representation {
        left: 10%;
        transform: translate(-50%, 0);
    }

    .funding-section-container .fundingsection__body .visual-representation .connector .dash {
        height: 2.5rem;
        margin-bottom: 0.8rem;
        width: 0.2rem;
        background-color: #F2F0E4;
    }

    .funding-section-container .fundingsection__body__step__number {
        width: 5rem;
        padding: 0.6rem 2.6rem;
        border-radius: 3rem;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__heading {
        width: auto;
        font-size: 1.8rem;
        margin-bottom: 1.1rem;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        font-size: 1.4rem;
    }

    .funding-section-container .fundingsection .isfp-funding-head {
        width: 90%;
    }

    .funding-section-container .fundingsection__body__step:nth-child(even) {
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    .funding-section-container .fundingsection__body .visual-representation {
        display: none;
    }

    .funding-section-container .fundingsection__body__step__sub-heading {
        width: 100%;
    }

    .funding-section-container .fundingsection__body__step__message {
        width: auto;
    }
}

.blog-card {
    background: white;
    padding: 4rem;
    margin-bottom: 3rem;
    border-radius: 3rem;
}

.knowmore-container .info {
    margin-left: auto;
    width: 70%;
}

.knowmore-container .info h3 {
    margin-bottom: 2rem;
}

.knowmore-container .info p {
    margin-bottom: 2rem;
}

.knowmore-container .info h4,
.knowmore-container .info h5 {
    margin-bottom: 2rem;
}

.knowmore-container .info ul,
.knowmore-container .info ol {
    color: #495564;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.knowmore-container .info ul li,
.knowmore-container .info ol li {
    margin: 1rem 0;
    margin-left: 2rem;
}

.knowmore-container .info ul li .bold,
.knowmore-container .info ol li .bold {
    color: #2c2c2c !important;
}

.knowmore-container .info .checklist li {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    margin-left: 0;
}

.knowmore-container .info .checklist li .rounded-tick {
    margin-right: 1rem;
}

.knowmore-container .info .banner-transparent {
    margin: 4rem 0;
}

.knowmore-container .info .banner-transparent h5 {
    line-height: 140%;
}

.knowmore-container .info .highlight {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background-color: #eaf9ec;
    border-radius: 2rem;
}

.knowmore-container .info .highlight div {
    margin-top: 4px;
}

.knowmore-container .info .highlight h6 {
    margin-bottom: 6px;
}

.knowmore-container .info .highlight p {
    margin-bottom: 0;
}

.knowmore-container .info .image-card {
    width: 100%;
    background: url("../assets/images/blog-advice-background.png");
    background-size: cover;
    border-radius: 2rem;
    position: relative;
}

.knowmore-container .info .image-card .image-card-content {
    background: linear-gradient(96.89deg, #005a1d 24.58%, rgba(16, 16, 16, 0.59) 100%);
    padding: 2.9rem 3.2rem;
    border-radius: 2rem;
}

.knowmore-container .info .image-card .image-card-content .color-yellow {
    color: #fed07b;
}

.knowmore-container .info .image-card .image-card-content .color-white {
    color: #fff;
}

.knowmore-container .info .table-container {
    border: 1px solid #9ca3af;
    border-radius: 2rem;
    margin-bottom: 4rem;
    overflow: scroll;
}

.knowmore-container .info .table-container .table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #9ca3af;
    border-radius: 2rem;
    overflow: hidden;
}

.knowmore-container .info .table-container .table td,
.knowmore-container .info .table-container .table th {
    padding: 1.3rem 1.7rem;
    border: 1px solid #9ca3af;
}

.knowmore-container .info .table-container .table th:nth-child(2) {
    width: 17.5rem;
}

.knowmore-container .info .table-container .table th:nth-child(3) {
    width: 8.1rem;
}

.knowmore-container .info .table-container .table th:nth-child(4) {
    width: 21rem;
}

.knowmore-container .info .table-container .table th {
    background-color: #f8f8f8;
    padding: 1.3rem;
    color: #00c500;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.16px;
}

.knowmore-container .info .table-container .table td {
    vertical-align: top;
    background-color: #fcf6ea;
    padding: 1.3rem;
    color: #4b5563;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.16px;
}

.knowmore-container .info .table-container .table td:nth-child(3) {
    vertical-align: middle;
}

.knowmore-container .info .table-container .table .bold {
    color: #2c2c2c;
    font-weight: 700;
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .blog-card > .long-name {
        font-size: 2.6rem;
    }
}

.body-container {
    display: flex;
    background-color: #fff;
}

.body-container .col {
    flex-basis: 50%;
    padding: 5vw;
}

.body-container .container {
    width: 100%;
    display: flex;
    padding-top: 16rem;
    justify-content: center;
    position: relative;
}

.body-container .container .company-logo {
    width: 17rem;
    position: absolute;
    top: 5rem;
    left: 5vw;
}

.body-container .container .content__main-heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem; /* 125% */
}

.body-container .container .content__main-content {
    color: #495564;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 5rem;
}

.body-container .container .content__data {
    display: block;
}

.body-container .container .content__data__sub-heading {
    color: var(--brand-colors-text, #2c2c2c);
    font-family: Josefin Sans, sans-serif;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
}

.body-container .container .content__data__sub-content {
    color: #495564;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 3rem;
}

.body-container .container .content__data__optiongroup {
    display: flex;
    gap: 3rem;
}

.body-container .container .content__data__optiongroup__option {
    display: flex;
    flex-direction: column;
    width: 20.5rem;
    padding: 1.6rem;
    align-items: end;
    border-radius: 1rem;
    border: 1px solid #98a3b1;
}

.body-container .container .content__data__optiongroup__option input[type=radio] {
    display: none;
}

.body-container .container .content__data__optiongroup__option .circle {
    min-width: 1rem;
    min-height: 1rem;
    border: 1px solid #98a3b1;
    border-radius: 2rem;
}

.body-container .container .content__data__optiongroup__option label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-container .container .content__data__optiongroup__option label .heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2.2rem;
}

.body-container .container .content__data__optiongroup__option label .residential-image {
    margin-top: 1rem;
    height: 60%;
}

.body-container .container .content__data__optiongroup__option label .commercial-image {
    margin-top: -1rem;
    height: 60%;
}

.body-container .container .content__data__optiongroup .active {
    border: 1px solid #00c100;
    box-shadow: 0px 4px 24px 0px #b8edc7;
}

.body-container .container .content__data__optiongroup .active .circle {
    border: 1px solid #00c100;
    padding: 3px;
    background-color: #00c100;
}

.body-container .container .content__data__optiongroup .active label .heading {
    color: #00c100;
}

.body-container .container .content__dataform {
    display: flex;
    flex-direction: column;
}

.body-container .container .content__dataform #errorMessage {
    color: #a50918;
    background-color: rgba(151, 33, 33, 0.1);
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
    width: 100%;
    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
    border-radius: 3rem;
    border: 1px solid #a50918;
    margin-bottom: 3rem;
}

.body-container .container .content__dataform label {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.16px;
    margin-bottom: 1rem;
}

.body-container .container .content__dataform input::placeholder {
    color: #9aa3b0;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}

.body-container .container .content__dataform .full-name {
    display: flex;
    gap: 2rem;
    width: 100%;
    margin-bottom: 3rem;
}

.body-container .container .content__dataform .full-name .first-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.body-container .container .content__dataform .full-name .first-name #first-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.body-container .container .content__dataform .full-name .last-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.body-container .container .content__dataform .full-name .last-name #last-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.body-container .container .content__dataform .email {
    display: flex;
    flex-direction: column;
}

.body-container .container .content__dataform .email #email {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
}

.body-container .container .content__dataform .referral-code {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}

.body-container .container .content__dataform .referral-code #referral-code {
    width: 48%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.body-container .container .content__dataform .referral-code #referral-code::placeholder {
    text-transform: capitalize;
}

.body-container .container .content__dataform .phnno-postal-code {
    display: flex;
    gap: 2rem;
    width: 100%;
}

.body-container .container .content__dataform .phnno-postal-code .phnno {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.body-container .container .content__dataform .phnno-postal-code .phnno #phnno {
    width: 100%;
    height: 4.4rem;
    padding: 1rem 2rem;
    padding-left: 10rem;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.body-container .container .content__dataform .phnno-postal-code .phnno #country {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 43%;
    padding-left: 1rem;
    width: 6rem;
    height: 4.4rem;
    border-bottom-left-radius: 2rem;
    border-top-left-radius: 2rem;
    cursor: pointer;
    font-size: 1.6rem;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("../assets/icons/chevron-down.png");
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #2c2c2c;
    -webkit-text-fill-color: #2c2c2c;
}

.body-container .container .content__dataform .phnno-postal-code .postal-code {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.body-container .container .content__dataform .phnno-postal-code .postal-code #postal-code {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.body-container .container .content__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
}

.body-container .container .content__pagination__page {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
}

.body-container .container .content__pagination .enquire-now-page-btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #00c100;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.16px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.body-container .container .content__pagination #enquirenow-submit {
    display: none;
}

.body-container .container .enquirenow-hint {
    width: 110%;
    font-size: 1.4rem;
}

.body-container .container .content form p a {
    color: #00c100;
}

.body-container .container .thankyoupagecontent {
    display: block;
    width: 100%;
}

.body-container .container .thankyoupagecontent__heading {
    width: 70%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
    margin-bottom: 3rem;
}

.body-container .container .thankyoupagecontent__content {
    width: 70%;
    color: #495564;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 5.4rem;
}

.body-container .container .thankyoupagecontent__buttons {
    display: flex;
    gap: 3rem;
}

.body-container .container .thankyoupagecontent__buttons .primary-btn {
    display: flex;
    gap: 1.6rem;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #00c100;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.16px;
    text-decoration: none;
}

.body-container .container .thankyoupagecontent__buttons .secondary-btn {
    display: flex;
    gap: 1.6rem;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #003918;
    color: #fff;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.16px;
    text-decoration: none;
}

.body-container .col-img {
    width: 100%;
    height: 100vh;
    position: relative;
}

.body-container .col-img .EnquireNowPageMainImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3rem;
}

.body-container .col-img .ikosia-logo {
    width: 20%;
    position: absolute;
    right: 9rem;
    top: 10rem;
}

@media only screen and (min-width: 430px) and (max-width: 900px) {
    .body-container {
        flex-direction: column;
    }

    .body-container .container .company-logo {
        display: block;
    }

    .col-img {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .body-container {
        flex-direction: column;
    }

    .body-container .container .company-logo {
        display: block;
    }

    .body-container .container .content__dataform .phnno-postal-code {
        flex-direction: column;
    }

    .body-container .col-img {
        display: none;
    }

    .body-container .container .content {
        width: 95%;
        margin: 2rem auto;
        max-width: initial;
    }

    .body-container .container .content__main-heading {
        font-size: 4rem;
    }

    .body-container .container .content__data__optiongroup {
        flex-direction: column;
        flex-basis: 100%;
    }

    .body-container .container .content__data__optiongroup__option {
        width: 100%;
    }

    .body-container.container.thankyoupagecontent {
        padding-top: 0;
        padding-left: 0;
    }
}

/*# sourceMappingURL=Jetztanfragen.css.map */
