:root {
    --header-bg-color: #000000;
    --main-bg-color: #111111;
    --footer-bg-color: #000000;
    --main-text-color: #FFFFFF;
    --link-text-color: #D3FF0A;
    --button-text-color: #FFFFFF;
    --button-bg-color: #D3FF0A;
    --button-second-bg-color: #D3FF0A;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: var(--main-bg-color);
    isolation: isolate;
}

html {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Noto Sans SC, sans-serif;
    line-height: 1.6;
    color: var(--main-text-color);
}

button {
    font-family: Noto Sans SC, sans-serif;
    cursor: pointer;
    border: none !important;
}

a {
    color: var(--link-text-color);
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: var(--link-text-color);
}

h1, h2, h3, h4 {
    color: var(--main-text-color);
}

h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

p {
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
    p {
        font-size: 14px;
        line-height: 29px;
    }
}

strong {
    font-weight: 600;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

table p {
    margin: 0;
}

tbody {
    width: calc(100% - 2px);
    display: table;
}

th {
    background: var(--footer-bg-color);
}

th, td {
    border: 1px solid var(--main-text-color);
    padding: 8px;
    box-sizing: border-box;
}

th:first-child {
    border-top-left-radius: 10px;
}

th:last-child {
    border-top-right-radius: 10px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table::-webkit-scrollbar {
    height: 8px;
}

table::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

table::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

footer, header, nav, section, main {
    display: block;
    position: relative;
}

main {
    flex: 1 0 auto;
    background-color: var(--main-bg-color);
}

section {
    padding: 20px 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    section {
        padding: 20px 0;
    }
}

.arkhausmiamieb1bf83a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1200px) {
    .arkhausmiamieb1bf83a {
        max-width: 100%;
        padding: 0 15px;
    }
}

img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.arkhausmiami6b08b3a1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.arkhausmiamic866fc37:first-child {
    width: 820px;

}
.arkhausmiamic866fc37:last-child {
    flex: 0 0 330px;
}
@media (max-width: 1030px) {
    .arkhausmiami6b08b3a1 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .arkhausmiamic866fc37:first-child, .arkhausmiamic866fc37:last-child {
        width: 100%;
        flex: auto;
    }
}

.arkhausmiami513dd6c3 {
    justify-content: end !important;
}

.arkhausmiamib13c17c8 {
    justify-content: center;
}

.arkhausmiamifa3d81eb {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    height: auto;
    padding: 12px 28px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}
.arkhausmiamifa3d81eb:hover {
    transform: none;
}
.arkhausmiami0e28a4eb {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .arkhausmiami0e28a4eb {
        gap: 20px;
    }
}
.arkhausmiamid676e905 {
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 80%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 24%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px color-mix(in srgb, var(--button-bg-color) 70%, transparent);
}

.arkhausmiamid676e905:hover {
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    background: linear-gradient(180deg, var(--button-bg-color) 0%, color-mix(in srgb, var(--button-bg-color) 30%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px 0px var(--button-bg-color);
}

.arkhausmiami68dbafe2 {
    color: var(--button-text-color);
    background-color: var(--button-second-bg-color);
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-second-bg-color) 80%, transparent) 0%, color-mix(in srgb, var(--button-second-bg-color) 24%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px color-mix(in srgb, var(--button-second-bg-color) 70%, transparent);
}

.arkhausmiami68dbafe2:hover {
    color: var(--button-text-color);
    background-color: var(--button-second-bg-color);
    background: linear-gradient(180deg, var(--button-second-bg-color) 0%, color-mix(in srgb, var(--button-second-bg-color) 30%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px 0px var(--button-second-bg-color);
}

.arkhausmiami2784035a {
    animation: pulse 1.5s infinite;
}

.arkhausmiami810f35e4 {
    text-transform: uppercase;
}


.arkhausmiami5eac23f8 {
    display: none;
    background-color: var(--header-bg-color);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    background: color-mix(in srgb, var(--header-bg-color) 95%, transparent);
    border-bottom: 2px solid color-mix(in srgb, var(--button-bg-color) 20%, transparent);
    border-radius: 0 0 20px 20px;
}

.arkhausmiami5eac23f8 ul, .arkhausmiami5eac23f8 ol, .arkhausmiami5eac23f8 li,
.arkhausmiami96a39f57 ul, .arkhausmiami96a39f57 ol, .arkhausmiami96a39f57 li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}
.arkhausmiami06d2e2cf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.arkhausmiami5387b4fc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: auto;
}

.arkhausmiamia36bf3c1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.arkhausmiami6ad200b7 {
    flex-direction: row;
    height: 80px;
}

.arkhausmiamia36bf3c1 .arkhausmiami6ad200b7 {
    flex-direction: row;
    gap: 10px;
    height: auto;
}

.arkhausmiami7ce57f87 {
    flex-direction: column;
}

.arkhausmiamia36bf3c1.arkhausmiami7ce57f87 {
    padding: 10px 0;
}

.arkhausmiami44e79762 {
    display: flex;
    max-height: 60px;
    height: 100%;
    max-width: 172px;
    align-self: center;
}

.arkhausmiami44e79762 a {
    text-decoration: none;
    display: flex;
}
.arkhausmiami44e79762 img {
    object-fit: contain;
    border-radius: initial;
}

.arkhausmiami8a345a0e {
    display: flex;
}
.arkhausmiami8a345a0e ul {
    display: flex;
    gap: 10px;
    height: 100%;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.arkhausmiami8a345a0e ul li {
    display: flex;
    align-items: center;
    height: 100%;
}

.arkhausmiami8a345a0e ul li a {
    color: var(--link-text-color);
    text-decoration: none;
    padding: 10px;
}

.arkhausmiami8a345a0e ul li a:hover {
    opacity: .2;
}

.arkhausmiamibac5631a img  {
    max-width: 1166px;
    display: block;
    margin: auto;
}

.arkhausmiamidd7066e9 .arkhausmiamieb1bf83a > :not(:last-child) {
    margin-bottom: 30px;
}

.arkhausmiami312a2a08 {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.arkhausmiami312a2a08 .arkhausmiamid676e905 {
    padding: 20px 70px;
    border-radius: 17px;
}

.arkhausmiami1c3d127e {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
}

.arkhausmiami1c3d127e span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--main-text-color);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.arkhausmiami1c3d127e.arkhausmiami727c1c25 span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.arkhausmiami1c3d127e.arkhausmiami727c1c25 span:nth-child(2) {
    opacity: 0;
}

.arkhausmiami1c3d127e.arkhausmiami727c1c25 span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.arkhausmiami4f4a2bbf h1:first-of-type,
.arkhausmiami4f4a2bbf h2:first-of-type,
.arkhausmiami4f4a2bbf h3:first-of-type,
.arkhausmiami4f4a2bbf h4:first-of-type {
    margin-top: 0;
    margin-bottom: 30px;
}

.arkhausmiami4f4a2bbf h1:not(:first-of-type),
.arkhausmiami4f4a2bbf h2:not(:first-of-type),
.arkhausmiami4f4a2bbf h3:not(:first-of-type),
.arkhausmiami4f4a2bbf h4:not(:first-of-type) {
    margin: 30px 0;
}

.arkhausmiami4f4a2bbf .arkhausmiamie1771e01 {
    display: flex;
    align-items: center;
}

.arkhausmiami4f4a2bbf .arkhausmiamie1771e01 p {
    width: 100%;
    margin: 0;
    padding: clamp(12px, 2.5vw, 20px) clamp(16px, 4vw, 40px);
    border-radius: 10px;
    border: none;
    position: relative;
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 10%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 3%, transparent) 100%);
    white-space: nowrap;
}

footer {
    flex-shrink: 0;
    background-color: var(--footer-bg-color);
    color: var(--main-text-color);
}

.arkhausmiamif000198a {
    display: grid;
    flex-direction: column;
    justify-self: center;
    padding: 20px 0;
    gap: 15px 10em;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    max-width: 1166px;
}

.arkhausmiami68921197, .arkhausmiamia138bdcc, .arkhausmiami13e0315a {
    display: flex;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 3;
}

.arkhausmiami16c62766 img {
    border-radius: initial;
}

.arkhausmiamie92c1641 [fill="white"] {
    fill: var(--main-text-color);
}

.arkhausmiamie92c1641 [stroke="white"] {
    stroke: var(--main-text-color);
}

.arkhausmiamif3d90c5e {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 42px;
}

.arkhausmiamid34163e3 {
    text-decoration: none;
    color: var(--link-text-color);
    font-size: 14px;
    display: flex;
    justify-content: center;
    border-radius: 10px !important;
    padding: 9px 20px !important;
    min-width: 80px;
}
.arkhausmiamid34163e3:hover {
    color: var(--link-text-color);
    opacity: .2;
}

.arkhausmiamia138bdcc {
    gap: 50px;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    grid-row: 2;
}

.arkhausmiami13e0315a p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}

