@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap') 600; 700&amp; display=swap); body {
    font-family: 'Kaisei Opti', serif !important;
    font-weight: 400 !important;
}

@font-face {
    font-family: 'Vesterbro Bold';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/Vesterbro-Bold.woff) format('woff');
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #E59C25;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    /* --primary: #5b0a09; */
    --primary-color: #36802D;
    --secondary: #901a19;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1087px;
    --breakpoint-xl: 1400px;
    --font-family-sans-serif: "Nunito Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


.background-black {
    background-color: #000;
}

.color-black {
    color: #000;
}

.background-white {
    background-color: #fff;
}

.color-white {
    color: #fff;
}

.background-primary {
    background-color: var(--primary-color);
}

.color-primary {
    color: var(--primary-color);
}

.background-secondary {
    background-color: var(--primary-color);
}

.color-secondary {
    color: #901a19;
}

.background-grey {
    background-color: #DDE6DF;
}

.color-grey {
    color: #DDE6DF;
}

.background-lgrey {
    background-color: #EFF3F0;
}

.color-lgrey {
    color: #EFF3F0;
}

.background-orange {
    background-color: #E59C25;
}

.color-orange {
    color: #E59C25;
}

body {
    -webkit-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.body-secondary {
    background-color: #901a19;
}

.body-white {
    background-color: #fff;
}

.body-primary {
    background-color: var(--primary-color);
}

.body-grey {
    background-color: #DDE6DF;
}


*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Kaisei Opti', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, #wpmem_login legend, #wpmem_reg legend, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0d1722;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, #wpmem_login legend, #wpmem_reg legend, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, #wpmem_login legend, #wpmem_reg legend, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 1087px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 1087px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2, article>.wp-block-columns, article>.hotspot-image, article>#wpmem_login, article>h5.has-background, article>.wp-video, article>.wpmem_msg, article>#wpmem_reg, article>#wpmem_msg, article>.post-password-form, article>.gform_wrapper, article>p, article>iframe, article>blockquote, article>h2, #wpmem_login article>legend, #wpmem_reg article>legend, article>h3, article>h4, article>ul, article>ol, article .accordion, article>.wp-block-image, article>table, article>figure:not(.wp-block-gallery), article .columns, article .q-and-a, article .wp-block-file, article .wp-block-group, article>.instagram-feed, .page-id-8400 .child-pages-strip {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1087px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #142334 !important;
}

.bg-secondary {
    background-color: #901a19 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #7ec0b7 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.border-secondary {
    border-color: #901a19 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1087px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1087px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1087px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1400px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important;
}

