body {
    margin: 0vw;
    overflow-x: hidden;
}

* {
    font-family: "Inter Tight";
}

a {
    text-decoration: none;
}

.sticky-top {
    position: sticky;
    top: 0;
    left: 0;
    border-bottom: 1px solid black;
    z-index: 100;
}


/* section 1 */

.section-1 p,
.section-1 h1 {
    margin: 0;
}

.section-1 .wrapper {
    display: flex;
    height: fit-content;
    gap: 12.7vw;
    padding: 7.2vw 9.3vw 7.8vw 7vw;
    justify-content: space-between;
}

.section-1 .wrapper > div {
    width: 100%;
}

.section-1 .wrapper .heading h1 {
    color: #2E2B26;
    letter-spacing: -0.8px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 2.778vw;
}

.section-1 .wrapper .description {
    display: flex;
    flex-direction: column;
    gap: 1.7vw;
}

.section-1 .wrapper .description p {
    font-size: 1.25vw;
    color: #2E2B26;
    font-weight: 400;
    line-height: 1.44;
}

/* section 2 */
.section-2 .wrapper * {
    margin: 0vw;
}

.section-2 {
    margin: 5vw 30.7vw;
}

.section-2 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.7vw;
}

.section-2 .wrapper .tagline {
    color: #8298AB;
    font-size: 0.903vw;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-2 .wrapper .heading {
    color: #304659;
    text-align: center;
    font-size: 2.431vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.14
}

.section-2 .wrapper .description {
    color: #3B5266;
    text-align: center;
    font-size: 1.181vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.47
}

/* section 3 */

.section-3 {
    margin-bottom: 3vw;
}

.section-3 .wrapper {
    margin-block: 6.944vw;
    margin-inline: 6.25vw;
}

.section-3 .wrapper .heading {
    margin-bottom: 4.722vw;
}

.section-3 .wrapper .heading {
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.2 letter-spacing: -0.8px;
}

.section-3 .wrapper .content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 4.444vw;
}

.section-3 .content-grid .grid-individual * {
    margin: 0vw;
}

.section-3 .content-grid .grid-individual {
    width: 28.681vw;
    height: 11.667vw;
}

.section-3 .content-grid .grid-individual img {
    width: 4.167vw;
    height: 4.167vw;
    margin-bottom: 1.389vw;
}

.section-3 .content-grid .grid-individual .grid-title {
    margin-bottom: 0.556vw;
    font-size: 1.389vw;
    font-weight: 700;
    line-height: 1.4 letter-spacing: -0.28px;
}

.section-3 .content-grid .grid-individual .grid-description {
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.5
}


.section-4 * {
    margin: 0;
}

.section-4 .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8.5vw;
    padding: 7vw 5.8vw 14vw;
    box-sizing: border-box;
}

.section-4 .title-section > * {
    width: 100%;
}

.section-4 .title-section {
    display: flex;
    gap: 12.7vw;
}

.section-4 .title-section h2 {
    width: 31.944vw;
    color: #2E2B26;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.section-4 .title-section p {
    color: #2E2B26;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.44;
}

.section-4 .data-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.111vw;
}

.section-4 .data {
    border-top: solid;
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
    padding-top: 1.25vw;
}

.section-4 .data-section h2 {
    color: #2E2B26;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.section-4 .data-section p {
    color: #848484;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.5;
}

/* section 5 */

.section-5 .top-nav {
    display: flex;
    justify-content: space-between;
    height: 8.125vw;
    padding-inline: 5.833vw;
    align-items: center;
}

.section-5 .right {
    display: flex;
    align-items: center;
    column-gap: 2.292vw;
}

.section-5 .right select,
.section-5 .right a {
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1;
}

.section-5 .right select {
    outline: none;
    border: 0vw;
    background-color: unset;
}

.section-5 .get-started-button,
.section-5 .login-button {
    padding-inline: 1.667vw;
    padding-block: 1.667vw;
    border-radius: 2.083vw;
}

.section-5 .login-button {
    border: 0.069vw solid #D2D2D2;
}

.section-5 .get-started-button {
    background-color: black;
    color: white !important;
}

.section-5 .wrapper {
    position: relative;
    height: 54.514vw;
    background-color: #A8A8A8;
}

.section-5 .wrapper img {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 23.507vw;
    height: 7.5vw;
}

.section-5 .content-wrapper {
    margin-top: 16.215vw;
    margin-left: 5.833vw;
    position: absolute;
}

.section-5 .content-wrapper h2 {
    width: 39.861vw;
    margin-bottom: 1.111vw;
    margin-top: 0vw;
    color: white;
    font-size: 3.889vw;
    font-weight: 700;
    line-height: 1.17;
}

.section-5 .content-wrapper p {
    width: 39.861vw;
    color: white;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.66;
}

.section-5 .buttons-wrapper {
    display: flex;
    gap: 1.597vw;
}

.section-5 .buttons-wrapper a {
    margin-top: 3.056vw;
    padding-inline: 2.5vw;
    padding-block: 1.667vw;
    border-radius: 2.538vw;
    border: 0.069vw solid white;
    color: white;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1;
}

.section-5 .buttons-wrapper a:first-child {
    background-color: white;
    color: #5D5A88;
}

/* section 6 */

.section-6 .top-nav {
    display: flex;
    justify-content: space-between;
    height: 5.556vw;
    padding-inline: 5.833vw;
    align-items: center;
    border-bottom: solid #D6D6D6;
}

.section-6 .top-nav .left h2 {
    color: #2E2B26;
    font-size: 1.389vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.28px;
}