.arkhausmiamie7b3f89d {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1em 0;
    font-size: 0.95em;
    gap: 0.5em;
}

.arkhausmiamie7b3f89d li {
    display: flex;
    align-items: center;
}

.arkhausmiamie7b3f89d li a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.arkhausmiamie7b3f89d li::after {
    content: "›";
    margin: 0 0.5em;
}

.arkhausmiamie7b3f89d li:last-child::after {
    content: "";
    margin: 0;
}

.arkhausmiami54a111b9 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.arkhausmiami8cec25dc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1;
}

.arkhausmiami8cec25dc.arkhausmiamiad500eb3 {
    max-width: 550px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 15px 8px var(--button-bg-color);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
}

@keyframes btnPrimaryGlow {
    0% {
        left: 30px;
    }
    100% {
        left: calc(100% - 159px - 30px);
    }
}

@keyframes btnPrimaryFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@property --cta-bc1 {
    syntax: "<color>";
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}
@property --cta-bc2 {
    syntax: "<color>";
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}

@keyframes btnPrimaryBorderColor {
    0% {
        --cta-bc1: var(--button-bg-color);
        --cta-bc2: color-mix(in srgb, var(--button-bg-color) 40%, transparent);
    }
    100% {
        --cta-bc1: color-mix(in srgb, var(--button-second-bg-color) 40%, transparent);
        --cta-bc2: var(--button-second-bg-color);
    }
}

