body {
    overflow: hidden;
    overflow-y: auto;/*
    --KAH-color-theme-1: rgb(45, 45 ,45);*/
    --KAH-color-theme-1: rgb(5, 5, 15);
    --defaultfontfamily: 'Carrois Gothic', sans-serif;
    --defaultfontfamily2: 'Trade Gothic LT Std', system-ui, sans-serif;
    --KAH-white: rgb(204, 204, 204);
}
.page-contents-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: repeat(1, auto);
}
.banner1 {
    position: relative;
    width: 100%;
    top: 0;
    height: fit-content;
    padding-top: 0.6em;
    padding-bottom: 0.7777em;
    background: rgb(85, 165, 234);
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 4px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    grid-row: 1/1;
}
.account-icon-display-container-wrapper {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 100%;
    width: fit-content;
    height: fit-content;
    grid-column-gap: 1em;
    top: -.4em;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 4em;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2.1em;
    cursor: pointer;
    color: var(--KAH-color-theme-1);
    font-size: 15px;
}
input {
    outline: 0 !important;
}
.href {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: rgb(49, 135, 255);
    text-decoration: none;
    cursor: pointer;
}
.account-icon-display-container {
    position: relative;
    overflow: hidden;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 2px rgb(100, 100, 100) solid;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    top: 0em;
    cursor: pointer;
}
.account-icon-display-item {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}
.nav-bar {
    position: relative;
    width: 100vw;
    height: 10em;
}
.nav-bar .title {
    position: absolute;
    color: var(--KAH-color-theme-1);
    font-family: var(--defaultfontfamily);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    transform: scaleY(1.1);
    width: fit-content;
    height: 1.5em;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    /* margin-left: 0; */
}
.nav-bar .grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(8, auto);
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    grid-column-gap: .8em;
    bottom: 0;
}
.nav-bar .grid .grid-opt {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--KAH-color-theme-1);
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
}
::selection {
    background-color: rgb(49, 155, 255);
    color: rgb(255, 255, 255);
}
.contextmenu {
    position: relative;
    width: 26em;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    background: var(--KAH-color-theme-1);
    color: rgb(255, 255, 255);
    font-family: system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 11.6px;
    text-indent: 1em;
    border: 4px var(--KAH-color-theme-1) solid;
    border-radius: 0;
}
.contextmenu, .contextmenu * {
    cursor: context-menu !important;
    user-select: none !important;
}
.page-section {
    position: relative;
    width: 100%;
    height: fit-content;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer-container {
    position: relative;
    width: 100%;
    height: 20em;
    background: var(--KAH-color-theme-1);
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    top: 2em;
}
.footer-container .grid {
    position: absolute;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(1, auto);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    grid-column-gap: 6em;
    grid-row-gap: 1em;
}
.footer-container .grid .grid-opt {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    font-size: 12px;
    text-decoration: 0;
    width: fit-content;
    height: fit-content;
    font-weight: 400;
}
.footer-container footer h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 16px;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    top: 1em;
}
.w-b-cm {
    position: fixed;
    z-index: 10000;
    width: fit-content;
    height: fit-content;
    border: 1px rgb(85, 85, 85) solid;
    border-radius: 4px;
    opacity: 0;
    animation: fadein .3s forwards;
    overflow: hidden;
}
.contextmenu .top {
    text-align: center;
    text-indent: 0;
    height: 3em;
    line-height: 3em;
    font-size: 12px;
}
.contextmenu .mn-opt {
    position: relative;
    height: 2.5em;
    border-bottom: 1px rgb(85, 85, 85) solid;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    line-height: 2.5em;
}
.error {
    position: fixed;
    width: 96vw;
    border: 2px var(--KAH-color-theme-1) solid;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    max-width: 34em;
    height: 11em;
    background: rgb(255, 255, 255);
    top: 3em;
    border-color: rgb(100, 100, 100);
    z-index: 10000;
    opacity: 0%;
}
.error .head {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 1.4em;
    text-align: center;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}
