/* Minification failed. Returning unminified contents.
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,40): run-time error CSS1039: Token not allowed after unary operator: '-bs-danger-rgb'
(38,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(496,31): run-time error CSS1046: Expect comma, found '82'
(496,36): run-time error CSS1046: Expect comma, found ')'
 */
/** -- globally assign styles (for some reason doesn't work for hermes header... oh well) -- */
html, :root, body/*, .hm-header*/ {
    font-family: "Roboto", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif !important;
}

/** -- override AG grid default font -- */
.ag-theme-alpine, .ag-theme-alpine-dark {
    --ag-font-family: "Roboto", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif !important;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.hm-content {
    position: relative;
    display: block;
    top: -7px;
}

    .reg-type {
        display: inline-block;
    }

.reg-type-special { display: block; }

.shadow-danger {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), .25) !important;
}

.error { text-align: center; }

.text-primary-sud {
    --bs-text-opacity: 1;
    color: #2362a2 !important;
}

.spinner-text {
    position: relative;
    top: 80px;
    left: -10px;
}

.spinner-over {
    background-color: rgba(140, 140, 140, .5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

body.no-scroll {
    overflow: hidden;
}

.spinner {
    display: block;
    position: fixed;
    z-index: 1031; /* High z-index so it is on top of the page */
    top: 50%;
    right: 50%; /* or: left: 50%; */
    /*margin-top: 10px;*//* half of the elements height */
    /*margin-right: 10px;*//* half of the elements width */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero__title { padding-left: 30px; }

.hero__title h2 {
    font-weight: 400;
    font-size: 18px;
    color: white;
}

.hero__title h2:last-of-type { line-height: 1em; }

.sud-ext-header {
    height: auto !important;
}

@media all and (max-width: 1000px) {
    .sud-ext-header > div {
        flex-direction: column;
    }

    .sud-ext-header > div > div {
        width: 100% !important;
        max-width: 100% !important;
    }
}

    .sud-ext-header .hero__title h2:last-of-type {
        font-size: 14px;
    }

    .sud-ext-header .hm-tools-buttons {
        height: 100% !important;
    }

    .sud-ext-header .hm-id-button-profile-link {
        padding: 0;
    }

.sud-ext-header .hm-id-button-profile-link:hover {
    padding: 0;
}

.header-banner__logo-holder {
    padding-left: 30px;
}

.cs-logo { height: 40px; }

a.logo, .header-banner a.logo:visited {
    display: flex;
    text-decoration: none;
    height: 60px;
    padding: 8px;
}

.mb-a-0 { margin-bottom: 0 !important; }

.mt-a-0 { margin-top: 0 !important; }

.bckg {
    background: #005694;
    zoom: 1;
    /*font-family: 'Tahoma', 'Helvetica', 'Arial', sans-serif;*/
    height: 60px;
}

.hm-tools {
    display: inline-block;
    /*background: #3775b3;*/
    vertical-align: middle;
    color: white;
}

.hm-id-button-logout-link, .hm-id-button-profile-link {
    display: block;
    padding: 16px;
    color: white;
    text-decoration: none;
}

.hm-id-button-logout-link:hover, .hm-id-button-profile-link:hover {
    display: block;
    padding: 16px;
    color: white;
    text-decoration: none;
}

.hm-tools-buttons .hm-tool-item a:hover {
    background: #3775b3;
    text-decoration: none;
}

.hm-tools-buttons {
    background: #0065ae;
    border-top: 1px solid #3775b3;
    zoom: 1;
    text-align: center;
    display: flex;
    height: 60px;
}

.hm-tools-buttons .hm-tool-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 23px;
    border-left: 1px solid #3775b3;
}

.hm-tools-buttons .hm-tool-item.hm-user-name { float: left; }

.hm-tools-buttons .hm-tool-item:first-child { border: none; }

.hm-tools-buttons .hm-tool-item img {
    width: 26px;
    height: 26px;
    margin-top: 1px;
    margin-bottom: -1px;
}

.dl-horizontal dt { white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px !important;
    border: none;
}

/* Note: enabling textarea resize will break SubjektRocniHlaseni visuals */

textarea { resize: none; }

.form-label { margin-top: 1rem; }

.main-request-container {
    display: flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-request-container input[type=radio], .main-request-container input[type=checkbox] { margin-left: 15px; }

.main-request-container input[type=text], select, textarea {
    max-width: 100% !important;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-request-container input[type=text]:focus, select:focus, textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.main-request-container input[type=text]:disabled {
    background-color: #e9ecef;
    -ms-opacity: 1;
    opacity: 1;
}

.base-form-title {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
    margin: 0 0 10px 0;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 900;
}

.base-form-title h2 {
    width: fit-content;
    margin: 0;
}

.base-form-info {
    width: 95%;
    margin-bottom: 25px;
}

.base-form-options {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.base-form-options > div { display: flex; }

@media screen and (min-width: 992px) {
    /* --- used to remove top margin of the top most labels in a form (when the screen is wide enough) --- */
    .top-margin-0-wide label, .top-margin-0-slim label { margin-top: 0px; }

    .verticalHr { border-left: 2px solid #ced4da; }
}

@media screen and (max-width: 680px) {
    .base-form-options {
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
    /* --- used to remove top margin ONLY of the top most label in a form --- */
    .top-margin-0-slim label { margin-top: 0px; }

    .base-form-info .row-cols-5 { flex-direction: column; }

    .base-form-info .row-cols-5 > * { width: 100%; }

    .base-form-options { align-items: center; }

    .base-form-options > div {
        width: 205px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.button-action {
    -webkit-user-select: none;
    background-color: #0095ff;
    border: 1px solid transparent;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 7px;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    user-select: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-other {
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    font-size: 12px;
    margin: 7px;
    background-color: #6c757d;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid transparent;
}

.button-action:hover,
.button-action:focus {
    background-color: #07c;
    color: white;
}

.button-action:focus { box-shadow: 0 0 0 4px rgba(0, 149, 255, .15); }

.button-action:active {
    background-color: #0064bd;
    box-shadow: none;
}

.l-blue-fieldset {
    width: 99%;
    background: #cee7fa;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    /*font-family: arial;*/
    margin: 3px;
    margin-bottom: 25px;
    padding: 1rem;
}

.brown, .l-blue-fieldset button {
    background: #0095ff;
    /*color: #FEFEFE;*/
    font-size: 18px;
    margin-bottom: 5px;
    width: auto;
}

.l-blue-fieldset legend {
    font-weight: 900;
    color: #005694;
}

.l-blue-fieldset hr {
    border: 1px solid #005694;
    -ms-opacity: 1;
    opacity: 1;
}

.l-white-fieldset {
    margin-top: 15px;
    padding: 10px;
    background-color: #f5f5f5;
}

.l-white-fieldset legend {
    font-weight: 900;
    color: gray !important;
    background: none !important;
}

.l-white-fieldset hr {
    border: 1px solid gray;
    -ms-opacity: 1;
    opacity: 1;
}

.brown, .l-white-fieldset legend, .l-white-fieldset button {
    background: lightgray;
    color: black;
    font-size: 18px;
    margin-bottom: 5px;
    width: auto;
}

.l-blue-fieldset legend {
    border-radius: 10px;
    padding: 0.5rem;
}

.l-blue-fieldset button {
    border: none;
    min-width: 20px;
    min-height: 20px;
}

.l-blue-fieldset button:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.nav-grid { 
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: -6px 0px 10px;
}

.gdpr-header .button-action,
.nav-grid .button-action {
    font-size: 14px;
    border: 1px solid transparent !important;
}

*:disabled {
    background-color: lightgray;
    color: black;
    cursor: not-allowed !important;
    opacity: 1;
}

.page-section {
    background: #f2f2f2;
    border: 1px solid black;
    border-radius: 6px;
    height: auto;
    padding: 15px;
}

select { max-width: 100%; }

.content {
    color: #676767;
    /*font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    padding: 0 15px;
}

a {
    color: #0072c6;
    text-decoration: none;
}

a:hover, a:active {
    color: #003399;
    text-decoration: underline;
}

.validation-summary-errors {
    background-color: rgb(219 82 82);
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    color: black;
    margin-bottom: 10px;
}

::placeholder { color: #ced4da !important; }

.ag-floating-filter-button-button {
    border-radius: 10px;
    background: transparent !important;
    padding: 2px;
}

.table-condensed {
    padding: 5px;
    width: 100%;
}

.sub-grid-button {
    height: 25px;
    font-size: 12px;
    background: #0095ff;
    margin-bottom: 5px;
    vertical-align: middle;
    padding-top: 2px;
}

.reg-info-badge {
    position: absolute;
    left: 20px;
    top: 20px;
}

.reg-info-badge-next {
    position: absolute;
    left: 20px;
    top: 65px;
}

.main-fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    width: 98%;
    padding: 15px;
    border: 1px solid black;
    position: relative;
}

#left-menu { width: 240px; }

.main-request-menu {
    min-width: 31px;
    max-height: 10%;
    width: 235px;
    position: relative;
}

.main-request-menu-container {
    position: absolute;
    top: 0px;
}

.main-request-menu-box {
    width: 240px;
    position: fixed;
    top: 25%;
}

.main-request-menu-container-closed {
    position: absolute;
    top: 0px;
    display: none;
}

.main-request-menu-box-closed {
    width: 60px;
    position: fixed;
    top: 140px;
}

.main-request-menu-box button { width: 225px; }

.pr-10 { padding-right: 10px; }

.ml-5 { margin-left: 5px; }

.dtp-to-clear, .dtp-from-clear, .dtp-birth-clear {
    margin: 0 0 0 -42px !important;
    z-index: 100;
    display: none;
}

.dtp-from-clear:hover,
.dtp-to-clear:hover,
.dtp-birth-clear:hover { box-shadow: none !important; }

.dtp-from-clear:hover > i,
.dtp-to-clear:hover > i,
.dtp-birth-clear:hover > i { color: #0095ff; }

.doklady div.k-dropzone {
    background-color: #d5cdbc;
    padding: 0em;
}

.doklady div.k-upload div.k-upload-button {
    margin-right: 0px;
    border: none;
}

.doklady div.k-widget { border: hidden; }

.doklady [type="file"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.close:not(:disabled):not(.disabled) { cursor: pointer; }

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.p30 { padding: 30px; }

.alert-nmb { margin-bottom: 0 !important; }

@media only screen and (max-width: 1920px) {
    .content { padding: 0 10px; }

    .content > fieldset { font-size: 10px; }

    .content > section { font-size: 14px; }

    fieldset h2 { font-size: 22px; }

    fieldset legend { font-size: 20px; }

    fieldset .doklady .btn { font-size: 11px; }

    .reg-type, .reg-type-special { display: inline-block; }

    .ag-root, .ag-theme-alpine .ag-row, .ag-theme-alpine-dark .ag-row { font-size: 11px !important; }

    .doklady, .doklad-upload-button, .doklad-download-button { font-size: 12px !important; }
}

.prevent-highlight { /* do not allow label selection on checkbox labels */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.compact-ag-grid .ag-header-cell, .compact-ag-grid .ag-cell {
    padding: 0 5px !important; /* more compact tables */
}

.compact-ag-grid .ag-header-cell-text {
    margin: 0 auto; /* center header titles if there is enough space */
}

/* menu separators. They are however hard coded because there isn't :first-class pseudo class which is stupid, 
    and I can't think of a different solution*/

.separated-from-above { border-top: 1px solid black; }

hr.thin-separator-line {
    margin-bottom: -4px;
    border: 0;
    border-top: rgb(0, 86, 148) 1px solid;
    opacity: 0.25;
}

.align-bottom-on-label-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

textarea.form-control {
    /* always show vertical scrollbar for textAreas as they are managed by textAreaManager.js,
        and with always displayed scroll bar the transitions look more fluid */
    overflow-y: scroll;
}

.doklady button { margin: 5px 0 !important; }

#zrugRegTypDiv {
    padding: 0 2%;
}

#confirmationDialog form label {
    margin-top: 6px;
    margin-bottom: 1px;
}

#confirmationDialog form input,
#confirmationDialog form textarea {
    padding: 3px 9px;
}

#confirmationDialog form .thin-separator-line {
    margin-top: 6px;
}

#confirmationDialog form {
    margin-top: -10px;
}

@media screen and (min-width: 992px) {
    #zrugRegTypDiv {
        padding: 0 20%;
    }
}

@media screen and (min-width: 1200px) {
    #zrugRegTypDiv {
        padding: 0 27%;
    }
}

/** -- HOMEPAGE styles -- */

.sud-homepage {
    display: flex;
    justify-content: center;
}

    .sud-homepage > div {
        display: grid;
        box-sizing: border-box;
        grid-template: auto auto / 1fr;
        column-gap: 32px;
        row-gap: 16px;
        margin: 0 6px 10px 6px;
        max-width: 1100px;
    }

@media all and (min-width: 1000px) {
    .sud-homepage > div {
        grid-template: 1fr / 1fr 1fr;
    }
}

@media all and (min-width: 1600px) {
    .sud-homepage > div {
        max-width: 2100px;
        padding: 16px 128px;
        column-gap: 64px;
    }
}

.sud-homepage-article {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2px;
    align-items: center;
}

.sud-homepage-article-logo {
    display: flex;
    align-items: center;
    column-gap: 16px;
    max-width: 600px;
    width: 100%;
    margin-top: 24px;
    flex-grow: 1;
    margin-bottom: 32px;
}

    .sud-homepage-article-logo img {
        width: 64px;
    }

    .sud-homepage-article-logo h2 {
        color: #051a4d;
        font-weight: bold;
        font-size: 22px;
        line-height: 24px;
        white-space: pre-wrap;
        margin: 0;
    }

@media all and (min-width: 1600px) {
    .sud-homepage-article-logo {
        max-width: 1000px;
    }

        .sud-homepage-article-logo img {
            width: 96px;
        }

        .sud-homepage-article-logo h2 {
            font-size: 33px;
            line-height: 36px;
        }
}

.sud-homepage-article-text {
    margin: 32px 0 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 3;
    max-width: 600px;
    row-gap: 12px;
}

@media all and (min-width: 1000px) {
    .sud-homepage-article-text {
        margin-top: 0;
    }
}

.sud-homepage-article-text h3 {
    color: #0559fa;
    font-weight: bold;
}

.sud-homepage-article-text p {
    color: #051a4d;
}


@media all and (min-width: 1600px) {
    .sud-homepage-article-text {
        max-width: 1000px;
    }

        .sud-homepage-article-text h3 {
            font-size: 26px;
        }

        .sud-homepage-article-text p {
            font-size: 16px;
        }
}

@media all and (min-width: 1800px) {
    .sud-homepage-article-text h3 {
        font-size: 31px;
    }

    .sud-homepage-article-text p {
        font-size: 21px;
    }
}

@media all and (min-width: 2000px) {
    .sud-homepage-article-text h3 {
        font-size: 34px;
    }

    .sud-homepage-article-text p {
        font-size: 24px;
    }
}

.sud-homepage-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sud-homepage-banner > div {
        width: 100%;
        height: fit-content;
        max-width: 991px;
        /** -- for some reason this allows the absolutely positioned .sud-homepage-banner-text to be offset using left and top in relation to this div instead of the entire document -- */
        position: relative;
    }

.sud-homepage-banner-text {
    position: absolute;
    top: 7.33%;
    left: 9.14%;
    margin: 7px 8px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

@media all and (max-width: 400px) {
    .sud-homepage-banner-text {
        top: 2%;
        left: 3%;
    }
}

.sud-homepage-banner-text p {
    display: flex;
    flex-direction: column;
    color: white;
    margin: 0;
    row-gap: 4px;
}

    .sud-homepage-banner-text p span {
        width: fit-content;
        background-color: black;
        border-radius: 4px;
        box-shadow: 0 0 3px 3px black;
        line-height: 14px;
        padding: 1px 2px;
        font-size: 12px;
    }

    .sud-homepage-banner-text p span b {
        font-size: 14px;
    }

@media all and (min-width: 1600px) {
    .sud-homepage-banner-text p span {
        line-height: 21px;
        font-size: 18px;
    }

        .sud-homepage-banner-text p span b {
            font-size: 21px;
        }
}

.sud-homepage-banner img {
    width: 100%;
    max-width: 100%;
}
#menu {
    background: #2362a2;
    color: #eee;
    /*height: 35px;*/
}

    #menu ul, #menu li {
        margin: 0;
        padding: 0;
        list-style: none
    }

    #menu ul {
        height: 36px
    }

    #menu li {
        float: left;
        display: inline;
        position: relative;
        /*font: bold 13px Arial;*/
        font-size: 13px;
        font-weight: bold;
    }

        #menu li a {
            color: white;
        }

    #menu a {
        display: block;
        line-height: 36px;
        padding: 0 14px;
        text-decoration: none;
        color: #333;
    }

    #menu li:hover > a, #menu li a:hover {
        color: #fff
    }

    #menu input {
        display: none;
        margin: 0 0;
        padding: 0 0;
        width: 80px;
        height: 35px;
        opacity: 0;
        cursor: pointer
    }

    #menu label {
        /*font: bold 30px Arial;*/
        font-size: 30px;
        font-weight: bold;
        display: none;
        width: 35px;
        height: 36px;
        line-height: 36px;
        text-align: center
    }

        #menu label span {
            font-size: 13px;
            position: absolute;
            left: 35px
        }

    #menu ul.menus {
        height: auto;
        overflow: hidden;
        width: 180px;
        background: #fff;
        position: absolute;
        z-index: 99;
        display: none;
        border: 1px solid #ccc;
        border-top: none;
        color: #333
    }

        #menu ul.menus a {
            color: #333
        }

        #menu ul.menus li {
            display: block;
            width: 100%;
            /*font: 12px Arial;*/
            font-size: 12px;
            font-weight: normal;
            text-transform: none;
        }

    #menu li:hover ul.menus {
        display: block
    }

    #menu a.prett, #menu a.trigger2 {
        padding: 0 27px 0 14px
    }

        #menu li:hover > a.prett, #menu a.prett:hover {
            background: #fff;
            color: #333
        }

        #menu a.prett::after {
            content: "";
            width: 0;
            height: 0;
            border-width: 6px 5px;
            border-style: solid;
            border-color: #eee transparent transparent transparent;
            position: absolute;
            top: 15px;
            right: 9px
        }

    #menu ul.menus a:hover {
        background: #91b0d0;
    }

    #menu a.trigger2::after {
        content: "";
        width: 0;
        height: 0;
        border-width: 5px 6px;
        border-style: solid;
        border-color: transparent transparent transparent #eee;
        position: absolute;
        top: 13px;
        right: 9px
    }