@keyframes btnPrimaryShadowFlow {
    0% {
        box-shadow: -18px 9px 17px color-mix(in srgb, var(--button-bg-color) 50%, transparent);
    }
    100% {
        box-shadow: 18px -9px 17px color-mix(in srgb, var(--button-second-bg-color) 50%, transparent);
    }
}

.arkhausmiami1df28002 {
    display: flex;
    background-color: transparent;
    position: relative;
}

.arkhausmiami8ef06824 {
    position: relative;
    width: 172px;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    flex-shrink: 0;
    z-index: 2;
    box-sizing: border-box;
}

.arkhausmiami31c5751e {
    position: fixed;
    width: 172px;
    top: 0;
    left: 0;
    height: 100vh;
    border-right-width: 2px;
    padding: 20px 22px 40px 22px;
    border-style: solid;
    border-color: color-mix(in srgb, var(--button-bg-color) 20%, transparent);
    background-color: color-mix(in srgb, var(--header-bg-color) 100%, transparent);
    box-sizing: border-box;
}

.arkhausmiami7f9a7380 {
    flex-direction: column;
    row-gap: 50px;
}

.arkhausmiami7f9a7380 .arkhausmiami0e28a4eb {
    flex-direction: column;
    width: 100%;
}

.arkhausmiami7f9a7380 .arkhausmiami8a345a0e ul {
    flex-direction: column;
    width: 100%;
}

.arkhausmiami7f9a7380 .arkhausmiami7a9d96cf {
    width: 100%;
}

.arkhausmiami7f9a7380 .arkhausmiami8a345a0e ul li {
    width: 100%;
    justify-content: center;
}

.arkhausmiami7f9a7380 .arkhausmiami8a345a0e ul li a {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

#arkhausmiamife70d234 {
    flex: 1;
    overflow-x: hidden;
}

.arkhausmiami96a39f57 {
    margin-top: auto;
    position: relative;
    z-index: 1;
    border-top: 2px solid color-mix(in srgb, var(--button-bg-color) 20%, transparent);
    color: var(--main-text-color);
    background-color: color-mix(in srgb, var(--footer-bg-color) 60%, transparent);
}