.m-n2 {
    margin: -.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important;
    }

    .m-sm-n2 {
        margin: -.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important;
    }

    .m-md-n2 {
        margin: -.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1087px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important;
    }

    .m-lg-n2 {
        margin: -.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1400px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xl-n2 {
        margin: -.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1087px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0d1722 !important;
}

.text-secondary {
    color: #901a19 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #6cb8ad !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "Ã¢â€ Â"
}

[dir="rtl"] .slick-prev:before {
    content: "Ã¢â€ â€™"
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "Ã¢â€ â€™"
}

[dir="rtl"] .slick-next:before {
    content: "Ã¢â€ Â"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Ã¢â‚¬Â¢";
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    border: solid 2px var(--primary-color);
    content: '';
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
}

.slider--publications .slick-dots {
    text-align: left;
    bottom: 30px;
}

.slider--publications .slick-dots li button:before {
    background-color: transparent;
    content: ''
}

.slider--feedback .slick-dots {
    text-align: center;
    bottom: 30px;
    left: 0;
}

.slider--feedback .slick-dots li button:before {
    background-color: transparent;
    content: ''
}

.slider--feedback .slick-dots button {
    background-color: white;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 90vw;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.m-15 {
    margin: 15px !important;
}

.mt-15, .my-15 {
    margin-top: 15px !important;
}

.mr-15, .mx-15 {
    margin-right: 15px !important;
}

.mb-15, .my-15 {
    margin-bottom: 15px !important;
}

.ml-15, .mx-15 {
    margin-left: 15px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30, .my-30 {
    margin-top: 30px !important;
}

.mr-30, .mx-30 {
    margin-right: 30px !important;
}

.mb-30, .my-30 {
    margin-bottom: 30px !important;
}

.ml-30, .mx-30 {
    margin-left: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40, .my-40 {
    margin-top: 40px !important;
}

.mr-40, .mx-40 {
    margin-right: 40px !important;
}

.mb-40, .my-40 {
    margin-bottom: 40px !important;
}

.ml-40, .mx-40 {
    margin-left: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50, .my-50 {
    margin-top: 50px !important;
}

.mr-50, .mx-50 {
    margin-right: 50px !important;
}

.mb-50, .my-50 {
    margin-bottom: 50px !important;
}

.ml-50, .mx-50 {
    margin-left: 50px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15, .py-15 {
    padding-top: 15px !important;
}

.pr-15, .px-15 {
    padding-right: 15px !important;
}

.pb-15, .py-15 {
    padding-bottom: 15px !important;
}

.pl-15, .px-15 {
    padding-left: 15px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30, .py-30 {
    padding-top: 30px !important;
}

.pr-30, .px-30 {
    padding-right: 30px !important;
}

.pb-30, .py-30 {
    padding-bottom: 30px !important;
}

.pl-30, .px-30 {
    padding-left: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40, .py-40 {
    padding-top: 40px !important;
}

.pr-40, .px-40 {
    padding-right: 40px !important;
}

.pb-40, .py-40 {
    padding-bottom: 40px !important;
}

.pl-40, .px-40 {
    padding-left: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50, .py-50 {
    padding-top: 50px !important;
}

.pr-50, .px-50 {
    padding-right: 50px !important;
}

.pb-50, .py-50 {
    padding-bottom: 50px !important;
}

.pl-50, .px-50 {
    padding-left: 50px !important;
}

@media (min-width: 576px) {
    .m-sm-15 {
        margin: 15px !important;
    }

    .mt-sm-15, .my-sm-15 {
        margin-top: 15px !important;
    }

    .mr-sm-15, .mx-sm-15 {
        margin-right: 15px !important;
    }

    .mb-sm-15, .my-sm-15 {
        margin-bottom: 15px !important;
    }

    .ml-sm-15, .mx-sm-15 {
        margin-left: 15px !important;
    }

    .m-sm-30 {
        margin: 30px !important;
    }

    .mt-sm-30, .my-sm-30 {
        margin-top: 30px !important;
    }

    .mr-sm-30, .mx-sm-30 {
        margin-right: 30px !important;
    }

    .mb-sm-30, .my-sm-30 {
        margin-bottom: 30px !important;
    }

    .ml-sm-30, .mx-sm-30 {
        margin-left: 30px !important;
    }

    .m-sm-40 {
        margin: 40px !important;
    }

    .mt-sm-40, .my-sm-40 {
        margin-top: 40px !important;
    }

    .mr-sm-40, .mx-sm-40 {
        margin-right: 40px !important;
    }

    .mb-sm-40, .my-sm-40 {
        margin-bottom: 40px !important;
    }

    .ml-sm-40, .mx-sm-40 {
        margin-left: 40px !important;
    }

    .m-sm-50 {
        margin: 50px !important;
    }

    .mt-sm-50, .my-sm-50 {
        margin-top: 50px !important;
    }

    .mr-sm-50, .mx-sm-50 {
        margin-right: 50px !important;
    }

    .mb-sm-50, .my-sm-50 {
        margin-bottom: 50px !important;
    }

    .ml-sm-50, .mx-sm-50 {
        margin-left: 50px !important;
    }

    .p-sm-15 {
        padding: 15px !important;
    }

    .pt-sm-15, .py-sm-15 {
        padding-top: 15px !important;
    }

    .pr-sm-15, .px-sm-15 {
        padding-right: 15px !important;
    }

    .pb-sm-15, .py-sm-15 {
        padding-bottom: 15px !important;
    }

    .pl-sm-15, .px-sm-15 {
        padding-left: 15px !important;
    }

    .p-sm-30 {
        padding: 30px !important;
    }

    .pt-sm-30, .py-sm-30 {
        padding-top: 30px !important;
    }

    .pr-sm-30, .px-sm-30 {
        padding-right: 30px !important;
    }

    .pb-sm-30, .py-sm-30 {
        padding-bottom: 30px !important;
    }

    .pl-sm-30, .px-sm-30 {
        padding-left: 30px !important;
    }

    .p-sm-40 {
        padding: 40px !important;
    }

    .pt-sm-40, .py-sm-40 {
        padding-top: 40px !important;
    }

    .pr-sm-40, .px-sm-40 {
        padding-right: 40px !important;
    }

    .pb-sm-40, .py-sm-40 {
        padding-bottom: 40px !important;
    }

    .pl-sm-40, .px-sm-40 {
        padding-left: 40px !important;
    }

    .p-sm-50 {
        padding: 50px !important;
    }

    .pt-sm-50, .py-sm-50 {
        padding-top: 50px !important;
    }

    .pr-sm-50, .px-sm-50 {
        padding-right: 50px !important;
    }

    .pb-sm-50, .py-sm-50 {
        padding-bottom: 50px !important;
    }

    .pl-sm-50, .px-sm-50 {
        padding-left: 50px !important;
    }
}

@media (min-width: 768px) {
    .m-md-15 {
        margin: 15px !important;
    }

    .mt-md-15, .my-md-15 {
        margin-top: 15px !important;
    }

    .mr-md-15, .mx-md-15 {
        margin-right: 15px !important;
    }

    .mb-md-15, .my-md-15 {
        margin-bottom: 15px !important;
    }

    .ml-md-15, .mx-md-15 {
        margin-left: 15px !important;
    }

    .m-md-30 {
        margin: 30px !important;
    }

    .mt-md-30, .my-md-30 {
        margin-top: 30px !important;
    }

    .mr-md-30, .mx-md-30 {
        margin-right: 30px !important;
    }

    .mb-md-30, .my-md-30 {
        margin-bottom: 30px !important;
    }

    .ml-md-30, .mx-md-30 {
        margin-left: 30px !important;
    }

    .m-md-40 {
        margin: 40px !important;
    }

    .mt-md-40, .my-md-40 {
        margin-top: 40px !important;
    }

    .mr-md-40, .mx-md-40 {
        margin-right: 40px !important;
    }

    .mb-md-40, .my-md-40 {
        margin-bottom: 40px !important;
    }

    .ml-md-40, .mx-md-40 {
        margin-left: 40px !important;
    }

    .m-md-50 {
        margin: 50px !important;
    }

    .mt-md-50, .my-md-50 {
        margin-top: 50px !important;
    }

    .mr-md-50, .mx-md-50 {
        margin-right: 50px !important;
    }

    .mb-md-50, .my-md-50 {
        margin-bottom: 50px !important;
    }

    .ml-md-50, .mx-md-50 {
        margin-left: 50px !important;
    }

    .p-md-15 {
        padding: 15px !important;
    }

    .pt-md-15, .py-md-15 {
        padding-top: 15px !important;
    }

    .pr-md-15, .px-md-15 {
        padding-right: 15px !important;
    }

    .pb-md-15, .py-md-15 {
        padding-bottom: 15px !important;
    }

    .pl-md-15, .px-md-15 {
        padding-left: 15px !important;
    }

    .p-md-30 {
        padding: 30px !important;
    }

    .pt-md-30, .py-md-30 {
        padding-top: 30px !important;
    }

    .pr-md-30, .px-md-30 {
        padding-right: 30px !important;
    }

    .pb-md-30, .py-md-30 {
        padding-bottom: 30px !important;
    }

    .pl-md-30, .px-md-30 {
        padding-left: 30px !important;
    }

    .p-md-40 {
        padding: 40px !important;
    }

    .pt-md-40, .py-md-40 {
        padding-top: 40px !important;
    }

    .pr-md-40, .px-md-40 {
        padding-right: 40px !important;
    }

    .pb-md-40, .py-md-40 {
        padding-bottom: 40px !important;
    }

    .pl-md-40, .px-md-40 {
        padding-left: 40px !important;
    }

    .p-md-50 {
        padding: 50px !important;
    }

    .pt-md-50, .py-md-50 {
        padding-top: 50px !important;
    }

    .pr-md-50, .px-md-50 {
        padding-right: 50px !important;
    }

    .pb-md-50, .py-md-50 {
        padding-bottom: 50px !important;
    }

    .pl-md-50, .px-md-50 {
        padding-left: 50px !important;
    }
}

@media (min-width: 1087px) {
    .m-lg-15 {
        margin: 15px !important;
    }

    .mt-lg-15, .my-lg-15 {
        margin-top: 15px !important;
    }

    .mr-lg-15, .mx-lg-15 {
        margin-right: 15px !important;
    }

    .mb-lg-15, .my-lg-15 {
        margin-bottom: 15px !important;
    }

    .ml-lg-15, .mx-lg-15 {
        margin-left: 15px !important;
    }

    .m-lg-30 {
        margin: 30px !important;
    }

    .mt-lg-30, .my-lg-30 {
        margin-top: 30px !important;
    }

    .mr-lg-30, .mx-lg-30 {
        margin-right: 30px !important;
    }

    .mb-lg-30, .my-lg-30 {
        margin-bottom: 30px !important;
    }

    .ml-lg-30, .mx-lg-30 {
        margin-left: 30px !important;
    }

    .m-lg-40 {
        margin: 40px !important;
    }

    .mt-lg-40, .my-lg-40 {
        margin-top: 40px !important;
    }

    .mr-lg-40, .mx-lg-40 {
        margin-right: 40px !important;
    }

    .mb-lg-40, .my-lg-40 {
        margin-bottom: 40px !important;
    }

    .ml-lg-40, .mx-lg-40 {
        margin-left: 40px !important;
    }

    .m-lg-50 {
        margin: 50px !important;
    }

    .mt-lg-50, .my-lg-50 {
        margin-top: 50px !important;
    }

    .mr-lg-50, .mx-lg-50 {
        margin-right: 50px !important;
    }

    .mb-lg-50, .my-lg-50 {
        margin-bottom: 50px !important;
    }

    .ml-lg-50, .mx-lg-50 {
        margin-left: 50px !important;
    }

    .p-lg-15 {
        padding: 15px !important;
    }

    .pt-lg-15, .py-lg-15 {
        padding-top: 15px !important;
    }

    .pr-lg-15, .px-lg-15 {
        padding-right: 15px !important;
    }

    .pb-lg-15, .py-lg-15 {
        padding-bottom: 15px !important;
    }

    .pl-lg-15, .px-lg-15 {
        padding-left: 15px !important;
    }

    .p-lg-30 {
        padding: 30px !important;
    }

    .pt-lg-30, .py-lg-30 {
        padding-top: 30px !important;
    }

    .pr-lg-30, .px-lg-30 {
        padding-right: 30px !important;
    }

    .pb-lg-30, .py-lg-30 {
        padding-bottom: 30px !important;
    }

    .pl-lg-30, .px-lg-30 {
        padding-left: 30px !important;
    }

    .p-lg-40 {
        padding: 40px !important;
    }

    .pt-lg-40, .py-lg-40 {
        padding-top: 40px !important;
    }

    .pr-lg-40, .px-lg-40 {
        padding-right: 40px !important;
    }

    .pb-lg-40, .py-lg-40 {
        padding-bottom: 40px !important;
    }

    .pl-lg-40, .px-lg-40 {
        padding-left: 40px !important;
    }

    .p-lg-50 {
        padding: 50px !important;
    }

    .pt-lg-50, .py-lg-50 {
        padding-top: 50px !important;
    }

    .pr-lg-50, .px-lg-50 {
        padding-right: 50px !important;
    }

    .pb-lg-50, .py-lg-50 {
        padding-bottom: 50px !important;
    }

    .pl-lg-50, .px-lg-50 {
        padding-left: 50px !important;
    }
}

@media (min-width: 1400px) {
    .m-xl-15 {
        margin: 15px !important;
    }

    .mt-xl-15, .my-xl-15 {
        margin-top: 15px !important;
    }

    .mr-xl-15, .mx-xl-15 {
        margin-right: 15px !important;
    }

    .mb-xl-15, .my-xl-15 {
        margin-bottom: 15px !important;
    }

    .ml-xl-15, .mx-xl-15 {
        margin-left: 15px !important;
    }

    .m-xl-30 {
        margin: 30px !important;
    }

    .mt-xl-30, .my-xl-30 {
        margin-top: 30px !important;
    }

    .mr-xl-30, .mx-xl-30 {
        margin-right: 30px !important;
    }

    .mb-xl-30, .my-xl-30 {
        margin-bottom: 30px !important;
    }

    .ml-xl-30, .mx-xl-30 {
        margin-left: 30px !important;
    }

    .m-xl-40 {
        margin: 40px !important;
    }

    .mt-xl-40, .my-xl-40 {
        margin-top: 40px !important;
    }

    .mr-xl-40, .mx-xl-40 {
        margin-right: 40px !important;
    }

    .mb-xl-40, .my-xl-40 {
        margin-bottom: 40px !important;
    }

    .ml-xl-40, .mx-xl-40 {
        margin-left: 40px !important;
    }

    .m-xl-50 {
        margin: 50px !important;
    }

    .mt-xl-50, .my-xl-50 {
        margin-top: 50px !important;
    }

    .mr-xl-50, .mx-xl-50 {
        margin-right: 50px !important;
    }

    .mb-xl-50, .my-xl-50 {
        margin-bottom: 50px !important;
    }

    .ml-xl-50, .mx-xl-50 {
        margin-left: 50px !important;
    }

    .p-xl-15 {
        padding: 15px !important;
    }

    .pt-xl-15, .py-xl-15 {
        padding-top: 15px !important;
    }

    .pr-xl-15, .px-xl-15 {
        padding-right: 15px !important;
    }

    .pb-xl-15, .py-xl-15 {
        padding-bottom: 15px !important;
    }

    .pl-xl-15, .px-xl-15 {
        padding-left: 15px !important;
    }

    .p-xl-30 {
        padding: 30px !important;
    }

    .pt-xl-30, .py-xl-30 {
        padding-top: 30px !important;
    }

    .pr-xl-30, .px-xl-30 {
        padding-right: 30px !important;
    }

    .pb-xl-30, .py-xl-30 {
        padding-bottom: 30px !important;
    }

    .pl-xl-30, .px-xl-30 {
        padding-left: 30px !important;
    }

    .p-xl-40 {
        padding: 40px !important;
    }

    .pt-xl-40, .py-xl-40 {
        padding-top: 40px !important;
    }

    .pr-xl-40, .px-xl-40 {
        padding-right: 40px !important;
    }

    .pb-xl-40, .py-xl-40 {
        padding-bottom: 40px !important;
    }

    .pl-xl-40, .px-xl-40 {
        padding-left: 40px !important;
    }

    .p-xl-50 {
        padding: 50px !important;
    }

    .pt-xl-50, .py-xl-50 {
        padding-top: 50px !important;
    }

    .pr-xl-50, .px-xl-50 {
        padding-right: 50px !important;
    }

    .pb-xl-50, .py-xl-50 {
        padding-bottom: 50px !important;
    }

    .pl-xl-50, .px-xl-50 {
        padding-left: 50px !important;
    }
}

.pad-lg-top {
    margin-top: 40px;
}

@media (max-width: 700px) {
    .pad-lg-top {
        margin-top: 30px;
        padding-top: 20px !important;
    }
}

.pad-lg-btm {
    margin-bottom: 100px;
}

@media (max-width: 700px) {
    .pad-lg-btm {
        margin-bottom: 30px;
    }
}

.pad-med-top {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
    font-size: 16px;
    font-family: 'Kaisei Opti', serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.base-theme-padding {
    padding: 100px 0;
}

body.page-template-tpl-dark-bg {
    background-color: var(--primary-color);
}

.page-id-7842 .banner.banner--vision {
    padding: 0 !important;
}

@media (max-width: 767.98px) {
    .page-id-7842 .banner.banner--vision .container {
        padding-top: 200px;
    }
}

@media (max-width: 500px) {
    .page-id-7842 .banner.banner--vision .container {
        padding: 200px 25px 72px;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .banner.banner--vision #breadcrumbs {
        top: 120px;
    }
}

@media (max-width: 1190px) {
    .page-id-7842 .banner.banner--vision {
        width: 100vw;
    }
}

@media (max-width: 575.98px) {
    .page-id-7842 .banner.banner--vision {
        background-attachment: unset;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: first-of-type>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: first-of-type>* {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: first-of-type {
        display: block;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: last-of-type>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: last-of-type>* {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: last-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"]: last-of-type {
        display: block;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--1: not(.intro) {
        display: none;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .twitter-box {
        margin: 0;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .twitter-box {
        max-width: none;
        margin-top: 30px;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 .teaser--community {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 .teaser--community {
        height: 475px;
    }
}

@media (max-width: 450px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 .teaser--community {
        height: 340px;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 {
        display: block;
        margin-bottom: 0;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--3 .row div[class*="col"] .news-item {
        margin: 0;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] h2.title--xl, .page-id-7842 .grid-block--2 .row div[class*="col"] #wpmem_login legend.title--xl, #wpmem_login .page-id-7842 .grid-block--2 .row div[class*="col"] legend.title--xl, .page-id-7842 .grid-block--2 .row div[class*="col"] #wpmem_reg legend.title--xl, #wpmem_reg .page-id-7842 .grid-block--2 .row div[class*="col"] legend.title--xl {
        font-size: 3.75rem !important;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] .teaser--community {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: none;
        margin: 0;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] .teaser--community {
        height: 475px;
        margin-top: 30px;
    }
}

@media (max-width: 450px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] .teaser--community {
        height: 340px;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] .video.magnific-video .video__title {
        bottom: 20px;
        left: 20px;
    }

    .page-id-7842 .grid-block--2 .row div[class*="col"] .video.magnific-video .video__play-button {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] .video.magnific-video {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--2 .row div[class*="col"] {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--2 .row: first-of-type {
        margin-bottom: 30px;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--4 .row div[class*="col"]: first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--4 .row div[class*="col"]: last-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--4 .row div[class*="col"] .intro {
        max-width: none;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--4 .row div[class*="col"] .teaser--post {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video .video__title {
        bottom: 20px;
        left: 20px;
    }

    .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video .video__play-button {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video {
        margin-top: 30px;
    }

    .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video .video__title {
        right: 150px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .grid-block--4 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 650px) {
    .page-id-7842 .grid-block--4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1086.98px) {
    .page-id-7842 .teasers .teaser-item h3 {
        bottom: 20px;
        left: 40px;
    }
}

@media (max-width: 1399.98px) {
    .page-id-7842 .teasers {
        padding-top: 30px;
    }
}

.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999999;
    background-color: var(--primary-color);
    padding: 60px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.top-nav--grey {
    background-color: #EFF3F0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.top-nav--grey .hamburger {
    background-color: #EFF3F0;
}

.top-nav__logo {
    width: 100px;
}

@media (max-width: 1190px) {
    .top-nav__logo {
        width: 35px;
        margin-left: -16px;
    }
}

@media (max-width: 1190px) {
    .top-nav {
        right: 0;
        bottom: auto;
        padding: 5px 60px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 700px) {
    .top-nav {
        padding: 17px 30px;
    }
}

.menu-main-container {
    padding-top: 40px;
}

.nav-icon {
    width: 35px;
}

.nav-icon:after, .nav-icon:before, .nav-icon div {
    background-color: var(--primary-color);
    border-radius: 0px;
    content: '';
    display: block;
    height: 2px;
    margin: 5px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hamburger {
    position: relative;
    display: block;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    color: var(--primary-color);
    cursor: pointer;
    padding: 26px;
    margin-top: -26px;
    margin-left: -26px;
    margin-right: -26px;
}

.hamburger.open .nav-icon:before {
    -webkit-transform: translateY(3px) rotate(135deg);
    -ms-transform: translateY(3px) rotate(135deg);
    transform: translateY(3px) rotate(135deg);
}

@media (max-width: 1190px) {
    .hamburger.open .nav-icon: before {
        -webkit-transform: translateY(8px) rotate(135deg);
        -ms-transform: translateY(8px) rotate(135deg);
        transform: translateY(8px) rotate(135deg);
    }
}

.hamburger.open .nav-icon:after {
    -webkit-transform: translateY(-11px) rotate(-135deg);
    -ms-transform: translateY(-11px) rotate(-135deg);
    transform: translateY(-11px) rotate(-135deg);
}

@media (max-width: 1190px) {
    .hamburger.open .nav-icon: after {
        -webkit-transform: translateY(-6px) rotate(-135deg);
        -ms-transform: translateY(-6px) rotate(-135deg);
        transform: translateY(-6px) rotate(-135deg);
    }
}

.hamburger.open .nav-icon div {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

@media (max-width: 1190px) {
    .hamburger {
        padding: 0;
        margin: 0;
    }

    .hamburger span {
        display: none;
    }
}

.nav-menu {
    position: fixed;
    padding: 104px 40px 57px;
    -webkit-transform: translateX(-100%) translateX(-100px);
    -ms-transform: translateX(-100%) translateX(-100px);
    transform: translateX(-100%) translateX(-100px);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    left: 99px;
    bottom: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 999;
    font-family: 'Kaisei Opti', serif;
    width: 321px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: scroll;
}

.nav-menu::-webkit-scrollbar {
    width: 6px;
}

.nav-menu::-webkit-scrollbar-track {
    background: #fff;
}

.nav-menu::-webkit-scrollbar-thumb {
    background: #901a19;
    border-radius: 5px;
}

.nav-menu::-webkit-scrollbar-thumb:hover {
    background: #901a19;
}

@media (max-width: 1190px) {
    .nav-menu {
        left: 0;
        padding-top: 150px;
    }
}

.nav-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu.open #menu-nested-pages>.menu-item-object-page>a, #menu-nested-pages .nav-menu.open>.menu-item-object-custom>a, .nav-menu.open .menu-bottom-menu-container a, .nav-menu.open .menu-footer-menu-container a {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.nav-menu.menu-clicked.open .menu-bottom-menu-container li>a {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.nav-menu.menu-clicked.open .menu-bottom-menu-container.active>a {
    opacity: 1;
}

@media (max-width: 767px) {
    .nav-menu {
        width: 100vw;
        padding: 150px 58px;
    }

    .nav-menu .sub-menu-wrap ul {
        padding: 80px 58px;
    }

    .nav-menu .sub-menu-wrap {
        left: 0;
        width: 100vw;
    }

    .nav-menu .back-button {
        display: block;
        margin-top: 20px;
        opacity: 0.6;
    }
}

@media (max-width: 600px) {
    .nav-menu {
        padding: 150px 38px;
    }

    .nav-menu .sub-menu-wrap ul {
        padding: 80px 38px;
    }
}

.nav-menu .social-icons {
    margin-top: 15px;
    margin-right: 10px;
}

.nav-menu .social-icons img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.back-button {
    cursor: pointer;
    display: block;
    margin-top: 30px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    color: #901a19;
    padding-left: 13px;
    position: relative;
}

.back-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border: solid #901a19;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

.nav-menu .title, .sub-menu-wrap .title {
    font-family: 'Kaisei Opti', serif;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .nav-menu .title, .sub-menu-wrap .title {
        font-size: 26px;
    }
}

.nav-menu>div, .sub-menu-wrap>div {
    z-index: 999999;
    position: relative;
}

.nav-menu ul, .sub-menu-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu ul>li, .sub-menu-wrap ul>li {
    padding: 0;
    text-indent: 0;
}

.nav-menu ul li, .sub-menu-wrap ul li {
    position: relative;
    margin-bottom: 12px;
}

.nav-menu ul li:before, .sub-menu-wrap ul li:before {
    display: none;
}

.nav-menu ul li a, .nav-menu ul li .title--small, .sub-menu-wrap ul li a, .sub-menu-wrap ul li .title--small {
    display: block;
    font-family: 'Kaisei Opti', serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.nav-menu ul li a.active, .nav-menu ul li a.parent-active, .nav-menu ul li .title--small.active, .nav-menu ul li .title--small.parent-active, .sub-menu-wrap ul li a.active, .sub-menu-wrap ul li a.parent-active, .sub-menu-wrap ul li .title--small.active, .sub-menu-wrap ul li .title--small.parent-active {
    opacity: 0.5;
}

.nav-menu ul li a.active a, .nav-menu ul li a.parent-active a, .nav-menu ul li .title--small.active a, .nav-menu ul li .title--small.parent-active a, .sub-menu-wrap ul li a.active a, .sub-menu-wrap ul li a.parent-active a, .sub-menu-wrap ul li .title--small.active a, .sub-menu-wrap ul li .title--small.parent-active a {
    color: var(--primary-color);
    opacity: 0.65;
}

.nav-menu ul li a:hover, .nav-menu ul li .title--small:hover, .sub-menu-wrap ul li a:hover, .sub-menu-wrap ul li .title--small:hover {
    text-decoration: none;
    opacity: 0.5 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-menu ul li a:hover>.sub-menu-wrap, .nav-menu ul li .title--small:hover>.sub-menu-wrap, .sub-menu-wrap ul li a:hover>.sub-menu-wrap, .sub-menu-wrap ul li .title--small:hover>.sub-menu-wrap {
    max-height: 10000px;
}

.nav-menu ul li a:hover>.sub-menu-wrap a, .nav-menu ul li .title--small:hover>.sub-menu-wrap a, .sub-menu-wrap ul li a:hover>.sub-menu-wrap a, .sub-menu-wrap ul li .title--small:hover>.sub-menu-wrap a {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

@media (max-width: 600px) {
    .nav-menu ul li a, .sub-menu-wrap ul li a {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.nav-menu ul li.current-page-ancestor>a, .nav-menu ul li.current-menu-item .nav-menu ul li.active>a, .sub-menu-wrap ul li.current-page-ancestor>a, .sub-menu-wrap ul li.current-menu-item .nav-menu ul li.active>a, .nav-menu ul li.current-menu-item .sub-menu-wrap ul li.active>a, .sub-menu-wrap ul li.current-menu-item .sub-menu-wrap ul li.active>a {
    color: #901a19;
}

.sub-menu-wrap {
    z-index: 99;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 104px 40px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    width: 321px;
    height: 100%;
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
}

.sub-menu-wrap::-webkit-scrollbar {
    width: 6px;
}

.sub-menu-wrap::-webkit-scrollbar-track {
    background: #fff;
}

.sub-menu-wrap::-webkit-scrollbar-thumb {
    background: #901a19;
}

.sub-menu-wrap::-webkit-scrollbar-thumb:hover {
    background: #901a19;
}

.sub-menu-wrap ul li.current-menu-item {
    opacity: 0.5;
}

.sub-menu-wrap ul li.current-menu-item a {
    color: var(--primary-color);
    opacity: 0.65;
}

.sub-menu-wrap.sub-menu-slide.open-sub-menu {
    -webkit-transform: translate(100%) translateX(98px);
    -ms-transform: translate(100%) translateX(98px);
    transform: translate(100%) translateX(98px);
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    max-height: 10000px;
}

.sub-menu-wrap.sub-menu-open {
    -webkit-transform: translate(100%) translateX(98px);
    -ms-transform: translate(100%) translateX(98px);
    transform: translate(100%) translateX(98px);
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    max-height: 10000px;
}

.sub-menu-wrap.animate-items li {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.sub-menu-wrap .title--small {
    display: none;
}

@media (max-width: 767px) {
    .sub-menu-wrap .title--small {
        display: block;
    }
}

@media (max-width: 1190px) {
    .sub-menu-wrap {
        z-index: 999;
        padding-top: 151px;
    }

    .sub-menu-wrap.sub-menu-open {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }
}

@media (max-width: 767px) {
    .sub-menu-wrap {
        width: 100vw;
    }
}

#menu-footer-menu li.current-menu-item a, #menu-footer-menu .menu-item-home a {
    color: #901a19;
}

#menu-footer-menu a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-transform: none;
}

@media (max-width: 600px) {
    #menu-footer-menu a {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

#menu-footer-menu li {
    margin-bottom: 2px;
}

@media (max-width: 600px) {
    #menu-footer-menu {
        margin-top: 50px;
    }
}

.nav__top-level .parent-page:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    border: solid #901a19;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

.site-logo {
    position: absolute;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: calc(50% + 50px);
    z-index: 9;
}

@media (max-width: 1190px) {
    .site-logo {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: calc(50%);
        z-index: 9;
        width: 260px;
        top: 148px;
    }
}

@media (max-width: 600px) {
    .site-logo {
        width: 200px;
        top: 100px;
    }
}

.parent-active {
    opacity: 0.5 !important;
}

@media (max-height: 800px) {
    .nav-menu {
        padding: 135px 40px 30px;
    }

    .nav-menu .title {
        margin-bottom: 15px;
    }
}

.site-footer {
    position: relative;
}

@media (min-width: 1089px) {
    .site-footer {
        /* margin-left: 100px; */
    }
}

.site-footer a[href^="tel"] {
    color: #fff;
}

.site-footer .container-fluid, .site-footer .container-sm, .site-footer .container-md, .site-footer .container-lg, .site-footer .container-xl {
    padding: 0 0;
}

.site-footer__content {
    background-color: var(--primary-color);
    padding: 30px 60px 5px;
    color: #fff;
}

.site-footer__content ul {
    padding-left: 0px !important;
    margin-top: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.site-footer__content ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 20px;
}

.site-footer__content ul li:before {
    display: none;
}

.site-footer__content ul li a {
    font-weight: 400;
    font-size: 18px;
}

.site-footer__content .credit a {
    color: #901a19;
}

@media (max-width: 767px) {
    .site-footer__content {
        padding: 30px 30px;
    }

    .site-footer__content .col-md-6, .site-footer__content .col-md-4 {
        margin-top: 10px;
    }

    .site-footer__content .social-icons {
        margin: 30px 0;
    }

    .site-footer__content .pad-med-top {
        margin-top: 0;
    }

    .site-footer__content .pad-med-top .title--sm, .site-footer__content .pad-med-top h3 {
        margin-top: 0;
    }
}

.site-footer__block {
    position: absolute;
    width: 20%;
    top: -70px;
    height: 100%;
    right: 0;
    z-index: 0;
    background-color: #901a19;
}

.site-footer__block .credit {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    position: absolute;
    bottom: 30px;
    right: 53px;
    font-size: 14px;
    color: #ffffff;
}

.site-footer .col-lg-11 {
    position: relative;
    z-index: 1;
}

.site-footer svg {
    width: 75px;
    height: 90px;
}

.site-footer .title {
    color: #fff;
    margin: 0px 0 20px;
    text-align: left !important;
}

.site-footer .final-row {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .site-footer .final-row {
        margin-top: 20px;
    }

    .site-footer .final-row .col-md-4 {
        margin-bottom: 15px;
    }
}

.site-footer .col-lg-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
}

.site-footer--simple h3.title {
    margin-top: 0px;
}

.site-footer--simple .col-md-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.site-footer--simple img {
    margin-bottom: 30px;
}

@media (max-width: 1087px) {
    .site-footer {
        margin-left: 0;
    }

    .site-footer .site-footer__block {
        display: none;
    }
}

.social-icons img {
    margin-right: 5px;
}

@media (max-width: 1025px) {
    .social-icons {
        margin: 30px 0;
    }
}

.title {
    color: var(--primary-color);
}

.title--xs {
    font-family: 'Kaisei Opti', serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 26px;
}

.title--sm, h3 {
    font-family: 'Kaisei Opti', serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 29px;
}

@media (max-width: 700px) {
    .title--sm, h3 {
        font-size: 21px;
        line-height: 45px;
    }
}

.title--md, h2, #wpmem_login legend, #wpmem_reg legend {
    font-family: 'Kaisei Opti', serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 36px;
}

@media (max-width: 700px) {
    .title--md, h2, #wpmem_login legend, #wpmem_reg legend {
        font-size: 23px;
        line-height: 28px;
    }
}

.title--lg {
    font-family: 'Kaisei Opti', serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 44px;
}

.title--shadow {
    font-family: 'Kaisei Opti', serif;
    opacity: 0.1;
    color: var(--primary-color);
    font-size: 160px;
    font-weight: bold;
    letter-spacing: -4.5px;
    line-height: 160px;
    text-align: right;
}

@media (max-width: 1024px) {
    .title--shadow {
        font-size: 100px;
        font-weight: bold;
        letter-spacing: -4.5px;
        line-height: 100px;
    }
}

@media (max-width: 600px) {
    .title--shadow {
        font-size: 70px;
    }
}

@media (max-width: 414px) {
    .title--shadow {
        font-size: 60px;
    }
}

.title--xl {
    font-family: 'Kaisei Opti', serif;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 64px;
}

@media (max-width: 1190px) {
    .title--xl {
        font-size: 4.5rem;
        line-height: 76px;
    }
}

@media (max-width: 769px) {
    .title--xl {
        font-size: 3.5rem;
        line-height: 66px;
    }
}

@media (max-width: 600px) {
    .title--xl {
        font-size: 40px;
        line-height: 42px;
    }
}

.title--xl2, h1 {
    font-family: 'Kaisei Opti', serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 64px;
}

.title--xl3 {
    font-family: 'Kaisei Opti', serif;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: -2.5px;
    line-height: 93px;
}

@media (max-width: 1190px) {
    .title--xl2, h1 {
        font-size: 5rem;
        line-height: 76px;
    }

    .title--xl3 {
        font-size: 5rem;
        line-height: 76px;
    }
}

@media (max-width: 700px) {
    .title--xl2, h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .title--xl3 {
        font-size: 42px;
        line-height: 42px;
    }
}

.title--sans {
    font-family: 'Kaisei Opti', serif;
}

h2, #wpmem_login legend, #wpmem_reg legend {
    font-family: 'Kaisei Opti', serif;
}

.single .banner .title--lg {
    font-size: 64px;
    line-height: 64px;
    max-width: 800px;
}

@media (max-width: 1190px) {
    .single .banner .title--lg {
        font-size: 4.5rem;
        line-height: 76px;
    }
}

@media (max-width: 800px) {
    .single .banner .title--lg {
        font-size: 3.5rem;
        line-height: 60px;
    }
}

@media (max-width: 700px) {
    .single .banner .title--lg {
        font-size: 38px;
        line-height: 46px;
    }
}

.online-exhibition-template-default .banner .title {
    font-family: 'Kaisei Opti', serif;
}

.font-sans {
    font-family: 'Kaisei Opti', serif !important;
}

.font-serif {
    font-family: 'Kaisei Opti', serif !important;
}

#content-wrap {
    position: relative;
    /* margin-left: 100px; */
}

@media (max-width: 1190px) {
    #content-wrap {
        margin-left: 0;
    }
}

@media (max-width: 1400px) {
    .home.page-id-160 .container, .home.page-id-160 .container-sm, .home.page-id-160 .container-md, .home.page-id-160 .container-lg {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .container, .container-sm, .container-md {
        max-width: 100%
    }
}

#page-wrap {
    overflow: hidden;
}

a:hover {
    text-decoration: none !important;
}

p a[href^="tel"] {
    color: var(--primary-color) !important;
    text-decoration: none;
}

.footer a[href^="tel"], .page-template-tpl-contact a[href^="tel"] {
    color: #fff !important;
    text-decoration: none;
}

p a:not(.button), ul a:not(.button), ol a:not(.button) {
    color: #fff;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

p a:not(.button):hover, ul a:not(.button):hover, ol a:not(.button):hover {
    color: #901a19;
}

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

ul.gallery {
    width: 100%;
    padding: 0;
}

ul.gallery li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding-bottom: 20px;
}

ul.gallery li:nth-child(2n-1) {
    padding-right: 15px;
}

ul.gallery li:nth-child(2n) {
    padding-left: 15px;
}

@media (max-width: 575.98px) {
    ul.gallery li {
        width: 100%
    }
}

ul.gallery li:before {
    content: none;
}

ul.gallery li div.gallery__image {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
}

ul.gallery li p {
    display: none;
    margin: 0;
}

::-moz-selection {
    color: white;
    background: #901a19;
    padding: 10px;
}

::selection {
    color: white;
    background: #901a19;
    padding: 10px;
}

.alignleft {
    float: left;
    margin-right: 30px;
}

.alignright {
    float: right;
    margin-left: 30px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

p.meta {
    position: relative;
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 27px;
    padding-top: 0px !important;
    padding-bottom: 15px;
}

p.meta:before {
    position: absolute;
    left: 0;
}

p.meta--author {
    padding-bottom: 0px;
}

p.meta--date:before {
    content: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE3IDE5Ij4NCiAgPHBhdGggZmlsbD0iI0EwRDFDQSIgZD0iTTExLjY2NjY2NjcsNSBDMTIuMTI2OTA0LDUgMTIuNSw1LjM3MzA5NjA0IDEyLjUsNS44MzMzMzMzMyBMMTIuNSw1LjgzMzMzMzMzIEwxMi40OTksNi42NjYgTDE0LjE2NjY2NjcsNi42NjY2NjY2NyBDMTUuNTQ3Mzc4NSw2LjY2NjY2NjY3IDE2LjY2NjY2NjcsNy43ODU5NTQ3OSAxNi42NjY2NjY3LDkuMTY2NjY2NjcgTDE2LjY2NjY2NjcsMjAuODMzMzMzMyBDMTYuNjY2NjY2NywyMi4yMTQwNDUyIDE1LjU0NzM3ODUsMjMuMzMzMzMzMyAxNC4xNjY2NjY3LDIzLjMzMzMzMzMgTDIuNSwyMy4zMzMzMzMzIEMxLjExOTI4ODEzLDIzLjMzMzMzMzMgMCwyMi4yMTQwNDUyIDAsMjAuODMzMzMzMyBMMCw5LjE2NjY2NjY3IEMwLDcuNzg1OTU0NzkgMS4xMTkyODgxMyw2LjY2NjY2NjY3IDIuNSw2LjY2NjY2NjY3IEw0LjE2Niw2LjY2NiBMNC4xNjY2NjY2Nyw1LjgzMzMzMzMzIEM0LjE2NjY2NjY3LDUuNDA4NDk4OTEgNC40ODQ1NzA5OSw1LjA1NzkxNTAyIDQuODk1NDY4NDQsNS4wMDY0OTI4NSBMNSw1IEM1LjQ2MDIzNzI5LDUgNS44MzMzMzMzMyw1LjM3MzA5NjA0IDUuODMzMzMzMzMsNS44MzMzMzMzMyBMNS44MzMzMzMzMyw1LjgzMzMzMzMzIEw1LjgzMyw2LjY2NiBMMTAuODMzLDYuNjY2IEwxMC44MzMzMzMzLDUuODMzMzMzMzMgQzEwLjgzMzMzMzMsNS40MDg0OTg5MSAxMS4xNTEyMzc3LDUuMDU3OTE1MDIgMTEuNTYyMTM1MSw1LjAwNjQ5Mjg1IFogTTE0Ljk5OSwxMy4zMzMgTDEuNjY2LDEzLjMzMyBMMS42NjY2NjY2NywyMC44MzMzMzMzIEMxLjY2NjY2NjY3LDIxLjI5MzU3MDYgMi4wMzk3NjI3MSwyMS42NjY2NjY3IDIuNSwyMS42NjY2NjY3IEwxNC4xNjY2NjY3LDIxLjY2NjY2NjcgQzE0LjYyNjkwNCwyMS42NjY2NjY3IDE1LDIxLjI5MzU3MDYgMTUsMjAuODMzMzMzMyBMMTQuOTk5LDEzLjMzMyBaIE00LjE2Niw4LjMzMyBMMi41LDguMzMzMzMzMzMgQzIuMDM5NzYyNzEsOC4zMzMzMzMzMyAxLjY2NjY2NjY3LDguNzA2NDI5MzggMS42NjY2NjY2Nyw5LjE2NjY2NjY3IEwxLjY2NiwxMS42NjYgTDE0Ljk5OSwxMS42NjYgTDE1LDkuMTY2NjY2NjcgQzE1LDguNzA2NDI5MzggMTQuNjI2OTA0LDguMzMzMzMzMzMgMTQuMTY2NjY2Nyw4LjMzMzMzMzMzIEwxMi40OTksOC4zMzMgTDEyLjUsOS4xNjY2NjY2NyBDMTIuNSw5LjU5MTUwMTA5IDEyLjE4MjA5NTcsOS45NDIwODQ5OCAxMS43NzExOTgyLDkuOTkzNTA3MTUgTDExLjY2NjY2NjcsMTAgQzExLjIwNjQyOTQsMTAgMTAuODMzMzMzMyw5LjYyNjkwMzk2IDEwLjgzMzMzMzMsOS4xNjY2NjY2NyBMMTAuODMzMzMzMyw5LjE2NjY2NjY3IEwxMC44MzMsOC4zMzMgTDUuODMzLDguMzMzIEw1LjgzMzMzMzMzLDkuMTY2NjY2NjcgQzUuODMzMzMzMzMsOS41OTE1MDEwOSA1LjUxNTQyOTAxLDkuOTQyMDg0OTggNS4xMDQ1MzE1Niw5Ljk5MzUwNzE1IEw1LDEwIEM0LjUzOTc2MjcxLDEwIDQuMTY2NjY2NjcsOS42MjY5MDM5NiA0LjE2NjY2NjY3LDkuMTY2NjY2NjcgTDQuMTY2NjY2NjcsOS4xNjY2NjY2NyBMNC4xNjYsOC4zMzMgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNSkiLz4NCjwvc3ZnPg0K);
}

p.meta--category: before {
    content: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4NCiAgPHBhdGggZmlsbD0iI0EwRDFDQSIgZD0iTTE5MC4wNTQ1ODYsMTQuNzU0NzkwOSBMMTgzLjAwMDIzMiw3LjcwMDQzNzA0IEwxNzUuNzAwNDM3LDcuNzAwNDM3MDQgTDE3NS43MDA0MzcsMTQuOTk5OTQxNiBMMTgyLjc1NTEyNSwyMi4wNDY0MTc5IEMxODIuOTE0NTk5LDIyLjIwNjA2OTQgMTgzLjEzMDk5OSwyMi4yOTU3NzU2IDE4My4zNTY2NTUsMjIuMjk1Nzc1NiBDMTgzLjU4MjMxMSwyMi4yOTU3NzU2IDE4My43OTg3MSwyMi4yMDYwNjk0IDE4My45NTg1MTksMjIuMDQ2MDgzMyBMMTkwLjA1MzU0LDE1Ljk1MTA2MiBDMTkwLjM4MjQ0OSwxNS42MTkzODgyIDE5MC4zODIyMDQsMTUuMDg0MzY5NiAxOTAuMDU0NTg2LDE0Ljc1NDc5MDkgWiBNMTkxLjI1ODc2MiwxNy4xNTA2MTU5IEwxODUuMTYxMjQ0LDIzLjI0ODEzOTQgQzE4NC42ODI4MjIsMjMuNzI3MDk0IDE4NC4wMzM2MjIsMjMuOTk2MjEyNiAxODMuMzU2NjU1LDIzLjk5NjIxMjYgQzE4Mi42Nzk2ODcsMjMuOTk2MjEyNiAxODIuMDMwNDg4LDIzLjcyNzA5NCAxODEuNTUyNzUxLDIzLjI0ODgyMzkgTDE3NC4yNDkzNzMsMTUuOTUzOTQ5IEMxNzQuMDg5NzEyLDE1Ljc5NDQ3MzggMTc0LDE1LjU3ODA2NzMgMTc0LDE1LjM1MjQwMzcgTDE3NCw2Ljg1MDIxODUyIEMxNzQsNi4zODA2NTU4IDE3NC4zODA2NTYsNiAxNzQuODUwMjE5LDYgTDE4My4zNTI0MDQsNiBDMTgzLjU3Nzg5Niw2IDE4My43OTQxNTIsNi4wODk1NzYzNCAxODMuOTUzNTk5LDYuMjQ5MDIzMjQgTDE5MS4yNTg3NjIsMTMuNTU0MTkxNiBDMTkyLjI0NzcxMSwxNC41NDkwNDI4IDE5Mi4yNDc3MTEsMTYuMTU1NzY0NyAxOTEuMjU4NzYyLDE3LjE1MDYxNTkgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3NCAtNikiLz4NCjwvc3ZnPg0K);
}

p.meta--author: before {
    content: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE3IDE4Ij4NCiAgPHBhdGggZmlsbD0iI0EwRDFDQSIgZD0iTTM1OS43LDE1LjggQzM2Mi4xODUyODEsMTUuOCAzNjQuMiwxNy44MTQ3MTg2IDM2NC4yLDIwLjMgTDM2NC4yLDIwLjMgTDM2NC4yLDIyLjEgQzM2NC4yLDIyLjU5NzA1NjMgMzYzLjc5NzA1NiwyMyAzNjMuMywyMyBDMzYyLjgwMjk0NCwyMyAzNjIuNCwyMi41OTcwNTYzIDM2Mi40LDIyLjEgTDM2Mi40LDIyLjEgTDM2Mi40LDIwLjMgQzM2Mi40LDE4LjgwODgzMTIgMzYxLjE5MTE2OSwxNy42IDM1OS43LDE3LjYgTDM1OS43LDE3LjYgTDM1Mi41LDE3LjYgQzM1MS4wMDg4MzEsMTcuNiAzNDkuOCwxOC44MDg4MzEyIDM0OS44LDIwLjMgTDM0OS44LDIwLjMgTDM0OS44LDIyLjEgQzM0OS44LDIyLjU5NzA1NjMgMzQ5LjM5NzA1NiwyMyAzNDguOSwyMyBDMzQ4LjQwMjk0NCwyMyAzNDgsMjIuNTk3MDU2MyAzNDgsMjIuMSBMMzQ4LDIyLjEgTDM0OCwyMC4zIEMzNDgsMTcuODE0NzE4NiAzNTAuMDE0NzE5LDE1LjggMzUyLjUsMTUuOCBMMzUyLjUsMTUuOCBaIE0zNTYuMSw1IEMzNTguNTg1MjgxLDUgMzYwLjYsNy4wMTQ3MTg2MyAzNjAuNiw5LjUgQzM2MC42LDExLjk4NTI4MTQgMzU4LjU4NTI4MSwxNCAzNTYuMSwxNCBDMzUzLjYxNDcxOSwxNCAzNTEuNiwxMS45ODUyODE0IDM1MS42LDkuNSBDMzUxLjYsNy4wMTQ3MTg2MyAzNTMuNjE0NzE5LDUgMzU2LjEsNSBaIE0zNTYuMSw2LjggQzM1NC42MDg4MzEsNi44IDM1My40LDguMDA4ODMxMTggMzUzLjQsOS41IEMzNTMuNCwxMC45OTExNjg4IDM1NC42MDg4MzEsMTIuMiAzNTYuMSwxMi4yIEMzNTcuNTkxMTY5LDEyLjIgMzU4LjgsMTAuOTkxMTY4OCAzNTguOCw5LjUgQzM1OC44LDguMDA4ODMxMTggMzU3LjU5MTE2OSw2LjggMzU2LjEsNi44IFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDggLTUpIi8+DQo8L3N2Zz4NCg==);
}

p.meta--author-title: before {
    content: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4NCiAgPHBhdGggZmlsbD0iI0EwRDFDQSIgZD0iTTE5MC4wNTQ1ODYsMTQuNzU0NzkwOSBMMTgzLjAwMDIzMiw3LjcwMDQzNzA0IEwxNzUuNzAwNDM3LDcuNzAwNDM3MDQgTDE3NS43MDA0MzcsMTQuOTk5OTQxNiBMMTgyLjc1NTEyNSwyMi4wNDY0MTc5IEMxODIuOTE0NTk5LDIyLjIwNjA2OTQgMTgzLjEzMDk5OSwyMi4yOTU3NzU2IDE4My4zNTY2NTUsMjIuMjk1Nzc1NiBDMTgzLjU4MjMxMSwyMi4yOTU3NzU2IDE4My43OTg3MSwyMi4yMDYwNjk0IDE4My45NTg1MTksMjIuMDQ2MDgzMyBMMTkwLjA1MzU0LDE1Ljk1MTA2MiBDMTkwLjM4MjQ0OSwxNS42MTkzODgyIDE5MC4zODIyMDQsMTUuMDg0MzY5NiAxOTAuMDU0NTg2LDE0Ljc1NDc5MDkgWiBNMTkxLjI1ODc2MiwxNy4xNTA2MTU5IEwxODUuMTYxMjQ0LDIzLjI0ODEzOTQgQzE4NC42ODI4MjIsMjMuNzI3MDk0IDE4NC4wMzM2MjIsMjMuOTk2MjEyNiAxODMuMzU2NjU1LDIzLjk5NjIxMjYgQzE4Mi42Nzk2ODcsMjMuOTk2MjEyNiAxODIuMDMwNDg4LDIzLjcyNzA5NCAxODEuNTUyNzUxLDIzLjI0ODgyMzkgTDE3NC4yNDkzNzMsMTUuOTUzOTQ5IEMxNzQuMDg5NzEyLDE1Ljc5NDQ3MzggMTc0LDE1LjU3ODA2NzMgMTc0LDE1LjM1MjQwMzcgTDE3NCw2Ljg1MDIxODUyIEMxNzQsNi4zODA2NTU4IDE3NC4zODA2NTYsNiAxNzQuODUwMjE5LDYgTDE4My4zNTI0MDQsNiBDMTgzLjU3Nzg5Niw2IDE4My43OTQxNTIsNi4wODk1NzYzNCAxODMuOTUzNTk5LDYuMjQ5MDIzMjQgTDE5MS4yNTg3NjIsMTMuNTU0MTkxNiBDMTkyLjI0NzcxMSwxNC41NDkwNDI4IDE5Mi4yNDc3MTEsMTYuMTU1NzY0NyAxOTEuMjU4NzYyLDE3LjE1MDYxNTkgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3NCAtNikiLz4NCjwvc3ZnPg0K);
}

p.meta--photographer: before {
    content: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE5IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT5ub3VuX1Bob3RvXzE2ODM5MTM8L3RpdGxlPg0KICAgIDxnIGlkPSJTdXBwb3J0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9Ik5ld3MtY2FyZHMtLS1QaG90b2dyYXBoZXItdGFnIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjk4LjAwMDAwMCwgLTU2NS4wMDAwMDApIiBmaWxsPSIjQTBEMUNBIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OTkuMDAwMDAwLCA1NjYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjI4NTcxNDMsMS43MTQyODU3MSBMNi44NTcxNDI4NiwxLjcxNDI4NTcxIEM2Ljc0Mjg1NzE0LDAuNzQyODU3MTQzIDUuODI4NTcxNDMsMCA0LjY4NTcxNDI5LDAgQzQuNjI4NTcxNDMsMCA0LjYyODU3MTQzLDAgNC41NzE0Mjg1NywwIEM0LjUxNDI4NTcxLDAgNC41MTQyODU3MSwwIDQuNDU3MTQyODYsMCBDMy4zMTQyODU3MSwwIDIuMzQyODU3MTQsMC44IDIuMjg1NzE0MjksMS43NzE0Mjg1NyBDMC45NzE0Mjg1NzEsMi4wNTcxNDI4NiAwLDMuMiAwLDQuNTcxNDI4NTcgTDAsMTMuMTQyODU3MSBDMCwxNC43NDI4NTcxIDEuMjU3MTQyODYsMTYgMi44NTcxNDI4NiwxNiBMMTQuMjg1NzE0MywxNiBDMTUuODg1NzE0MywxNiAxNy4xNDI4NTcxLDE0Ljc0Mjg1NzEgMTcuMTQyODU3MSwxMy4xNDI4NTcxIEwxNy4xNDI4NTcxLDQuNTcxNDI4NTcgQzE3LjE0Mjg1NzEsMi45NzE0Mjg1NyAxNS44ODU3MTQzLDEuNzE0Mjg1NzEgMTQuMjg1NzE0MywxLjcxNDI4NTcxIFogTTQuNDU3MTQyODYsMS4xNDI4NTcxNCBDNC41MTQyODU3MSwxLjE0Mjg1NzE0IDQuNTE0Mjg1NzEsMS4xNDI4NTcxNCA0LjU3MTQyODU3LDEuMTQyODU3MTQgQzQuNjI4NTcxNDMsMS4xNDI4NTcxNCA0LjYyODU3MTQzLDEuMTQyODU3MTQgNC42ODU3MTQyOSwxLjE0Mjg1NzE0IEM1LjE0Mjg1NzE0LDEuMTQyODU3MTQgNS42LDEuMzcxNDI4NTcgNS43MTQyODU3MSwxLjcxNDI4NTcxIEwzLjQ4NTcxNDI5LDEuNzE0Mjg1NzEgQzMuNiwxLjM3MTQyODU3IDQsMS4xNDI4NTcxNCA0LjQ1NzE0Mjg2LDEuMTQyODU3MTQgWiBNMTYsMTMuMTQyODU3MSBDMTYsMTQuMTE0Mjg1NyAxNS4yNTcxNDI5LDE0Ljg1NzE0MjkgMTQuMjg1NzE0MywxNC44NTcxNDI5IEwyLjg1NzE0Mjg2LDE0Ljg1NzE0MjkgQzEuODg1NzE0MjksMTQuODU3MTQyOSAxLjE0Mjg1NzE0LDE0LjExNDI4NTcgMS4xNDI4NTcxNCwxMy4xNDI4NTcxIEwxLjE0Mjg1NzE0LDQuNTcxNDI4NTcgQzEuMTQyODU3MTQsMy42IDEuODg1NzE0MjksMi44NTcxNDI4NiAyLjg1NzE0Mjg2LDIuODU3MTQyODYgTDE0LjI4NTcxNDMsMi44NTcxNDI4NiBDMTUuMjU3MTQyOSwyLjg1NzE0Mjg2IDE2LDMuNiAxNiw0LjU3MTQyODU3IEwxNiwxMy4xNDI4NTcxIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjMjIzQzU5IiBzdHJva2Utd2lkdGg9IjAuMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04LjU3MTQyODU3LDUuMTQyODU3MTQgQzYuMzQyODU3MTQsNS4xNDI4NTcxNCA0LjU3MTQyODU3LDYuOTE0Mjg1NzEgNC41NzE0Mjg1Nyw5LjE0Mjg1NzE0IEM0LjU3MTQyODU3LDExLjM3MTQyODYgNi4zNDI4NTcxNCwxMy4xNDI4NTcxIDguNTcxNDI4NTcsMTMuMTQyODU3MSBDMTAuOCwxMy4xNDI4NTcxIDEyLjU3MTQyODYsMTEuMzcxNDI4NiAxMi41NzE0Mjg2LDkuMTQyODU3MTQgQzEyLjU3MTQyODYsNi45MTQyODU3MSAxMC44LDUuMTQyODU3MTQgOC41NzE0Mjg1Nyw1LjE0Mjg1NzE0IFogTTguNTcxNDI4NTcsMTIgQzYuOTcxNDI4NTcsMTIgNS43MTQyODU3MSwxMC43NDI4NTcxIDUuNzE0Mjg1NzEsOS4xNDI4NTcxNCBDNS43MTQyODU3MSw3LjU0Mjg1NzE0IDYuOTcxNDI4NTcsNi4yODU3MTQyOSA4LjU3MTQyODU3LDYuMjg1NzE0MjkgQzEwLjE3MTQyODYsNi4yODU3MTQyOSAxMS40Mjg1NzE0LDcuNTQyODU3MTQgMTEuNDI4NTcxNCw5LjE0Mjg1NzE0IEMxMS40Mjg1NzE0LDEwLjc0Mjg1NzEgMTAuMTcxNDI4NiwxMiA4LjU3MTQyODU3LDEyIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjMjIzQzU5IiBzdHJva2Utd2lkdGg9IjAuMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy43MTQyODU3LDQuNTcxNDI4NTcgTDEyLjU3MTQyODYsNC41NzE0Mjg1NyBDMTIuMjI4NTcxNCw0LjU3MTQyODU3IDEyLDQuOCAxMiw1LjE0Mjg1NzE0IEMxMiw1LjQ4NTcxNDI5IDEyLjIyODU3MTQsNS43MTQyODU3MSAxMi41NzE0Mjg2LDUuNzE0Mjg1NzEgTDEzLjcxNDI4NTcsNS43MTQyODU3MSBDMTQuMDU3MTQyOSw1LjcxNDI4NTcxIDE0LjI4NTcxNDMsNS40ODU3MTQyOSAxNC4yODU3MTQzLDUuMTQyODU3MTQgQzE0LjI4NTcxNDMsNC44IDE0LjA1NzE0MjksNC41NzE0Mjg1NyAxMy43MTQyODU3LDQuNTcxNDI4NTcgWiIgaWQ9IlBhdGgiPjwvcGF0aD4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPiA=);
}

.issuuembed {
    width: 100% !important;
    min-height: 600px !important;
}

.wp-block-embed {
    margin-top: 30px;
    margin-bottom: 30px;
}

.home, .post-type-archive-news-item, .collections-blog {
    background-color: #fff4eb;
}

.home .news-item__content, .post-type-archive-news-item .news-item__content, .collections-blog .news-item__content {
    background-color: #fff;
}

.post-type-archive-news-item .banner, .collections-blog .banner {
    margin-bottom: 48px;
}

.post-type-archive-news-item .banner .intro, .collections-blog .banner .intro {
    position: relative;
    z-index: 9;
    max-width: 600px;
}

.post-type-archive-news-item .banner .img-animate+div.loaded, .collections-blog .banner .img-animate+div.loaded {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
}

.post-type-archive-news-item .banner .img-animate .pillar, .collections-blog .banner .img-animate .pillar {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

@media (max-width: 768px) {
    .post-type-archive-news-item .banner .banner__block, .collections-blog .banner .banner__block {
        width: 100%;
        height: auto;
        right: auto;
        position: relative;
    }

    .post-type-archive-news-item .banner .banner__block .background-secondary, .collections-blog .banner .banner__block .background-secondary {
        background-color: transparent;
    }

    .post-type-archive-news-item .banner .banner__block .form-wrap, .collections-blog .banner .banner__block .form-wrap {
        width: 100%;
        max-width: none;
    }

    .post-type-archive-news-item .banner .banner__block__inner, .collections-blog .banner .banner__block__inner {
        padding: 0 30px;
    }
}

.post-type-archive-news-item input, .collections-blog input {
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
    padding: 11px !important;
    font-weight: 600;
    color: black;
}

.post-type-archive-news-item input::-webkit-input-placeholder, .collections-blog input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.post-type-archive-news-item input::-moz-placeholder, .collections-blog input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.post-type-archive-news-item input:-ms-input-placeholder, .collections-blog input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.post-type-archive-news-item input::-ms-input-placeholder, .collections-blog input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.post-type-archive-news-item input::placeholder, .collections-blog input::placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.post-type-archive-news-item #search-filter-form-2444 ul li.sf-field-search label:before, .collections-blog #search-filter-form-2444 ul li.sf-field-search label:before {
    content: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPHBhdGggZmlsbD0iIzIyM0M1OSIgZD0iTTI2My45NSwxOCBDMjY3LjIzNjA5NCwxOCAyNjkuOSwyMC42NjM5MDU3IDI2OS45LDIzLjk1IEMyNjkuOSwyNS4zNDEyMTY1IDI2OS40MjI1MjgsMjYuNjIwOTEzMyAyNjguNjIyNTE0LDI3LjYzNDE1OSBMMjcxLjc5NDk3NSwzMC44MDUwMjUzIEMyNzIuMDY4MzQyLDMxLjA3ODM5MjMgMjcyLjA2ODM0MiwzMS41MjE2MDc3IDI3MS43OTQ5NzUsMzEuNzk0OTc0NyBDMjcxLjUyMTYwOCwzMi4wNjgzNDE4IDI3MS4wNzgzOTIsMzIuMDY4MzQxOCAyNzAuODA1MDI1LDMxLjc5NDk3NDcgTDI3MC44MDUwMjUsMzEuNzk0OTc0NyBMMjY3LjYzNDE1OSwyOC42MjI1MTQ0IEMyNjYuNjIwOTEzLDI5LjQyMjUyNzYgMjY1LjM0MTIxNiwyOS45IDI2My45NSwyOS45IEMyNjAuNjYzOTA2LDI5LjkgMjU4LDI3LjIzNjA5NDMgMjU4LDIzLjk1IEMyNTgsMjAuNjYzOTA1NyAyNjAuNjYzOTA2LDE4IDI2My45NSwxOCBaIE0yNjMuOTUsMTkuNCBDMjYxLjQzNzEwNCwxOS40IDI1OS40LDIxLjQzNzEwNDQgMjU5LjQsMjMuOTUgQzI1OS40LDI2LjQ2Mjg5NTYgMjYxLjQzNzEwNCwyOC41IDI2My45NSwyOC41IEMyNjUuMTk5ODc1LDI4LjUgMjY2LjMzMjA0MywyNy45OTYwMzg0IDI2Ny4xNTQzODgsMjcuMTgwMjMyNCBMMjY3LjE2NTAyNSwyNy4xNjUwMjUzIEMyNjcuMTY5NDc1LDI3LjE2MDU3NTEgMjY3LjE3Mzk3MSwyNy4xNTYxOTc0IDI2Ny4xNzg1MDksMjcuMTUxODkyMSBDMjY3Ljk5NjAzOCwyNi4zMzIwNDMxIDI2OC41LDI1LjE5OTg3NDggMjY4LjUsMjMuOTUgQzI2OC41LDIxLjQzNzEwNDQgMjY2LjQ2Mjg5NiwxOS40IDI2My45NSwxOS40IFoiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDI3MiAtMTgpIi8+DQo8L3N2Zz4NCg==);
    position: absolute;
    top: 36%;
    right: 20px;
    border: 0px;
    display: inline-block;
    padding: 0px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.post-type-archive-news-item .news-item, .collections-blog .news-item {
    height: 100%
}

.post-type-archive-news-item .news-item__content, .collections-blog .news-item__content {
    min-height: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-type-archive-news-item .col-lg-5, .collections-blog .col-lg-5 {
    margin-bottom: 30px;
}

.post-type-archive-news-item .banner__block, .collections-blog .banner__block {
    z-index: 5;
}

.post-type-archive-news-item .banner__block .img-animate+div, .collections-blog .banner__block .img-animate+div {
    position: relative;
    z-index: 7;
}

.post-type-archive-news-item .banner__block__inner, .collections-blog .banner__block__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
}
.logo {
    width: 650px !important;
    margin-bottom: 210px;
}

@media (max-width: 767px) {
    .post-type-archive-news-item .banner__block__inner, .collections-blog .banner__block__inner {
        height: auto;
    }
}

.post-type-archive-news-item .banner__block ul, .collections-blog .banner__block ul {
    padding-left: 0;
}

.post-type-archive-news-item .banner select, .post-type-archive-news-item .banner input, .collections-blog .banner select, .collections-blog .banner input {
    background-color: transparent !important;
    border-bottom: 1px solid var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
    padding: 11px !important;
    font-weight: 600;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .post-type-archive-news-item .banner #breadcrumbs, .collections-blog .banner #breadcrumbs {
        display: none;
    }
}

.post-type-archive-news-item .form-wrap, .collections-blog .form-wrap {
    max-width: 240px;
}

.post-type-archive-news-item .form-wrap p, .post-type-archive-news-item .form-wrap .searchandfilter h4, .collections-blog .form-wrap p, .collections-blog .form-wrap .searchandfilter h4 {
    margin: 0;
    padding-left: 11px;
    font-size: 14px;
}

@media (max-width: 787px) {
    .post-type-archive-news-item .form-wrap p, .post-type-archive-news-item .form-wrap .searchandfilter h4, .collections-blog .form-wrap p, .collections-blog .form-wrap .searchandfilter h4 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .post-type-archive-news-item .form-wrap, .collections-blog .form-wrap {
        margin-top: 20px;
    }
}

.post-type-archive-news-item .select-wrapper, .collections-blog .select-wrapper {
    position: relative;
    width: 100%
}

.post-type-archive-news-item .select-wrapper:before, .collections-blog .select-wrapper:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) and (min-width: 600px) {
    .post-type-archive-news-item .searchandfilter ul li, .collections-blog .searchandfilter ul li {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .post-type-archive-news-item .col-md-10, .collections-blog .col-md-10 {
        padding: 0px 15px;
    }
}

.collections-blog .flex-on-ipad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.collections-blog .flex-on-ipad>* {
    width: calc((100% / 3));
}

.collections-blog .flex-on-ipad input, .collections-blog .flex-on-ipad select {
    border: 1px solid #901a19;
}

.collections-blog .flex-on-ipad .select-wrapper:before {
    top: 36%
}

.collections-blog .flex-on-ipad .select-wrapper>select {
    width: 254.98px;
    float: right;
}

.collections-blog .flex-on-ipad>#search-filter-form-2444 {
    margin-bottom: 0;
    width: calc((100% / 3) *2);
}

.collections-blog .flex-on-ipad>#search-filter-form-2444 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.collections-blog .flex-on-ipad>#search-filter-form-2444 ul>* {
    width: 50%;
    padding-bottom: 0;
    margin-left: 20px;
    max-width: 254.98px;
}

.collections-blog .flex-on-ipad>#search-filter-form-2444 ul>* label:before {
    top: 36%
}

.collections-blog .flex-on-ipad>#search-filter-form-2444 h4 {
    display: none;
}

@media (max-width: 760px) {
    .flex-on-ipad, #search-filter-form-2444, #search-filter-form-2444 ul {
        display: block !important;
    }

    .flex-on-ipad>*, #search-filter-form-2444>*, #search-filter-form-2444 ul>* {
        width: 100% !important;
    }

    .flex-on-ipad>* li, .flex-on-ipad>* select, #search-filter-form-2444>* li, #search-filter-form-2444>* select, #search-filter-form-2444 ul>* li, #search-filter-form-2444 ul>* select {
        max-width: unset !important;
        margin-left: 0 !important;
        float: none !important;
        width: 100% !important;
    }

    .flex-on-ipad>*.select-wrapper, #search-filter-form-2444>*.select-wrapper, #search-filter-form-2444 ul>*.select-wrapper {
        margin-top: 10px;
    }
}

.banner--blog-collections {
    text-align: center;
}

.banner--blog-collections .cat-links {
    display: none;
}

.blog #content-wrap .banner {
    margin-bottom: 48px;
}

.blog #content-wrap .teaser--post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    min-height: 328px;
    width: auto;
    height: 100%;
    padding: 50px 40px;
}

.blog #content-wrap h3 {
    max-width: 240px;
}

.blog #content-wrap blockquote {
    margin-left: 30px;
    margin-right: 30px;
}

.blog #content-wrap .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.blog #content-wrap .col-md-4:first-of-type {
    padding: 30px 40px;
}

.blog #content-wrap .block-filler {
    position: absolute;
    top: -300%;
    left: calc(-50% - 15px);
    background-color: #EFF3F0;
    bottom: 0;
    height: 400%;
    width: 150%;
    z-index: -1;
}

.blog #content-wrap #breadcrumbs .breadcrumb_last {
    color: #901a19;
}

.contact-banner #breadcrumbs .breadcrumb_last {
    color: #901a19;
}

.page-id-72, .page-id-5477, .page-id-40.parent-pageid-13 {
    background-color: var(--primary-color);
    background-repeat: no-repeat;
}

.page-id-72 .accordion__trigger h4, .page-id-5477 .accordion__trigger h4, .page-id-40.parent-pageid-13 .accordion__trigger h4 {
    color: #901a19;
}

.page-id-72 .teasers .title--xl, .page-id-5477 .teasers .title--xl, .page-id-40.parent-pageid-13 .teasers .title--xl {
    color: #901a19;
}

.page-id-72 .accordion__plus:before, .page-id-72 .accordion__plus:after, .page-id-5477 .accordion__plus:before, .page-id-5477 .accordion__plus:after, .page-id-40.parent-pageid-13 .accordion__plus:before, .page-id-40.parent-pageid-13 .accordion__plus:after {
    background-color: #901a19;
}

.page-id-72 article>h2, .page-id-72 #wpmem_login article>legend, #wpmem_login .page-id-72 article>legend, .page-id-72 #wpmem_reg article>legend, #wpmem_reg .page-id-72 article>legend, .page-id-72 article>h3, .page-id-72 article>h4, .page-id-72 article>p, .page-id-72 article>li, .page-id-5477 article>h2, .page-id-5477 #wpmem_login article>legend, #wpmem_login .page-id-5477 article>legend, .page-id-5477 #wpmem_reg article>legend, #wpmem_reg .page-id-5477 article>legend, .page-id-5477 article>h3, .page-id-5477 article>h4, .page-id-5477 article>p, .page-id-5477 article>li, .page-id-40.parent-pageid-13 article>h2, .page-id-40.parent-pageid-13 #wpmem_login article>legend, #wpmem_login .page-id-40.parent-pageid-13 article>legend, .page-id-40.parent-pageid-13 #wpmem_reg article>legend, #wpmem_reg .page-id-40.parent-pageid-13 article>legend, .page-id-40.parent-pageid-13 article>h3, .page-id-40.parent-pageid-13 article>h4, .page-id-40.parent-pageid-13 article>p, .page-id-40.parent-pageid-13 article>li {
    color: #fff;
}

.custom-cursor {
    background-color: #a0d2ca;
    opacity: 0.25;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 999999999999;
    -webkit-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
    pointer-events: none;
}

.no-touchevents .sidebar__inner:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.touchevents .sidebar__inner {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.touchevents .sidebar.slide-open .sidebar__inner {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sticky {
    position: fixed;
    top: 60px;
}

.page-template-tpl-home-cirl, .page-template-tpl-home-collections {
    background-color: #fff;
}

.page-template-tpl-home-cirl .news-item__content, .page-template-tpl-home-collections .news-item__content {
    background-color: #EFF3F0 !important;
}

.post-type-archive-whats-on-listing {
    font-family: 'Kiona'
}

.next-arrow, .prev-arrow {
    border: solid black;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 6px 1px 3px;
}

.prev-arrow {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.post-type-archive-impact-story .teaser--community {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 30px;
}

.notice-banner, .notice-banner-donate {
    position: fixed;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
    top: 30px;
    right: 30px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    background: white;
}

.notice-banner__close, .notice-banner-donate__close {
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    z-index: 999;
    position: relative;
    height: 13px;
    width: 13px;
    margin-right: 10px;
    margin-left: 30px;
}

.notice-banner__close:hover, .notice-banner-donate__close:hover {
    opacity: 0.5;
}

.notice-banner__close:before, .notice-banner__close:after, .notice-banner-donate__close:before, .notice-banner-donate__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #000;
}

.notice-banner__close:before, .notice-banner-donate__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notice-banner__close:after, .notice-banner-donate__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 1089px) {
    .notice-banner, .notice-banner-donate {
        bottom: 30px;
        top: auto;
    }
}

@media (max-width: 800px) {
    .notice-banner, .notice-banner-donate {
        top: 90px;
        left: 10px;
        bottom: auto;
        right: auto;
    }
}

.notice-banner-donate {
    background-color: #901a19;
    bottom: 30px;
    top: auto;
    display: block !important;
}

.notice-banner-modal.modal-ite, .notice-banner-modal-donate.modal-itemm {
    max-width: 800px;
    padding-top: 80px;
}

.notice-banner-modal.modal-ite h2, .notice-banner-modal.modal-ite #wpmem_login legend, #wpmem_login .notice-banner-modal.modal-ite legend, .notice-banner-modal.modal-ite #wpmem_reg legend, #wpmem_reg .notice-banner-modal.modal-ite legend, .notice-banner-modal-donate.modal-itemm h2, .notice-banner-modal-donate.modal-itemm #wpmem_login legend, #wpmem_login .notice-banner-modal-donate.modal-itemm legend, .notice-banner-modal-donate.modal-itemm #wpmem_reg legend, #wpmem_reg .notice-banner-modal-donate.modal-itemm legend {
    margin-top: 0;
    margin-bottom: 20px;
}

.notice-banner-modal.modal-ite .mfp-close, .notice-banner-modal-donate.modal-itemm .mfp-close {
    right: -25px !important;
    top: 0px !important;
    cursor: pointer;
    opacity: 1;
    z-index: 999;
    position: absolute;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    margin-left: 30px;
}

.notice-banner-modal.modal-ite .mfp-close:hover, .notice-banner-modal-donate.modal-itemm .mfp-close:hover {
    opacity: 0.5;
}

.notice-banner-modal.modal-ite .mfp-close:before, .notice-banner-modal.modal-ite .mfp-close:after, .notice-banner-modal-donate.modal-itemm .mfp-close:before, .notice-banner-modal-donate.modal-itemm .mfp-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
}

.notice-banner-modal.modal-ite .mfp-close:before, .notice-banner-modal-donate.modal-itemm .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notice-banner-modal.modal-ite .mfp-close:after, .notice-banner-modal-donate.modal-itemm .mfp-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 700px) {
    .notice-banner-modal.modal-ite, .notice-banner-modal-donate.modal-itemm {
        height: 100%;
        overflow: visible;
        padding: 30px;
    }

    .notice-banner-modal.modal-ite .mfp-close, .notice-banner-modal-donate.modal-itemm .mfp-close {
        top: -35px !important;
        right: 0px !important;
    }

    .notice-banner-modal.modal-ite .title, .notice-banner-modal-donate.modal-itemm .title {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .blog .container {
        padding: 0 30px;
    }
}

.blog .col-lg-4 {
    margin-bottom: 30px;
}

.blog .intro {
    padding: 20px 20px 20px 0;
}

.post-type-archive-latest-research .latest-research {
    height: 100%
}

.post-type-archive-latest-research .col-lg-5 {
    margin-bottom: 30px;
}

.post-type-archive-latest-research .col-lg-5>div {
    height: 100%
}

@media (max-width: 991px) {
    .post-type-archive-latest-research .banner__block {
        display: none;
    }
}

@media (max-width: 991px) {
    .page-template-tpl-from-the-journal #content-wrap {
        margin: 60px 30px;
    }

    .page-template-tpl-from-the-journal .banner__block {
        display: none;
    }

    .page-template-tpl-from-the-journal .col-lg-5 {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .page-template-tpl-from-the-journal #content-wrap {
        margin: 60px 0 0;
    }
}

