html {
    font-size: 0.875rem;
}

@media screen and (max-width:1920px) {
    html {
        font-size: calc(0.625rem + 0.20833333333333337vw);
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: calc(0.7188475546305931rem + 0.10405827263267431vw);
    }
}

@media screen and (max-width:479px) {
    html {
        font-size: calc(0.6873692468619247rem + 0.20920502092050208vw);
    }
}

/* END: Font size settings */
.button .icon-embed-xxsmall {
    color: #366373;
}

.button:hover .icon-embed-xxsmall {
    color: #eb875a !important;
}

.button.is-nav:hover .arrow-career {
    color: #eb875a !important;
}

.button.is-footer:hover .arrow-career.is-footer {
    color: #ffffff !important;
}

.value-box.last:hover .arrow-career.values {
    color: #eb875a !important;
}

.button.top-2em:hover .arrow-career {
    color: #eb875a !important;
}

@media screen and (min-width: 768px){
    .team-listing-wrapper .engagement-card:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.fluentform * {
    font-family: Groteska !important;
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.125rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.fluentform input {
    padding-left: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    color: white !important;
}

.fluentform textarea {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    background-color: white !important;
    color: #242626 !important;
}

.fluentform label {
    margin-bottom: 1rem !important;
}