.arkhausmiami89088aa4 {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.arkhausmiamie8591519 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.arkhausmiamie8591519:first-child {
    flex: 2;
}

.arkhausmiamie8591519:last-child {
    flex: 1;
}

.arkhausmiamicdcf777e {
    max-width: 132px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}
.arkhausmiamicdcf777e img {
    border-radius: 0;
}
.arkhausmiamia138bdcc {
    justify-content: space-between;
}


.arkhausmiamif3d90c5e {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.arkhausmiamif3d90c5e li {
    flex: 0 0 calc(50% - 20px);
}

.arkhausmiamif3d90c5e li:nth-child(odd) {
    flex: auto;
}

.arkhausmiami1f466aff {
    align-content: center;
}
.arkhausmiami4d801b59 {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.arkhausmiami1f466aff .arkhausmiami4d801b59 h1, .arkhausmiami1f466aff .arkhausmiami4d801b59 p {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .arkhausmiami17cb6491 {
        flex-direction: column;
    }

    .arkhausmiami8cec25dc.arkhausmiamiad500eb3 {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .arkhausmiami1df28002 {
        display: block;
    }
    .arkhausmiami8ef06824 {
      display: none;
    }

    .arkhausmiami5eac23f8 {
        display: block;
    }
    .arkhausmiami1c3d127e {
        display: flex;
        order: 1;
    }
    .arkhausmiami250a5883 {
        order: -1;
    }
    .arkhausmiami06d2e2cf {
        justify-content: space-between;
        gap: 20px;
    }
    .arkhausmiami44e79762 {
        max-height: 50px;
    }
    .arkhausmiami44e79762 img {
        max-width: 100px;
    }

   #arkhausmiami62ca4670 {
       position: absolute;
       top: 68px;
       left: 0;
       width: 100%;
       height: 100vh;
       background-color: var(--header-bg-color);
       flex-direction: column;
       align-items: center;
       justify-content: flex-start !important;
       display: none;
   }

    .arkhausmiami8a345a0e ul {
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .arkhausmiami8a345a0e ul li {
        padding: 10px 0;
    }

    .arkhausmiami5eac23f8 .arkhausmiamifa3d81eb {
        padding: 9px 21px;
    }

    #arkhausmiami62ca4670.arkhausmiami727c1c25 {
        display: flex;
    }

    .arkhausmiami6ad200b7 {
       height: 68px;
    }

    .arkhausmiamia36bf3c1.arkhausmiami7ce57f87 {
        flex-direction: row;
    }

    .arkhausmiamif3d90c5e {
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .arkhausmiami89088aa4 {
        flex-direction: column;
        align-items: center;
    }

    .arkhausmiamicdcf777e {
        margin: auto;
    }

    .arkhausmiamia138bdcc {
        justify-content: center;
    }

    .arkhausmiamie7b3f89d {
        font-size: 0.75em;
    }
}



















/* Random Images Block */
.arkhausmiamie25f4de3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    justify-content: center;
}

.arkhausmiamib089b877 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 270px;
    border: 2px solid color-mix(in srgb, var(--button-bg-color) 30%, transparent);
    border-radius: 15px;
}

.arkhausmiami23b3f3b3 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 270px;
    height: 200px;
}

.arkhausmiami23b3f3b3 img {
    max-width: 100%;
    display: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.arkhausmiami41a7e4c0 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 12px;
}

.arkhausmiami23b3f3b3:hover .arkhausmiami41a7e4c0 {
    opacity: 1;
    visibility: visible;
}

.arkhausmiami23b3f3b3 .arkhausmiami0e28a4eb {
    z-index: 2;
}

.arkhausmiami2b28a084 {
    display: flex;
    flex-direction: column;
    position: static;
    bottom: 10px;
    left: 15px;
    align-items: center;
    text-align: center;
}
.arkhausmiami2b28a084 p, .arkhausmiami2b28a084 span {
    margin: 0;
}
.arkhausmiami2b28a084 span {
    font-size: 14px;
}

.arkhausmiami2b28a084 p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (max-width: 1210px) {
    .arkhausmiamib089b877 {
        width: calc(25% - 20px);
    }
    .arkhausmiami23b3f3b3 {
        width: auto;
    }
}

@media screen and (max-width: 992px) {

    .arkhausmiami23b3f3b3 {
        height: 120px;
    }

    .arkhausmiami2b28a084 span {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .arkhausmiamie25f4de3 {
        justify-content: center;
    }
    .arkhausmiamib089b877 {
        width: calc(50% - 10px);
    }
    .arkhausmiami23b3f3b3 {
        width: auto;
        height: 120px;
    }
    .arkhausmiami23b3f3b3 .arkhausmiami0e28a4eb .arkhausmiamifa3d81eb {
        padding: 9px 20px;
        font-size: 12px;
    }
    .arkhausmiami2b28a084{
        bottom: 0;
        left: 10px;
    }
    .arkhausmiami2b28a084 p {
        font-size: 14px;
    }
    .arkhausmiami2b28a084 span {
        line-height: 0;
    }
}

/* TOC Styles */
.arkhausmiamic05d2fd6 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px 0 60px;
    margin: 0;
    display: block;
    column-count: 2;
    column-gap: 40px;
}

.arkhausmiamic05d2fd6 li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.arkhausmiamic05d2fd6 li::marker {
    color: var(--link-text-color);
}

.arkhausmiamic3837477 {
    max-width: 580px;
    margin: 20px auto;
    border-radius: 15px;
    border: none;
    position: relative;
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 10%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 3%, transparent) 100%);
}

