body {
    color: #111;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.2px;
    min-width: 320px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

body.scroll-lock {
    overflow: hidden;
}

body > header.is-fixed {
    min-width: 320px;
}

a {
}

a:hover {
}

blockquote {

}

hr {
    border: none;
    background-color: #e6e4e4;
    height: 1px;
    margin: 2px 0;
}

iframe {
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

/* Typography
   ========================================================================== */

p, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
}

h1, .is-h1,
h2, .is-h2,
h3, .is-h3,
h4, .is-h4,
h5, .is-h5,
h6, .is-h6 {
    font-weight: 700;
    line-height: 1.2;
}

h1, .is-h1 { font-size: 32px; }
h2, .is-h2 { font-size: 26px; }
h3, .is-h3 { font-size: 22px; }
h4, .is-h4 { font-size: 20px; }
h5, .is-h5 { font-size: 18px; }
h6, .is-h6 { font-size: 16px; }

/* Container
   ========================================================================== */

.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
}

.container.is-fluid {
    max-width: 100%;
}

.container.is-narrower {
    max-width: 600px;
}

.container.is-narrow {
    max-width: 768px;
}

.container.is-wide {
    max-width: 1200px;
}

.container.is-wider {
    max-width: 1440px;
}

/* Grid
   ========================================================================== */

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.row.nowrap {
    flex-wrap: nowrap;
}

.row.reverse {
    flex-direction: row-reverse;
}