.section-6 .top-nav .right {
    display: flex;
    align-items: center;
    column-gap: 2.292vw;
}

.section-6 .top-nav .right a {
    color: #2E2B26;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.5;
}

.section-6 .wrapper {
    display: flex;
    justify-content: space-evenly;
    padding-top: 10.069vw;
    height: 27.847vw;
}

.section-6 .title h1 {
    margin-top: 0vw;
    color: #2E2B26;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.44px;
}

.section-6 .title {
    width: 45.833vw;
}

.section-6 .description p {
    color: #2E2B26;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.667vw;
}

.section-6 .description {
    width: 25vw;
}

.section-6 .description a {
    display: inline-block;
    color: #2E2B26;
    font-size: 0.972vw;
    font-weight: 400;
    line-height: 1.42;
    padding-inline: 3.472vw;
    padding-block: 0.694vw;
    border: solid #D6D6D6;
}

/* section 7 */

.section-7 {
    position: relative;
    height: 58.056vw;
}

.section-7 .bg {
    position: absolute;
    width: 100vw;
    height: 58.056vw;
    top: 0;
    right: 0;
    z-index: -100;
}

.section-7 .bg * {
    width: 100vw;
}

.section-7 .top-nav {
    padding-block: 2.778vw;
    display: flex;
    gap: 2.222vw;
    justify-content: center;
}

.section-7 .top-nav a {
    color: #2E2B26;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.5;
}

.section-7 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-7 .wrapper .story-teller {
    margin-top: 10.972vw;
    margin-bottom: 0vw;
    color: #2E2B26;
    font-size: 1.389vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.28px;
}

.section-7 .wrapper .title {
    margin-top: 1.25vw;
    margin-bottom: 3.333vw;
    color: #2E2B26;
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: -1.08px;
}

.section-7 .search-section {
    display: flex;
    align-items: center;
    gap: 1.111vw;
    height: 3.333vw;
}

.section-7 .search-section input {
    height: 100%;
    width: 26.806vw;
}

.section-7 .search-section a {
    display: flex;
    align-items: center;
    padding-inline: 4.167vw;
    height: 100%;
    border: 1px solid #C3C2C1;
    background: #F0F0F0;
}

/* section 8 */

.section-8 .top-nav {
    display: flex;
    justify-content: space-between;
    height: 8.125vw;
    padding-inline: 5.833vw;
    align-items: center;
}

.section-8 .right {
    display: flex;
    align-items: center;
    column-gap: 2.292vw;
}

.section-8 .right select,
.section-8 .right a {
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1;
}

.section-8 .right select {
    outline: none;
    border: 0vw;
    background-color: unset;
}

.section-8 .get-started-button,
.section-8 .login-button {
    padding-inline: 1.667vw;
    padding-block: 1.667vw;
    border-radius: 2.083vw;
}

.section-8 .login-button {
    border: 0.069vw solid #D2D2D2;
}

.section-8 .get-started-button {
    background-color: black;
    color: white !important;
}

.section-8 .wrapper {
    height: 54.514vw;
    display: flex;
}

.section-8 .wrapper .image-wrapper {
    background-color: #A8A8A8;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-8 .wrapper img {
    height: 7.5vw;
    align-self: center;
}

.section-8 .content-wrapper {
    padding-top: 16.215vw;
    padding-left: 5.833vw;
    width: 100%;
}

.section-8 .content-wrapper h2 {
    width: 39.861vw;
    margin-bottom: 1.111vw;
    margin-top: 0vw;
    color: black;
    font-size: 3.889vw;
    font-weight: 700;
    line-height: 1.17;
}

.section-8 .content-wrapper p {
    width: 39.861vw;
    color: #A8A8A8;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.66;
}

.section-8 .buttons-wrapper {
    display: flex;
    gap: 1.597vw;
}

.section-8 .buttons-wrapper a {
    margin-top: 3.056vw;
    padding-inline: 2.5vw;
    padding-block: 1.667vw;
    border-radius: 2.538vw;
    border: solid #D6D6D6;
    color: black;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1;
}

.section-8 .buttons-wrapper a:first-child {
    background-color: black;
    color: white;
}

.testimonial-1-section {
    padding-inline: 18vw;
    padding-block: 8.056vw;
}

.testimonial-1-section h2 {
    margin: 0;
}

.testimonial-1-section .description {
    margin-bottom: 1.389vw;
}

.testimonial-1-section .wrapper {
    padding-inline: 4.167vw;
}

.testimonial-1-section .testimonial-wrapper {
    color: #2E2B26;
    font-family: "Inter Tight";
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    width: unset !important;
}

.testimonial-1-section .name {
    color: #2E2B26;
    font-family: "Inter Tight";
    font-size: 1.389vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.28px;
}

.professional-status {
    color: #848484;
    font-family: "Inter Tight";
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.44;
    margin-bottom: 0.5vw;
}

.profile-wrapper {
    display: flex;
    align-items: flex-end;
    margin-block: 0.7vw;
}

.name-wrapper p {
    margin: 0;
}

.profile-wrapper img {
    width: 4.444vw;
    height: 4.444vw;
    margin-right: 1.736vw;
}

.slick-prev,
.slick-next {
    margin-inline: -7vw;
}

.slick-next {
    right: -7px !important;
}

.arrow-right {
    transform: rotate(180deg);
}

.testimonial-2-section {
    padding-block: 6.944vw;
    padding-inline: 5.556vw;
}

