 /*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
html {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: 'wdth' 100;
    font-size: 16px;
    line-height: 1.5em;
}

html.disabled {
    overflow: hidden;
}

html.has-notice body {
    padding: 48px 0 0 0;
}

img {
    height: auto !important;
    max-width: 100%;
}

img:not([src]) {
    visibility: hidden;
}

p {
    margin: 0 0 32px 0;
}

a {
    color: inherit;
}

strong {
    font-weight: 700;
}

.clear {
    clear: both;
}

.anchor {
    position: relative;
    top: -64px;
}

@media screen and (min-width: 1280px) {
    .anchor {
        top: -96px;
    }
}

.owl-carousel {
    display: block;
}

.btn {
    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    line-height: 44px;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn--0 {
    background: #000 url(../img/arrow-right--0.svg) no-repeat right 12px center;
    color: #FFF;
    padding: 0 34px 0 12px;
}

.btn--1 {
    color: #000;
    padding: 0 12px;
}

.btn--2 {
    background: #FDB813 url(../img/arrow-right--1.svg) no-repeat right 12px center;
    color: #000;
    padding: 0 34px 0 12px;
}

h1 {
    font-size: 45px;
    line-height: 52px;
    margin: 0 0 32px 0;
}

h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 32px 0;
}

h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 32px 0;
}

h5 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px 0;
}

h6 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 32px 0;
}

.display-large {
    font-size: 45px;
    line-height: 52px;
}

.display-medium {
    font-size: 36px;
    line-height: 44px;
}

.display-small {
    font-size: 32px;
    line-height: 40px;
}

.headline-large {
    font-size: 28px;
    line-height: 36px;
}

.headline-medium {
    font-size: 24px;
    line-height: 32px;
}

.headline-small {
    font-size: 22px;
    line-height: 28px;
}

.title-large {
    font-size: 16px;
    line-height: 24px;
}

.title-medium {
    font-size: 16px;
    line-height: 24px;
}

.title-small {
    font-size: 14px;
    line-height: 20px;
}

.body-large {
    font-size: 16px;
    line-height: 24px;
}

.body-medium {
    font-size: 14px;
    line-height: 20px;
}

.body-small {
    font-size: 12px;
    line-height: 16px;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 57px;
        line-height: 64px;
    }

    h2 {
        font-size: 40px;
        line-height: 48px;
    }

    h3 {
        font-size: 36px;
        line-height: 44px;
    }

    h4 {
        font-size: 32px;
        line-height: 40px;
    }

    h5 {
        font-size: 28px;
        line-height: 36px;
    }

    h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .display-large {
        font-size: 57px;
        line-height: 64px;
    }

    .display-medium {
        font-size: 40px;
        line-height: 48px;
    }

    .display-small {
        font-size: 36px;
        line-height: 44px;
    }

    .headline-large {
        font-size: 32px;
        line-height: 40px;
    }

    .headline-medium {
        font-size: 28px;
        line-height: 36px;
    }

    .headline-small {
        font-size: 24px;
        line-height: 32px;
    }

    .title-large {
        font-size: 22px;
        line-height: 28px;
    }
}

/* Layout */
.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px;
}

@media screen and (min-width: 768px) {
    .container {
        padding: 0 24px;
    }
}

.row,
.row-12 {
    display: flex;
    flex-wrap: wrap;
}

.row-12 {
    margin-left: -12px;
    margin-right: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    box-sizing: border-box;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666666%;
}

.col-12 {
    width: 100%;
}

.order-1 {
    order: 0;
}

.order-2 {
    order: 1;
}

.order-3 {
    order: 2;
}

.order-4 {
    order: 3;
}

.order-5 {
    order: 4;
}

.order-6 {
    order: 5;
}

.order-7 {
    order: 6;
}

.order-8 {
    order: 7;
}

.order-9 {
    order: 8;
}

.order-10 {
    order: 9;
}

.order-11 {
    order: 10;
}

.order-12 {
    order: 11;
}

.push-0 {
    margin-left: 0;
}

.push-1 {
    margin-left: 8.3333333333%;
}

.push-2 {
    margin-left: 16.6666666666%;
}

