<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section,
section.container {
    overflow: hidden;
    padding-bottom: 0;
    max-width: unset;
}

.hero-section {
    position: relative;
    background-color: transparent;
    opacity: 0;
}

.hero-section .container {
    max-width: unset;
}

.section-background {
    position: fixed;
    padding-top: var(--header-height);
    max-height: 100vh;
    height: 100%
}

.section-background video {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    object-fit: cover;
}

.hero-section p,
.hero-section h1,
.hero-section h2 {
    color: #ffffff;
}

.hero-section h2 {
    position: relative;
    top: -3px;
}

.hero-section .top-text {
    background-color: #000000;
    opacity: 0.925;
    align-items: flex-end;
    justify-content: center;
    column-gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-section .inverted-text {
    mix-blend-mode: multiply;
    color: #ffffff;
    font-family: 'Poppins-Bold';
    font-size: 400px;
    text-align: center;
    background-color: #131313;
    display: flex;
    justify-content: center;
    padding: 0 var(--padding);
}

.hero-section .inverted-text svg {
    max-width: 1440px;
    padding: 0 var(--padding);
    margin: auto;
}

.hero-section .inverted-text img {
    width: 100%;
}

.hero-section .bottom-text {
    background-color: #000000;
    column-gap: 15px;
    opacity: 0.925;
    position: relative;
    padding: 0 var(--padding) 20px;
}

.hero-section .bottom-text&gt;svg {
    margin-top: 10px;
}

.hero-section .bottom-text .green-text {
    color: #00D1CD;
    font-size: 25px;
}

.hero-section .bottom-text .orange-text {
    color: #F0684F;
    font-size: 25px;
}

.whatsapp-button {
    border-radius: 40px;
    border: 3px solid #00D1CD;
    background-color: #131313;
    padding: 10px 20px;
    column-gap: 10px;
    position: fixed;
    z-index: 9;
    right: var(--padding);
    bottom: var(--padding);
    transition: all 500ms ease;
}

.whatsapp-button:hover {
    background-color: #00D1CD;
}

.whatsapp-button span {
    color: #00D1CD;
    font-size: 16px;
    transition: all 500ms ease;
}

.whatsapp-button:hover span {
    color: #131313;
}

.whatsapp-button svg * {
    transition: all 500ms ease;
}

.whatsapp-button:hover svg * {
    stroke: #131313;
    fill: #131313;
}

.hero-section .email-side {
    position: absolute;
    transform: translateX(calc(-50% + 30px)) translateY(300px) rotate(90deg);
    z-index: 1;
    column-gap: 10px;
}

.hero-section .email-side span:first-child {
    color: #00D1CD;
}

.hero-section .email-side span:last-child {
    color: rgba(255, 255, 255, 0.8);
}

.hero-section .bottom-text p {
    max-width: calc(100% - 216px);
}

.favorite-wrapper {
    padding-top: 90px;
    column-gap: 40px;
}

.favorite-section .left-side,
.favorite-section .right-side {
    width: 50%;
}

.favorite-section .circle-background {
    background-color: #CDD5D5;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.favorite-section .circle-background img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

.favorite-section .circle-background svg {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-100%) translateX(50px);
    width: 40%;
}

.favorite-section .right-side .circles-grid {
    display: grid;
    grid-template-areas: 'a b c'
        'd d d';
    column-gap: 15px;
    row-gap: 15px;
    justify-items: center;
    align-items: center;
    margin-top: 30px;
}

.favorite-section .right-side .circles-grid .circle {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    position: relative;
}

.favorite-section .right-side .circles-grid .a {
    grid-area: a;
    background-color: #DAD5CB;
    width: 300px;
    padding-top: 300px;
}

.favorite-section .right-side .circles-grid .b {
    grid-area: b;
    background-color: #F0684F;
    width: 127px;
    padding-top: 127px;
}

.favorite-section .right-side .circles-grid .c {
    grid-area: c;
    background-color: #AABDBF;
    width: 230px;
    padding-top: 230px;
}

.favorite-section .right-side .circles-grid .d {
    grid-area: d;
    background-color: #BEABA4;
    width: 275px;
    padding-top: 275px;
    transform: translateY(-70px);
}

.favorite-section .right-side .circle .flex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.favorite-section .circles-grid p {
    font-size: 16px;
    text-align: center;
}

.favorite-section .right-side .circles-grid .b p {
    color: #ffffff;
}

.favorite-section .mobile svg {
    width: 100%;
}

.clients-section .clients-wrapper {
    row-gap: 20px;
}

.clients-section .brands-marquee-wrapper {
    position: relative;
}

.clients-section .brands-marquee {
    animation: brands_marquee 40s linear infinite;
    animation-fill-mode: forwards;
    padding-top: 20px;
    width: 4995px;
    height: 150px;
    position: absolute;
    top: calc(50% - 75px);
}

.clients-section .brands-marquee-wrapper svg {
    width: 100%;
}

@keyframes brands_marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-3350px);
    }
}

