@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --font-text: "Open Sans";
    --font-display: "Raleway";
    --kesis-orange: #f15a29;
}

body {
    font-family: var(--font-text), sans-serif;
    background-image: url("/static/img/kesis-bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mry-border-text {
    color: #f0f0ed !important;
    font-family: var(--font-display), sans-serif;
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.04;
    -webkit-text-stroke: 0 transparent;
    -moz-text-stroke: 0 transparent;
    text-shadow: 0 2px 28px rgba(0, 0, 0, .24);
}

.kesis-header-logo,
.kesis-footer-logo {
    line-height: 0;
}

.kesis-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.kesis-brand-emblem,
.kesis-brand-wordmark {
    display: block;
    width: auto;
    object-fit: contain;
}

.kesis-header-logo .kesis-brand-emblem {
    width: 44px;
    height: 44px;
}

.kesis-header-logo .kesis-brand-wordmark {
    height: 32px;
}

.kesis-brand-emblem {
    animation: kesis-emblem-rotation 18s linear infinite;
    transform-origin: 50% 50%;
    will-change: transform;
}

@keyframes kesis-emblem-rotation {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .kesis-brand-emblem {
        animation: none;
        will-change: auto;
    }
}

.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
    width: 100%;
}

.kesis-slider-logo {
    display: block;
    width: auto;
    max-width: min(260px, 50vw);
    max-height: 110px;
    object-fit: contain;
    object-position: left center;
}

.mry-footer.kesis-footer {
    padding: 0;
    border-top: 1px solid rgba(245, 245, 245, .12);
    color: #d7d7d7;
    background: #0b0c0d;
    text-align: left;
}

.kesis-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 1fr) minmax(230px, .65fr);
    column-gap: clamp(56px, 7vw, 120px);
    row-gap: 54px;
    padding: 92px 0 78px;
}

.kesis-footer-brand {
    max-width: 420px;
}

.kesis-footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.kesis-footer-logo .kesis-brand-lockup {
    gap: 13px;
}

.kesis-footer-logo .kesis-brand-emblem {
    width: 58px;
    height: 58px;
}

.kesis-footer-logo .kesis-brand-wordmark {
    height: 42px;
}

.kesis-footer-brand p {
    max-width: 390px;
    margin: 0;
    color: rgba(215, 215, 215, .62);
    font-size: 15px;
    line-height: 1.75;
}

.kesis-footer-label {
    margin-bottom: 24px;
    color: rgba(215, 215, 215, .44);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.kesis-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 34px;
}

.kesis-footer-links a,
.kesis-footer-contact-link,
.kesis-footer-legal a,
.kesis-footer-credit a {
    color: #d7d7d7;
    transition: color .25s ease;
}

.kesis-footer-links a {
    width: fit-content;
    font-size: 14px;
    line-height: 1.45;
}

.kesis-footer-links a:hover,
.kesis-footer-links a:focus-visible,
.kesis-footer-contact-link:hover,
.kesis-footer-contact-link:focus-visible,
.kesis-footer-legal a:hover,
.kesis-footer-legal a:focus-visible,
.kesis-footer-credit a:hover,
.kesis-footer-credit a:focus-visible {
    color: var(--kesis-orange);
}

.kesis-footer-contact {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.kesis-footer-contact-link {
    margin-bottom: 9px;
    font-size: 14px;
}

.kesis-footer-social {
    display: flex;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.kesis-footer-social a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(245, 245, 245, .16);
    color: #d7d7d7;
    background: rgba(245, 245, 245, .02);
    transition: border-color .25s ease,
    color .25s ease,
    background-color .25s ease,
    transform .25s ease;
}

.kesis-footer-social a:hover,
.kesis-footer-social a:focus-visible {
    border-color: var(--kesis-orange);
    color: #ffffff;
    background: var(--kesis-orange);
    transform: translateY(-2px);
}

.kesis-footer-social a:focus-visible,
.kesis-footer-links a:focus-visible,
.kesis-footer-contact-link:focus-visible,
.kesis-footer-legal a:focus-visible,
.kesis-footer-credit a:focus-visible {
    outline: 2px solid var(--kesis-orange);
    outline-offset: 4px;
}

.kesis-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 27px 0 30px;
    border-top: 1px solid rgba(245, 245, 245, .1);
    color: rgba(215, 215, 215, .5);
    font-size: 12px;
}

.kesis-footer-legal {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.kesis-footer-legal a {
    color: rgba(215, 215, 215, .68);
}

.kesis-footer-credit {
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
}

.kesis-footer-credit a {
    color: rgba(215, 215, 215, .82);
}

.mry-masonry-grid {
    min-height: unset !important;
}

@media (max-width: 991px) {
    .kesis-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px 48px;
        padding: 78px 0 64px;
    }

    .kesis-footer-brand {
        max-width: 520px;
        grid-column: 1 / -1;
    }

    .kesis-footer-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .kesis-footer-legal {
        justify-content: flex-end;
    }

}