@media screen and (max-width: 600px) {
    #menu {
        position: relative;
    }

        #menu ul {
            top: 100%;
            right: 0;
            left: 0;
            z-index: 3;
            height: auto;
            width: 100%;
        }

            #menu ul.menus {
                position: absolute;
                width: 75%;
                left: 25%;
            }

        #menu li {
            display: block;
            float: none;
            width: auto;
            text-align: left;
        }
}

/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 100;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('roboto-thin-italic-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 100;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('roboto-thin-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 300;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('roboto-light-italic-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 300;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('roboto-light-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 400;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Italic'), local('Roboto-Italic'), url('roboto-italic-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 400;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Italic'), local('Roboto-Italic'), url('roboto-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 500;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('roboto-medium-italic-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 500;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('roboto-medium-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 700;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('roboto-bold-italic-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 700;
	font-style: italic;
	font-display: auto;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('roboto-bold-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 100;
	font-style: normal;
	font-display: auto;
	src: local('Roboto Thin'), local('Roboto-Thin'), url('roboto-thin-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 100;
	font-style: normal;
	font-display: auto;
	src: local('Roboto Thin'), local('Roboto-Thin'), url('roboto-thin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-display: auto;
	src: local('Roboto Light'), local('Roboto-Light'), url('roboto-light-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-display: auto;
	src: local('Roboto Light'), local('Roboto-Light'), url('roboto-light.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-display: auto;
	src: local('Roboto'), local('Roboto-Regular'), url('roboto-regular-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-display: auto;
	src: local('Roboto'), local('Roboto-Regular'), url('roboto-regular.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-display: auto;
	src: local('Roboto Medium'), local('Roboto-Medium'), url('roboto-medium-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-display: auto;
	src: local('Roboto Medium'), local('Roboto-Medium'), url('roboto-medium.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: Roboto;
	font-weight: 700;
	font-style: normal;
	font-display: auto;
	src: local('Roboto-Bold'), local('Roboto-Bold'), url('roboto-bold-ext.woff2') format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: Roboto;
	font-weight: 700;
	font-style: normal;
	font-display: auto;
	src: local('Roboto-Bold'), local('Roboto-Bold'), url('roboto-bold.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