.push-3 {
    margin-left: 25%;
}

.push-4 {
    margin-left: 33.3333333333%;
}

.push-5 {
    margin-left: 41.6666666666%;
}

.push-6 {
    margin-left: 50%;
}

.push-7 {
    margin-left: 58.3333333333%;
}

.push-8 {
    margin-left: 66.6666666666%;
}

.push-9 {
    margin-left: 75%;
}

.push-10 {
    margin-left: 83.3333333333%;
}

.push-11 {
    margin-left: 91.6666666666%;
}

.gutter-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.margin-0 {
    margin: 0;
}

.margin-16 {
    margin: 0 0 16px 0;
    min-height: 1px;
}

.margin-32 {
    margin: 0 0 32px 0;
    min-height: 1px;
}

@media screen and (min-width: 768px) {
    .col-1-768 {
        width: 8.3333333333%;
    }

    .col-2-768 {
        width: 16.6666666666%;
    }

    .col-3-768 {
        width: 25%;
    }

    .col-4-768 {
        width: 33.3333333333%;
    }

    .col-5-768 {
        width: 41.6666666666%;
    }

    .col-6-768 {
        width: 50%;
    }

    .col-7-768 {
        width: 58.3333333333%;
    }

    .col-8-768 {
        width: 66.6666666666%;
    }

    .col-9-768 {
        width: 75%;
    }

    .col-10-768 {
        width: 83.3333333333%;
    }

    .col-11-768 {
        width: 91.6666666666%;
    }

    .col-12-768 {
        width: 100%;
    }

    .order-1-768 {
        order: 0;
    }

    .order-2-768 {
        order: 1;
    }

    .order-3-768 {
        order: 2;
    }

    .order-4-768 {
        order: 3;
    }

    .order-5-768 {
        order: 4;
    }

    .order-6-768 {
        order: 5;
    }

    .order-7-768 {
        order: 6;
    }

    .order-8-768 {
        order: 7;
    }

    .order-9-768 {
        order: 8;
    }

    .order-10-768 {
        order: 9;
    }

    .order-11-768 {
        order: 10;
    }

    .order-12-768 {
        order: 11;
    }

    .push-0-768 {
        margin-left: 0;
    }

    .push-1-768 {
        margin-left: 8.3333333333%;
    }

    .push-2-768 {
        margin-left: 16.6666666666%;
    }

    .push-3-768 {
        margin-left: 25%;
    }

    .push-4-768 {
        margin-left: 33.3333333333%;
    }

    .push-5-768 {
        margin-left: 41.6666666666%;
    }

    .push-6-768 {
        margin-left: 50%;
    }

    .push-7-768 {
        margin-left: 58.3333333333%;
    }

    .push-8-768 {
        margin-left: 66.6666666666%;
    }

    .push-9-768 {
        margin-left: 75%;
    }

    .push-10-768 {
        margin-left: 83.3333333333%;
    }

    .push-11-768 {
        margin-left: 91.6666666666%;
    }
}

@media screen and (min-width: 1024px) {
    .col-1-1024 {
        width: 8.3333333333%;
    }

    .col-2-1024 {
        width: 16.6666666666%;
    }

    .col-3-1024 {
        width: 25%;
    }

    .col-4-1024 {
        width: 33.3333333333%;
    }

    .col-5-1024 {
        width: 41.6666666666%;
    }

    .col-6-1024 {
        width: 50%;
    }

    .col-7-1024 {
        width: 58.3333333333%;
    }

    .col-8-1024 {
        width: 66.6666666666%;
    }

    .col-9-1024 {
        width: 75%;
    }

    .col-10-1024 {
        width: 83.3333333333%;
    }

    .col-11-1024 {
        width: 91.6666666666%;
    }

    .col-12-1024 {
        width: 100%;
    }

    .order-1-1024 {
        order: 0;
    }

    .order-2-1024 {
        order: 1;
    }

    .order-3-1024 {
        order: 2;
    }

    .order-4-1024 {
        order: 3;
    }

    .order-5-1024 {
        order: 4;
    }

    .order-6-1024 {
        order: 5;
    }

    .order-7-1024 {
        order: 6;
    }

    .order-8-1024 {
        order: 7;
    }

    .order-9-1024 {
        order: 8;
    }

    .order-10-1024 {
        order: 9;
    }

    .order-11-1024 {
        order: 10;
    }

    .order-12-1024 {
        order: 11;
    }

    .push-0-1024 {
        margin-left: 0;
    }

    .push-1-1024 {
        margin-left: 8.3333333333%;
    }

    .push-2-1024 {
        margin-left: 16.6666666666%;
    }

    .push-3-1024 {
        margin-left: 25%;
    }

    .push-4-1024 {
        margin-left: 33.3333333333%;
    }

    .push-5-1024 {
        margin-left: 41.6666666666%;
    }

    .push-6-1024 {
        margin-left: 50%;
    }

    .push-7-1024 {
        margin-left: 58.3333333333%;
    }

    .push-8-1024 {
        margin-left: 66.6666666666%;
    }

    .push-9-1024 {
        margin-left: 75%;
    }

    .push-10-1024 {
        margin-left: 83.3333333333%;
    }

    .push-11-1024 {
        margin-left: 91.6666666666%;
    }
}

