.satThumbButton {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    div {
        font-size: 11px;
        color: var(--white);
    }
    ons-icon {
        width: 100% !important;
        padding-top: 5px;
        font-size: 1.3rem !important;
        line-height: 1 !important;
    }
}

#nav-context {
    ons-col {
        height: 100%;
    }
}

#nav-context>* {
    flex: 1;
    min-width: 0;
}#sat-language-banner {
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: grid;
    grid-template-rows: 1fr 2fr 1fr;
    > i {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .satLanguageBannerTop {
        display: flex;
        margin-left: 10%;
        margin-right: 10%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        .satLanguageBannerGrid {
            display: flex;
            justify-content: space-evenly;
            align-items: start;
            grid-template-columns: 1fr 1fr;
            text-align: center;
            width: 100%;
            margin-top: 20px;
            div {
                display: flex;
                width: calc(100%/3);
                height: 3em;
                border: 1px solid var(--extra-link-color-border);
                justify-content: center;
                align-items: center;
                border-radius: 15px;
            }
        }
    }
    .satLanguageBannerCenter {
        margin-left: 10%;
        margin-right: 10%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        border-top: var(--black) 1px solid;
        h4 {
            padding-bottom: 15px;
        }
        >* {
            text-align: center;
        }
        i {
            font-weight: bold;
            margin-left: 5px;
            margin-right: 5px;
        }
        img {
            width: 32px;
            padding-right: 10px;
            padding-top: -5px;
        }
    }
    .satLanguageBannerBottom {
        border-top: 1px solid var(--black);
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        img {
            margin-top: 15px;
            aspect-ratio: 1/1;
            width: 12%;
        }
        p {
            margin-top: 15px;
            text-align: center;
            font-size: 1.2em;
        }
    }
}#satLanguageSelector {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    background: var(--gray-lightest);
    top: 70px;
    font-size: 1rem;
    padding: 10px;
    filter: drop-shadow(0 5px 10px black);
    width: auto;
    max-width: 60%;
    min-width: 60%;
    opacity: 0;
    transition: all 0.5s;

    label {
        width: calc(100% - 5px);
        height: 22px;
        display: flex;
        justify-content: space-between;
        font-weight: normal;
        color: var(--gray-dark);
        align-items: center;
        border-bottom: 1px solid #c6c6c6;
        margin-bottom: 10px;
        margin-left: 5px;
        padding-bottom: 3px;

        input {
            -webkit-appearance: none;
            appearance: none;
            background-color: transparent;
            color: var(--blue-light);
            font-weight: bold;
            margin: 0;
            padding-right: 5px;
            padding-bottom: 2px;
            font-family: satelles;
        }

        input:checked::before {
            content: '\e90c';
        }
    }
}

#satLanguageSelector::after {
    content: "";
    border: solid 10px;
    border-color: transparent transparent var(--gray-lightest) transparent;
    position: absolute;
    bottom: 100%;
}

.satLanguageSelectorTitle {
    font-size: 1rem;
    font-weight: normal;
    padding-bottom: 3px;
    margin-bottom: 5px;
    color: var(--black);
}

#satLanguageSelector {
    transform: translate(calc(-20% - 10px));
    border-radius: 10px;
}

#satLanguageSelector::after {
    left: calc(70% - 10px);
}

.satLanguageSelectorVisible {
    transform: translate(-20%) !important;
    opacity: 1 !important;
}

@media (min-width: 1024px) {
    #satLanguageSelector {
        transform: translate(calc(-40% - 10px));
        border-radius: 10px 10px 10px 10px;
    }

    #satLanguageSelector::after {
        left: calc(100% - 30px);
    }

    .satLanguageSelectorVisible {
        transform: translate(-40%) !important;
        opacity: 1 !important;
    }
}

@media (min-width: 719px) and (max-width: 1024px) {
    #satLanguageSelector {
        transform: translate(calc(-40% - 10px));
        border-radius: 10px 5px 10px 10px;
    }

    #satLanguageSelector::after {
        left: calc(100% - 25px);
    }

    .satLanguageSelectorVisible {
        transform: translate(-40%) !important;
        opacity: 1 !important;
    }
}

.visible {
    visibility: visible !important;
}