.testimonial-2-section .testimonial-wrapper {
    width: 28.681vw !important;
    border: 0.1vw solid #D6D6D6;
    padding: 2.083vw;
    box-sizing: border-box;
}

.testimonial-2-section .profile-wrapper {
    margin: 0;
    flex-direction: column;
    width: fit-content;
}

.testimonial-2-section .profile-wrapper img {
    align-self: flex-start;
    margin-bottom: 1.736vw;
}


.testimonial-2-section .testimonial p {
    margin-bottom: 0;
    margin-top: 1.736vw;
}

.about-1-testimonial {
    padding: 8.542vw 0 10.625vw 5.833vw;
}

.about-1-testimonial .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.083vw;
    overflow: hidden;
}

.about-1-testimonial h2 {
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.069vw;
    color: #2E2B26;
    margin: 0;
}

.about-1-testimonial .about-1-testimonial-slider {
    position: relative;
    width: 90%;
}

.about-1-testimonial .testimonial-box {
    background: #F3F3F3;
    border-radius: 1.389vw;
    padding: 1.667vw 14.153vw 2.083vw 1.806vw;
    height: 20.694vw;
}

.about-1-testimonial .testimonial-header {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.about-1-testimonial .testimonial-text {
    margin: 0;
    color: #2E2B26;
    font-size: 1.667vw;
    font-weight: 700;
    line-height: 2.083vw;
    letter-spacing: -0.035vw;
}

.about-1-testimonial .testimonial-footer {
    display: flex;
    align-items: flex-end;
    margin: 0;
    position: absolute;
    bottom: 1.806vw;
}

.about-1-testimonial .testimonial-icon {
    width: 3.681vw;
    height: 3.681vw;
    margin-right: 0.903vw;
}

.about-1-testimonial .testimonial-info {
    flex-grow: 1;
}

.about-1-testimonial .testimonial-name {
    font-size: 1.667vw;
    font-weight: 700;
    color: #2E2B26;
    margin: 0 0 0.347vw 0;
    line-height: 2.083vw;
    letter-spacing: -0.035vw;
}

.about-1-testimonial .testimonial-position {
    color: #2E2B26;
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.528vw;
    margin: 0;
}

.about-1-testimonial .slider-navigation {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 0.764vw;
}

.about-1-testimonial .nav-button {
    width: 2.778vw;
    height: 2.778vw;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.about-1-testimonial .progress-indicator {
    flex-grow: 1;
    height: 0.069vw;
    width: 79.236vw;
    background: #BFBFBF;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.about-1-testimonial .progress-bar {
    position: absolute;
    height: 0.208vw;
    background-color: #2E2B26;
    transition: transform 0.3s ease;
}

/* Splide Customizations */
.about-1-testimonial .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    gap: 1.319vw;
}

.about-1-testimonial .splide__slide {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    box-sizing: border-box;
}

.about-1-testimonial .splide__slide.is-active {
    opacity: 1;
}

.about-1-testimonial .splide__track {
    overflow: visible !important;
}

.services .title {
    margin: 0;
    color: #111113;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.27;
}

.services .grid>.title {
    font-size: 1.944vw;
    margin-top: 1.736vw;
}

.services .description {
    color: #6F6F77;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
}

.services .wrapper>.description {
    width: 42.708vw;
}

.services .grid>.description {
    margin: 0;
    margin-top: 0.556vw;
}

.services .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 5.833vw;
    padding-block: 10.417vw;
}

.services .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.042vw;
    row-gap: 2.083vw;
    margin-top: 3.472vw;
}

.services .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.1vw solid #D4D2E3;
    border-radius: 1.736vw;
    padding: 2.778vw;
}

.services .grid .image-wrapper {
    background: #E2E2E4;
    padding: 1.389vw;
    border-radius: 1.389vw;
}

.services .grid .image-wrapper img {
    width: 2.431vw;
}

.services-2-section .grid {
    padding-block: 4.167vw;
}

.services-2-section .grid img {
    width: 5.903vw !important;
}

.services-2-section .grid a {
    margin-top: 3.472vw;
    padding-block: 1.736vw;
    width: 23.958vw;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2.778vw;
    border: 0.1vw solid #5D5A88;
}

.services-2-section .grid .image-wrapper {
    padding: 3.472vw;
    border-radius: 100%;
}

.services-3-section .wrapper {
    padding-inline: 6vw;
}

.services-3-section .services-3-slider {
    width: 100%;
    margin-top: 3vw;
}

.services-3-section .grid {
    border-radius: 0.694vw;
    padding: 0;
    overflow: hidden;
    margin: 0.625vw;
}

.services-3-section .grid .image-wrapper img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 6.389vw;
}

.services-3-section .grid .image-wrapper {
    border-radius: unset;
    width: 100%;
    height: 17.708vw;
    position: relative;
}

.services-3-section .grid .title {
    font-size: 1.389vw;
    align-self: flex-start;
    margin-block: 2.431vw;
    margin-left: 1.736vw;
}

.services-3-section .slick-prev,
.services-3-section .slick-next {
    margin-inline: -2vw;
}

.services_1-section {
    padding: 4.375vw 1.389vw 1.389vw 1.389vw;
    background-color: #fff;
}

.services_1-section .wrapper {
    margin: 0;
    padding: 0;
    gap: 5.764vw;
}

.services_1-section .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.694vw;
}

.services_1-section .service-button {
    display: block;
    background: none;
    border: none;
    color: #595F62;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    font-size: 1.111vw;
    line-height: 1.389vw;
}