.arkhausmiami6b159c3e {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    gap: 10px;
}

.arkhausmiamic05d2fd6.arkhausmiami94071ae9 {
    margin: inherit;
    margin-top: 0;
    padding: 0 20px 20px 60px;
    max-height: 2000px !important;
}

.arkhausmiami9bd59cbd {
    width: 20px;
    height: 21px;
    order: -1;
    display: inline-block;
    background-color: var(--main-text-color);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'><path d='M5.55054 7.1665L14.4489 7.1665C14.7429 7.1665 14.9777 7.26655 15.1534 7.46665C15.3291 7.66592 15.417 7.89882 15.417 8.16534C15.417 8.24899 15.4058 8.33632 15.3834 8.42735C15.3619 8.51756 15.3287 8.60407 15.284 8.6869L10.8114 15.8743C10.7076 16.0269 10.5886 16.1417 10.4544 16.2188C10.321 16.295 10.1697 16.3332 10.0003 16.3332C9.83099 16.3332 9.67963 16.295 9.54624 16.2188C9.41285 16.1425 9.29384 16.0277 9.1892 15.8743L4.71665 8.6869C4.67272 8.60407 4.63957 8.51674 4.61721 8.42489C4.59484 8.33304 4.58366 8.24571 4.58366 8.16288C4.58366 7.89554 4.67152 7.66264 4.84724 7.46419C5.02297 7.26573 5.2574 7.1665 5.55054 7.1665Z'/></svg>") no-repeat center/contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transition: transform 0.3s ease;
}

.arkhausmiami9bd59cbd.arkhausmiami16feb9ec {
    transform: rotate(180deg);
    margin-bottom: -4px;
}

@media (max-width: 500px) {
    .arkhausmiamic05d2fd6 {
        column-count: 1;
    }
}

/* Variation 1 */
.arkhausmiamidd7066e9 img {
            border-radius: 30px;
            border-width: 2px;
            border-style: solid;
            border-color: color-mix(in srgb, var(--button-bg-color) 30%, transparent);
        }
.arkhausmiamidd7066e9 .arkhausmiamiad500eb3 img {
            border-radius: 25px;
        }
.arkhausmiami5eac23f8:has(.arkhausmiami1c3d127e.arkhausmiami727c1c25) {
            border-bottom: none;
            border-radius: 0;
        }
.arkhausmiami7f9a7380 .arkhausmiami8a345a0e ul li a, .arkhausmiamid34163e3 {
            background: color-mix(in srgb, var(--link-text-color) 3%, transparent);
            border-radius: 14px;
            position: relative;
            padding: 12px 20px;
        }