@media (max-width: 700px) {
    .mry-footer.kesis-footer {
        text-align: left;
    }

    .kesis-footer-main {
        grid-template-columns: 1fr;
        gap: 52px;
        padding: 128px 0 54px;
    }

    .kesis-footer-brand {
        grid-column: auto;
    }

    .kesis-footer-logo .kesis-brand-emblem {
        width: 50px;
        height: 50px;
    }

    .kesis-footer-logo .kesis-brand-wordmark {
        height: 36px;
    }

    .kesis-footer-links {
        gap: 12px 20px;
    }

    .kesis-footer-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding: 25px 0 32px;
    }

    .kesis-footer-legal {
        justify-content: flex-start;
    }

}

.kesis-legal {
    min-height: 72dvh;
    padding: 190px 0 130px;
}

.kesis-legal-copy {
    max-width: 860px;
}

.kesis-legal-label {
    margin-bottom: 22px;
    color: var(--kesis-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.kesis-legal h1 {
    max-width: 760px;
    margin-bottom: 48px;
    color: #f5f5f5;
    font-size: clamp(38px, 4.5vw, 60px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.kesis-legal-body {
    max-width: 760px;
    color: rgba(232, 232, 228, .82);
    font-size: 17px;
    line-height: 1.78;
}

.kesis-legal-body p,
.kesis-legal-body li,
.kesis-legal-body span,
.kesis-legal-body em,
.kesis-legal-body blockquote,
.kesis-legal-body td,
.kesis-legal-body th {
    color: inherit !important;
}

.kesis-legal-body p,
.kesis-legal-body li {
    font-size: inherit !important;
}

.kesis-legal-body p *,
.kesis-legal-body li * {
    font-size: inherit !important;
}

.kesis-legal-body p {
    max-width: 72ch;
    margin: 0 0 20px;
}

.kesis-legal-body h1,
.kesis-legal-body h2,
.kesis-legal-body h3,
.kesis-legal-body h4,
.kesis-legal-body h5,
.kesis-legal-body h6 {
    max-width: 720px;
    color: #f2f2ee !important;
    font-family: var(--font-display), sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.kesis-legal-body h1 {
    margin: 56px 0 22px;
    font-size: clamp(29px, 3vw, 38px) !important;
}

.kesis-legal-body h2 {
    margin: 48px 0 18px;
    font-size: clamp(24px, 2.4vw, 31px) !important;
}

.kesis-legal-body h3 {
    margin: 38px 0 14px;
    font-size: clamp(20px, 2vw, 25px) !important;
}

.kesis-legal-body h4,
.kesis-legal-body h5,
.kesis-legal-body h6 {
    margin: 32px 0 12px;
    font-size: 19px !important;
}

.kesis-legal-body > :first-child {
    margin-top: 0;
}

.kesis-legal-body ul,
.kesis-legal-body ol {
    max-width: 72ch;
    margin: 10px 0 30px;
    padding-left: 1.35em;
    color: inherit;
}

.kesis-legal-body li {
    margin-bottom: 10px;
    padding-left: .35em;
    line-height: 1.7;
}

.kesis-legal-body li::marker {
    color: var(--kesis-orange);
    font-weight: 700;
}

.kesis-legal-body strong,
.kesis-legal-body b {
    color: #f2f2ee !important;
    font-weight: 700;
}

.kesis-legal-body a {
    color: #f5f5f2 !important;
    text-decoration: underline;
    text-decoration-color: var(--kesis-orange);
    text-underline-offset: 4px;
    overflow-wrap: anywhere;
}

.kesis-legal-body blockquote {
    margin: 30px 0;
    padding: 4px 0 4px 22px;
    border-left: 2px solid var(--kesis-orange);
}

.kesis-legal-body table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}

.kesis-legal-body th,
.kesis-legal-body td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    text-align: left;
    vertical-align: top;
}

.kesis-legal-body img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 700px) {
    .kesis-legal {
        min-height: 64dvh;
        padding: 150px 0 90px;
    }

    .kesis-legal h1 {
        margin-bottom: 30px;
        font-size: clamp(34px, 10vw, 42px);
    }

    .kesis-legal-body {
        font-size: 16px;
    }

    .kesis-legal-body h1 {
        font-size: 29px !important;
    }

    .kesis-legal-body h2 {
        margin-top: 40px;
        font-size: 24px !important;
    }
}

.mry-menu nav ul .menu-item a {
    font-size: 32px;
    font-weight: 700;
}

.mry-text:hover {
    color: rgba(215, 215, 215, 0.4);
}

.mry-head-bg .mry-bg-overlay {
    background-image: linear-gradient(0deg, #141414 1%, rgba(20, 20, 20, 0.2) 100%, rgba(20, 20, 20, .2) 100%);
}

.scrollbar-track .scrollbar-thumb {
    background-color: var(--kesis-orange) !important;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--kesis-orange);
}

.mry-subtitle:before {
    background-color: var(--kesis-orange);
}

.project-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .55);
    z-index: 2;
    pointer-events: none;
    width: 50%;
    padding: 1.25rem;
    height: 35%;
}