.services_1-section .title {
    color: #2E2B26;
    text-align: center;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.069vw;
    width: 42.639vw;
}

.services_1-section .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.389vw;
}

.services_1-section .grid-item {
    border-radius: 1.389vw;
    display: flex;
    flex-direction: column;
    background: #D9D9D9;
    gap: 11.944vw;
    padding: 2.361vw 25.556vw 3.194vw 2.639vw;
}

.services_1-section .grid-content {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
}

.services_1-section .grid-item h1 {
    margin: 0;
    color: #2E2B26;
    font-size: 4.861vw;
    font-weight: 700;
    line-height: 5.208vw;
    letter-spacing: -0.139vw;
    width: 17.847vw;
}

.services_1-section .grid-item p {
    margin: 0;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.528vw;
    width: 19.792vw;
}

.services_1-section .explore-button {
    align-self: flex-start;
    padding: 1.389vw 2.708vw;
    cursor: pointer;
    margin: 0;
    border-radius: 1.042vw;
    background: #2E2B26;
    color: #FFF;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.services_2-section {
    padding: 5.208vw 5.833vw 9.792vw;
}

.services_2-section .wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.472vw;
}

.services_2-section .title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.972vw;
}

.services_2-section .service-button {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #595F62;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.111vw;
    line-height: 1.389vw;
}

.services_2-section .title {
    margin: 0;
    color: #2E2B26;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.069vw;
    width: 42.639vw;
}

.services_2-section .content-rows {
    display: flex;
    flex-direction: column;
    gap: 1.528vw;
}

.services_2-section .row {
    display: flex;
    flex-direction: row;
    border-radius: 1.389vw;
    background: #D9D9D9;
    gap: 2.708vw;
    padding: 1.528vw 22.361vw 1.458vw 1.458vw;
}

.services_2-section .image-box {
    flex: 50%;
    margin: 0;
    border-radius: 0.694vw;
    background: #FFF;
}

.services_2-section .content-box {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10.972vw;
    width: 21.25vw;
}

.services_2-section .content-box h1 {
    margin: 0;
    color: #2E2B26;
    font-size: 4.861vw;
    font-weight: 700;
    line-height: 5.208vw;
    letter-spacing: -0.139vw;
    width: 21.25vw;
}

.services_2-section .content-box p {
    margin: 0;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.528vw;
    width: 21.25vw;
}

.services_2-section .content-text {
    display: flex;
    flex-direction: column;
    gap: 0.833vw;
}

.services_2-section .explore-button {
    align-self: flex-start;
    padding: 1.389vw 2.708vw;
    cursor: pointer;
    margin: 0;
    border-radius: 1.042vw;
    background: #2E2B26;
    color: #FFF;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.services_3-section {
    margin: 0;
    padding: 4.375vw 0 4.375vw 5.833vw;
}

.services_3-section .wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.056vw;
    overflow: hidden;
}

.services_3-section .title-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.389vw;
}

.services_3-section .service-button {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #595F62;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.111vw;
    line-height: 1.389vw;
}

.services_3-section .title {
    margin: 0;
    color: #2E2B26;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.069vw;
    max-width: 42.639vw;
}

.services_3-section .services_3-carousel {
    margin: 0;
}

.services_3-section h2 {
    margin: 0;
    color: #2E2B26;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.069vw;
}

.services_3-section .grid-wrapper {
    display: flex;
    gap: 1.111vw;
}

.services_3-section .grid-item {
    display: flex;
    flex-direction: column;
    gap: 1.389vw;
    flex: 0 0 28.681vw;
}

.services_3-section .grid {
    width: 100%;
    height: 28.681vw;
    border-radius: 1.389vw;
    background: #D9D9D9;
    position: relative;
}

.services_3-section .arrow-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    align-self: flex-end;
    position: absolute;
    bottom: 1.111vw;
    right: 1.111vw;
}

.services_3-section .carousel-controls {
    display: flex;
    align-items: center;
    gap: 2.708vw;
}

.services_3-section .nav-buttons {
    display: flex;
    gap: 0.764vw;
}

.services_3-section .nav-button {
    width: 2.778vw;
    height: 2.778vw;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_3-section .progress-container {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.389vw;
    max-width: 79.236vw;
}

.services_3-section .progress-line {
    flex: 1;
    height: 0.069vw;
    position: relative;
    overflow: hidden;
    background: #BFBFBF;
}

.services_3-section .progress-bar {
    position: absolute;
    height: 0.208vw;
    background: #2E2B26;
    width: 0;
    transition: width 0.3s ease;
}

/* Splide Customizations */
.splide {
    position: relative;
    visibility: visible !important;
}

.splide__track {
    overflow: visible !important;
}

.splide__slide {
    opacity: 0.5;
    transition: opacity 0.3s ease;
    box-sizing: border-box;
}

.splide__slide.is-active {
    opacity: 1;
}

.services_4-section {
    padding: 4.375vw 6.111vw 7.208vw 5.833vw;
}

.services_4-section .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
}

.services_4-section .title-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.389vw;
}

.services_4-section .service-button {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #595F62;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.111vw;
    line-height: 1.389vw;
}

.services_4-section h3 {
    margin: 0;
    width: 28.792vw;
    color: #2E2B26;
    font-size: 1.667vw;
    font-weight: 700;
    line-height: 2.083vw;
    letter-spacing: -0.035vw;
}

.services_4-section .divider {
    height: 0.069vw;
    background: #BFBFBF;
    width: 88.056vw;
}

.services_4-section .services-list {
    display: flex;
    flex-direction: column;
    gap: 2.431vw;
}