@media (max-width: 1190px) {
    .blog .banner-spacer .banner {
        padding-bottom: 50px;
    }

    .blog .banner-spacer .banner #breadcrumbs {
        top: auto;
    }
}

.index-loop-collections .row>div {
    margin-bottom: 30px;
}

.search-result a {
    color: #000 !important;
}

.tag-cloud {
    margin: 30px 0;
}

.post_tags {
    margin-top: 10px;
}

.post_tags a {
    background-color: #901a19;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.post_tags b {
    margin-bottom: 5px;
}

.single .text-center .button--shadow {
    margin-right: 0;
}

.cat-links a {
    padding: 6px 12px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 3;
}

.cat-links a:hover {
    background-color: #17283a;
}

@media (max-width: 700px) {
    .cat-links a {
        padding: 10px;
        display: block;
        margin-bottom: 10px;
        line-height: 1;
    }
}

.cat-links span {
    font-weight: bold;
    margin-right: 10px;
}

#site-4.search-results .banner, #site-5.search-results .banner {
    margin-top: 50px;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .page-id-7817 .top-nav {
        display: none;
    }

    iframe {
        margin-top: 0px !important;
    }
}

.page-id-7842 {
    background: var(--primary-color);
}

.page-id-7842 .heading {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.page-id-7842 p, .page-id-7842 ol, .page-id-7842 li {
    color: #fff;
}

.page-id-7842 .post-meta p {
    color: var(--primary-color);
}

.page-id-7842 .large-first-letter::first-letter {
    color: #fff;
}

.page-id-7842 .corner-category__inner {
    background-color: #901a19;
    color: var(--primary-color);
}

.page-id-7842 .teaser--community {
    height: 340px;
    width: 322px;
    padding-bottom: 0;
}

.page-id-7842 .teaser--post h3 {
    color: #fff;
}

.page-id-7842 .teasers .title--xl {
    color: #901a19;
}

.page-id-7842 .grid-block .title--xl {
    color: #901a19;
}

@media (min-width: 800px) {
    .page-id-7842 .grid-block .title--xl {
        font-size: 80px;
        font-weight: bold;
        letter-spacing: -2.5px;
        line-height: 85px;
        margin-top: 8px;
    }
}

.page-id-7842 .grid-block .video {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.page-id-7842 .grid-block .video:before {
    padding-top: 66%
}

.page-id-7842 .grid-block .video svg {
    width: 100px;
    height: 100px;
}

.page-id-7842 .grid-block .video>.video__play-button {
    top: auto;
    left: auto;
    bottom: 50px;
    right: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
}

.page-id-7842 .grid-block .video>.video__title {
    right: 170px;
}

@media (min-width: 600px) {
    .page-id-7842 .grid-block--2 .teaser--community {
        margin-left: 16%;
        margin-bottom: 75px;
    }
}

@media (min-width: 600px) {
    .page-id-7842 .grid-block--3 .fade-in--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 88px;
    }

    .page-id-7842 .grid-block--3 .twitter-box {
        margin-left: 16%;
        margin-top: 100px;
        max-width: 498px;
    }

    .page-id-7842 .grid-block--3 .news-item {
        margin-right: -16%
    }
}

.page-id-7842 .grid-block--4 .video {
    margin-left: 0;
}

@media (min-width: 600px) {
    .page-id-7842 .grid-block--4 .teaser--post {
        width: 498px;
        margin-top: 100px;
        margin-left: 42%
    }

    .page-id-7842 .grid-block--4 .col-lg-7 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .page-id-7842 .grid-block--4 .teaser--community {
        margin-top: 102px;
    }
}

.page-id-7882 {
    background: var(--primary-color);
}

.page-id-7882 .teasers .title--xl {
    color: #901a19;
}

.grid-eton-news .photo-teaser {
    background-color: #901a19;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -40px;
    width: calc(100% + 40px);
}

.grid-eton-news .photo-teaser:before {
    background-image: url(../../../../uploads/2021/01/blue_the_today_programme_image%402x.jpg);
}

.grid-eton-news .photo-teaser .title {
    color: var(--primary-color);
}

.grid-eton-news .photo-teaser div {
    width: 90%
}

.grid-eton-news .photo-teaser div:last-of-type {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 48px;
}

.grid-eton-news .teaser-button-wrapper {
    margin-right: -40px;
    margin-left: 8%
}

.grid-eton-news .teaser-button .title {
    color: var(--primary-color);
}

@media (max-width: 1190px) {
    .page-id-9210 {
        padding-top: 99px;
    }
}

@media (max-width: 1025px) {
    .page: not(.home) .banner .animate-wrapper, .single .banner .animate-wrapper {
        left: -10px;
    }
}

@media (max-width: 767px) {
    .page: not(.home) .banner .animate-wrapper, .single .banner .animate-wrapper {
        margin-left: -30px;
        margin-right: -30px;
        position: relative;
        bottom: auto;
    }
}

.fade-in__child {
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    opacity: 1;
}

.fade-in--active .fade-in__child {
    opacity: 0;
}

.fade-in--2 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.fade-in--3 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.fade-in--4 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.fade-in--5 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

[image-background-scroll] {
    background-position: 0 0;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.news-item .js-image-move, .teaser-item .js-image-move, .teaser--community .js-image-move, .image-teaser .js-image-move {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-item:hover .js-image-move, .teaser-item:hover .js-image-move, .teaser--community:hover .js-image-move, .image-teaser:hover .js-image-move {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.block--gallery .gallery__item.object-fit img {
    width: 100%;
    height: 20vw;
    min-height: 240px;
}

.block--gallery--slider .gallery__item.object-fit img {
    height: 30vw;
    max-height: 500px;
}

@media (max-width: 767px) {
    .block--text-image__content__image {
        min-height: 250px;
    }
}

.glossary-banner {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 50px 150px;
}

.glossary-banner::before {
    content: '';
    width: 10px;
    height: 30px;
    background-color: #901a19;
    position: absolute;
    top: 0;
    right: 0;
}

.glossary-banner .invisible-onload {
    opacity: 0;
}

.glossary-banner .title {
    text-align: center;
    padding: 30px;
}

.glossary-banner .title span {
    display: block;
}

.glossary-banner .title span:nth-child(1) {
    font-family: 'Kaisei Opti', serif;
    color: #901a19;
    font-size: 216px;
    line-height: 1;
    letter-spacing: -5.63px;
    font-weight: bold;
    margin-left: 150px;
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
}

.glossary-banner .title span:nth-child(2) {
    font-family: 'Kaisei Opti', serif;
    font-size: 131px;
    line-height: 146px;
    letter-spacing: -3.41px;
    font-weight: bold;
    color: white;
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
}

.glossary-banner .sentences p {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    max-width: 310px;
}

.glossary-banner .sentences strong {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: color .4s ease-in;
    -o-transition: color .4s ease-in;
    transition: color .4s ease-in;
}

.glossary-banner .sentences p:hover strong {
    color: #901a19;
}

.glossary-banner .sentences p:first-child {
    position: relative;
}

.glossary-banner .sentences p:first-child::before {
    content: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDMzIDI1Ij4NCiAgPHBhdGggZmlsbD0iI0EwRDFDQSIgZD0iTTM1NC40OCwxMzM4Ljk5IEMzNTguNCwxMzM4Ljk5IDM2MS44MywxMzM1LjU2IDM2MS44MywxMzMxLjY0IEMzNjEuODMsMTMyNy43MiAzNTguNCwxMzI0LjI5IDM1NC40OCwxMzI0LjI5IEMzNTQuOTcsMTMyMi4wMzYgMzU2LjI0NCwxMzIwLjM3IDM1Ny4zMjIsMTMxOS4xOTQgQzM1OC4wMDgsMTMxOC41MDggMzU4LjY5NCwxMzE3LjkyIDM1OS4zOCwxMzE3LjQzIEwzNTYuOTMsMTMxNCBDMzU1LjA2OCwxMzE1LjA3OCAzNTMuNSwxMzE2LjM1MiAzNTIuMDMsMTMxOC4wMTggQzM0OS41OCwxMzIwLjc2MiAzNDcuMTMsMTMyNC45NzYgMzQ3LjEzLDEzMzEuMTUgQzM0Ny4xMywxMzM1LjU2IDM1MC41NiwxMzM4Ljk5IDM1NC40OCwxMzM4Ljk5IFogTTMzNi4zNSwxMzM4Ljk5IEMzNDAuMjcsMTMzOC45OSAzNDMuNywxMzM1LjU2IDM0My43LDEzMzEuNjQgQzM0My43LDEzMjcuNzIgMzQwLjI3LDEzMjQuMjkgMzM2LjM1LDEzMjQuMjkgQzMzNi44NCwxMzIyLjAzNiAzMzguMTE0LDEzMjAuMzcgMzM5LjE5MiwxMzE5LjE5NCBDMzM5Ljg3OCwxMzE4LjUwOCAzNDAuNTY0LDEzMTcuOTIgMzQxLjI1LDEzMTcuNDMgTDMzOC44LDEzMTQgQzMzNi45MzgsMTMxNS4wNzggMzM1LjM3LDEzMTYuMzUyIDMzMy45LDEzMTguMDE4IEMzMzEuNDUsMTMyMC43NjIgMzI5LDEzMjQuOTc2IDMyOSwxMzMxLjE1IEMzMjksMTMzNS41NiAzMzIuNDMsMTMzOC45OSAzMzYuMzUsMTMzOC45OSBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzI5IC0xMzE0KSIvPg0KPC9zdmc+DQo=);
    position: absolute;
    top: 0;
    left: -40px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.glossary-banner .random-line {
    width: 100%
}

.glossary-banner .random-line--one .sentences {
    position: relative;
    width: 100%
}

.glossary-banner .random-line--one .sentences a {
    position: absolute;
}

.glossary-banner .random-line--one .sentences a:nth-child(3n+1) {
    top: -120px;
    left: 180px;
}

.glossary-banner .random-line--one .sentences a:nth-child(3n+2) {
    top: -110px;
    left: 380px;
}

.glossary-banner .random-line--one .sentences a:nth-child(3n+3) {
    top: -75px;
    right: 100px;
}

.glossary-banner .random-line--two .sentences {
    position: relative;
    width: 100%
}

.glossary-banner .random-line--two .sentences a {
    position: absolute;
}

.glossary-banner .random-line--two .sentences a:nth-child(3n+1) {
    bottom: -115px;
    left: 220px;
}

.glossary-banner .random-line--two .sentences a:nth-child(3n+2) {
    bottom: -170px;
    left: 420px;
}

.glossary-banner .random-line--two .sentences a:nth-child(3n+3) {
    bottom: 0;
    right: -40px;
}

@media (max-width: 1400px) {
    .glossary-banner .random-line--one .sentences a: nth-child(3n+1) {
        top: -140px;
        left: 70px;
    }

    .glossary-banner .random-line--one .sentences a:nth-child(3n+2) {
        top: -120px;
        left: 330px;
    }

    .glossary-banner .random-line--one .sentences a:nth-child(3n+3) {
        top: -60px;
        right: 10px;
    }

    .glossary-banner .random-line--two .sentences a:nth-child(3n+1) {
        bottom: -135px;
        left: 100px;
    }

    .glossary-banner .random-line--two .sentences a:nth-child(3n+2) {
        bottom: -170px;
        left: 320px;
    }

    .glossary-banner .random-line--two .sentences a:nth-child(3n+3) {
        bottom: -120px;
        right: -40px;
    }
}

@media (max-width: 1199px) {
    .glossary-banner .title span: nth-child(1) {
        font-size: 142px;
        line-height: 116px;
    }

    .glossary-banner .title span:nth-child(2) {
        font-size: 81px;
        line-height: 86px;
    }

    .glossary-banner .random-line--one .sentences a:nth-child(3n+2) {
        left: 230px;
    }

    .glossary-banner .random-line--two .sentences a:nth-child(3n+2) {
        left: 220px;
    }
}

@media (max-width: 991px) {
    .glossary-banner .random-line--one .sentences a: nth-child(3n+1) {
        top: -200px;
        left: 30px;
    }

    .glossary-banner .random-line--one .sentences a:nth-child(3n+2) {
        top: -150px;
        left: 70px;
    }

    .glossary-banner .random-line--one .sentences a:nth-child(3n+3) {
        top: -70px;
        right: 0px;
    }

    .glossary-banner .random-line--two .sentences a:nth-child(3n+1) {
        left: 40px;
    }

    .glossary-banner .random-line--two .sentences a:nth-child(3n+2) {
        bottom: -250px;
        left: 60px;
    }
}

.glossary-banner .glossary-index {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    background-color: black;
    padding: 22px 110px 22px 50px;
    border-radius: 0 20px 0 0;
}

.glossary-banner .glossary-index a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.17px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.glossary-banner .glossary-index__index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.glossary-banner .glossary-index__index .letter {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}

.glossary-banner .glossary-index__index .letter--first, .glossary-banner .glossary-index__index .letter--last {
    width: auto;
    height: auto;
    opacity: 1;
}

.glossary-banner .glossary-index__index:not(.open) .letter--first {
    margin-right: 10px;
}

.glossary-banner .glossary-index__index:not(.open) .letter--first::after {
    content: '-';
    margin-left: 8px;
}

.glossary-banner .glossary-index__index.open {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    width: calc(100vw - 320px);
    height: auto;
    opacity: 1;
}

.glossary-banner .glossary-index__index.open .letter {
    width: auto;
    height: auto;
    opacity: 1;
    min-width: 20px;
}

.glossary-banner .glossary-index__index.open .letter.empty {
    opacity: 0.4 !important;
    pointer-events: none;
    cursor: default;
}

.glossary-banner .glossary-index .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px 27px;
    background-color: #E59C25;
    border-radius: 0 20px 0 0;
    cursor: pointer;
}

.glossary-banner .glossary-index .arrow svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.glossary-banner .glossary-index .arrow svg path {
    fill: white;
}

.glossary-banner .glossary-index.index-sticky {
    position: fixed;
    top: 20px;
    left: 100px;
    bottom: auto;
}

@media (max-width: 1190px) {
    .glossary-banner .glossary-index.index-sticky {
        top: 105px;
        left: 0;
    }
}

@media (max-width: 700px) {
    .glossary-banner .glossary-index.index-sticky {
        top: 85px;
    }
}

.glossary-banner .scroll-to-link {
    position: absolute;
    z-index: 1;
    bottom: 75px;
    right: 0;
    background: #901a19;
    padding: 20px 70px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-clip-path: inset(0% 0% 0% 100%);
    clip-path: inset(0% 0% 0% 100%);
}

.glossary-banner .scroll-to-link svg {
    margin-right: 20px;
    background-color: var(--primary-color);
    width: 54px;
    height: 54px;
    padding: 20px 0;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.glossary-banner .scroll-to-link p:nth-child(1) {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--primary-color);
}

.glossary-banner .scroll-to-link p:nth-child(2) {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .glossary-banner .scroll-to-link {
        display: none;
    }
}

.glossary-content {
    margin: 60px 0;
}

.glossary-content .download-glossary-pdf .icon {
    display: inline-block;
    margin: 0px 12px 0 0;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.glossary-content .download-glossary-pdf .button--orange {
    width: 100%;
    margin: 0 0 40px 0px;
}

.glossary-content .letter {
    position: relative;
    z-index: 1;
    font-family: 'Kaisei Opti', serif;
    font-size: 508px;
    line-height: 0.7;
    letter-spacing: -13.23px;
    font-weight: bold;
    color: #901a19;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.glossary-content .teaser {
    position: relative;
    z-index: 2;
    padding: 38px 50px;
    border: 1px solid white;
    margin-bottom: 44px;
    overflow: hidden;
}

.glossary-content .teaser.no-border {
    border-color: transparent;
}

.glossary-content .teaser-column {
    padding: 0 22px;
}

.glossary-content .teaser__image {
    margin: -38px -50px 38px;
    width: calc(100% + 100px);
    max-width: unset;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 350/220;
}

.glossary-content .teaser__title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.glossary-content .teaser__text {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
}

.glossary-content .teaser .audio-container audio {
    display: none;
}

.glossary-content .teaser .audio-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 30px;
}

.glossary-content .teaser .audio-text .icon {
    margin-right: 12px;
}

.glossary-content .background-image {
    position: absolute;
    z-index: 0;
    bottom: 30%;
    opacity: 0.15;
}

@media (max-width: 1086px) {
    .glossary-content .letter {
        font-size: 410px;
    }

    .glossary-content .teaser {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .glossary-banner .scroll-to-link {
        display: none;
    }

    .glossary-banner .glossary-index {
        padding: 22px 70px 22px 20px;
    }

    .glossary-banner .glossary-index__index.open {
        width: calc(100vw - 100px);
    }

    .glossary-banner .glossary-index .arrow {
        padding: 20px 12px;
    }

    .glossary-banner .random-line {
        display: none;
    }

    .glossary-banner .title span:nth-child(1) {
        font-size: 120px;
        margin-left: 0;
    }

    .glossary-banner .title span:nth-child(2) {
        font-size: 65px;
    }

    .glossary-content .background-image {
        opacity: 0.05;
    }

    .glossary-content .letter {
        font-size: 250px;
        margin-bottom: 50px;
    }

    .glossary-content .teaser {
        padding: 30px 35px;
        margin-bottom: 40px;
    }
}

.acf-block-panel .acf-block-fields {
    margin: 0px !important;
}

@media (max-width: 500px) {
    .parent-pageid-8395 .banner {
        padding-top: 0;
    }
}

@media (min-width: 575px) {
    .parent-pageid-8395 .banner__title {
        max-width: calc(100% - 300px);
    }
}

@media (min-width: 1000px) {
    .parent-pageid-8395 .banner__title {
        max-width: calc(100% - 400px);
    }
}

.parent-pageid-8395 #wpmem_pwdreset_form, .parent-pageid-8395 #wpmem_pwdchange_form, .parent-pageid-8395 #wpmem_msg {
    margin-top: 300px !important;
}

@media (max-width: 1190px) {
    .parent-pageid-8395 #wpmem_pwdreset_form, .parent-pageid-8395 #wpmem_pwdchange_form, .parent-pageid-8395 #wpmem_msg {
        margin-top: 0px !important;
    }
}

.parent-pageid-8395 .banner+#wpmem_login form#wpmem_pwdreset_form, .parent-pageid-8395 .banner+#wpmem_login form#wpmem_pwdchange_form {
    margin-top: 0 !important;
}

.page-id-9210 .wpmem_msg {
    margin-top: 300px !important;
}

@media (max-width: 1190px) {
    .page-id-9210 .wpmem_msg {
        margin-top: 0px !important;
    }
}

.page-id-9210 .main {
    padding-bottom: 50px;
}

@media (max-width: 1190px) {
    .page-id-9210 .connect-logo {
        position: relative;
        top: 05px;
        right: 50px;
        text-align: right;
    }
}

@media (max-width: 1190px) and (max-width: 700px) {
    .page-id-9210 .connect-logo {
        text-align: left;
    }
}

.page-id-8395 .wp-block-column video, .page-id-8395 .wp-block-column img, .page-id-8395 .wp-block-column a {
    width: 100%
}

.page-id-8395 .responsive-image, .page-id-8395 .responsive-video {
    position: relative;
    padding-bottom: 60%
}

.page-id-8395 .responsive-image img, .page-id-8395 .responsive-video video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    margin: 0 !important;
}