.project-logo img {
    position: unset !important;
    object-fit: contain !important;
}

.mry-app .mry-top-panel .mry-logo-frame {
    background-color: transparent;
}

.project-banner {
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    pointer-events: none;
}

.project-details-wrapper {
    position: relative;
    width: 100%;
    color: #fff;
    padding-left: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-details-wrapper ul {
    padding-left: 0;
    width: 30%;
}

.project-details-wrapper ul li {
    margin-bottom: .75rem;
    background-color: rgb(255, 255, 255, .2);
    padding: .75rem 1rem;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.project-banner-logo {
    width: 30%;
}

.project-banner-logo img {
    width: 300px;
}

.g-map iframe {
    width: 100%;
    height: 300px;
}

.g-map {
    margin-bottom: 30px;
}

.map-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 30px;
}

.contact-box a {
    color: #fff;
    text-decoration: none;
}

.contact-box a:hover {
    color: var(--kesis-orange);
    text-decoration: none;
}

.section-padding {
    padding: 120px 0;
}

.partners-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.partner-item {
    width: auto;
    padding: 2.2rem;
    text-align: center;
    height: 205px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: #171819;
    transition: background-color .3s ease;
}

.partner-item:hover {
    background: #202123;
}

.partner-logo {
    text-align: center;
    /*margin-bottom: 1.5rem;*/
}

.partner-logo img {
    width: 82%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.8);
    opacity: .78;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.partner-item:hover .partner-logo img {
    filter: grayscale(0) brightness(1);
    opacity: 1;
    transform: scale(1.035);
}

@media (max-width: 991px) {
    .partners-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .partners-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.partner-item h4 {
    margin-bottom: .75rem;

}

.partner-item h4, .partner-item h6 {
    font-weight: 600;
}


.page-detail {
    color: #bdbdbd;
}

.main-img {
    margin-bottom: 30px;
}

.main-img img {
    width: 100%;
}

.page-body {
    margin-bottom: 40px;
}

.kesis-preloader-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kesis-preloader-logo .kesis-brand-lockup {
    gap: 14px;
}

.kesis-preloader-logo .kesis-brand-emblem {
    width: 64px;
    height: 64px;
}

.kesis-preloader-logo .kesis-brand-wordmark {
    height: 46px;
}

@media (max-width: 768px) {
    .kesis-preloader-logo .kesis-brand-lockup {
        gap: 11px;
    }

    .kesis-preloader-logo .kesis-brand-emblem {
        width: 54px;
        height: 54px;
    }

    .kesis-preloader-logo .kesis-brand-wordmark {
        height: 39px;
    }
}

.kesis-page-title {
    color: #f5f5f5;
    font-size: clamp(54px, 8vw, 112px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.055em;
}

.kesis-language-switcher {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 32px;
    color: #666;
}

.kesis-language-switcher button {
    padding: 0;
    border: 0;
    color: #777;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    cursor: pointer;
}

.kesis-language-switcher button:hover,
.kesis-language-switcher button.is-active {
    color: #f15a29;
}

.mry-menu-button-frame {
    gap: 22px;
    padding-right: 34px;
}

.kesis-header-language {
    position: relative;
    margin: 0;
}

.kesis-language-popover {
    position: relative;
}

.kesis-language-popover summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 62px;
    height: 36px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #f1f1f1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    cursor: pointer;
    list-style: none;
}

.kesis-language-popover summary::-webkit-details-marker {
    display: none;
}

.kesis-language-popover summary i {
    color: #777;
    font-size: 8px;
    transition: transform .25s ease, color .25s ease;
}

.kesis-language-popover summary:hover,
.kesis-language-popover summary:focus-visible {
    border-color: #f15a29;
    outline: none;
}

.kesis-language-popover summary:hover i,
.kesis-language-popover summary:focus-visible i {
    color: #f15a29;
}

.kesis-language-popover[open] summary i {
    transform: rotate(180deg);
}

.kesis-language-popover-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 3;
    min-width: 92px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #18191a;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .34);
}

.kesis-language-popover-menu button {
    display: block;
    width: 100%;
    padding: 9px 10px;
    border: 0;
    color: #a7a7a7;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: left;
    cursor: pointer;
}

.kesis-language-popover-menu button:hover,
.kesis-language-popover-menu button:focus-visible,
.kesis-language-popover-menu button.is-active {
    color: #f5f5f5;
    background: rgba(255, 255, 255, .07);
    outline: none;
}

.kesis-language-popover-menu button.is-active::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    margin: 0 0 3px 8px;
    background: #f15a29;
}

/* Homepage activity areas */
.kesis-activities {
    padding: 140px 0 120px;
    color: #f1f1f1;
}

.kesis-activities-heading {
    max-width: 760px;
    margin-bottom: 54px;
}