.services_4-section .service-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
}

.services_4-section .service-item:hover {
    color: #2E2B26;
}

.services_4-section .service-item.active {
    color: #2E2B26;
}

.services_4-section .service-name {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.389vw;
    color: #D9D9D9;
    font-size: 8.877vw;
    font-weight: 700;
    line-height: 9.512vw;
    letter-spacing: -0.254vw;
}

.services_4-section .service-item:hover .service-name,
.services_4-section .service-item.active .service-name {
    color: #2E2B26;
}

.services_4-section .icon-container {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    width: 1.667vw;
    height: 1.667vw;
}

.services_4-section .service-item.active .icon-container {
    opacity: 1;
    transform: scale(1);
}

.services_4-section .image-popup {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14.931vw;
    height: 19.792vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    overflow: hidden;
    border-radius: 1.389vw;
    background: #D9D9D9;
}

.services_4-section .service-item.active .image-popup {
    opacity: 1;
    visibility: visible;
}

.services_4-section .image-popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_4-section .placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animation for service activation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services_4-section .service-item.active .service-name {
    animation: fadeInUp 0.3s ease;
}

.news-individual_1 .container {
    margin: 0;
    padding: 7.847vw 5.833vw 14.375vw;
}

.news-individual_1 h1 {
    margin: 0 0 2.778vw;
    color: #2E2B26;
    font-size: 4.861vw;
    font-weight: 700;
    line-height: 5.208vw;
    letter-spacing: -0.139vw;
    width: 61.25vw;
}

.news-individual_1 .header-controls {
    display: flex;
    justify-content: flex-start;
    gap: 0.694vw;
    align-items: center;
    margin-bottom: 5vw;
}

.news-individual_1 .media-button,
.news-individual_1 .date-button {
    padding: 0.556vw 1.16vw;
    background-color: #fff;
    cursor: pointer;
    border-radius: 1.251vw;
    border: 0.069vw solid #CECECE;
    color: #000;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.news-individual_1 .divider {
    height: 0.069vw;
    background-color: #ddd;
    background: #BFBFBF;
    margin: 0 0 5.208vw;
}

.news-individual_1 .content-wrapper {
    display: flex;
    gap: 19.86vw;
    margin: 0;
}

.news-individual_1 .left-column {
    flex: 0;
}

.news-individual_1 .back-button {
    display: flex;
    align-items: center;
    gap: 0.833vw;
    margin-bottom: 5.694vw;
    cursor: pointer;
    color: #2E2B26;
    stroke-width: 0.347vw;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.news-individual_1 .share-button {
    padding: 0;
    background-color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 0.694vw;
    color: #000;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.news-individual_1 .social-icons {
    display: flex;
    gap: 1.042vw;
}

.news-individual_1 .social-icon {
    width: 4.167vw;
    height: 4.167vw;
    border-radius: 50%;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news-individual_1 .social-icon svg {
    width: 2.222vw;
    height: 2.222vw;
}

.news-individual_1 .right-column {
    flex: 1;
}

.news-individual_1 .grey-box {
    padding: 0;
    margin-bottom: 3.194vw;
    max-width: 50.486vw;
    min-height: 32.986vw;
    border-radius: 0.694vw;
    background: #D9D9D9;
}

.news-individual_1 h4 {
    margin: 0 0 0.903vw;
    color: #2E2B26;
    font-size: 1.667vw;
    font-weight: 600;
    line-height: 2.083vw;
    letter-spacing: -0.035vw;
}

.news-individual_1 .body-text {
    margin: 0;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.528vw;
}

.news-individual_2 .container {
    margin: 0;
    padding: 3.889vw 13.264vw 8.889vw;
}

.news-individual_2 .grey-box {
    padding: 0;
    margin-bottom: 2.639vw;
    max-width: 73.472vw;
    min-height: 32.083vw;
    border-radius: 1.389vw;
    background: #D9D9D9;
}

.news-individual_2 .header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.472vw;
}

.news-individual_2 h2 {
    color: #2E2B26;
    font-weight: 700;
    font-size: 2.778vw;
    line-height: 3.125vw;
    letter-spacing: -0.069vw;
    max-width: 43.056vw;
    margin: 0;
}

.news-individual_2 .header-buttons {
    display: flex;
    gap: 0.694vw;
}

.news-individual_2 .media-button,
.news-individual_2 .date-button {
    padding: 0.556vw 1.16vw;
    background-color: #fff;
    cursor: pointer;
    border-radius: 1.251vw;
    border: 0.069vw solid #CECECE;
    color: #000;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.news-individual_2 .divider {
    height: 0.069vw;
    background: #BFBFBF;
    margin: 0 0 4.861vw;
}

.news-individual_2 .content-section {
    max-width: 42.292vw;
    margin: 0 17.069vw;
    text-align: left;
}

.news-individual_2 h4 {
    margin-bottom: 2.083vw;
    color: #2E2B26;
    font-weight: 600;
    font-size: 1.667vw;
    line-height: 2.083vw;
    letter-spacing: -0.035vw;
}

.news-individual_2 .body-text {
    margin: 0 0 3.264vw;
    width: 40.417vw;
}

.news-individual_2 .body-text p {
    margin-bottom: 1.389vw;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.528vw;
}

.news-individual_2 .share-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-individual_2 .share-button {
    padding: 0;
    background-color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 0.694vw;
    color: #000;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.news-individual_2 .social-icons {
    display: flex;
    gap: 1.042vw;
}

.news-individual_2 .social-icon {
    width: 4.167vw;
    height: 4.167vw;
    border-radius: 50%;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news-individual_2 .social-icon svg {
    width: 2.222vw;
    height: 2.222vw;
}

.dark-font {
    color: #000;
    font-family: "Inter Tight";
    font-size: 4.167vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

.light-font {
    color: #848484;
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.blog .wrapper {
    padding-inline: 5.903vw;
    padding-block: 6.944vw;
}

.blog-1-section h2 {
    margin-bottom: 3.889vw;
    letter-spacing: 0.2px;
}

.blog-1-section .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.472vw;
    column-gap: 1.042vw;
}

.blog-1-section .grid {
    width: 28.472vw;
}

.blog .grid img {
    width: 100%;
}

.blog .grid .title {
    font-size: 1.25vw;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

.blog-2-section h2 {
    font-size: 2.778vw;
    letter-spacing: 0.2px;
}

.blog-2-section .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #D6D6D6;
    gap: 0.1vw;
}

.blog-2-section .grid {
    display: flex;
    flex-direction: column;
    row-gap: 8.333vw;
    width: 26.944vw;
    background-color: white;
    width: 100%;
    padding: 1.389vw;
    box-sizing: border-box;
}

.blog-2-section .date {
    align-self: flex-end;
}

.about-1-section.blog {
    padding: 4.375vw 5.833vw;
}

.about-1-section.blog .wrapper {
    display: flex;
    flex-direction: column;
    padding: unset !important;
    gap: 3.056vw;
}

.about-1-section.blog .top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about-1-section.blog .left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.667vw;
}

.about-1-section.blog .service-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
    text-align: left;
}

.about-1-section.blog h2 {
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.069vw;
    color: #2E2B26;
    margin: 0;
    width: 38.75vw;
}

.about-1-section.blog .view-all-button {
    border-radius: 1.042vw;
    background: #2E2B26;
    border: none;
    padding: 1.389vw 2.708vw;
    cursor: pointer;
    color: #FFF;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.about-1-section.blog .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.181vw;
}

.about-1-section.blog .grid-item {
    display: flex;
    flex-direction: column;
    gap: 1.111vw;
}

.about-1-section.blog .grid {
    width: 28.681vw;
    height: 16.458vw;
    border-radius: 1.389vw;
    background: #D9D9D9;
    position: relative;
}

.about-1-section.blog .arrow-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    align-self: flex-end;
    position: absolute;
    bottom: 1.111vw;
    right: 1.111vw;
}