.featured-section .featured-wrapper {
    row-gap: 20px;
}

.featured-section .featured-cards img {
    width: 100%;
}

/* .awards-section .awards-wrapper {
    row-gap: 20px;
}

.awards-section .award-logos svg {
    width: 100%;
}

.awards-section .award-logos {
    position: relative;
}

.awards-section .award-logos-wrapper {
    column-gap: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E8E8E6;
    width: 100%;
    justify-content: space-around;
    padding: 20px 0;
} */

.partners-section .left-side,
.partners-section .right-side {
    width: 50%;
    column-gap: 40px;
}

.partners-section .left-side .mw-h1 {
    line-height: 1.2;
    margin-bottom: 30px;
}

.partners-section .partners-marquee-wrapper {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    column-gap: 15px;
    justify-content: space-around;
}

.partners-section .partners-marquee {
    animation: partners_marquee 60s linear infinite;
    animation-fill-mode: forwards;
    padding-top: 20px;
    width: 150px;
    height: 4690px;
}

.partners-section .partners-marquee:nth-child(2) {
    animation: partners_marquee_reverse 60s linear infinite;
}

.experience-section .experience-wrapper {
    row-gap: 70px;
}

.experience-section .bottom-part {
    display: grid;
    grid-template-areas: 'a a'
        'b c'
        'b d';
    column-gap: 15px;
    row-gap: 15px;
}

.experience-section .grid-container {
    padding: 40px;
    border-radius: 20px;
}

.experience-section .a.grid-container {
    grid-area: a;
    background-color: #CCCCCA;
    column-gap: 20px;
}

.experience-section .b.grid-container {
    grid-area: b;
    background-color: #DAD5CB;
    row-gap: 15px;
}

.experience-section .c.grid-container {
    grid-area: c;
    background-color: #CDD5D5;
}

.experience-section .d.grid-container {
    grid-area: d;
    background-color: #928D8D;
    overflow: hidden;
}

.experience-section .a .left-side {
    height: 100%;
    width: 100%;
    position: relative;
}

.experience-section .a .left-side img {
    position: absolute;
    bottom: -40px;
    right: 0;
    height: calc(100% + 150px);
}

.experience-section .a .right-side {
    padding-top: 50px;
}

.experience-section .d .right-side img {
    background-color: #ffffff;
    border-radius: 15px;
    position: relative;
    bottom: -125px;
    right: -10px;
}

.reviews-section {
    position: relative;
}