.button, .post-password-form input[type="submit"], .gform_wrapper .gform_button.button, .gform_wrapper .button, #wpmem_login .buttons, #wpmem_reg .buttons {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    margin-right: 25px;
}

.button:before, .post-password-form input[type="submit"]:before, .gform_wrapper .gform_button.button:before, .gform_wrapper .button:before, #wpmem_login .buttons:before, #wpmem_reg .buttons:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efd1b5;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    -o-transition: transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99), -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1;
}

.button:hover, .post-password-form input:hover[type="submit"], #wpmem_login .buttons:hover, #wpmem_reg .buttons:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.button:hover:before, .post-password-form input[type="submit"]:hover:before, #wpmem_login .buttons:hover:before, #wpmem_reg .buttons:hover:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.button--shadow {
    border: 2px solid var(--primary-color);
    background-color: transparent;
}

.button--shadow:before {
    background-color: var(--primary-color);
}

.button--shadow:hover {
    color: #901a19;
}

@media (max-width: 430px) {
    .button, .post-password-form input[type="submit"], .gform_wrapper .gform_button.button, .gform_wrapper .button, #wpmem_login .buttons, #wpmem_reg .buttons {
        margin-bottom: 15px;
    }
}

.button--orange {
    background-color: #E59C25;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: bold;
}