.about-1-section.blog .date-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.111vw;
}

.about-1-section.blog .date {
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
    margin: 0;
    color: #595F62;
}

.about-1-section.blog h3 {
    font-size: 1.667vw;
    font-weight: 700;
    line-height: 2.083vw;
    letter-spacing: -0.035vw;
    color: #2E2B26;
    width: 20.625vw;
    margin: 0;
}

.faq .wrapper {
    display: flex;
}

.faq-1-section .title {
    font-size: 2.778vw;
    letter-spacing: -0.8px;
    margin: 0;
}

.faq-1-section .wrapper {
    flex-direction: column;
    padding-inline: 26vw;
    padding-block: 6.944vw;
    gap: 4.7vw;
}

.faq .drop-down {
    position: relative;
    border-block: 0.069vw solid #D2D2D2;
}

.faq .drop-down h2 {
    padding-block: 1.736vw;
    margin: 0;
}

.faq .drop-down img {
    position: absolute;
    right: 0;
    top: 0vw;
    padding-block: 1.736vw;
    transition: transform 0.3s;
}

.faq-2-section .drop-down-wrapper {
    width: 43vw;
}

.faq-2-section .wrapper>h2 {
    width: 31.944vw;
    margin: 0;
    font-size: 2.778vw;
    color: #2E2B26;
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.faq-2-section .wrapper {
    padding-inline: 5.903vw;
    padding-block: 6.944vw;
    column-gap: 12.847vw;
}

.points .wrapper {
    padding-inline: 5.903vw;
    padding-block: 8.681vw;
}

.answer {
    height: 0;
    overflow-y: hidden;
    transition: height 0.3s;
    margin: 0;
}

.active {
    height: 7vw;
}

.flip {
    transform: rotate(180deg);
}

.points-1-section .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.points-1-section .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.389vw;
}

.points-1-section .grid {
    padding: 1.667vw;
    border: 0.069vw solid #C3C2C1;
}

.points-1-section .grid img {
    width: 4.167vw;
}

.points-4-section .description {
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: unset;
}

.points-5-section .wrapper {
    padding: 5.903vw;
}

.points-5-section>.h2 {
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.points-5-section .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.111vw;
}

.points-5-section .grid {
    border: 0.069vw solid #C3C2C1;
}

.points-5-section .grid a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1vw;
    border: 1px solid #C3C2C1;
    background: #F0F0F0;
    padding-block: 0.694vw;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: unset;
}

.points-5-section .grid .content {
    padding: 2.222vw;
}

.points-5-section .grid img {
    width: 100%;
}

.points-5-section .grid .title {
    font-size: 1.389vw;
    letter-spacing: -0.28px;
    margin-top: 0;
}

.points-5-section .grid .description {
    font-size: 1.111vw;
    font-weight: 400;
    letter-spacing: unset;
}

.about-2-section .wrapper {
    display: flex;
    gap: 4.5vw;
    flex-direction: column;
    align-items: center;
    padding:  7vw 10vw;
}