.reviews-section .reviews-wrapper {
    column-gap: 90px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.reviews-section .review-card {
    flex: 1;
    background-color: #E8E8E6;
    row-gap: 10px;
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
    box-shadow: 12px 10px 57px -3px rgba(0, 0, 0, 0.1);
}

.reviews-section .review-title {
    margin-bottom: 20px;
}

.reviews-section .review-stars {
    margin-top: 10px;
}

.reviews-section .review-name {
    margin-top: 60px;
}

.reviews-section .review-card:first-child {
    transform: rotate(-8deg) translateX(80px);
}

.reviews-section .review-card:nth-child(2) {
    transform: rotate(7deg) translateX(-30px);
    z-index: 1;
}

.reviews-section .review-card:last-child {
    transform: rotate(-8deg) translateX(-80px) translateY(-15px);
    z-index: 0;
}

.reviews-section .rate-google {
    padding: 15px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-color: #F0684F;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.reviews-section .rate-google p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

.pricing-section .pricing-wrapper&gt;.mw-h1 {
    text-align: center;
}

.pricing-section .pricing-wrapper {
    row-gap: 20px;
}

.pricing-section .pricing-plans {
    column-gap: 40px;
    align-content: flex-start;
    margin: 40px 0;
}

.pricing-section .orange-text {
    color: #F0684F;
}

.pricing-section .included-plan {
    row-gap: 15px;
    position: relative;
    z-index: 1;
}

.pricing-section .plan {
    border-radius: 20px;
    margin: 0 auto;
    height: fit-content;
    position: relative;
    overflow: hidden;
}

.pricing-section .blob {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.pricing-section .plan:first-child {
    background-color: #CDD5D5;
}

.pricing-section .plan:nth-child(2) {
    background-color: #CABDB4;
}

.pricing-section .plan:last-child {
    background-color: #DAD5CB;
}

.pricing-section .included-row {
    column-gap: 20px;
}

.pricing-section .plan-price {
    align-items: flex-end;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-family: 'Helvatica';
}

.pricing-section .pricing-plans a:not(.mw-button) {
    color: #3B3B3B;
}

.pricing-section .plan .mw-h1 {
    line-height: 1;
    margin-top: 20px;
    margin-right: 30%;
}

.pricing-section .plan-name {
    font-family: 'Poppins-Bold';
    font-size: 20px;
    color: #000000;
    opacity: 0.8;
}

.pricing-section .mw-button {
    text-align: center;
}

.services-section * {
    cursor: none;
}

.services-section .services-swiper {
    padding-top: 70px;
    padding-bottom: 70px;
    max-height: 800px;
}

.services-section .arrow-cursor {
    display: none;
    cursor: none;
    width: 30px;
    height: auto;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease;
    overflow: show;
}

.services-section .arrow-cursor img {
    width: 15px;
    height: 15px;
    transform: rotate(0) scale(1);
    transition: .3s ease;
}

.services-section .arrow-cursor.hover {
    display: block;
}

.services-section .arrow-cursor.hover img {
    transform: scale(1.5);
}

.services-section .services-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 20px;
    overflow: hidden;
    background-color: #131313;
    transition: all 300ms ease;
}

.services-section .services-swiper span {
    color: #FFF;
    font-family: 'Poppins-Bold';
    font-size: 35px;
    text-align: center;
    z-index: 1;
    padding: 300px 20px;
    transition: all 300ms ease;
}

.services-section .services-swiper .swiper-slide-active span {
    padding: 320px 20px;
}

.services-section .services-swiper .swiper-slide-active {
    transform: translateY(-40px) translateZ(0);
}

.services-section .services-swiper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.latest-section .swiper-title .mw-h4,
.latest-section .swiper-title p {
    text-align: center;
}

.latest-section .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.latest-section .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(190, 171, 164, 0.9);
}

.latest-section .latest-swiper {
    position: relative;
}

.latest-section .swiper-slide:nth-child(3n + 2)::before {
    background: rgba(165, 165, 165, 0.9);
}

.latest-section .swiper-slide:nth-child(3n)::before {
    background: rgba(185, 180, 166, 0.9);
}

.latest-section .swiper-slide .mw-h4 {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 40px;
    position: relative;
    z-index: 1;
}

.latest-section .swiper-slide p {
    position: relative;
    z-index: 1;
    color: #fff;
}

.latest-section .swiper-button-next,
.latest-section .swiper-button-prev {
    width: 69px;
    height: 69px;
    z-index: 1;
    /* transform: translateX(-50%); */
    /* right: auto;
    left: auto; */
}

.latest-section .swiper-slide {
    filter: blur(10px);
    transition: all 500ms ease;
}

.latest-section .swiper-slide.swiper-slide-active {
    filter: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.contact-section .contact-wrapper {
    padding: var(--padding) 60px;
    column-gap: 20px;
}

.contact-section .left-side {
    flex: 1;
    width: 70%;
}

.contact-section .right-side {
    flex: 1;
    width: 30%;
}

.contact-section .left-side {
    row-gap: 20px;
}

.contact-section .left-side .contact-row {
    column-gap: 10px;
}

.contact-section .left-side .contact-details {
    column-gap: 20px;
}

.contact-section .left-side .mw-h1 {
    font-size: 60px;
    line-height: 1.1;
}

.contact-section .left-side .mw-button {
    width: fit-content;
    margin-top: 30px;
}

.contact-section .left-side .mw-button:hover {
    color: #E8E8E6;
}

.contact-section .contact-form .form-row {
    column-gap: 10px;
}

.contact-section button.service-button,
.contact-section .contact-form input[type="text"],
.contact-section .contact-form select {
    font-size: 15px;
    border-radius: 10px !important;
    background: #F2F2F2 !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
    height: 42px;
    opacity: 1;
    border: none;
}

.contact-section .form-row .form-group {
    width: 50%;
}

.contact-section .dropdown-services {
    padding: 10px;
}

.contact-section button::before,
.contact-section button::after {
    display: none;
}

.contact-section #submitBtn {
    border: 2px solid rgba(0, 0, 0, 0.50);
    color: rgba(0, 0, 0, 0.50);
    padding: 7px 40px;
}

.contact-section #submitBtn:hover {
    color: #fff;
    border-color: #F0684F;
}

.contact-section #service {
    opacity: 0;
    padding: 0;
    height: 0;
}