.arkhausmiami8a345a0e ul li a::before, .arkhausmiamid34163e3::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(180deg, color-mix(in srgb, var(--link-text-color) 5%, transparent) 0%, color-mix(in srgb, var(--link-text-color) 2.5%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.arkhausmiami7f9a7380 .arkhausmiami8a345a0e ul li a:hover, .arkhausmiamid34163e3:hover {
            background: color-mix(in srgb, var(--link-text-color) 15%, transparent);
            opacity: 1;
        }
.arkhausmiami8a345a0e ul li a:hover::before, .arkhausmiamid34163e3:hover::before {
            background: linear-gradient(180deg, color-mix(in srgb, var(--link-text-color) 20%, transparent) 0%, color-mix(in srgb, var(--link-text-color) 10%, transparent) 100%);
        }
.arkhausmiami7f9a7380 .arkhausmiami8a345a0e ul li a:active, .arkhausmiamid34163e3:active {
            background: color-mix(in srgb, var(--link-text-color) 7%, transparent);
        }
.arkhausmiami8a345a0e ul li a:active::before, .arkhausmiamid34163e3:active::before {
            background: linear-gradient(180deg, color-mix(in srgb, var(--link-text-color) 20%, transparent) 0%, color-mix(in srgb, var(--link-text-color) 10%, transparent) 100%);
        }
.arkhausmiamid676e905::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(180deg, var(--button-bg-color) 0%, color-mix(in srgb, var(--button-bg-color) 50%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.arkhausmiamid676e905:active {
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 50%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 15%, transparent) 100%) !important;
            border: 2px solid;
            border-image-source: linear-gradient(180deg, var(--button-bg-color) 0%, color-mix(in srgb, var(--button-bg-color) 50%, transparent) 100%);
            border-image-slice: 1;
            box-shadow: 0px 0px 14px 0px var(--button-bg-color);
        }
.arkhausmiami68dbafe2::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(180deg, var(--button-second-bg-color) 0%, color-mix(in srgb, var(--button-second-bg-color) 50%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.arkhausmiami68dbafe2:active {
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-second-bg-color) 50%, transparent) 0%, color-mix(in srgb, var(--button-second-bg-color) 15%, transparent) 100%) !important;
            border: 2px solid;
            border-image-source: linear-gradient(180deg, var(--button-second-bg-color) 0%, color-mix(in srgb, var(--button-second-bg-color) 50%, transparent) 100%);
            border-image-slice: 1;
            box-shadow: 0px 0px 14px 0px var(--button-second-bg-color);
        }
.arkhausmiami5eac23f8 .arkhausmiamifa3d81eb svg path {
            fill: var(--button-text-color);
        }
.arkhausmiami00e76e4d {
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: 1;
            overflow: hidden;
        }
.arkhausmiami77287049 {
            width: 42.2%;
            height: 69%;
            position: absolute;
            border-radius: 50%;
            filter: blur(700px);
        }
.arkhausmiami8af6234e {
            left: 0;
            top: 0;
            background: var(--button-second-bg-color);
        }
.arkhausmiamif2e57b38 {
            right: 0;
            bottom: -50%;
            background: var(--button-bg-color);
        }
.arkhausmiamic3837477::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1px;
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 30%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 15%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.arkhausmiami4f4a2bbf .arkhausmiamie1771e01 p::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1px;
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 30%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 15%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.arkhausmiami41a7e4c0 .arkhausmiamifa3d81eb {
            padding: 12px 43px;
            min-width: 126px;
            width: 100%;        
        }
.arkhausmiamib810ecd2 {
            grid-column: 2;
            grid-row: 1;
            justify-self: end;
            align-self: center;
        }
.arkhausmiamib810ecd2 .arkhausmiamie8591519 {
            flex: unset;
        }
.arkhausmiamib810ecd2 .arkhausmiamif3d90c5e {
            flex-wrap: nowrap;
            gap: 10px;
        }
.arkhausmiamib810ecd2 .arkhausmiamif3d90c5e li {
            flex: unset;
        }
/* Variation 1 — responsive */
@media (min-width: 2000px) {
            .arkhausmiami77287049 {
                filter: blur(1100px);
                opacity: 0.7;
            }
        }
@media (min-width: 3000px) {
            .arkhausmiami77287049 {
                filter: blur(1400px);
                opacity: 0.55;
            }
        }
@media screen and (min-width: 769px) and (max-width: 992px) {

            .arkhausmiamib089b877 {
                width: calc(33.333% - 14px);
            }
            .arkhausmiami41a7e4c0 .arkhausmiamifa3d81eb {
                padding: 10px 16px;
                min-width: auto;
            }
            .arkhausmiamib810ecd2 .arkhausmiamif3d90c5e {
                flex-wrap: wrap;
                gap: 10px 20px;
                justify-content: flex-end;
            }
            .arkhausmiamif000198a {
                grid-template-columns: auto auto;
                gap: 10px;
            }
            .arkhausmiami77287049 {
                filter: blur(500px);
            }
        }
@media screen and (max-width: 768px) {
            .arkhausmiami96a39f57 {
                background: color-mix(in srgb, var(--footer-bg-color) 60%, transparent);
                border-top: 2px solid color-mix(in srgb, var(--button-bg-color) 20%, transparent);
                border-radius: 20px 20px 0 0;
            }
            .arkhausmiamif000198a {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
            .arkhausmiamicdcf777e { order: 1; }
            .arkhausmiamia138bdcc { order: 2; }
            .arkhausmiamib810ecd2 { order: 3; }
            .arkhausmiami13e0315a { order: 4; }
            .arkhausmiamib810ecd2 .arkhausmiamif3d90c5e {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .arkhausmiamia138bdcc {
                gap: 10px;
            }
            
            .arkhausmiami41a7e4c0 .arkhausmiamifa3d81eb {
                padding: 9px 21px;
                min-width: 72px;
            }
            
            .arkhausmiamidd7066e9 img {
                border-radius: 20px;
            }

            .arkhausmiami5eac23f8 .arkhausmiamifa3d81eb {
                font-weight: 800;
                font-size: 12px;
                border-radius: 10px;
                padding: 9px 16px;
            }
            
            .arkhausmiami5eac23f8 .arkhausmiamifa3d81eb svg {
                transform: scale(1.2);
            }

            .arkhausmiami5387b4fc .arkhausmiami8a345a0e ul {
                width: max-content;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
            .arkhausmiami5387b4fc .arkhausmiami8a345a0e ul li {
                width: 100%;
            }
            .arkhausmiami5387b4fc .arkhausmiami8a345a0e ul li a {
                flex: 1;
                display: block;
                width: 100%;
                text-align: center;
                background: color-mix(in srgb, var(--link-text-color) 3%, transparent);
                border-radius: 14px;
                position: relative;
                padding: 12px 20px;
                box-sizing: border-box;
            }
            .arkhausmiami5387b4fc .arkhausmiami8a345a0e ul li a:hover {
                background: color-mix(in srgb, var(--link-text-color) 15%, transparent);
                opacity: 1;
            }
            .arkhausmiami5387b4fc .arkhausmiami8a345a0e ul li a:active {
                background: color-mix(in srgb, var(--link-text-color) 7%, transparent);
            }
            .arkhausmiami77287049 {
                filter: blur(400px);
            }
        }
@media (max-width: 600px) {
            .arkhausmiamib089b877 {
                width: calc(50% - 20px);
            }
            .arkhausmiami41a7e4c0 {
                gap: 5px;
            }
            .arkhausmiami0e28a4eb {
                gap: 10px;
            }
            .arkhausmiami77287049 {
                width: 385px;
                height: 385px;
                filter: blur(300px);
            }
            .arkhausmiami8af6234e {
                left: 50%;
                top: -25%;
            }
            .arkhausmiamif2e57b38 {
                right: 50%;
                bottom: -25%;
            }
        
        
        }
@media (max-width: 500px) {
            .arkhausmiamib810ecd2 .arkhausmiamif3d90c5e {
                gap: 10px;
                justify-content: center;
            }
            .arkhausmiamib810ecd2 .arkhausmiamif3d90c5e li {
                flex: 0 0 calc(50% - 5px);
                display: flex;
                justify-content: center;
            }
        }