body, html {
    margin: 0;
    color: black;
    font-family: "Lexend";
    font-weight: 300;
    background: white;
}
md-icon {
    font-family: "Material Symbols Rounded";
    font-size: 0.9em;
}
.content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    padding-top: 35px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.content.globe {
    background: url("/assets/northamerica.png");
    background-size: cover;
    background-position: 25vw center;
    background-repeat: no-repeat;
}
.topbar {
    height: 35px;
    border-bottom: 1px solid rgba(200,200,200);
    padding-left: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: calc(100% - 5px);
}
.topbar:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 87px;
    background: white;
    height: 1px;
    width: 23px;
    z-index: 0;
}
.nav {
    display: flex;
    margin-left: auto;
}
.navbtn {
    padding: 10px;
    cursor: pointer;
    color: black;
    text-decoration: none;
    position: relative;
}
.navbtn:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 0px;
    background: red;
    transition: height 0.3s;
}
.navbtn:hover:after {
    height: 4px;
}
.navbtn.active {
    font-weight: 500;
}
.navbtn.active:after {
    height: 4px;
}
.mobilemenubtn {
    background: none;
    border: none;
    font-size: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    margin-left: auto;
    color: black;
}
.mobilemenu {
    position: absolute;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: unblur 0.25s;
    color: black;
}
#menutrigger:checked ~ .mobilemenu {
    display: flex;
}
.mobilemenuoption {
    color: black;
    font-size: 35px;
    font-weight: normal;
    animation: fademove 0.5s;
    animation-fill-mode: backwards;
    display: flex;
}
.closemenu {
    background: none;
    border: none;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    animation: fademove 0.5s;
    animation-fill-mode: backwards;
}
.logo {
    height: 40px;
    display: block;
    transform: translateY(6px);
    z-index: 1;
}
.pagetitle {
    font-size: 20px;
}
.main {
    height: calc(100% - 40px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.head {
    font-weight: 300;
    font-size: 30px;
    margin: 0;
    width: 80%;
}
.subhead {
    margin: 10px;
    font-size: 25px;
    margin-left: 0;
}
.para {
    font-size: 16px;
    margin: 0;
    width: 50%;
}
.service {
    background: rgb(225, 225, 225);
    border-radius: 10px;
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.servicetext {
    display: flex;
    flex-direction: column;
    color: black;
    padding: 5px;
}
.servicetext h1 {
    font-size: 32px;
    margin: 0;
}
.servicetext p {
    margin: 0;
    font-size: 16px;
}
.service img {
    height: 100px;
}
.documents {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    gap: 5px;
    margin: 5px;
}
a {
    color: blue;
    text-decoration: none;
    width: fit-content;
}
a:hover {
    text-decoration: underline;
}
.document {
    height: fit-content;
    padding: 10px;
}
.document h1 {
    margin: 0;
    margin-bottom: 10px;
}
.document h2 {
    margin: 0;
    margin-bottom: 10px;
}
.document p {
    margin: 0;
    margin-bottom: 10px;
}
.document ul {
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.document li {
    margin-left: -25px;
}

.footer {
    background: black;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
    font-weight: normal;
}
.logos {
    display: flex;
    align-items: center;
}
.footlogos {
    display: flex;
    align-items: top;
    gap: 5px;
}
.footlogo {
    height: 40px;
}
.footerbottom {
    display: flex;
    font-family: "Lexend";
    font-size: 15px;
}
.email {
    margin-left: auto;
}
.milnmbtn {
    background: red;
    color: white;
    border: 2px solid rgba(200,0,0);
    font-size: 15px;
    font-family: "Lexend";
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}
.milnmbtn:hover {
    background: rgba(200,0,0);
}
.milnmbtn.vyzon {
    background: rgb(4,159,161);
    border: 2px solid rgb(0,109,111);
    margin-top: 5px;
    width: fit-content;
    display: flex;
    gap: 5px;
    align-items: center;
}
.milnmbtn.vyzon:hover {
    background: rgb(0,109,111);
}
.milnmbtn:disabled {
    background: rgba(150,150,150);
    border: 2px solid rgba(100,100,100);
    cursor: not-allowed;
}
.milnmtext {
    font-family: "Lexend";
    border: 1px solid rgba(100,100,100);
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 10px;
    width: calc(100% - 26px);
    transition: all 0.3s;
    outline: 1px solid transparent;
    caret-color: red;
    animation-fill-mode: backwards;
}
.milnmtext:focus {
    border: 1px solid red;
    outline: 1px solid red;
}
.milnmtext:disabled {
    opacity: 50%;
}

.accpagetitle {
    font-weight: 400;
    font-size: 30px;
    margin: 5px;
}
.options {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
}
.option {
    display: flex;
    padding: 15px;
    padding-left: 55px;
    border: 1px solid gray;
    font-size: 16px;
    width: 100%;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    overflow: hidden;
}
.option:not(:first-child) {
    border-top: 0;
}
.option:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.option:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.option:after {
    content: "chevron_right";
    display: flex;
    height: 100%;
    width: 35px;
    align-items: center;
    justify-content: center;
    font-family: "Material Symbols Rounded";
    font-size: 30px;
    color: rgba(150,150,150);
    position: absolute;
    right: 0;
    top: 0;
}
.opticon {
    display: flex;
    height: 100%;
    width: 50px;
    align-items: center;
    justify-content: center;
    font-family: "Material Symbols Rounded";
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
    font-variation-settings: 'FILL' 1;
}
.option:hover {
    background: rgba(230,230,230);
}
.option:before {
    content: "";
    background: rgba(200,200,200);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
}
.option.selected:before {
    background: rgba(255,0,0);
}
.container {
    display: flex;
    width: 100%;
    gap: 80px;
}
.optioncontent {
    width: 100%;
    border: 1px solid gray;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.optioncontent .none {
    font-size: 18px;
    width: 100%;
    height: 100%;
    background: rgba(230,230,230);
    display: none;
    align-items: center;
    justify-content: center;
}
.loader {
    width: 100%;
    height: 3px;
    background: red;
    border-radius: 3px;
    position: absolute;
    top: 0;
    animation: ease-out load 1.5s;
    transform: translateY(-3px);
    display: flex;
    animation-fill-mode: both;
}
.tile {
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(255,255,255);
    display: none;
    flex-direction: column;
    gap: 5px;
}
.tile * {
    height: fit-content;
}
.verifications {
    background: rgba(235,235,235);
    font-family: "Lexend";
    font-weight: 300;
    border-radius: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 13px;
    display: flex;
    gap: 3px;
    flex-direction: column;
    animation-fill-mode: backwards;
}
.bottomtext { /* lol */
    font-size: 15px;
    display: none;
}

.optionselected {
    display: flex !important;
}

@keyframes load {
    0% {
        width: 0%;
        transform: translateY(0);
    }
    75% {
        width: 100%;
        transform: translateY(0);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes fademove {
    from {
        transform: translateY(50%);
        opacity: 0%;
    }
}
@keyframes unblur {
    from {
        backdrop-filter: blur(0px);
    }
}
@media (max-width: 600px) {
    .nav {
        display: none;
    }
    .mobilemenubtn {
        display: flex;
    }
    .head, .para {
        width: 100%;
    }
}

.t0_1{
    animation-delay: 0.1s;
}
.t0_2{
    animation-delay: 0.2s;
}
.t0_3{
    animation-delay: 0.3s;
}