/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/bebas-neue-v2-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/bebas-neue-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue-v2-latin-regular.woff2") format("woff2"), url("../fonts/bebas-neue-v2-latin-regular.woff") format("woff"), url("../fonts/bebas-neue-v2-latin-regular.ttf") format("truetype"), url("../fonts/bebas-neue-v2-latin-regular.svg#BebasNeue") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: "icons-1635332066000";
    src: url("../fonts/icons-1635332066000.eot");
    src: url("../fonts/icons-1635332066000.eot?#iefix") format("eot"), url("../fonts/icons-1635332066000.woff") format("woff"), url("../fonts/icons-1635332066000.ttf") format("truetype"), url("../fonts/icons-1635332066000.svg#icons-1635332066000") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon:before, .date-picker::after, .form__field--time::after, .file-label::after, .autocomplete::after, .mobile-menu__close a::before, .popup__close::before {
    display: inline-block;
    font-family: "icons-1635332066000";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-time:before {
    content: "\EA18";
}

.icon-arrow-down:before {
    content: "\EA01";
}

.icon-arrow-left:before {
    content: "\EA02";
}

.icon-arrow-right:before {
    content: "\EA03";
}

.icon-arrow-up:before {
    content: "\EA04";
}

.icon-calendar:before {
    content: "\EA05";
}

.icon-crm:before {
    content: "\EA06";
}

.icon-delete:before {
    content: "\EA07";
}

.icon-edit:before {
    content: "\EA08";
}

.icon-frm:before {
    content: "\EA09";
}

.icon-logout:before {
    content: "\EA0B";
}

.icon-receipt:before {
    content: "\EA0D";
}

.icon-search:before {
    content: "\EA0E";
}

.icon-vrm:before {
    content: "\EA0F";
}

.icon-home:before {
    content: "\EA10";
}

.icon-config:before {
    content: "\EA11";
}

.icon-document:before {
    content: "\EA12";
}

.icon-file:before {
    content: "\EA13";
}

.icon-menu:before {
    content: "\EA14";
}

.icon-minus:before {
    content: "\EA15";
}

.icon-plus:before {
    content: "\EA16";
}

.icon-refresh:before {
    content: "\EA17";
}

@keyframes go-up {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50px);
    }
}