.contact-section #name {
    display: none;
    visibility: hidden;
}

.contact-section .contact-form {
    background-color: #CDD5D5;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    padding: 20px 40px;
    width: 100%;
    height: fit-content;
    max-height: 650px;
    /* max-height: 650px; */
}

.voucher-code {
    display: none;
}

.voucher-code.active {
    display: block;
}

@keyframes partners_marquee {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-2345px);
    }
}

@keyframes partners_marquee_reverse {
    0% {
        transform: translateY(-2345px);
    }

    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 989px) {
    .hero-section .whatsapp-button {
        position: static;
        height: fit-content;
        margin-top: auto;
        margin-right: auto;
    }

    .hero-section .bottom-text {
        padding-top: 10px;
    }

    .hero-section .top-text {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .hero-section .top-text h1 {
        font-size: 24px;
        text-align: center;
        line-height: 1;
    }

    .hero-section .top-text h2 {
        text-align: center;
    }

    .hero-section .bottom-text p {
        max-width: 100%;
        line-height: calc(100% + 7px);
        font-size: 14px;
    }

    .hero-section .bottom-text .orange-text,
    .hero-section .bottom-text .green-text {
        font-size: 20px;
    }

    .hero-section .bottom-text img.mobile {
        display: inline;
        margin-right: 10px;
        height: 42px;
    }

    .hero-section .bottom-text .logo-wrapper {
        height: 23px;
        overflow: visible;
        display: inline-flex;
    }

    .favorite-section .mobile svg {
        height: 400px;
    }

    .favorite-wrapper {
        flex-wrap: wrap;
    }

    .favorite-section .left-side,
    .favorite-section .right-side {
        width: 100%;
    }

    .favorite-section .circle-background {
        width: 350px;
        padding-top: 350px;
        margin: auto;
        margin-bottom: 50px;
    }

    .favorite-section .circle-background img {
        width: 55%;
    }

    .favorite-section .circle-background svg {
        transform: translateY(-50%) translateX(50%);
        width: 27%;
    }

    .favorite-section .right-side .circles-grid.desktop {
        display: none;
    }

    .favorite-section .right-side .mw-h1,
    .favorite-section .right-side p {
        text-align: center;
    }

    .clients-section .brands-marquee-wrapper svg {
        display: none;
    }

    .clients-section .brands-marquee-wrapper {
        padding: 70px var(--padding);
    }

    .partners-section .partners-wrapper {
        flex-wrap: wrap;
    }

    .partners-section .partners-wrapper&gt;div {
        width: 100%;
    }

    .partners-section .partners-wrapper .left-side {
        margin-bottom: 50px;
    }

    .experience-section .bottom-part {
        grid-template-areas: 'a'
            'b'
            'c'
            'd';
    }

    .experience-section .a.grid-container {
        flex-direction: column;
    }

    .experience-section .a .left-side img {
        height: auto;
        width: 100%;
        bottom: 0;
        position: static;
    }

    .experience-section .b.grid-container img {
        max-width: 100%;
    }

    .experience-section .d .right-side img {
        bottom: -55px;
        right: 120px;
        height: 200px;
        margin-top: 150px;
    }

    .reviews-section .reviews-wrapper {
        column-gap: 0;
    }

    .reviews-section .review-title {
        max-width: 100%;
    }

    .reviews-section .review-card {
        transform: none !important;
        width: 100%;
    }

    .reviews-section .rate-google {
        bottom: 70px;
        height: 100px;
        width: 100px;
    }

    .pricing-section .pricing-plans {
        flex-wrap: wrap;
        flex-direction: row-reverse;
        row-gap: 20px;
    }

    .pricing-section .pricing-plans&gt;div {
        width: 100%;
    }

    .services-section .services-swiper span {
        padding: 150px 20px;
    }

    .services-section .services-swiper .swiper-slide-active span {
        padding: 170px 20px;
    }

    .latest-section .swiper-slide .mw-h4 {
        font-size: 24px;
    }

    .latest-section .swiper-button-prev,
    .latest-section .swiper-button-next {
        display: none;
    }

    .contact-section .left-side,
    .contact-section .right-side {
        flex: 1;
        width: 100%;
    }

    .contact-section .contact-form {
        margin: 30px 0;
        height: fit-content;
        max-height: unset;
    }

    .contact-section .contact-wrapper {
        flex-wrap: wrap;
    }

    .contact-section .contact-wrapper&gt;div {
        width: 100%;
    }

    .contact-section .left-side .mw-h1 {
        font-size: 30px;
    }
}</pre></body></html>