.button--orange:before {
    background-color: #d68d18;
}

@media (min-width: 845px) {
    .button-2 {
        width: 108%
    }
}

img.alignleft {
    float: left;
    margin-right: 30px;
}

img.alignright {
    float: right;
    margin-left: 30px;
}

img.logo-divider {
    max-width: 90%
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.responsive {
    width: 100%;
    height: auto;
}

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

.img-background--contain {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

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

.object-fit--cover img {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fit--contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.object-fit--contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-fit--circle img {
    border-radius: 50%
}

@media (max-width: 700px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
        float: none;
        text-align: center;
        width: 100%
    }
}

.js-image-move__inner {
    position: relative;
    height: 111% !important;
    overflow: hidden;
}

.js-image-move__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.collections-img-custom {
    background-color: #8c8da1 !important;
}

.collections-img-custom img {
    -o-object-fit: contain;
    object-fit: contain;
}

.banner {
    padding-top: 0px;
    margin-bottom: 30px;
    position: relative;
    background-size: cover;
    width: 100%
}

@media (max-width: 700px) {
    .banner {
        padding-top: 80px;
        margin-bottom: 50px;
    }
}

.banner h1 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .banner h1 {
        margin-bottom: 10px;
    }
}

.banner img, .banner .fadeIn, .banner .image-container {
    width: calc(100% + 16.66667%);
    max-width: 1068px;
}

.banner img {
    width: 104%;
    max-width: none;
}

.banner .image-container {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ced6d0;
    position: relative;
}

.banner .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60.5916%
}

.banner .image-container>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner .make-full-width {
    padding: 0;
    width: 100%;
    max-width: 100%
}

.banner .make-full-width .animate-wrapper {
    position: absolute;
    bottom: 134px;
    left: 100px;
}

.banner__intro {
    max-width: 408px;
    padding: 60px 55px;
    position: absolute;
    bottom: 134px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.banner__intro p.intro {
    margin-bottom: 0;
    font-weight: normal;
    line-height: 27px;
    text-align: justify;
}

@media (max-width: 700px) {
    .banner__intro p.intro {
        font-size: 17px;
        line-height: 25px;
    }
}

.banner__intro p:not(.intro) {
    padding-top: 15px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 19px;
    line-height: 27px;
}

@media (max-width: 700px) {
    .banner__intro {
        padding: 30px 42px;
        max-width: none;
    }
}

.banner .img-animate+div.loaded {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important;
}

.banner .img-animate .pillar {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

.banner--home {
    margin-bottom: 0px;
}

.banner--home img, .banner--home .fadeIn, .banner--home .image-container {
    max-width: none;
}

.banner--home .image-container {
    margin-left: -65px;
    height: 594px;
}

.banner--home .fadeIn, .banner--home .image-container {
    margin-left: -8%
}

.banner--home h1 {
    margin-bottom: -12.5rem;
    z-index: 3;
    position: relative;
}

.banner--home h1 span {
    display: block;
    color: #EFF3F0;
}

@media (max-width: 1190px) {
    .banner--home h1 {
        margin-bottom: -5rem;
    }
}

@media (max-width: 1087px) {
    .banner--home h1 {
        margin-left: 30px;
    }
}

@media (max-width: 700px) {
    .banner--home h1 {
        margin-bottom: -48px;
        margin-left: 12px;
    }
}

.banner--home .banner__title {
    font-family: "Abril Fatface", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 5rem;
    letter-spacing: -2.5px;
    line-height: 96px;
}

.banner--home .slide-up>div {
    padding: 8px 0;
    margin: -20px 0;
}

.banner--home .banner__intro {
    background-color: var(--primary-color);
    color: #ffffff;
    max-width: 470px;
    position: relative;
    bottom: auto;
    padding: 20px 20px;
}

@media (max-width: 1087px) {
    .banner--home .banner__intro {
        max-width: none;
    }
}

@media (max-width: 1087px) {
    .banner--home .animate-wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (max-width: 1199px) {
    .banner--home h1 {
        margin-bottom: -9rem;
    }

    .banner--home .banner__title {
        font-size: 70px;
        line-height: 72px;
    }
}

@media (max-width: 767px) {
    .banner--home h1 {
        margin-bottom: -7.5rem;
        margin-left: 0;
    }

    .banner--home .banner__title {
        font-size: 60px;
        line-height: 62px;
    }
}

@media (max-width: 575px) {
    .banner--home h1 {
        margin-bottom: -5.5rem;
    }

    .banner--home .banner__title {
        font-size: 40px;
        line-height: 42px;
    }

    .banner--home .image-container {
        margin-left: -30px;
    }

    .banner--home .image-container::before {
        padding-top: 50%;
    }
}

@media (min-width: 1600px) {
    .banner--home .fadeIn, .banner--home .image-container {
        width: calc(100% );
        margin-left: 0;
    }
}

.banner--home .row {
    position: relative;
}

.banner--home .col-lg-5 {
    position: absolute;
    right: -81px;
    width: 100%
}

@media (max-width: 1400px) {
    .banner--home .col-lg-5 {
        right: 0;
    }
}

@media (max-width: 1087px) {
    .banner--home .col-lg-5 {
        position: relative;
    }
}

.banner__block {
    width: 30%;
    height: 430px;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: -1;
}

.banner .color-grey {
    /* color: #EFF3F0; */
    color: #eff3f000;
}

.banner--news {
    margin-bottom: 50px;
    padding-top: 0px;
}

.banner--news .title {
    margin-top: 30px;
}

.banner--news .post-meta {
    margin-top: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.banner--news .post-meta p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    margin-right: 20px;
}

.banner--news .banner-news-wrapper {
    max-width: 850px;
    margin-top: -116.8px;
    background-color: white;
    position: relative;
    padding-right: 70px;
    padding-top: 30px;
}

.banner--news .banner__intro {
    display: none;
}

.banner--news .image-container, .banner--news img, .banner--news .fadeIn {
    width: calc(100% + 33%);
    max-width: 1172px;
}

.banner--news .image-container {
    position: relative;
}

.banner--news .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.25126%
}

.banner--news .image-container>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner--news .banner-news-wrapper:before {
    position: absolute;
    left: -200px;
    top: 0;
    height: 200px;
    background: white;
    width: 200px;
    content: ""
}

.banner--news .image-container {
    margin-left: -9%
}

@media (max-width: 700px) {
    .banner--news .image-container {
        margin-left: -9%;
        margin-right: -9%;
        width: calc(100% + 18%) !important;
        max-width: 118% !important;
    }

    .banner--news .image-container img, .banner--news .image-container .fadeIn {
        max-width: 100% !important;
    }

    .banner--news .image-container:before {
        padding-top: 64.25126%
    }
}

@media (max-width: 700px) {
    .banner--news .banner-news-wrapper {
        margin-top: 0 !important;
        padding-left: 0 !important;
    }
}

.banner--news img, .banner--news .image-container, .banner--news .fadeIn {
    width: calc(100% + 46%);
}

@media (max-width: 700px) {
    .banner--news .post-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner--simple {
    padding-top: 275px;
    margin-bottom: 20px;
}

.banner--simple #breadcrumbs a:before {
    background: transparent;
}

.banner--simple .breadcrumbs-mobile {
    text-align: center;
}

.banner--simple .breadcrumbs-mobile #breadcrumbs {
    text-align: center;
}

.banner--simple .breadcrumbs-mobile #breadcrumbs>span>span>a {
    padding-left: 0;
}

.banner--no-img .banner-news-wrapper {
    margin-top: 200px;
}

.banner--collections {
    margin-bottom: 190px;
}

@media (max-width: 1190px) {
    .banner--collections {
        padding-top: 275px;
    }
}

@media (max-width: 767px) {
    .banner--collections .banner-news-wrapper {
        margin: 0 -15px;
    }

    .banner--collections .slick-dotted.slick-slider {
        margin-bottom: -3px;
    }
}

@media (max-width: 600px) {
    .banner--collections {
        padding-top: 211px;
        margin-bottom: 30px;
    }
}

.banner--collections .animate-wrapper {
    position: relative;
    bottom: auto;
}

.banner--collections .banner__intro {
    margin-top: -150px;
    position: relative;
    bottom: auto;
    max-width: none;
    z-index: 6;
}

.banner--collections .banner__intro .intro {
    padding-top: 0px;
    margin-bottom: 0;
}

.banner--collections .banner__intro a {
    color: #fff;
}

.banner--collections .banner__intro p:not(.intro) {
    margin-bottom: 0;
    padding-top: 0;
}

@media (max-width: 991px) {
    .banner--collections .banner__intro {
        margin-top: 0;
    }
}

.banner--collections img, .banner--collections .fadeIn, .banner--collections .image-container {
    max-width: none;
    width: 100%
}

.banner--collections img {
    width: auto;
    height: 100%;
    margin-top: 0px;
}

.banner--collections .animate-wrapper {
    overflow: visible;
}

.banner--collections .pillar {
    background-color: var(--primary-color);
}

.banner--collections .stat-slider-wrapper {
    width: 70%;
    float: right;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .banner--collections .stat-slider-wrapper {
        width: 100%;
        margin-top: 30px;
    }
}

.banner--collections .stat-slider-wrapper .pillar, .banner--collections .stat-slider-wrapper .stat-slider {
    background-color: #901a19;
}

.banner--collections .stat-slider-wrapper .title {
    color: var(--primary-color);
    font-size: 80px;
}

.banner--collections .stat-slider-wrapper p {
    color: #000;
}

.banner--collections .stat-slider-wrapper .slick-dots {
    text-align: center;
}

.banner--collections .stat-slider-wrapper .stat-slider .slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
}

.banner--collections .stat-slider-wrapper .img-animate .pillar {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important;
}

.banner--collections .stat-slider-wrapper .img-animate+div.loaded {
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important;
}

.banner--collections .row:last-of-type {
    margin-left: 50px;
}

@media (max-width: 1109px) {
    .banner--collections .row: last-of-type {
        margin-left: -15px;
    }
}

.banner--collections .image-container {
    margin-top: -37px;
}

@media (max-width: 1109px) {
    .banner--collections .image-container {
        margin-top: auto;
    }
}

.banner--collections .slick-dots {
    position: absolute;
    right: 30px;
    text-align: right;
    bottom: 50px;
}

.banner--collections .slick-dots li button:before {
    border: 1px solid #fff;
    background: white;
}

.banner--collections .slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.banner--collections .stat-slider .title {
    font-size: 80px;
    margin-bottom: 0;
}

@media (max-width: 1400px) {
    .banner--collections .stat-slider .title {
        font-size: 60px;
    }
}

@media (max-width: 700px) {
    .banner--collections .stat-slider .title {
        font-size: 60px;
    }
}

.banner--collections .banner__intro a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 700px) {
    .banner--collections .banner__intro a {
        white-space: nowrap;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        overflow: hidden;
        z-index: 1;
    }

    .banner--collections .banner__intro a:before, .banner--collections .banner__intro a:before {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .banner--collections .banner__intro a:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #901a19;
        opacity: 0.5;
        content: '';
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: translateY(95%);
        -ms-transform: translateY(95%);
        transform: translateY(95%);
    }

    .banner--collections .banner__intro a:hover:before, .banner--collections .banner__intro a:focus:before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.banner--blog-collections {
    padding-top: 300px;
}

.banner--blog-collections .title {
    font-family: 'Kaisei Opti', serif;
    margin-bottom: 10px;
}

.banner--blog-collections .banner__intro {
    position: relative;
    padding: 0;
    bottom: auto;
    margin: auto;
    max-width: 600px;
}

.banner--blog-collections .banner__intro p {
    padding-top: 0;
}

.banner--collections-inner {
    padding-top: 189px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .banner--collections-inner {
        padding-top: 275px;
    }

    .banner--collections-inner .banner-news-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .banner--collections-inner {
        padding-top: 249px;
    }

    .banner--collections-inner .banner-news-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 600px) {
    .banner--collections-inner {
        padding-top: 180px;
        margin-bottom: 30px;
    }
}

.banner--collections-inner .banner__block {
    display: none;
}

.banner--collections-inner .title {
    font-family: 'Kaisei Opti', serif;
    font-size: 64px;
    line-height: 70px;
}

@media (max-width: 768px) {
    .banner--collections-inner .title {
        font-size: 44px;
        line-height: 48px;
    }
}

@media (max-width: 600px) {
    .banner--collections-inner .title {
        font-size: 38px;
        line-height: 44px;
    }
}

.banner--collections-inner .banner-news-wrapper:before {
    position: absolute;
    left: -200px;
    top: 0;
    height: 200px;
    background: white;
    width: 200px;
    content: ""
}

.banner--collections-inner .image-container {
    margin-left: -9%
}

.banner--collections-inner img, .banner--collections-inner .image-container, .banner--collections-inner .fadeIn {
    width: calc(100% + 46%);
}

.banner--collections-inner .banner__intro {
    display: none;
}

.banner--collections-inner #breadcrumbs {
    top: 173px;
}

.banner--no-img .banner__block {
    display: block;
}

.banner--cirl {
    margin-bottom: 200px;
    padding-top: 190px;
}

.banner--cirl .image-container, .banner--cirl .fadeIn, .banner--cirl .image-container img {
    width: calc(100%);
}

@media (min-width: 1025px) {
    .banner--cirl {
        margin-bottom: 30px;
    }

    .banner--cirl .image-container, .banner--cirl .image-container img {
        width: 116%;
        max-width: none;
    }

    .banner--cirl .image-container, .banner--cirl .fadeIn, .banner--cirl .image-container img {
        width: calc(100% + 46%);
    }

    .banner--cirl .image-container {
        margin: 0 30px;
        width: calc(100% - 90px);
    }
}

@media (max-width: 1025px) {
    .banner--cirl {
        padding-top: 258px;
    }

    .banner--cirl img {
        height: 100%;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .banner--cirl {
        margin-top: 270px;
    }
}

.banner--cirl img {
    width: 104%
}

.banner--cirl .banner__intro {
    max-width: none;
    position: relative;
    bottom: auto;
}

.banner--cirl .banner__intro p.intro {
    font-size: 17px;
}

.banner--cirl .pillar {
    background-color: var(--primary-color);
}

@media (min-width: 1025px) {
    .banner--cirl .animate-wrapper {
        position: absolute;
        bottom: -100px !important;
        right: -50px;
        z-index: 9;
    }
}

.banner--cirl .banner__texture {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -174px;
    z-index: -1;
    left: 38%
}

.banner--cirl .banner__video {
    position: absolute;
    bottom: 40px;
    z-index: 4;
    left: 30%
}

.banner--cirl .banner__video img {
    width: 166px;
    height: 166px;
}

.banner--cirl .banner__video p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1025px) {
    .banner--cirl .banner__video {
        position: absolute;
        bottom: -250px;
        z-index: 4;
        right: 50px;
        left: auto;
    }

    .banner--cirl .banner__video p {
        color: var(--primary-color);
    }

    .banner--cirl .banner__video #play-c {
        fill: #901a19;
    }
}

@media (max-width: 767px) {
    .banner--cirl .banner__video {
        position: absolute;
        bottom: -200px;
        z-index: 4;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        left: auto;
    }
}

@media (max-width: 600px) {
    .banner--cirl {
        padding-top: 183px;
    }
}

.banner .banner__shadow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.banner--archive .banner__block {
    z-index: 5;
}

.banner--archive .banner__block .img-animate+div {
    position: relative;
    z-index: 7;
}

.banner--spaced {
    padding-top: 305px;
    margin-bottom: 0;
}

.banner--eton-news .title--xl2, .banner--eton-news h1 {
    opacity: 0.1;
    color: #901a19;
    font-size: 160px;
    font-weight: bold;
    letter-spacing: -4.5px;
    line-height: 160px;
}

.banner--eton-news p.introduction {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    color: #fff;
    margin-top: -80px;
}

.banner--eton-news #breadcrumbs a {
    color: #fff;
    opacity: 0.8;
}

.banner--eton-news #breadcrumbs .breadcrumb_last {
    color: #fff;
}

.banner--eton-news .breadcrumbs-separator {
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 0 1.5px 1.5px 0;
}

.banner--vision {
    padding-top: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: fixed;
    margin-left: -15px;
    width: calc(100vw - 100px);
}

.banner--vision:before {
    content: "";
    position: absolute;
    opacity: 0.75;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
}

.banner--vision .skip-links {
    margin-top: 50px;
}

.banner--vision .skip-links__link {
    padding-left: 27px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-right: 44px;
    position: relative;
    display: inline-block;
}

.banner--vision .skip-links__link:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    border: solid #901a19;
    border-width: 0 2px 2px 0;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99999999;
    padding: 4px;
}

.banner--vision #breadcrumbs a {
    color: #fff;
    opacity: 0.8;
}