.kesis-activities-heading h2 {
    margin-bottom: 22px;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.kesis-activities-heading p {
    max-width: 650px;
    margin: 0;
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1.75;
}

.kesis-activity-wheel {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 980px);
    aspect-ratio: 1;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background: #171819;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 40px 100px rgba(0, 0, 0, .35);
}

.kesis-activity-wheel-legacy[hidden] {
    display: none !important;
}

.kesis-activity-wheel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: rgba(8, 9, 10, .28);
    pointer-events: none;
}

.kesis-activity-branch {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #f5f5f5;
    background: #222;
}

.kesis-activity-branch-1 {
    --kesis-overlay-origin: 100% 100%;
}

.kesis-activity-branch-2 {
    --kesis-overlay-origin: 0% 100%;
}

.kesis-activity-branch-3 {
    --kesis-overlay-origin: 100% 0%;
}

.kesis-activity-branch-4 {
    --kesis-overlay-origin: 0% 0%;
}

.kesis-activity-branch:nth-of-type(1),
.kesis-activity-branch:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.kesis-activity-branch:nth-of-type(1),
.kesis-activity-branch:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.kesis-activity-branch img,
.kesis-activity-branch-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.kesis-activity-branch img {
    object-fit: cover;
    filter: saturate(.78) contrast(1.08);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}

.kesis-activity-branch-shade {
    z-index: 1;
    background: radial-gradient(circle at var(--kesis-overlay-origin),
    rgba(10, 11, 12, .54) 0%,
    rgba(10, 11, 12, .38) 42%,
    rgba(10, 11, 12, .27) 100%);
}

.kesis-activity-branch-content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 120px);
    padding: 0;
    pointer-events: none;
}

.kesis-activity-branch-1 .kesis-activity-branch-content {
    right: 76px;
    bottom: 68px;
    align-items: flex-end;
    text-align: right;
}

.kesis-activity-branch-2 .kesis-activity-branch-content {
    bottom: 68px;
    left: 76px;
}

.kesis-activity-branch-3 .kesis-activity-branch-content {
    top: 68px;
    right: 76px;
    align-items: flex-end;
    text-align: right;
}

.kesis-activity-branch-4 .kesis-activity-branch-content {
    top: 68px;
    left: 76px;
}

.kesis-activity-branch-content small {
    margin-bottom: 10px;
    color: #f15a29;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.kesis-activity-branch-content strong {
    color: #f5f5f5;
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.045em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
    white-space: nowrap;
}

.kesis-activity-branch-content em {
    margin-top: 12px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.kesis-activity-wheel-core {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 92px;
    transform: translate(-50%, -50%);
}

.kesis-activity-core-logo {
    display: block;
    width: 100%;
    filter: drop-shadow(0 5px 18px rgba(0, 0, 0, .56));
}

.kesis-activity-core-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.kesis-activity-branch:hover img,
.kesis-activity-branch:focus-visible img {
    transform: scale(1.055);
    filter: saturate(1) contrast(1.04);
}

.kesis-activity-branch:focus-visible {
    outline: 3px solid #f15a29;
    outline-offset: -6px;
}

/* Trade */
.kesis-trade-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 92dvh;
    overflow: hidden;
}

.kesis-trade-hero-image,
.kesis-trade-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.kesis-trade-hero-image {
    object-fit: cover;
}

.kesis-trade-hero-shade {
    background: linear-gradient(90deg, rgba(10, 11, 12, .94) 8%, rgba(10, 11, 12, .55) 58%, rgba(10, 11, 12, .15)), linear-gradient(0deg, rgba(10, 11, 12, .75), transparent 55%);
}

.kesis-trade-hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.kesis-trade-hero h1 {
    color: #f5f5f5;
    font-size: clamp(66px, 10vw, 148px);
    font-weight: 500;
    line-height: .88;
    letter-spacing: -.065em;
}

.kesis-trade-hero p {
    max-width: 650px;
    margin: 28px 0 36px;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(17px, 2vw, 23px);
    line-height: 1.55;
}

.kesis-trade-intro .page-body {
    color: #c6c6c6;
    font-size: 18px;
    line-height: 1.8;
}

.kesis-trade-products {
    background: #101112;
}

.kesis-trade-products-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.kesis-trade-products-heading h2 {
    color: #f5f5f5;
    font-size: clamp(42px, 6vw, 82px);
    line-height: .98;
    letter-spacing: -.05em;
}

.kesis-trade-products-heading p {
    max-width: 410px;
    margin: 0 0 8px;
    color: #9fa0a1;
    font-size: 16px;
    line-height: 1.7;
}

.kesis-trade-filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 42px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.kesis-trade-filters button {
    min-height: 72px;
    padding: 0 18px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .14);
    color: #aaa;
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease, background .25s ease;
}

.kesis-trade-filters button:last-child {
    border-right: 0;
}

.kesis-trade-filters button:hover,
.kesis-trade-filters button.is-active {
    color: #fff;
    background: #f15a29;
}