.satLanguageSelectorToggle {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 1024px) {
    #satLanguageSelector {
        transform: translate(calc(-40% - 10px));
        border-radius: 10px;
    }

    #satLanguageSelector::after {
        left: calc(100% - 30px);
    }

    .satLanguageSelectorVisible {
        transform: translate(-40%) !important;
        opacity: 1 !important;
    }
}

@media (min-width: 719px) and (max-width: 1024px) {
    #satLanguageSelector {
        transform: translate(calc(-40% - 10px));
        border-radius: 10px 5px 10px 10px;
    }

    #satLanguageSelector::after {
        left: calc(100% - 25px);
    }

    .satLanguageSelectorVisible {
        transform: translate(-40%) !important;
        opacity: 1 !important;
    }
}.satNavbarBrand {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gray-lightest);

    a {
        height: 100%;
        padding-left: 10px;
        display: flex;
        align-items: center;
        span {
            font-weight: 700;
            font-size: 20px;
            line-height: 20px;
            margin-left: 10px;
        }
    }

    img {
        height: 40px;
    }

    i {
        height: 100%;
        width: 15%;
        font-size: 1.5em;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 720px) {
    .satNavbarBrand a {
        width: 85%;
    }

    .satNavbarBrand .satNavbarCloseButton {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .satNavbarBrand a {
        width: 70%;
    }
}

.satBrandName {
    color: black !important;
}

.satBrandName:hover {
    color: black !important;
}

.satBrandName:visited {
    color: black !important;
}.satNavbarFoldout {
    height: 50px;
    display: flex;
    border-top: 1px solid var(--gray-light);
}

.satNavbarFoldoutLink {
    width: 70%;
    display: flex;
    color: white;
    align-items: center;
    font-size: 18px;
    i {
        font-size: 16px;
        padding-left: 16px;
        padding-right: 4px;
    }
}

.satNavbarFoldoutLink:hover {
    color: white;
}

.satNavbarFoldoutButton {
    width: 30%;
    display: flex;
    color: white;
    align-items: center;
    justify-content: flex-end;
    i {
        font-size: 1.3em;
        font-weight: bold;
        padding-right: 16px;
    }
}.satHamburgerContent {
    flex-direction: column;
    font-family: "Open Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
}

.satHamburgerContentPart {
    height: 45px;
    border-bottom: 1px solid var(--gray-dark);
    display: flex;
    align-items: center;
    background-color: var(--white) !important;
    i {
        padding-left: 14px;
        margin-right: 8px;
    }
}.satThumbButton {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    div {
        font-size: 11px;
        color: var(--white);
    }
    ons-icon {
        width: 100% !important;
        padding-top: 5px;
        font-size: 1.3rem !important;
        line-height: 1 !important;
    }
}

#nav-context {
    ons-col {
        height: 100%;
    }
}

#nav-context>* {
    flex: 1;
    min-width: 0;
}#sat-language-banner {
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: grid;
    grid-template-rows: 1fr 2fr 1fr;
    > i {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .satLanguageBannerTop {
        display: flex;
        margin-left: 10%;
        margin-right: 10%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        .satLanguageBannerGrid {
            display: flex;
            justify-content: space-evenly;
            align-items: start;
            grid-template-columns: 1fr 1fr;
            text-align: center;
            width: 100%;
            margin-top: 20px;
            div {
                display: flex;
                width: calc(100%/3);
                height: 3em;
                border: 1px solid var(--extra-link-color-border);
                justify-content: center;
                align-items: center;
                border-radius: 15px;
            }
        }
    }
    .satLanguageBannerCenter {
        margin-left: 10%;
        margin-right: 10%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        border-top: var(--black) 1px solid;
        h4 {
            padding-bottom: 15px;
        }
        >* {
            text-align: center;
        }
        i {
            font-weight: bold;
            margin-left: 5px;
            margin-right: 5px;
        }
        img {
            width: 32px;
            padding-right: 10px;
            padding-top: -5px;
        }
    }
    .satLanguageBannerBottom {
        border-top: 1px solid var(--black);
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        img {
            margin-top: 15px;
            aspect-ratio: 1/1;
            width: 12%;
        }
        p {
            margin-top: 15px;
            text-align: center;
            font-size: 1.2em;
        }
    }
}