.banner--vision #breadcrumbs .breadcrumb_last {
    color: #fff;
}

.banner--vision .breadcrumbs-separator {
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 0 1.5px 1.5px 0;
}

.banner--vision p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    color: #fff;
}

.banner--vision .title {
    color: #fff;
}

.banner--vision .container {
    padding-top: 484px;
    padding-bottom: 72px;
}

@media (max-width: 800px) {
    .banner--vision {
        margin-left: -15px;
        width: calc(100vw + 30px);
    }

    .banner--vision:before {
        background: #000;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 500px) {
    .banner--vision {
        padding: 200px 25px 72px;
    }
}

@media (max-width: 767px) {
    .banner--vision #breadcrumbs {
        display: none;
    }
}

.banner--people-profile {
    padding-top: 96px;
}

.banner--people-profile .banner__block {
    left: -15px;
    right: auto;
    width: 40%
}

.banner--people-profile h1 {
    max-width: 300px;
}

.banner--people-profile .image-container:before {
    padding-top: 100%
}

.banner--people-profile .image-container {
    margin-left: 20px;
}

.banner--people-profile img {
    margin-top: 0;
}

.banner--people-profile .fadeIn, .banner--people-profile .image-container {
    width: calc(100% + 27%);
    max-width: 638px;
    margin-right: -29%
}

.banner--people-profile .slide-up {
    margin-top: 130px;
}

.banner--people-profile .banner__intro {
    position: relative;
    max-width: 410px !important;
    bottom: auto;
}

@media (min-width: 1025px) {
    body.home .grid-block--1 .stat-slider-wrapper {
        margin-top: -25px;
    }
}

#breadcrumbs {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    color: rgba(35, 60, 89, 0.5);
    top: 0px;
    left: 70px;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}

#breadcrumbs a {
    color: rgba(35, 60, 89, 0.5);
}

#breadcrumbs .breadcrumb_last {
    color: var(--primary-color);
}

#breadcrumbs>span>span>a {
    padding-left: 20px;
}

#breadcrumbs>span>span>a:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    background-image: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIj4NCiAgPHBhdGggZmlsbD0iIzkxOWRhYyIgc3Ryb2tlPSIjOTE5ZGFjIiBzdHJva2Utd2lkdGg9Ii4zIiBkPSJNMTY5LjM2NTkyNCw1MC45MDk5NTM2IEMxNjkuNTI2NTA0LDUwLjgyOTY2MzggMTY5LjcwNzE1Niw1MC44Mjk2NjM4IDE2OS44NzU3OTcsNTAuOTE0Mjk2NyBMMTY5Ljg3NTc5Nyw1MC45MTQyOTY3IEwxNzYuMTMxMTg1LDU0LjUzNTIxNTUgQzE3Ni4yNDc5OTEsNTQuNjA5NTQ2NSAxNzYuMzMxMzI4LDU0LjcyODA3MzUgMTc2LjM2MjM1MSw1NC44NTYwNDQgQzE3Ni4zOTI1NjMsNTQuOTgwNjY1NSAxNzYuMzc0NjM5LDU1LjExMzY1NTYgMTc2LjI5NDk0OSw1NS4yMjc4MjI1IEMxNzYuMjQ1NjE0LDU1LjMxMzYxNyAxNzYuMTgyMDY3LDU1LjM3NTg4NjMgMTc2LjExMDE2LDU1LjQxODM3NyBDMTc2LjAzMDk3Miw1NS40NjUxNjk5IDE3NS45NDA4Miw1NS40ODgyMzUzIDE3NS44NDQ3NzEsNTUuNDg4MjM1MyBDMTc1Ljc2MzcyNSw1NS40ODgyMzUzIDE3NS42ODI0MDMsNTUuNDY4ODczOCAxNzUuNTkzODgsNTUuNDI0MzU0MSBMMTc1LjU5Mzg4LDU1LjQyNDM1NDEgTDE3NS4yMDA2NTQsNTUuMTk5NjUzNCBMMTc1LjIwMDY1NCw2MS42MzIzNTI5IEMxNzUuMjAwNjU0LDYxLjc3NzI5NDEgMTc1LjE0MzE2OCw2MS45MDYzODE5IDE3NS4wNTAxMDIsNjEuOTk5NDQ4NCBDMTc0Ljk1NzAzNiw2Mi4wOTI1MTQ4IDE3NC44Mjc5NDgsNjIuMTUgMTc0LjY4MzAwNyw2Mi4xNSBMMTc0LjY4MzAwNyw2Mi4xNSBMMTY0LjUzNTk0OCw2Mi4xNSBDMTY0LjM5MTAwNyw2Mi4xNSAxNjQuMjYxOTE5LDYyLjA5MjUxNDggMTY0LjE2ODg1Miw2MS45OTk0NDg0IEMxNjQuMDc1Nzg2LDYxLjkwNjM4MTkgMTY0LjAxODMwMSw2MS43NzcyOTQxIDE2NC4wMTgzMDEsNjEuNjMyMzUyOSBMMTY0LjAxODMwMSw2MS42MzIzNTI5IEwxNjQuMDE4MzAxLDU1LjE5OTY1MDkgTDE2My42MjYyMzQsNTUuNDIzNjg0NSBDMTYzLjUwMTc5OCw1NS40OTYyNzI1IDE2My4zNjE4MjIsNTUuNTExMzc3NSAxNjMuMjM0ODkyLDU1LjQ3Nzc3ODIgQzE2My4xMDgsNTUuNDQ0MTg5MSAxNjIuOTkzNjYsNTUuMzYxNzU2OCAxNjIuOTIxMDg3LDU1LjIzNzM0NTQgTDE2Mi45MjEwODcsNTUuMjM3MzQ1NCBaIE0xNzAuNzI0MTgzLDU3LjYwNTg4MjQgTDE2OC40OTQ3NzEsNTcuNjA1ODgyNCBMMTY4LjQ5NDc3MSw2MS4xMTQ3MDU5IEwxNzAuNzI0MTgzLDYxLjExNDcwNTkgTDE3MC43MjQxODMsNTcuNjA1ODgyNCBaIE0xNjkuNjA5MzYsNTEuOTY3MzEzMiBMMTY1LjAzODg4OSw1NC42MDEzODU0IEwxNjUuMDM4ODg5LDYxLjExNDcwNTkgTDE2Ny40NzExMjMsNjEuMTE0NzA1OSBMMTY3LjgzOTk1NSw1Ni41NTU5Mzg0IEwxNzEuNzU5NDc3LDU2Ljk1MjY1MTEgTDE3MS43NTk0NzcsNjEuMTE0NzA1OSBMMTc0LjE2NTM1OSw2MS4xMTQ3MDU5IEwxNzQuMTY1MzU5LDU0LjYwMTI1MDMgTDE2OS42MDkzNiw1MS45NjczMTMyIFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjIgLTUwKSIvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg) translate(-100%);
    -ms-transform: rotate(-90deg) translate(-100%);
    transform: rotate(-90deg) translate(-100%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 1px;
    top: -14px;
}

@media (max-width: 1087px) {
    .breadcrumbs-desktop {
        display: none;
    }
}

.breadcrumbs-mobile {
    display: none;
}

@media (max-width: 1087px) {
    .breadcrumbs-mobile {
        display: block;
    }
}

.breadcrumbs-mobile #breadcrumbs {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
}

.breadcrumbs-mobile #breadcrumbs>span>span>a:before {
    -webkit-transform: rotate(0) translate(0);
    -ms-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 1px;
    top: 4px;
}

.single .banner img {
    width: 100%
}

.breadcrumbs-separator {
    border: solid rgba(35, 60, 89, 0.5);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2px;
    margin: 0 6px 1px 3px;
}

html.no-objectfit .page .banner .image-container img, html.no-objectfit .single .banner .image-container img, html.no-objectfit .home .banner .image-container img {
    display: none !important;
}

.c-scrolldown {
    width: 1px;
    height: 150px;
    position: absolute;
    bottom: 0px;
    right: 137px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .c-scrolldown {
        right: 50px;
    }
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--primary-color)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, var(--primary-color) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, var(--primary-color) 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -150px;
    background-size: 100% 200%;
    -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@-webkit-keyframes scrolldown {
    0% {
        background-position: 0 -150px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 150px;
    }
}

@keyframes scrolldown {
    0% {
        background-position: 0 -150px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 150px;
    }
}

.banner-slider {
    margin-top: -35px;
}

.banner-slider img {
    width: 120%;
    height: auto;
    min-width: 100%
}

.connect-logo {
    position: absolute;
    top: 65px;
    right: 90px;
    z-index: 99;
}

@media (max-width: 1190px) {
    .connect-logo {
        position: absolute;
        top: 05px;
        right: 50px;
        z-index: 99;
    }

    .connect-logo svg {
        width: 200px;
    }
}

@media (max-width: 800px) {
    .connect-logo {
        position: absolute;
        top: 0px;
    }
}

@media (max-width: 700px) {
    .connect-logo {
        position: absolute;
        top: 74px;
        left: 17px;
        z-index: 99;
    }

    .connect-logo svg {
        width: 150px;
        height: 120px;
    }
}

@media (max-width: 500px) {
    .connect-logo {
        position: relative;
        top: 0px;
    }
}

@media (min-width: 767px) {
    .page-id-8400 .banner {
        padding-top: 243px;
        padding-bottom: 150px;
    }

    .page-id-8400 .banner .slide-up {
        position: absolute;
        left: -13.66666%;
        top: 85px;
        z-index: 9;
    }

    .page-id-8400 .banner__title {
        max-width: 800px;
    }

    .page-id-8400 .banner .animate-wrapper {
        position: absolute;
        bottom: -111px !important;
        width: 688px;
        left: calc(56.6666% + 60px);
    }

    .page-id-8400 .banner .animate-wrapper .banner__intro {
        max-width: 100%
    }

    .page-id-8400 .banner .image-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        right: 0;
        bottom: 0;
        background: -o-linear-gradient(298.85deg, #fff 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 63%);
        background: linear-gradient(151.15deg, #fff 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 63%);
    }

    .page-id-8400 .breadcrumbs-desktop>p>span>span>span .my-class, .page-id-8400 .breadcrumbs-desktop>p>span>span>span .breadcrumbs-separator {
        display: none;
    }
}

.teaser {
    position: relative;
}

.teaser__inner {
    left: 0;
    right: 0;
    top: 0;
    display: block;
}

.teaser--community {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 74%;
    max-height: 230px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 70%;
}

.teaser--community .teaser__inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    left: 0% !important;
    top: 0;
    z-index: 1;
}

.teaser--community .js-image-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.teaser--community .title {
    font-family: 'Kaisei Opti', serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 7px;
    line-height: 35px;
}

@media (max-width: 769px) {
    .teaser--community span {
        bottom: 10px !important;
    }
    .teaser--community .title {
        font-size: 25px;
        line-height: 20px;
    }
}

.teaser--community span {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 5;
}

.teaser--community span small {
    color: #ffffff;
    font-size: 16px;
}

.teaser--community span:not(.teaser__inner) {
    right: 30px;
}

.teaser--community:after {
    z-index: 4;
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
}

.teaser--community .category {
    z-index: 5;
}

@media (max-width: 767px) {
    .teaser--community {
        max-width: none;
    }
}

.teaser--post {
    border: 1px solid #901a19;
    padding: 20px 40px 40px;
    width: calc(100% + 30px);
    margin-left: -30px;
}

.teaser--post h3 {
    font-size: 21px;
    line-height: 26px;
}

.teaser-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    overflow: hidden;
}

.teaser-item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.25703%
}

.teaser-item>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.teaser-item .title {
    font-family: 'Kaisei Opti', serif;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 1;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.teaser-item .title:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    height: 100%;
    width: 0px;
    background-color: #901a19;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

@media (max-width: 800px) {
    .teaser-item .title {
        bottom: 0px;
        left: 30px;
    }
}

@media (max-width: 700px) {
    .teaser-item .title {
        bottom: 0px;
        left: 30px;
    }
}

.teaser-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
}

.teaser-item>div {
    bottom: auto;
    height: 130%;
    background-size: cover;
    background-position: center;
}