.kesis-trade-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .12);
}

.kesis-trade-card {
    min-width: 0;
    background: #171819;
}

.kesis-trade-card[hidden] {
    display: none;
}

.kesis-trade-card-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.kesis-trade-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}

.kesis-trade-card:hover .kesis-trade-card-image img {
    transform: scale(1.04);
}

.kesis-trade-card-image span {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: rgba(16, 17, 18, .78);
    font-size: 11px;
    font-weight: 700;
}

.kesis-trade-card-copy {
    min-height: 150px;
    padding: 26px 28px 30px;
}

.kesis-trade-card-copy small {
    color: #f15a29;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.kesis-trade-card-copy h3 {
    margin-top: 12px;
    color: #f5f5f5;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.15;
}

.kesis-trade-card-copy p {
    margin: 10px 0 0;
    color: #949596;
    font-size: 14px;
    line-height: 1.6;
}

@media (min-width: 992px) and (max-height: 900px) {
    .kesis-activity-wheel {
        width: min(100%, 820px, 92dvh);
    }

    .kesis-activity-wheel-core {
        width: 72px;
    }

    .kesis-activity-branch-content {
        max-width: calc(100% - 84px);
    }

    .kesis-activity-branch-1 .kesis-activity-branch-content {
        right: 48px;
        bottom: 44px;
    }

    .kesis-activity-branch-2 .kesis-activity-branch-content {
        bottom: 44px;
        left: 48px;
    }

    .kesis-activity-branch-3 .kesis-activity-branch-content {
        top: 44px;
        right: 48px;
    }

    .kesis-activity-branch-4 .kesis-activity-branch-content {
        top: 44px;
        left: 48px;
    }

    .kesis-activity-branch-content strong {
        font-size: clamp(25px, 2.6vw, 34px);
    }
}

@media (max-width: 991px) {
    .kesis-activity-wheel {
        width: min(100%, 760px);
    }

    .kesis-activity-wheel-core {
        width: 78px;
    }

    .kesis-activity-branch-content {
        max-width: calc(100% - 88px);
    }

    .kesis-activity-branch-1 .kesis-activity-branch-content {
        right: 54px;
        bottom: 50px;
    }

    .kesis-activity-branch-2 .kesis-activity-branch-content {
        bottom: 50px;
        left: 54px;
    }

    .kesis-activity-branch-3 .kesis-activity-branch-content {
        top: 50px;
        right: 54px;
    }

    .kesis-activity-branch-4 .kesis-activity-branch-content {
        top: 50px;
        left: 54px;
    }

    .kesis-activity-branch-content strong {
        font-size: clamp(26px, 3.8vw, 36px);
    }

    .kesis-trade-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kesis-trade-products-heading {
        display: block;
    }

    .kesis-trade-products-heading p {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .kesis-activities {
        padding: 95px 0 80px;
    }

    .kesis-activities-heading {
        margin-bottom: 36px;
    }

    .kesis-activity-wheel {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        aspect-ratio: auto;
        border-radius: 0;
        box-shadow: none;
    }

    .kesis-activity-wheel-core {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-row: 1;
        width: 100%;
        min-height: 96px;
        padding: 20px;
        transform: none;
    }

    .kesis-activity-core-logo {
        width: 88px;
    }

    .kesis-activity-branch {
        min-height: 270px;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .14) !important;
    }

    .kesis-activity-branch-content {
        top: auto !important;
        right: 26px !important;
        bottom: 26px !important;
        left: 26px !important;
        max-width: calc(100% - 52px);
        align-items: flex-start !important;
        text-align: left !important;
    }

    .kesis-activity-branch-content strong {
        font-size: 34px;
    }

    .kesis-trade-hero {
        min-height: 85dvh;
    }

    .kesis-trade-hero-content {
        padding-bottom: 70px;
    }

    .kesis-trade-products-heading h2 br {
        display: none;
    }

    .kesis-trade-filters {
        display: flex;
        overflow-x: auto;
    }

    .kesis-trade-filters button {
        flex: 0 0 auto;
        min-height: 58px;
    }

    .kesis-trade-grid {
        grid-template-columns: 1fr;
    }

    .kesis-page-title {
        font-size: clamp(48px, 16vw, 78px);
    }
}

.kesis-activity-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, .72fr));
    grid-template-rows: 340px 340px;
    gap: 24px;
}

.kesis-activity {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 0;
    color: #f5f5f5;
    background: #202124;
    isolation: isolate;
    box-shadow: inset 0 0 0 1px rgba(245, 245, 245, .08);
}

.kesis-activity-featured {
    grid-row: 1 / 3;
}

.kesis-activity-construction {
    grid-column: 2 / 4;
}

.kesis-activity img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.92) contrast(1.02);
    transition: transform .85s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}

.kesis-activity-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(15, 16, 17, .03) 20%, rgba(15, 16, 17, .22) 48%, rgba(15, 16, 17, .94) 100%),
    linear-gradient(90deg, rgba(15, 16, 17, .18), transparent 52%);
    transition: background-color .4s ease;
}