.row > * {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

.col {
    flex: 1 0 0%;
}

.col-1 { width: calc(1/12 * 100%); }
.col-2 {  width: calc(2/12 * 100%); }
.col-3 { width: calc(3/12 * 100%); }
.col-4 { width: calc(4/12 * 100%); }
.col-5 { width: calc(5/12 * 100%); }
.col-6 { width: calc(6/12 * 100%); }
.col-7 { width: calc(7/12 * 100%); }
.col-8 { width: calc(8/12 * 100%); }
.col-9 { width: calc(9/12 * 100%); }
.col-10 { width: calc(10/12 * 100%); }
.col-11 { width: calc(11/12 * 100%); }
.col-12 { width: 100%; }
.col-one-fifth { width: 20%; }

/*
 * Cards: https://material-components.github.io/material-components-web-catalog/#/component/card?type=basic;
 * Nav
 * Menu: https://material-components.github.io/material-components-web-catalog/#/component/menu;
 * Tab bar
 */

 /* Buttons
   ========================================================================== */

.button {
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 8px 16px;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
}

.button:hover {
    background-color: #353535;
    color: #fff;
}

.button.is-text {
    background-color: transparent;
    color: #111;
}

.button.is-text:hover {
    background-color: #e5e5e5;
}

.button.is-outlined {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
    padding: 7px 15px;
}

.button.is-outlined:hover {
    background-color: #e5e5e5;
}

.button.is-rounded {
    border-radius: 18px;
}

.button.is-disabled {
    cursor: not-allowed;
    opacity: .5;
}

.button.is-contrast:not(.is-text):not(.is-outlined) {
    background-color: #fff;
    color: #111;
}

.button.is-contrast:not(.is-outlined):hover {
    background-color: #e5e5e5;
}

.button.is-text.is-contrast {
    color: #fff;
}

.button.is-text.is-contrast:hover {
    color: #fff;
    background-color: #353535;
}

.button.is-outlined.is-contrast {
    border-color: #fff;
    color: #fff;
}

.button.is-outlined.is-contrast:hover {
    background-color: #353535;
}

/* Forms
   ========================================================================== */

.form-group {
    margin-bottom: 10px;
}

label {
    vertical-align: middle;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
textarea,
select {
    display: block;
    width: 100%;
    padding: 6px 14px;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
textarea:focus,
select:focus {
    background-color: #fff;
}

input::placeholder {
    opacity: 1;
    color: #a8a8a8;
}

input[type="submit"] {
    margin-top: 5px;
}

select {
    padding-left: 10px;
    padding-right: 36px;
    background: #f9f9f9 url("data:image/svg+xml,%3Csvg class='bi bi-chevron-expand' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 01.708 0L8 12.793l3.646-3.647a.5.5 0 01.708.708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 010-.708zm0-2.292a.5.5 0 00.708 0L8 3.207l3.646 3.647a.5.5 0 00.708-.708l-4-4a.5.5 0 00-.708 0l-4 4a.5.5 0 000 .708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
}

.form-group .input-checkbox,
.form-group .input-radio {
    position: absolute;
    opacity: 0;
}

.form-group .input-checkbox + label,
.form-group .input-radio + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.form-group .input-checkbox + label:before,
.form-group .input-radio + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #e3e3e3;
    background-color: #f9f9f9;
}

.form-group .input-checkbox + label:after,
.form-group .input-radio + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #111;
}

.form-group .input-radio + label:before,
.form-group .input-radio + label:after {
    border-radius: 100%;
}

.form-group .input-checkbox:not(:checked) + label:after,
.form-group .input-radio:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.form-group .input-checkbox:checked + label:after,
.form-group .input-radio:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* Table
   ========================================================================== */

.table-container {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    overflow-x: auto;
}

table {
    width: 100%;
    white-space: nowrap;
}

tr:not(:first-child):hover {
    background-color: #f9f9f9;
}

th, td {
    padding: 12px 14px;
}

td {
    border-top: 1px solid #e3e3e3;
}

/* Progress Bar
   ========================================================================== */

.progress {
    background-color: #f9f9f9;
    border-radius: 4px;
}

.progress-bar {
    width: 0;
    min-height: 10px;
    padding: 2px 0;
    background-color: #111;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
    transition: width 1.5s ease;
}

/* Spinner
   ========================================================================== */

.spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #111;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner 1s linear infinite;
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

/* Modal & Snackbar
   ========================================================================== */

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.display {
    opacity: 1;
    z-index: 110;
}

.modal-container {
    position: relative;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 7px;
    width: 100%;
    max-width: 650px;
    min-width: 300px;
    max-height: 80%;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
}

.modal-content {
    padding: 20px;
}

.modal-actions {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

.snackbar {
    position: fixed;
    left: 10px;
    bottom: 10px;
    padding: 6px 14px;
    background-color: #111;
    color: #fff;
    border-radius: 4px;
    z-index: 8;
    display: flex;
    align-items: center;
    font-size: 15px;
    transform: scale(.8);
    opacity: 0;
}

.snackbar-actions {
    margin-left: 20px;
}

.snackbar-actions .button {
    padding: 4px 8px;
}

.snackbar-actions .is-circle {
    width: 30px;
    height: 30px;
    line-height: 10px;
}

.snackbar.display {
    transform: scale(1);
    opacity: 1;
}

header {
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

body.scrolled header {
    box-shadow: 0 1px 1px rgba(17, 17, 17, .08);
}

header nav > ul > li > a {
    display: inline-block;
    padding: 30px 12px;
}

body.scrolled header nav > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav > ul > li {
    position: relative;
    display: inline-block;
}

nav > ul > li a {
    margin: 0 5px;
    padding: 0 12px;
}

nav .sub-menu {
    min-width: 180px;
    left: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(17,17,17,0.08);
    white-space: nowrap;
    z-index: 10;
}

nav .sub-menu li a {
    display: block;
    margin: 8px;
    padding: 10px;
    white-space: nowrap;
}

nav .sub-menu li a:hover {
    background-color: rgba(0, 0, 0, .05);
}

nav .sub-menu.open {
    max-height: 1000px;
}

section {
    position: relative;
}


/* Utilities
   ========================================================================== */

.is-flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-space-around {
    justify-content:space-around;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.is-vertical {
    flex-direction: column;
}

.is-horizontal {
    flex-direction: row;
}

.is-center {
    justify-content: center;
    align-items: center;
}

.is-full-height {
    height: 100%;
}

.is-full-width {
    width: 100%;
}

.is-full-screen {
    width: 100%;
    min-height: 100vh;
}

.is-absolute {
    position: absolute;
}

.is-block {
    display: block;
}

.is-fixed {
    position: fixed;
}

.is-inline {
    display: inline;
}

.is-inline-block {
    display: inline-block;
}

.is-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}

.is-overlay.is-contrast {
    background-color: rgba(255, 255, 255, .75);
}

.is-circle {
    border-radius: 50%;
}

.is-square,
.is-4-3,
.is-16-9,
.is-landscape,
.is-portrait {
    position: relative;
    width: 100%;
}

.is-square:before,
.is-4-3:before,
.is-16-9:before,
.is-landscape:before,
.is-portrait:before {
    content: '';
    display: block;
    width: 100%;
}

.is-square:before {
    padding-top: 100%;
}

.is-4-3:before {
    padding-top: 75%;
}

.is-landscape:before,
.is-16-9:before {
    padding-top: 56.25%;
}

.is-portrait:before {
    padding-top: 133%;
}

.is-square > *,
.is-4-3 > *,
.is-16-9 > *,
.is-landscape > *,
.is-portrait > * {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.is-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.is-icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.is-icon:hover::after {
    opacity: 1;
}

a,
.button,
header,
header nav,
.input-checkbox + label:after,
.input-radio + label:after,
.snackbar,
.modal,
.is-animate {
    transition: all 200ms ease;
}

.cover-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contain-background {
    background-size: contain;
    background-repeat: no-repeat;
}

.center-background {
    background-position: center center;
}

.object-cover {
    object-fit: cover;
    object-position: center;
}

.is-elevated {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.is-elevated:hover:not(.progress-bar) {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

.is-parallax {
    background-attachment: scroll;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.is-lowercase {
    text-transform: lowercase;
}

.is-uppercase {
    text-transform: uppercase;
}

.is-contrast,
.is-contrast h1,
.is-contrast h2,
.is-contrast h3,
.is-contrast h4,
.is-contrast h5,
.is-contrast h6 {
    color: #fff;
}

.is-hidden {
    display: none;
}

.is-mobile-hidden {
    display: none;
}

.is-relative {
    position: relative;
}

.is-static {
    position: static;
}

.overflow-hidden {
    overflow: hidden;
}

.is-marginless {
    margin: 0 !important;
}

.is-paddingless {
    padding: 0 !important;
}

.has-small-padding,
.has-medium-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.has-large-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.has-x-large-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.has-small-padding-top,
.has-medium-padding-top {
    padding-top: 15px;
}

.has-small-padding-bottom,
.has-medium-padding-bottom {
    padding-bottom: 15px;
}

.has-large-padding-top {
    padding-top: 30px;
}

.has-x-large-padding-top {
    padding-top: 60px;
}

.has-large-padding-bottom {
    padding-bottom: 30px;
}

.has-x-large-padding-bottom {
    padding-bottom: 60px;
}

header > .container {
    overflow: visible;
}

header .logo {
    width: 200px;
}

header .logo > a {
    display: block;
    width: 100%;
    height: 80px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

body.scrolled .logo > a {
    height: 60px;
}

/* Tablet portrait */
@media (max-width: 779.98px) {
    .row:not(.nowrap) .col,
    .row:not(.nowrap) > [class^='col-'],
    .row:not(.nowrap) > [class*=" col-"] {
        flex-basis: 100%;
    }
}

@media (min-width: 780px) {
    .is-mobile-hidden {
        display: block;
    }

    .is-mobile-only {
        display: none;
    }
}

@media (max-width: 1023.98px) {
    .is-tablet-hidden {
        display: none !important;
    }

    .col-3 {
        width: 50%;
    }
}

/* Tablet landscape */
@media (min-width: 1024px) {
    h1, .is-h1 { font-size: 40px; }
    h2, .is-h2 { font-size: 32px; }
    h3, .is-h3 { font-size: 26px; }
    h4, .is-h4 { font-size: 22px; }
    h5, .is-h5 { font-size: 20px; }
    h6, .is-h6 { font-size: 17px; }

    nav .sub-menu {
        position: absolute;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .is-parallax {
        background-attachment: fixed;
    }

    .has-medium-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .has-large-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .has-x-large-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .has-medium-padding-top {
        padding-top: 30px;
    }

    .has-large-padding-top {
        padding-top: 60px;
    }

    .has-x-large-padding-top {
        padding-top: 100px;
    }

    .has-medium-padding-bottom {
        padding-bottom: 30px;
    }

    .has-large-padding-bottom {
        padding-bottom: 60px;
    }

    .has-x-large-padding-bottom {
        padding-bottom: 100px;
    }

    .is-tablet-only {
        display:  none !important;
    }
}

/* Desktop */
@media (min-width: 1200px) {
    h1, .is-h1 { font-size: 50px; }
    h2, .is-h2 { font-size: 40px; }
    h3, .is-h3 { font-size: 32px; }
    h4, .is-h4 { font-size: 26px; }
    h5, .is-h5 { font-size: 22px; }
    h6, .is-h6 { font-size: 18px; }
}