@keyframes loader {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes loader_white {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.btn,
button {
    position: relative;
    display: inline-block;
    padding: 0 2rem;
    height: 4rem;
    font-family: "Bebas Neue", cursive;
    font-size: 2rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #FFF;
    background: #A68459;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

    .btn:not(button) .icon,
    .btn--plus .icon,
    button:not(button) .icon,
    button--plus .icon {
        margin-right: 1rem;
        font-size: 1.5rem;
    }

    .btn:not(button):hover,
    .btn--plus .icon,
    button:not(button):hover,
    button--plus .icon {
        transform: translateY(0.2rem);
    }

.btn--search .icon,
button--search .icon {
    margin-right: 1rem;
    font-size: 1.6rem;
}

.btn--large,
button--large {
    padding: 0 3rem;
    font-size: 3rem;
    line-height: 6.2rem;
    height: 6rem;
}

.btn--disabled,
button--disabled {
    background: #D2C1AC;
}

.date-picker {
    z-index: 98;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 4rem;
    background: white;
    overflow: hidden;
    transition: all 0.3s 0s ease-in-out;
}

    .date-picker::before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0.1rem;
        right: 0.1rem;
        width: 3.8rem;
        height: 3.8rem;
        background: #FFF;
    }

    .date-picker::after {
        content: "\EA05";
        z-index: 2;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        font-size: 1.7rem;
        color: #000;
        transform: translateY(-50%);
    }

    .date-picker input {
        cursor: pointer;
    }

    .date-picker .calendar {
        position: absolute;
        top: 4.1rem;
        width: 100%;
        background: #fff;
        border-radius: 0;
        overflow: hidden;
        opacity: 0;
        transition: all ease-in-out 0.2s;
    }

    .date-picker .ui-datepicker-inline {
        position: relative;
        width: 100%;
    }

    .date-picker .ui-datepicker-header {
        margin-bottom: 1rem;
        height: 100%;
        line-height: 4rem;
        color: #fff;
        background: #005495;
    }

    .date-picker .ui-datepicker-prev,
    .date-picker .ui-datepicker-next {
        margin-top: 1.2rem;
        width: 2rem;
        height: 2rem;
        text-indent: 9999px;
        border: 0.2rem solid #fff;
        border-radius: 100%;
        cursor: pointer;
        overflow: hidden;
    }

        .date-picker .ui-datepicker-prev:hover,
        .date-picker .ui-datepicker-next:hover {
            border-color: black;
        }

        .date-picker .ui-datepicker-prev:after,
        .date-picker .ui-datepicker-next:after {
            content: "";
            position: absolute;
            display: block;
            width: 0.4rem;
            height: 0.4rem;
            border-left: 0.2rem solid #fff;
            border-bottom: 0.2rem solid #fff;
        }

            .date-picker .ui-datepicker-prev:after:hover,
            .date-picker .ui-datepicker-next:after:hover {
                border-color: yellow;
            }

    .date-picker .ui-datepicker-prev {
        margin-left: 1.2rem;
        float: left;
    }

        .date-picker .ui-datepicker-prev:after {
            margin: -3.5rem 0 0 0.6rem;
            transform: rotate(45deg);
        }

    .date-picker .ui-datepicker-next {
        margin-right: 1.2rem;
        float: right;
    }

        .date-picker .ui-datepicker-next:after {
            margin: -3.5rem 0 0 0.4rem;
            transform: rotate(-135deg);
        }

    .date-picker .ui-datepicker-title {
        text-align: center;
    }

    .date-picker .ui-datepicker-calendar {
        width: 100%;
        text-align: center;
    }

        .date-picker .ui-datepicker-calendar thead tr th span {
            margin-bottom: 0.5rem;
            display: block;
            width: 100%;
            font-size: 1.3rem;
            font-weight: 700;
            color: #005495;
        }

    .date-picker .ui-state-default {
        display: block;
        text-decoration: none;
        color: #000;
        font-size: 1.2rem;
        line-height: 4rem;
    }

        .date-picker .ui-state-default:hover {
            background: #CCDDEA;
        }

    .date-picker .ui-state-highlight {
        color: #005495;
    }

    .date-picker .ui-state-active {
        color: #FFF;
        background-color: #005495;
        font-weight: 600;
    }

    .date-picker .ui-datepicker-unselectable .ui-state-default {
        color: #FFF;
        background: #DEDEDE;
        border: 0.2rem solid transparent;
    }

    .date-picker.open {
        z-index: 99;
        max-height: 40rem;
        overflow: initial;
    }

        .date-picker.open .calendar {
            opacity: 1;
        }

.form--toggle {
    padding-top: 3rem;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.form__heading {
    margin-bottom: 3rem;
}

.form__row {
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
    display: flex;
}

@media (max-width: 550px) {
    .form__row {
        flex-direction: column;
    }
}

.form__field {
    margin: 1.5rem;
    width: calc(50% - 3rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 550px) {
    .form__field {
        width: calc(100% - 3rem);
    }
}

.form__field label {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.form__field input:not([type="checkbox"]),
.form__field select {
    width: 100%;
}

.form__field--full {
    width: calc(100% - 3rem);
}

.form__field--buttons {
    flex-direction: row;
    align-items: center;
}

    .form__field--buttons a {
        margin-left: 2rem;
        color: #000;
        text-decoration: underline;
        transition: all ease-in-out 0.2s;
    }

        .form__field--buttons a:hover {
            text-decoration-color: rgba(0, 0, 0, 0);
        }

.form__field--time {
    position: relative;
}

    .form__field--time input {
        padding-left: 4.3rem;
    }

    .form__field--time::after {
        content: "\EA18";
        z-index: 2;
        position: absolute;
        top: 3.2rem;
        left: 1.5rem;
        font-size: 1.7rem;
        color: #000;
    }

.form__field--single-checkbox {
    justify-content: center;
}

    .form__field--single-checkbox label {
        margin: 0;
    }

.form__field--refresh {
    flex-direction: row;
    flex-wrap: wrap;
}

    .form__field--refresh label {
        flex: 0 0 100%;
    }

    .form__field--refresh input {
        flex: 0 0 calc(100% - 6rem);
    }

    .form__field--refresh .btn {
        margin-left: auto;
        padding: 0;
        flex: 0 0 4rem;
        width: 4rem;
        text-align: center;
        line-height: 4.2rem;
    }

        .form__field--refresh .btn .icon {
            margin: 0;
        }

input,
textarea,
select {
    font-family: "Helvetica", sans-serif;
    border: 0.1rem solid #DEDEDE;
    transition: all ease-in-out 0.2s;
}

    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: #005495;
    }

input,
select {
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.6rem;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzAgMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzM1MzUzNSI+PHBhdGggZD0ibTE3LjUxMTI3NDMgMTMuODI5Mzk5OC0xMy42MzQ2MzE4OS0xMy4zNTAxMzU0Yy0uMzE1MzUyNC0uMzA5MDIxODgtLjczNjMyMDQ0LS40NzkyNjQ0LTEuMTg1MTg2OTYtLjQ3OTI2NDRzLS44Njk4MzQ1Ni4xNzAyNDI1Mi0xLjE4NTE4Njk1LjQ3OTI2NDRsLTEuMDA0MDk1OTcuOTgyOTE4ODNjLS42NTMzNzIzLjY0MDQ4MjYtLjY1MzM3MjMgMS42ODE0NDk3NSAwIDIuMzIwOTU2NzRsMTEuNDQ5MzM0NDcgMTEuMjEwNjQwNTMtMTEuNDYyMDM4MjQgMTEuMjIzMDc5NWMtLjMxNTM1MjM5LjMwOTAyMTktLjQ4OTQ2ODc2LjcyMDk2OTgtLjQ4OTQ2ODc2IDEuMTYwMjM0NSAwIC40Mzk3NTI1LjE3NDExNjM3Ljg1MTcwMDQuNDg5NDY4NzYgMS4xNjA5NjYybDEuMDA0MDk1OTcuOTgyNjc0OWMuMzE1NjAxNDguMzA5MDIxOS43MzYzMjA0NC40NzkyNjQ0IDEuMTg1MTg2OTUuNDc5MjY0NC40NDg4NjY1MiAwIC44Njk4MzQ1Ny0uMTcwMjQyNSAxLjE4NTE4Njk2LS40NzkyNjQ0bDEzLjY0NzMzNTY2LTEzLjM2MjMzMDRjLjMxNjA5OTYtLjMwOTk5NzUuNDg5NzE3OC0uNzIzODk2NS40ODg3MjU3LTEuMTYzODkzLjAwMDk5MjEtLjQ0MTcwMzctLjE3MjYyNjEtLjg1NTM1ODktLjQ4ODcyNTctMS4xNjUxMTI0eiIgdHJhbnNmb3JtPSJtYXRyaXgoMCAxIC0xIDAgMzAgMCkiLz48L3N2Zz4=");
    background-repeat: no-repeat,repeat;
    background-position: right 1.5rem top 52%, 0 0;
    background-size: 1rem auto, 100%;
    background-color: #fff;
    border-radius: 0;
}

    select:focus {
        outline: 0;
    }

.file-label {
    position: relative;
    width: 100%;
    border: 0.1rem solid #DEDEDE;
    cursor: pointer;
}

    .file-label input {
        opacity: 0;
        visibility: hidden;
    }

    .file-label .text {
        position: absolute;
        top: 50%;
        left: 1rem;
        font-weight: 400;
        transform: translateY(-50%);
    }

    .file-label::after {
        content: "\EA13";
        position: absolute;
        top: 50%;
        right: 1.5rem;
        font-size: 1.8rem;
        color: #000;
        transform: translateY(-50%);
    }

.checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .checkbox input {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 1.5rem;
        width: 1.5rem;
    }

    .checkbox label {
        padding: 0.2rem 0 0.2rem 3rem;
        font-weight: 300 !important;
        line-height: 2.6rem;
        display: block;
        cursor: pointer;
    }

        .checkbox label::before {
            content: "";
            background-color: #fff;
            border: 0.1rem solid #dbe1f1;
            display: inline-block;
            height: 1.5rem;
            width: 1.5rem;
            left: 0;
            top: 0.5rem;
            position: absolute;
            cursor: pointer;
        }

        .checkbox label::after {
            content: '';
            display: block;
            position: absolute;
            background: #005495;
            height: 1.3rem;
            width: 1.3rem;
            transition: .2s;
            opacity: 0;
            transform: scale(1.5);
            top: 0.7rem;
            left: 0.2rem;
            background: #005495;
        }

    .checkbox input:checked + label::after {
        opacity: 1;
        transform: scale(1);
    }

.checkbox--radio label::before,
.checkbox--radio label::after {
    border-radius: 100%;
}

.checkbox--radio label::after {
    background: #005495;
    height: 1.3rem;
    width: 1.3rem;
    top: 0.7rem;
    left: 0.2rem;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    padding: 0 0 0 30rem;
    font-family: "Helvetica", sans-serif;
    font-size: 1.6rem;
    color: #000;
}

@media (max-width: 900px) {
    body {
        padding: 0 0 0 25rem;
    }
}

@media screen and (max-width: 800px), screen and (max-height: 700px) {
    body {
        padding: 10rem 0 0 0;
    }
}

body.has-popup {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    width: 130rem;
    max-width: calc(100% - 5rem);
}

.container--small {
    width: 68rem;
}

h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 5rem;
    line-height: 1.2;
}

@media (max-width: 900px) {
    h1 {
        font-size: 3.8rem;
    }
}

h2 {
    font-family: "Bebas Neue", cursive;
    font-size: 4.5rem;
    line-height: 1.2;
}

@media (max-width: 900px) {
    h2 {
        font-size: 3.8rem;
    }
}

h3 {
    font-family: "Bebas Neue", cursive;
    font-size: 3.7rem;
    line-height: 1.2;
}

p {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.2;
}

.line-title {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-family: "Bebas Neue", cursive;
    font-size: 3.2rem;
    text-transform: uppercase;
    border-bottom: 0.1rem solid #DEDEDE;
}

.accordions__item:last-child.active .accordions__content {
    border-bottom: 0.1rem solid #DEDEDE;
}

.accordions__title {
    margin-top: -0.1rem;
    position: relative;
    padding: 1.6rem 0 1.6rem 5rem;
    font-weight: 700;
    border: 0.1rem solid #DEDEDE;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.active .accordions__title {
    color: #005495;
}

.accordions__title .icon {
    position: absolute;
    top: 50%;
    left: 2rem;
    font-size: 1rem;
    transform: translateY(-50%);
    transition: all ease-in-out .2s;
}

.active .accordions__title .icon-plus {
    opacity: 0;
}

.accordions__title .icon-minus {
    top: calc(50% - 0.1rem);
    font-size: 0.2rem;
    color: #005495;
    opacity: 0;
}

.active .accordions__title .icon-minus {
    opacity: 1;
}

.accordions__content {
    max-height: 0;
    overflow: hidden;
    border-right: 0.1rem solid #DEDEDE;
    border-left: 0.1rem solid #DEDEDE;
    transition: all ease-in-out 0.2s;
}

    .accordions__content p {
        font-size: 1.6rem;
    }

    .accordions__content > div {
        position: relative;
        padding: 2rem;
    }

.advanced-search {
    margin-bottom: 3rem;
    display: none;
}

.advanced-search--show {
    display: block;
}

.advanced-search__title {
    margin-bottom: 1rem;
    font-family: "Bebas Neue", cursive;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.advanced-search__field {
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
}

@media (max-width: 580px) {
    .advanced-search__field {
        padding: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
}

.advanced-search__field label {
    width: 17.5rem;
    font-weight: 700;
}

@media (max-width: 580px) {
    .advanced-search__field label {
        margin-bottom: 1rem;
    }
}

.advanced-search__field input,
.advanced-search__field select,
.advanced-search__field .date-picker {
    width: 40rem;
}

@media (max-width: 580px) {
    .advanced-search__field input,
    .advanced-search__field select,
    .advanced-search__field .date-picker {
        width: 100%;
    }
}

.advanced-search__field:nth-child(odd) {
    background: #F5F5F5;
}

.advanced-search__buttons {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

    .advanced-search__buttons a {
        margin-left: 2rem;
        text-decoration: underline;
        color: #000;
    }

.autocomplete {
    position: relative;
}

    .autocomplete::after {
        content: "\EA0E";
        z-index: 2;
        position: absolute;
        top: 3.2rem;
        right: 1.5rem;
        font-size: 1.7rem;
        color: #000;
    }

.autocomplete__list {
    position: absolute;
    top: calc(100% + 1rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0 2px 14px 7px rgba(0, 0, 0, 0.17);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease-in-out 0.2s;
}

    .autocomplete__list.show {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.autocomplete__item {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

    .autocomplete__item:hover {
        background: #F5F5F5;
    }

    .autocomplete__item span:first-child {
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    .autocomplete__item:not(:last-child) {
        border-bottom: 0.1rem solid #F5F5F5;
    }

.autocomplete__loader {
    font-size: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    position: relative;
    animation: loader 1.1s infinite ease;
    transform: translateZ(0);
    position: absolute;
    top: 4rem;
    right: 6rem;
}

.back-button {
    margin-bottom: 3rem;
}

    .back-button a {
        display: flex;
        align-items: center;
        color: #000;
        text-decoration: underline;
    }

        .back-button a .icon {
            margin-right: 1rem;
            font-size: 1.1rem;
        }

.header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    padding: 3rem;
    width: 30rem;
    height: 100vh;
    background: #005495;
}

@media (max-width: 900px) {
    .header {
        width: 25rem;
    }
}

@media screen and (max-width: 800px), screen and (max-height: 700px) {
    .header {
        padding: 1rem 2rem;
        height: 10rem;
        width: 100%;
    }
}

.header__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 800px), screen and (max-height: 700px) {
    .header__inner {
        flex-direction: row;
        align-items: center;
    }
}

.header__logo {
    padding: 0 0 3rem 0;
    margin: 0 0 3rem 0;
    border-bottom: 0.2rem solid rgba(255, 255, 255, 0.2);
}

@media (max-height: 700px) {
    .header__logo {
        padding: 0 3rem 0 0;
        margin: 0 3rem 0 0;
        border-right: 0.2rem solid rgba(255, 255, 255, 0.2);
        border-bottom: none;
    }
}

@media (max-width: 500px) {
    .header__logo {
        padding: 0;
        margin: 0;
        border-right: none;
    }
}

.header__logo img {
    width: 11.5rem;
}

.header__welcome {
    font-size: 1.6rem;
    font-weight: 300;
    color: #FFF;
}

@media (min-height: 701px) and (max-height: 820px) {
    .header__welcome {
        display: none;
    }
}

@media (max-width: 500px) {
    .header__welcome {
        display: none;
    }
}

.header__welcome p {
    font-family: "Bebas Neue", cursive;
    font-size: 2.8rem;
    text-transform: uppercase;
}

@media (max-width: 800px) {
    .header__welcome p {
        margin: 0 1rem 0 0;
    }
}

@media (max-width: 600px) {
    .header__welcome span {
        display: none;
    }
}

.header__nav {
    margin-top: 5rem;
}

@media (max-height: 820px) {
    .header__nav {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px), screen and (max-height: 700px) {
    .header__nav {
        display: none;
    }
}

.header__nav ul li a {
    display: flex;
    align-items: center;
    font-family: "Bebas Neue", cursive;
    font-size: 2rem;
    color: #FFF;
}

    .header__nav ul li a .icon {
        position: relative;
        margin-right: 1.5rem;
        display: inline-block;
        width: 2.7rem;
        height: 2.7rem;
        font-size: 1.2rem;
        background: #0562A9;
    }

        .header__nav ul li a .icon::before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
        }

.header__nav ul li:hover a,
.header__nav ul li.active a {
    text-decoration: underline;
}

.header__nav ul li:not(:last-child) {
    margin-bottom: 3rem;
}

.header__bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 800px), screen and (max-height: 700px) {
    .header__bottom {
        display: none;
    }
}

.header__bottom a {
    display: inline-block;
    font-family: "Bebas Neue", cursive;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #FFF;
    transition: all ease-in-out 0.2s;
}

    .header__bottom a .icon {
        margin-right: 1rem;
        display: inline-block;
        width: 1.6rem;
        font-size: 1.4rem;
    }

    .header__bottom a:hover {
        transform: translateX(0.2rem);
    }

    .header__bottom a:not(:last-child) {
        margin-bottom: 3rem;
    }

.header__mobile {
    margin-left: auto;
    display: none;
}

    .header__mobile a {
        display: flex;
        align-items: center;
        color: #FFF;
    }

        .header__mobile a .icon {
            margin-right: 1rem;
            font-size: 2rem;
            transform: translateY(0.1rem);
        }

@media screen and (max-width: 800px), screen and (max-height: 700px) {
    .header__mobile {
        display: flex;
    }
}

.loader {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 84, 149, 0.9);
    transition: all ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

    .loader.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.loader__title {
    margin-bottom: 5rem;
    font-family: "Bebas Neue", cursive;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
}

.loader__spinner {
    font-size: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: relative;
    animation: loader_white 1.1s infinite ease;
    transform: translateZ(0);
}

.mobile-menu {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 84, 149, 0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-menu--open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.mobile-menu__close {
    position: fixed;
    top: 3rem;
    right: 3rem;
}

    .mobile-menu__close a {
        display: block;
        width: 4rem;
        height: 4rem;
        font-size: 1.5rem;
        text-align: center;
        line-height: 4.6rem;
        color: #000;
        background: #FFF;
        border-radius: 100%;
    }

        .mobile-menu__close a::before {
            content: "\EA16";
            transform: rotate(135deg);
        }

.mobile-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 7.5rem 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    list-style-type: none;
    overflow-y: auto;
}

    .mobile-menu ul li:hover a,
    .mobile-menu ul li.active a {
        text-decoration: underline;
    }

    .mobile-menu ul li a {
        display: block;
        padding: 2rem 0;
        text-align: center;
        font-size: 2.2rem;
        font-weight: 700;
        color: #FFF;
        transition: all 0.2s ease-in-out;
    }

.page {
    padding: 5rem;
}

@media (max-width: 800px) {
    .page {
        padding: 3rem;
    }
}

.page-heading {
    margin-bottom: 4rem;
}

.pagination {
    padding: 5rem 0;
}

.pagination__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 700px) {
    .pagination__inner {
        justify-content: center;
    }
}

.pagination__item {
    display: flex;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    line-height: 3.2rem;
    color: #000;
    transition: all ease-in-out 0.2s;
}

    .pagination__item:not(.pagination__item--dots):hover, .pagination__item--active {
        color: #FFF;
        background: #005495;
    }

.pagination__item--left, .pagination__item--right {
    font-size: 1rem;
}

.pagination__item:not(:last-child) {
    margin-right: 1rem;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    opacity: 0;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .popup.is-open {
        opacity: 1;
        pointer-events: all;
    }

.popup__inner {
    position: relative;
    z-index: 50002;
    display: block;
    background: #ffffff;
    width: 68.5rem;
    max-width: calc(100% - 6rem);
    max-height: calc(100% - 6rem);
    box-shadow: 0 2px 14px 7px rgba(0, 0, 0, 0.17);
    padding: 5rem;
    overflow-y: scroll;
    transition: .1s;
    transform: scale(0.75);
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.is-open .popup__inner {
    transform: scale(1);
}

@media (max-width: 700px) {
    .popup__inner {
        padding: 3rem;
    }
}

@media (max-width: 425px) {
    .popup__inner {
        max-width: calc(100% - 3rem);
        max-height: calc(100% - 3rem);
    }
}

.popup__inner .form__row:last-child {
    margin: -1.5rem;
}

.popup__close {
    position: absolute;
    top: 1.6rem;
    right: 1.8rem;
    line-height: 0;
    color: #000;
    font-size: 2rem;
    transform: rotate(135deg);
}

    .popup__close::before {
        content: "\EA16";
    }

@media (max-width: 700px) {
    .popup__close {
        top: 1rem;
        right: 1.2rem;
    }
}

.popup__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 50001;
}

.table-container {
    overflow: scroll;
}

.table {
    width: 100%;
    text-align: left;
}

@media (max-width: 1150px) {
    .table--button-in-thead thead {
        display: block !important;
    }

        .table--button-in-thead thead tr th:not(:last-child) {
            display: none;
        }
}

.table th,
.table td {
    padding: 1.5rem 2rem;
    max-width: 30rem;
    word-wrap: break-word;
}

.table thead {
    font-family: "Bebas Neue", cursive;
    font-size: 2rem;
}

@media (max-width: 1150px) {
    .table thead {
        display: none;
    }
}

.table thead .icon {
    margin-left: 0.5rem;
    display: inline-block;
    font-size: 0.6rem;
    transform: translateY(-0.4rem);
}

.table thead th.button {
    min-width: 16rem;
    text-align: right;
}

    .table thead th.button .icon {
        margin: 0;
        font-size: 1.4rem;
        transform: none;
    }

    .table thead th.button .btn:not(:last-child) {
        margin-right: 1rem;
    }

.table thead th.th-checkbox .checkbox label {
    padding: 0;
}

    .table thead th.th-checkbox .checkbox label::before {
        top: -1.5rem;
    }

    .table thead th.th-checkbox .checkbox label::after {
        top: -1.3rem;
    }

.table tbody tr:nth-child(odd) {
    background: #F5F5F5;
}

@media (max-width: 1150px) {
    .table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }
}

.table tbody tr td:last-child {
    text-align: right;
}

@media (max-width: 1150px) {
    .table tbody tr td:last-child {
        text-align: left;
    }
}

@media (max-width: 1150px) {
    .table tbody tr td {
        position: relative;
        padding-top: 4rem;
        flex: 0 0 33%;
    }

        .table tbody tr td::before {
            content: attr(data-title);
            position: absolute;
            top: 2rem;
            font-weight: 700;
        }
}

@media (max-width: 950px) {
    .table tbody tr td {
        flex: 0 0 50%;
    }
}

.table tbody tr td.td-checkbox .checkbox label {
    padding: 0;
}

    .table tbody tr td.td-checkbox .checkbox label::before {
        top: -1.5rem;
    }

    .table tbody tr td.td-checkbox .checkbox label::after {
        top: -1.3rem;
    }

.table tbody tr td.td-date {
    min-width: 17rem;
}

@media (max-width: 950px) {
    .table tbody tr td.links {
        display: flex;
        flex-wrap: wrap;
    }
}

.table tbody tr td.links a {
    margin: 0;
    font-size: 1.6rem;
    color: #005495;
    text-decoration: underline;
    transition: all ease-in-out .2s;
}

    .table tbody tr td.links a:hover {
        text-decoration-color: rgba(0, 0, 0, 0);
    }

    .table tbody tr td.links a:not(:last-child) {
        margin-right: 2rem;
    }

@media (max-width: 950px) {
    .table tbody tr td.links a:not(:last-child) {
        margin: 0 1.5rem 1.5rem 0;
    }
}

.table tbody a {
    margin-left: 2rem;
    font-size: 1.8rem;
    color: #000;
    transition: all ease-in-out 0.2s;
}

    .table tbody a .icon {
        display: inline-block;
    }

    .table tbody a:hover {
        color: #005495;
    }

.documents-table-form .table {
    margin-bottom: 3rem;
}

    .documents-table-form .table input {
        width: 100%;
    }

    .documents-table-form .table tbody tr td:last-child {
        text-align: left;
    }

        .documents-table-form .table tbody tr td:last-child input {
            width: calc(100% - 6rem);
        }

    .documents-table-form .table tbody tr td .btn {
        padding: 0;
        width: 4rem;
        line-height: 4.3rem;
        text-align: center;
        color: #FFF;
    }

        .documents-table-form .table tbody tr td .btn .icon {
            margin: 0;
        }

@media (max-width: 950px) {
    .documents-table-form .table tbody tr td {
        flex: 0 0 100%;
    }
}

.tabs {
    display: flex;
    flex-direction: column;
}

.tabs__top {
    display: flex;
    border-bottom: 0.1rem solid #DEDEDE;
    overflow-x: scroll;
}

.tabs__link {
    padding: 2rem 0;
    font-weight: 700;
    white-space: nowrap;
    color: #7F7F7F;
    border-bottom: 0.3rem solid transparent;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

    .tabs__link:not(:last-child) {
        margin-right: 3rem;
    }

    .tabs__link.active {
        color: #005495;
        border-color: #005495;
    }

.tabs__page {
    padding: 3rem 0;
    display: none;
}

    .tabs__page.open {
        display: block;
    }

.vrm__header {
    margin-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1250px) {
    .vrm__header {
        flex-direction: column;
    }
}

.vrm__add, .vrm__search, .vrm__toggle {
    margin-right: 3rem;
    padding-right: 3rem;
    border-right: 0.1rem solid #DEDEDE;
}

@media (max-width: 1250px) {
    .vrm__add, .vrm__search, .vrm__toggle {
        margin: 0 0 2rem;
        padding: 0;
        border-right: none;
    }
}

.vrm__search form {
    display: flex;
}

@media (max-width: 1250px) {
    .vrm__search input {
        flex-grow: 1;
    }
}

.vrm__search button {
    margin-left: -0.5rem;
    padding: 0;
    width: 4rem;
    line-height: 4.6rem;
}

.vrm__toggle {
    display: flex;
    align-items: center;
}

.vrm__advanced-search {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .vrm__advanced-search span:not(.icon) {
        text-decoration: underline;
    }

    .vrm__advanced-search .icon {
        margin-left: 1rem;
        font-size: 0.8rem;
    }

        .vrm__advanced-search .icon::before {
            transition: all ease-in-out 0.2s;
        }

    .vrm__advanced-search .active .icon::before {
        transform: rotate(180deg);
    }

.hg-button-space span::after {
    content: "space";
}