.about-2-section .wrapper>h2 {
    margin: 0;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.about-2-section .grid-wrapper {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}

.about-3-section .wrapper {
    display: flex;
    padding: 6.944vw;
    justify-content: space-between;
}

.about-3-section .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 9vw;
    padding-block: 2.5vw;
}


.about-3-section .body-section {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
    width: 30.903vw;
}

.about-3-section .body-section * {
    margin: 0;
}

.about-3-section .body-section>h2 {
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.about-3-section .body-section>p {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: unset;
}

.about-3-section .image-wrapper img {
    width: 38.194vw;
    height: 100%;
}

.about-3-section .statistics-section * {
    margin: 0;
}

.about-3-section .statistics-section {
    display: flex;
    width: 36.458vw;
    justify-content: space-between;
}

.about-3-section .statistics {
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
}



.about_1-section {
    padding: 6.875vw 5.833vw;
    display: flex;
    flex-direction: column;
    gap: 0.9vw;
}

.about_1-section .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 9.722vw;
}

.about_1-section .left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.153vw;
}

.about_1-section .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.389vw;
}

.about_1-section .tag {
    margin: 0;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.about_1-section h2 {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 2.344vw;
    letter-spacing: 0.052vw;
    margin: 0;
    color: #2E2B26;
    max-width: 51.361vw;
}

.about_1-section .explore-button {
    border: none;
    padding: 1.389vw 2.708vw;
    font-size: 1.111vw;
    font-weight: 700;
    cursor: pointer;
    border-radius: 1.042vw;
    background: #2E2B26;
    width: 9.306vw;
    height: 4.167vw;
    color: #FFF;
}

.about_1-section .right-content {
    display: flex;
    justify-content: flex-end;
    width: 19.792vw;
}

.about_1-section .right-content p {
    font-size: 1.111vw;
    line-height: 1.528vw;
    margin: 0;
    color: #595F62;
    font-weight: 500;
}

.about_2-section {
    padding: 4.097vw 6.181vw;
}

.about_2-section .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.403vw;
}

.about_2-section .top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.528vw;
}

.about_2-section h1 {
    font-size: 4.861vw;
    font-weight: 700;
    margin: 0;
    color: #2E2B26;
    line-height: 5.208vw;
    width: 29.653vw;
}

.about_2-section .body-text {
    font-size: 1.111vw;
    color: #595F62;
    margin: 0;
    font-weight: 500;
    line-height: 1.528vw;
    width: 31.2vw;
}

.about_2-section .explore-button {
    border: none;
    padding: 1.389vw 2.708vw;
    font-size: 1.111vw;
    font-weight: 700;
    cursor: pointer;
    border-radius: 1.042vw;
    background: #2E2B26;
    width: 9.306vw;
    height: 4.167vw;
    color: #FFF;
}

.about_2-section .overview-section {
    padding: unset !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.528vw;
}

.about_2-section .overview-button {
    background: none;
    border: none;
    color: #2E2B26;
    font-size: 1.111vw;
    font-weight: 700;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.about_2-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17.278vw;
    justify-content: space-between;
    border-top: 0.069vw solid #BFBFBF;
}

.about_2-section .stat-item {
    text-align: left;
}

.about_2-section .stat-number {
    font-weight: 700;
    color: #2E2B26;
    font-size: 8.716vw;
    line-height: 9.339vw;
    letter-spacing: -0.249vw;
}

.about_2-section .stat-title {
    font-size: 1.667vw;
    font-weight: 600;
    color: #2E2B26;
    margin: 0;
}

.about_3-section {
    padding: 6.042vw 5.833vw;
}

.about_3-section .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.222vw;
}

.about_3-section .top-section {
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.806vw;
}

.about_3-section .title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25vw;
}

.about_3-section .about-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.about_3-section h1 {
    font-size: 4.861vw;
    font-weight: 700;
    margin: 0;
    color: #2E2B26;
    line-height: 5.208vw;
    max-width: 29.653vw;
}

.about_3-section .explore-button {
    border: none;
    padding: 1.389vw 2.708vw;
    font-size: 1.111vw;
    font-weight: 700;
    cursor: pointer;
    border-radius: 1.042vw;
    background: #2E2B26;
    width: 9.306vw;
    height: 4.167vw;
    color: #FFF;
}

.about_3-section .divider {
    height: 0.069vw;
    background: #BFBFBF;
    width: 88.333vw;
}

.about_3-section .bottom-section {
    display: flex;
    flex-direction: column;
    gap: 1.875vw;
}

.about_3-section .content-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 36.306vw;
    justify-content: space-between;
}

.about_3-section h3 {
    font-size: 1.667vw;
    font-weight: 700;
    color: #2E2B26;
    margin: 0;
    line-height: 2.083vw;
}

.about_3-section .body-text {
    font-size: 1.111vw;
    color: #595F62;
    margin: 0;
    font-weight: 500;
    line-height: 1.528vw;
    width: 20.139vw;
}

.about_3-section .body-text p {
    margin: 0;
}

.about_4-section {
    padding: 6.806vw 5.833vw;
}

.about_4-section .wrapper {
    width: 100%;
    display: flex;
    gap: 26.5vw;
}

.about_4-section .tag {
    margin: 0;
    color: #595F62;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.389vw;
}

.about_4-section h2 {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 2.344vw;
    letter-spacing: 0.052vw;
    color: #2E2B26;
    width: 49.278vw;
    margin: 0;
}

