
:root {
    --mkl0: black;
    --mkl1: #c6ff00;
    --mkl2: #1851d7;
    --mkl3: #f2efe3;
    --mkl4: #aaaaaa;
    --mkl5: #878059;
    --navInactive: var(--mkl3);
    --navActive: var(--mkl1);
}

a,
a:visited,
a:hover,
a:active {
    color: inherit; /* or choose a specific colour like #000 */
    text-decoration: none; /* optional, if you also want to remove underlines */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-size: 16px;
}

body.noscroll {
    overflow: hidden;
}

h1 {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 7rem;
    line-height: 0.8;
}

h2 {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 0.8;
}

h3 {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 0.9;
}

h4 {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;

    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.2;
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    font-optical-sizing: auto;
}

input, textarea {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    font-optical-sizing: auto;

    border: none;
}

.form-type-multiline {
    resize: none;
    min-width: 350px;
}

.radio-button-active {
    border: 2px solid black;
    outline: thin solid white;
    background-color: white;
}

.radio-button-inactive {
    border: thin solid var(--mkl3);
    background-color: black;
    outline: thin solid transparent;
}


.mkl-highlight-1 {
    color: var(--mkl1) !important;
}

.mkl-highlight-2 {
    color: var(--mkl2) !important;
}

.mkl-highlight-3 {
    color: black !important;
}