.teaser-item:hover .title {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.teaser-item:hover .title:before {
    width: 12px;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

@media (max-width: 767px) {
    .teaser-item {
        margin-bottom: 30px;
    }
}

.news-item {
    position: relative;
    height: 400px;
}

.news-item__img {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.news-item__content {
    padding: 16px 40px;
    background-color: #EFF3F0;
}

.news-item .title {
    margin-top: 0px;
}

.news-item img:not(.moving-img) {
    width: 100px;
    float: right;
    margin-right: 20px;
    margin-left: 10px;
}

@media (max-width: 414px) {
    .news-item img: not(.moving-img) {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.news-item .js-image-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.news-item .js-image-move span {
    display: block;
}

.teasers {
    padding: 40px 0 40px 0;
}

.teasers .title--xl {
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -1.86px;
    line-height: 40px;
}

@media (max-width: 1190px) {
    .teasers .title--xl {
        font-size: 4.5rem;
        line-height: 76px;
    }
}

@media (max-width: 700px) {
    .teasers .title--xl {
        font-size: 30px;
        line-height: 66px;
    }
}

.teasers .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.teasers--collections .title--xl {
    font-family: 'Kaisei Opti', serif;
    font-size: 80px;
    letter-spacing: 0px;
}

@media (max-width: 991px) {
    .teasers--collections .title--xl {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .teasers--collections .title--xl {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

.teasers--collections .teaser-item {
    margin-bottom: 30px;
}

.teasers--collections .teaser-item .title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    bottom: 20px;
    left: 30px;
    right: 30px;
}

.teasers .fade-in__child.fade-in--3+.fade-in__child.fade-in--3 {
    display: none;
}

@media (max-width: 991px) {
    .teasers {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .teasers .news-item {
        margin-bottom: 30px;
    }
}

.teasers .col-md-6 {
    padding: 0 15px;
}

.teasers .news-item .title {
    height: auto;
}

.blogs-reader {
    border: 1px solid #901a19;
    padding: 30px;
    position: relative;
}

.blogs-reader__item {
    border-bottom: 1px solid #efd1b5;
    padding-bottom: 10px;
}

.blogs-reader a {
    display: block;
}

.blogs-reader a:last-of-type .blogs-reader__item {
    border-bottom: 0px;
    padding-bottom: 0px;
}

@media (max-width: 700px) {
    .blogs-reader {
        padding: 30px;
    }
}

.latest-research {
    position: relative;
    padding: 35px 40px;
}

.latest-research .title {
    margin-bottom: 15px;
    margin-top: 0;
}

.latest-research .button, .latest-research .post-password-form input[type="submit"], .post-password-form .latest-research input[type="submit"], .latest-research #wpmem_login .buttons, #wpmem_login .latest-research .buttons, .latest-research #wpmem_reg .buttons, #wpmem_reg .latest-research .buttons {
    margin-top: 62px;
}

.latest-research p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.latest-research li:before {
    background-color: #000;
    width: 5px;
    height: 5px;
}

.latest-research li {
    font-size: 14px;
    padding-bottom: 7px;
    list-style: none;
    padding-left: 13px;
}

@media (max-width: 767px) {
    .latest-research {
        padding: 55px 30px;
    }
}

.content-grid {
    margin-bottom: 114px;
}

.content-grid .news-item__content {
    padding: 50px;
}

.content-grid .news-item__content .title {
    max-width: 80%
}

.content-grid img {
    height: auto;
    margin-top: 15px;
    margin-left: -16%;
    width: 116%;
    max-width: none;
}

@media (max-width: 767px) {
    .content-grid img {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }
}

.content-grid .animate-wrapper--research {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .content-grid .animate-wrapper--research {
        margin-left: -15px;
        margin-top: 114px;
    }
}

@media (max-width: 767px) {
    .content-grid {
        margin-bottom: 60px;
    }
}

.page-teaser-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    margin-left: 20px;
    margin-top: 50px;
}

.page-teaser-simple h2, .page-teaser-simple #wpmem_login legend, #wpmem_login .page-teaser-simple legend, .page-teaser-simple #wpmem_reg legend, #wpmem_reg .page-teaser-simple legend {
    color: var(--primary-color);
    margin-top: 0;
}

.page-teaser-simple .button, .page-teaser-simple .post-password-form input[type="submit"], .post-password-form .page-teaser-simple input[type="submit"], .page-teaser-simple #wpmem_login .buttons, #wpmem_login .page-teaser-simple .buttons, .page-teaser-simple #wpmem_reg .buttons, #wpmem_reg .page-teaser-simple .buttons {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 0;
}

.page-teaser-simple p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-teaser-simple {
        margin-left: 0;
        margin-top: 20px;
    }
}

.social-teaser {
    margin-top: 50px;
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-teaser .title {
    color: #fff;
    margin-top: 0;
}

.social-teaser p {
    max-width: 600px;
    margin-bottom: 0;
}

.social-teaser .social-icons {
    margin: 0;
}

.social-teaser .social-icons img {
    margin-right: 15px;
}

@media (max-width: 768px) {
    .social-teaser {
        display: block;
    }

    .social-teaser .social-icons {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.teasers-collections-blog__item {
    position: relative;
    height: 300px;
    width: 537px;
    overflow: hidden;
}

.teasers-collections-blog__item .js-image-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.teasers-collections-blog__item .corner-category {
    z-index: 1;
}

.teasers-collections-blog__item .corner-category__inner {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.teasers-collections-blog__item__inner {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 42px;
    right: 42px;
}

.teasers-collections-blog__item__inner .title, .teasers-collections-blog__item__inner p {
    font-family: 'Kaisei Opti', serif;
    color: #fff;
}

.teasers-collections-blog__item__inner p {
    margin-bottom: 0;
}

.teasers-collections-blog__item .js-image-move__inner {
    width: 100%;
    display: block;
}

.teasers-collections-blog__item:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 88%;
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000 100%);
}

@media (max-width: 767px) {
    .teasers-collections-blog__item {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .teasers-collections-blog__item {
        width: 100%
    }

    .teasers-collections-blog__item .title--lg {
        font-size: 25px;
        line-height: 28px;
    }
}

.sidebar {
    position: fixed;
    z-index: 9;
    right: 0;
    pointer-events: none;
    right: 0;
}

@media (min-width: 800px) {
    .sidebar {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 800px) {
    .sidebar {
        bottom: 0;
        left: 0;
        position: fixed;
    }
}

.sidebar__inner {
    width: 100vw;
    pointer-events: all;
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    color: #fff;
    background-color: var(--primary-color);
}

@media (min-width: 801px) {
    .sidebar__inner {
        -webkit-transform: translate(100%) translate(-66px);
        -ms-transform: translate(100%) translate(-66px);
        transform: translate(100%) translate(-66px);
        width: 300px;
        padding: 23px 38px 0px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 800px) {
    .sidebar__inner {
        -webkit-transform: translateY(calc(100% - 69px));
        -ms-transform: translateY(calc(100% - 69px));
        transform: translateY(calc(100% - 69px));
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .sidebar__inner ul {
        padding: 20px 18px !important;
        text-align: center;
        margin: 0 !important;
    }
}

.sidebar__inner ul li {
    padding-left: 0px !important;
    padding-left: 0px;
    line-height: 22px;
}

.sidebar__inner ul li:before {
    display: none;
}

.sidebar__inner a {
    font-weight: 600;
    color: #fff !important;
    line-height: 23px;
}

.sidebar__inner .title {
    margin-top: 0px;
    color: #fff;
}

.sidebar__inner.open-sidebar {
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.sidebar__opener {
    position: relative;
    left: 0;
}

.sidebar__opener__inner {
    width: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    background-color: var(--primary-color);
    padding: 30px 18px;
}

@media (max-width: 800px) {
    .sidebar__opener__inner {
        padding: 20px 18px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.sidebar__opener__inner .title {
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 32px;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 10px;
    margin-left: -7px;
    padding-bottom: 0;
}

@media (min-width: 800px) {
    .sidebar__opener__inner .title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        white-space: nowrap;
    }
}

@media (max-width: 800px) {
    .sidebar__opener__inner .title {
        margin-left: 5px;
        padding-top: 0;
        margin-top: -3px;
    }
}

.sidebar__opener__inner .nav-icon {
    display: inline-block;
    width: 26px;
    position: absolute;
    top: 0;
}

@media (max-width: 800px) {
    .sidebar__opener__inner .nav-icon {
        position: relative;
    }
}

.sidebar__opener.close-sidebar {
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.sidebar .nav-icon:after, .sidebar .nav-icon:before, .sidebar .nav-icon div {
    background-color: #fff;
}

.slick-prev:before, .slick-next:before {
    content: '';
    display: inline-block;
    border-bottom: solid white 1px;
    border-left: solid white 1px;
    height: 12px;
    width: 12px;
}

.slick-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slick-prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-dots li button {
    background-color: transparent;
}

.slick-dots li button:before {
    border: 1px solid var(--primary-color);
}

.slick-dots li.active button:before {
    background-color: var(--primary-color);
}

.background-primary .slick-dots li button {
    background-color: transparent;
}

.background-primary .slick-dots li button:before {
    border: 1px solid #901a19;
}

.background-primary .slick-dots li.active button:before {
    background-color: #901a19;
}

.stat-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
}

.stat-slider .slick-dots li:before {
    display: none;
}

.stat-slider .slick-dots li button {
    background-color: transparent;
}

.stat-slider .slick-dots li button:before {
    border: 1px solid #ffffff;
}

.stat-slider .slick-dots li.slick-active button:before {
    background-color: #ffffff;
}

@media (max-width: 700px) {
    .stat-slider .slick-dots {
        position: relative;
        bottom: auto;
    }
}

.gallery-slider {
    margin-bottom: 65px;
    position: relative;
}

.gallery-slider .slick-slide>div {
    width: 100%;
    padding-bottom: 55%;
    position: relative;
}

.gallery-slider .slick-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-slider .slick-slide img.contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-slider__full {
    position: relative;
    background: #000;
}

.gallery-slider__full-nav {
    position: absolute;
    bottom: 23%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9;
}

.gallery-slider__full-nav .pages {
    display: inline-block;
    color: white;
}

.gallery-slider__full-nav .slick-prev, .gallery-slider__full-nav .slick-next {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.gallery-slider__full-nav .slick-prev:before, .gallery-slider__full-nav .slick-next:before {
    height: 9px;
    width: 9px;
}

.gallery-slider__thumb .slick-next, .gallery-slider__thumb .slick-prev {
    height: 100%;
    width: 36px;
    background-color: rgba(36, 36, 36, 0.45);
    background-color: #242424;
    z-index: 1;
    opacity: 0.65;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.gallery-slider__thumb .slick-next:hover, .gallery-slider__thumb .slick-prev:hover {
    opacity: 1;
}

.gallery-slider__thumb .slick-prev {
    left: 0;
}

.gallery-slider__thumb .slick-next {
    right: 0;
}

.gallery-slider__thumb .slick-slide {
    cursor: pointer;
}

.gallery-slider__thumb .slick-slide>div:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: white;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.gallery-slider__thumb .slick-slide:hover>div:before {
    opacity: 0.3;
}

.gallery-slider__thumb .slick-slide.slick-current>div:before {
    opacity: 0;
}

.reports-slider {
    position: relative;
    margin: 50px -15px;
}

.reports-slider .slick-slide {
    margin: 0 10px;
}

.reports-slider .slick-slide>div {
    height: 100%
}

@media (max-width: 600px) {
    .reports-slider .slick-slide {
        margin: 0 30px;
    }
}

.reports-slider .slick-custom-prev, .reports-slider .slick-custom-next {
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer;
}

.reports-slider .latest-research {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.reports-slider .latest-research>div {
    max-width: 100%
}

.reports-slider .slick-custom-prev {
    left: 70px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 600px) {
    .reports-slider .slick-custom-prev {
        left: -10px;
    }
}

.reports-slider .slick-custom-next {
    right: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 600px) {
    .reports-slider .slick-custom-next {
        right: -10px;
    }
}

.reports-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.reports-slider .slick-slide {
    height: inherit !important;
}

.slide-prev, .slide-next {
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

.slide-prev {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slide-controls-container {
    position: absolute;
    bottom: 50px;
    right: 166px;
}

@media (max-width: 767px) {
    .slide-controls-container {
        bottom: 50px;
        right: 20px;
    }
}

.full-height-slider {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.full-height-slider .slide {
    margin: 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.full-height-slider .slide__content {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 55vw;
}

@media (max-width: 790px) {
    .full-height-slider .slide__content {
        max-width: 80vw;
    }
}

.full-height-slider .slide .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
}

@media (max-width: 700px) {
    .full-height-slider .slide .title {
        font-size: 25px;
        line-height: 29px;
    }
}

.full-height-slider .slide .slide__image {
    position: relative;
}

.full-height-slider .slide .slide__image img {
    height: 660px;
    width: auto;
}

@media (max-width: 1110px) {
    .full-height-slider .slide .slide__image img {
        height: 560px;
    }
}

@media (max-width: 850px) {
    .full-height-slider .slide .slide__image img {
        height: 490px;
    }
}

@media (max-width: 790px) {
    .full-height-slider .slide .slide__image img {
        height: 450px;
    }
}

@media (max-width: 700px) {
    .full-height-slider .slide .slide__image img {
        height: 400px;
        max-width: 80vw;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.full-height-slider .slide .slide__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    background: -o-linear-gradient(61.49deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(28.51deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.full-height-slider .slide .slide__image:hover .button, .full-height-slider .slide .slide__image:hover .post-password-form input[type="submit"], .post-password-form .full-height-slider .slide .slide__image:hover input[type="submit"], .full-height-slider .slide .slide__image:hover #wpmem_login .buttons, #wpmem_login .full-height-slider .slide .slide__image:hover .buttons, .full-height-slider .slide .slide__image:hover #wpmem_reg .buttons, #wpmem_reg .full-height-slider .slide .slide__image:hover .buttons {
    color: var(--primary-color);
}

.full-height-slider .slide .slide__image:hover .button:before, .full-height-slider .slide .slide__image:hover .post-password-form input[type="submit"]:before, .post-password-form .full-height-slider .slide .slide__image:hover input[type="submit"]:before, .full-height-slider .slide .slide__image:hover #wpmem_login .buttons:before, #wpmem_login .full-height-slider .slide .slide__image:hover .buttons:before, .full-height-slider .slide .slide__image:hover #wpmem_reg .buttons:before, #wpmem_reg .full-height-slider .slide .slide__image:hover .buttons:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.full-height-slider .slide p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

@media (max-width: 700px) {
    .full-height-slider .slide p {
        font-size: 16px;
        line-height: 20px;
    }
}

.full-height-slider .slide .button, .full-height-slider .slide .post-password-form input[type="submit"], .post-password-form .full-height-slider .slide input[type="submit"], .full-height-slider .slide #wpmem_login .buttons, #wpmem_login .full-height-slider .slide .buttons, .full-height-slider .slide #wpmem_reg .buttons, #wpmem_reg .full-height-slider .slide .buttons {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 7px 20px;
    background: transparent;
    color: #901a19;
    border: 1px solid #901a19;
    margin: 0;
    z-index: 2;
}

.full-height-slider .slide .button:hover, .full-height-slider .slide .post-password-form input:hover[type="submit"], .post-password-form .full-height-slider .slide input:hover[type="submit"], .full-height-slider .slide #wpmem_login .buttons:hover, #wpmem_login .full-height-slider .slide .buttons:hover, .full-height-slider .slide #wpmem_reg .buttons:hover, #wpmem_reg .full-height-slider .slide .buttons:hover {
    color: var(--primary-color);
}

.full-height-slider .slick-active .slide {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.full-height-slider .slick-active .slide__content {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.full-height-slider .slick-prev, .full-height-slider .slick-next {
    width: 64px;
    height: 64px;
    z-index: 99;
    top: calc(50% - 64px);
}

.full-height-slider .slick-prev:before, .full-height-slider .slick-next:before {
    content: "";
    display: none;
}

.full-height-slider .slick-prev:hover:before, .full-height-slider .slick-next:hover:before {
    opacity: 0.75;
}

.full-height-slider .slick-next {
    right: 66px;
}

.full-height-slider .slick-prev {
    left: 66px;
}

@media (max-width: 850px) {
    .full-height-slider .slick-prev, .full-height-slider .slick-next {
        width: 34px;
        height: 34px;
        top: calc(50% - 84px);
    }

    .full-height-slider .slick-prev:before, .full-height-slider .slick-next:before {
        width: 34px;
        height: 34px;
    }

    .full-height-slider .slick-next {
        right: 36px;
    }

    .full-height-slider .slick-prev {
        left: 36px;
    }
}

@media (max-width: 850px) {
    .full-height-slider {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.modal-item--exhibitions {
    padding: 50px 30px 50px 50px;
    max-width: 95vw !important;
}

.modal-item--exhibitions .title {
    font-family: 'Kaisei Opti', serif;
    margin-bottom: 20px !important;
}

.modal-item--exhibitions .modal-item__close:before, .modal-item--exhibitions .modal-item__close:after, .modal-item--exhibitions .mfp-close:before, .modal-item--exhibitions .mfp-close:after {
    height: 23px !important;
    width: 2px !important;
}

.modal-item--exhibitions .mfp-close {
    right: 10px !important;
    top: 15px !important;
}

@media (min-width: 767px) {
    .modal-item--exhibitions .col-md-6: first-of-type {
        padding-right: 30px;
    }

    .modal-item--exhibitions .col-md-6:last-of-type {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .modal-item--exhibitions .col-md-6: first-of-type {
        padding-bottom: 20px;
    }
}

.modal-item--exhibitions .intro p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}

@media (max-width: 767px) {
    .modal-item--exhibitions .intro p {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 22px;
    }
}

.modal-item--exhibitions .modal-item__image {
    position: relative;
    margin: 0;
}

.modal-item--exhibitions .modal-item__image img {
    width: 100%
}

.modal-item--exhibitions.landscape-orientation {
    max-height: 90vh;
    max-width: 80vw !important;
}

@media (max-width: 800px) {
    .modal-item--exhibitions.landscape-orientation {
        max-height: 70vh;
    }
}

.modal-item--exhibitions.landscape-orientation .modal-item__image {
    text-align: center;
    background: black;
    margin-bottom: 30px;
    display: inline-block;
}

.modal-item--exhibitions.landscape-orientation .modal-item__image img {
    width: 100%;
    max-height: calc(90vh - 170px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    background: black;
    margin: 0;
}

@media (max-width: 800px) {
    .modal-item--exhibitions.landscape-orientation .modal-item__image img {
        max-height: calc(70vh - 100px);
    }
}

.modal-item--exhibitions.landscape-orientation .container-fluid, .modal-item--exhibitions.landscape-orientation .container-sm, .modal-item--exhibitions.landscape-orientation .container-md, .modal-item--exhibitions.landscape-orientation .container-lg, .modal-item--exhibitions.landscape-orientation .container-xl {
    overflow-y: scroll;
    max-height: calc(90vh - 100px);
}

.modal-item--exhibitions.landscape-orientation .container-fluid::-webkit-scrollbar, .modal-item--exhibitions.landscape-orientation .container-sm::-webkit-scrollbar, .modal-item--exhibitions.landscape-orientation .container-md::-webkit-scrollbar, .modal-item--exhibitions.landscape-orientation .container-lg::-webkit-scrollbar, .modal-item--exhibitions.landscape-orientation .container-xl::-webkit-scrollbar {
    width: 5px;
}

.modal-item--exhibitions.landscape-orientation .container-fluid::-webkit-scrollbar-track, .modal-item--exhibitions.landscape-orientation .container-sm::-webkit-scrollbar-track, .modal-item--exhibitions.landscape-orientation .container-md::-webkit-scrollbar-track, .modal-item--exhibitions.landscape-orientation .container-lg::-webkit-scrollbar-track, .modal-item--exhibitions.landscape-orientation .container-xl::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 5px;
}

.modal-item--exhibitions.landscape-orientation .container-fluid::-webkit-scrollbar-thumb, .modal-item--exhibitions.landscape-orientation .container-sm::-webkit-scrollbar-thumb, .modal-item--exhibitions.landscape-orientation .container-md::-webkit-scrollbar-thumb, .modal-item--exhibitions.landscape-orientation .container-lg::-webkit-scrollbar-thumb, .modal-item--exhibitions.landscape-orientation .container-xl::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
    opacity: 0.5;
}

.modal-item--exhibitions.landscape-orientation .container-fluid::-webkit-scrollbar-thumb:hover, .modal-item--exhibitions.landscape-orientation .container-sm::-webkit-scrollbar-thumb:hover, .modal-item--exhibitions.landscape-orientation .container-md::-webkit-scrollbar-thumb:hover, .modal-item--exhibitions.landscape-orientation .container-lg::-webkit-scrollbar-thumb:hover, .modal-item--exhibitions.landscape-orientation .container-xl::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

@media (max-width: 800px) {
    .modal-item--exhibitions.landscape-orientation .container-fluid, .modal-item--exhibitions.landscape-orientation .container-sm, .modal-item--exhibitions.landscape-orientation .container-md, .modal-item--exhibitions.landscape-orientation .container-lg, .modal-item--exhibitions.landscape-orientation .container-xl {
        max-height: calc(70vh - 50px);
    }
}

.modal-item--exhibitions.portrait-orientation .modal-item__image img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
}

.modal-item--exhibitions.portrait-orientation .modal-item__content-scoller {
    max-height: 560px;
    overflow-y: auto;
    padding-right: 20px;
}

.modal-item--exhibitions.portrait-orientation .modal-item__content-scoller::-webkit-scrollbar {
    width: 5px;
}

.modal-item--exhibitions.portrait-orientation .modal-item__content-scoller::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 5px;
}

.modal-item--exhibitions.portrait-orientation .modal-item__content-scoller::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
    opacity: 0.5;
}

.modal-item--exhibitions.portrait-orientation .modal-item__content-scoller::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

@media (max-width: 1025px) {
    .modal-item--exhibitions {
        overflow: hidden !important;
        max-height: 90vh;
    }

    .modal-item--exhibitions .modal-item__content-scoller {
        max-height: 350px;
    }
}

.hotspot {
    margin-left: -11px;
    margin-top: -26px;
}

.hotspot svg {
    cursor: pointer;
    width: 26px;
    height: 26px;
}

.hotspot svg circle {
    fill: var(--primary-color);
}

.hotspot__content {
    display: none;
    position: absolute;
    -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.15));
    background: white;
    top: calc(-100% - 45px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 267px;
    padding: 15px 20px;
    color: #1C1D1C;
}

.hotspot__content:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hotspot__content svg {
    position: absolute;
    top: 0;
    right: 0;
}

.hotspot__content p {
    color: #1C1D1C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
}

.hotspot-image__image {
    position: relative;
}

.hotspot-image__image .hotspot {
    margin-left: -36px;
}

.hotspot-image__image svg {
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.hotspot-image__image svg circle {
    fill: var(--primary-color);
}

.search-result {
    margin: 40px 0;
}

.search-result a {
    color: #901a19;
}

.search-result .image-contain {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
}

.search-type {
    text-transform: uppercase;
}

form.search:before {
    display: none;
}

form.search input {
    width: 100%;
    border: 0px;
    padding: 15px 18px 15px 50px;
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px;
}

form.search input::-webkit-input-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px;
}

form.search input::-moz-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px;
}

form.search input:-ms-input-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px;
}

form.search input::-ms-input-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px;
}

form.search input::placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px;
}

form.search input:focus {
    outline: 0;
}

form.search div {
    display: inline;
    position: relative;
}

form.search div:before {
    content: url(data:image/svg+xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPHBhdGggZmlsbD0iIzIyM0M1OSIgZD0iTTI2My45NSwxOCBDMjY3LjIzNjA5NCwxOCAyNjkuOSwyMC42NjM5MDU3IDI2OS45LDIzLjk1IEMyNjkuOSwyNS4zNDEyMTY1IDI2OS40MjI1MjgsMjYuNjIwOTEzMyAyNjguNjIyNTE0LDI3LjYzNDE1OSBMMjcxLjc5NDk3NSwzMC44MDUwMjUzIEMyNzIuMDY4MzQyLDMxLjA3ODM5MjMgMjcyLjA2ODM0MiwzMS41MjE2MDc3IDI3MS43OTQ5NzUsMzEuNzk0OTc0NyBDMjcxLjUyMTYwOCwzMi4wNjgzNDE4IDI3MS4wNzgzOTIsMzIuMDY4MzQxOCAyNzAuODA1MDI1LDMxLjc5NDk3NDcgTDI3MC44MDUwMjUsMzEuNzk0OTc0NyBMMjY3LjYzNDE1OSwyOC42MjI1MTQ0IEMyNjYuNjIwOTEzLDI5LjQyMjUyNzYgMjY1LjM0MTIxNiwyOS45IDI2My45NSwyOS45IEMyNjAuNjYzOTA2LDI5LjkgMjU4LDI3LjIzNjA5NDMgMjU4LDIzLjk1IEMyNTgsMjAuNjYzOTA1NyAyNjAuNjYzOTA2LDE4IDI2My45NSwxOCBaIE0yNjMuOTUsMTkuNCBDMjYxLjQzNzEwNCwxOS40IDI1OS40LDIxLjQzNzEwNDQgMjU5LjQsMjMuOTUgQzI1OS40LDI2LjQ2Mjg5NTYgMjYxLjQzNzEwNCwyOC41IDI2My45NSwyOC41IEMyNjUuMTk5ODc1LDI4LjUgMjY2LjMzMjA0MywyNy45OTYwMzg0IDI2Ny4xNTQzODgsMjcuMTgwMjMyNCBMMjY3LjE2NTAyNSwyNy4xNjUwMjUzIEMyNjcuMTY5NDc1LDI3LjE2MDU3NTEgMjY3LjE3Mzk3MSwyNy4xNTYxOTc0IDI2Ny4xNzg1MDksMjcuMTUxODkyMSBDMjY3Ljk5NjAzOCwyNi4zMzIwNDMxIDI2OC41LDI1LjE5OTg3NDggMjY4LjUsMjMuOTUgQzI2OC41LDIxLjQzNzEwNDQgMjY2LjQ2Mjg5NiwxOS40IDI2My45NSwxOS40IFoiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDI3MiAtMTgpIi8+DQo8L3N2Zz4NCg==);
    position: absolute;
    top: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

form.search input[type="submit"] {
    opacity: 0;
    width: 44px;
    height: 57px;
    padding: 0;
    position: absolute;
    left: 0;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 99999999999999;
    display: none;
}

.modal-overlay--notice .modal-item {
    max-width: 700px;
    min-height: auto;
}

.modal-overlay--notice a {
    color: #901a19;
}

.modal-item {
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1100px;
    width: 100%;
    padding: 50px 35px;
}

.modal-item img {
    margin-bottom: 25px;
}

.modal-item p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px;
}

.modal-item .title {
    margin-bottom: 4px;
}

.modal-item__categories {
    font-size: 14px;
    font-weight: bold;
}

.modal-item__categories div {
    padding-bottom: 5px;
}

.modal-item__categories span {
    letter-spacing: 1px;
    font-size: 1rem;
}

.modal-item__close, .modal-item .mfp-close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 999;
}

.modal-item__close:hover, .modal-item .mfp-close:hover {
    opacity: 0.5;
}

.modal-item__close:before, .modal-item__close:after, .modal-item .mfp-close:before, .modal-item .mfp-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 4px;
    background-color: #901a19;
}

.modal-item__close:before, .modal-item .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-item__close:after, .modal-item .mfp-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-item__content {
    padding-right: 35px;
}

.modal-item__content::-webkit-scrollbar {
    width: 10px;
}

.modal-item__content::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 5px;
}

.modal-item__content::-webkit-scrollbar-thumb {
    background: #dc3545;
    border-radius: 5px;
    opacity: 0.5;
}

.modal-item__content::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .modal-item {
        width: 89%
    }
}

.modal-item--governors, .modal-item--houses {
    max-width: 714px;
    padding: 30px;
    min-height: auto;
}

.modal-item--governors .container-fluid, .modal-item--governors .container-sm, .modal-item--governors .container-md, .modal-item--governors .container-lg, .modal-item--governors .container-xl, .modal-item--houses .container-fluid, .modal-item--houses .container-sm, .modal-item--houses .container-md, .modal-item--houses .container-lg, .modal-item--houses .container-xl {
    padding: 0;
}

.modal-item--governors .image-container, .modal-item--houses .image-container {
    width: 100%;
    position: relative;
}

.modal-item--governors .image-container:before, .modal-item--houses .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 123.52941%
}

.modal-item--governors .image-container>div, .modal-item--houses .image-container>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-item--governors .title, .modal-item--houses .title {
    padding-bottom: 5px;
    text-transform: none;
}

.modal-item--governors .modal__inner__content .category, .modal-item--houses .modal__inner__content .category {
    padding-bottom: 5px;
    color: #007bff;
}

.modal-item--governors .modal__inner__content .category.cat-first, .modal-item--houses .modal__inner__content .category.cat-first {
    color: #dc3545;
    padding-bottom: 15px;
    padding-top: 8px;
}

.modal-item--houses {
    max-width: 814px;
}

.modal-item--houses .image-container:before {
    padding-top: 76%
}

.modal-item--houses .title {
    padding-bottom: 25px;
}

.modal-item--admissions .modal-item__close {
    padding: 0;
}

.modal-item--admissions .modal-item__close:active {
    top: 40px;
}

.modal-item--admissions .modal-item__content .button.js-close-admissions-popup, .modal-item--admissions .modal-item__content .post-password-form input.js-close-admissions-popup[type="submit"], .post-password-form .modal-item--admissions .modal-item__content input.js-close-admissions-popup[type="submit"], .modal-item--admissions .modal-item__content #wpmem_login .js-close-admissions-popup.buttons, #wpmem_login .modal-item--admissions .modal-item__content .js-close-admissions-popup.buttons, .modal-item--admissions .modal-item__content #wpmem_reg .js-close-admissions-popup.buttons, #wpmem_reg .modal-item--admissions .modal-item__content .js-close-admissions-popup.buttons {
    margin-left: 20px;
}

.modal-item::-webkit-scrollbar {
    width: 10px;
}

.modal-item::-webkit-scrollbar-track {
    background: #fff;
}

.modal-item::-webkit-scrollbar-thumb {
    background: #901a19;
    border-radius: 5px;
}

.modal-item::-webkit-scrollbar-thumb:hover {
    background: #901a19;
}

.mfp-close {
    right: 20px !important;
    top: 20px !important;
}

.modal-anchor {
    cursor: pointer;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mobile-title {
    display: none;
}

@media (max-width: 1025px) {
    .modal-item: not(.notice-banner-modal) {
        width: 89%;
        min-height: 400px;
        height: calc(100vh - 50px);
        overflow: scroll;
        padding: 25px 10px;
    }

    .modal-item:not(.notice-banner-modal)__content {
        margin-right: 0;
        padding-right: 0;
    }

    .modal-item:not(.notice-banner-modal)__content .intro {
        font-size: 1.1875rem;
        line-height: 1;
    }

    .modal-item:not(.notice-banner-modal) .mobile-title {
        margin-top: 40px;
        display: block;
    }

    .modal-item:not(.notice-banner-modal) .desktop-title {
        display: none;
    }

    .modal-item:not(.notice-banner-modal) .pullout {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: left;
    }

    .modal-item:not(.notice-banner-modal)__close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 768px) {
    .modal-item: not(.notice-banner-modal) .col-md-5 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

.notice-banner-modal {
    overflow: scroll;
    max-height: 90vh;
}

@media (max-width: 768px) {
    .notice-banner-modal {
        max-height: 80vh;
        margin-top: 30px;
    }
}

.nav-links, .page-numbers {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
}

.pagination h2, .pagination #wpmem_login legend, #wpmem_login .pagination legend, .pagination #wpmem_reg legend, #wpmem_reg .pagination legend {
    display: none;
}

.post-pagination {
    margin-bottom: 80px;
}

@media (max-width: 600px) {
    .post-pagination .col-4 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.accordion {
    padding-top: 20px;
    text-align: left;
}

.accordion__item {
    clear: both;
}

.accordion__trigger {
    padding-bottom: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.accordion__trigger h4 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.accordion__trigger h4:before {
    content: "";
    position: absolute;
    width: 100vw;
    left: calc(100% + 20px);
    top: 13px;
    height: 1px;
    background-color: #901a19;
}

.accordion__trigger:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 26px;
    background-color: #fff;
    content: "";
    z-index: 1;
}

@media all and (-ms-high-contrast: none) {
    .accordion__trigger: before {
        content: none;
    }
}

.accordion__content {
    display: none;
}

@media (min-width: 700px) {
    .accordion__content {
        padding: 20px 0px;
    }
}

.accordion__content img {
    margin-bottom: 30px;
}

.accordion__plus {
    display: inline-block;
    float: right;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.accordion__plus.active:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion__plus.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion__plus:before, .accordion__plus:after {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.accordion__plus:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%
}

.accordion__plus:after {
    top: 9px;
    left: 1px;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.page-id-72 .accordion__trigger:before {
    background-color: var(--primary-color);
}

.page-id-72 .accordion p, .page-id-72 .accordion a, .page-id-72 .accordion li {
    color: #fff !important;
}

input.full-width {
    width: 100%;
    margin-bottom: 15px;
}

input, textarea, select {
    border-radius: 0px;
}

input {
    border: none;
    padding: 20px 25px;
    color: white;
    font-size: 1.125rem !important;
}

input:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: white;
}

input:-moz-placeholder {
    color: white;
}

input::-moz-placeholder {
    color: white;
}

input:-ms-input-placeholder {
    color: white;
}

.post-password-form input[type="submit"] {
    font-size: .875rem !important;
    font-weight: 500;
    padding: 18px !important;
    vertical-align: top;
    text-transform: uppercase;
    border: 0px;
    margin: 0;
}

.post-password-form input {
    border: 1px solid grey;
    padding: 12px !important;
    color: black;
    font-size: 1.125rem !important;
}

.post-password-form input:focus {
    outline: none;
}

.post-password-form input::-webkit-input-placeholder {
    color: white;
}

.post-password-form input:-moz-placeholder {
    color: white;
}

.post-password-form input::-moz-placeholder {
    color: white;
}

.post-password-form input:-ms-input-placeholder {
    color: white;
}

.searchandfilter input[type="checkbox"], .searchandfilter input[type="radio"] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 18px;
    height: 18px;
    top: 8px;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.searchandfilter input[type="checkbox"]+label, .searchandfilter input[type="radio"]+label {
    cursor: pointer;
}

.searchandfilter input[type="checkbox"]:checked+li:before, .searchandfilter input[type="radio"]:checked+li:before {
    opacity: 1;
    top: 3px;
}

.gform_wrapper li.gfield {
    padding: 0;
    margin-top: 20px !important;
}

.gform_wrapper li.gfield:before {
    display: none !important;
}

.gform_wrapper li.gfield input, .gform_wrapper li.gfield textarea, .gform_wrapper li.gfield select {
    border: 1px solid #C5C5C5;
    padding: 12px !important;
    color: black;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.gform_wrapper li.gfield .gfield_label {
    color: var(--primary-color) !important;
    font-size: 16px !important;
}

.gform_wrapper li.gfield .gfield_required {
    color: var(--primary-color) !important;
}

.gform_wrapper .post-password-form input.gform_button[type="submit"], .post-password-form .gform_wrapper input.gform_button[type="submit"], .gform_wrapper .gform_button.button, .gform_wrapper #wpmem_login .gform_button.buttons, #wpmem_login .gform_wrapper .gform_button.buttons, .gform_wrapper #wpmem_reg .gform_button.buttons, #wpmem_reg .gform_wrapper .gform_button.buttons, .gform_wrapper .post-password-form input[type="submit"], .post-password-form .gform_wrapper input[type="submit"], .gform_wrapper .gform_button.button, .gform_wrapper .button, .gform_wrapper #wpmem_login .buttons, #wpmem_login .gform_wrapper .buttons, .gform_wrapper #wpmem_reg .buttons, #wpmem_reg .gform_wrapper .buttons {
    font-weight: bold !important;
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li, .gform_wrapper .ginput_container_consent li {
    position: relative !important;
    padding-left: 40px !important;
    line-height: 1.5 !important;
}

.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label, .gform_wrapper .ginput_container_consent label {
    margin-left: 32px !important;
    vertical-align: top !important;
}

.gform_wrapper .gfield_checkbox label:after, .gform_wrapper .gfield_radio label:after, .gform_wrapper .ginput_container_consent label:after {
    content: "";
    background: #fff;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    z-index: 0;
}

.gform_wrapper .gfield_checkbox label:before, .gform_wrapper .gfield_radio label:before, .gform_wrapper .ginput_container_consent label:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 15px;
    border: solid #848484;
    border-width: 0 3px 3px 0;
    left: 9px;
    top: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"], .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .ginput_container_consent input[type="checkbox"], .gform_wrapper .ginput_container_consent input[type="radio"] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 23px;
    height: 23px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]+label, .gform_wrapper .gfield_checkbox input[type="radio"]+label, .gform_wrapper .gfield_radio input[type="checkbox"]+label, .gform_wrapper .gfield_radio input[type="radio"]+label, .gform_wrapper .ginput_container_consent input[type="checkbox"]+label, .gform_wrapper .ginput_container_consent input[type="radio"]+label {
    cursor: pointer;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked+label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked+label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked+label:before, .gform_wrapper .gfield_radio input[type="radio"]:checked+label:before, .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked+label:before, .gform_wrapper .ginput_container_consent input[type="radio"]:checked+label:before {
    opacity: 1;
    top: 3px;
}

.gform_wrapper input:focus, .gform_wrapper select:focus {
    border: 2px solid #a0d2ca;
}

.gform_wrapper .ginput_container_consent {
    position: relative !important;
    padding-left: 3px !important;
    line-height: 1.5 !important;
    padding-top: 0px !important;
    margin-top: 0 !important;
}

.gform_wrapper ul.gfield_radio li input+input {
    margin-left: 0px !important;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper #wpmem_login legend.gsection_title, #wpmem_login .gform_wrapper legend.gsection_title, .gform_wrapper #wpmem_reg legend.gsection_title, #wpmem_reg .gform_wrapper legend.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: normal !important;
    font-size: 1.7em !important;
    padding: 50px 0 20px !important;
    line-height: 2.7;
}

.gform_wrapper .ginput_container_select, .gform_wrapper .name_prefix_select, .gform_wrapper .address_country {
    position: relative;
}

.gform_wrapper .ginput_container_select select, .gform_wrapper .name_prefix_select select, .gform_wrapper .address_country select {
    width: 100% !important;
    background-color: #fff;
}

.gform_wrapper .ginput_container_select:before, .gform_wrapper .name_prefix_select:before, .gform_wrapper .address_country:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gform_wrapper .name_prefix_select:before {
    top: 58px;
    right: 34px;
}

.gform_wrapper .address_country:before {
    top: 58px;
    right: 34px;
}

.select-filter {
    width: 40%;
    position: relative;
    display: inline-block;
}

.select-filter select {
    width: 100% !important;
    padding: 10px 20px;
}

.select-filter:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 600px) {
    .select-filter {
        width: 100%
    }
}

.percentbar_blue {
    background-color: var(--primary-color) !important;
}

.gf_progressbar_percentage {
    text-shadow: none !important;
    background: var(--primary-color) !important;
}

.gf_progressbar {
    padding: 6px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 1px 0 3px 1px !important;
    letter-spacing: unset !important;
}

@media (max-width: 450px) {
    .page-template-tpl-admissions-process .banner {
        height: 100%
    }

    .page-template-tpl-admissions-process .banner .banner__inner {
        position: relative;
        z-index: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        z-index: 1;
        padding: 150px 0 50px;
    }

    .page-template-tpl-admissions-process .banner .image-wrap {
        position: absolute;
    }
}

@media (max-width: 390px) {
    .banner--full.banner--page {
        height: 100%
    }

    .banner--full.banner--page .banner__inner {
        position: relative;
        z-index: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        z-index: 1;
        padding: 150px 0 50px;
    }

    .banner--full.banner--page .image-wrap {
        position: absolute;
    }

    .banner--full.banner--page .anchor {
        display: none;
    }
}

.form--admissions {
    margin-top: 125px;
}

.form--admissions .form__fields {
    margin-bottom: 125px;
}

.form--admissions .form__fields p {
    font-size: 2.25rem !important;
    color: #FFF;
    opacity: 0.5;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .form--admissions .form__fields p {
        font-size: 1.5625rem;
    }
}

@media (min-width: 575px) {
    .form--admissions .form__fields .form__field-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .form--admissions .form__fields .form__field-group: first-of-type .custom-select:first-of-type {
        margin-bottom: 20px;
    }
}

.form--admissions .form__fields .form__field-group:first-of-type {
    margin-bottom: 20px;
}

@media (min-width: 575px) {
    .form--admissions .form__fields .form__field-group: first-of-type .custom-select:first-of-type {
        margin-right: 10px;
    }

    .form--admissions .form__fields .form__field-group:first-of-type .custom-select:last-of-type {
        margin-left: 10px;
    }
}

.form--admissions .form__fields .form__field-group:last-of-type {
    display: none;
}

.form--admissions .form__fields .form__field-group .custom-select {
    position: relative;
    width: auto;
    min-width: 200px;
    height: auto;
    font-size: 2.25rem !important;
    text-transform: none;
    color: #FFF;
    background-color: transparent;
    padding: 10px 15px;
    padding-bottom: 15px;
    border: 1px solid #FFF;
    cursor: pointer;
}

@media (max-width: 575px) {
    .form--admissions .form__fields .form__field-group .custom-select {
        font-size: 1.5625rem;
    }
}

.form--admissions .form__fields .form__field-group .custom-select.open ul {
    opacity: 1;
    pointer-events: auto;
}

.form--admissions .form__fields .form__field-group .custom-select__current {
    font-size: 2.25rem !important;
    color: #FFF;
    pointer-events: none;
}

@media (max-width: 575px) {
    .form--admissions .form__fields .form__field-group .custom-select__current {
        font-size: 1.5625rem;
    }
}

.form--admissions .form__fields .form__field-group .custom-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    max-height: 40vh;
    background-color: #FFF;
    padding: 15px 25px;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
    overflow: scroll;
    pointer-events: none;
    z-index: 1;
}

.form--admissions .form__fields .form__field-group .custom-select ul>li {
    padding: 0;
    text-indent: 0;
}

.form--admissions .form__fields .form__field-group .custom-select ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #919191;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}

.form--admissions .form__fields .form__field-group .custom-select ul li:hover {
    color: var(--primary-color);
}

.form--admissions .form__fields .form__field-group .custom-select ul li.active {
    color: var(--primary-color);
}

@media (min-width: 450px) {
    .form--admissions .form__fields .form__field-group .custom-select[data-name="type"] {
        min-width: 420px;
    }
}

.form--admissions .form__fields .form__sentence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.25rem !important;
    color: #FFF;
}

.form--admissions .form__fields .form__sentence:first-of-type {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .form--admissions {
        margin-top: 50px;
    }

    .form--admissions .form__fields {
        margin-bottom: 50px;
    }
}

.form--admissions .form__submit .button.button--submit, .form--admissions .form__submit .post-password-form input.button--submit[type="submit"], .post-password-form .form--admissions .form__submit input.button--submit[type="submit"], .form--admissions .form__submit #wpmem_login .button--submit.buttons, #wpmem_login .form--admissions .form__submit .button--submit.buttons, .form--admissions .form__submit #wpmem_reg .button--submit.buttons, #wpmem_reg .form--admissions .form__submit .button--submit.buttons {
    color: #FFF;
    background-color: transparent;
    border: 2px solid #FFF;
    margin: 0;
}

.form--admissions .form__submit .button.button--submit:hover, .form--admissions .form__submit .post-password-form input.button--submit:hover[type="submit"], .post-password-form .form--admissions .form__submit input.button--submit:hover[type="submit"], .form--admissions .form__submit #wpmem_login .button--submit.buttons:hover, #wpmem_login .form--admissions .form__submit .button--submit.buttons:hover, .form--admissions .form__submit #wpmem_reg .button--submit.buttons:hover, #wpmem_reg .form--admissions .form__submit .button--submit.buttons:hover {
    background-color: #FFF;
    color: var(--primary-color);
}

.form--admissions .form__submit .button.button--submit:hover svg g, .form--admissions .form__submit .post-password-form input.button--submit:hover[type="submit"] svg g, .post-password-form .form--admissions .form__submit input.button--submit:hover[type="submit"] svg g, .form--admissions .form__submit #wpmem_login .button--submit.buttons:hover svg g, #wpmem_login .form--admissions .form__submit .button--submit.buttons:hover svg g, .form--admissions .form__submit #wpmem_reg .button--submit.buttons:hover svg g, #wpmem_reg .form--admissions .form__submit .button--submit.buttons:hover svg g {
    stroke: var(--primary-color);
}

.form--admissions .form__submit .button.button--submit.anchor:before, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type="submit"]:before, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type="submit"]:before, .form--admissions .form__submit #wpmem_login .button--submit.anchor.buttons:before, #wpmem_login .form--admissions .form__submit .button--submit.anchor.buttons:before, .form--admissions .form__submit #wpmem_reg .button--submit.anchor.buttons:before, #wpmem_reg .form--admissions .form__submit .button--submit.anchor.buttons:before {
    content: ''
}

.form--admissions .form__submit .button.button--submit.anchor svg, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type="submit"] svg, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type="submit"] svg, .form--admissions .form__submit #wpmem_login .button--submit.anchor.buttons svg, #wpmem_login .form--admissions .form__submit .button--submit.anchor.buttons svg, .form--admissions .form__submit #wpmem_reg .button--submit.anchor.buttons svg, #wpmem_reg .form--admissions .form__submit .button--submit.anchor.buttons svg {
    margin-left: 10px;
}

