/* [Colors] */

body {
    --Plum: rgb(62,36,86);
    --Body-Text: rgb(17,17,17);
    --Orange: rgb(238,113,0);
    --Sand: rgb(253,252,248);
    --White: rgb(255,255,255);
    --333: rgb(51,51,51);
    --666: rgb(102,102,102);
}

/* [Global] */

body {
    color: var(--Body-Text);
    position: relative;
    font-size: 16px;
    background: rgba(255,255,255,1.00);
    min-height: 100vh;
    font-family: 'Merriweather';
    font-weight: 400;
    line-height: 1.4;
}

container {
    width: 100%;
    display: block;
    max-width: 1440px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5rem;
    margin-bottom: 0px;
    padding-right: 7.5rem;
}

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Silka';
}

h1 {
    font-size: 60px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Silka';
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Silka';
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Silka';
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Silka';
}

h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Silka';
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Merriweather';
    font-size: 1.25rem;
    line-height: 1.6;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

img {
    display: block;
    max-width: 100%;
}

textarea {
    resize: vertical;
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
}

button {
    cursor: pointer;
}

component {
    display: block;
}

rich-text {
}

blockquote {
    display: block;
    background: #00000008;
    margin-left: 0px;
    padding-top: 15px;
    margin-right: 0px;
    padding-left: 15px;
    border-radius: 6px;
    padding-right: 15px;
    padding-bottom: 15px;
}

blockquote  cite {
    color: rgb(139,139,139);
    display: block;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 15px;
}

section {
}

/* [Classes] */

.stylesheet-part {
    padding: 60px 0px 60px 0px;
    border-bottom: 1px solid rgba(223,223,223,1.00);
}

.button-primary {
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(0,0,0,1);
    background: rgba(0,0,0,1.00);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}

.button-primary:hover {
    color: rgba(0,0,0,1.00);
    background: rgba(255,255,255,1.00);
}

.button-secondary {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(0,0,0,1);
    background: rgba(255,255,255,1.00);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}

.button-secondary:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(0,0,0,1.00);
}