.kesis-activity-content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 34px;
}

.kesis-activity-featured .kesis-activity-content {
    padding: 44px 46px;
}

.kesis-activity-kicker {
    margin-bottom: 14px;
    color: #f15a29;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.kesis-activity strong {
    color: #f5f5f5;
    font-size: clamp(36px, 3.4vw, 52px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.kesis-activity-secondary strong {
    font-size: clamp(26px, 2vw, 32px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.kesis-activity-construction strong {
    font-size: clamp(34px, 3vw, 44px);
}

.kesis-activity-copy {
    max-width: 510px;
    margin-top: 13px;
    color: rgba(245, 245, 245, .74);
    font-size: 14px;
    line-height: 1.6;
}

.kesis-activity-featured .kesis-activity-copy,
.kesis-activity-construction .kesis-activity-copy {
    font-size: 15px;
}

.kesis-activity-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    color: #f5f5f5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.kesis-activity-link i {
    color: #f15a29;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.kesis-activity:hover img,
.kesis-activity:focus-visible img {
    transform: scale(1.035);
    filter: saturate(1.02) contrast(1.04);
}

.kesis-activity:hover .kesis-activity-link i,
.kesis-activity:focus-visible .kesis-activity-link i {
    transform: translateX(5px);
}

.kesis-activity:focus-visible {
    outline: 2px solid #f15a29;
    outline-offset: 4px;
}

/* Landscape design page */
.kesis-landscape-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 100dvh;
    overflow: hidden;
}

.kesis-landscape-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kesis-landscape-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, .12) 30%, rgba(20, 20, 20, .92) 100%);
}

.kesis-landscape-hero .container {
    position: relative;
    z-index: 1;
}

.kesis-landscape-title {
    max-width: 800px;
    padding: 0 0 90px;
}

.kesis-landscape-title h1 {
    margin-bottom: 20px;
    color: #f5f5f5;
    font-size: clamp(58px, 8vw, 116px);
    line-height: .95;
    letter-spacing: -.055em;
}

.kesis-landscape-title p {
    max-width: 620px;
    margin: 0;
    color: rgba(245, 245, 245, .82);
    font-size: 19px;
    line-height: 1.65;
}

.kesis-landscape-intro {
    padding: 130px 0 150px;
}

.kesis-landscape-intro h2 {
    max-width: 760px;
    margin-bottom: 40px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.kesis-landscape-intro .mry-text {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.8;
}

.kesis-landscape-admin-copy p {
    margin-bottom: 24px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.kesis-landscape-admin-copy p:last-child {
    margin-bottom: 0;
}

.kesis-landscape-intro .mry-btn {
    margin-top: 22px;
}

.kesis-landscape-gallery {
    padding: 0 0 140px;
}

.kesis-landscape-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 270px;
    gap: 20px;
}

.kesis-landscape-gallery-grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.kesis-landscape-gallery-main {
    grid-column: 1 / 9;
    grid-row: 1 / 3;
}

.kesis-landscape-gallery-side-a {
    grid-column: 9 / 13;
    grid-row: 1;
}

.kesis-landscape-gallery-side-b {
    grid-column: 9 / 13;
    grid-row: 2;
}

.kesis-landscape-gallery-residential {
    grid-column: 1 / 6;
    grid-row: 3;
}

.kesis-landscape-gallery-city {
    grid-column: 6 / 13;
    grid-row: 3;
}

.kesis-landscape-gallery-park {
    grid-column: 1 / 8;
    grid-row: 4;
}

.kesis-landscape-gallery-complex {
    grid-column: 8 / 13;
    grid-row: 4;
}

.kesis-landscape-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.kesis-landscape-gallery-grid figure:hover img {
    transform: scale(1.025);
}

.kesis-landscape-services {
    padding: 130px 0 150px;
}

.kesis-landscape-services-heading {
    max-width: 820px;
    margin-bottom: 56px;
}

.kesis-landscape-services-heading h2 {
    margin-bottom: 24px;
    font-size: clamp(44px, 5.2vw, 74px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.kesis-landscape-services-heading p {
    max-width: 680px;
    margin: 0;
    color: #bdbdbd;
    font-size: 17px;
    line-height: 1.7;
}

.kesis-service-radial {
    position: relative;
    width: min(1120px, 100%);
    height: 1100px;
    margin: -18px auto 0;
    isolation: isolate;
}

.kesis-service-wheel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: #171819;
    box-shadow: 0 36px 90px rgba(5, 6, 7, .36);
    transform: translate(-50%, -50%);
}

.kesis-service-wheel::before,
.kesis-service-wheel::after {
    content: "";
    position: absolute;
    z-index: 16;
    border-radius: 50%;
    pointer-events: none;
}

.kesis-service-wheel::before {
    inset: -14px;
    border: 1px solid rgba(245, 245, 245, .1);
}

.kesis-service-wheel::after {
    inset: 112px;
    border: 1px solid rgba(245, 245, 245, .14);
}

.kesis-service-segment {
    --service-angle: calc(var(--service-index) * 25.714285deg);
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: #202224;
    clip-path: polygon(50% 50%, 50% 0, 70.7% 4.5%);
    cursor: pointer;
    filter: grayscale(.45) saturate(.82);
    transform: rotate(var(--service-angle));
    transform-origin: center;
    transition: filter .4s ease,
    transform .5s cubic-bezier(.16, 1, .3, 1);
}

.kesis-service-segment::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 17, 18, .14), rgba(16, 17, 18, .64));
}