.error .body {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    bottom: 0;
    margin: auto;
    top: -1.2em;
    text-transform: uppercase;
    height: fit-content;
}
button, input[type=button] {
    cursor: pointer;
}
.error .confirm {
    position: absolute;
    width: 80%;
    max-width: 11em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    top: auto;
    bottom: 1em;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    background: var(--KAH-color-theme-1);
    border: 2px rgb(255, 255, 255) solid;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    height: 4.8em;
}
.fc1 {
    background: rgb(255, 255, 255);
    color: var(--KAH-color-theme-1);
    height: 13.8em;
}
.fc1, .footer-container {
    top: 5em;
}
.prompt {
    position: fixed;
    width: 96vw;
    height: 22em;
    border: 2px rgb(180, 180, 180) solid;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    max-width: 44em;
    background: rgb(255, 255, 255);
    z-index: 10000;
}
.prompt-bg {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    opacity: 85%;
    z-index: 10000;
}
.prompt .outer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}
.prompt .body-container {
    position: absolute;
    width: 95%;
    height: 90%;
    left: 0;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}
.prompt .head {
    position: absolute;
    max-width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    color: var(--KAH-color-theme-1);
    letter-spacing: 2px;
    font-size: 18px;
    width: fit-content;
    text-align: center;
    top: 1em;
}
.prompt .body {
    position: absolute;
    max-width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--KAH-color-theme-1);
    letter-spacing: 1px;
    font-size: 17px;
    width: fit-content;
    text-align: center;
    top: 5em;
    height: 10em;
    overflow: overlay;
}
.prompt .close-prompt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: 10px;
    width: 10em;
    text-align: center;
    height: 5em;
    background: var(--KAH-color-theme-1);
    text-transform: uppercase;
    border: 3px rgb(255, 255, 255) solid;
    border-radius: 5px;
    top: auto;
    bottom: 0em;
    cursor: pointer;
}
.fc1 .head {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-family: var(--defaultfontfamily2);
    font-size: 16px;
    top: 0em;
    font-weight: 500;
}
.fc1 .body {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 100%;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-105%);
    grid-column-gap: 4em;
}
.fc1 .body .body-elm {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-family: var(--defaultfontfamily2);
    font-size: 14px;
    top: 1.34em;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 2px;
    transform: scaleY(1.1);
    max-width: 19em;
}
.ex {
    position: absolute;
    width: 1em;
    left: auto;
    right: 1.4em;
    top: 1.1em;
    cursor: pointer !important;
}
.anim {
    opacity: 0%;
}
.mobile-extend {
    height: 8em;
}
@media screen and (min-device-width: 1081px) {
    .mobile-extend {
        display: none;
    }
}
.prompt .head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
}
@keyframes hoverin {
    0% {background: none;}
    100% {background: rgb(95, 95, 95);}
}
@keyframes hoverout {
    0% {background: rgb(95, 95, 95);}
    100% {background: none;}
}
input, button {
    outline: 0 !important;
}
@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 100%;}
}
@keyframes fadeout {
    0% {opacity: 100%;}
    100% {opacity: 0;}
}
.bottom, .right {
    display: none;
}
@media screen and (max-device-width: 480px) {
    .grid-container {
        display: none;
    }
    .w-b-cm {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 1256px) {
    .grid-container {
        display: none;
    }
    .w-b-cm {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }
}
@media screen and (min-device-width: 1081px) {
    .right {
        position: fixed;
        width: 19.5em;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        display: block;
    }
    .bottom {
        position: fixed;
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        height: 19.7em;
        display: block;
        bottom: 0;
    }
}
@media screen and (max-device-width: 1256px) {
    .footer-container {
        display: none;
    }
    .nav-bar .title {
        width: 60%;
        font-size: 18px;
        text-align: center;
        left: 0;
        right: 0;
    }
    .nav-bar .hm-wrapper {
        position: fixed;
        width: 80vw;
        max-width: 22em;
        background: var(--KAH-color-theme-1);
        height: 100vh;
        z-index: 10000;
        left: -80vw;
    }
    .hm2 .ln {
        background: rgb(255, 255, 255) !important;
    }
    .hm2 {
        margin: 0 !important;
        top: 4em !important;
        z-index: 10001;
    }
    .nav-bar .hm-wrapper .hm-menu {
        position: absolute;
        width: 100%;
        height: fit-content;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        left: 0;
        right: 0;
        grid-row-gap: .2em;
    }
    .nav-bar .account-icon-display-container-wrapper {
        position: absolute;
        left: 1em;
        top: auto;
        margin: 0;
        bottom: 2em;
        z-index: 12000;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 16px;
    }
    .nav-bar .hm-wrapper .hm-menu .item {
        position: relative;
        font-family: var(--defaultfontfamily2);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        text-indent: 1em;
        height: fit-content;
    }
    .nav-bar .grid {
        display: none;
    }
    .account-icon-display-container-wrapper {
        position: fixed;
        left: 2em;
        top: auto;
        margin: 0;
        bottom: 2em;
    }
    .hm {
        position: absolute;
        width: 1.6em;
        height: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        left: 1em;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        grid-gap: .3em;
        height: fit-content;
    }
    .hm .ln {
        background: var(--KAH-color-theme-1);
        width: 100%;
        height: 0.188em;
        border-bottom: 0;
        border-radius: 100px;
    }
    .account-icon-display-container-wrapper {
        position: relative !important;
        top: 12em !important;
        padding-bottom: 2em;
    }
}
@keyframes opnmn {
    0% {
        left: -80vw;
    }
    100% {
        left: 0;
    }
}
@keyframes clsmn {
    0% {
        left: 0vw;
    }
    100% {
        left: -80vw;
    }
}
.nav-bar .hm-wrapper .hm-menu {
    position: relative;
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    grid-row-gap: 0.8em;
    margin-top: 0;
    top: 9em;
}
.nav-bar .hm-wrapper {
    overflow: auto !important;
}
@media screen and (max-device-width: 1256px) {
    .nav-bar {
        height: 6em;
    }
    .nav-bar .title {
        height: fit-content;
    }
}
.remove-s, .remove-s * {
    display: none !important;
}
@media screen and (max-device-width: 1256px) {
    .nav-bar .title {
        font-size: 15px;
    }
    .nav-bar {
        position: fixed;
        z-index: 100;
        background: white;
        position: fixed;
        z-index: 100;
        background: white;
        top: 0;
        border-color: white;
        border-color: rgb(56, 160, 255);
    }
    .page-contents-wrapper {
        top: 6em;
    }
    .nav-bar .title {
        color: rgb(255, 255, 255);
    }
    .nav-bar {
        background: rgb(45, 45, 45);
        border-bottom: 4px rgb(255, 255, 255) solid;
        border-color: var(--expertblue);
    }
}
@media screen and (max-device-width: 1256px) and (min-device-width: 481px) {
    .nav-bar .title {
        font-size: 18px;
    }
}
@media screen and (min-device-width: 1256px) {
    .nav-bar .title {
        color: rgb(255, 255, 255);
        font-size: 20px;
        line-height: 1em;
        height: fit-content;
    }
    .nav-bar {
        background: rgb(45, 45, 45);
        border-bottom: 4px rgb(255, 255, 255) solid;
        border-color: var(--expertblue);
        height: 7em !important;
        position: fixed;
        z-index: 1000;
        top: 0;
    }
    .page-contents-wrapper {
        top: 7em;
    }
    .account-icon-display-container {
        top: .1em;
        border: 2px rgb(225, 225, 225) solid;
        border-color: var(--expertblue);
    }
    .hm {
        position: absolute;
        width: 1.6em;
        height: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        left: 1em;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        grid-gap: .3em;
        height: fit-content;
    }
    .hm .ln {
        background: var(--KAH-color-theme-1);
        width: 100%;
        height: 0.188em;
        border-bottom: 0;
        border-radius: 100px;
        background-color: white;
    }
    .nav-bar .hm-wrapper {
        position: fixed;
        width: 80vw;
        max-width: 42em;
        background: var(--KAH-color-theme-1);
        height: 100vh;
        z-index: 10000;
        left: -80vw;
        height: fit-content;
        min-height: 100vh;
        top: 0;
        border-right: 1px rgb(255, 255, 255) solid;
    }
    .hm2 .ln {
        background: rgb(255, 255, 255) !important;
    }
    .hm2 {
        margin: 0 !important;
        top: 3em !important;
        z-index: 10001;
    }
    .nav-bar .hm-wrapper .hm-menu {
        position: absolute;
        width: 100%;
        height: fit-content;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        left: 0;
        right: 0;
        grid-row-gap: .2em;
        position: relative;
        margin-top: 4em;
        margin-bottom: 4em;
    }
    .nav-bar .account-icon-display-container-wrapper {
        position: absolute;
        left: 1em;
        top: auto;
        margin: 0;
        bottom: 2em;
        z-index: 12000;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 16px;
    }
    .nav-bar .hm-wrapper .hm-menu .item {
        position: relative;
        font-family: var(--defaultfontfamily2);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        text-indent: 1em;
        height: fit-content;
        position: relative;
        font-family: var(--defaultfontfamily2);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        padding-bottom: 1em;
        border-bottom: 1px rgb(200, 200, 200) solid;
        border-color: rgb(65,65,65);
        font-size: 12px;
        width: 100%;
        text-indent: 1em;
        height: fit-content;
        padding-top: 0.8em;
        top: 6em;
    }
    .nav-bar .grid {
        display: none;
    }
    .hm {
        position: absolute;
        width: 1.6em;
        height: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        left: 1em;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        grid-gap: .3em;
        height: fit-content;
    }
    .hm .ln {
        background: var(--KAH-color-theme-1);
        width: 100%;
        height: 0.188em;
        border-bottom: 0;
        border-radius: 100px;
    }
    .nav-bar .account-icon-display-container-wrapper {
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        left: auto;
        position: absolute;
        right: 3em;
    }
}
body {
    --expertblue: rgb(49, 135, 255);
}
.hm .ln {
    background: white !important;
}
@keyframes scrollmenuup {
    0% {top: 0;}
    100% {
        top: -7.4em;
    }
}
@keyframes scrollmenudown {
    0% {top: -7.4em;}
    100% {
        top: 0;
    }
}
.footer-container {
    position: relative;
    width: 100%;
    height: 20em;
    background: var(--KAH-color-theme-1);
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    top: 5em;
    display: block;
}
.nav-bar {
    background: rgb(45, 45, 45);
    border-bottom: 4px rgb(255, 255, 255) solid;
    border-color: var(--KAH-color-theme-1);
    border-bottom-width: 4px;
}
.w-b-cm {
    background: var(--KAH-color-theme-1) !important;
}
::-webkit-scrollbar {
    width: 0.88em;
    background: rgb(175, 175, 175);
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: rgb(215, 215, 215);
    border: 1px rgb(175, 175, 175) solid;
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(225, 225, 225);
}
.hero {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    height: calc(100vh - 7em);
    overflow: hidden;
}
.hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.hero .container {
    position: absolute;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    top: 9em;
    left: 4em;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: var(--defaultfontfamily);
    font-weight: 500;
    background-color: var(--KAH-color-theme-1);
    opacity: 90%;
    padding: 3em;
    padding-left: 4em;
    padding-right: 4em;
    border-radius: 11px;
    border: 2px rgb(255, 255, 255) solid;
    border: 0;
    font-size: 12px;
    letter-spacing: 2px;
}
.hero .hero-body {
    width: fit-content;
    left: 0;
    float: right;
}
.hero .hero-header {
    position: relative;
    width: 96vw;
    max-width: 28em;
    text-align: justify;
    font-weight: 100;
    font-size: 24px;
    position: relative;
    width: 96vw;
    max-width: 22em;
    text-align: justify;
    font-weight: 100;
    font-size: 18px;
}
.hero .more {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    background: none;
    border: 2px rgb(255, 255, 255) solid;
    border-radius: 4px;
    width: fit-content;
    height: fit-content;
    padding: 1.6em;
    padding-left: 2em;
    padding-right: 2em;
    left: 0;
    margin-top: 1em;
    top: 1em;
}
.hero img {
    transform: scaleX(-1);
}
.header {
    position: relative;
    font-family: sans-serif;
    font-weight: 600;
    color: rgb(95, 95, 95);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    height: fit-content;
    margin-top: 2em;
}
.hero .hero-header {
    font-weight: 100;
    font-family: var(--defaultfontfamily2);
    font-size: 24px;
    letter-spacing: 4px;
    max-width: 21em;
}
.hm-menu .item {
    cursor: auto !important;
}
.contact-form-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000000000;
    overflow: auto;
}
.contact-form-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 85%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-form-wrapper .contact-form {
    position: absolute;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    grid-row-gap: 1em;
    background: rgb(255, 255, 255);
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-radius: 25px;
    padding-top: 4em;
    border: 0;
    border-color: var(--whitejeans) !important;
}
.contact-form-wrapper .contact-form input.contact-method {
    position: relative;
    font-family: 'Montserrat';
    border: 1px rgb(230,230,230) solid;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    padding: 0.9em;
    padding-left: 1em;
    padding-right: 1em;
    width: 73vw;
    max-width: 28em;
}
.contact-form-wrapper .contact-form .submit {
    position: relative;
    font-family: 'Montserrat';
    border: 1px rgb(230,230,230) solid;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    padding: 0.7em;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    text-transform: uppercase;
    background: var(--naomipurple);
    color: rgb(255,255,255);
    height: 3.44em;
    letter-spacing: 2px;
    font-size: 13px;
    cursor: pointer;
    background: var(--purpleshirt);
}
.contact-form .contact-form-ex {
    position: absolute;
    border-radius: inherit;
    width: 1.3em;
    left: auto;
    right: 1.4em;
    margin-top: 1em;
    cursor: pointer;
}
.contact-form-wrapper .contact-form .contact-form-head {
    position: relative;
    width: 70vw;
    max-width: 18em;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--purpleshirt);
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -1.4em;
    left: 50%;
    transform: translateX(-50%);
    text-align: justify;
    text-align-last: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1em;
    font-weight: 400;
}
.contact-form-wrapper .contact-form .message {
    position: relative;
    font-family: 'Montserrat';
    border: 1px rgb(230,230,230) solid;
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    padding: 0.7em;
    padding-left: 1em;
    padding-right: 1em;
    width: 73vw;
    max-width: 24em;
    resize: none;
    height: 8em;
    &::-webkit-scrollbar {
        width: 6px;
        background-color: rgb(246, 246, 246);
    }
    &::-webkit-scrollbar-thumb {
        background-color: var(--purpleshirt) !important;
        border-radius: 100px;
    }
}
.contact-form.progressbar {
    width: 96vw;
    max-width: 35em;
    height: 12em;
    border-radius: 21px;
}
.contact-form.progressbar .contact-form-head {
    padding-top: 1.55em;
}
.contact-form-wrapper .contact-form input.contact-method {
    position: relative;
    font-family: 'Montserrat';
    border: 1px rgb(230,230,230) solid;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    padding: 0.9em;
    padding-left: 1em;
    padding-right: 1em;
    width: 73vw;
    max-width: 28em;
}
.contact-form-wrapper .contact-form .contact-form-head {
    position: relative;
    width: 70vw;
    max-width: 25em;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    color: var(--KAH-color-theme-1);
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -1.4em;
    left: 50%;
    transform: translateX(-50%);
    text-align: justify;
    text-align-last: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1em;
    font-weight: 600;
    font-family: var(--defaultfontfamily2);
}
.contact-form-wrapper .contact-form textarea.message, .contact-form-wrapper .contact-form input.contact-method {
    font-family: var(--defaultfontfamily);
    letter-spacing: 1px;
    color: var(--KAH-color-theme-1);
}
.w-b-cm {
    z-index: 99999999999;
}
.page-section .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--KAH-color-theme-1);
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0em;
    font-size: 15px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: justify;
    height: fit-content;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align-last: center;
    margin-top: 0;
}
.page-section .grid {
    position: relative;
    width: 80%;
    max-width: 67em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    grid-row-gap: 7em;
    top: 4em;
}
.footer-container {
    margin-top: 4em;
}
.grid .wrapper div.img {
    border-radius: 2px;
    width: 100%;
    max-width: unset;
    height: 13em !important;
    max-height: unset;
    overflow: hidden;
    overflow: hidden;
    position: relative;
}
.grid .wrapper div.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}
@media screen and (max-device-width: 1080px) {
    .hero .container {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        top: 0 !important;
        bottom: 0 !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
        max-width: 74% !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }
    .hero .hero-header {
        width: 72vw;
    }
}
.hero img {
    transform: none;
}
img {
    object-fit: cover;
}
.contact-form-wrapper .contact-form {
    border-color: rgb(255, 255, 255) !important;
}
.contact-form-wrapper .contact-form .submit {
    background: var(--KAH-color-theme-1) !important;
    background-color: rgb(55, 147, 255) !important;
    font-family: var(--defaultfontfamily);
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    height: fit-content;
}
.page-section .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 300;
    color: var(--KAH-color-theme-1);
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0em;
    font-size: 19px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: justify;
    height: fit-content;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align-last: center;
    margin-top: 0;
    text-transform: none;
}
.page-section .body a.href {
    font-weight: inherit !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    color: rgb(55, 147, 255) !important;
}
.nav-bar {
    background: rgb(255, 255, 255);
    color: var(--KAH-color-theme-1);
    border: 0;
}
.nav-bar .title {
    color: var(--KAH-color-theme-1);
    font-size: 23px;
    margin-left: 2em;
}
.nav-bar .title {
    letter-spacing: 10px;
}
.nav-bar .grid {
    display: grid;
    grid-template-columns: repeat(11, auto);
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 4em;
}
.nav-bar .grid .grid-opt {
    font-size: 12px;
    text-decoration: none !important;
}
.nav-bar {
    position: relative !important;
    top: 0 !important;
}
.page-contents-wrapper {
    top: 0 !important;
}
.page-section {
    position: relative !important;
    width: 100% !important;
    height: fit-content !important;
}
.wrapper .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--KAH-color-theme-1);
    text-transform: none;
    letter-spacing: 1px;
    word-spacing: 0em;
    font-size: 18px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    height: fit-content;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align-last: center;
    margin-top: 0;
    color: rgb(65, 65, 65) !important;
    font-weight: 500;
}
.grid .wrapper {
    position: relative;
    width: 100%;
    height: fit-content;
}
.grid .wrapper .header {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--KAH-color-theme-1);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 27px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    height: fit-content;
    margin-top: 4em;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgb(85, 85, 85);
    font-size: 30px;
}
@media screen and (max-device-width: 1080px) {
    .footer-container {
        display: none !important;
    }
}
.grid .wrapper .header {
    margin-top: 2em;
}
.page-section .grid {
    grid-gap: 0 !important;
    top: 0;
}
.search-container {
    position: relative;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: auto;
    border: 1px rgb(230, 230, 230) solid;
    border-radius: 4px;
    height: fit-content;
    font-family: var(--defaultfontfamily);
    font-weight: 100;
    overflow: hidden;
    border-color: rgb(225, 225, 225);
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    border-bottom: 0;
}
.search-container .search {
    position: relative;
    width: 99%;
    height: 100%;
    border: 0;
    outline: 0 !important;
    font-family: var(--defaultfontfamily2);
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: var(--KAH-color-theme-1);
    height: fit-content;
    padding: 1em;
    padding-top: .6em;
    padding-bottom: .6em;
    background-image: url(/image-main-resource/search.png);
    background-position: top;
    background-size: auto 62%;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 99%;
    width: 96vw;
    max-width: 67em;
    padding-right: 3em;
    background: none;
    border-bottom: 1px rgb(230, 230, 230) solid;
    border-bottom-color: inherit;
    border-color: rgb(225, 225, 225);
}
.search-container .complete-search {
    position: absolute;
    top: 0;
    height: 1.44em;
    width: auto;
    left: auto;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    right: 0.5em;
    margin-top: .4em;
    cursor: pointer !important;
}
.search-container .recent-search {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .6em;
    padding-bottom: .6em;
    border-bottom: 1px rgb(230, 230, 230) solid;
    border-bottom-color: inherit;
    color: var(--KAH-color-theme-1);
    border-color: rgb(225, 225, 225);
    z-index: 4;
}
.automated {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(1, auto);
    grid-gap: 2em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 2em;
}
.automated .display {
    position: relative;
    width: 96vw;
    max-width: 21em;
    height: 13em;
    background: rgb(255, 255, 255);
    border: 2px rgb(200, 200, 200) solid;
    border-radius: 20px;
    cursor: pointer;
    background: var(--KAH-color-theme-1) !important;
    border-color: white;
}
@keyframes zoomin {
    0% {max-width: 24em;
        padding-top: 0;
        padding-bottom: 0;}
    100% {
        max-width: 25em;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}
@keyframes zoomout {
    0% {
        max-width: 25em;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    100% {max-width: 24em;
        padding-top: 0;
        padding-bottom: 0;}
}
.automated .display:hover {
    animation: 0.2s zoomin forwards;
}
.automated .display:not(:hover) {
    animation: 0.2s zoomout forwards;
}
.automated .display .head {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--KAH-color-theme-1);
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-spacing: 0em;
    font-size: 17px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: justify;
    height: fit-content;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align-last: center;
    margin-top: 0;
    text-transform: uppercase;
}
.automated .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 300;
    color: var(--KAH-color-theme-1);
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0em;
    font-size: 14px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: justify;
    height: fit-content;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align-last: center;
    margin-top: 0;
    text-transform: none;
    margin-top: 0.6em;
    color: white;
}
.automated .textbox {
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    top: -2em;
    bottom: 0;
    margin: auto;
}
@keyframes focus {
    0% {background: white;}
    100% {
        background: rgb(240, 240, 240);
    }
}
@keyframes unfocus {
    0% {
        background: rgb(240, 240, 240);
    }
    100% {background: white;}
}
.search-container .recent-search {
    background: white;
}
.search-container .recent-search:hover {
    animation: .1s focus forwards;
}
.search-container .recent-search:not(:hover) {
    animation: .1s unfocus forwards;
}
.automated {
    margin-top: 8em;
}
.search-container {
    position: absolute;
}
.search-container {
    left: -1em;
}
.search-container .search {
    width: 70vw;
}
.nav-bar .grid {
    grid-template-columns: repeat(10, auto) !important;
}
.cookies {
    position: fixed;
    width: 82vw;
    height: fit-content;
    left: auto;
    top: auto;
    bottom: 1em;
    right: 1em;
    max-width: 28em;
    background: white;
    z-index: 99999999;
    border: 1px rgb(230, 230, 230) solid;
    border-radius: 4px;
    padding: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-color: rgb(200, 200, 200);
}
.cookies .head {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--KAH-color-theme-1);
    font-size: 16px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin-bottom: 1em;
}
.cookies .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    color: var(--KAH-color-theme-1);
    font-size: 14px;
    width: 100%;
    text-align: justify;
    left: 0;
    right: 0;
    margin-bottom: 1em;
    text-align-last: center;
    word-break: break-word;
    width: 87%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 1em;
}
.cookies .accept {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9em;
    width: fit-content;
    height: fit-content;
    padding: 2em;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: var(--KAH-color-theme-1);
    border: 2px rgb(255, 255, 255) solid;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2.4em;
    padding-right: 2.4em;
    width: 89%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: relative;
    top: 0;
    margin-bottom: 0;
    margin-top: 1em;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
    cursor: pointer;
}
@media screen and (min-device-width: 1256px) {
    .hm, .hm-wrapper {
        display: none !important;
    }
}
@media screen and (min-device-width: 1256px) and (max-device-width: 1377px) {
    .nav-bar .title {
        width: 19em;
        font-size: 14px;
        letter-spacing: 8px;
    }
}
@media screen and (max-device-width: 1256px) {
    .nav-bar .grid {
        display: none;
    }
    .nav-bar .title {
        letter-spacing: 6px;
        font-size: 15px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        padding: 0;
        margin: auto;
        width: 68%;
        left: -1em;
    }
    .cookies {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
}
.nav-bar .hm-wrapper .hm-menu {
    overflow: auto !important;
    padding-bottom: 2em;
}
.hm-menu a {
    text-decoration: none !important;
}
.nav-bar .hm-wrapper {
    max-width: 21em !important;
}
.hm .ln {
    background: var(--KAH-color-theme-1) !important;
}
.hm2 .ln {
    background: white !important;
}
.fixed .container .body {
    font-size: 20px;
    margin: auto;
    margin-top: 2em;
    height: fit-content;
    border-bottom: 0 var(--KAH-color-theme-1) solid;
    width: 90%;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 0.4em;
    position: relative;
    margin-top: 3em;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    font-size: 21px;
    color: var(--KAH-color-theme-1);
    color: rgb(65, 65, 65);
    text-align: justify;
    overflow-wrap: anywhere;
    overflow: hidden;
    word-wrap: break-word;
    text-align-last: center;
}
.fixed .prompt .next {
    position: relative;
    margin-top: max(15%, 3em);
}
@media screen and (max-device-width: 1080px) {
    .mobile-extend {
        height: 1em !important;
    }
}
@keyframes slideup {
    0% {
        margin-bottom: -20em;
    }
    100% {
        margin-bottom: 2em;
    }
}
@keyframes slidedown {
    0% {
        margin-bottom: 2em;
    }
    100% {
        margin-bottom: -20em;
    }
}
.cookie-manager {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-bottom: -20em;
    animation: 0.4s slideup forwards;
    animation-delay: 1s;
    height: fit-content;
    max-height: 15em;
    width: calc(96vw - 2em);
    padding: 1em;
    background: white;
    border-radius: 20px;
    border: 2px white solid;
    max-width: 31em;
    margin-right: 2em;
    padding-top: 2em;
    padding-bottom: 1em;
    z-index: 10000000000;
    border: 2px rgb(215, 215, 215) solid;
}
.cookie-manager .head {
    font-family: var(--defaultfontfamily);
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    top: 0;
    margin-bottom: 0.6em;
}
.cookie-manager .body {
    font-family: var(--defaultfontfamily);
    font-size: 19px;
    width: 95%;
    left: 0;
    color: rgb(5, 5, 10);
    right: 0;
    position: relative;
    text-align: justify;
    margin: auto;
    margin-bottom: 1.8em;
    word-break: break-word;
}
.cookie-manager .confirm {
    background: rgb(5,5,10);
    color: white;
    border: 2px rgb(5,5,10) solid;
    border-radius: 6px;
    font-family: var(--defaultfontfamily);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    padding: 1.3em;
    width: calc(100% - 0em);
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    background: rgb(5,5,10);
    color: white;
    border: 2px rgb(5,5,10) solid;
    border-radius: 6px;
    font-family: var(--defaultfontfamily);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 1.8em;
    width: calc(100% - 0em);
    border-radius: 100px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}
@media screen and (max-device-width: 1080px) {
    .cookie-manager {
        margin-right: auto;
    }
}
.hm {
    height: 1em !important;
    width: 1.5em !important;
    height: 1.7em !important;
    width: 2em !important;
}
.search-container {
    max-height: 13em !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}
.search-container .search {
    font-size: 17px !important;
    font-weight: 400 !important;
    font-family: var(--defaultfontfamily) !important;
}
.search-container .recent-search {
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: var(--defaultfontfamily) !important;
    color: rgb(25, 25, 25) !important;
}
.footer-container {
    background: rgb(5, 5, 15);
    padding-bottom: 3em;
}
.nav-bar .hm-wrapper {
    background-color: white !important;
}
.hm2 .ln, .hm .ln {
    background-color: rgb(157, 157, 157) !important;
}
.nav-bar .hm-wrapper .hm-menu {
    grid-gap: 0 !important;
}
.nav-bar .hm-wrapper .hm-menu a.item {
    color: rgb(5, 5, 10) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: var(--defaultfontfamily) !important;
    border-bottom: 0;
    padding-bottom: 0.8em;
    color: rgb(35, 35, 35) !important;
    border-top: 1px rgb(215, 215, 215) solid;
    padding-top: 0.9em;
}
.nav-bar {
    box-shadow: 1px 1px 13px 1px var(--KAH-white);
    border-bottom: var(--KAH-white);
}
.nav-bar .title {
    font-weight: 500;
    color: var(--KAH-color-theme-1);
    letter-spacing: 4px;
    font-size: 24px;
    color: rgb(105, 105, 105);
    font-family: sans-serif;
    font-weight: 600;
    color: rgb(115, 115, 115);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
}
.nav-bar .grid .grid-opt {
    color: rgb(105, 105, 105);
    border-bottom: 1px rgb(205, 205, 205) solid;
    padding-bottom: 0.1em;
    border-radius: 0px;
    font-size: 13px;
}
@media screen and (max-device-width: 1309px) {
    .nav-bar .title {
        font-size: 20px;
        line-height: 1em;
    }
}
.hm-wrapper .hm {
    margin-top: -2em !important;
}







.nav-bar .hm-wrapper .hm-menu {
    top: 7em !important;
}
.hm {
    margin-left: 1em !important;
}