.rich-text-dh-styling  hr {
    width: 100%;
    border: 0px solid rgba(0,0,0,1);
    height: 1px;
    display: block;
    border-top: 1px solid rgb(203,203,203);
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.rich-text-dh-styling {
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.nav-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.main-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background: transparent;
    z-index: 1000;
    transition: all 300ms 0ms ease;
}

.main-nav.scrolling {
    background: rgb(from var(--Sand) r g b / 85%);
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
}

.main-nav.opened {
    background: var(--White);
}

.main-nav.scrolling.down {
    transform: translate(0px,-100%);
}

.main-nav.scrolling.up {
    transform: translate(0px,0px);
    box-shadow: 0px 0px 33px 0px rgb(from var(--Plum) r g b / 8%);
}

.nav-logo {
    width: 10.9375rem;
}

.nav-logo:hover {
    opacity: 85%;
    transition: opacity 300ms 0ms ease;
}

.nav-menu {
    display: flex;
    line-height: 1;
    letter-spacing: 0px;
    align-self: auto;
}

.nav-the-logo {
    max-width: 10.9375rem;
    width: 100%;
    height: auto;
}

.nav-menu-items {
    display: flex;
    padding-left: 0px;
    column-gap: 2rem;
    list-style: none;
    font-family: 'Silka';
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    color: #3e2456;
}

.nav-menu-item {
    color: var(--Plum);
    text-decoration: none;
    display: block;
}

.nav-menu-item:hover {
    color: #ee7100;
}

.nav-menu-toggle {
    width: 48px;
    height: 52px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    row-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
}

.nav-menu-toggle-line {
    width: 48px;
    height: 4px;
    background: var(--Plum);
    border-radius: 20px;
    transform-origin: 100% 100%;
}

.main-nav-icon {
}

.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.heading-main {
    font-size: 2.875rem;
    line-height: 1.1;
    color: var(--Plum);
}

.brace {
    display: inline-flex;
    align-items: baseline;
}

.brace svg {
    height: 1em;
    width: auto;
    vertical-align: baseline;
    pointer-events: none;
    transform: translateY(0.15em);
}

.btn-group {
    display: flex;
    column-gap: 1.5rem;
    align-items: flex-start;
}

.btn-primary {
    color: rgb(255,255,255);
    background: var(--Orange);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Silka';
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01rem;
    transition: all 300ms 0ms ease;
    border: none;
}

.btn-primary:hover {
    background: var(--Plum);
}

.btn-with-text {
    display: flex;
    flex-direction: column;
    column-gap: 12px;
    row-gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

.btn-text {
    font-family: 'Silka';
    font-size: 12px;
    color: var(--333);
    text-align: center;
}

.button-ghost {
    color: var(--333);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Silka';
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01rem;
}

.button-ghost:hover {
    color: var(--Orange);
}

.container-padding {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.heading-large {
    font-family: 'Silka';
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0px;
    color: var(--Plum);
}

.bold {
    font-weight: 700;
}

.heading-medium {
    font-family: 'Silka';
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2-;
    letter-spacing: 0px;
    color: var(--Plum);
}

.heading-intra-small {
    font-family: 'Silka';
    font-weight: 700;
    line-height: 1.5-;
    font-size: 1.125rem;
}

.paragraph-intra-small {
    font-family: 'Silka';
    line-height: 1.5-;
    font-size: 1.125rem;
}

.paragraph-intra-small a {
    color: var(--Body-Text);
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.paragraph-intra-small a::before {
    content: "";
    width: calc(100% + 1rem);
    background: var(--Orange);
    height: 8px;
    display: block;
    left: -0.5rem;
    bottom: 0.25rem;
    position: absolute;
    opacity: 0.33;
    z-index: -1;
    transition: opacity 300ms ease;
}

.paragraph-intra-small a:hover::before {
    opacity: 0.8;
}

.heading-small {
    font-family: 'Silka';
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 700;
}

.attributes-list {
    font-family: 'Silka';
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    padding-left: 2rem;
}

.swiper-wrapper {
}

.swiper-slide {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
    padding-bottom: 4px;
}

.swiper-arrows {
    display: flex;
    margin-top: 2.5rem;
}

.swiper-arrow-left {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    opacity: 0.8;
    transition: 300ms ease opacity;
}

.swiper-arrow-left:hover {
    opacity: 1;
}

.swiper-arrow-right {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    opacity: 0.8;
    transition: 300ms ease opacity;
}

.swiper-arrow-right:hover {
    opacity: 1;
}

.social-media-icon {
    font-size: 2rem;
    color: var(--Plum);
    transition: color 300ms 0ms ease;
}

.social-media-icon-button:hover i {
    color: var(--Orange);
}

.contact-form {
    grid-template-columns: 1fr 1fr;
    display: grid;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
}

.contact-form-label {
    font-family: 'Silka';
    font-size: 1.125rem;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
}

.contact-form-input {
    color: var(--Body-Text);
    border: 1px solid var(--666);
    border-radius: 3px;
    background: var(--White);
    min-height: 3.375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: 'Silka';
    font-size: 1rem;
}

.contact-form-input:focus {
    border: 1px solid var(--Orange);
}

.contact-form-input.dh-error {
    background: rgba(191,18,18,0.4);
}

.contact-form-textarea {
    color: var(--Body-Text);
    border: 1px solid var(--666);
    border-radius: 3px;
    background: var(--White);
    min-height: 12rem;
    font-family: 'Silka';
    font-size: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.footer-logo {
    width: 100%;
}

.home-offer-title {
    position: relative;
    grid-column: span 12;
    margin-bottom: 2.5rem;
}

.home-offer-title::before {
    right: calc(100% + 4rem);
    width: 5rem;
    bottom: 0.8rem;
    height: 8px;
    content: "";
    position: absolute;
    background: var(--Orange);
}

.home-offer-footer-bar {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    font-size: 1rem;
    background: var(--Plum);
    align-items: center;
    font-family: 'Silka';
    font-weight: 700;
    padding-top: 1rem;
    padding-right: 6rem;
    letter-spacing: 0.01rem;
    padding-bottom: 1rem;
    justify-content: center;
    text-decoration: none;
}

.home-offer-footer-bar::before {
    right: calc(100% - 1px);
    width: 9rem;
    bottom: 0;
    height: 100%;
    content: "";
    position: absolute;
    clip-path: polygon(    -1px 0,    calc(100% + 1px) 0,    calc(100% + 1px) 100%,    -1px 100%,    20px 50%  );
    background: var(--Plum);
}

.clip {
    overflow: clip;
}

.menu-spacer {
    background: var(--Sand);
    width: 100%;
    height: 7.5rem;
}

.gsap-mouse-movement {
    will-change: transform;
}

.gsap-slow-fadein {
    will-change: opacity;
}

.gsap-fadein-stagger-item {
    will-change: opacity;
}

.contact-form-message {
    grid-column: span 2;
    grid-row: span 1;
    font-size: 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid var(--Orange);
}

.home-offer-case-bar {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    font-size: 1rem;
    background: var(--Plum);
    align-items: center;
    font-family: 'Silka';
    font-weight: 700;
    line-height: 1.2;
    padding-top: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    letter-spacing: 0.01rem;
    padding-bottom: 0.75rem;
    justify-content: space-between;
    text-decoration: none;
    cursor: wait;
}

.home-offer-case-bar:hover {
    background: var(--Orange);
}

.home-offer-case-bar:hover div {
    transform: translate(0,0) scale(0.9);
}

.background-sand {
    background: var(--Sand);
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

body .t7 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t9 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t11 {
    font-family: 'Silka';
}

body .t12 {
    font-family: 'Silka';
}

body .t13 {
    font-family: 'Silka';
}

body .t14 {
    font-family: 'Silka';
}

body .t15 {
    font-family: 'Silka';
}

body .t16 {
    font-family: 'Silka';
}

body .t18 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t20 {
    display: flex;
    row-gap: 40px;
    column-gap: 40px;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t23 {
    display: flex;
    flex-direction: column;
}

body .t24 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t27 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t29 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t30 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t34 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t35 {
    color: #111111;
}

body .t36 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t37 {
    display: flex;
    column-gap: 100px;
}

body .t40 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t48 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t56 {
    font-family: 'Silka';
}

body .t57 {
}

body .t59 {
    z-index: 1;
    position: relative;
    max-width: 1440px;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    padding-bottom: 7.5rem;
}

body .t60 {
    position: relative;
    background: var(--Sand);
}

body .t61 {
    display: flex;
    align-items: flex-end;
}

body .t62 {
}

body .t63 {
    align-items: center;
}

body .t64 {
}

body .t65 {
}

body .t67 {
    row-gap: 8px;
    column-gap: 8px;
}

body .t68 {
    max-width: 48px;
}

body .t69 {
    z-index: 1;
}

body .t70 {
    z-index: 1;
    position: relative;
    grid-column: span 7;
    padding-top: 6.25rem;
}

body .t71 {
    width: 52rem;
    position: relative;
    background: linear-gradient(90deg,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 50%,var(--Sand) 50%,var(--Sand) 97%);
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

body .t73 {
    margin-bottom: 1.375rem;
}

body .t74 {
    color: var(--Plum);
    display: flex;
    row-gap: 0px;
    flex-wrap: wrap;
    font-size: 1rem;
    column-gap: 15px;
    list-style: none;
    font-family: 'Silka';
    font-weight: 700;
    line-height: 2;
    padding-left: 0px;
    margin-bottom: 3.25rem;
}

body .t76 {
}

body .t78 {
    display: flex;
}

body .t81 {
    grid-column: span 5;
}

body .t82 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;
}

body .t83 {
}

body .t84 {
    top: 12%;
    left: -9%;
    width: 12.5rem;
    z-index: -1;
    position: absolute;
}

body .t85 {
    left: -7rem;
    width: 14rem;
    bottom: -7rem;
    height: 14rem;
    z-index: -1;
    position: absolute;
}

body .t86 {
}

body .t87 {
    position: relative;
}

body .t88 {
    z-index: 1;
    position: relative;
}

body .t90 {
    z-index: 1;
    grid-row: span 2;
    position: relative;
    grid-column: span 4;
}

body .t91 {
    top: 2rem;
    width: 100%;
    height: auto;
    position: sticky;
}

body .t93 {
    grid-column: 6 / 13;
    margin-bottom: 5rem;
}

body .t94 {
    margin-bottom: 2.5rem;
}

body .t95 {
    margin-bottom: 2.5rem;
}

body .t96 {
}

body .t97 {
    display: grid;
    column-gap: 3rem;
    grid-column: 6 / 13;
    margin-bottom: 1.25rem;
}

body .t98 {
    grid-column: span 2;
    margin-bottom: 1.875rem;
}

body .t99 {
    font-family: 'Silka';
    margin-bottom: 2.5rem;
}

body .t100 {
}

body .t102 {
    grid-column: 6 / 13;
}

body .t103 {
    display: flex;
}

body .t104 {
}

body .t106 {
}

body .t107 {
    right: -7rem;
    width: 14rem;
    bottom: -7rem;
    height: 14rem;
    z-index: -1;
    position: absolute;
}

body .t108 {
}

body .t109 {
    top: 0%;
    right: -9%;
    width: 20rem;
    z-index: -1;
    position: absolute;
}

body .t110 {
}

body .t111 {
    position: relative;
    background: var(--Sand);
}

body .t113 {
    row-gap: 4.375rem;
}

body .t114 {
    grid-column: span 12;
}

body .t115 {
    margin-bottom: 2rem;
}

body .t116 {
    max-width: 43.75rem;
}

body .t117 {
    row-gap: 0rem;
    column-gap: 0rem;
    grid-column: span 12;
    margin-bottom: 3rem;
}

body .t118 {
}

body .t119 {
}

body .t120 {
    grid-row: 2 / 3;
    grid-column: span 6;
    margin-bottom: 1.25rem;
}

body .t121 {
    grid-row: 3 / 4;
    grid-column: span 6;
}

body .t122 {
    grid-row: 2 / 3;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t123 {
    grid-row: 3 / 4;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t124 {
    margin-bottom: 1.25rem;
}

body .t125 {
    margin-bottom: 2.5rem;
}

body .t127 {
    margin-bottom: 1.25rem;
}

body .t128 {
}

body .t130 {
    grid-row: 5 / 6;
    grid-column: 1/13;
}

body .t131 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

body .t132 {
    border-radius: 0px 3px 3px 0px;
}

body .t133 {
}

body .t136 {
    width: 100%;
    margin-top: 1.25rem;
}

body .t137 {
    text-align: left;
}

body .t138 {
    z-index: 1;
    grid-row: 2 / 5;
    position: relative;
    grid-column: 8/13;
}

body .t139 {
    top: 0px;
    position: sticky;
}

body .t142 {
    position: relative;
    background: var(--White);
    margin-top: -3rem;
    margin-left: 6.25rem;
}

body .t143 {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

body .t144 {
    color: var(--Plum);
    display: block;
    font-size: 10px;
    font-family: 'Silka';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body .t145 {
    font-size: 14px;
    font-family: 'Silka';
    line-height: 1.5;
}

body .t147 {
    width: 2rem;
    height: 2.25rem;
    display: flex;
    transform: translate(-1rem,0rem);
    transition: all 333ms 0ms ease-out;
    align-items: center;
    justify-content: center;
}

body .t148 {
    width: 100%;
    height: auto;
}

body .t151 {
    margin-top: -3px;
    margin-right: 1rem;
}

body .t153 {
    margin-top: -3px;
    margin-right: 1rem;
}

body .t155 {
    margin-top: -3px;
    margin-right: 1rem;
}

body .t156 {
    row-gap: 0rem;
    column-gap: 0rem;
    grid-column: span 12;
    margin-bottom: 3rem;
}

body .t157 {
}

body .t158 {
}

body .t159 {
    grid-row: 5 / 6;
    grid-column: 1/13;
}

body .t160 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

body .t162 {
    width: 100%;
    margin-top: 1.25rem;
}

body .t163 {
    text-align: left;
}

body .t164 {
    border-radius: 0px 3px 3px 0px;
}

body .t166 {
    margin-top: -3px;
    margin-right: 1rem;
}

body .t167 {
}

body .t169 {
    z-index: 1;
    grid-row: 2 / 5;
    position: relative;
    grid-column: 8/13;
}

body .t170 {
    top: 0px;
    position: sticky;
}

body .t173 {
    position: relative;
    background: rgb(255,255,255);
    margin-top: -3rem;
    margin-left: 6.25rem;
}

body .t174 {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

body .t175 {
    color: rgb(62,36,86);
    display: block;
    font-size: 10px;
    font-family: 'Silka';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body .t176 {
    font-size: 14px;
    font-family: 'Silka';
    line-height: 1.5;
}

body .t178 {
    width: 2rem;
    height: 2.25rem;
    display: flex;
    transform: translate(-1rem,0rem);
    transition: all 333ms 0ms ease-out;
    align-items: center;
    justify-content: center;
}

body .t179 {
    width: 100%;
    height: auto;
}

body .t181 {
    grid-row: 3 / 4;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t182 {
}

body .t184 {
    margin-bottom: 2.5rem;
}

body .t186 {
    margin-bottom: 1.25rem;
}

body .t187 {
    margin-bottom: 1.25rem;
}

body .t188 {
    grid-row: 2 / 3;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t189 {
    grid-row: 2 / 3;
    grid-column: span 6;
    margin-bottom: 1.25rem;
}

body .t190 {
    grid-row: 3 / 4;
    grid-column: span 6;
}

body .t191 {
    row-gap: 0rem;
    column-gap: 0rem;
    grid-column: span 12;
    margin-bottom: 3rem;
}

body .t192 {
}

body .t193 {
}

body .t194 {
    grid-row: 5 / 6;
    grid-column: 1/13;
}

body .t195 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

body .t197 {
    width: 100%;
    margin-top: 1.25rem;
}

body .t198 {
    text-align: left;
}

body .t199 {
    border-radius: 0px 3px 3px 0px;
}

body .t201 {
    margin-top: -3px;
    margin-right: 1rem;
}

body .t202 {
}

body .t204 {
    z-index: 1;
    grid-row: 2 / 5;
    position: relative;
    grid-column: 8/13;
}

body .t205 {
    top: 0px;
    position: sticky;
}

body .t208 {
    position: relative;
    background: rgb(255,255,255);
    margin-top: -3rem;
    margin-left: 6.25rem;
}

body .t209 {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

body .t210 {
    color: rgb(62,36,86);
    display: block;
    font-size: 10px;
    font-family: 'Silka';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body .t211 {
    font-size: 14px;
    font-family: 'Silka';
    line-height: 1.5;
}

body .t213 {
    width: 2rem;
    height: 2.25rem;
    display: flex;
    transform: translate(-1rem,0rem);
    transition: all 333ms 0ms ease-out;
    align-items: center;
    justify-content: center;
}

body .t214 {
    width: 100%;
    height: auto;
}

body .t216 {
    grid-row: 3 / 4;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t217 {
}

body .t219 {
    margin-bottom: 2.5rem;
}

body .t221 {
    margin-bottom: 1.25rem;
}

body .t222 {
    margin-bottom: 1.25rem;
}

body .t223 {
    grid-row: 2 / 3;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t224 {
    grid-row: 2 / 3;
    grid-column: span 6;
    margin-bottom: 1.25rem;
}

body .t225 {
    grid-row: 3 / 4;
    grid-column: span 6;
}

body .t226 {
    row-gap: 0rem;
    column-gap: 0rem;
    grid-column: span 12;
    margin-bottom: 3rem;
}

body .t227 {
}

body .t228 {
}

body .t229 {
    grid-row: 5 / 6;
    grid-column: 1/13;
}

body .t230 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

body .t232 {
    width: 100%;
    margin-top: 1.25rem;
}

body .t233 {
    text-align: left;
}

body .t234 {
    border-radius: 0px 3px 3px 0px;
}

body .t236 {
    margin-top: -3px;
    margin-right: 1rem;
}

body .t237 {
}

body .t239 {
    z-index: 1;
    grid-row: 2 / 5;
    position: relative;
    grid-column: 8/13;
}

body .t240 {
    top: 0px;
    position: sticky;
}

body .t243 {
    position: relative;
    background: rgb(255,255,255);
    margin-top: -3rem;
    margin-left: 6.25rem;
}

body .t244 {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

body .t245 {
    color: rgb(62,36,86);
    display: block;
    font-size: 10px;
    font-family: 'Silka';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body .t246 {
    font-size: 14px;
    font-family: 'Silka';
    line-height: 1.5;
}

body .t248 {
    width: 2rem;
    height: 2.25rem;
    display: flex;
    transform: translate(-1rem,0rem);
    transition: all 333ms 0ms ease-out;
    align-items: center;
    justify-content: center;
}

body .t249 {
    width: 100%;
    height: auto;
}

body .t251 {
    grid-row: 3 / 4;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t252 {
}

body .t254 {
    margin-bottom: 2.5rem;
}

body .t256 {
    margin-bottom: 1.25rem;
}

body .t257 {
    margin-bottom: 1.25rem;
}

body .t258 {
    grid-row: 2 / 3;
    grid-column: 1/7;
    margin-bottom: 4.375rem;
}

body .t259 {
    grid-row: 2 / 3;
    grid-column: span 6;
    margin-bottom: 1.25rem;
}

body .t260 {
    grid-row: 3 / 4;
    grid-column: span 6;
}

body .t261 {
    z-index: 1;
    position: relative;
}

body .t262 {
    z-index: 1;
    position: relative;
}

body .t264 {
    grid-column: span 12;
    margin-bottom: 1.25rem;
}

body .t265 {
    grid-column: span 7;
    margin-bottom: 5.5rem;
}

body .t266 {
    width: 100%;
    max-height: 100%;
    grid-column: span 12;
    padding-right: 4px;
}

body .t267 {
}

body .t268 {
    grid-column: span 5;
    padding-bottom: 4px;
    grid-template-rows: 120px 1fr;
}

body .t269 {
    grid-row: 1/3;
    overflow: clip;
    max-height: 30rem;
    grid-column: 1/3;
}

body .t270 {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

body .t271 {
    display: flex;
    grid-row: 1/2;
    grid-column: 3/6;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
    padding-bottom: 1rem;
}

body .t272 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
}

body .t273 {
    color: var(--Plum);
    display: flex;
    font-size: 1rem;
    align-items: center;
    font-family: 'Silka';
    font-weight: 600;
    line-height: 2;
    text-decoration: none;
}

body .t275 {
    margin-top: -2px;
    margin-right: 8px;
}

body .t276 {
    display: flex;
    z-index: 1;
    grid-row: 2/3;
    position: relative;
    background: var(--White);
    box-shadow: 4px 4px 0px 0px var(--Plum);
    grid-column: 2/6;
    padding-top: 2.8125rem;
    padding-left: 2.5rem;
    border-radius: 0px 0px 3px 0px;
    padding-right: 2.5rem;
    flex-direction: column;
    padding-bottom: 2rem;
    justify-content: space-between;
}

body .t277 {
    font-size: 0.9375rem;
    font-style: italic;
    margin-bottom: 2rem;
}

body .t278 {
    display: flex;
    flex-direction: column;
}

body .t279 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 4px;
}

body .t280 {
    color: var(--333);
    font-size: 12px;
    font-family: 'Silka';
    font-weight: 600;
}

body .t281 {
    column-gap: 1.5rem;
    margin-top: 1rem;
    grid-column: span 12;
    margin-bottom: 4rem;
}

body .t283 {
}

body .t285 {
}

body .t286 {
    top: 10%;
    right: -6%;
    width: 20rem;
    z-index: -1;
    position: absolute;
}

body .t287 {
}

body .t288 {
    grid-column: span 12;
}

body .t289 {
    display: flex;
}

body .t291 {
}

body .t293 {
    margin-top: -3px;
    margin-right: 1rem;
}

body .t294 {
}

body .t295 {
    top: 1rem;
    left: 1rem;
    z-index: -1;
    position: absolute;
}

body .t297 {
    right: -7rem;
    width: 14rem;
    bottom: -7rem;
    height: 14rem;
    z-index: -1;
    position: absolute;
}

body .t298 {
}

body .t299 {
    position: relative;
    background: var(--Sand);
}

body .t300 {
    position: relative;
}

body .t302 {
    grid-column: span 12;
    margin-bottom: 1.25rem;
}

body .t303 {
    grid-column: span 7;
    margin-bottom: 4.375rem;
}

body .t304 {
    grid-column: span 12;
    margin-bottom: 1.25rem;
}

body .t305 {
    grid-row: 4/5;
    grid-column: 1/4;
    margin-bottom: 3rem;
}

body .t307 {
    margin-bottom: 2.5rem;
}

body .t309 {
    margin-bottom: 3.5rem;
}

body .t310 {
}

body .t311 {
    display: flex;
    column-gap: 1rem;
    margin-top: 0.75rem;
    margin-bottom: 3.5rem;
}

body .t316 {
    grid-row: 5/6;
    grid-column: 1/5;
}

body .t317 {
    grid-column: span 12;
    margin-bottom: 1.25rem;
}

body .t320 {
    grid-row: 4/6;
    grid-column: 5/11;
    margin-bottom: 3.75rem;
}

body .t322 {
    margin-bottom: 2rem;
}

body .t323 {
    display: grid;
}

body .t324 {
    margin-bottom: 0.5rem;
}

body .t325 {
}

body .t328 {
    margin-bottom: 0.5rem;
}

body .t329 {
}

body .t330 {
    grid-column: span 2;
}

body .t331 {
    margin-bottom: 0.5rem;
}

body .t334 {
}

body .t336 {
    display: flex;
    grid-column: span 2;
}

body .t337 {
    top: -3%;
    left: -10%;
    width: 12.5rem;
    z-index: -1;
    position: absolute;
}

body .t338 {
}

body .t339 {
    color: var(--White);
    overflow: hidden;
    position: relative;
    background: var(--Plum);
}

body .t342 {
    overflow: clip;
}

body .t344 {
    transform: translate(0px,20%);
    padding-right: 0px;
}

body .t348 {
}

body .t350 {
}

body .t352 {
    font-size: 1rem;
}

body .t353 {
    color: var(--Plum);
    font-family: 'Silka';
    font-weight: 700;
}

body .t354 {
    cursor: pointer;
    transition: all 200ms 0ms linear;
    padding-left: 2rem;
}

body .t354:hover {
    color: var(--Orange);
}

body .t354.dh-active {
    display: none;
}

body .t356 {
}

body .t357 {
}

body .t359 {
    min-height: 80vh;
}

body .t360 {
    display: grid;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
}

body .t361 {
    color: var(--Plum);
    width: 100%;
    z-index: 5;
    grid-row: 1/2;
    font-size: 8rem;
    background: var(--Sand);
    grid-column: 6/13;
    padding-top: 1.5rem;
    padding-left: 3rem;
    padding-right: 0rem;
    padding-bottom: 1.5rem;
}

body .t362 {
    grid-row: 1/2;
    grid-column: 1/7;
}

body .t363 {
    width: 100%;
    height: auto;
}

body .t364 {
    grid-row: 1/2;
    grid-column: 7/13;
    padding-top: 8rem;
}

body .t365 {
    width: 100%;
    height: auto;
}

body .t366 {
    align-items: start;
    justify-items: stretch;
}

body .t367 {
    text-align: right;
    grid-column: 5/13;
}

body .t368 {
    padding-bottom: 1.5rem;
}

body .t369 {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

