:root {
    --max-width: 1440px;
    --sec-max-width: 1240px;
    --sec-width: 86%;
    --primary-color: #100f0f;
    --primary-color-77: #100f0f4d;
    --secondary-color: #525253;
    --primary-white: #f6f6f6;
    --white: #ffffff;
    --white-03: #ffffff03;
    --shadow-1: 0 2px 5px #0000001a;
    --outQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@font-face {
    font-family: Suisseintl Book;
    src: url("assets/fonts/SuisseIntl-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Suisseintl Semi Bold;
    src: url("assets/fonts/SuisseIntl-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Suisseintl Normal;
    src: url("assets/fonts/SuisseIntl-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    line-height: 1.2;
    font-family: Suisseintl Normal, Arial, sans-serif;
    background-color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-section {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    background-color: var(--white-03);
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: var(--max-width);
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 100px clamp(2px, 7%, 100px) 50px;
    display: flex;
    position: relative;
    overflow: clip;
}

.hero-section.fixed {
    z-index: -1;
    opacity: .05;
    max-width: none;
    position: fixed;
    top: 0;
}

.navbar {
    z-index: 1;
    text-align: right;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: var(--sec-width);
    max-width: var(--sec-max-width);
    margin-bottom: -100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 42px;
    padding-bottom: 0;
    display: flex;
    position: relative;
}

.dropdown {
    height: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    z-index: 900;
    display: inline-block;
    position: relative;
}

.dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    gap: 8px;
    text-decoration: none;
    position: relative;
}

.dropdown-list {
    color: var(--primary-color);
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-1);
    min-width: 100%;
    width: 120px;
    display: none;
    position: absolute;
}

.dropdown-link {
    padding: 12px 20px;
    display: block;
    width: 100%;
}

.button {
    color: var(--primary-color);
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 20px 24px;
    font-family: Suisseintl Semi Bold, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    display: block;
}

.site-title {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.image-13 {
    width: 84%;
    margin-right: 41px;
}

.image-10,
.image-13 {
    transition: transform .1s;
    transform: none;
}

.div-block-31 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.div-block-31.fixed {
    opacity: 0;
}

.hero-desc {
    color: var(--primary-color);
    text-align: left;
    width: 550px;
    max-width: 50%;
    margin-top: 24px;
    font-family: Suisseintl Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.we-love-everything-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
}

.div-block-4 {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: var(--sec-width);
    max-width: var(--max-width);
    margin-top: 135px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
}

.image-11 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: 50% 100%;
    height: 100%;
}

.text-block-2 {
    color: var(--primary-color-77);
    text-align: left;
    letter-spacing: -.48px;
    text-transform: uppercase;
    flex: none;
    justify-content: center;
    align-items: center;
    font-family: Suisseintl Semi Bold, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    position: static;
}

.div-block-29 {
    grid-column-gap: 295px;
    grid-row-gap: 193px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.jumbo-text-scroll {
    color: var(--primary-color);
    width: 110vw;
    margin-left: -9%;
    font-size: 96px;
    overflow: clip;
}

.jumbo-text-wrapper {
    white-space: nowrap;
    word-break: normal;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.jumbo-text-wrapper.opposite {
    display: none;
}

.jumbo-row {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    animation: loop-left 60s linear infinite;
}

.jumbo-row.opposite {
    animation: loop-right 60s linear infinite;
}

.jumbo-text {
    aspect-ratio: auto;
    box-shadow: none;
    color: var(--primary-color);
    letter-spacing: -1.92px;
    text-transform: uppercase;
    flex: none;
    margin-bottom: 0;
    font-family: Suisseintl Semi Bold, Arial, sans-serif;
    font-size: 130px;
    font-weight: 600;
    line-height: 120%;
    padding-right: 0.37em;
    transition: opacity .2s;
}

.text-block-5 {
    color: var(--primary-color);
    width: 95%;
    font-family: Suisseintl Book, Arial, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    text-indent: 10ch;
}

.div-block-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--primary-color);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px 24px;
    display: flex;
}

.text-block-7 {
    color: var(--primary-white);
    font-size: clamp(2px, 3.4vw, 48px);
    line-height: 100%;
}

.image-7 {
    aspect-ratio: 1;
    width: 58px;
    margin-left: auto;
    transform: rotate(-45deg);
}

.services-section {
    justify-content: space-between;
    align-items: flex-start;
    width: var(--sec-width);
    max-width: var(--sec-max-width);
    margin-top: 342px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.div-block-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 36%;
    display: flex;
}

.text-block-8 {
    color: var(--primary-color);
    letter-spacing: -1.28px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 80%;
}

.text-block-9 {
    box-shadow: none;
    color: var(--secondary-color);
    text-shadow: none;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.div-block-10 {
    border-bottom: 1px solid var(--primary-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 60%;
    display: flex;
}

.div-block-22 {
    cursor: pointer;
    border-top: 1px solid var(--primary-color);
    flex-flow: column;
    width: 100%;
    display: flex;
}

.div-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 24px;
    display: flex;
}

.text-block-10 {
    box-sizing: border-box;
    color: var(--primary-color);
    text-align: left;
    letter-spacing: -.64px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
    min-height: auto;
    font-family: Suisseintl Semi Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 112.5%;
    text-decoration: none;
    display: block;
}

.image-8 {
    aspect-ratio: 1;
    width: 36px;
    margin-left: auto;
    transition: transform 0.3s ease-in-out;
}

.div-block-23 {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.div-block-22.is-open .div-block-23 {
    display: grid;
}

.div-block-22.is-open .image-8 {
    transform: rotate(45deg);
}

.div-block-9.no-top-padding {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.text-block-9.u-list li {
    padding-left: 1.5ch;
    position: relative;
}

.text-block-9.u-list li::before {
    content: "↗︎";
    position: absolute;
    left: 0;
    top: 0;
}

.images-carousal {
    scrollbar-width: none;
    flex-flow: row;
    width: 100%;
    max-width: var(--max-width);
    margin-top: 137px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: auto;
}

.div-block-11 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    aspect-ratio: auto;
    object-fit: cover;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
    transition: opacity .2s;
    display: flex;
    position: static;
}

.image1 {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
    flex-shrink: 0;
    width: 500px;
    height: 700px;
    transition: opacity .2s;
}

.what-makes-us-different-section {
    gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: var(--sec-width);
    max-width: var(--sec-max-width);
    margin-top: 190px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.div-block-13 {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    padding-top: 0;
    display: grid;
}

.div-block-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top: 1px solid var(--primary-color);
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
}

.text-block-11 {
    color: var(--primary-color);
    font-family: Suisseintl Semi Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 131.25%;
}

.text-block-12 {
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 120%;
}

.footer {
    gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: var(--sec-width);
    max-width: var(--sec-max-width);
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 159px;
    display: flex;
}

.div-block-16 {
    grid-column-gap: 158px;
    grid-row-gap: 158px;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.div-block-17 {
    justify-content: space-between;
    align-items: start;
    display: flex;
}

.text-block-13 {
    color: var(--primary-color);
    letter-spacing: -2.56px;
    flex: none;
    font-family: Suisseintl Semi Bold, Arial, sans-serif;
    font-size: clamp(2px, 7.8vw, 128px);
    font-weight: 600;
    line-height: 92%;
}

.div-block-18 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.div-block-19 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
}

.text-block-14 {
    color: var(--primary-color);
    letter-spacing: .64px;
    font-family: Suisseintl Semi Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 90%;
    text-decoration: none;
}

.text-block-15 {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 90%;
    text-decoration: none;
}

.div-block-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.div-block-21 {
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
}

.text-block-16 {
    color: var(--primary-color);
    letter-spacing: .42px;
    text-transform: uppercase;
    text-decoration: none;
}

.div-block-33 {
    justify-content: center;
    align-items: center;
    height: 100dvh;
    display: flex;
}

.image-16 {
    aspect-ratio: auto;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex: 0 auto;
    height: auto;
    position: relative;
}

/* Tablet */
@media screen and (max-width: 991px) {
    :root {
        --sec-width: 90%;
    }

    .hero-section {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        min-height: 0;
        padding: 59px 5%;
    }

    .hero-section.fixed {
        margin-top: 88px;
    }

    .navbar {
        margin-bottom: 0;
        padding-top: 36px;
    }

    .dropdown-toggle {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .button {
        flex: none;
        padding: 18px 22px;
        font-size: 14px;
        line-height: 100%;
        display: flex
    }

    .hero-desc {
        font-size: 20px;
    }

    .div-block-4 {
        grid-column-gap: 38px;
        grid-row-gap: 38px;
        margin-top: 130px;
    }

    .div-block-3 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .text-block-2 {
        font-size: 20px;
    }

    .div-block-29 {
        grid-column-gap: 122px;
        grid-row-gap: 100px;
    }

    .jumbo-text {
        font-size: 100px;
    }

    .text-block-5 {
        width: 100%;
        font-size: 28px;
    }

    .div-block-6 {
        padding: 11px 13px;
    }

    .text-block-7 {
        font-size: 28px;
    }

    .image-7 {
        width: 33px;
    }

    .services-section {
        grid-column-gap: 130px;
        grid-row-gap: 130px;
        flex-flow: column;
        margin-top: 249px;
    }

    .div-block-8 {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        width: 50%;
        max-width: none;
    }

    .text-block-8 {
        font-size: 48px;
    }

    .text-block-9 {
        font-size: 20px;
        line-height: 120%;
    }

    .div-block-10 {
        width: 100%;
    }

    .div-block-9 {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        padding: 22px;
    }

    .text-block-10 {
        font-size: 30px;
    }

    .image-8 {
        width: 32px;
    }

    .images-carousal {
        margin-top: 115px;
    }

    .div-block-11 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        height: auto;
        padding-right: 10px;
    }

    .image1 {
        width: 400px;
        height: 600px;
    }

    .what-makes-us-different-section {
        gap: 65px;
        margin-top: 115px;
    }

    .div-block-13 {
        grid-column-gap: 15px;
        grid-row-gap: 35px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 27px;
    }

    .div-block-14 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .text-block-11 {
        font-size: 28px;
    }

    .text-block-12 {
        font-size: 18px;
        line-height: 120%;
    }

    .footer {
        gap: 60px;
        margin-top: 12px;
        padding-top: 80px;
    }

    .div-block-16 {
        grid-column-gap: 96px;
        grid-row-gap: 96px;
    }

    .div-block-17 {
        grid-column-gap: 80px;
        grid-row-gap: 80px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .text-block-13 {
        font-size: 96px;
    }

    .div-block-18 {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
    }

    .text-block-14 {
        font-size: 28px;
    }

    .text-block-15 {
        margin-top: 36px;
        font-size: 18px;
    }

    .div-block-21 {
        grid-column-gap: 64px;
        grid-row-gap: 24px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 25px;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    :root {
        --sec-width: 95%;
    }

    .hero-section {
        grid-column-gap: 70px;
        grid-row-gap: 70px;
        justify-content: center;
        align-items: stretch;
        padding: 120px 2.5% 0;
    }

    .hero-section.fixed {
        margin-top: 56px;
    }

    .navbar {
        padding-top: 16px;
        padding-bottom: 0;
    }

    .dropdown-toggle {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .dropdown-list {
        border-radius: 8px;
        width: 60px;
    }

    .button {
        flex: none;
        padding: 12px;
        display: flex;
    }

    .site-title {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        width: 100%;
    }

    .hero-desc {
        text-align: center;
        width: auto;
        max-width: 100%;
        font-size: 20px;
    }

    .div-block-4 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        width: 100%;
        margin-top: 127px;
    }

    .div-block-3 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        margin-left: 2.5%;
    }

    .text-block-2 {
        letter-spacing: 0;
    }

    .div-block-29 {
        grid-column-gap: 160px;
        grid-row-gap: 144px;
        width: var(--sec-width);
        margin-left: auto;
        margin-right: auto;
    }

    .jumbo-text {
        font-size: 96px;
        line-height: 100%;
    }

    .text-block-5 {
        font-size: 20px;
        line-height: 120%;
        text-indent: 0ch;
    }

    .div-block-6.onmobile {
        display: flex;
    }

    .div-block-6 {
        width: 100vw;
        min-width: 100vw;
        margin-left: auto;
        margin-right: 0;
        padding: 24px 12px;
    }

    .text-block-7 {
        font-size: 20px;
        line-height: 120%;
    }

    .image-7 {
        width: 38px;
    }

    .services-section {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
        margin-top: 146px;
    }

    .div-block-8 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        width: 100%;
    }

    .text-block-8 {
        letter-spacing: 0;
        font-size: 36px;
    }

    .text-block-9 {
        font-size: 20px;
        line-height: 24px;
    }

    .div-block-9 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .text-block-10 {
        letter-spacing: 0;
        font-size: 20px;
        line-height: 125%;
    }

    .image-8 {
        width: 24px;
    }

    .images-carousal {
        margin-top: 43px;
    }

    .div-block-11 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        padding-right: 8px;
    }

    .image1 {
        aspect-ratio: 3 / 2;
        width: 400px;
        height: 500px;
        margin-top: 81px;
    }

    .what-makes-us-different-section {
        width: 100%;
        margin-top: 148px;
    }

    .div-block-13 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-columns: 1fr;
        width: var(--sec-width);
        margin-left: auto;
        margin-right: auto;
    }

    .div-block-14 {
        width: 100%;
        max-width: 100%;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .text-block-11 {
        font-size: 24px;
        line-height: 125%;
    }

    .text-block-12 {
        font-size: 16px;
        line-height: 150%;
    }

    .footer {
        gap: 98px;
        width: 100%;
        margin-top: 0;
        padding-top: 109px;
    }

    .div-block-16 {
        grid-column-gap: 171px;
        grid-row-gap: 171px;
        width: var(--sec-width);
        margin-left: auto;
        margin-right: auto;
    }

    .div-block-17 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
    }

    .text-block-13 {
        font-size: 64px;
    }

    .div-block-18 {
        width: 80%;
    }

    .text-block-14 {
        font-size: 32px;
    }

    .text-block-15 {
        font-size: 20px;
        line-height: 150%;
    }

    .div-block-20 {
        flex-flow: wrap;
    }

    .div-block-21 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: column;
        padding-top: 0;
        padding-bottom: 24px;
    }

    .text-block-16 {
        text-align: center;
        width: 100%;
    }
}

/* Mobile Small */
@media screen and (max-width: 479px) {
    .image-13 {
        margin-right: 11px;
    }

    .hero-desc {
        box-sizing: border-box;
        text-align: center;
        object-fit: fill;
        flex: 0 auto;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 18px;
        text-decoration: none;
        display: block;
        overflow: visible;
    }

    .jumbo-text-wrapper {
        align-items: center;
    }

    .jumbo-text {
        box-sizing: border-box;
        box-shadow: none;
        outline-offset: 0px;
        margin-top: 9px;
        margin-bottom: 0;
        font-size: 60px;
    }

    .jumbo-text-wrapper.opposite {
        justify-content: flex-end;
        align-items: center;
        display: flex;
    }

    .text-block-8 {
        font-size: 40px;
    }

    .text-block-9,
    .text-block-10 {
        font-size: 20px;
    }

    .div-block-11 {
        margin-top: 0;
        padding-right: 0;
    }

    .image1 {
        width: 300px;
        max-width: 100%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 42px;
    }

    .what-makes-us-different-section {
        margin-top: 72px;
    }

    .div-block-13 {
        grid-template-rows: 285px 285px 285px 285px 285px 285px;
        grid-auto-rows: minmax(0, 1fr);
        margin-bottom: 75px;
    }

    .text-block-11,
    .text-block-12 {
        font-size: 20px;
    }

    .footer {
        gap: 50px;
        margin-top: -66px;
        margin-bottom: auto;
    }

    .div-block-16 {
        gap: 0px;
        margin-top: 96px;
    }

    .div-block-17 {
        margin-top: -36px;
    }

    .text-block-13 {
        font-size: 60px;
    }

    .div-block-18 {
        margin-top: -63px;
    }

    .text-block-14 {
        font-size: 16px;
    }

    .text-block-15 {
        margin-top: 15px;
        font-size: 16px;
    }

    .div-block-21 {
        margin-top: 36px;
        margin-bottom: 63px;
        padding-top: 52px;
        position: static;
    }

    .text-block-16 {
        text-align: left;
    }
}

/* Animations */
@keyframes loop-left {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop-right {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100px);
    will-change: opacity, transform;
    transition: opacity 1000ms var(--outQuart),
        transform 1000ms var(--outQuart);
}

.slide-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    will-change: opacity, transform;
    transition: opacity 1000ms var(--outQuart),
        transform 1000ms var(--outQuart);
}

.slide-in-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-down {
    opacity: 0;
    transform: translateY(100px);
    will-change: opacity, transform;
    transition: opacity 1000ms var(--outQuart),
        transform 1000ms var(--outQuart);
}

.slide-in-down.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.grow-in {
    opacity: 0;
    transform: scale(0.75);
    will-change: opacity, transform;
    transition: opacity 1000ms var(--outQuart),
        transform 1000ms var(--outQuart);
}

.grow-in.is-visible {
    opacity: 1;
    transform: scale(1);
}

.grow-big-in {
    opacity: 0;
    transform: scale(0);
    will-change: opacity, transform;
    transition: opacity 1000ms var(--outQuart),
        transform 1000ms var(--outQuart);
}

.grow-big-in.is-visible {
    opacity: 1;
    transform: scale(1);
}

.fade-in {
    opacity: 0;
    will-change: opacity;
    transition: opacity 1000ms var(--outQuart);
}

.fade-in.is-visible {
    opacity: 1;
}

/* Source Code Link Styles */
.source-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #000;
    color: #fff;
    padding: 0.75em 1.25em;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 0.75em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.source-link svg {
    fill: currentColor;
}

.source-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}