.kesis-service-segment-image {
    position: absolute;
    inset: 0;
    background-image: var(--service-image);
    background-position: center;
    background-size: cover;
    transform: rotate(calc(-1 * var(--service-angle))) scale(1.16);
    transform-origin: center;
}

.kesis-service-segment.is-active {
    z-index: 2;
    filter: grayscale(0) saturate(1.08) brightness(1.16);
    transform: rotate(var(--service-angle)) scale(1.025);
}

.kesis-home-activity-radial .kesis-service-segment {
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%);
}

.kesis-home-activity-radial .kesis-service-wheel-center a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.kesis-service-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    display: grid;
    width: 240px;
    height: 240px;
    place-items: center;
    border: 1px solid rgba(245, 245, 245, .14);
    border-radius: 50%;
    background: #121314;
    box-shadow: inset 0 0 0 12px rgba(245, 245, 245, .018),
    0 20px 60px rgba(5, 6, 7, .42);
    transform: translate(-50%, -50%);
}

.kesis-service-wheel-center img {
    width: 156px;
    height: auto;
}

.kesis-service-orbit-label {
    --service-angle: calc((var(--service-index) * 25.714285deg) + 12.857142deg);
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 10px;
    width: 200px;
    min-height: 72px;
    padding: 10px 4px;
    border: 0;
    color: #f5f5f5;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transform: translate(-50%, -50%) rotate(var(--service-angle)) translateY(-470px) rotate(calc(-1 * var(--service-angle)));
    transition: color .3s ease,
    transform .45s cubic-bezier(.16, 1, .3, 1);
}

.kesis-service-orbit-label::before {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 0;
    left: 4px;
    height: 1px;
    background: rgba(245, 245, 245, .13);
    transform: scaleX(.38);
    transform-origin: left;
    transition: background-color .3s ease,
    transform .45s cubic-bezier(.16, 1, .3, 1);
}

.kesis-service-index {
    color: #f15a29;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.kesis-service-orbit-label strong {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.kesis-service-orbit-label i {
    color: #f15a29;
    font-size: 10px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .3s ease,
    transform .35s cubic-bezier(.16, 1, .3, 1);
}

.kesis-service-orbit-label:hover,
.kesis-service-orbit-label.is-active,
.kesis-service-orbit-label:focus-visible {
    color: #ffffff;
}

.kesis-service-orbit-label:hover::before,
.kesis-service-orbit-label.is-active::before,
.kesis-service-orbit-label:focus-visible::before {
    background: #f15a29;
    transform: scaleX(1);
}

.kesis-service-orbit-label:hover i,
.kesis-service-orbit-label.is-active i,
.kesis-service-orbit-label:focus-visible i {
    opacity: 1;
    transform: translateX(0);
}

.kesis-service-orbit-label:focus-visible {
    outline: 2px solid #f15a29;
    outline-offset: 4px;
}

.kesis-service-orbit-label:active {
    margin-top: 1px;
}

.kesis-landscape-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 110px;
    padding-top: 60px;
    border-top: 1px solid rgba(215, 215, 215, .16);
}

.kesis-landscape-cta h2 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.kesis-service-dialog {
    overflow: hidden;
    width: min(1100px, calc(100vw - 48px));
    max-width: none;
    max-height: min(780px, calc(100dvh - 48px));
    padding: 0;
    border: 1px solid rgba(245, 245, 245, .12);
    color: #f5f5f5;
    background: #1d1e20;
    box-shadow: 0 30px 100px rgba(6, 7, 8, .58);
}

.kesis-service-dialog[open] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    animation: kesis-dialog-in .45s cubic-bezier(.16, 1, .3, 1);
}

.kesis-service-dialog::backdrop {
    background: rgba(10, 11, 12, .82);
    backdrop-filter: blur(10px);
}

.kesis-service-dialog-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(245, 245, 245, .22);
    color: #f5f5f5;
    background: rgba(20, 20, 20, .72);
    cursor: pointer;
}

.kesis-service-dialog-close:hover,
.kesis-service-dialog-close:focus-visible {
    border-color: #f15a29;
    color: #f15a29;
}

.kesis-service-dialog-media {
    min-height: 570px;
}

.kesis-service-dialog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kesis-service-dialog-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 48px;
}