.content-container {
    position: relative;
    width: 100vw;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-container-full-height {
    height: 100vh;
}

.container-inner {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.container-inner-resized {
    max-width: 700px;
}

.container-light {
    background-color: var(--mkl3);
}

.container-blue {
    background-color: var(--mkl2);
}

.container-green {
    background-color: var(--mkl1);
}

.container-black {
    background-color: #000000;
}

.clear {
    opacity: 0;
}

.long-arrow {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.long-arrow-left {
    transform: scaleX(-1);
}

.hero-container {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.hero-sub-content {
    position: relative;
    opacity: 0;

    width: 100%;
    max-width: 450px;
    color: #aaaaaa;
    text-wrap: pretty;
    margin-bottom: 10px;
    margin-left: 5px;
}

.hero-title {
    position: relative;
    height: calc(100vh);
    color: var(--mkl3);
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    pointer-events: none;
}

.hero-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50vh;
    pointer-events: none;
}

.hero-miroma-highlight {
    color: var(--mkl4);
}

.hero-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #333333;
    z-index: 2;
}

.hero-gradient-base {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-gradient-top {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.torus-canvas {
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
}

.hero-animate-txt {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    opacity: 0;
}

.hero-baseline-content {
    position: absolute;
    bottom: 0;
    margin: 10px;
    opacity: 0;
    display: flex;
    padding: 50px 50px 0 50px;

    z-index: 1;
}

.hero-baseline-arrow {
    position: relative;
    width: 50px;
    aspect-ratio: 1;

    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--mkl3);

    mask-image: url(/7c3115f52e1818ac71b4.svg);
    -webkit-mask-image: url(/7c3115f52e1818ac71b4.svg);

    mask-size: contain;
    mask-repeat: no-repeat;
}

.hero-baseline-text {
    position: relative;
    width: 350px;
    color: var(--mkl3);
    margin-left: 50px;
}

.cta {
    position: relative;
    display: flex;
    color: black;
    padding: 15px 15px 15px 15px;
    border: thin solid black;

    max-width: fit-content;

    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .7rem;
    font-optical-sizing: auto;
    letter-spacing: .1rem;

    cursor: pointer;
}

.cta:hover {
    background-color: black;
    color: white;
}

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

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1rem !important;
    }

    .hero-animate-txt {
        margin-bottom: 10px;
    }

    .hero-sub-content {
        padding-top: 20px;
    }

    .hero-title {
        padding: 15px;
    }

    .hero-arrow {
        margin: 20px;
    }

    .hero-baseline-arrow {
        width: 40px;
        margin: 10px;
    }

    .hero-sub-content {
        margin-left: 0;
    }

    .hero-container {
        margin-bottom: 0;
    }

    .hero-baseline-content {
        padding: 0;
    }
}
.header-container{
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.header-inner{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 15px 0 15px;
}

.mkl-logo-container{
    position: relative;
    height: 50px;
}

.mkl-logo {
    position: absolute;
    width: 10vw;
    max-width: 50px;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: var(--mkl3);

    mask-image: url(/d05f4ada8f22fab46b8a.svg);
    -webkit-mask-image: url(/d05f4ada8f22fab46b8a.svg);

    mask-size: contain;
    mask-repeat: no-repeat;

    cursor: pointer;
}

.mkl-logo-wordmark{
    position: absolute;
    width: 100px;
    aspect-ratio: 1 / .2;
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;

    background-color: var(--mkl3);
    mask-image: url(/4a24e5a048cbeda0f073.svg);
    -webkit-mask-image: url(/4a24e5a048cbeda0f073.svg);

    mask-size: contain;
    mask-repeat: no-repeat;

    cursor: pointer;
}

.navigation-container{
    position: relative;
    min-height: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation-line{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--mkl3);
    margin-bottom: 6px;
}

.navigation-line-container{
    width: 22px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.navigation-item-container{
    display: flex;
    gap: 20px;
    margin-right: 20px;
    clip-path: inset(0 0 0 0);
    visibility: hidden;
}

.nav-item{
    color: var(--navInactive);
    text-transform: uppercase;

    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .7rem;
    font-optical-sizing: auto;
    line-height: 1.5rem;

    cursor: pointer;
}

.nav-active:hover{
    color: white;
}

.nav-selected{
    color: var(--navActive);
}

.mobile-navigation-container{
    position: sticky;
    top: 0;
    z-index: 99;
}

.mobile-navigation-overlay{
    position: absolute;
    top: -100vh;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    color: var(--mkl3);
}

.mobile-navigation-overlay-inner{
    position: relative;
    margin-top: 50px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mobile-navigation-overlay-item{
    width: 100%;
    text-align: right;
    opacity: 0;
}

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

    .navigation-item-container {
        gap: 10px;
        margin-right: 10px;
    }

    .nav-item {
        font-weight: 700;
        font-size: .6rem;
    }
}
.footer-container{
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: left !important;
    box-sizing: border-box;
    padding: 50px;
}

.footer-row{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-col{
    position: relative;
    min-width: 50px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .8rem;
    font-optical-sizing: auto;
    line-height: 1.5rem;
    color: #b0b0b0;
}

.footer-li-logo{
    position: relative;
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url(/71fce25beb66a98236d0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.footer-office-container{
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.footer-office-address{
    position: relative;
    max-width: 200px;
}

.footer-office-highlight{
    color: var(--mkl3);
}

.footer-miroma-row{
    margin-top: 50px;
    margin-bottom: 100px;
    align-items: flex-end;
}

.footer-miroma-logo{
    position: relative;
    width: 140px;
    height: 50px;
    background-image: url(/textures/miroma-logo.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-miroma-txt{
    color: var(--mkl1);
    font-size: .7rem;
}

.footer-terms-link{
    position: relative;
}

.footer-privacy-link{
    position: relative;
}

@media only screen and (max-width: 600px) {
    .footer-container {
        padding: 15px;
    }

    /*.footer-row{
        flex-direction: column;
    }*/

    .footer-col{
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-office-container {
        gap: 20px;
    }

    .footer-miroma-row {;
        align-items: flex-start;
    }
}

.dg.ac {
    z-index: 9999 !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
}

.hero-title {
    height: calc(90vh);
}

.careers-inner{
    margin-bottom: 100px;
}

.careers-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    opacity: 0;
}

.careers-title {
    position: relative;
    color: var(--mkl3);
    width: 100%;

    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 0.9;
}

.careers-location {
    position: relative;
    color: var(--mkl1);
    width: 100%;

    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 0.9;

    margin-bottom: 10px;
}

.careers-description {
    position: relative;
    color: var(--mkl4);
    margin-bottom: 20px;
}

.cta{
    color: var(--mkl3);
    border: thin solid var(--mkl3);
}

.cta:hover{
    color: black;
    border: thin solid var(--mkl1);
    background-color: var(--mkl1);
}

.careers-content-countries{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0 100px 0;
}

.careers-country-btn{
    position: relative;
    color: var(--mkl4);
    padding: 10px 15px 10px 15px;
    border: var(--mkl4) thin solid;
    border-radius: 5px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}

.careers-country-btn-active{
    position: relative;
    color: var(--mkl1);
    padding: 10px 15px 10px 15px;
    border: var(--mkl1) thin solid;
    border-radius: 5px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}

.careers-country-btn:hover{
    color: white;
    border-color: white;
}

@media only screen and (max-width: 600px) {
    .careers-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