@media screen and (min-width: 1280px) {
    .col-1-1280 {
        width: 8.3333333333%;
    }

    .col-2-1280 {
        width: 16.6666666666%;
    }

    .col-3-1280 {
        width: 25%;
    }

    .col-4-1280 {
        width: 33.3333333333%;
    }

    .col-5-1280 {
        width: 41.6666666666%;
    }

    .col-6-1280 {
        width: 50%;
    }

    .col-7-1280 {
        width: 58.3333333333%;
    }

    .col-8-1280 {
        width: 66.6666666666%;
    }

    .col-9-1280 {
        width: 75%;
    }

    .col-10-1280 {
        width: 83.3333333333%;
    }

    .col-11-1280 {
        width: 91.6666666666%;
    }

    .col-12-1280 {
        width: 100%;
    }

    .order-1-1280 {
        order: 0;
    }

    .order-2-1280 {
        order: 1;
    }

    .order-3-1280 {
        order: 2;
    }

    .order-4-1280 {
        order: 3;
    }

    .order-5-1280 {
        order: 4;
    }

    .order-6-1280 {
        order: 5;
    }

    .order-7-1280 {
        order: 6;
    }

    .order-8-1280 {
        order: 7;
    }

    .order-9-1280 {
        order: 8;
    }

    .order-10-1280 {
        order: 9;
    }

    .order-11-1280 {
        order: 10;
    }

    .order-12-1280 {
        order: 11;
    }

    .push-0-1280 {
        margin-left: 0;
    }

    .push-1-1280 {
        margin-left: 8.3333333333%;
    }

    .push-2-1280 {
        margin-left: 16.6666666666%;
    }

    .push-3-1280 {
        margin-left: 25%;
    }

    .push-4-1280 {
        margin-left: 33.3333333333%;
    }

    .push-5-1280 {
        margin-left: 41.6666666666%;
    }

    .push-6-1280 {
        margin-left: 50%;
    }

    .push-7-1280 {
        margin-left: 58.3333333333%;
    }

    .push-8-1280 {
        margin-left: 66.6666666666%;
    }

    .push-9-1280 {
        margin-left: 75%;
    }

    .push-10-1280 {
        margin-left: 83.3333333333%;
    }

    .push-11-1280 {
        margin-left: 91.6666666666%;
    }
}

/* Table */
.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-cell.top {
    vertical-align: top;
}

.table-cell.middle {
    vertical-align: middle;
}

.table-cell.bottom {
    vertical-align: bottom;
}

/* Form */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.6;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.6;
}

::placeholder {
    color: inherit;
    opacity: 0.6;
}

input,
select,
textarea {
    border-radius: 0;
    color: inherit;
}

.messages {
    border: 1px solid #000;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 12px;
}

.success {
    color: #00964A;
}

.error,
.required {
    color: #ED1C24;
}

.errorlist {
    color: #ED1C24;
    font-weight: bold;
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}