.about_4-section .content {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.about_4-section .explore-button {
    border: none;
    padding: 1.389vw 2.708vw;
    font-size: 1.111vw;
    font-weight: 700;
    cursor: pointer;
    border-radius: 1.042vw;
    background: #2E2B26;
    width: 9.306vw;
    height: 4.167vw;
    color: #FFF;
}

.menu_1 .nav-wrapper {
    display: flex;
    position: relative;
    border-radius: 0 0 0.347vw 0.347vw;
    background: #FFF;
    padding: 0.625vw 0.694vw 0.556vw 0.556vw;
}

.menu_1 .logo {
    flex: 0 0 auto;
}

.menu_1 nav {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15.903vw;
}

.menu_1 .nav-menu {
    display: flex;
    list-style: none;
    gap: 3.778vw;
    margin: 0;
    padding: 0;
    align-items: center;
}

.menu_1 .nav-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
}

.menu_1 .header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.625vw;
}

.menu_1 .search-icon {
    cursor: pointer;
}

.menu_1 .contact-btn {
    padding: 0.833vw 2.222vw;
    cursor: pointer;
    width: 7.986vw;
    height: 2.847vw;
    border-radius: 1.042vw;
    background: #000;
    color: #FFF;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
}

.background-section-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    position: relative;
    z-index: 0;
}

.background-section-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.background-section-1 h1 {
    color: white;
    font-size: 10vw;
    text-align: center;
}

.menu_2 .nav-wrapper {
    width: 100%;
    padding: 1.319vw 1.111vw;
    position: absolute;
    box-sizing: border-box;
}

.menu_2 nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.556vw 0.417vw 0.637vw 0.833vw;
    width: 100%;
    background: #FFF;
    border-radius: 0.694vw;
    box-sizing: border-box;
}

.menu_2 .logo {
    flex-shrink: 0;
}

.menu_2 .nav-menu {
    display: flex;
    list-style: none;
    gap: 2.778vw;
    margin: 0;
    padding: 0;
    align-items: center;
}

.menu_2 .nav-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
}

.menu_2 .contact-btn {
    padding: 0.833vw 2.222vw;
    cursor: pointer;
    width: 7.986vw;
    height: 2.847vw;
    border-radius: 1.042vw;
    background: #000;
    color: #FFF;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
}

.background-section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-section-2 img {
    width: 100%;
    object-fit: cover;
}

.menu_3 .nav-wrapper {
    position: absolute;
    padding: 1.319vw 1.111vw;
    width: 100%;
    box-sizing: border-box;
}

.menu_3 .nav-wrapper > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625vw;
    border-radius: 0.694vw;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
}

.menu_3 .search-icon {
    cursor: pointer;
}

.menu_3 .center-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 2.778vw;
}

.menu_3 .nav-left {
    display: flex;
    list-style: none;
    gap: 2.778vw;
    margin: 0;
    padding: 0;
}

.menu_3 .nav-right {
    display: flex;
    list-style: none;
    gap: 2.778vw;
    margin: 0;
    padding: 0;
}

.menu_3 .logo {
    flex-shrink: 0;
}

.menu_3 .nav-left li a,
.menu_3 .nav-right li a {
    text-decoration: none;
    color: #000;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
    border-radius: 0.347vw;
}

.menu_3 .contact-btn {
    padding: 0.833vw 2.222vw;
    cursor: pointer;
    width: 7.986vw;
    height: 2.847vw;
    border-radius: 1.042vw;
    background: #000;
    color: #FFF;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
}

.background-section-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-section-3 img {
    width: 100%;
    object-fit: cover;
}

.menu_4 .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.833vw 1.389vw 1.111vw 0.972vw;
    position: relative;
    border-radius: 0.694vw;
    background: #FFF;
}

.menu_4 .logo {
    flex-shrink: 0;
}

/* Right side navigation */
.menu_4 .nav-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.694vw;
}

/* First row - Gray navigation */
.menu_4 .nav-row-1 {
    display: flex;
    list-style: none;
    gap: 2.778vw;
    margin: 0;
    padding: 0;
}

.menu_4 .nav-row-1 li a {
    text-decoration: none;
    color: #A8A8A8;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
    padding: 0;
}

.menu_4 .nav-row-2 {
    display: flex;
    list-style: none;
    gap: 2.778vw;
    margin: 0;
    padding: 0;
}

.menu_4 .nav-row-2 li a {
    text-decoration: none;
    color: #000;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.25vw;
    padding: 0;
}

.background-section-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-section-4 img {
    width: 100%;
    object-fit: cover;
}

.footer-1 .wrapper {
    display: flex;
    height: 11.25vw;
    align-items: center;
    justify-content: space-between;
    padding-inline: 5.833vw;
}

.footer-1 .links {
    display: flex;
    align-items: center;
    gap: 3.125vw;
}

.footer-1 .nav-links {
    display: flex;
    gap: 0.556vw;
}

.footer-1 .nav-links a,
.footer-2 a,
.footer-2 .copyright p {
    color: #848484;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1;
}

.footer-1 .socials,
.footer-2 .socials {
    display: flex;
    align-items: center;
    gap: 1.389vw;
}

.footer-1 .socials img,
.footer-2 .socials img {
    width: 2.5vw;
}


.footer-2 * {
    text-align: center;
}

.footer-2 .links {
    display: flex;
    gap: 20.347vw;
    padding-bottom: 6.25vw;
}

.footer-2 .links .flex {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
}

.footer-2 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 4.861vw;
}

.footer-2 h3 {
    font-family: "Inter Tight";
    font-size: 1.389vw;
    font-weight: 700;
    line-height: 1;
}