.kesis-service-dialog-copy h2 {
    margin-bottom: 24px;
    color: #f5f5f5;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.kesis-service-dialog-copy p {
    margin: 0;
    color: #bdbdbd;
    font-size: 17px;
    line-height: 1.75;
}

@keyframes kesis-dialog-in {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 991px) {
    .kesis-activities {
        padding: 100px 0 90px;
    }

    .kesis-activity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 560px 310px 310px;
    }

    .kesis-activity-featured {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .kesis-activity-construction {
        grid-column: 1 / 3;
    }

    .kesis-landscape-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 260px;
    }

    .kesis-landscape-gallery-main {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 520px;
    }

    .kesis-landscape-gallery-side-a,
    .kesis-landscape-gallery-side-b,
    .kesis-landscape-gallery-residential,
    .kesis-landscape-gallery-city,
    .kesis-landscape-gallery-park,
    .kesis-landscape-gallery-complex {
        grid-column: auto;
        grid-row: auto;
    }

    .kesis-service-radial {
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin: 0;
    }

    .kesis-service-wheel {
        position: relative;
        top: auto;
        left: auto;
        width: 340px;
        height: 340px;
        grid-column: 1 / -1;
        margin: 10px auto 46px;
        transform: none;
    }

    .kesis-service-wheel::after {
        inset: 56px;
    }

    .kesis-service-wheel-center {
        width: 126px;
        height: 126px;
    }

    .kesis-service-wheel-center img {
        width: 86px;
    }

    .kesis-service-orbit-label {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-height: 92px;
        padding: 18px 20px;
        background: #1c1d1f;
        transform: none;
    }

    .kesis-service-orbit-label::before {
        display: none;
    }

    .kesis-service-orbit-label strong {
        font-size: 14px;
    }

    .kesis-service-orbit-label i {
        opacity: .75;
        transform: none;
    }

    .kesis-service-dialog[open] {
        grid-template-columns: 1fr;
        overflow-y: auto;
    }

    .kesis-service-dialog-media {
        min-height: 360px;
    }
}

@media (max-width: 700px) {
    .kesis-activities {
        padding: 112px 0 72px;
    }

    .kesis-activities-heading {
        margin-bottom: 36px;
    }

    .kesis-activities-heading h2 {
        font-size: 40px;
    }

    .kesis-activities-heading p {
        font-size: 16px;
        line-height: 1.65;
    }

    .kesis-activity-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .kesis-activity {
        min-height: 360px;
    }

    .kesis-activity-featured {
        min-height: 520px;
    }

    .kesis-activity-content,
    .kesis-activity-featured .kesis-activity-content {
        padding: 28px;
    }

    .kesis-activity strong,
    .kesis-activity-secondary strong {
        font-size: 30px;
    }

    .kesis-activity-featured strong {
        font-size: 40px;
    }

    .kesis-landscape-title {
        padding-bottom: 70px;
    }

    .kesis-landscape-title h1 {
        font-size: 58px;
    }

    .kesis-landscape-title p {
        font-size: 17px;
    }

    .kesis-landscape-intro {
        padding: 90px 0 110px;
    }

    .kesis-landscape-intro h2 {
        font-size: 40px;
    }

    .kesis-landscape-gallery {
        padding-bottom: 100px;
    }

    .kesis-landscape-gallery-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .kesis-landscape-gallery-grid figure {
        height: 280px;
    }

    .kesis-landscape-gallery-main {
        height: 420px !important;
    }

    .kesis-landscape-services {
        padding: 110px 0;
    }

    .kesis-landscape-services-heading {
        margin-bottom: 38px;
    }

    .kesis-landscape-services-heading h2 {
        font-size: 40px;
    }

    .kesis-landscape-services-heading p {
        font-size: 16px;
    }

    .kesis-service-radial {
        grid-template-columns: 1fr;
    }

    .kesis-service-wheel {
        width: min(310px, calc(100vw - 64px));
        height: min(310px, calc(100vw - 64px));
    }

    .kesis-service-orbit-label {
        min-height: 78px;
        padding: 15px 18px;
    }

    .kesis-landscape-cta {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 80px;
        padding-top: 42px;
    }

    .kesis-landscape-cta h2 {
        font-size: 40px;
    }

    .kesis-service-dialog {
        width: calc(100vw - 28px);
        max-height: calc(100dvh - 28px);
    }

    .kesis-service-dialog-media {
        min-height: 260px;
    }

    .kesis-service-dialog-copy {
        padding: 40px 26px 34px;
    }

    .kesis-service-dialog-copy h2 {
        padding-right: 28px;
        font-size: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kesis-activity img,
    .kesis-activity-link i {
        transition: none;
    }

    .kesis-landscape-gallery-grid img,
    .kesis-service-segment,
    .kesis-service-orbit-label,
    .kesis-service-orbit-label::before,
    .kesis-service-orbit-label i {
        transition: none;
    }

    .kesis-service-dialog[open] {
        animation: none;
    }
}