/* Block */
.a-0 {
    background: #000;
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    height: 48px;
    left: 0;
    line-height: 16px;
    padding: 0 48px 0 16px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.a-0__0 {
    background: url(../img/close--0.svg) no-repeat 50% 50%;
    display: block;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}

.a-0__1 {
    align-items: center;
    display: flex;
    height: 100%;
}

.a-0__2 {
    max-height: 32px;
    overflow: hidden;
    width: 100%;
}

.a-0 p {
    margin: 0;
}

/* Header */
.a-1 {
    background: #FFF;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 1001;
}

html.has-notice .a-1 {
    top: 48px;
}

.a-1__0 {
    display: flex;
    gap: 12px;
    height: 64px;
    justify-content: space-between;
}

@media screen and (min-width: 1280px) {
    .a-1__0 {
        height: 96px;
    }
}

.a-1__1 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.a-1__2 {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
}

.a-1__3 {
    background: #FFF;
    box-sizing: border-box;
    height: 100%;
    max-width: 480px;
    overflow: auto;
    padding: 48px 24px 1px 24px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1003;
}

.a-1__4 {
    background: url(../img/close--1.svg) no-repeat 50% 50%;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}

/* Logo */
.a-2 {
}

.a-2__0 {
    height: 64px;
    width: 111px;
}

@media screen and (min-width: 1280px) {
    .a-2__0 {
        height: 96px;
        width: 167px;
    }
}

/* Link */
.a-3 {
    display: inline-block;
    font-weight: bold;
    line-height: 36px;
    padding: 0 12px;
    text-decoration: none;
}

.a-3--0 {
}

.a-3--1 {
    background: #FDB813;
}

/* Search button */
.a-4 {
    background: url(../img/search.svg) no-repeat 50% 50%;
    display: block;
    height: 36px;
    width: 36px;
}

/* Header button */
.a-5 {
    display: block;
    height: 36px;
    position: relative;
    width: 36px;
}

.a-5__0 {
    background: #000;
    display: block;
    height: 2px;
    left: 50%;
    margin: -1px 0 0 -12px;
    position: absolute;
    top: 50%;
    transition: background-color .25s;
    width: 24px;
}

.a-5__0:before {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -6px;
    transition: transform .25s;
    width: 100%;
}

.a-5__0:after {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 6px;
    transition: transform .25s;
    width: 100%;
}

/* Nav */
.a-6 {
    list-style: none;
    font-weight: bold;
    margin: 0 0 24px 0;
}

.a-6--0 {
    border-bottom: 2px solid #000;
    padding: 0 0 20px 0;
}

.a-6--1 {
    padding: 0;
}

.a-6__0 {
    margin: 0 0 4px 0;
}

.a-6__1 {
    text-decoration: none;
}

.a-6__1:hover,
.a-6__1.active {
    text-decoration: underline;
}

/* Block */
.a-7 {
}

.a-7__0 {
    background: #000;
    color: #FFF;
    overflow: hidden;
    padding: 32px 0 0 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .a-7__0 {
        padding: 64px 0 32px 0;
    }
}

.a-7__1 {
    height: 377px;
    margin: -64px 0 0 0;
    width: 595px;
}

@media screen and (min-width: 768px) {
    .a-7__1 {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}

.a-7__2 {
    padding: 32px 0 1px 0;
}

.a-7__3 {
    display: flex;
    justify-content: space-between;
}

/* Nav */
.a-8 {
    list-style: none;
}

.a-8--0 {
    border-bottom: 2px solid #FFF;
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
}

.a-8--1 {
    margin: 0 0 32px 0;
    padding: 0;
}

.a-8__0 {
    margin: 0 0 8px 0;
}

.a-8__1 {
    text-decoration: none;
}

.a-8__1:hover,
.a-8__1.active {
    text-decoration: underline;
}

/* Block */
.a-9 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-9__0 {
    background: #000;
}

/* Block */
.a-10 {
    padding: 32px 0 1px 0;
}

.a-10--0 {
    border-top: 1px solid #F3F3F3;
}

.a-10--1 {
    background: #F3F3F3;
}

/* Block */
.a-11 {
    border: 1px solid #E6E6E6;
    display: block;
    margin: 0 0 32px 0;
    text-decoration: none;
}

.a-11__0 {
    box-sizing: border-box;
    height: 100%;
    padding: 24px;
}

/* Block */
.a-12 {
    display: block;
    height: 330px;
    margin: 0 0 32px 0;
    position: relative;
}

.a-12__0 {
    height: 100% !important;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-12__1 {
    align-items: end;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    box-sizing: border-box;
    display: flex;
    height: 100%;
    left: 0;
    object-fit: cover;
    padding: 24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-12__2 {
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    line-height: 44px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 34px 0 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a-12--0 .a-12__2 {
    background-color: #000;
    background-image: url(../img/arrow-right--0.svg);
    color: #FFF;
}

.a-12--1 .a-12__2 {
    background-color: #FDB813;
    background-image: url(../img/arrow-right--1.svg);
}

/* Carousel */
.a-13 {
    margin: 0 0 32px 0;
}

.a-13__0 {
    margin: 0 0 24px 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .a-13__0 {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .a-13__1 {
        width: 150%;
    }
}

.a-13__2 .owl-next,
.a-13__2 .owl-prev {
    display: none;
}

@media screen and (min-width: 768px) {
    .a-13__2 .owl-next,
    .a-13__2 .owl-prev {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 2;
    }
}

.a-13__2 .owl-next {
    right: 0;
}

.a-13__2 .owl-prev {
    left: 0;
}

.a-13__2 .owl-next.disabled,
.a-13__2 .owl-prev.disabled {
    display: none;
}

.a-13__2 .owl-next span,
.a-13__2 .owl-prev span {
    background-color: #FFF;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    color: transparent;
    overflow: hidden;
    height: 48px;
    margin: -24px 0 0 0;
    position: absolute;
    top: 50%;
    width: 48px;
}

.a-13__2 .owl-next span {
    background-image: url(../img/next.svg);
    right: 24px;
}

.a-13__2 .owl-prev span {
    background-image: url(../img/prev.svg);
    left: 24px;
}

/*.a-13__3 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.a-13__4 {
    opacity: 0.6;
}

.a-13__4.active {
    opacity: 1;
}*/

/* Blockquote */
.a-14 {
    margin: 0;
}

/* Form */
.a-15 {
    background: #FFF;
    margin: 0 0 24px 0;
    padding: 32px 0 1px 0;
}

.a-15__0 {
    display: flex;
    flex-wrap: flex;
    gap: 8px;
    margin: 0 0 32px 0;
}

.a-15__1 {
    display: block;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.a-15__2 {
    border: 2px solid #000;
    box-sizing: border-box;
    display: block;
    height: 48px;
    margin: 0 0 24px 0;
    padding: 0 12px;
    width: 100%;
}

.a-15__3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px 0;
}

.a-15__4 {
    font-weight: bold;
}

.a-15__4 input {
    display: none;
}

.a-15__4 span {
    border: 2px solid;
    display: inline-block;
    line-height: 32px;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a-15__4 input:checked + span {
    background-color: #000 !important;
    border-color: #000;
    color: #FFF !important;
}

/* Divider */
.a-16 {
    border-bottom: 2px solid #000;
    margin: 0 0 24px 0;
}

/* Block */
.a-18 {
    background: #F3F3F3;
}

.a-18__0 {
    padding: 32px 0 1px 0;
}

/* Block */
.a-19 {
    margin: 0 0 32px 0;
}

.a-19__0 {
    display: block;
    margin: 0 0 16px 0;
    text-decoration: none;
}

.a-19__1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    gap: 8px;
    margin: 0 0 8px 0;
}

.a-19__2 {
    border: 2px solid;
    display: inline-block;
    line-height: 24px;
    padding: 0 4px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a-19__3 {
    margin: 0 0 8px 0;
}

.a-19__4 {
    text-decoration: none;
}

/* Pagination */
.a-20 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 32px 0;
}

.a-20__0 {
    text-decoration: none;
}

.a-20__0:hover,
.a-20__0.active {
    text-decoration: underline;
}

/* Video */
.a-21 {
    background: #000;
    margin: 0 0 32px 0;
    padding: 56.25% 0 0 0;
    position: relative;
}

.a-21 iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Block */
.a-22 {
    height: 75vh;
    margin: 0 0 32px 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .a-22 {
        height: 768px;
    }
}

.a-22__0 {
    height: 100%;
    position: relative;
    z-index: 1;
}

.a-22__1 {
    box-sizing: border-box;
    display: none;
    height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
    z-index: 2;
}

.a-22__1.active {
    display: block;
}

.a-22__2 {
    background: #FFF;
    padding: 48px 12px 12px 12px;
    position: relative;
}

.a-22__3 {
    background: url(../img/close--1.svg) no-repeat 50% 50%;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    z-index: 2;
}

/* Block */
.a-23 {
    display: block;
    text-decoration: none;
}

.a-23__0 {
    display: block;
    margin: 0 0 12px 0;
}

.a-23__1 {
    margin: 0 0 8px 0;
}

/* leaflet */
.leaflet-tile-pane {
    filter: grayscale(100%);
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: none;
}

.leaflet-left .leaflet-control {
    margin-left: 12px;
}

.leaflet-top .leaflet-control {
    margin-top: 12px;
}

.leaflet-touch .leaflet-bar a {
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 0 4px 0;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #FFF;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.my-div-icon {
    background: url(../img/marker.svg) no-repeat;
}

.my-div-icon-2 {
    background: url(../img/marker-2.svg) no-repeat;
    box-sizing: border-box;
    color: #FFF;
    font-weight: bold;
    padding: 18px 0 0 0;
    text-align: center;
}

/* Form */
.a-24 {
}

.a-24 label {
    display: inline-block;
    margin: 0 0 8px 0;
}

.a-24 input[type="email"],
.a-24 input[type="password"],
.a-24 input[type="text"],
.a-24 input[type="url"],
.a-24 select {
    background: none;
    border: 1px solid #000;
    box-sizing: border-box;
    display: block;
    height: 48px;
    margin: 0 0 16px 0;
    padding: 0 12px;
    width: 100%;
}

.a-24 textarea {
    background: none;
    border: 1px solid #000;
    box-sizing: border-box;
    display: block;
    height: 200px;
    line-height: 1.25em;
    margin: 0 0 16px 0;
    padding: 12px;
    width: 100%;
}

.a-24 .helptext {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
}

.a-24 .helptext ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.a-24 input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    box-sizing: border-box;
    height: 24px;
    margin: 0 12px 0 0;
    vertical-align: middle;
    width: 24px;
}

.a-24 input[type="checkbox"]:checked {
    background-color: #000;
    background-image: url(../img/tick.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* Block */
.a-25 {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-25__0 {
}

.a-25__1 {
}

/* Block */
.a-26 {
    border-collapse: collapse;
    margin: 0 0 32px 0;
    width: 100%;
}

.a-26 th {
    border: 1px solid;
    padding: 8px;
    text-align: left;
}

.a-26 td {
    border: 1px solid;
    padding: 8px;
}

/* Block */
.a-27 {
    display: flex;
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}

.a-27__0 {
    border-right: 1px solid;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
}

.a-27__0:last-child {
    border-right: none;
    margin: 0;
    padding: 0;
}

.a-27__1 {
    text-decoration: none;
}

.a-27__1.active {
    text-decoration: underline;
}

/* Social */
.a-28 {
    display: flex;
    flex-wrap: wrap;
    font-size: 2em;
    gap: 12px;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-28__0 {
}

.a-28__1 {
}

/* Block */
.a-29 {
    color: #FFF;
    margin: 0 0 32px 0;
    overflow: hidden;
    position: relative;
}

.a-29__0 {
    height: 100% !important;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-29__1 {
    min-height: 512px;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .a-29__1 {
        min-height: 768px;
    }
}

.a-29__2 {
    background: rgba(0, 0, 0, 0.6);
    padding: 32px 24px 1px 24px;
}

/* Block */
.a-30 {
}

.a-30__0 {
    border: 2px solid #000;
    box-sizing: border-box;
    color: #000;
    display: block;
    height: 48px;
    margin: 0 0 12px 0;
    padding: 0 12px;
    width: 100%;
}

/* Map */
.a-31 {
    margin: 0 0 32px 0;
    padding: 56.25% 0 0 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