.form--admissions .form__submit .button.button--submit.anchor svg g, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type="submit"] svg g, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type="submit"] svg g, .form--admissions .form__submit #wpmem_login .button--submit.anchor.buttons svg g, #wpmem_login .form--admissions .form__submit .button--submit.anchor.buttons svg g, .form--admissions .form__submit #wpmem_reg .button--submit.anchor.buttons svg g, #wpmem_reg .form--admissions .form__submit .button--submit.anchor.buttons svg g {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.oundle-main .gform_wrapper li.gfield input:focus, .oundle-main .gform_wrapper li.gfield textarea:focus, .oundle-main .gform_wrapper li.gfield select:focus {
    border: 1px solid #dc3545;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.oundle-main .gform_wrapper li.gfield .gfield_label, .oundle-main .gform_wrapper li.gfield .gfield_required {
    color: #dc3545 !important;
}

.oundle-main .gform_wrapper .name_prefix_select:before {
    top: 50px;
    right: 34px;
}

@media (max-width: 643px) {
    .oundle-main .gform_wrapper .name_prefix_select: before {
        top: 40px;
        right: 20px;
    }
}

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    border: 0px !important;
}

.ginput_container_date {
    margin-top: 4px !important;
}

.events-filters {
    cursor: pointer;
}

.sf-field-taxonomy-publication-type {
    width: 300px;
    margin: auto;
    position: relative;
    display: inline-block;
}

.sf-field-taxonomy-publication-type ul {
    padding-left: 0px !important;
}

.sf-field-taxonomy-publication-type select {
    width: 100% !important;
    border: 1px solid #C5C5C5;
    padding: 12px 20px !important;
    color: var(--primary-color);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding: 20px;
    background-color: transparent;
    font-weight: bold;
}

.sf-field-taxonomy-publication-type:before {
    content: "";
    position: absolute;
    top: 37%;
    right: 20px;
    border: solid #970830;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.sf-field-taxonomy-publication-type label {
    width: 100%
}

@media (max-width: 600px) {
    .select-wrapper {
        width: 100%
    }
}

.select-contain ul {
    padding-left: 0px !important;
}

.sf_date_field {
    padding-left: 0px;
}

#search-filter-form-3964 ul, #search-filter-form-2444 ul {
    padding-left: 0px;
}

#search-filter-form-3964 ul label, #search-filter-form-2444 ul label {
    position: relative;
    width: 100%
}

#search-filter-form-3964 ul label:before, #search-filter-form-2444 ul label:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

li.gfield {
    padding-left: 0 !important;
}

input[type="submit"] {
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
}

label[for="opt_in_news"] {
    display: block !important;
    margin-bottom: -22px;
    margin-left: 25px;
}

.parent-pageid-8395 .banner, .page-id-8395 .banner {
    margin-bottom: 26px;
}

#wpmem_login fieldset>div.button_div>.buttons, #wpmem_reg fieldset>div.button_div>.buttons {
    margin-right: 0;
}

#wpmem_msg .button, #wpmem_msg .post-password-form input[type="submit"], .post-password-form #wpmem_msg input[type="submit"], #wpmem_msg #wpmem_login .buttons, #wpmem_login #wpmem_msg .buttons, #wpmem_msg #wpmem_reg .buttons, #wpmem_reg #wpmem_msg .buttons {
    margin-right: 0;
}

.wpmem_msg .button, .wpmem_msg .post-password-form input[type="submit"], .post-password-form .wpmem_msg input[type="submit"], .wpmem_msg #wpmem_login .buttons, #wpmem_login .wpmem_msg .buttons, .wpmem_msg #wpmem_reg .buttons, #wpmem_reg .wpmem_msg .buttons {
    margin-right: 0px !important;
}

.gform_wrapper .gfield_radio label:after {
    border-radius: 50%
}

.gform_wrapper .gfield_radio input[type="radio"]:checked+label:before {
    opacity: 1;
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border: 0;
    background: #848484;
    border-radius: 50%
}

.notification.cookies-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--primary-color);
    padding: 14px 50px;
    color: white;
}

.notification.cookies-bar .notification__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification.cookies-bar .notification__content .notification__text {
    max-width: 75%;
    margin-right: 40px;
}

.notification.cookies-bar .notification__content .notification__text p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
}

.notification.cookies-bar .notification__content a {
    color: #901a19;
}

.notification.cookies-bar .notification__content a:not(.button):hover, .notification.cookies-bar .notification__content a:not(.button):focus {
    text-decoration: underline;
}

.notification.cookies-bar .notification__content .button--shadow {
    padding: 9px 13px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    border-color: #fff;
    color: #fff;
}

.notification.cookies-bar .notification__content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .notification.cookies-bar .buttons {
        display: block;
        margin-top: 30px;
    }

    .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons .post-password-form input[type="submit"], .post-password-form .notification.cookies-bar .buttons input[type="submit"], .notification.cookies-bar .buttons #wpmem_login .buttons, #wpmem_login .notification.cookies-bar .buttons .buttons, .notification.cookies-bar .buttons #wpmem_reg .buttons, #wpmem_reg .notification.cookies-bar .buttons .buttons {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .notification.cookies-bar {
        padding: 30px 30px 5px;
    }

    .notification.cookies-bar .notification__content {
        display: block;
    }

    .notification.cookies-bar .notification__content .notification__text {
        margin-right: 0px;
        max-width: 100%
    }

    .notification.cookies-bar .buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons .post-password-form input[type="submit"], .post-password-form .notification.cookies-bar .buttons input[type="submit"], .notification.cookies-bar .buttons #wpmem_login .buttons, #wpmem_login .notification.cookies-bar .buttons .buttons, .notification.cookies-bar .buttons #wpmem_reg .buttons, #wpmem_reg .notification.cookies-bar .buttons .buttons {
        margin-left: 0 !important;
        margin-right: 0px;
    }
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 26px;
}

input:checked+.slider {
    background-color: #66bb6a;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%
}

article>.wp-block-columns, article>.hotspot-image, article>#wpmem_login, article>h5.has-background, article>.wp-video, article>.wpmem_msg, article>#wpmem_reg, article>#wpmem_msg, article>.post-password-form, article>.gform_wrapper, article>p, article>iframe, article>blockquote, article>h2, #wpmem_login article>legend, #wpmem_reg article>legend, article>h3, article>h4, article>ul, article>ol, article .accordion, article>.wp-block-image, article>table, article>figure:not(.wp-block-gallery), article .columns, article .q-and-a, article .wp-block-file, article .wp-block-group, article>.instagram-feed {
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    max-width: 791px;
}

@media (max-width: 1000px) {
    article>.wp-block-columns, article>.hotspot-image, article>#wpmem_login, article>h5.has-background, article>.wp-video, article>.wpmem_msg, article>#wpmem_reg, article>#wpmem_msg, article>.post-password-form, article>.gform_wrapper, article>p, article>iframe, article>blockquote, article>h2, #wpmem_login article>legend, #wpmem_reg article>legend, article>h3, article>h4, article>ul, article>ol, article .accordion, article>.wp-block-image, article>table, article>figure: not(.wp-block-gallery), article .columns, article .q-and-a, article .wp-block-file, article .wp-block-group, article>.instagram-feed {
        margin-left: 8%;
        margin-right: 8%
    }
}

@media (max-width: 768px) {
    article>.wp-block-columns, article>.hotspot-image, article>#wpmem_login, article>h5.has-background, article>.wp-video, article>.wpmem_msg, article>#wpmem_reg, article>#wpmem_msg, article>.post-password-form, article>.gform_wrapper, article>p, article>iframe, article>blockquote, article>h2, #wpmem_login article>legend, #wpmem_reg article>legend, article>h3, article>h4, article>ul, article>ol, article .accordion, article>.wp-block-image, article>table, article>figure: not(.wp-block-gallery), article .columns, article .q-and-a, article .wp-block-file, article .wp-block-group, article>.instagram-feed {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    article>.wp-block-columns, article>.hotspot-image, article>#wpmem_login, article>h5.has-background, article>.wp-video, article>.wpmem_msg, article>#wpmem_reg, article>#wpmem_msg, article>.post-password-form, article>.gform_wrapper, article>p, article>iframe, article>blockquote, article>h2, #wpmem_login article>legend, #wpmem_reg article>legend, article>h3, article>h4, article>ul, article>ol, article .accordion, article>.wp-block-image, article>table, article>figure: not(.wp-block-gallery), article .columns, article .q-and-a, article .wp-block-file, article .wp-block-group, article>.instagram-feed {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1480px) {
    article>.wp-block-columns, article>.hotspot-image, article>#wpmem_login, article>h5.has-background, article>.wp-video, article>.wpmem_msg, article>#wpmem_reg, article>#wpmem_msg, article>.post-password-form, article>.gform_wrapper, article>p, article>iframe, article>blockquote, article>h2, #wpmem_login article>legend, #wpmem_reg article>legend, article>h3, article>h4, article>ul, article>ol, article .accordion, article>.wp-block-image, article>table, article>figure: not(.wp-block-gallery), article .columns, article .q-and-a, article .wp-block-file, article .wp-block-group, article>.instagram-feed {
        max-width: 1000px;
    }
}

article>a.button, .gform_wrapper article>a.gform_button.button, .gform_wrapper article>a.button, #wpmem_login article>a.buttons, #wpmem_reg article>a.buttons {
    margin-top: 20px;
}

article ol {
    padding-left: 33px;
}

article>#wpmem_msg {
    max-width: 591px;
}

article>.instagram-feed>a {
    margin-bottom: 10px;
}

#wpmem_login .buttons, #wpmem_reg .buttons {
    margin-right: 0;
}

#wpmem_login legend, #wpmem_reg legend {
    margin-bottom: 40px;
}

#wpmem_login .req, #wpmem_reg .req {
    color: #901a19 !important;
}

#wpmem_msg, .wpmem_msg {
    margin-top: 50px;
}

.page-id-8400 .child-pages-strip {
    margin-right: auto;
}

html.objectfit .page .banner .image-container, html.objectfit .single .banner .image-container, html.objectfit .home .banner .image-container {
    /*   background-image: none !important; */
}

.file-form .title--xl2, .file-form h1 {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .news-item__content {
        padding: 20px 30px;
        background-color: #EFF3F0;
    }

    article h2, article #wpmem_login legend, #wpmem_login article legend, article #wpmem_reg legend, #wpmem_reg article legend, article h3, article h4 {
        margin-bottom: 0;
    }

    .mob-banner .banner {
        padding-top: 70px;
        margin-bottom: 0;
    }

    .m-ad5 .grid-block--2 {
        padding-top: 0;
    }
}

@media only screen and (min-width: 767px) {
    .mob-box-only {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .mob-box-only {
        background: var(--primary-color);
        position: relative;
        padding: 25px;
    }

    .mob-box-only p {
        color: #ffffff;
    }

    .mob-banner .banner img, .mob-banner .banner .fadeIn, .mob-banner .banner .image-container {
        width: auto;
    }
}

.admission-only .banner__intro {
    bottom: 54px;
}
.top-nav__contact i {
    color: #fff;
    font-size: 25px;
}
.trustee h3 {
    font-size: 20px;
    font-weight: bold;
}
.trustee h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.trustee p {
    padding-top: 35px;
}
.rules-regulations {
    max-width: 90%;
    max-height: 400px;
    margin-top: 0px !important;
    padding-bottom: 96%;
}
@media (max-width: 991px) {
    .trustee p {
        padding-top: 0px;
    }
}
img.footer {
    width: 100px;
    margin-left: 5px;
    border-radius: 5px;
}