@charset "UTF-8";
/* @font-face {
    font-family: 'Playfair Display', serif;
    src: url(https://www.aaroninfra.com/assets/fonts/tesseractweb-extralight.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/tesseractweb-extralight.woff) format("woff");
}
@font-face {
    font-family: 'Playfair Display', serif;
    src: url(https://www.aaroninfra.com/assets/fonts/tesseractweb-extralightitalic.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/tesseractweb-extralightitalic.woff) format("woff");
}
@font-face {
    font-family: 'Playfair Display', serif;
    src: url(https://www.aaroninfra.com/assets/fonts/tesseractweb-light.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/tesseractweb-light.woff) format("woff");
}
@font-face {
    font-family: 'Playfair Display', serif;
    src: url(https://www.aaroninfra.com/assets/fonts/Tesseract-Bold.eot);
    src: url(https://www.aaroninfra.com/assets/fonts/Tesseract-Bold.eot?#iefix) format("embedded-opentype"), url(https://www.aaroninfra.com/assets/fonts/Tesseract-Bold.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/Tesseract-Bold.woff) format("woff"),
        url(https://www.aaroninfra.com/assets/fonts/Tesseract-Bold.ttf) format("truetype"), url(https://www.aaroninfra.com/assets/fonts/Tesseract-Bold.svg#Tesseract-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display', serif;
    src: url(https://www.aaroninfra.com/assets/fonts/EyeCatchingW01-Regular.eot);
    src: url(https://www.aaroninfra.com/assets/fonts/EyeCatchingW01-Regular.eot?#iefix) format("embedded-opentype"), url(https://www.aaroninfra.com/assets/fonts/EyeCatchingW01-Regular.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/EyeCatchingW01-Regular.woff) format("woff"),
        url(https://www.aaroninfra.com/assets/fonts/EyeCatchingW01-Regular.ttf) format("truetype"), url(https://www.aaroninfra.com/assets/fonts/EyeCatchingW01-Regular.svg#EyeCatchingW01-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: RF Rufo;
    src: url(https://www.aaroninfra.com/assets/fonts/RFRufo-Light.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/RFRufo-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: RF Rufo;
    src: url(https://www.aaroninfra.com/assets/fonts/RFRufo-Regular.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/RFRufo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Halvar Mittelschrift;
    src: url(https://www.aaroninfra.com/assets/fonts/HalvarMittel-Lt.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/HalvarMittel-Lt.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Halvar Engschrift;
    src: url(https://www.aaroninfra.com/assets/fonts/HalvarEng-Th.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/HalvarEng-Th.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Halvar Engschrift;
    src: url(https://www.aaroninfra.com/assets/fonts/HalvarEng-Lt.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/HalvarEng-Lt.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Halvar Engschrift;
    src: url(https://www.aaroninfra.com/assets/fonts/HalvarEng-Rg.woff2) format("woff2"), url(https://www.aaroninfra.com/assets/fonts/HalvarEng-Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --w-bar: 70px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, liberation sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #ed3237;
    text-align: left;
    background-color: #fff;
    /* background-color: #f2ede0; */
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    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: 0.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: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #ed3237;
    text-decoration: underline;
    background-color: transparent;
}
a:hover {
    color: #ed3237;
    text-decoration: none;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    /* font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
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: 1rem;
    padding-bottom: 1rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
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;
}
[role="button"] {
    cursor: pointer;
}
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"] {
    box-sizing: border-box;
    padding: 0;
}
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: 0.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;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: 100%;
}
@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1300px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ed3237;
}
.table th,
.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid rgba(49, 79, 64, 0.25);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(49, 79, 64, 0.25);
}
.table tbody + tbody {
    border-top: 2px solid rgba(49, 79, 64, 0.25);
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid rgba(49, 79, 64, 0.25);
}
.table-bordered th,
.table-bordered td {
    border: 1px solid rgba(49, 79, 64, 0.25);
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #ed3237;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #c5ceca;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #94a39c;
}
.table-hover .table-primary:hover {
    background-color: #b7c2bd;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b7c2bd;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #ebc9c3;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #da9b90;
}
.table-hover .table-secondary:hover {
    background-color: #e5b8b0;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #e5b8b0;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c5ceca;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #94a39c;
}
.table-hover .table-success:hover {
    background-color: #b7c2bd;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b7c2bd;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #f4ebc6;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #eada95;
}
.table-hover .table-warning:hover {
    background-color: #f0e4b1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #f0e4b1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #ebc9c3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #da9b90;
}
.table-hover .table-danger:hover {
    background-color: #e5b8b0;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #e5b8b0;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: rgba(49, 79, 64, 0.25);
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1023.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1299.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 2rem + 2px);
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ed3237;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(49, 79, 64, 0.25);
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #ed3237;
    background-color: #fff;
    border-color: rgba(49, 79, 64, 0.25);
    outline: 0;
    box-shadow: none !important;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #ed3237;
}
select.form-control:focus::-ms-value {
    color: #ed3237;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(1rem + 1px);
    padding-bottom: calc(1rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #ed3237;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.2rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.4rem;
    margin-left: -1.2rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 1rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.4rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ed3237;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(49, 79, 64, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.was-validated:valid ~ .valid-feedback,
.was-validated:valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #ed3237;
    padding-right: calc(1.5em + 2rem) !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMzMTRmNDAnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.5rem) center;
    background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 4rem !important;
    background-position: right 2rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 2rem);
    background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #ed3237;
    padding-right: calc(0.75em + 3.5rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ed3237' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            center right 2rem / calc(0.75em + 1rem) calc(0.75em + 1rem) no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #ed3237;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #ed3237;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #ed3237;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #456e5a;
    background-color: #456e5a;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ed3237;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #ed3237;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ed3237;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(183, 62, 42, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.was-validated:invalid ~ .invalid-feedback,
.was-validated:invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ed3237;
    padding-right: calc(1.5em + 2rem) !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.5rem) center;
    background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 4rem !important;
    background-position: right 2rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 2rem);
    background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ed3237;
    padding-right: calc(0.75em + 3.5rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat,
        #fff none center right 2rem / calc(0.75em + 1rem) calc(0.75em + 1rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #ed3237;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #ed3237;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ed3237;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #d35541;
    background-color: #d35541;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ed3237;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ed3237;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ed3237;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #ed3237;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none !important;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary,
.umbraco-forms-page.form-btn-primary .btn {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-primary:hover,
.umbraco-forms-page.form-btn-primary .btn:hover {
    color: #fff;
    background-color: #22372d;
    border-color: #1d3027;
}
.btn-primary:focus,
.umbraco-forms-page.form-btn-primary .btn:focus,
.btn-primary.focus,
.umbraco-forms-page.form-btn-primary .focus.btn {
    color: #fff;
    background-color: #22372d;
    border-color: #1d3027;
    box-shadow: 0 0 0 0.2rem rgba(80, 105, 93, 0.5);
}
.btn-primary.disabled,
.umbraco-forms-page.form-btn-primary .disabled.btn,
.btn-primary:disabled,
.umbraco-forms-page.form-btn-primary .btn:disabled {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-primary:not(:disabled):not(.disabled):active,
.umbraco-forms-page.form-btn-primary .btn:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.umbraco-forms-page.form-btn-primary .btn:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.umbraco-forms-page.form-btn-primary .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: #1d3027;
    border-color: #192820;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.umbraco-forms-page.form-btn-primary .btn:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.umbraco-forms-page.form-btn-primary .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.umbraco-forms-page.form-btn-primary .show > .dropdown-toggle.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 105, 93, 0.5);
}
.btn-secondary,
.umbraco-forms-page.form-btn-secondary .btn {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-secondary:hover,
.umbraco-forms-page.form-btn-secondary .btn:hover {
    color: #fff;
    background-color: #983323;
    border-color: #8e3020;
}
.btn-secondary:focus,
.umbraco-forms-page.form-btn-secondary .btn:focus,
.btn-secondary.focus,
.umbraco-forms-page.form-btn-secondary .focus.btn {
    color: #fff;
    background-color: #983323;
    border-color: #8e3020;
    box-shadow: 0 0 0 0.2rem rgba(194, 91, 74, 0.5);
}
.btn-secondary.disabled,
.umbraco-forms-page.form-btn-secondary .disabled.btn,
.btn-secondary:disabled,
.umbraco-forms-page.form-btn-secondary .btn:disabled {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.umbraco-forms-page.form-btn-secondary .btn:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.umbraco-forms-page.form-btn-secondary .btn:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.umbraco-forms-page.form-btn-secondary .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: #8e3020;
    border-color: #832c1e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.umbraco-forms-page.form-btn-secondary .btn:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.umbraco-forms-page.form-btn-secondary .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.umbraco-forms-page.form-btn-secondary .show > .dropdown-toggle.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 91, 74, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-success:hover {
    color: #fff;
    background-color: #22372d;
    border-color: #1d3027;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #22372d;
    border-color: #1d3027;
    box-shadow: 0 0 0 0.2rem rgba(80, 105, 93, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1d3027;
    border-color: #192820;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 105, 93, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #373435;
    border-color: #373435;
}
.btn-warning:hover {
    color: #212529;
    background-color: #bfa126;
    border-color: #b49824;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #bfa126;
    border-color: #b49824;
    box-shadow: 0 0 0 0.2rem rgba(188, 161, 50, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #373435;
    border-color: #373435;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b49824;
    border-color: #aa8f21;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(188, 161, 50, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-danger:hover {
    color: #fff;
    background-color: #983323;
    border-color: #8e3020;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #983323;
    border-color: #8e3020;
    box-shadow: 0 0 0 0.2rem rgba(194, 91, 74, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8e3020;
    border-color: #832c1e;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 91, 74, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary,
.umbraco-forms-page.form-btn-outline-primary .btn {
    color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-primary:hover,
.umbraco-forms-page.form-btn-outline-primary .btn:hover {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-primary:focus,
.umbraco-forms-page.form-btn-outline-primary .btn:focus,
.btn-outline-primary.focus,
.umbraco-forms-page.form-btn-outline-primary .focus.btn {
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.5);
}
.btn-outline-primary.disabled,
.umbraco-forms-page.form-btn-outline-primary .disabled.btn,
.btn-outline-primary:disabled,
.umbraco-forms-page.form-btn-outline-primary .btn:disabled {
    color: #ed3237;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.umbraco-forms-page.form-btn-outline-primary .btn:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.umbraco-forms-page.form-btn-outline-primary .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.umbraco-forms-page.form-btn-outline-primary .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.umbraco-forms-page.form-btn-outline-primary .btn:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.umbraco-forms-page.form-btn-outline-primary .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.umbraco-forms-page.form-btn-outline-primary .show > .dropdown-toggle.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.5);
}
.btn-outline-secondary,
.umbraco-forms-page.form-btn-outline-secondary .btn {
    color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-secondary:hover,
.umbraco-forms-page.form-btn-outline-secondary .btn:hover {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-secondary:focus,
.umbraco-forms-page.form-btn-outline-secondary .btn:focus,
.btn-outline-secondary.focus,
.umbraco-forms-page.form-btn-outline-secondary .focus.btn {
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.5);
}
.btn-outline-secondary.disabled,
.umbraco-forms-page.form-btn-outline-secondary .disabled.btn,
.btn-outline-secondary:disabled,
.umbraco-forms-page.form-btn-outline-secondary .btn:disabled {
    color: #ed3237;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.umbraco-forms-page.form-btn-outline-secondary .btn:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.umbraco-forms-page.form-btn-outline-secondary .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.umbraco-forms-page.form-btn-outline-secondary .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.umbraco-forms-page.form-btn-outline-secondary .btn:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.umbraco-forms-page.form-btn-outline-secondary .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.umbraco-forms-page.form-btn-outline-secondary .show > .dropdown-toggle.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.5);
}
.btn-outline-success {
    color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #ed3237;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 79, 64, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #373435;
    border-color: #373435;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #373435;
    border-color: #373435;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 183, 52, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #373435;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #373435;
    border-color: #373435;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 183, 52, 0.5);
}
.btn-outline-danger {
    color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ed3237;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 62, 42, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #ed3237;
    text-decoration: underline;
}
.btn-link:hover {
    color: #ed3237;
    text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.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: flex !important;
}
.d-inline-flex {
    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: flex !important;
    }
    .d-sm-inline-flex {
        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: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1024px) {
    .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: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1300px) {
    .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: flex !important;
    }
    .d-xl-inline-flex {
        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: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.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;
}
.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-right: 20px;
    padding-left: 20px;
}
.row:not(.no-gutters) {
    margin-right: -2.5px;
    margin-left: -2.5px;
}
.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px;
}
@media (min-width: 576px) {
    .container,
    .container-fluid,
    .container-xs,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row:not(.no-gutters) {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
    .row:not(.no-gutters) > .col,
    .row:not(.no-gutters) > [class*="col-"] {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-fluid,
    .container-xs,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 70px;
        padding-left: 70px;
    }
    .row:not(.no-gutters) {
        margin-right: -10px;
        margin-left: -10px;
    }
    .row:not(.no-gutters) > .col,
    .row:not(.no-gutters) > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .container,
    .container-fluid,
    .container-xs,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 9vw;
        padding-left: 9vw;
    }
    .row:not(.no-gutters) {
        margin-right: -20px;
        margin-left: -20px;
    }
    .row:not(.no-gutters) > .col,
    .row:not(.no-gutters) > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .container,
    .container-fluid,
    .container-xs,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 11vw;
        padding-left: 11vw;
    }
    .row:not(.no-gutters) {
        margin-right: -20px;
        margin-left: -20px;
    }
    .row:not(.no-gutters) > .col,
    .row:not(.no-gutters) > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}
html[dir="rtl"] .offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
}
html[dir="rtl"] .offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
}
html[dir="rtl"] .offset-3 {
    margin-left: 0;
    margin-right: 25%;
}
html[dir="rtl"] .offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
}
html[dir="rtl"] .offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
}
html[dir="rtl"] .offset-6 {
    margin-left: 0;
    margin-right: 50%;
}
html[dir="rtl"] .offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
}
html[dir="rtl"] .offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
}
html[dir="rtl"] .offset-9 {
    margin-left: 0;
    margin-right: 75%;
}
html[dir="rtl"] .offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
}
html[dir="rtl"] .offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
}
html[dir="rtl"] .offset-sm-0 {
    margin-left: 0;
    margin-right: 0;
}
html[dir="rtl"] .offset-sm-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
}
html[dir="rtl"] .offset-sm-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
}
html[dir="rtl"] .offset-sm-3 {
    margin-left: 0;
    margin-right: 25%;
}
html[dir="rtl"] .offset-sm-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
}
html[dir="rtl"] .offset-sm-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
}
html[dir="rtl"] .offset-sm-6 {
    margin-left: 0;
    margin-right: 50%;
}
html[dir="rtl"] .offset-sm-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
}
html[dir="rtl"] .offset-sm-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
}
html[dir="rtl"] .offset-sm-9 {
    margin-left: 0;
    margin-right: 75%;
}
html[dir="rtl"] .offset-sm-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
}
html[dir="rtl"] .offset-sm-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
}
html[dir="rtl"] .offset-md-0 {
    margin-left: 0;
    margin-right: 0;
}
html[dir="rtl"] .offset-md-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
}
html[dir="rtl"] .offset-md-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
}
html[dir="rtl"] .offset-md-3 {
    margin-left: 0;
    margin-right: 25%;
}
html[dir="rtl"] .offset-md-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
}
html[dir="rtl"] .offset-md-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
}
html[dir="rtl"] .offset-md-6 {
    margin-left: 0;
    margin-right: 50%;
}
html[dir="rtl"] .offset-md-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
}
html[dir="rtl"] .offset-md-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
}
html[dir="rtl"] .offset-md-9 {
    margin-left: 0;
    margin-right: 75%;
}
html[dir="rtl"] .offset-md-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
}
html[dir="rtl"] .offset-md-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
}
html[dir="rtl"] .offset-lg-0 {
    margin-left: 0;
    margin-right: 0;
}
html[dir="rtl"] .offset-lg-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
}
html[dir="rtl"] .offset-lg-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
}
html[dir="rtl"] .offset-lg-3 {
    margin-left: 0;
    margin-right: 25%;
}
html[dir="rtl"] .offset-lg-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
}
html[dir="rtl"] .offset-lg-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
}
html[dir="rtl"] .offset-lg-6 {
    margin-left: 0;
    margin-right: 50%;
}
html[dir="rtl"] .offset-lg-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
}
html[dir="rtl"] .offset-lg-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
}
html[dir="rtl"] .offset-lg-9 {
    margin-left: 0;
    margin-right: 75%;
}
html[dir="rtl"] .offset-lg-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
}
html[dir="rtl"] .offset-lg-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
}
html[dir="rtl"] .offset-xl-0 {
    margin-left: 0;
    margin-right: 0;
}
html[dir="rtl"] .offset-xl-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
}
html[dir="rtl"] .offset-xl-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
}
html[dir="rtl"] .offset-xl-3 {
    margin-left: 0;
    margin-right: 25%;
}
html[dir="rtl"] .offset-xl-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
}
html[dir="rtl"] .offset-xl-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
}
html[dir="rtl"] .offset-xl-6 {
    margin-left: 0;
    margin-right: 50%;
}
html[dir="rtl"] .offset-xl-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
}
html[dir="rtl"] .offset-xl-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
}
html[dir="rtl"] .offset-xl-9 {
    margin-left: 0;
    margin-right: 75%;
}
html[dir="rtl"] .offset-xl-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
}
html[dir="rtl"] .offset-xl-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
}
.container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .container {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 1024px) {
    .container {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 1300px) {
    .container {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
#ui-datepicker-div {
    z-index: 999 !important;
    background-image: none !important;
    width: 300px;
}
ul.unstyled-list,
ol.unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.unstyled-list > li,
ol.unstyled-list > li {
    margin: 0;
}
ul.unstyled-list > li:before,
ol.unstyled-list > li:before {
    display: none;
}
.w-100 {
    width: 100% !important;
}
.umbraco-forms-container .row:not(.no-gutters) {
    margin-right: -20px;
    margin-left: -20px;
}
.umbraco-forms-container .row:not(.no-gutters) > .col,
.umbraco-forms-container .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}
.form-group.order-last,
.w-100.order-last {
    order: 51;
}
.form-group.order-0,
.w-100.order-0 {
    order: 0;
}
.form-group.order-1,
.w-100.order-1 {
    order: 1;
}
.form-group.order-2,
.w-100.order-2 {
    order: 2;
}
.form-group.order-3,
.w-100.order-3 {
    order: 3;
}
.form-group.order-4,
.w-100.order-4 {
    order: 4;
}
.form-group.order-5,
.w-100.order-5 {
    order: 5;
}
.form-group.order-6,
.w-100.order-6 {
    order: 6;
}
.form-group.order-7,
.w-100.order-7 {
    order: 7;
}
.form-group.order-8,
.w-100.order-8 {
    order: 8;
}
.form-group.order-9,
.w-100.order-9 {
    order: 9;
}
.form-group.order-10,
.w-100.order-10 {
    order: 10;
}
.form-group.order-11,
.w-100.order-11 {
    order: 11;
}
.form-group.order-12,
.w-100.order-12 {
    order: 12;
}
.form-group.order-13,
.w-100.order-13 {
    order: 13;
}
.form-group.order-14,
.w-100.order-14 {
    order: 14;
}
.form-group.order-15,
.w-100.order-15 {
    order: 15;
}
.form-group.order-16,
.w-100.order-16 {
    order: 16;
}
.form-group.order-17,
.w-100.order-17 {
    order: 17;
}
.form-group.order-18,
.w-100.order-18 {
    order: 18;
}
.form-group.order-19,
.w-100.order-19 {
    order: 19;
}
.form-group.order-20,
.w-100.order-20 {
    order: 20;
}
.form-group.order-21,
.w-100.order-21 {
    order: 21;
}
.form-group.order-22,
.w-100.order-22 {
    order: 22;
}
.form-group.order-23,
.w-100.order-23 {
    order: 23;
}
.form-group.order-24,
.w-100.order-24 {
    order: 24;
}
.form-group.order-25,
.w-100.order-25 {
    order: 25;
}
.form-group.order-26,
.w-100.order-26 {
    order: 26;
}
.form-group.order-27,
.w-100.order-27 {
    order: 27;
}
.form-group.order-28,
.w-100.order-28 {
    order: 28;
}
.form-group.order-29,
.w-100.order-29 {
    order: 29;
}
.form-group.order-30,
.w-100.order-30 {
    order: 30;
}
.form-group.order-31,
.w-100.order-31 {
    order: 31;
}
.form-group.order-32,
.w-100.order-32 {
    order: 32;
}
.form-group.order-33,
.w-100.order-33 {
    order: 33;
}
.form-group.order-34,
.w-100.order-34 {
    order: 34;
}
.form-group.order-35,
.w-100.order-35 {
    order: 35;
}
.form-group.order-36,
.w-100.order-36 {
    order: 36;
}
.form-group.order-37,
.w-100.order-37 {
    order: 37;
}
.form-group.order-38,
.w-100.order-38 {
    order: 38;
}
.form-group.order-39,
.w-100.order-39 {
    order: 39;
}
.form-group.order-40,
.w-100.order-40 {
    order: 40;
}
.form-group.order-41,
.w-100.order-41 {
    order: 41;
}
.form-group.order-42,
.w-100.order-42 {
    order: 42;
}
.form-group.order-43,
.w-100.order-43 {
    order: 43;
}
.form-group.order-44,
.w-100.order-44 {
    order: 44;
}
.form-group.order-45,
.w-100.order-45 {
    order: 45;
}
.form-group.order-46,
.w-100.order-46 {
    order: 46;
}
.form-group.order-47,
.w-100.order-47 {
    order: 47;
}
.form-group.order-48,
.w-100.order-48 {
    order: 48;
}
.form-group.order-49,
.w-100.order-49 {
    order: 49;
}
.form-group.order-50,
.w-100.order-50 {
    order: 50;
}
@media (min-width: 576px) {
    .form-group.order-sm-last,
    .w-100.order-sm-last {
        order: 51;
    }
    .form-group.order-sm-0,
    .w-100.order-sm-0 {
        order: 0;
    }
    .form-group.order-sm-1,
    .w-100.order-sm-1 {
        order: 1;
    }
    .form-group.order-sm-2,
    .w-100.order-sm-2 {
        order: 2;
    }
    .form-group.order-sm-3,
    .w-100.order-sm-3 {
        order: 3;
    }
    .form-group.order-sm-4,
    .w-100.order-sm-4 {
        order: 4;
    }
    .form-group.order-sm-5,
    .w-100.order-sm-5 {
        order: 5;
    }
    .form-group.order-sm-6,
    .w-100.order-sm-6 {
        order: 6;
    }
    .form-group.order-sm-7,
    .w-100.order-sm-7 {
        order: 7;
    }
    .form-group.order-sm-8,
    .w-100.order-sm-8 {
        order: 8;
    }
    .form-group.order-sm-9,
    .w-100.order-sm-9 {
        order: 9;
    }
    .form-group.order-sm-10,
    .w-100.order-sm-10 {
        order: 10;
    }
    .form-group.order-sm-11,
    .w-100.order-sm-11 {
        order: 11;
    }
    .form-group.order-sm-12,
    .w-100.order-sm-12 {
        order: 12;
    }
    .form-group.order-sm-13,
    .w-100.order-sm-13 {
        order: 13;
    }
    .form-group.order-sm-14,
    .w-100.order-sm-14 {
        order: 14;
    }
    .form-group.order-sm-15,
    .w-100.order-sm-15 {
        order: 15;
    }
    .form-group.order-sm-16,
    .w-100.order-sm-16 {
        order: 16;
    }
    .form-group.order-sm-17,
    .w-100.order-sm-17 {
        order: 17;
    }
    .form-group.order-sm-18,
    .w-100.order-sm-18 {
        order: 18;
    }
    .form-group.order-sm-19,
    .w-100.order-sm-19 {
        order: 19;
    }
    .form-group.order-sm-20,
    .w-100.order-sm-20 {
        order: 20;
    }
    .form-group.order-sm-21,
    .w-100.order-sm-21 {
        order: 21;
    }
    .form-group.order-sm-22,
    .w-100.order-sm-22 {
        order: 22;
    }
    .form-group.order-sm-23,
    .w-100.order-sm-23 {
        order: 23;
    }
    .form-group.order-sm-24,
    .w-100.order-sm-24 {
        order: 24;
    }
    .form-group.order-sm-25,
    .w-100.order-sm-25 {
        order: 25;
    }
    .form-group.order-sm-26,
    .w-100.order-sm-26 {
        order: 26;
    }
    .form-group.order-sm-27,
    .w-100.order-sm-27 {
        order: 27;
    }
    .form-group.order-sm-28,
    .w-100.order-sm-28 {
        order: 28;
    }
    .form-group.order-sm-29,
    .w-100.order-sm-29 {
        order: 29;
    }
    .form-group.order-sm-30,
    .w-100.order-sm-30 {
        order: 30;
    }
    .form-group.order-sm-31,
    .w-100.order-sm-31 {
        order: 31;
    }
    .form-group.order-sm-32,
    .w-100.order-sm-32 {
        order: 32;
    }
    .form-group.order-sm-33,
    .w-100.order-sm-33 {
        order: 33;
    }
    .form-group.order-sm-34,
    .w-100.order-sm-34 {
        order: 34;
    }
    .form-group.order-sm-35,
    .w-100.order-sm-35 {
        order: 35;
    }
    .form-group.order-sm-36,
    .w-100.order-sm-36 {
        order: 36;
    }
    .form-group.order-sm-37,
    .w-100.order-sm-37 {
        order: 37;
    }
    .form-group.order-sm-38,
    .w-100.order-sm-38 {
        order: 38;
    }
    .form-group.order-sm-39,
    .w-100.order-sm-39 {
        order: 39;
    }
    .form-group.order-sm-40,
    .w-100.order-sm-40 {
        order: 40;
    }
    .form-group.order-sm-41,
    .w-100.order-sm-41 {
        order: 41;
    }
    .form-group.order-sm-42,
    .w-100.order-sm-42 {
        order: 42;
    }
    .form-group.order-sm-43,
    .w-100.order-sm-43 {
        order: 43;
    }
    .form-group.order-sm-44,
    .w-100.order-sm-44 {
        order: 44;
    }
    .form-group.order-sm-45,
    .w-100.order-sm-45 {
        order: 45;
    }
    .form-group.order-sm-46,
    .w-100.order-sm-46 {
        order: 46;
    }
    .form-group.order-sm-47,
    .w-100.order-sm-47 {
        order: 47;
    }
    .form-group.order-sm-48,
    .w-100.order-sm-48 {
        order: 48;
    }
    .form-group.order-sm-49,
    .w-100.order-sm-49 {
        order: 49;
    }
    .form-group.order-sm-50,
    .w-100.order-sm-50 {
        order: 50;
    }
}
@media (min-width: 768px) {
    .form-group.order-md-last,
    .w-100.order-md-last {
        order: 51;
    }
    .form-group.order-md-0,
    .w-100.order-md-0 {
        order: 0;
    }
    .form-group.order-md-1,
    .w-100.order-md-1 {
        order: 1;
    }
    .form-group.order-md-2,
    .w-100.order-md-2 {
        order: 2;
    }
    .form-group.order-md-3,
    .w-100.order-md-3 {
        order: 3;
    }
    .form-group.order-md-4,
    .w-100.order-md-4 {
        order: 4;
    }
    .form-group.order-md-5,
    .w-100.order-md-5 {
        order: 5;
    }
    .form-group.order-md-6,
    .w-100.order-md-6 {
        order: 6;
    }
    .form-group.order-md-7,
    .w-100.order-md-7 {
        order: 7;
    }
    .form-group.order-md-8,
    .w-100.order-md-8 {
        order: 8;
    }
    .form-group.order-md-9,
    .w-100.order-md-9 {
        order: 9;
    }
    .form-group.order-md-10,
    .w-100.order-md-10 {
        order: 10;
    }
    .form-group.order-md-11,
    .w-100.order-md-11 {
        order: 11;
    }
    .form-group.order-md-12,
    .w-100.order-md-12 {
        order: 12;
    }
    .form-group.order-md-13,
    .w-100.order-md-13 {
        order: 13;
    }
    .form-group.order-md-14,
    .w-100.order-md-14 {
        order: 14;
    }
    .form-group.order-md-15,
    .w-100.order-md-15 {
        order: 15;
    }
    .form-group.order-md-16,
    .w-100.order-md-16 {
        order: 16;
    }
    .form-group.order-md-17,
    .w-100.order-md-17 {
        order: 17;
    }
    .form-group.order-md-18,
    .w-100.order-md-18 {
        order: 18;
    }
    .form-group.order-md-19,
    .w-100.order-md-19 {
        order: 19;
    }
    .form-group.order-md-20,
    .w-100.order-md-20 {
        order: 20;
    }
    .form-group.order-md-21,
    .w-100.order-md-21 {
        order: 21;
    }
    .form-group.order-md-22,
    .w-100.order-md-22 {
        order: 22;
    }
    .form-group.order-md-23,
    .w-100.order-md-23 {
        order: 23;
    }
    .form-group.order-md-24,
    .w-100.order-md-24 {
        order: 24;
    }
    .form-group.order-md-25,
    .w-100.order-md-25 {
        order: 25;
    }
    .form-group.order-md-26,
    .w-100.order-md-26 {
        order: 26;
    }
    .form-group.order-md-27,
    .w-100.order-md-27 {
        order: 27;
    }
    .form-group.order-md-28,
    .w-100.order-md-28 {
        order: 28;
    }
    .form-group.order-md-29,
    .w-100.order-md-29 {
        order: 29;
    }
    .form-group.order-md-30,
    .w-100.order-md-30 {
        order: 30;
    }
    .form-group.order-md-31,
    .w-100.order-md-31 {
        order: 31;
    }
    .form-group.order-md-32,
    .w-100.order-md-32 {
        order: 32;
    }
    .form-group.order-md-33,
    .w-100.order-md-33 {
        order: 33;
    }
    .form-group.order-md-34,
    .w-100.order-md-34 {
        order: 34;
    }
    .form-group.order-md-35,
    .w-100.order-md-35 {
        order: 35;
    }
    .form-group.order-md-36,
    .w-100.order-md-36 {
        order: 36;
    }
    .form-group.order-md-37,
    .w-100.order-md-37 {
        order: 37;
    }
    .form-group.order-md-38,
    .w-100.order-md-38 {
        order: 38;
    }
    .form-group.order-md-39,
    .w-100.order-md-39 {
        order: 39;
    }
    .form-group.order-md-40,
    .w-100.order-md-40 {
        order: 40;
    }
    .form-group.order-md-41,
    .w-100.order-md-41 {
        order: 41;
    }
    .form-group.order-md-42,
    .w-100.order-md-42 {
        order: 42;
    }
    .form-group.order-md-43,
    .w-100.order-md-43 {
        order: 43;
    }
    .form-group.order-md-44,
    .w-100.order-md-44 {
        order: 44;
    }
    .form-group.order-md-45,
    .w-100.order-md-45 {
        order: 45;
    }
    .form-group.order-md-46,
    .w-100.order-md-46 {
        order: 46;
    }
    .form-group.order-md-47,
    .w-100.order-md-47 {
        order: 47;
    }
    .form-group.order-md-48,
    .w-100.order-md-48 {
        order: 48;
    }
    .form-group.order-md-49,
    .w-100.order-md-49 {
        order: 49;
    }
    .form-group.order-md-50,
    .w-100.order-md-50 {
        order: 50;
    }
}
@media (min-width: 1024px) {
    .form-group.order-lg-last,
    .w-100.order-lg-last {
        order: 51;
    }
    .form-group.order-lg-0,
    .w-100.order-lg-0 {
        order: 0;
    }
    .form-group.order-lg-1,
    .w-100.order-lg-1 {
        order: 1;
    }
    .form-group.order-lg-2,
    .w-100.order-lg-2 {
        order: 2;
    }
    .form-group.order-lg-3,
    .w-100.order-lg-3 {
        order: 3;
    }
    .form-group.order-lg-4,
    .w-100.order-lg-4 {
        order: 4;
    }
    .form-group.order-lg-5,
    .w-100.order-lg-5 {
        order: 5;
    }
    .form-group.order-lg-6,
    .w-100.order-lg-6 {
        order: 6;
    }
    .form-group.order-lg-7,
    .w-100.order-lg-7 {
        order: 7;
    }
    .form-group.order-lg-8,
    .w-100.order-lg-8 {
        order: 8;
    }
    .form-group.order-lg-9,
    .w-100.order-lg-9 {
        order: 9;
    }
    .form-group.order-lg-10,
    .w-100.order-lg-10 {
        order: 10;
    }
    .form-group.order-lg-11,
    .w-100.order-lg-11 {
        order: 11;
    }
    .form-group.order-lg-12,
    .w-100.order-lg-12 {
        order: 12;
    }
    .form-group.order-lg-13,
    .w-100.order-lg-13 {
        order: 13;
    }
    .form-group.order-lg-14,
    .w-100.order-lg-14 {
        order: 14;
    }
    .form-group.order-lg-15,
    .w-100.order-lg-15 {
        order: 15;
    }
    .form-group.order-lg-16,
    .w-100.order-lg-16 {
        order: 16;
    }
    .form-group.order-lg-17,
    .w-100.order-lg-17 {
        order: 17;
    }
    .form-group.order-lg-18,
    .w-100.order-lg-18 {
        order: 18;
    }
    .form-group.order-lg-19,
    .w-100.order-lg-19 {
        order: 19;
    }
    .form-group.order-lg-20,
    .w-100.order-lg-20 {
        order: 20;
    }
    .form-group.order-lg-21,
    .w-100.order-lg-21 {
        order: 21;
    }
    .form-group.order-lg-22,
    .w-100.order-lg-22 {
        order: 22;
    }
    .form-group.order-lg-23,
    .w-100.order-lg-23 {
        order: 23;
    }
    .form-group.order-lg-24,
    .w-100.order-lg-24 {
        order: 24;
    }
    .form-group.order-lg-25,
    .w-100.order-lg-25 {
        order: 25;
    }
    .form-group.order-lg-26,
    .w-100.order-lg-26 {
        order: 26;
    }
    .form-group.order-lg-27,
    .w-100.order-lg-27 {
        order: 27;
    }
    .form-group.order-lg-28,
    .w-100.order-lg-28 {
        order: 28;
    }
    .form-group.order-lg-29,
    .w-100.order-lg-29 {
        order: 29;
    }
    .form-group.order-lg-30,
    .w-100.order-lg-30 {
        order: 30;
    }
    .form-group.order-lg-31,
    .w-100.order-lg-31 {
        order: 31;
    }
    .form-group.order-lg-32,
    .w-100.order-lg-32 {
        order: 32;
    }
    .form-group.order-lg-33,
    .w-100.order-lg-33 {
        order: 33;
    }
    .form-group.order-lg-34,
    .w-100.order-lg-34 {
        order: 34;
    }
    .form-group.order-lg-35,
    .w-100.order-lg-35 {
        order: 35;
    }
    .form-group.order-lg-36,
    .w-100.order-lg-36 {
        order: 36;
    }
    .form-group.order-lg-37,
    .w-100.order-lg-37 {
        order: 37;
    }
    .form-group.order-lg-38,
    .w-100.order-lg-38 {
        order: 38;
    }
    .form-group.order-lg-39,
    .w-100.order-lg-39 {
        order: 39;
    }
    .form-group.order-lg-40,
    .w-100.order-lg-40 {
        order: 40;
    }
    .form-group.order-lg-41,
    .w-100.order-lg-41 {
        order: 41;
    }
    .form-group.order-lg-42,
    .w-100.order-lg-42 {
        order: 42;
    }
    .form-group.order-lg-43,
    .w-100.order-lg-43 {
        order: 43;
    }
    .form-group.order-lg-44,
    .w-100.order-lg-44 {
        order: 44;
    }
    .form-group.order-lg-45,
    .w-100.order-lg-45 {
        order: 45;
    }
    .form-group.order-lg-46,
    .w-100.order-lg-46 {
        order: 46;
    }
    .form-group.order-lg-47,
    .w-100.order-lg-47 {
        order: 47;
    }
    .form-group.order-lg-48,
    .w-100.order-lg-48 {
        order: 48;
    }
    .form-group.order-lg-49,
    .w-100.order-lg-49 {
        order: 49;
    }
    .form-group.order-lg-50,
    .w-100.order-lg-50 {
        order: 50;
    }
}
@media (min-width: 1300px) {
    .form-group.order-xl-last,
    .w-100.order-xl-last {
        order: 51;
    }
    .form-group.order-xl-0,
    .w-100.order-xl-0 {
        order: 0;
    }
    .form-group.order-xl-1,
    .w-100.order-xl-1 {
        order: 1;
    }
    .form-group.order-xl-2,
    .w-100.order-xl-2 {
        order: 2;
    }
    .form-group.order-xl-3,
    .w-100.order-xl-3 {
        order: 3;
    }
    .form-group.order-xl-4,
    .w-100.order-xl-4 {
        order: 4;
    }
    .form-group.order-xl-5,
    .w-100.order-xl-5 {
        order: 5;
    }
    .form-group.order-xl-6,
    .w-100.order-xl-6 {
        order: 6;
    }
    .form-group.order-xl-7,
    .w-100.order-xl-7 {
        order: 7;
    }
    .form-group.order-xl-8,
    .w-100.order-xl-8 {
        order: 8;
    }
    .form-group.order-xl-9,
    .w-100.order-xl-9 {
        order: 9;
    }
    .form-group.order-xl-10,
    .w-100.order-xl-10 {
        order: 10;
    }
    .form-group.order-xl-11,
    .w-100.order-xl-11 {
        order: 11;
    }
    .form-group.order-xl-12,
    .w-100.order-xl-12 {
        order: 12;
    }
    .form-group.order-xl-13,
    .w-100.order-xl-13 {
        order: 13;
    }
    .form-group.order-xl-14,
    .w-100.order-xl-14 {
        order: 14;
    }
    .form-group.order-xl-15,
    .w-100.order-xl-15 {
        order: 15;
    }
    .form-group.order-xl-16,
    .w-100.order-xl-16 {
        order: 16;
    }
    .form-group.order-xl-17,
    .w-100.order-xl-17 {
        order: 17;
    }
    .form-group.order-xl-18,
    .w-100.order-xl-18 {
        order: 18;
    }
    .form-group.order-xl-19,
    .w-100.order-xl-19 {
        order: 19;
    }
    .form-group.order-xl-20,
    .w-100.order-xl-20 {
        order: 20;
    }
    .form-group.order-xl-21,
    .w-100.order-xl-21 {
        order: 21;
    }
    .form-group.order-xl-22,
    .w-100.order-xl-22 {
        order: 22;
    }
    .form-group.order-xl-23,
    .w-100.order-xl-23 {
        order: 23;
    }
    .form-group.order-xl-24,
    .w-100.order-xl-24 {
        order: 24;
    }
    .form-group.order-xl-25,
    .w-100.order-xl-25 {
        order: 25;
    }
    .form-group.order-xl-26,
    .w-100.order-xl-26 {
        order: 26;
    }
    .form-group.order-xl-27,
    .w-100.order-xl-27 {
        order: 27;
    }
    .form-group.order-xl-28,
    .w-100.order-xl-28 {
        order: 28;
    }
    .form-group.order-xl-29,
    .w-100.order-xl-29 {
        order: 29;
    }
    .form-group.order-xl-30,
    .w-100.order-xl-30 {
        order: 30;
    }
    .form-group.order-xl-31,
    .w-100.order-xl-31 {
        order: 31;
    }
    .form-group.order-xl-32,
    .w-100.order-xl-32 {
        order: 32;
    }
    .form-group.order-xl-33,
    .w-100.order-xl-33 {
        order: 33;
    }
    .form-group.order-xl-34,
    .w-100.order-xl-34 {
        order: 34;
    }
    .form-group.order-xl-35,
    .w-100.order-xl-35 {
        order: 35;
    }
    .form-group.order-xl-36,
    .w-100.order-xl-36 {
        order: 36;
    }
    .form-group.order-xl-37,
    .w-100.order-xl-37 {
        order: 37;
    }
    .form-group.order-xl-38,
    .w-100.order-xl-38 {
        order: 38;
    }
    .form-group.order-xl-39,
    .w-100.order-xl-39 {
        order: 39;
    }
    .form-group.order-xl-40,
    .w-100.order-xl-40 {
        order: 40;
    }
    .form-group.order-xl-41,
    .w-100.order-xl-41 {
        order: 41;
    }
    .form-group.order-xl-42,
    .w-100.order-xl-42 {
        order: 42;
    }
    .form-group.order-xl-43,
    .w-100.order-xl-43 {
        order: 43;
    }
    .form-group.order-xl-44,
    .w-100.order-xl-44 {
        order: 44;
    }
    .form-group.order-xl-45,
    .w-100.order-xl-45 {
        order: 45;
    }
    .form-group.order-xl-46,
    .w-100.order-xl-46 {
        order: 46;
    }
    .form-group.order-xl-47,
    .w-100.order-xl-47 {
        order: 47;
    }
    .form-group.order-xl-48,
    .w-100.order-xl-48 {
        order: 48;
    }
    .form-group.order-xl-49,
    .w-100.order-xl-49 {
        order: 49;
    }
    .form-group.order-xl-50,
    .w-100.order-xl-50 {
        order: 50;
    }
}
.umbraco-forms-page {
    overflow: hidden;
}
fieldset:not(:first-child) {
    margin-top: 1.5rem;
}
fieldset:not(:last-child) {
    margin-bottom: 1.5rem;
}
fieldset:last-child {
    margin-bottom: -1.5rem;
}
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.umbraco-forms-fieldset + .umbraco-forms-navigation {
    margin-top: 1.5rem;
}
.umbraco-forms-navigation input {
    display: block;
}
.form-group > label,
.form-group-label {
    margin-bottom: 0.4rem;
}
.form-check-input.is-invalid ~ .form-check-label a,
.field-validation-error {
    color: #ed3237;
}
.form-check-input.is-invalid ~ .form-check-label a {
    border-color: #ed3237;
}
.field-validation-error {
    margin-top: 0.25rem;
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.input-validation-error {
    border-color: transparent !important;
    background-color: rgba(183, 62, 42, 0.2) !important;
}
html[dir="rtl"] .was-validated .form-control:invalid,
html[dir="rtl"] .form-control.is-invalid,
html[dir="rtl"] .input-validation-error {
    padding-right: 1rem;
    padding-left: calc(1.5em + 2rem);
    background-position: left calc(0.375em + 0.5rem) center;
}
html[dir="rtl"] .form-check {
    padding-right: 1.2rem;
}
html[dir="rtl"] .form-check .form-check-input {
    margin-left: 0;
    margin-right: -1.2rem;
}
html[dir="rtl"] .form-check.form-check-inline {
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 0;
}
html[dir="rtl"] .form-check.form-check-inline .form-check-input {
    margin-right: 0;
    margin-left: 0.4rem;
}
.form-check .form-check-input {
    margin-top: 0.4rem;
}
@media (max-width: 767.98px) {
    .form-check.form-check-inline {
        display: block;
    }
}
.form-check.form-check-inline .form-check-input {
    margin-top: -0.2rem;
}
.form-control {
    font-weight: 400;
    height: auto;
}
.form-control.hasDatepicker {
    cursor: pointer;
}
.form-control::placeholder {
    color: #ed3237;
}
.form-control[readonly] {
    background-color: #fff;
}
.form-group.form-title,
.form-group.psktitlefield {
    margin-bottom: 3rem;
}
.form-group.form-title:not(:first-child),
.form-group.psktitlefield:not(:first-child) {
    margin-top: 3rem;
}
.btn {
    font-weight: 400;
    text-decoration: none;
    text-align: center !important;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
:root {
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
:root {
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.media-holder {
    overflow: hidden;
}
.media-holder.ratio-full {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.media-holder.ratio-full .swiper-container,
.media-holder.ratio-full .video-container,
.media-holder.ratio-full .picture-container {
    padding-bottom: 0;
}
.media-holder.ratio-21by9 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-21by9 .swiper-container,
.media-holder.ratio-21by9 .video-container,
.media-holder.ratio-21by9 .picture-container {
    padding-bottom: 42.8571428571%;
}
.media-holder.ratio-16by9 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-16by9 .swiper-container,
.media-holder.ratio-16by9 .video-container,
.media-holder.ratio-16by9 .picture-container {
    padding-bottom: 56.25%;
}
.media-holder.ratio-4by3 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-4by3 .swiper-container,
.media-holder.ratio-4by3 .video-container,
.media-holder.ratio-4by3 .picture-container {
    padding-bottom: 75%;
}
.media-holder.ratio-1by1 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-1by1 .swiper-container,
.media-holder.ratio-1by1 .video-container,
.media-holder.ratio-1by1 .picture-container {
    padding-bottom: 100%;
}
.media-holder.ratio-21by9 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-21by9 .swiper-container,
.media-holder.ratio-21by9 .video-container,
.media-holder.ratio-21by9 .picture-container {
    padding-bottom: 42.8571428571%;
}
.media-holder.ratio-16by9 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-16by9 .swiper-container,
.media-holder.ratio-16by9 .video-container,
.media-holder.ratio-16by9 .picture-container {
    padding-bottom: 56.25%;
}
.media-holder.ratio-4by3 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-4by3 .swiper-container,
.media-holder.ratio-4by3 .video-container,
.media-holder.ratio-4by3 .picture-container {
    padding-bottom: 75%;
}
.media-holder.ratio-1by1 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-1by1 .swiper-container,
.media-holder.ratio-1by1 .video-container,
.media-holder.ratio-1by1 .picture-container {
    padding-bottom: 100%;
}
.media-holder.ratio-12by5 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-12by5 .swiper-container,
.media-holder.ratio-12by5 .video-container,
.media-holder.ratio-12by5 .picture-container {
    padding-bottom: 41.6666666667%;
}
.media-holder.ratio-5by4 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-5by4 .swiper-container,
.media-holder.ratio-5by4 .video-container,
.media-holder.ratio-5by4 .picture-container {
    padding-bottom: 80%;
}
.media-holder.ratio-3by2 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-3by2 .swiper-container,
.media-holder.ratio-3by2 .video-container,
.media-holder.ratio-3by2 .picture-container {
    padding-bottom: 66.6666666667%;
}
.media-holder.ratio-16by10 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-16by10 .swiper-container,
.media-holder.ratio-16by10 .video-container,
.media-holder.ratio-16by10 .picture-container {
    padding-bottom: 62.5%;
}
.media-holder.ratio-4by5 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-4by5 .swiper-container,
.media-holder.ratio-4by5 .video-container,
.media-holder.ratio-4by5 .picture-container {
    padding-bottom: 125%;
}
.media-holder.ratio-2by1 {
    position: relative;
    z-index: 1;
}
.media-holder.ratio-2by1 .swiper-container,
.media-holder.ratio-2by1 .video-container,
.media-holder.ratio-2by1 .picture-container {
    padding-bottom: 50%;
}
.media-holder.pagination-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    height: 30%;
}
.media-holder.navigation-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before,
.media-holder.navigation-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
    content: "";
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 30%;
    height: auto;
}
.media-holder.navigation-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.media-holder.navigation-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    transform: rotate(180deg);
}
@media (min-width: 576px) {
    .media-holder.ratio-sm-full {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    .media-holder.ratio-sm-full .swiper-container,
    .media-holder.ratio-sm-full .video-container,
    .media-holder.ratio-sm-full .picture-container {
        padding-bottom: 0;
    }
    .media-holder.ratio-sm-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-21by9 .swiper-container,
    .media-holder.ratio-sm-21by9 .video-container,
    .media-holder.ratio-sm-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-sm-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-16by9 .swiper-container,
    .media-holder.ratio-sm-16by9 .video-container,
    .media-holder.ratio-sm-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-sm-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-4by3 .swiper-container,
    .media-holder.ratio-sm-4by3 .video-container,
    .media-holder.ratio-sm-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-sm-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-1by1 .swiper-container,
    .media-holder.ratio-sm-1by1 .video-container,
    .media-holder.ratio-sm-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-sm-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-21by9 .swiper-container,
    .media-holder.ratio-sm-21by9 .video-container,
    .media-holder.ratio-sm-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-sm-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-16by9 .swiper-container,
    .media-holder.ratio-sm-16by9 .video-container,
    .media-holder.ratio-sm-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-sm-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-4by3 .swiper-container,
    .media-holder.ratio-sm-4by3 .video-container,
    .media-holder.ratio-sm-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-sm-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-1by1 .swiper-container,
    .media-holder.ratio-sm-1by1 .video-container,
    .media-holder.ratio-sm-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-sm-12by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-12by5 .swiper-container,
    .media-holder.ratio-sm-12by5 .video-container,
    .media-holder.ratio-sm-12by5 .picture-container {
        padding-bottom: 41.6666666667%;
    }
    .media-holder.ratio-sm-5by4 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-5by4 .swiper-container,
    .media-holder.ratio-sm-5by4 .video-container,
    .media-holder.ratio-sm-5by4 .picture-container {
        padding-bottom: 80%;
    }
    .media-holder.ratio-sm-3by2 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-3by2 .swiper-container,
    .media-holder.ratio-sm-3by2 .video-container,
    .media-holder.ratio-sm-3by2 .picture-container {
        padding-bottom: 66.6666666667%;
    }
    .media-holder.ratio-sm-16by10 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-16by10 .swiper-container,
    .media-holder.ratio-sm-16by10 .video-container,
    .media-holder.ratio-sm-16by10 .picture-container {
        padding-bottom: 62.5%;
    }
    .media-holder.ratio-sm-4by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-4by5 .swiper-container,
    .media-holder.ratio-sm-4by5 .video-container,
    .media-holder.ratio-sm-4by5 .picture-container {
        padding-bottom: 125%;
    }
    .media-holder.ratio-sm-2by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-sm-2by1 .swiper-container,
    .media-holder.ratio-sm-2by1 .video-container,
    .media-holder.ratio-sm-2by1 .picture-container {
        padding-bottom: 50%;
    }
    .media-holder.pagination-sm-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        height: 30%;
    }
    .media-holder.navigation-sm-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before,
    .media-holder.navigation-sm-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        width: 30%;
        height: auto;
    }
    .media-holder.navigation-sm-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .media-holder.navigation-sm-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        transform: rotate(180deg);
    }
}
@media (min-width: 768px) {
    .media-holder.ratio-md-full {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    .media-holder.ratio-md-full .swiper-container,
    .media-holder.ratio-md-full .video-container,
    .media-holder.ratio-md-full .picture-container {
        padding-bottom: 0;
    }
    .media-holder.ratio-md-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-21by9 .swiper-container,
    .media-holder.ratio-md-21by9 .video-container,
    .media-holder.ratio-md-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-md-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-16by9 .swiper-container,
    .media-holder.ratio-md-16by9 .video-container,
    .media-holder.ratio-md-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-md-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-4by3 .swiper-container,
    .media-holder.ratio-md-4by3 .video-container,
    .media-holder.ratio-md-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-md-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-1by1 .swiper-container,
    .media-holder.ratio-md-1by1 .video-container,
    .media-holder.ratio-md-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-md-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-21by9 .swiper-container,
    .media-holder.ratio-md-21by9 .video-container,
    .media-holder.ratio-md-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-md-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-16by9 .swiper-container,
    .media-holder.ratio-md-16by9 .video-container,
    .media-holder.ratio-md-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-md-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-4by3 .swiper-container,
    .media-holder.ratio-md-4by3 .video-container,
    .media-holder.ratio-md-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-md-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-1by1 .swiper-container,
    .media-holder.ratio-md-1by1 .video-container,
    .media-holder.ratio-md-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-md-12by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-12by5 .swiper-container,
    .media-holder.ratio-md-12by5 .video-container,
    .media-holder.ratio-md-12by5 .picture-container {
        padding-bottom: 41.6666666667%;
    }
    .media-holder.ratio-md-5by4 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-5by4 .swiper-container,
    .media-holder.ratio-md-5by4 .video-container,
    .media-holder.ratio-md-5by4 .picture-container {
        padding-bottom: 80%;
    }
    .media-holder.ratio-md-3by2 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-3by2 .swiper-container,
    .media-holder.ratio-md-3by2 .video-container,
    .media-holder.ratio-md-3by2 .picture-container {
        padding-bottom: 66.6666666667%;
    }
    .media-holder.ratio-md-16by10 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-16by10 .swiper-container,
    .media-holder.ratio-md-16by10 .video-container,
    .media-holder.ratio-md-16by10 .picture-container {
        padding-bottom: 62.5%;
    }
    .media-holder.ratio-md-4by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-4by5 .swiper-container,
    .media-holder.ratio-md-4by5 .video-container,
    .media-holder.ratio-md-4by5 .picture-container {
        padding-bottom: 125%;
    }
    .media-holder.ratio-md-2by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-md-2by1 .swiper-container,
    .media-holder.ratio-md-2by1 .video-container,
    .media-holder.ratio-md-2by1 .picture-container {
        padding-bottom: 50%;
    }
    .media-holder.pagination-md-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        height: 30%;
    }
    .media-holder.navigation-md-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before,
    .media-holder.navigation-md-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        width: 30%;
        height: auto;
    }
    .media-holder.navigation-md-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .media-holder.navigation-md-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        transform: rotate(180deg);
    }
}
@media (min-width: 1024px) {
    .media-holder.ratio-lg-full {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    .media-holder.ratio-lg-full .swiper-container,
    .media-holder.ratio-lg-full .video-container,
    .media-holder.ratio-lg-full .picture-container {
        padding-bottom: 0;
    }
    .media-holder.ratio-lg-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-21by9 .swiper-container,
    .media-holder.ratio-lg-21by9 .video-container,
    .media-holder.ratio-lg-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-lg-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-16by9 .swiper-container,
    .media-holder.ratio-lg-16by9 .video-container,
    .media-holder.ratio-lg-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-lg-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-4by3 .swiper-container,
    .media-holder.ratio-lg-4by3 .video-container,
    .media-holder.ratio-lg-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-lg-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-1by1 .swiper-container,
    .media-holder.ratio-lg-1by1 .video-container,
    .media-holder.ratio-lg-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-lg-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-21by9 .swiper-container,
    .media-holder.ratio-lg-21by9 .video-container,
    .media-holder.ratio-lg-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-lg-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-16by9 .swiper-container,
    .media-holder.ratio-lg-16by9 .video-container,
    .media-holder.ratio-lg-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-lg-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-4by3 .swiper-container,
    .media-holder.ratio-lg-4by3 .video-container,
    .media-holder.ratio-lg-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-lg-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-1by1 .swiper-container,
    .media-holder.ratio-lg-1by1 .video-container,
    .media-holder.ratio-lg-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-lg-12by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-12by5 .swiper-container,
    .media-holder.ratio-lg-12by5 .video-container,
    .media-holder.ratio-lg-12by5 .picture-container {
        padding-bottom: 41.6666666667%;
    }
    .media-holder.ratio-lg-5by4 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-5by4 .swiper-container,
    .media-holder.ratio-lg-5by4 .video-container,
    .media-holder.ratio-lg-5by4 .picture-container {
        padding-bottom: 80%;
    }
    .media-holder.ratio-lg-3by2 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-3by2 .swiper-container,
    .media-holder.ratio-lg-3by2 .video-container,
    .media-holder.ratio-lg-3by2 .picture-container {
        padding-bottom: 66.6666666667%;
    }
    .media-holder.ratio-lg-16by10 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-16by10 .swiper-container,
    .media-holder.ratio-lg-16by10 .video-container,
    .media-holder.ratio-lg-16by10 .picture-container {
        padding-bottom: 62.5%;
    }
    .media-holder.ratio-lg-4by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-4by5 .swiper-container,
    .media-holder.ratio-lg-4by5 .video-container,
    .media-holder.ratio-lg-4by5 .picture-container {
        padding-bottom: 125%;
    }
    .media-holder.ratio-lg-2by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-lg-2by1 .swiper-container,
    .media-holder.ratio-lg-2by1 .video-container,
    .media-holder.ratio-lg-2by1 .picture-container {
        padding-bottom: 50%;
    }
    .media-holder.pagination-lg-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        height: 30%;
    }
    .media-holder.navigation-lg-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before,
    .media-holder.navigation-lg-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        width: 30%;
        height: auto;
    }
    .media-holder.navigation-lg-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .media-holder.navigation-lg-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        transform: rotate(180deg);
    }
}
@media (min-width: 1300px) {
    .media-holder.ratio-xl-full {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    .media-holder.ratio-xl-full .swiper-container,
    .media-holder.ratio-xl-full .video-container,
    .media-holder.ratio-xl-full .picture-container {
        padding-bottom: 0;
    }
    .media-holder.ratio-xl-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-21by9 .swiper-container,
    .media-holder.ratio-xl-21by9 .video-container,
    .media-holder.ratio-xl-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-xl-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-16by9 .swiper-container,
    .media-holder.ratio-xl-16by9 .video-container,
    .media-holder.ratio-xl-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-xl-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-4by3 .swiper-container,
    .media-holder.ratio-xl-4by3 .video-container,
    .media-holder.ratio-xl-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-xl-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-1by1 .swiper-container,
    .media-holder.ratio-xl-1by1 .video-container,
    .media-holder.ratio-xl-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-xl-21by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-21by9 .swiper-container,
    .media-holder.ratio-xl-21by9 .video-container,
    .media-holder.ratio-xl-21by9 .picture-container {
        padding-bottom: 42.8571428571%;
    }
    .media-holder.ratio-xl-16by9 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-16by9 .swiper-container,
    .media-holder.ratio-xl-16by9 .video-container,
    .media-holder.ratio-xl-16by9 .picture-container {
        padding-bottom: 56.25%;
    }
    .media-holder.ratio-xl-4by3 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-4by3 .swiper-container,
    .media-holder.ratio-xl-4by3 .video-container,
    .media-holder.ratio-xl-4by3 .picture-container {
        padding-bottom: 75%;
    }
    .media-holder.ratio-xl-1by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-1by1 .swiper-container,
    .media-holder.ratio-xl-1by1 .video-container,
    .media-holder.ratio-xl-1by1 .picture-container {
        padding-bottom: 100%;
    }
    .media-holder.ratio-xl-12by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-12by5 .swiper-container,
    .media-holder.ratio-xl-12by5 .video-container,
    .media-holder.ratio-xl-12by5 .picture-container {
        padding-bottom: 41.6666666667%;
    }
    .media-holder.ratio-xl-5by4 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-5by4 .swiper-container,
    .media-holder.ratio-xl-5by4 .video-container,
    .media-holder.ratio-xl-5by4 .picture-container {
        padding-bottom: 80%;
    }
    .media-holder.ratio-xl-3by2 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-3by2 .swiper-container,
    .media-holder.ratio-xl-3by2 .video-container,
    .media-holder.ratio-xl-3by2 .picture-container {
        padding-bottom: 66.6666666667%;
    }
    .media-holder.ratio-xl-16by10 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-16by10 .swiper-container,
    .media-holder.ratio-xl-16by10 .video-container,
    .media-holder.ratio-xl-16by10 .picture-container {
        padding-bottom: 62.5%;
    }
    .media-holder.ratio-xl-4by5 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-4by5 .swiper-container,
    .media-holder.ratio-xl-4by5 .video-container,
    .media-holder.ratio-xl-4by5 .picture-container {
        padding-bottom: 125%;
    }
    .media-holder.ratio-xl-2by1 {
        position: relative;
        z-index: 1;
    }
    .media-holder.ratio-xl-2by1 .swiper-container,
    .media-holder.ratio-xl-2by1 .video-container,
    .media-holder.ratio-xl-2by1 .picture-container {
        padding-bottom: 50%;
    }
    .media-holder.pagination-xl-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        height: 30%;
    }
    .media-holder.navigation-xl-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before,
    .media-holder.navigation-xl-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        content: "";
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        width: 30%;
        height: auto;
    }
    .media-holder.navigation-xl-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .media-holder.navigation-xl-block.no-base-caption.no-caption .swiper-slide.no-swiper-caption:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        transform: rotate(180deg);
    }
}
.media-holder .media-holder-canvas,
.media-holder .swiper-container,
.media-holder .video-container,
.media-holder .picture-container {
    position: relative;
    height: 100%;
    width: 100%;
}
.media-holder .swiper-container[onclick],
.media-holder .video-container[onclick],
.media-holder .picture-container[onclick] {
    cursor: pointer;
}
.media-holder .swiper-container .swiper-wrapper,
.media-holder .video-container .video-wrapper,
.media-holder .picture-container .picture-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.media-holder .swiper-container .swiper-wrapper img,
.media-holder .swiper-container .swiper-wrapper video,
.media-holder .video-container .video-wrapper video,
.media-holder .picture-container .picture-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.media-holder .swiper-container .swiper-wrapper .video,
.media-holder picture {
    position: relative;
    height: 100%;
}
.media-holder picture {
    display: block;
}
.media-holder picture img {
    display: block;
}
.media-holder > .base-caption,
.media-holder .swiper-caption {
    position: absolute;
    top: 50%;
    right: 3rem;
    left: 3rem;
    z-index: 3;
    transform: translateY(-50%);
    pointer-events: none;
}
.media-holder > .base-caption > div > div,
.media-holder .swiper-caption > div > div {
    text-align: center;
}
.media-holder > .base-caption > div > div a,
.media-holder .swiper-caption > div > div a {
    pointer-events: auto;
}
.media-holder > .base-caption > div > div *:not(a):not(.button),
.media-holder > .base-caption > div > div *:not(.button) > a,
.media-holder .swiper-caption > div > div *:not(a):not(.button),
.media-holder .swiper-caption > div > div *:not(.button) > a {
    color: #fff;
}
.media-holder > .caption,
.media-holder > .opener {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
    z-index: 3;
    pointer-events: none;
}
.media-holder > .caption > div > div a,
.media-holder > .opener > div > div a {
    pointer-events: auto;
    text-decoration: underline;
}
.media-holder > .caption > div > div *:not(a):not(.button),
.media-holder > .caption > div > div *:not(.button) > a,
.media-holder > .opener > div > div *:not(a):not(.button),
.media-holder > .opener > div > div *:not(.button) > a {
    color: #fff;
}
.media-holder > .opener {
    display: none;
}
.media-holder > .opener > div > div {
    text-align: center;
}
@media (max-width: 1023.98px) {
    .media-holder > .opener {
        display: block;
    }
}
.media-holder[class*="gradient-"]:not(.no-base-caption) .picture-container:after,
.media-holder[class*="gradient-"]:not(.no-base-caption) .video-container:after,
.media-holder[class*="gradient-"]:not(.no-base-caption) .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.media-holder[class*="gradient-"].no-base-caption .swiper-slide:not(.no-swiper-caption):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.media-holder.gradient-1:not(.no-base-caption) .picture-container:after,
.media-holder.gradient-1:not(.no-base-caption) .video-container:after,
.media-holder.gradient-1:not(.no-base-caption) .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0.1);
}
.media-holder.gradient-1.no-base-caption .swiper-slide:not(.no-swiper-caption):after {
    background-color: rgba(0, 0, 0, 0.1);
}
.media-holder.gradient-2:not(.no-base-caption) .picture-container:after,
.media-holder.gradient-2:not(.no-base-caption) .video-container:after,
.media-holder.gradient-2:not(.no-base-caption) .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0.2);
}
.media-holder.gradient-2.no-base-caption .swiper-slide:not(.no-swiper-caption):after {
    background-color: rgba(0, 0, 0, 0.2);
}
.media-holder.gradient-3:not(.no-base-caption) .picture-container:after,
.media-holder.gradient-3:not(.no-base-caption) .video-container:after,
.media-holder.gradient-3:not(.no-base-caption) .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0.3);
}
.media-holder.gradient-3.no-base-caption .swiper-slide:not(.no-swiper-caption):after {
    background-color: rgba(0, 0, 0, 0.3);
}
.media-holder.no-base-caption:not(.no-caption) .picture-container:after,
.media-holder.no-base-caption:not(.no-caption) .video-container:after,
.media-holder.no-base-caption:not(.no-caption) .swiper-slide.no-swiper-caption:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    height: 30%;
}
.media-holder.no-base-caption.no-caption:not(.no-opener) .picture-container:after,
.media-holder.no-base-caption.no-caption:not(.no-opener) .video-container:after,
.media-holder.no-base-caption.no-caption:not(.no-opener) .swiper-slide.no-swiper-caption:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    height: 30%;
    display: none;
}
@media (max-width: 1023.98px) {
    .media-holder.no-base-caption.no-caption:not(.no-opener) .picture-container:after,
    .media-holder.no-base-caption.no-caption:not(.no-opener) .video-container:after,
    .media-holder.no-base-caption.no-caption:not(.no-opener) .swiper-slide.no-swiper-caption:after {
        display: block;
    }
}
hr {
    border: 0;
    border-bottom: 1px solid rgba(49, 79, 64, 0.25);
    margin: 1.5rem 0;
}
.btn.btn-secondary,
.umbraco-forms-page.form-btn-secondary .btn {
    opacity: 1;
    position: relative;
    background-color: transparent;
    border-color: transparent;
}
.btn.btn-secondary span,
.umbraco-forms-page.form-btn-secondary .btn span {
    position: relative;
    z-index: 2;
}
.btn.btn-secondary:before,
.umbraco-forms-page.form-btn-secondary .btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #ed3237;
    border: 1px solid #ed3237;
    transition: transform 250ms;
}
.btn.btn-secondary:hover:before,
.umbraco-forms-page.form-btn-secondary .btn:hover:before {
    transform: scale(1.05);
}
label {
    display: inline-block;
    margin-bottom: 0;
}
a:not(.btn) {
    color: #000000;
    text-decoration: underline;
}
a:not(.btn),
a:not(.btn):after,
a:not(.btn):before {
    transition: all 250ms;
}
a:not(.btn):hover {
    color: #ed3237;
    text-decoration: none;
    opacity: 0.7;
}
a:not(.btn):hover:after,
a:not(.btn):hover:before {
    opacity: 0.7;
}
ul:not(.nav):not(.unstyled-list) {
    list-style-type: none;
    padding: 0;
}
ul:not(.nav):not(.unstyled-list) > li {
    position: relative;
    margin: 0 0 0 2rem;
}
ul:not(.nav):not(.unstyled-list) > li:before {
    position: absolute;
    left: -2rem;
    content: "—";
}
html[dir="rtl"] ul:not(.nav):not(.unstyled-list) > li {
    margin: 0 2rem 0 0;
}
html[dir="rtl"] ul:not(.nav):not(.unstyled-list) > li:before {
    left: 0;
    right: -2rem;
}
p,
ul,
ol {
    margin: 0 0 1.5rem;
}
picture {
    display: block;
}
img {
    display: block;
    height: auto;
}
img:not(.w) {
    width: 100%;
}
sup {
    font-size: 0.75em;
    top: -0.5em;
}
.table-responsive:not(:first-child) {
    margin-top: 3rem;
}
.table-responsive:not(:last-child) {
    margin-bottom: 3rem;
}
.table-responsive table th,
.table-responsive table td {
    white-space: nowrap;
    border-top: 0;
    border-bottom: 1px solid rgba(49, 79, 64, 0.25);
}
.form-control,
.form-control:focus {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
html[dir="rtl"] * {
    text-align: right;
}
body {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    color: #ed3237;
    /* background-color: #f2ede0; */
    background-color: #fff;
    font-size: 16px;
    line-height: 1.65em;
}
@media (min-width: 576px) {
    body {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    body {
        font-size: 18px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    body {
        font-size: 30px;
        line-height: 1.65em;
    }
}
h1.p {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.65em;
}
@media (min-width: 576px) {
    h1.p {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    h1.p {
        font-size: 18px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    h1.p {
        font-size: 18px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    h1.p {
        font-size: 18px;
        line-height: 1.65em;
    }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: lighter;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
    color: inherit !important;
    text-decoration: none !important;
}
h1.center,
.h1.center,
h2.center,
.h2.center,
h3.center,
.h3.center,
h4.center,
.h4.center {
    text-align: center;
}
h1,
.h1 {
    /* font-family: tesseract-extralight; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.15em;
    margin-bottom: 25px;
}
@media (min-width: 576px) {
    h1,
    .h1 {
        font-size: 35px;
        line-height: 1.15em;
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 45px;
        line-height: 1.15em;
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    h1,
    .h1 {
        font-size: calc(28px + 2vw);
        line-height: 1.1em;
        margin-bottom: 35px;
    }
}
@media (min-width: 1300px) {
    h1,
    .h1 {
        font-size: calc(30px + 2vw);
        line-height: 1.1em;
        margin-bottom: 40px;
    }
}
h2,
.h2 {
    /* font-family: tesseract-extralightitalic; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    h2,
    .h2 {
        font-size: 36px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 50px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    h2,
    .h2 {
        font-size: 55px;
        line-height: 1.2em;
        margin-bottom: 40px;
    }
}
@media (min-width: 1300px) {
    h2,
    .h2 {
        font-size: 60px;
        line-height: 1.2em;
        margin-bottom: 45px;
    }
}
h2.dropcap,
.h2.dropcap,
.section20 > div > div > div > div.top p.h2::first-letter,
.section19 > div > div > div p.h2.quote-title::first-letter,
.section02 > div > div > div p.h2.quote-title::first-letter {
    /* font-family: tesseract-extralightitalic; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    h2.dropcap,
    .h2.dropcap,
    .section20 > div > div > div > div.top p.h2::first-letter,
    .section19 > div > div > div p.h2.quote-title::first-letter,
    .section02 > div > div > div p.h2.quote-title::first-letter {
        font-size: 36px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    h2.dropcap,
    .h2.dropcap,
    .section20 > div > div > div > div.top p.h2::first-letter,
    .section19 > div > div > div p.h2.quote-title::first-letter,
    .section02 > div > div > div p.h2.quote-title::first-letter {
        font-size: 50px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    h2.dropcap,
    .h2.dropcap,
    .section20 > div > div > div > div.top p.h2::first-letter,
    .section19 > div > div > div p.h2.quote-title::first-letter,
    .section02 > div > div > div p.h2.quote-title::first-letter {
        font-size: 127px;
        line-height: 1.2em;
        margin-bottom: 40px;
    }
}
@media (min-width: 1300px) {
    h2.dropcap,
    .h2.dropcap,
    .section20 > div > div > div > div.top p.h2::first-letter,
    .section19 > div > div > div p.h2.quote-title::first-letter,
    .section02 > div > div > div p.h2.quote-title::first-letter {
        font-size: 140px;
        line-height: 1.2em;
        margin-bottom: 45px;
    }
}
h3,
.h3 {
    /* font-family: tesseract-extralight; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1.25em;
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    h3,
    .h3 {
        font-size: 26px;
        line-height: 1.25em;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 26px;
        line-height: 1.25em;
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) {
    h3,
    .h3 {
        font-size: 30px;
        line-height: 1.25em;
        margin-bottom: 20px;
    }
}
@media (min-width: 1300px) {
    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.25em;
        margin-bottom: 20px;
    }
}
quote,
.quote,
.section20 > div > div > div > div.top p::first-letter,
.section19 > div > div > div p.quote-title::first-letter,
.section02 > div > div > div p.quote-title::first-letter {
    /* font-family: tesseract-extralight; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1.4em;
}
@media (min-width: 576px) {
    quote,
    .quote,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 26px;
        line-height: 1.4em;
    }
}
@media (min-width: 768px) {
    quote,
    .quote,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 26px;
        line-height: 1.4em;
    }
}
@media (min-width: 1024px) {
    quote,
    .quote,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 30px;
        line-height: 1.4em;
    }
}
@media (min-width: 1300px) {
    quote,
    .quote,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 32px;
        line-height: 1.4em;
    }
}
quote.dropcap,
.quote.dropcap,
.section20 > div > div > div > div.top p::first-letter,
.section19 > div > div > div p.quote-title::first-letter,
.section02 > div > div > div p.quote-title::first-letter {
    /* font-family: tesseract-extralight; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1.4em;
}
@media (min-width: 576px) {
    quote.dropcap,
    .quote.dropcap,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 26px;
        line-height: 1.4em;
    }
}
@media (min-width: 768px) {
    quote.dropcap,
    .quote.dropcap,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 26px;
        line-height: 1.4em;
    }
}
@media (min-width: 1024px) {
    quote.dropcap,
    .quote.dropcap,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 81px;
        line-height: 1.4em;
    }
}
@media (min-width: 1300px) {
    quote.dropcap,
    .quote.dropcap,
    .section20 > div > div > div > div.top p::first-letter,
    .section19 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div p.quote-title::first-letter {
        font-size: 86px;
        line-height: 1.4em;
    }
}
.quote-title {
    /* font-family: tesseract-extralight; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.4em;
}
@media (min-width: 576px) {
    .quote-title {
        font-size: 26px;
        line-height: 1.4em;
    }
}
@media (min-width: 768px) {
    .quote-title {
        font-size: 26px;
        line-height: 1.4em;
    }
}
@media (min-width: 1024px) {
    .quote-title {
        font-size: 30px;
        line-height: 1.4em;
    }
}
@media (min-width: 1300px) {
    .quote-title {
        font-size: 32px;
        line-height: 1.4em;
    }
}
h4,
.h4 {
    /* font-family: tesseract-extralight; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1.25em;
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25em;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25em;
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) {
    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25em;
        margin-bottom: 20px;
    }
}
@media (min-width: 1300px) {
    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25em;
        margin-bottom: 20px;
    }
}
small,
.small,
#menu > div > div:last-child > div:first-child ul li a,
.ui-datepicker .ui-datepicker-calendar th span,
.ui-datepicker .ui-datepicker-calendar th a,
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65em;
}
@media (min-width: 576px) {
    small,
    .small,
    #menu > div > div:last-child > div:first-child ul li a,
    .ui-datepicker .ui-datepicker-calendar th span,
    .ui-datepicker .ui-datepicker-calendar th a,
    .ui-datepicker .ui-datepicker-calendar td span,
    .ui-datepicker .ui-datepicker-calendar td a {
        font-size: 14px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    small,
    .small,
    #menu > div > div:last-child > div:first-child ul li a,
    .ui-datepicker .ui-datepicker-calendar th span,
    .ui-datepicker .ui-datepicker-calendar th a,
    .ui-datepicker .ui-datepicker-calendar td span,
    .ui-datepicker .ui-datepicker-calendar td a {
        font-size: 14px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    small,
    .small,
    #menu > div > div:last-child > div:first-child ul li a,
    .ui-datepicker .ui-datepicker-calendar th span,
    .ui-datepicker .ui-datepicker-calendar th a,
    .ui-datepicker .ui-datepicker-calendar td span,
    .ui-datepicker .ui-datepicker-calendar td a {
        font-size: 14px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    small,
    .small,
    #menu > div > div:last-child > div:first-child ul li a,
    .ui-datepicker .ui-datepicker-calendar th span,
    .ui-datepicker .ui-datepicker-calendar th a,
    .ui-datepicker .ui-datepicker-calendar td span,
    .ui-datepicker .ui-datepicker-calendar td a {
        font-size: 14px;
        line-height: 1.65em;
    }
}
.tag {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65em;
}
@media (min-width: 576px) {
    .tag {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    .tag {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    .tag {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    .tag {
        font-size: 16px;
        line-height: 1.65em;
    }
}
.tags-label {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 16px;
    line-height: 1.65em;
    margin-bottom: 12px;
}
@media (min-width: 576px) {
    .tags-label {
        font-size: 16px;
        line-height: 1.65em;
        margin-bottom: 12px;
    }
}
@media (min-width: 768px) {
    .tags-label {
        font-size: 18px;
        line-height: 1.65em;
        margin-bottom: 12px;
    }
}
@media (min-width: 1024px) {
    .tags-label {
        font-size: 18px;
        line-height: 1.65em;
        margin-bottom: 12px;
    }
}
@media (min-width: 1300px) {
    .tags-label {
        font-size: 18px;
        line-height: 1.65em;
        margin-bottom: 12px;
    }
}
.tagline,
.section40 > div > ul li a,
.section39 > div > div > div > ul li a,
.section37 > div > div > div > ul li a,
ul.link-list li a {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .tagline,
    .section40 > div > ul li a,
    .section39 > div > div > div > ul li a,
    .section37 > div > div > div > ul li a,
    ul.link-list li a {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .tagline,
    .section40 > div > ul li a,
    .section39 > div > div > div > ul li a,
    .section37 > div > div > div > ul li a,
    ul.link-list li a {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .tagline,
    .section40 > div > ul li a,
    .section39 > div > div > div > ul li a,
    .section37 > div > div > div > ul li a,
    ul.link-list li a {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 0;
    }
}
@media (min-width: 1300px) {
    .tagline,
    .section40 > div > ul li a,
    .section39 > div > div > div > ul li a,
    .section37 > div > div > div > ul li a,
    ul.link-list li a {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 0;
    }
}
.link {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 15px;
    position: relative;
    padding-right: 45px;
    display: inline-block;
}
@media (min-width: 576px) {
    .link {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .link {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) {
    .link {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}
@media (min-width: 1300px) {
    .link {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}
.link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/arrow-long.svg);
    height: 16px;
    width: 31px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.link:hover:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.button,
.btn {
    /* font-family: tesseract-bold; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
}
@media (min-width: 576px) {
    .button,
    .btn {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 768px) {
    .button,
    .btn {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    .button,
    .btn {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1300px) {
    .button,
    .btn {
        font-size: 12px;
        line-height: 1.2em;
    }
}
.mainmenu {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
}
@media (min-width: 576px) {
    .mainmenu {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 768px) {
    .mainmenu {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    .mainmenu {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1300px) {
    .mainmenu {
        font-size: 12px;
        line-height: 1.2em;
    }
}
.menupanel,
#menu > div > div:nth-child(2) > div:first-child ol li a {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.2em;
}
@media (min-width: 576px) {
    .menupanel,
    #menu > div > div:nth-child(2) > div:first-child ol li a {
        font-size: 19px;
        line-height: 1.2em;
    }
}
@media (min-width: 768px) {
    .menupanel,
    #menu > div > div:nth-child(2) > div:first-child ol li a {
        font-size: 28px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    .menupanel,
    #menu > div > div:nth-child(2) > div:first-child ol li a {
        font-size: 25px;
        line-height: 1.2em;
    }
}
@media (min-width: 1300px) {
    .menupanel,
    #menu > div > div:nth-child(2) > div:first-child ol li a {
        font-size: 40px;
        line-height: 1em;
    }
}
.bookingpanel,
fieldset.quick-booking .field.rooms .pnl .room > div .guest span,
fieldset.quick-booking .field > a,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.2em;
}
@media (min-width: 576px) {
    .bookingpanel,
    fieldset.quick-booking .field.rooms .pnl .room > div .guest span,
    fieldset.quick-booking .field > a,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        font-size: 17px;
        line-height: 1.2em;
    }
}
@media (min-width: 768px) {
    .bookingpanel,
    fieldset.quick-booking .field.rooms .pnl .room > div .guest span,
    fieldset.quick-booking .field > a,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        font-size: 20px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    .bookingpanel,
    fieldset.quick-booking .field.rooms .pnl .room > div .guest span,
    fieldset.quick-booking .field > a,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        font-size: 18px;
        line-height: 1.2em;
    }
}
@media (min-width: 1300px) {
    .bookingpanel,
    fieldset.quick-booking .field.rooms .pnl .room > div .guest span,
    fieldset.quick-booking .field > a,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        font-size: 20px;
        line-height: 1.2em;
    }
}
.handwritten-xl,
.section01:first-child .title .emphasis span.penned {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 55px;
    line-height: 0.66em;
}
@media (min-width: 576px) {
    .handwritten-xl,
    .section01:first-child .title .emphasis span.penned {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .handwritten-xl,
    .section01:first-child .title .emphasis span.penned {
        font-size: 80px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .handwritten-xl,
    .section01:first-child .title .emphasis span.penned {
        font-size: calc(65px + 2vw);
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .handwritten-xl,
    .section01:first-child .title .emphasis span.penned {
        font-size: calc(91px + 2vw);
        line-height: 0.66em;
    }
}
.handwritten-l {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 55px;
    line-height: 0.66em;
}
@media (min-width: 576px) {
    .handwritten-l {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .handwritten-l {
        font-size: 80px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .handwritten-l {
        font-size: 80px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .handwritten-l {
        font-size: 80px;
        line-height: 0.66em;
    }
}
.handwritten-m {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
}
@media (min-width: 576px) {
    .handwritten-m {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .handwritten-m {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .handwritten-m {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .handwritten-m {
        font-size: 55px;
        line-height: 0.66em;
    }
}
.footerteaser {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2em;
}
@media (min-width: 576px) {
    .footerteaser {
        font-size: 26px;
        line-height: 1.2em;
    }
}
@media (min-width: 768px) {
    .footerteaser {
        font-size: 35px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    .footerteaser {
        font-size: 38px;
        line-height: 1.2em;
    }
}
@media (min-width: 1300px) {
    .footerteaser {
        font-size: 42px;
        line-height: 1.2em;
    }
}
.small-title,
#sublinks > ul > li > span {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.65em;
}
@media (min-width: 576px) {
    .small-title,
    #sublinks > ul > li > span {
        font-size: 10px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    .small-title,
    #sublinks > ul > li > span {
        font-size: 10px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    .small-title,
    #sublinks > ul > li > span {
        font-size: 10px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    .small-title,
    #sublinks > ul > li > span {
        font-size: 10px;
        line-height: 1.65em;
    }
}
.lbdate {
    /* font-family: tesseract-extralight; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 85px;
    line-height: 1em;
}
@media (min-width: 576px) {
    .lbdate {
        font-size: 85px;
        line-height: 1em;
    }
}
@media (min-width: 768px) {
    .lbdate {
        font-size: 110px;
        line-height: 1em;
    }
}
@media (min-width: 1024px) {
    .lbdate {
        font-size: 110px;
        line-height: 1em;
    }
}
@media (min-width: 1300px) {
    .lbdate {
        font-size: 110px;
        line-height: 1em;
    }
}
p.link + h2,
h3.h2,
h3,
h2.h3,
p.h3 {
    margin-top: 50px;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev-custom,
.swiper-button-next-custom {
    height: 60px;
    width: 60px;
    margin-top: -30px;
    outline: none;
    background-color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev-custom:after,
.swiper-button-next-custom:after {
    display: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
    display: none !important;
}
.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-prev-custom:before,
.swiper-button-next-custom:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.swiper-container-rtl .swiper-button-next,
.swiper-button-prev,
.swiper-button-prev-custom {
    left: 3rem;
}
.swiper-container-rtl .swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-prev-custom:before {
    background-image: url(//placehold.it/50x50);
}
.swiper-container-rtl .swiper-button-prev,
.swiper-button-next,
.swiper-button-next-custom {
    right: 3rem;
}
.swiper-container-rtl .swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-next-custom:before {
    background-image: url(//placehold.it/50x50);
}
.swiper-lazy-preloader {
    border-color: #fff;
    border-top-color: transparent;
}
.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    height: calc(1em + 9px);
    bottom: 3rem !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    background-color: #fff;
    position: relative;
    margin: 0 10px !important;
    opacity: 1;
    pointer-events: auto;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background-color: transparent;
    height: 13px;
    width: 13px;
    margin: 0 8px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet:focus {
    outline: none;
}
.swiper-pagination-bullets.reverse .swiper-pagination-bullet {
    background-color: #ed3237;
}
.swiper-pagination-bullets.reverse .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid rgba(49, 79, 64, 0.25);
}
.navigation-none .swiper-button-prev,
.navigation-none .swiper-button-next {
    display: none;
}
.navigation-none + .swiper-button-next-custom,
.navigation-none + .swiper-button-next-custom + .swiper-button-prev-custom {
    display: none;
}
.pagination-none .swiper-pagination,
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-pagination {
    display: none;
}
.navigation-block .swiper-button-prev,
.navigation-block .swiper-button-next {
    display: block;
}
.navigation-block + .swiper-button-next-custom,
.navigation-block + .swiper-button-next-custom + .swiper-button-prev-custom {
    display: block;
}
.pagination-block .swiper-pagination {
    display: flex;
}
.swiper-container[carousel],
.swiper-container.carousel {
    padding-bottom: calc(3rem + 9px);
}
.swiper-container[carousel] .swiper-pagination,
.swiper-container.carousel .swiper-pagination {
    bottom: 0;
}
.swiper-container[carousel].pagination-none,
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container[carousel],
.swiper-container.carousel.pagination-none,
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container.carousel {
    padding-bottom: 0;
}
@media (min-width: 576px) {
    .navigation-sm-none .swiper-button-prev,
    .navigation-sm-none .swiper-button-next {
        display: none;
    }
    .navigation-sm-none + .swiper-button-next-custom,
    .navigation-sm-none + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: none;
    }
    .pagination-sm-none .swiper-pagination {
        display: none;
    }
    .navigation-sm-block .swiper-button-prev,
    .navigation-sm-block .swiper-button-next {
        display: block;
    }
    .navigation-sm-block + .swiper-button-next-custom,
    .navigation-sm-block + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: block;
    }
    .pagination-sm-block .swiper-pagination {
        display: flex;
    }
    .swiper-container[carousel],
    .swiper-container.carousel {
        padding-bottom: calc(3rem + 9px);
    }
    .swiper-container[carousel] .swiper-pagination,
    .swiper-container.carousel .swiper-pagination {
        bottom: 0;
    }
    .swiper-container[carousel].pagination-sm-none,
    .swiper-container.carousel.pagination-sm-none {
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navigation-md-none .swiper-button-prev,
    .navigation-md-none .swiper-button-next {
        display: none;
    }
    .navigation-md-none + .swiper-button-next-custom,
    .navigation-md-none + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: none;
    }
    .pagination-md-none .swiper-pagination {
        display: none;
    }
    .navigation-md-block .swiper-button-prev,
    .navigation-md-block .swiper-button-next {
        display: block;
    }
    .navigation-md-block + .swiper-button-next-custom,
    .navigation-md-block + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: block;
    }
    .pagination-md-block .swiper-pagination {
        display: flex;
    }
    .swiper-container[carousel],
    .swiper-container.carousel {
        padding-bottom: calc(3rem + 9px);
    }
    .swiper-container[carousel] .swiper-pagination,
    .swiper-container.carousel .swiper-pagination {
        bottom: 0;
    }
    .swiper-container[carousel].pagination-md-none,
    .swiper-container.carousel.pagination-md-none {
        padding-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .navigation-lg-none .swiper-button-prev,
    .navigation-lg-none .swiper-button-next {
        display: none;
    }
    .navigation-lg-none + .swiper-button-next-custom,
    .navigation-lg-none + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: none;
    }
    .pagination-lg-none .swiper-pagination {
        display: none;
    }
    .navigation-lg-block .swiper-button-prev,
    .navigation-lg-block .swiper-button-next {
        display: block;
    }
    .navigation-lg-block + .swiper-button-next-custom,
    .navigation-lg-block + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: block;
    }
    .pagination-lg-block .swiper-pagination {
        display: flex;
    }
    .swiper-container[carousel],
    .swiper-container.carousel {
        padding-bottom: calc(3rem + 9px);
    }
    .swiper-container[carousel] .swiper-pagination,
    .swiper-container.carousel .swiper-pagination {
        bottom: 0;
    }
    .swiper-container[carousel].pagination-lg-none,
    .swiper-container.carousel.pagination-lg-none {
        padding-bottom: 0;
    }
}
@media (min-width: 1300px) {
    .navigation-xl-none .swiper-button-prev,
    .navigation-xl-none .swiper-button-next {
        display: none;
    }
    .navigation-xl-none + .swiper-button-next-custom,
    .navigation-xl-none + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: none;
    }
    .pagination-xl-none .swiper-pagination {
        display: none;
    }
    .navigation-xl-block .swiper-button-prev,
    .navigation-xl-block .swiper-button-next {
        display: block;
    }
    .navigation-xl-block + .swiper-button-next-custom,
    .navigation-xl-block + .swiper-button-next-custom + .swiper-button-prev-custom {
        display: block;
    }
    .pagination-xl-block .swiper-pagination {
        display: flex;
    }
    .swiper-container[carousel],
    .swiper-container.carousel {
        padding-bottom: calc(3rem + 9px);
    }
    .swiper-container[carousel] .swiper-pagination,
    .swiper-container.carousel .swiper-pagination {
        bottom: 0;
    }
    .swiper-container[carousel].pagination-xl-none,
    .swiper-container.carousel.pagination-xl-none {
        padding-bottom: 0;
    }
}
.swiper-container {
    opacity: 0;
    transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
.swiper-container-initialized {
    opacity: 1;
}
.swiper-animation .swiper-slide picture {
    overflow: hidden;
}
.swiper-animation .swiper-slide picture img {
    transform: scale(1.025);
    transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 4s;
}
.swiper-animation .swiper-slide.swiper-slide-active picture img,
.swiper-animation .swiper-slide.swiper-slide-duplicate-active picture img {
    transform: scale(1);
}
.media-holder .swiper-container.video,
.media-holder .video-container.video,
.media-holder .picture-container.video {
    cursor: url(//placehold.it/50x50), pointer;
}
.media-holder .swiper-container.image,
.media-holder .video-container.image,
.media-holder .picture-container.image {
    cursor: url(//placehold.it/50x50), pointer;
}
.media-holder .swiper-container.page,
.media-holder .video-container.page,
.media-holder .picture-container.page {
    cursor: url(//placehold.it/50x50), pointer;
}
.media-holder .opener {
    display: none;
}
#lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background-color: #f2ede0;
}
#lightbox > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#lightbox > div > div {
    position: relative;
    height: 100%;
    width: 100%;
}
#lightbox > div > div > div {
    position: relative;
    height: 100%;
    width: 100%;
}
#lightbox > div > div > div .lightbox-close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    cursor: pointer;
    height: 50px;
    width: 50px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
#lightbox > div > div > div .lightbox-close:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    background-image: url(../img/menu-close.svg);
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide picture {
    padding: 54px;
}
@media (max-width: 767.98px) {
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide picture {
        padding: 54px 0;
    }
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide picture img {
    object-fit: contain;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .video {
    padding: 54px;
}
@media (max-width: 767.98px) {
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .video {
        padding: 54px 0;
    }
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .video video {
    outline: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: auto;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .iframe {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: auto;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .iframe:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .iframe iframe {
    position: absolute;
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px;
    height: calc(100% - 54px * 2);
    width: calc(100% - 54px * 2);
    border: 0;
}
@media (max-width: 767.98px) {
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .iframe iframe {
        position: absolute;
        top: 54px;
        right: 0;
        bottom: 54px;
        left: 0;
        height: calc(100% - 54px * 2);
        width: 100%;
    }
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide img.swiper-lazy {
    display: none;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide img.swiper-lazy.swiper-lazy-loaded {
    display: block;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .swiper-caption {
    position: absolute;
    top: auto;
    right: 0.75em;
    bottom: 0.75em;
    left: 0.75em;
    transform: none;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .swiper-caption > div * {
    text-align: center;
    color: #ed3237;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide .swiper-caption > div *:last-child {
    margin: 0;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide:before,
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-wrapper .swiper-slide:after {
    display: none;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-prev,
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-next {
    background-color: transparent;
}
@media (max-width: 767.98px) {
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-prev,
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-next {
        top: auto;
        margin-top: 0 !important;
        bottom: 10px;
    }
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-prev:before,
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-next:before {
    background-image: url(/images/icons/arrow.svg);
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
    background-size: 36px;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-prev:before {
    transform: rotate(180deg);
    background-position: right center;
}
#lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-next:before {
    background-position: right center;
}
@media (min-width: 1024px) {
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-prev {
        margin: 0;
        right: auto;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        height: auto;
    }
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-prev:before {
        background-position: right 54px center;
    }
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-next {
        margin: 0;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        width: 50%;
        height: auto;
    }
    #lightbox > div > div > div .media-holder .media-holder-canvas .swiper-container .swiper-button-next:before {
        background-position: right 54px center;
    }
}
picture.px {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
picture.px img {
    height: 100%;
    width: auto;
}
@media (min-width: 1024px) {
    body:not(.Corporate) picture.px img {
        opacity: 0;
    }
    body:not(.Corporate) picture.px img.in {
        opacity: 1;
    }
}
div[pnl] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 19;
    display: none;
}
@media (min-width: 1024px) {
    div[pnl] {
        /* left: var(--w-bar); */
        left: 0;
    }
}
@media (max-width: 1023.98px) {
    div[pnl] {
        padding-bottom: 44px;
        left: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    div[pnl]::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    div[pnl] {
        padding-top: 0;
    }
}
@media (max-width: 767.98px) {
    /* div[pnl] {
        padding-top: 120px;
    } */

    div[pnl] {
        padding-top: 0;
    }
}
figure.illustration {
    display: flex;
    align-items: center;
    margin: 0;
}
figure.illustration figcaption {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
}
@media (min-width: 576px) {
    figure.illustration figcaption {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    figure.illustration figcaption {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    figure.illustration figcaption {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    figure.illustration figcaption {
        font-size: 55px;
        line-height: 0.66em;
    }
}
figure.illustration:not(.reverse) figcaption {
    padding-left: 40px;
}
figure.illustration.reverse {
    flex-direction: row-reverse;
}
figure.illustration.reverse figcaption {
    padding-right: 40px;
}
@media (min-width: 1024px) {
    figure.illustration {
        position: absolute;
        right: 0;
        bottom: 25px;
        left: 0;
    }
    figure.illustration img {
        width: 25vh;
    }
}
@media (max-width: 1023.98px) {
    figure.illustration {
        margin: 40px 0 0;
    }
    figure.illustration img {
        width: 37vw;
    }
}
.abs-filters {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
@media (min-width: 1024px) {
    .abs-filters {
        position: absolute;
        bottom: 25px;
        left: 0;
    }
}
@media (max-width: 1023.98px) {
    .abs-filters {
        margin-bottom: 30px;
    }
}
.abs-filters > span {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65em;
    display: inline-block;
    white-space: nowrap;
    margin-right: 0.5em;
    margin-left: 0.5em;
}
@media (min-width: 576px) {
    .abs-filters > span {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    .abs-filters > span {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    .abs-filters > span {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    .abs-filters > span {
        font-size: 16px;
        line-height: 1.65em;
    }
}
.abs-filters > a {
    margin: 0 5px;
    text-decoration: none;
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65em;
    border: 1px solid rgba(49, 79, 64, 0.25);
    padding: 1px 20px;
    border-radius: 20px;
    display: inline-block;
    color: #ed3237 !important;
    white-space: nowrap;
}
@media (min-width: 576px) {
    .abs-filters > a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    .abs-filters > a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    .abs-filters > a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    .abs-filters > a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
.abs-filters > a.selected {
    background-color: #ed3237;
    border-color: #ed3237;
    color: #fff !important;
}
ul.link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.link-list > li {
    margin: 0;
}
ul.link-list > li:before {
    display: none;
}
ul.link-list li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(49, 79, 64, 0.25);
}
ul.link-list li a {
    display: block;
    text-decoration: none;
    padding: 1em 100px 1em 0;
    position: relative;
    line-height: 2em;
}
ul.link-list li a:before {
    content: "";
    position: absolute;
    top: 1.3em;
    right: 0;
    height: 16px;
    width: 31px;
    background-image: url(/images/icons/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
ul.link-list li:first-child {
    border-top: 1px solid rgba(49, 79, 64, 0.25);
}
.greengo-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -1em;
    display: flex;
}
.greengo-icons > li {
    margin: 0;
}
.greengo-icons > li:before {
    display: none;
}
.greengo-icons li {
    margin: 0.5em 1em !important;
    display: flex;
    align-items: center;
}
.greengo-icons li img {
    width: auto;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
#ui-datepicker-div {
    width: 300px;
}
.ui-datepicker {
    padding: 20px;
    display: none;
    border: 1px solid rgba(49, 79, 64, 0.25);
    background-color: #f2ede0;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 0;
    cursor: pointer;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 20px;
    width: 20px;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
    opacity: 0.2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
    background-image: url(/images/icons/slider-left.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0;
    background-image: url(/images/icons/slider-right.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    line-height: 20px;
}
.ui-datepicker .ui-datepicker-calendar {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    border: 0;
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.ui-datepicker .ui-datepicker-calendar th span,
.ui-datepicker .ui-datepicker-calendar th a,
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
    display: block !important;
    font-weight: 400;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    opacity: 0.3;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
    opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
    opacity: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
    background-color: transparent !important;
    color: #ed3237 !important;
    box-shadow: inset 0 0 0 1px rgba(49, 79, 64, 0.25);
}
.ui-datepicker .ui-datepicker-calendar td.main .ui-state-default {
    color: #fff;
    background-color: #ed3237;
}
.ui-datepicker .ui-datepicker-calendar td.range .ui-state-default {
    color: #fff;
    background-color: rgba(49, 79, 64, 0.6);
}
.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled):hover a {
    color: #fff;
    background-color: #ed3237;
}
.ui-datepicker .ui-datepicker-calendar td.closed a,
.ui-datepicker .ui-datepicker-calendar td.closed:hover a {
    color: rgba(49, 79, 64, 0.4);
    background-color: rgba(49, 79, 64, 0.2);
    cursor: url(https://www.palace.ch/images/icons/cursor-access-denied.svg), auto;
}
.ui-datepicker .ui-datepicker-row-break {
    clear: both;
}
.ui-tooltip {
    position: absolute;
    text-align: center;
    z-index: 100;
    padding: 2px 10px;
    background-color: #ed3237;
    color: #fff;
    width: 250px;
    font-size: 0.9rem;
}
.ui-tooltip:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ed3237;
    bottom: -6px;
    left: 119px;
    height: 12px;
    width: 12px;
    transform: rotate(-45deg);
}
#menu > div > .social {
    display: none;
}
@media (min-width: 1024px) {
    body.short #booking > div {
        margin-top: 50px;
    }
    body.short #booking > div > div:last-child p {
        text-align: left;
    }
    body.short #booking > div > div:first-child {
        margin-bottom: 40px;
    }
    body.short #booking > div > div:nth-child(2) > div:last-child[data-count="4"] {
        margin-right: 0;
        width: 50%;
        display: block;
    }
    body.short #booking > div > div:nth-child(2) > div:last-child[data-count="4"] > div {
        width: 100%;
        margin-bottom: 10px;
    }
    body.short #booking > div > div:nth-child(2) > div:last-child[data-count="4"] > div a {
        display: flex;
        align-items: center;
        text-align: left;
    }
    body.short #booking > div > div:nth-child(2) > div:last-child[data-count="4"] > div a img {
        width: 80px;
        margin: 0 20px 0 0;
    }
    body.short fieldset.quick-booking .field.dates .pnl {
        transform: translateY(-21px);
    }
    body.short #menu > div > div:last-child > div:last-child ul.social {
        display: none;
    }
    body.short #menu > .social {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        position: absolute;
        right: 6.5vw;
        top: 20px;
        gap: 15px;
    }
    body.short #menu > .social > li {
        margin: 0;
    }
    body.short #menu > .social > li:before {
        display: none;
    }
    body.short #menu > div > div:nth-child(2) > div:last-child {
        width: 40vw;
    }
}
body {
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
    body:not(.Corporate) {
        overflow: hidden;
    }
    body:not(.Corporate).is-touch {
        overflow: visible;
    }
}
@media (max-width: 1023.98px) {
    body {
        margin-bottom: 0;
    }
    body.has-final {
        margin-bottom: calc(100vw + 44px);
    }
    body.unoverflow {
        overflow: hidden;
    }
}
body.overflow-hidden {
    overflow: hidden;
}
#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
}
#loader > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#loader > div > div > div {
    opacity: 0;
}
#loader > div > div > div.logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 238px;
    width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/logo-Gstaad-Palace-loading.svg);
    margin: 0 auto;
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
    margin-bottom: 30px;
}
#loader > div > div > div.intro {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
}
@media (min-width: 576px) {
    #loader > div > div > div.intro {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    #loader > div > div > div.intro {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    #loader > div > div > div.intro {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    #loader > div > div > div.intro {
        font-size: 55px;
        line-height: 0.66em;
    }
}
#loader > div > div > div.intro p {
    margin: 0;
    text-align: center;
}
#bar {
    z-index: 20;
    background-color: #f2ede0;
    transition: background-color 0.5s;
}
@media (min-width: 1024px) {
    /* #bar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 130px;
    } */
    #bar:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 1px;
        background-color: rgba(49, 79, 64, 0.25);
    }
    #bar a.book {
        display: block;
        height: var(--w-bar);
        line-height: var(--w-bar) !important;
        background-color: #ed3237;
        color: #fff;
        text-align: center;
        text-decoration: none;
        opacity: 1;
        /* font-family: tesseract-bold; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2em;
        position: relative;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    #bar a.book {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    #bar a.book {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #bar a.book {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    #bar a.book {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    #bar a.book:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 19px;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
    }
}
@media (min-width: 1024px) {
    #bar a.book.in {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }
    #bar a.book.in:before {
        background-image: url(../img/menu-close.svg);
    }
}
@media (min-width: 1024px) {
    #bar a.info {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: var(--w-bar);
        line-height: var(--w-bar) !important;
        text-align: center;
        text-decoration: none;
        /* font-family: tesseract-light; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2em;
        border-top: 1px solid rgba(49, 79, 64, 0.25);
        opacity: 1;
        background-color: #ed3237;
        color: #fff;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    #bar a.info {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    #bar a.info {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #bar a.info {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    #bar a.info {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    #bar a.logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-image: url(../img/logo.png);
        height: 71px;
        width: 110px;
        /* filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        margin: 0 auto;
    }
}
@media (min-width: 320px) {
    #bar a.menu {
        position: absolute;
        /* top: 50%; */
        top: 0;
        /* left: 50%; */
        transform: translateY(-50%) translateX(-50%);
        background-image: url(../img/menu.svg);
        height: 17px;
        width: 32px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        margin: 42px auto 0;
        /* filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%); */
    }
    #bar a.menu.in {
        background-image: url(../img/menu-close.svg);
        height: 19px;
        width: 19px;
    }
}
@media (min-width: 1024px) {
    #bar a.season {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    #bar > div {
        height: 111px;
    }
    #bar a.logo {
        height: 71px;
        width: 41px;
    }
}
@media (max-width: 767.98px) {
    #bar > div {
        height: 80px;
    }
    #bar a.logo {
        height: 64px;
        width: 37px;
    }
}
@media (max-width: 1023.98px) {
    /* #bar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    } */
    #bar > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: height 0.5s;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #bar > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #bar > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #bar > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #bar > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #bar > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #bar > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #bar > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #bar > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #bar > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #bar > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #bar > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #bar > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    #bar a.book,
    #bar a.info {
        display: none;
    }
    #bar a.logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-image: url(../img/logo.png);
        filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        transition: background-image 250ms, opacity 250ms;
    }
    /* #bar a.menu {
        background-image: url(../img/menu.svg);
        height: 17px;
        width: 32px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    } */
    #bar a.menu.in {
        background-image: url(../img/menu-close.svg);
    }
}
#bar.sticky,
#bar.in {
    background-color: #000 !important;
}
#bar.sticky:before,
#bar.in:before {
    background-color: rgba(49, 79, 64, 0.25) !important;
}
#bar.sticky a.book,
#bar.in a.book {
    background-color: #ed3237 !important;
    color: #fff !important;
}
#bar.sticky a.info,
#bar.in a.info {
    border-top: 1px solid rgba(49, 79, 64, 0.25) !important;
    color: #fff !important;
    background: #ed3237;
}
#bar.sticky a.info:hover,
#bar.in a.info:hover {
    color: #000 !important;
}
/* #bar.sticky a.logo,
#bar.in a.logo {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%) !important;
} */
#bar.sticky a.menu,
#bar.in a.menu {
    filter: none !important;
}
@media (max-width: 1023.98px) {
    #bar.sticky > div {
        height: 44px;
        border-bottom: 1px solid rgba(49, 79, 64, 0.25);
    }
    #bar.sticky > div a.logo {
        height: 12px;
        width: 140px;
        background-image: url(/images/icons/Gstaad-Palace.svg);
        filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%) !important;
    }
    #bar.sticky > div a.season {
        display: none;
    }
}
body.background #bar:not(.sticky) a.info:hover,
body.section21 #bar:not(.sticky) a.info:hover,
body.section18 #bar:not(.sticky) a.info:hover,
body.section16 #bar:not(.sticky) a.info:hover,
body.section15 #bar:not(.sticky) a.info:hover {
    opacity: 0.7;
}
body.lightgreen #bar {
    background-color: #7e823c;
}
body.lightgreen #bar * {
    color: #373435;
}
body.lightgreen #bar a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.lightgreen #bar a.btn-secondary span,
body.lightgreen #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.lightgreen #bar a.btn span {
    color: #fff;
}
body.lightgreen #bar a.btn-secondary:before,
body.lightgreen #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.lightgreen #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.lightgreen #bar p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.lightgreen #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.lightgreen #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.lightgreen #bar:before {
    background-color: rgba(255, 255, 255, 0.3);
}
body.lightgreen #bar a.book {
    background-color: #373435;
    color: #fff;
}
body.lightgreen #bar a.info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
body.lightgreen #bar a.logo {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.lightgreen #bar a.menu {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.greenyellow #bar {
    background-color: #fff;
}
/* body.greenyellow #bar * {
    color: #373435;
} */
body.greenyellow #bar a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.greenyellow #bar a.btn-secondary span,
body.greenyellow #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greenyellow #bar a.btn span {
    color: #fff;
}
body.greenyellow #bar a.btn-secondary:before,
body.greenyellow #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greenyellow #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greenyellow #bar p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.greenyellow #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greenyellow #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greenyellow #bar:before {
    background-color: rgba(255, 255, 255, 0.3);
}
body.greenyellow #bar a.book {
    background-color: #373435;
    color: #fff;
}
/* body.greenyellow #bar a.info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
} */
/* body.greenyellow #bar a.logo {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
} */
/* body.greenyellow #bar a.menu {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
} */
body.greenlightblue #bar {
    background-color: #ed3237;
}
body.greenlightblue #bar * {
    color: #373435;
}
body.greenlightblue #bar a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greenlightblue #bar a.btn-secondary span,
body.greenlightblue #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greenlightblue #bar a.btn span {
    color: #fff;
}
body.greenlightblue #bar a.btn-secondary:before,
body.greenlightblue #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greenlightblue #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greenlightblue #bar p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greenlightblue #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greenlightblue #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greenlightblue #bar:before {
    background-color: rgba(255, 255, 255, 0.3);
}
body.greenlightblue #bar a.book {
    background-color: #373435;
    color: #fff;
}
body.greenlightblue #bar a.info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
body.greenlightblue #bar a.logo {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greenlightblue #bar a.menu {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.orange #bar {
    background-color: #a4502a;
}
body.orange #bar * {
    color: #373435;
}
body.orange #bar a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.orange #bar a.btn-secondary span,
body.orange #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.orange #bar a.btn span {
    color: #fff;
}
body.orange #bar a.btn-secondary:before,
body.orange #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.orange #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.orange #bar p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.orange #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.orange #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.orange #bar:before {
    background-color: rgba(255, 255, 255, 0.3);
}
body.orange #bar a.book {
    background-color: #373435;
    color: #fff;
}
body.orange #bar a.info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
body.orange #bar a.logo {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.orange #bar a.menu {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
/* body.lightblue #bar {
    background-color: #fff;
} */
/* body.lightblue #bar * {
    color: #ed3237;
} */
body.lightblue #bar a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.lightblue #bar a.btn-secondary span,
body.lightblue #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.lightblue #bar a.btn span {
    color: #fff;
}
body.lightblue #bar a.btn-secondary:before,
body.lightblue #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.lightblue #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.lightblue #bar p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.lightblue #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.lightblue #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.lightblue #bar a.book {
    color: #fff;
}
/* body.lightblue #bar a.logo {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
} */
body.red #bar {
    background-color: #ed3237;
}
body.red #bar * {
    color: #373435;
}
body.red #bar a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.red #bar a.btn-secondary span,
body.red #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.red #bar a.btn span {
    color: #ed3237;
}
body.red #bar a.btn-secondary:before,
body.red #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.red #bar a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
body.red #bar p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.red #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.red #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.red #bar:before {
    background-color: rgba(255, 255, 255, 0.3);
}
body.red #bar a.book {
    background-color: #373435;
    color: #fff;
}
body.red #bar a.info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
body.red #bar a.logo {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.red #bar a.menu {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.yellow #bar {
    background-color: #373435;
}
body.yellow #bar * {
    color: #ed3237;
}
body.yellow #bar a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.yellow #bar a.btn-secondary span,
body.yellow #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.yellow #bar a.btn span {
    color: #fff;
}
body.yellow #bar a.btn-secondary:before,
body.yellow #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.yellow #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.yellow #bar p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.yellow #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.yellow #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.yellow #bar a.book {
    color: #fff;
}
body.yellow #bar a.info {
    color: #ed3237;
}
body.yellow #bar a.logo {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.greengo-orange #bar {
    background-color: #2b2722;
}
body.greengo-orange #bar * {
    color: #a4502a;
}
body.greengo-orange #bar a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
body.greengo-orange #bar a.btn-secondary span,
body.greengo-orange #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greengo-orange #bar a.btn span {
    color: #fff;
}
body.greengo-orange #bar a.btn-secondary:before,
body.greengo-orange #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greengo-orange #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greengo-orange #bar p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greengo-orange #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greengo-orange #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greengo-orange #bar:before {
    background-color: rgba(255, 255, 255, 0.3);
}
body.greengo-orange #bar a.book {
    background-color: #a4502a;
    color: #fff;
}
body.greengo-orange #bar a.info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #a4502a;
}
body.greengo-orange #bar a.logo {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
body.greengo-orange #bar a.menu {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
body.greengo-green #bar {
    background-color: #2b2722;
}
body.greengo-green #bar * {
    color: #54b763;
}
body.greengo-green #bar a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
body.greengo-green #bar a.btn-secondary span,
body.greengo-green #bar .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greengo-green #bar a.btn span {
    color: #fff;
}
body.greengo-green #bar a.btn-secondary:before,
body.greengo-green #bar .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greengo-green #bar a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greengo-green #bar p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greengo-green #bar .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greengo-green #bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greengo-green #bar:before {
    background-color: rgba(255, 255, 255, 0.3);
}
body.greengo-green #bar a.book {
    background-color: #54b763;
    color: #fff;
}
body.greengo-green #bar a.info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #54b763;
}
body.greengo-green #bar a.logo {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
body.greengo-green #bar a.menu {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
#scroller {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background: #fff;
}
body:not(.Corporate) main {
    z-index: 10;
}
body:not(.Corporate) main > section {
    position: relative;
}
body:not(.Corporate) main > section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    /* background-color: #f2ede0; */
    background-color: transparent;
}
body:not(.Corporate) main > section > div {
    transition: opacity 1s;
    opacity: 0;
}
body:not(.Corporate) main > section.in > div {
    opacity: 1;
}
body:not(.Corporate) main > section.hidden {
    width: 0;
    height: 0;
    padding: 0 !important;
    overflow: hidden;
    display: block !important;
}
body:not(.Corporate) main > section.hidden > div {
    opacity: 0;
    transition: opacity 1s;
}
body:not(.Corporate) main > section.visible > div {
    opacity: 1;
}
@media (min-width: 1024px) {
    body:not(.Corporate) main {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100vh;
    }
    body:not(.Corporate) main::-webkit-scrollbar {
        display: none;
    }
    body:not(.Corporate) main > section {
        height: 100%;
        display: flex;
        /* background-color: #f2ede0; */
        background-color: transparent;
        height: 100vh;
        overflow: hidden;
    }
    body:not(.Corporate) main > section:first-child {
        padding-left: var(--w-bar);
    }
    body:not(.Corporate) main > section:not(.full) {
        padding-top: 17vh;
    }
    body:not(.Corporate) main > section.v-a-middle,
    body:not(.Corporate) main > section.section35,
    body:not(.Corporate) main > section.section33,
    body:not(.Corporate) main > section.section32,
    body:not(.Corporate) main > section.section31,
    body:not(.Corporate) main > section.section30,
    body:not(.Corporate) main > section.section24,
    body:not(.Corporate) main > section.section25,
    body:not(.Corporate) main > section.section27,
    body:not(.Corporate) main > section.section23,
    body:not(.Corporate) main > section.section29,
    body:not(.Corporate) main > section.section28,
    body:not(.Corporate) main > section.section22,
    body:not(.Corporate) main > section.section20,
    body:not(.Corporate) main > section.section16,
    body:not(.Corporate) main > section.section15,
    body:not(.Corporate) main > section.section14,
    body:not(.Corporate) main > section.section13,
    body:not(.Corporate) main > section.section12 {
        padding-top: 0;
    }
    body:not(.Corporate) main > section.v-a-middle > div,
    body:not(.Corporate) main > section.section35 > div,
    body:not(.Corporate) main > section.section33 > div,
    body:not(.Corporate) main > section.section32 > div,
    body:not(.Corporate) main > section.section31 > div,
    body:not(.Corporate) main > section.section30 > div,
    body:not(.Corporate) main > section.section24 > div,
    body:not(.Corporate) main > section.section25 > div,
    body:not(.Corporate) main > section.section27 > div,
    body:not(.Corporate) main > section.section23 > div,
    body:not(.Corporate) main > section.section29 > div,
    body:not(.Corporate) main > section.section28 > div,
    body:not(.Corporate) main > section.section22 > div,
    body:not(.Corporate) main > section.section20 > div,
    body:not(.Corporate) main > section.section16 > div,
    body:not(.Corporate) main > section.section15 > div,
    body:not(.Corporate) main > section.section14 > div,
    body:not(.Corporate) main > section.section13 > div,
    body:not(.Corporate) main > section.section12 > div {
        display: flex;
        align-items: center;
    }
    body:not(.Corporate) main > section.p-none {
        padding-right: 0 !important;
    }
    body:not(.Corporate) main > section[style*="block"] {
        display: flex !important;
    }
    body:not(.Corporate) main > section:not(.full),
    body:not(.Corporate) main > section:not(.full) figure.illustration,
    body:not(.Corporate) main > section:not(.full) .abs-filters,
    body:not(.Corporate) main > section.p-dx-standard,
    body:not(.Corporate) main > section.p-dx-standard figure.illustration,
    body:not(.Corporate) main > section.p-dx-standard .abs-filters {
        padding-right: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body:not(.Corporate) main > section:not(.full),
    body:not(.Corporate) main > section:not(.full) figure.illustration,
    body:not(.Corporate) main > section:not(.full) .abs-filters,
    body:not(.Corporate) main > section.p-dx-standard,
    body:not(.Corporate) main > section.p-dx-standard figure.illustration,
    body:not(.Corporate) main > section.p-dx-standard .abs-filters {
        padding-right: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body:not(.Corporate) main > section:not(.full),
    body:not(.Corporate) main > section:not(.full) figure.illustration,
    body:not(.Corporate) main > section:not(.full) .abs-filters,
    body:not(.Corporate) main > section.p-dx-standard,
    body:not(.Corporate) main > section.p-dx-standard figure.illustration,
    body:not(.Corporate) main > section.p-dx-standard .abs-filters {
        padding-right: 13vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body:not(.Corporate) main > section:not(.full),
    body:not(.Corporate) main > section:not(.full) figure.illustration,
    body:not(.Corporate) main > section:not(.full) .abs-filters,
    body:not(.Corporate) main > section.p-dx-standard,
    body:not(.Corporate) main > section.p-dx-standard figure.illustration,
    body:not(.Corporate) main > section.p-dx-standard .abs-filters {
        padding-right: 11vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body:not(.Corporate) main > section:not(.full),
    body:not(.Corporate) main > section:not(.full) figure.illustration,
    body:not(.Corporate) main > section:not(.full) .abs-filters,
    body:not(.Corporate) main > section.p-dx-standard,
    body:not(.Corporate) main > section.p-dx-standard figure.illustration,
    body:not(.Corporate) main > section.p-dx-standard .abs-filters {
        padding-right: 11vw;
    }
}
@media (min-width: 1024px) {
    body:not(.Corporate) main > section.p-sx-standard,
    body:not(.Corporate) main > section.p-sx-standard figure.illustration,
    body:not(.Corporate) main > section.p-sx-standard .abs-filters {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body:not(.Corporate) main > section.p-sx-standard,
    body:not(.Corporate) main > section.p-sx-standard figure.illustration,
    body:not(.Corporate) main > section.p-sx-standard .abs-filters {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body:not(.Corporate) main > section.p-sx-standard,
    body:not(.Corporate) main > section.p-sx-standard figure.illustration,
    body:not(.Corporate) main > section.p-sx-standard .abs-filters {
        padding-left: 13vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.p-sx-standard,
    body:not(.Corporate) main > section.p-sx-standard figure.illustration,
    body:not(.Corporate) main > section.p-sx-standard .abs-filters {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.p-sx-standard,
    body:not(.Corporate) main > section.p-sx-standard figure.illustration,
    body:not(.Corporate) main > section.p-sx-standard .abs-filters {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) {
    body:not(.Corporate) main > section.p-dx-reduced,
    body:not(.Corporate) main > section.p-dx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-dx-reduced .abs-filters {
        padding-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body:not(.Corporate) main > section.p-dx-reduced,
    body:not(.Corporate) main > section.p-dx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-dx-reduced .abs-filters {
        padding-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body:not(.Corporate) main > section.p-dx-reduced,
    body:not(.Corporate) main > section.p-dx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-dx-reduced .abs-filters {
        padding-right: 8vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.p-dx-reduced,
    body:not(.Corporate) main > section.p-dx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-dx-reduced .abs-filters {
        padding-right: 6.5vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.p-dx-reduced,
    body:not(.Corporate) main > section.p-dx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-dx-reduced .abs-filters {
        padding-right: 6.5vw;
    }
}
@media (min-width: 1024px) {
    body:not(.Corporate) main > section.p-sx-reduced,
    body:not(.Corporate) main > section.p-sx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-sx-reduced .abs-filters {
        padding-left: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body:not(.Corporate) main > section.p-sx-reduced,
    body:not(.Corporate) main > section.p-sx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-sx-reduced .abs-filters {
        padding-left: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body:not(.Corporate) main > section.p-sx-reduced,
    body:not(.Corporate) main > section.p-sx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-sx-reduced .abs-filters {
        padding-left: 8vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.p-sx-reduced,
    body:not(.Corporate) main > section.p-sx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-sx-reduced .abs-filters {
        padding-left: 6.5vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.p-sx-reduced,
    body:not(.Corporate) main > section.p-sx-reduced figure.illustration,
    body:not(.Corporate) main > section.p-sx-reduced .abs-filters {
        padding-left: 6.5vw;
    }
}
@media (min-width: 1024px) {
    body:not(.Corporate) main > section.full + section:not(#footer),
    body:not(.Corporate) main > section.full + section:not(#footer) figure.illustration,
    body:not(.Corporate) main > section.full + section:not(#footer) .abs-filters {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body:not(.Corporate) main > section.full + section:not(#footer),
    body:not(.Corporate) main > section.full + section:not(#footer) figure.illustration,
    body:not(.Corporate) main > section.full + section:not(#footer) .abs-filters {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body:not(.Corporate) main > section.full + section:not(#footer),
    body:not(.Corporate) main > section.full + section:not(#footer) figure.illustration,
    body:not(.Corporate) main > section.full + section:not(#footer) .abs-filters {
        padding-left: 13vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.full + section:not(#footer),
    body:not(.Corporate) main > section.full + section:not(#footer) figure.illustration,
    body:not(.Corporate) main > section.full + section:not(#footer) .abs-filters {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.full + section:not(#footer),
    body:not(.Corporate) main > section.full + section:not(#footer) figure.illustration,
    body:not(.Corporate) main > section.full + section:not(#footer) .abs-filters {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced),
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) .abs-filters {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced),
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) .abs-filters {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced),
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) .abs-filters {
        padding-left: 13vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced),
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) .abs-filters {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced),
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) figure.illustration,
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) .abs-filters,
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) .abs-filters {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-left: 13vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-left: 11vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    body:not(.Corporate) main > section:first-child {
        padding-top: 180px;
    }
}
@media (max-width: 767.98px) {
    body:not(.Corporate) main > section:first-child {
        padding-top: 140px;
    }
}
@media (max-width: 1023.98px) {
    body:not(.Corporate) main {
        position: relative;
    }
    body:not(.Corporate) main > section.p-none {
        padding-bottom: 0 !important;
    }
    body:not(.Corporate) main > section,
    body:not(.Corporate) main > section.p-dx-standard {
        padding-bottom: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body:not(.Corporate) main > section,
    body:not(.Corporate) main > section.p-dx-standard {
        padding-bottom: 22vw;
    }

    .section03 { padding-bottom: 0 !important; }
}
@media (max-width: 1023.98px) and (min-width: 768px) {

    body:not(.Corporate) main > section,
    body:not(.Corporate) main > section.p-dx-standard {
        padding-bottom: 13vw;
    }

    .section03 { padding-bottom: 0 !important; }

}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body:not(.Corporate) main > section,
    body:not(.Corporate) main > section.p-dx-standard {
        padding-bottom: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body:not(.Corporate) main > section,
    body:not(.Corporate) main > section.p-dx-standard {
        padding-bottom: 11vw;
    }
}
@media (max-width: 1023.98px) {
    body:not(.Corporate) main > section.p-sx-standard {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body:not(.Corporate) main > section.p-sx-standard {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    body:not(.Corporate) main > section.p-sx-standard {
        padding-top: 13vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.p-sx-standard {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.p-sx-standard {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) {
    body:not(.Corporate) main > section.p-dx-reduced {
        padding-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body:not(.Corporate) main > section.p-dx-reduced {
        padding-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    body:not(.Corporate) main > section.p-dx-reduced {
        padding-bottom: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.p-dx-reduced {
        padding-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.p-dx-reduced {
        padding-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    body:not(.Corporate) main > section.p-sx-reduced {
        padding-top: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body:not(.Corporate) main > section.p-sx-reduced {
        padding-top: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    body:not(.Corporate) main > section.p-sx-reduced {
        padding-top: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.p-sx-reduced {
        padding-top: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.p-sx-reduced {
        padding-top: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) {
        padding-top: 13vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-top: 13vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.background:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section21:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section18:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section16:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer),
    body:not(.Corporate) main > section.section15:not(.p-sx-reduced) + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full):not(.p-sx-reduced):not(#footer) {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) {
    body:not(.Corporate) main > section.full + .background,
    body:not(.Corporate) main > section.full + .section21,
    body:not(.Corporate) main > section.full + .section18,
    body:not(.Corporate) main > section.full + .section16,
    body:not(.Corporate) main > section.full + .section15 {
        margin-top: -22vw;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body:not(.Corporate) main > section.full + .background,
    body:not(.Corporate) main > section.full + .section21,
    body:not(.Corporate) main > section.full + .section18,
    body:not(.Corporate) main > section.full + .section16,
    body:not(.Corporate) main > section.full + .section15 {
        margin-top: -22vw;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    body:not(.Corporate) main > section.full + .background,
    body:not(.Corporate) main > section.full + .section21,
    body:not(.Corporate) main > section.full + .section18,
    body:not(.Corporate) main > section.full + .section16,
    body:not(.Corporate) main > section.full + .section15 {
        margin-top: -13vw;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body:not(.Corporate) main > section.full + .background,
    body:not(.Corporate) main > section.full + .section21,
    body:not(.Corporate) main > section.full + .section18,
    body:not(.Corporate) main > section.full + .section16,
    body:not(.Corporate) main > section.full + .section15 {
        margin-top: -11vw;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body:not(.Corporate) main > section.full + .background,
    body:not(.Corporate) main > section.full + .section21,
    body:not(.Corporate) main > section.full + .section18,
    body:not(.Corporate) main > section.full + .section16,
    body:not(.Corporate) main > section.full + .section15 {
        margin-top: -11vw;
        overflow: hidden;
    }
}
@media (min-width: 1024px) {
    body.Corporate main {
        margin-left: var(--w-bar);
    }
}
body.Corporate main > section,
body.Corporate main > section.margin-standard {
    margin-bottom: 22vw;
}
@media (min-width: 576px) {
    body.Corporate main > section,
    body.Corporate main > section.margin-standard {
        margin-bottom: 22vw;
    }
}
@media (min-width: 768px) {
    body.Corporate main > section,
    body.Corporate main > section.margin-standard {
        margin-bottom: 13vw;
    }
}
@media (min-width: 1024px) {
    body.Corporate main > section,
    body.Corporate main > section.margin-standard {
        margin-bottom: 11vw;
    }
}
@media (min-width: 1300px) {
    body.Corporate main > section,
    body.Corporate main > section.margin-standard {
        margin-bottom: 11vw;
    }
}
body.Corporate main > section.margin-reduced {
    margin-bottom: 15vw;
}
@media (min-width: 576px) {
    body.Corporate main > section.margin-reduced {
        margin-bottom: 15vw;
    }
}
@media (min-width: 768px) {
    body.Corporate main > section.margin-reduced {
        margin-bottom: 8vw;
    }
}
@media (min-width: 1024px) {
    body.Corporate main > section.margin-reduced {
        margin-bottom: 6.5vw;
    }
}
@media (min-width: 1300px) {
    body.Corporate main > section.margin-reduced {
        margin-bottom: 6.5vw;
    }
}
body.Corporate main > section.margin-bottom-0 {
    margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
    body.Corporate main > section:first-child {
        margin-top: 180px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    body.Corporate main > section:first-child {
        margin-top: 150px;
    }
}
@media (max-width: 767.98px) {
    body.Corporate main > section:first-child {
        margin-top: 110px;
    }
}
#menu > div > div:first-child ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -0.75em;
}
#menu > div > div:first-child ul > li {
    margin: 0;
}
#menu > div > div:first-child ul > li:before {
    display: none;
}
#menu > div > div:first-child ul li {
    margin: 0 0.75em;
}
#menu > div > div:first-child ul li a {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    text-decoration: none;
    opacity: 1;
}
@media (min-width: 576px) {
    #menu > div > div:first-child ul li a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 768px) {
    #menu > div > div:first-child ul li a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    #menu > div > div:first-child ul li a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1300px) {
    #menu > div > div:first-child ul li a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
#menu > div > div:first-child ul li a.selected {
    text-decoration-line: underline;
    text-underline-offset: 2px;
}
#menu > div > div:nth-child(2) > div:first-child ol {
    margin: -0.9em 0;
    padding: 0;
    list-style-type: none;
}
#menu > div > div:nth-child(2) > div:first-child ol li {
    margin: 0;
}
#menu > div > div:nth-child(2) > div:first-child ol li a {
    text-decoration: none;
    opacity: 1;
}
#menu > div > div:nth-child(2) > div:last-child a {
    display: block;
    text-align: left;
    text-decoration: none;
    position: relative;
    padding-bottom: 0;
    color: #ed3237;
}
#menu > div > div:nth-child(2) > div:last-child a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 15px;
    width: 72px;
    transform: translateX(-50%);
    background-image: url(../img/arrow-long.svg);
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
    display: none;
}
#menu > div > div:nth-child(2) > div:last-child a img {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
}
#menu > div > div:nth-child(2) > div:last-child a p {
    margin-bottom: 10px;
}
#menu > div > div:nth-child(2) > div:last-child a p:last-child {
    margin-bottom: 0;
}
#menu > div > div:last-child {
    display: flex;
}
#menu > div > div:last-child > div:first-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > div > div:last-child > div:first-child ul > li {
    margin: 0;
}
#menu > div > div:last-child > div:first-child ul > li:before {
    display: none;
}
#menu > div > div:last-child > div:first-child ul li a {
    opacity: 1;
    text-decoration: none;
}
#menu > div > div:last-child > div:last-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#menu > div > div:last-child > div:last-child ul > li {
    margin: 0;
}
#menu > div > div:last-child > div:last-child ul > li:before {
    display: none;
}
#menu > div > div:last-child > div:last-child ul li {
    display: flex;
    align-items: center;
}
#menu > div > div:last-child > div:last-child ul li a {
    display: inline-block;
    text-decoration: none;
}
#menu > div > div:last-child > div:last-child ul li a img {
    width: auto;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
@media (max-width: 767.98px) {
    #menu > div > div:last-child > div:first-child ul {
        columns: 2;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    #menu > div > div:last-child > div:first-child ul {
        justify-content: center;
    }
}
@media (max-width: 1023.98px) {
    #menu > div {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #menu > div {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #menu > div {
        margin-left: 70px;
        margin-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #menu > div {
        margin-left: 9vw;
        margin-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #menu > div {
        margin-left: 11vw;
        margin-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    #menu > div > div:first-child ul {
        justify-content: center;
    }
    #menu > div > div:nth-child(2) > div:first-child {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #menu > div > div:nth-child(2) > div:first-child ol {
        text-align: center;
    }
    #menu > div > div:nth-child(2) > div:last-child {
        position: relative;
        padding-top: 40px;
    }
    #menu > div > div:nth-child(2) > div:last-child:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 1px;
        width: 80px;
        margin-left: -40px;
        background-color: rgba(49, 79, 64, 0.25);
    }
    #menu > div > div:nth-child(2) > div:last-child a img {
        display: none;
    }
    #menu > div > div:last-child {
        /* border-top: 1px solid rgba(49, 79, 64, 0.25);
        margin-top: 40px;
        padding-top: 40px;
        flex-direction: column-reverse;
        margin-bottom: 40px; */
    }
    #menu > div > div:last-child > div:last-child {
        margin-bottom: 40px;
    }
    #menu > div > div:last-child > div:last-child ul {
        justify-content: center;
        margin: 0 -0.5em;
    }
    #menu > div > div:last-child > div:last-child ul li {
        margin: 0 0.5em;
    }
    #menu > div > div:last-child > div:last-child ul li a img {
        width: 30px;
    }
}
@media (min-width: 768px) {
    #menu > div > div:last-child > div:first-child ul {
        display: flex;
        margin: 0 -0.75em;
    }
    #menu > div > div:last-child > div:first-child ul li {
        margin: 0 0.75em;
    }
}
@media (min-width: 1024px) {
    #menu > div {
        height: 100%;
    }
    #menu > div,
    #menu > div > div:first-child,
    #menu > div > div:last-child {
        margin-left: 15vw;
        margin-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    #menu > div,
    #menu > div > div:first-child,
    #menu > div > div:last-child {
        margin-left: 15vw;
        margin-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    #menu > div,
    #menu > div > div:first-child,
    #menu > div > div:last-child {
        margin-left: 8vw;
        margin-right: 8vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #menu > div,
    #menu > div > div:first-child,
    #menu > div > div:last-child {
        margin-left: 6.5vw;
        margin-right: 6.5vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    #menu > div,
    #menu > div > div:first-child,
    #menu > div > div:last-child {
        margin-left: 6.5vw;
        margin-right: 6.5vw;
    }
}
@media (min-width: 1024px) {
    #menu > div > div:first-child {
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
    }
    #menu > div > div:nth-child(2) {
        display: flex;
        align-items: center;
        height: 100%;
    }
    #menu > div > div:nth-child(2) > div:first-child {
        width: 70vw;
    }
    #menu > div > div:nth-child(2) > div:first-child ol {
        counter-reset: item;
    }
    #menu > div > div:nth-child(2) > div:first-child ol li {
        position: relative;
    }
    #menu > div > div:nth-child(2) > div:first-child ol li:before {
        /* font-family: tesseract-light; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 19px;
        line-height: 1.2em;
        display: inline-block;
        content: counter(item, upper-roman) ". ";
        counter-increment: item;
        width: 2.5em;
        opacity: 0.5;
        transition: color 250ms;
        display: none;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    #menu > div > div:nth-child(2) > div:first-child ol li:before {
        font-size: 19px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    #menu > div > div:nth-child(2) > div:first-child ol li:before {
        font-size: 28px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #menu > div > div:nth-child(2) > div:first-child ol li:before {
        font-size: 25px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    #menu > div > div:nth-child(2) > div:first-child ol li:before {
        font-size: 28px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    #menu > div > div:nth-child(2) > div:first-child ol li a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
    }
}
@media (min-width: 1024px) {
    #menu > div > div:nth-child(2) > div:first-child ol li:hover:before {
        color: #ed3237;
    }
}
@media (min-width: 1024px) {
    #menu > div > div:nth-child(2) > div:last-child {
        width: 30vw;
    }
}
@media (min-width: 1024px) {
    #menu > div > div:last-child {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        align-items: center;
        justify-content: space-between;
    }
    #menu > div > div:last-child > div:last-child ul {
        margin: 0 -0.25em;
    }
    #menu > div > div:last-child > div:last-child ul li {
        margin: 0 0.25em;
    }
}
@media (min-width: 1024px) {
    #booking > div {
        margin-top: 15vw;
        margin-left: 15vw;
        margin-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    #booking > div {
        margin-top: 15vw;
        margin-left: 15vw;
        margin-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    #booking > div {
        margin-top: 8vw;
        margin-left: 8vw;
        margin-right: 8vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #booking > div {
        margin-top: 6.5vw;
        margin-left: 6.5vw;
        margin-right: 6.5vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    #booking > div {
        margin-top: 6.5vw;
        margin-left: 6.5vw;
        margin-right: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    #booking > div {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #booking > div {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #booking > div {
        margin-left: 70px;
        margin-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #booking > div {
        margin-left: 9vw;
        margin-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #booking > div {
        margin-left: 11vw;
        margin-right: 11vw;
    }
}
#booking > div > div:first-child {
    text-align: center;
    margin-bottom: 60px;
}
#booking > div > div:first-child h2 + p {
    margin-bottom: 0;
    margin-top: -15px;
}
@media (min-width: 576px) {
    #booking > div > div:first-child h2 + p {
        margin-top: -15px;
    }
}
@media (min-width: 768px) {
    #booking > div > div:first-child h2 + p {
        margin-top: -20px;
    }
}
@media (min-width: 1024px) {
    #booking > div > div:first-child h2 + p {
        margin-top: -30px;
    }
}
@media (min-width: 1300px) {
    #booking > div > div:first-child h2 + p {
        margin-top: -30px;
    }
}
#booking > div > div:nth-child(2) {
    margin-top: 40px;
}
@media (min-width: 1024px) {
    #booking > div > div:nth-child(2) {
        display: flex;
        justify-content: space-between;
    }
    #booking > div > div:nth-child(2) > div {
        width: 45%;
    }
}
#booking > div > div:nth-child(2) > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 1023.98px) {
    #booking > div > div:nth-child(2) > div:last-child {
        margin-top: 15vw;
        margin-bottom: 15vw;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #booking > div > div:nth-child(2) > div:last-child {
        margin-top: 15vw;
        margin-bottom: 15vw;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #booking > div > div:nth-child(2) > div:last-child {
        margin-top: 8vw;
        margin-bottom: 8vw;
        margin-left: 70px;
        margin-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #booking > div > div:nth-child(2) > div:last-child {
        margin-top: 6.5vw;
        margin-bottom: 6.5vw;
        margin-left: 9vw;
        margin-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #booking > div > div:nth-child(2) > div:last-child {
        margin-top: 6.5vw;
        margin-bottom: 6.5vw;
        margin-left: 11vw;
        margin-right: 11vw;
    }
}
@media (min-width: 1300px) {
    #booking > div > div:nth-child(2) > div:last-child[data-count="4"] {
        width: 30%;
        margin-right: 7.5%;
    }
}
#booking > div > div:nth-child(2) > div:last-child[data-count="3"] > div:last-child {
    margin-inline: auto;
}
@media (min-width: 1024px) {
    #booking > div > div:nth-child(2) > div:last-child[data-count="3"] {
        flex-wrap: nowrap;
        gap: 2rem;
    }
    #booking > div > div:nth-child(2) > div:last-child[data-count="3"] > div {
        margin-top: 0 !important;
    }
}
#booking > div > div:nth-child(2) > div:last-child > div {
    width: 40%;
}
#booking > div > div:nth-child(2) > div:last-child > div a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #ed3237;
}
#booking > div > div:nth-child(2) > div:last-child > div a img {
    display: block;
    margin-bottom: 20px;
}
#booking > div > div:nth-child(2) > div:last-child > div a p {
    margin: 0;
}
#booking > div > div:nth-child(2) > div:last-child > div:nth-child(n + 3) {
    margin-top: 1rem;
}
#booking > div > div:last-child {
    position: absolute;
    bottom: 0;
    left: 15vw;
    right: 15vw;
}
@media (max-width: 1023.98px) {
    #booking > div > div:last-child {
        display: none;
    }
}
@media (min-width: 576px) {
    #booking > div > div:last-child {
        left: 15vw;
        right: 15vw;
    }
}
@media (min-width: 768px) {
    #booking > div > div:last-child {
        left: 8vw;
        right: 8vw;
    }
}
@media (min-width: 1024px) {
    #booking > div > div:last-child {
        left: 6.5vw;
        right: 6.5vw;
    }
}
@media (min-width: 1300px) {
    #booking > div > div:last-child {
        left: 6.5vw;
        right: 6.5vw;
    }
}
#booking > div > div:last-child p {
    margin: 0 0 25px;
    text-align: center;
}
#footer > div > div:first-child > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer > div > div:first-child > div ul > li {
    margin: 0;
}
#footer > div > div:first-child > div ul > li:before {
    display: none;
}
#footer > div > div:first-child > div ul a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
#footer > div > div:first-child > div p { color: #fff; }

#footer > div > div:first-child > div ul.social {
    display: flex;
}
#footer > div > div:first-child > div ul.social li {
    display: flex;
    align-items: center;
}
#footer > div > div:first-child > div ul.social li img {
    width: auto;
    /* filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%); */
}
#footer > div > div:first-child > div:last-child p:first-child {
    opacity: 0;
}
#footer > div > div:last-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: -0.5em -1em;
}
#footer > div > div:last-child ul > li {
    margin: 0;
}
#footer > div > div:last-child ul > li:before {
    display: none;
}
#footer > div > div:last-child ul li {
    width: 5em;
    margin: 0.5em 1em;
    display: inline-block;
    align-items: center;
}
@media (min-width: 1024px) {
    #footer {
        border-left: 1px solid rgba(49, 79, 64, 0.25);
        position: relative;
        padding-right: 0;
        opacity: 1 !important;
    }
    .section26 + #footer {
        border-left: 0 !important;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #footer > div > div {
        padding-left: 15vw;
        padding-right: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 576px) {
    #footer > div > div {
        padding-left: 15vw;
        padding-right: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 768px) {
    #footer > div > div {
        padding-left: 8vw;
        padding-right: 13vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {
    #footer > div > div {
        padding-left: 6.5vw;
        padding-right: 11vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1300px) {
    #footer > div > div {
        padding-left: 13vw;
        padding-right: 13vw;
    }
}
@media (min-width: 1024px) {
    #footer > div > div:first-child {
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
    }
    #footer > div > div:first-child > div {
        padding: 0 20px;
        width: 260px;
    }
    #footer > div > div:first-child > div ul.social {
        margin: 1.5em -0.25em 0;
    }
    #footer > div > div:first-child > div ul.social li {
        margin: 0 0.25em;
    }
}
@media (min-width: 1024px) {
    #footer > div > div:last-child {
        position: absolute;
        right: -20px;
        bottom: 25px;
        left: -20px;
    }
    #footer > div > div:last-child ul {
        margin-top: 1.5em;
    }
}
@media (max-width: 1023.98px) {
    #footer > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    #footer > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) {
    #footer > div > div:first-child {
        border-top: 1px solid rgba(49, 79, 64, 0.25);
        padding-top: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div > div:first-child {
        padding-top: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div > div:first-child {
        padding-top: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div > div:first-child {
        padding-top: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div > div:first-child {
        padding-top: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    #footer > div > div:first-child ul.social {
        margin: 1.5em -0.5em 0;
    }
    #footer > div > div:first-child ul.social li {
        margin: 0 0.5em;
    }
    #footer > div > div:first-child ul.social li img {
        width: 28px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    #footer > div > div:first-child > div:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    #footer > div > div:first-child > div:not(:first-child) {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    #footer > div > div:last-child {
        margin-top: 15vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div > div:last-child {
        margin-top: 15vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div > div:last-child {
        margin-top: 8vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div > div:last-child {
        margin-top: 6.5vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div > div:last-child {
        margin-top: 6.5vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    #footer > div > div:last-child > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    #footer > div > div:last-child > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    #footer > div > div:last-child > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    #footer > div > div:last-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    #footer > div > div:last-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    #footer > div > div:first-child > div:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    #footer > div > div:first-child > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    #footer > div > div:first-child > div:not(:first-child) {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        /* flex: 0 0 50%; */
        max-width: 100%;
        margin-top: 15vw;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    #footer > div > div:first-child > div:not(:first-child) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    #footer > div > div:first-child > div:not(:first-child) {
        margin-top: 15vw;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    #footer > div > div:first-child > div:not(:first-child) {
        margin-top: 8vw;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    #footer > div > div:first-child > div:not(:first-child) {
        margin-top: 6.5vw;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    #footer > div > div:first-child > div:not(:first-child) {
        margin-top: 6.5vw;
    }
}
@media (max-width: 767.98px) {
    #footer > div > div:last-child {
        border-top: 1px solid rgba(49, 79, 64, 0.25);
        padding-top: 15vw;
        margin-top: 15vw;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    #footer > div > div:last-child {
        padding-top: 15vw;
        margin-top: 15vw;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    #footer > div > div:last-child {
        padding-top: 8vw;
        margin-top: 8vw;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    #footer > div > div:last-child {
        padding-top: 6.5vw;
        margin-top: 6.5vw;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    #footer > div > div:last-child {
        padding-top: 6.5vw;
        margin-top: 6.5vw;
    }
}
@media (max-width: 767.98px) {
    #footer > div > div:last-child > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    #footer > div > div:last-child > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    #footer > div > div:last-child > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    #footer > div > div:last-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    #footer > div > div:last-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
#footer-corporate {
    margin-bottom: 50px;
}
@media (max-width: 1023.98px) {
    #footer-corporate {
        margin-bottom: 0 !important;
        padding-bottom: 50px;
    }
}
#footer-corporate > div {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    #footer-corporate > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    #footer-corporate > div {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    #footer-corporate > div {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    #footer-corporate > div {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    #footer-corporate > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    #footer-corporate > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    #footer-corporate > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    #footer-corporate > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    #footer-corporate > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    #footer-corporate > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 1024px) {
    #footer-corporate > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 1300px) {
    #footer-corporate > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
#footer-corporate > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-right: -2.5px;
    margin-left: -2.5px;
    justify-content: center;
}
@media (min-width: 576px) {
    #footer-corporate > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) {
    #footer-corporate > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 1024px) {
    #footer-corporate > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1300px) {
    #footer-corporate > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1024px) {
    #footer-corporate > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    #footer-corporate > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    #footer-corporate > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #footer-corporate > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    #footer-corporate > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    #footer-corporate > div > div > div ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #footer-corporate > div > div > div ul.corporate-links {
        margin: 0 -0.75em;
    }
    #footer-corporate > div > div > div ul.corporate-links li {
        margin: 0 0.75em;
    }
    #footer-corporate > div > div > div ul.social {
        margin-left: 40px !important;
    }
}
@media (min-width: 1024px) {
    #footer-corporate > div > div > div > div:first-child {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 1023.98px) {
    #footer-corporate > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #footer-corporate > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #footer-corporate > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #footer-corporate > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #footer-corporate > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) {
    #footer-corporate > div > div > div ul.corporate-links {
        column-count: 2;
    }
    #footer-corporate > div > div > div ul.social {
        margin-top: 50px !important;
    }
}
#footer-corporate > div > div > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-corporate > div > div > div ul > li {
    margin: 0;
}
#footer-corporate > div > div > div ul > li:before {
    display: none;
}
#footer-corporate > div > div > div ul a {
    display: inline-block;
    text-decoration: none;
}
#footer-corporate > div > div > div ul.social {
    display: flex;
    margin-left: -0.5em;
    margin-right: -0.5em;
}
#footer-corporate > div > div > div ul.social li {
    display: flex;
    align-items: center;
    margin: 0 0.5em;
}
#footer-corporate > div > div > div ul.social li img {
    width: auto;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
#footer-corporate > div > div > div ul.logos {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: -0.5em -1em;
}
#footer-corporate > div > div > div ul.logos > li {
    margin: 0;
}
#footer-corporate > div > div > div ul.logos > li:before {
    display: none;
}
#footer-corporate > div > div > div ul.logos li {
    width: 5em;
    margin: 0.5em 1em;
    display: inline-block;
    align-items: center;
}
#footer-corporate > div > div > div > div:last-child {
    margin-top: 50px;
}
@media (min-width: 1024px) {
    body:not(.is-touch) #final {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
    }
    #final > div {
        width: 100vh;
    }
    #final > div > div > div a > div {
        left: 15vw;
        right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    #final > div > div > div a > div {
        left: 15vw;
        right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    #final > div > div > div a > div {
        left: 8vw;
        right: 8vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    #final > div > div > div a > div {
        left: 6.5vw;
        right: 6.5vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    #final > div > div > div a > div {
        left: 6.5vw;
        right: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    #final {
        position: fixed;
        right: 0;
        bottom: 44px;
        left: 0;
        height: 100vw;
    }
    #final > div > div > div a > div {
        left: 20px;
        right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    #final > div > div > div a > div {
        left: 20px;
        right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    #final > div > div > div a > div {
        left: 70px;
        right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    #final > div > div > div a > div {
        left: 9vw;
        right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    #final > div > div > div a > div {
        left: 11vw;
        right: 11vw;
    }
}
#final > div > div > div a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
#final > div > div > div a > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#final > div > div > div a > div:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../img/arrow-long.svg);
    height: 15px;
    width: 72px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
    background-repeat: no-repeat;
    background-size: contain;
}
#final > div > div > div a > div p:not(.footerteaser) {
    margin-bottom: 0;
}
#final > div > div > div a:hover + picture:after {
    background-color: rgba(0, 0, 0, 0.65);
}
#final > div > div > div picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#final > div > div > div picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#final > div > div > div picture:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 250ms;
}
.cursor {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    user-select: none;
    pointer-events: none;
    transition: 0.3s ease-out transform;
    color: #fff;
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
}
@media (min-width: 576px) {
    .cursor {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .cursor {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .cursor {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .cursor {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) {
    .cursor {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    #sublinks {
        position: absolute;
        bottom: 25px;
        z-index: 2;
    }
}
#sublinks a {
    text-decoration: none;
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65em;
}
@media (min-width: 576px) {
    #sublinks a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 768px) {
    #sublinks a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1024px) {
    #sublinks a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
@media (min-width: 1300px) {
    #sublinks a {
        font-size: 16px;
        line-height: 1.65em;
    }
}
#sublinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sublinks ul > li {
    margin: 0;
}
#sublinks ul > li:before {
    display: none;
}
#sublinks ul li.selected > a {
    color: #ed3237 !important;
}
#sublinks > ul {
    display: none;
    position: relative;
    background-color: #f2ede0;
    margin: 0;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(49, 79, 64, 0.25);
    background-color: #f2ede0;
}
@media (min-width: 1024px) {
    #sublinks > ul {
        position: absolute;
        transform: translateY(-100%);
        top: -4px;
        min-width: 300px;
    }
}
@media (max-width: 1023.98px) {
    #sublinks > ul {
        top: 4px;
        margin-bottom: 4px;
    }
}
#sublinks > ul > li > span {
    display: block;
    color: #ed3237;
    opacity: 0.5;
}
#sublinks > ul > li:not(:first-child) > span {
    margin-top: 15px;
}
#sublinks > ul > li a {
    opacity: 1;
}
#sublinks > a {
    border: 1px solid rgba(49, 79, 64, 0.25);
    padding: 1px 20px;
    border-radius: 20px;
    display: inline-block;
    color: #ed3237;
}
#sublinks > a:not(:last-child) {
    position: relative;
    padding-right: 40px;
}
#sublinks > a:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url(/images/icons/arrow-select.svg);
    height: 6px;
    width: 10px;
    margin-top: -3px;
}
#sublinks > a:not(:last-child).close {
    background-color: #ed3237;
    border-color: #ed3237;
    color: #fff;
}
#sublinks > a:not(:last-child).close:before {
    transform: rotate(180deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section01:first-child .season {
    display: block;
    position: absolute;
    top: 30px;
    left: calc(var(--w-bar) + 15vw - 95px);
    height: 22px;
    width: 95px;
}
@media (max-width: 1023.98px) {
    .section01:first-child .season {
        display: none;
    }
}
#bar .season {
    height: 22px;
    width: 80px;
}
.season {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
    cursor: pointer;
}
.season.summer {
    background-image: url(/images/icons/toggle-summer.svg);
}
.season.winter {
    background-image: url(/images/icons/toggle-winter.svg);
}
body.background:not(.lightblue):not(.yellow) #bar:not(.sticky) .season,
body.section21:not(.lightblue):not(.yellow) #bar:not(.sticky) .season,
body.section18:not(.lightblue):not(.yellow) #bar:not(.sticky) .season,
body.section16:not(.lightblue):not(.yellow) #bar:not(.sticky) .season,
body.section15:not(.lightblue):not(.yellow) #bar:not(.sticky) .season,
body.background:not(.lightblue):not(.yellow) .section01:first-child .season,
body.section21:not(.lightblue):not(.yellow) .section01:first-child .season,
body.section18:not(.lightblue):not(.yellow) .section01:first-child .season,
body.section16:not(.lightblue):not(.yellow) .section01:first-child .season,
body.section15:not(.lightblue):not(.yellow) .section01:first-child .season {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.season.in {
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%) !important;
}
#mobile {
    display: flex;
    justify-content: space-between;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}
@media (min-width: 1024px) {
    #mobile {
        display: none;
    }
}
#mobile a {
    /* font-family: tesseract-light; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    display: block;
    line-height: 44px !important;
    width: 50%;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
@media (min-width: 576px) {
    #mobile a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 768px) {
    #mobile a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1024px) {
    #mobile a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media (min-width: 1300px) {
    #mobile a {
        font-size: 12px;
        line-height: 1.2em;
    }
}
#mobile a:first-child {
    background-color: #f2ede0;
    position: relative;
}
#mobile a:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: rgba(49, 79, 64, 0.25);
}
#mobile a:last-child {
    background-color: #ed3237 !important;
    color: #fff;
    position: relative;
}
#mobile a:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
#mobile a:last-child.in {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
#mobile a:last-child.in:before {
    background-image: url(../img/menu-close.svg);
}
#popup {
    position: fixed;
    right: 25px;
    z-index: 10;
}
@media (min-width: 1024px) {
    #popup {
        bottom: 25px;
    }
}
@media (max-width: 1023.98px) {
    #popup {
        bottom: 69px;
    }
}
#popup > a {
    position: absolute;
    top: -13px;
    right: -13px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 26px;
    width: 26px;
    background-color: #868686;
    border-radius: 100%;
    opacity: 1;
}
#popup > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/images/icons/close-small.svg);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: center;
    height: 100%;
    width: 100%;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
#popup > div {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.35em 1.5em;
}
#popup > div p {
    margin: 0;
}
#popup > div p a {
    text-decoration: none;
    color: #ed3237;
}
fieldset.quick-booking {
    margin: 0;
}
fieldset.quick-booking .field > a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
    border-bottom: 1px dotted rgba(49, 79, 64, 0.25);
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ed3237;
}
fieldset.quick-booking .field.dates > a {
    position: relative;
}
fieldset.quick-booking .field.dates > a > span:first-child,
fieldset.quick-booking .field.dates > a .from,
fieldset.quick-booking .field.dates > a .to {
    display: none;
}
fieldset.quick-booking .field.dates > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    height: 32px;
    width: 32px;
    margin-top: -22px;
    border: 1px solid rgba(49, 79, 64, 0.25);
    border-radius: 100%;
}
fieldset.quick-booking .field.dates > a:after {
    content: "";
    background-image: url(/images/icons/arrow-select.svg);
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 2;
    height: 6px;
    width: 10px;
    margin-top: -9px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
fieldset.quick-booking .field.dates .pnl {
    display: none;
    position: absolute;
    z-index: 3;
    transform: translateY(-10px);
}
@media (min-width: 1024px) {
    fieldset.quick-booking .field.dates .pnl .datepicker {
        width: 390px;
    }
}
@media (max-width: 1023.98px) {
    fieldset.quick-booking .field.dates .pnl .datepicker {
        width: 300px;
    }
}
@media (min-width: 1024px) {
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar th span,
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar th a,
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar td span,
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar td a {
        line-height: 49.7px;
    }
}
@media (max-width: 1023.98px) {
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar th span,
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar th a,
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar td span,
    fieldset.quick-booking .field.dates .pnl .datepicker .ui-datepicker-calendar td a {
        line-height: 36.8px;
    }
}
fieldset.quick-booking .field.dates .pnl .clear {
    display: none !important;
}
fieldset.quick-booking .field.rooms > a {
    display: none;
}
fieldset.quick-booking .field.rooms .pnl {
    display: block;
}
fieldset.quick-booking .field.rooms .pnl .room::after {
    display: block;
    clear: both;
    content: "";
}
fieldset.quick-booking .field.rooms .pnl .room > div .guest {
    border-bottom: 1px dotted rgba(49, 79, 64, 0.25);
    margin-bottom: 20px;
    padding-bottom: 10px;
}
fieldset.quick-booking .field.rooms .pnl .room > div .guest .add,
fieldset.quick-booking .field.rooms .pnl .room > div .guest .sub {
    float: right;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 32px;
    width: 32px;
    border: 1px solid rgba(49, 79, 64, 0.25);
    border-radius: 100%;
    position: relative;
}
fieldset.quick-booking .field.rooms .pnl .room > div .guest .add:after,
fieldset.quick-booking .field.rooms .pnl .room > div .guest .sub:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
    background-position: center;
    background-size: 13px auto;
    background-repeat: no-repeat;
}
fieldset.quick-booking .field.rooms .pnl .room > div .guest .add {
    margin-left: 10px;
}
fieldset.quick-booking .field.rooms .pnl .room > div .guest .add:after {
    background-image: url(/images/icons/plus.svg);
}
fieldset.quick-booking .field.rooms .pnl .room > div .guest .sub:after {
    background-image: url(/images/icons/minus.svg);
}
fieldset.quick-booking .field.options {
    display: none;
}
fieldset.quick-booking .field.options > a {
    display: none;
}
fieldset.quick-booking .buttons {
    margin-top: 20px;
}
@media (min-width: 768px) {
    fieldset.quick-booking .buttons {
        display: flex;
        align-items: center;
    }
    fieldset.quick-booking .buttons a + a {
        margin-left: 20px;
    }
}
@media (max-width: 767.98px) {
    fieldset.quick-booking .buttons::after {
        display: block;
        clear: both;
        content: "";
    }
    fieldset.quick-booking .buttons a {
        float: left;
    }
    fieldset.quick-booking .buttons a:not(.btn) {
        height: 26px !important;
    }
    fieldset.quick-booking .buttons a.btn {
        width: 100%;
        margin-bottom: 20px;
    }
    fieldset.quick-booking .buttons a.contact {
        float: right;
    }
    fieldset.quick-booking .buttons a.contact:not(:first-child):not(:last-child) {
        margin-left: 20px;
    }
}
fieldset.quick-booking .buttons a.contact {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
@media (min-width: 1024px) {
    fieldset.quick-booking .buttons a.contact {
        display: none;
    }
}
fieldset.quick-booking .buttons a.contact.phone {
    height: 25px;
    width: 25px;
    background-image: url(/images/icons/phone.svg);
    margin-left: auto;
}
fieldset.quick-booking .buttons a.contact.email {
    height: 20px;
    width: 26px;
    background-image: url(/images/icons/mail.svg);
}
#room-popup,
#comp-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    display: none;
}
@media (max-width: 1023.98px) {
    #room-popup,
    #comp-popup {
        overflow: auto;
    }
}
@media (min-width: 1024px) {
    #room-popup > div,
    #comp-popup > div {
        height: 100%;
    }
    #room-popup > div > div,
    #comp-popup > div > div {
        height: 100%;
    }
    #room-popup > div > div > div,
    #comp-popup > div > div > div {
        height: 100%;
        display: flex;
    }
    #room-popup > div > div > div .canvas,
    #comp-popup > div > div > div .canvas {
        margin: auto;
    }
    #room-popup > div > div > div .canvas > div.content:not(.single),
    #comp-popup > div > div > div .canvas > div.content:not(.single) {
        display: flex;
    }
    #room-popup > div > div > div .canvas > div.content:not(.single) > div:first-child,
    #comp-popup > div > div > div .canvas > div.content:not(.single) > div:first-child {
        width: 400px;
        margin-right: 60px;
    }
    #room-popup > div > div > div .canvas > div.content:not(.single) > div:last-child,
    #comp-popup > div > div > div .canvas > div.content:not(.single) > div:last-child {
        width: 274px;
    }
    #room-popup > div > div > div .canvas > div.content.single,
    #comp-popup > div > div > div .canvas > div.content.single {
        width: 581px;
    }
}
#room-popup > div > div > div .canvas,
#comp-popup > div > div > div .canvas {
    background-color: #f2ede0;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}
@media (max-width: 1023.98px) {
    #room-popup > div > div > div .canvas,
    #comp-popup > div > div > div .canvas {
        margin: 20px;
    }
}
#room-popup > div > div > div .canvas h3,
#comp-popup > div > div > div .canvas h3 {
    margin-top: 0;
}
#room-popup > div > div > div .canvas > div.close,
#comp-popup > div > div > div .canvas > div.close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
    background-image: url(/images/icons/close-small.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
@media (max-width: 1023.98px) {
    #room-popup > div > div > div .canvas > div.content > div:last-child,
    #comp-popup > div > div > div .canvas > div.content > div:last-child {
        margin-top: 40px;
    }
}
.accordion ul li > div:first-child {
    padding: 1rem 0;
    cursor: pointer;
    position: relative;
}
.accordion ul li > div:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/icons/plus.svg);
    height: 20px;
    width: 20px;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
    margin-top: -10px;
}
.accordion ul li > div:first-child.open:before {
    background-image: url(/images/icons/minus.svg);
}
.accordion > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(49, 79, 64, 0.25);
}
.accordion > ul > li {
    margin: 0;
}
.accordion > ul > li:before {
    display: none;
}
.accordion > ul > li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(49, 79, 64, 0.25);
}
.accordion > ul > li > div:first-child h4 {
    margin: 0 30px 0 0;
}
.accordion > ul > li > div:last-child {
    display: none;
}
.accordion > ul > li > div:last-child ul {
    margin-bottom: 1.5rem;
}
.accordion > ul > li > div:last-child ul:last-child {
    margin-bottom: 0;
}
#scrollbar {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: var(--w-bar);
    z-index: 20;
    height: 7px;
    pointer-events: none;
}
@media (max-width: 1023.98px) {
    #scrollbar {
        display: none !important;
    }
}
#scrollbar > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.6);
    width: 0;
}
.section01:first-child {
    position: relative;
    margin-right: 110px;
}
.section01:first-child .title .emphasis {
    position: relative;
}
.section01:first-child .title .emphasis span.line {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.section01:first-child .title .emphasis span.line:not(:last-child) {
    margin-bottom: 1em;
}
.section01:first-child .title .emphasis span.line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-image: url(/images/icons/line.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
    .section01:first-child .title .emphasis span.penned {
        white-space: nowrap;
    }
}
.section01:first-child .title .emphasis span.penned:not(:first-child) {
    position: absolute;
    top: 0.6em;
    left: 0;
}
.section01:first-child .title .emphasis span.penned:first-child {
    position: relative;
    bottom: -0.15em;
    line-height: 0;
}
.section01:first-child .body ul.usp {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
}
.section01:first-child .body ul.usp > li {
    margin: 0;
}
.section01:first-child .body ul.usp > li:before {
    display: none;
}
body.background:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a,
body.section21:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a,
body.section18:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a,
body.section16:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a,
body.section15:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
body.background:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a:before,
body.section21:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a:before,
body.section18:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a:before,
body.section16:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a:before,
body.section15:not(.lightblue):not(.yellow) .section01:first-child:first-child #sublinks > a:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.background .section01:first-child:first-child #sublinks > a.close,
body.section21 .section01:first-child:first-child #sublinks > a.close,
body.section18 .section01:first-child:first-child #sublinks > a.close,
body.section16 .section01:first-child:first-child #sublinks > a.close,
body.section15 .section01:first-child:first-child #sublinks > a.close {
    background-color: #f2ede0;
    border-color: rgba(49, 79, 64, 0.25);
    color: #ed3237;
}
body.background .section01:first-child:first-child #sublinks > a.close:before,
body.section21 .section01:first-child:first-child #sublinks > a.close:before,
body.section18 .section01:first-child:first-child #sublinks > a.close:before,
body.section16 .section01:first-child:first-child #sublinks > a.close:before,
body.section15 .section01:first-child:first-child #sublinks > a.close:before {
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
body.background .section01:first-child:first-child #sublinks > ul > li a,
body.section21 .section01:first-child:first-child #sublinks > ul > li a,
body.section18 .section01:first-child:first-child #sublinks > ul > li a,
body.section16 .section01:first-child:first-child #sublinks > ul > li a,
body.section15 .section01:first-child:first-child #sublinks > ul > li a {
    color: #ed3237;
}
body.background .section01:first-child:first-child #sublinks > ul > li a:hover,
body.section21 .section01:first-child:first-child #sublinks > ul > li a:hover,
body.section18 .section01:first-child:first-child #sublinks > ul > li a:hover,
body.section16 .section01:first-child:first-child #sublinks > ul > li a:hover,
body.section15 .section01:first-child:first-child #sublinks > ul > li a:hover {
    color: #ed3237;
}
body.greengo-orange .section01:first-child:first-child {
    background-color: #2b2722;
}
body.greengo-orange .section01:first-child:first-child * {
    color: #a4502a;
}
body.greengo-orange .section01:first-child:first-child a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
body.greengo-orange .section01:first-child:first-child a.btn-secondary span,
body.greengo-orange .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greengo-orange .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.greengo-orange .section01:first-child:first-child a.btn-secondary:before,
body.greengo-orange .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greengo-orange .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greengo-orange .section01:first-child:first-child p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greengo-orange .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greengo-orange .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greengo-orange .section01:first-child:first-child h1 .line:before,
body.greengo-orange .section01:first-child:first-child .h1 .line:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
body.greengo-orange .section01:first-child:first-child .handwritten-m,
body.greengo-orange .section01:first-child:first-child .emphasis .penned {
    color: #a4502a;
}
body.greengo-green .section01:first-child:first-child {
    background-color: #2b2722;
}
body.greengo-green .section01:first-child:first-child * {
    color: #54b763;
}
body.greengo-green .section01:first-child:first-child a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
body.greengo-green .section01:first-child:first-child a.btn-secondary span,
body.greengo-green .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greengo-green .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.greengo-green .section01:first-child:first-child a.btn-secondary:before,
body.greengo-green .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greengo-green .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greengo-green .section01:first-child:first-child p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greengo-green .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greengo-green .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greengo-green .section01:first-child:first-child h1 .line:before,
body.greengo-green .section01:first-child:first-child .h1 .line:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
body.greengo-green .section01:first-child:first-child .handwritten-m,
body.greengo-green .section01:first-child:first-child .emphasis .penned {
    color: #54b763;
}
body.lightgreen .section01:first-child:first-child {
    background-color: #7e823c;
}
body.lightgreen .section01:first-child:first-child * {
    color: #373435;
}
body.lightgreen .section01:first-child:first-child a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.lightgreen .section01:first-child:first-child a.btn-secondary span,
body.lightgreen .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.lightgreen .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.lightgreen .section01:first-child:first-child a.btn-secondary:before,
body.lightgreen .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.lightgreen .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.lightgreen .section01:first-child:first-child p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.lightgreen .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.lightgreen .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.lightgreen .section01:first-child:first-child h1 .line:before,
body.lightgreen .section01:first-child:first-child .h1 .line:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.lightgreen .section01:first-child:first-child .handwritten-m,
body.lightgreen .section01:first-child:first-child .emphasis .penned {
    color: #fff;
}
body.greenyellow .section01:first-child:first-child {
    background-color: #ed3237;
}
body.greenyellow .section01:first-child:first-child * {
    color: #373435;
}
body.greenyellow .section01:first-child:first-child a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.greenyellow .section01:first-child:first-child a.btn-secondary span,
body.greenyellow .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greenyellow .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.greenyellow .section01:first-child:first-child a.btn-secondary:before,
body.greenyellow .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greenyellow .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greenyellow .section01:first-child:first-child p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
body.greenyellow .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greenyellow .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greenyellow .section01:first-child:first-child h1 .line:before,
body.greenyellow .section01:first-child:first-child .h1 .line:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.greenyellow .section01:first-child:first-child .handwritten-m,
body.greenyellow .section01:first-child:first-child .emphasis .penned {
    color: #fff;
}
body.greenlightblue .section01:first-child:first-child {
    background-color: #ed3237;
}
body.greenlightblue .section01:first-child:first-child * {
    color: #373435;
}
body.greenlightblue .section01:first-child:first-child a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greenlightblue .section01:first-child:first-child a.btn-secondary span,
body.greenlightblue .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.greenlightblue .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.greenlightblue .section01:first-child:first-child a.btn-secondary:before,
body.greenlightblue .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.greenlightblue .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.greenlightblue .section01:first-child:first-child p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.greenlightblue .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.greenlightblue .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.greenlightblue .section01:first-child:first-child h1 .line:before,
body.greenlightblue .section01:first-child:first-child .h1 .line:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.greenlightblue .section01:first-child:first-child .handwritten-m,
body.greenlightblue .section01:first-child:first-child .emphasis .penned {
    color: #fff;
}
body.orange .section01:first-child:first-child {
    background-color: #a4502a;
}
body.orange .section01:first-child:first-child * {
    color: #373435;
}
body.orange .section01:first-child:first-child a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.orange .section01:first-child:first-child a.btn-secondary span,
body.orange .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.orange .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.orange .section01:first-child:first-child a.btn-secondary:before,
body.orange .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.orange .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.orange .section01:first-child:first-child p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.orange .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.orange .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.orange .section01:first-child:first-child h1 .line:before,
body.orange .section01:first-child:first-child .h1 .line:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.orange .section01:first-child:first-child .handwritten-m,
body.orange .section01:first-child:first-child .emphasis .penned {
    color: #fff;
}
body.lightblue .section01:first-child:first-child {
    background-color: #494949;
}
body.lightblue .section01:first-child:first-child * {
    color: #ed3237;
}
body.lightblue .section01:first-child:first-child a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.lightblue .section01:first-child:first-child a.btn-secondary span,
body.lightblue .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.lightblue .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.lightblue .section01:first-child:first-child a.btn-secondary:before,
body.lightblue .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.lightblue .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.lightblue .section01:first-child:first-child p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.lightblue .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.lightblue .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.lightblue .section01:first-child:first-child .handwritten-m,
body.lightblue .section01:first-child:first-child .emphasis .penned {
    color: #ed3237;
}
body.red .section01:first-child:first-child {
    background-color: #ed3237;
}
body.red .section01:first-child:first-child * {
    color: #373435;
}
body.red .section01:first-child:first-child a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.red .section01:first-child:first-child a.btn-secondary span,
body.red .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.red .section01:first-child:first-child a.btn span {
    color: #ed3237;
}
body.red .section01:first-child:first-child a.btn-secondary:before,
body.red .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.red .section01:first-child:first-child a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
body.red .section01:first-child:first-child p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
body.red .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.red .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.red .section01:first-child:first-child h1 .line:before,
body.red .section01:first-child:first-child .h1 .line:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
body.red .section01:first-child:first-child .handwritten-m,
body.red .section01:first-child:first-child .emphasis .penned {
    color: #fff;
}
body.yellow .section01:first-child:first-child {
    background-color: #373435;
}
body.yellow .section01:first-child:first-child * {
    color: #ed3237;
}
body.yellow .section01:first-child:first-child a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.yellow .section01:first-child:first-child a.btn-secondary span,
body.yellow .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary body.yellow .section01:first-child:first-child a.btn span {
    color: #fff;
}
body.yellow .section01:first-child:first-child a.btn-secondary:before,
body.yellow .section01:first-child:first-child .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary body.yellow .section01:first-child:first-child a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
body.yellow .section01:first-child:first-child p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
body.yellow .section01:first-child:first-child .swiper-pagination-bullet {
    background-color: #ed3237;
}
body.yellow .section01:first-child:first-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
body.yellow .section01:first-child:first-child .handwritten-m,
body.yellow .section01:first-child:first-child .emphasis .penned {
    color: #ed3237;
}
@media (min-width: 1024px) {
    .section01:first-child {
        padding-right: 6vw !important;
    }
    .section01:first-child > div > div {
        margin-left: calc(15vw + 10px);
    }
    /* .section01:first-child > div > div > div {
        width: 55vw;
    } */

    .section01:first-child > div > div > div {
        width: 100%;
        max-width: 1260px;
    }

    .section01:first-child > div > div > div .title {
        width: 60vw;
    }
    .section01:first-child > div > div > div .title p.h1 {
        position: relative;
        padding-left: calc(30vw + 10px);
        margin-left: calc(-15vw - 10px);
    }
    .section01:first-child > div > div > div .title p.h1 > span:first-child {
        position: absolute;
        top: -1vw;
        left: -10px;
        text-align: right;
        overflow: hidden;
        /* font-family: tesseract-extralight; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        line-height: 1;
        width: 15vw;
        height: 1.2em;
        overflow: visible;
        font-size: 35px;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section01:first-child > div > div > div .title p.h1 > span:first-child {
        font-size: 35px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section01:first-child > div > div > div .title p.h1 > span:first-child {
        font-size: 45px;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section01:first-child > div > div > div .title p.h1 > span:first-child {
        font-size: calc(75px + 5vw);
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section01:first-child > div > div > div .title p.h1 > span:first-child {
        font-size: calc(102px + 5vw);
    }
}
@media (min-width: 1024px) {
    .section01:first-child > div > div > div .body {
        width: 40vw;
    }
    .section01:first-child > div > div > div .body ul.usp {
        display: flex;
        margin-left: -0.75em;
        margin-right: -0.75em;
    }
    .section01:first-child > div > div > div .body ul.usp li {
        margin: 0 0.75em !important;
    }
}
@media (max-width: 1023.98px) {
    .section01:first-child > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section01:first-child > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section01:first-child > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section01:first-child > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section01:first-child > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section01:first-child > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section01:first-child > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section01:first-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section01:first-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section01:first-child > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section01:first-child > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section01:first-child > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section01:first-child > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (min-width: 1024px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-left: 22vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-left: 13vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-left: 11vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-left: 11vw;
    }
}
@media (max-width: 1023.98px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-top: 13vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    body.background .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section21 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section18 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section16 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full),
    body.section15 .section01:first-child:first-child + section:not(.background):not(.section21):not(.section18):not(.section16):not(.section15):not(.full) {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section02 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section02 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section02 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section02 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section02 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section02 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section02 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section02 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section02 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section02 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section02 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section02 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section02 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (min-width: 1024px) {
    .section02 > div > div > div {
        width: 580px;
    }
    .section02 > div > div > div h2 {
        padding-left: 4px;
    }
    .section02 > div > div > div p.quote-title::first-letter {
        float: left;
        margin: 0 0.1em 0 0;
        line-height: 1;
    }
}
.section02 > div > div > div p:last-child {
    margin-bottom: 0;
}
.section02.background.lightgreen,
.section02.lightgreen.section21,
.section02.lightgreen.section18,
.section02.lightgreen.section16,
.section02.lightgreen.section15 {
    background-color: #7e823c;
}
.section02.background.lightgreen *,
.section02.lightgreen.section21 *,
.section02.lightgreen.section18 *,
.section02.lightgreen.section16 *,
.section02.lightgreen.section15 * {
    color: #373435;
}
.section02.background.lightgreen a.link:before,
.section02.lightgreen.section21 a.link:before,
.section02.lightgreen.section18 a.link:before,
.section02.lightgreen.section16 a.link:before,
.section02.lightgreen.section15 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section02.background.lightgreen a.btn-secondary span,
.section02.lightgreen.section21 a.btn-secondary span,
.section02.lightgreen.section18 a.btn-secondary span,
.section02.lightgreen.section16 a.btn-secondary span,
.section02.lightgreen.section15 a.btn-secondary span,
.section02.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.lightgreen a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section15 a.btn span {
    color: #fff;
}
.section02.background.lightgreen a.btn-secondary:before,
.section02.lightgreen.section21 a.btn-secondary:before,
.section02.lightgreen.section18 a.btn-secondary:before,
.section02.lightgreen.section16 a.btn-secondary:before,
.section02.lightgreen.section15 a.btn-secondary:before,
.section02.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.lightgreen a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightgreen.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.lightgreen p.link:before,
.section02.lightgreen.section21 p.link:before,
.section02.lightgreen.section18 p.link:before,
.section02.lightgreen.section16 p.link:before,
.section02.lightgreen.section15 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section02.background.lightgreen .swiper-pagination-bullet,
.section02.lightgreen.section21 .swiper-pagination-bullet,
.section02.lightgreen.section18 .swiper-pagination-bullet,
.section02.lightgreen.section16 .swiper-pagination-bullet,
.section02.lightgreen.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.lightgreen .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightgreen.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightgreen.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightgreen.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightgreen.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.greenyellow,
.section02.greenyellow.section21,
.section02.greenyellow.section18,
.section02.greenyellow.section16,
.section02.greenyellow.section15 {
    background-color: #ed3237;
}
.section02.background.greenyellow *,
.section02.greenyellow.section21 *,
.section02.greenyellow.section18 *,
.section02.greenyellow.section16 *,
.section02.greenyellow.section15 * {
    color: #373435;
}
.section02.background.greenyellow a.link:before,
.section02.greenyellow.section21 a.link:before,
.section02.greenyellow.section18 a.link:before,
.section02.greenyellow.section16 a.link:before,
.section02.greenyellow.section15 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section02.background.greenyellow a.btn-secondary span,
.section02.greenyellow.section21 a.btn-secondary span,
.section02.greenyellow.section18 a.btn-secondary span,
.section02.greenyellow.section16 a.btn-secondary span,
.section02.greenyellow.section15 a.btn-secondary span,
.section02.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.greenyellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section15 a.btn span {
    color: #fff;
}
.section02.background.greenyellow a.btn-secondary:before,
.section02.greenyellow.section21 a.btn-secondary:before,
.section02.greenyellow.section18 a.btn-secondary:before,
.section02.greenyellow.section16 a.btn-secondary:before,
.section02.greenyellow.section15 a.btn-secondary:before,
.section02.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.greenyellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenyellow.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.greenyellow p.link:before,
.section02.greenyellow.section21 p.link:before,
.section02.greenyellow.section18 p.link:before,
.section02.greenyellow.section16 p.link:before,
.section02.greenyellow.section15 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section02.background.greenyellow .swiper-pagination-bullet,
.section02.greenyellow.section21 .swiper-pagination-bullet,
.section02.greenyellow.section18 .swiper-pagination-bullet,
.section02.greenyellow.section16 .swiper-pagination-bullet,
.section02.greenyellow.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.greenyellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenyellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenyellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenyellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenyellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.greenlightblue,
.section02.greenlightblue.section21,
.section02.greenlightblue.section18,
.section02.greenlightblue.section16,
.section02.greenlightblue.section15 {
    background-color: #ed3237;
}
.section02.background.greenlightblue *,
.section02.greenlightblue.section21 *,
.section02.greenlightblue.section18 *,
.section02.greenlightblue.section16 *,
.section02.greenlightblue.section15 * {
    color: #373435;
}
.section02.background.greenlightblue a.link:before,
.section02.greenlightblue.section21 a.link:before,
.section02.greenlightblue.section18 a.link:before,
.section02.greenlightblue.section16 a.link:before,
.section02.greenlightblue.section15 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.greenlightblue a.btn-secondary span,
.section02.greenlightblue.section21 a.btn-secondary span,
.section02.greenlightblue.section18 a.btn-secondary span,
.section02.greenlightblue.section16 a.btn-secondary span,
.section02.greenlightblue.section15 a.btn-secondary span,
.section02.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.greenlightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section15 a.btn span {
    color: #fff;
}
.section02.background.greenlightblue a.btn-secondary:before,
.section02.greenlightblue.section21 a.btn-secondary:before,
.section02.greenlightblue.section18 a.btn-secondary:before,
.section02.greenlightblue.section16 a.btn-secondary:before,
.section02.greenlightblue.section15 a.btn-secondary:before,
.section02.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.greenlightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greenlightblue.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.greenlightblue p.link:before,
.section02.greenlightblue.section21 p.link:before,
.section02.greenlightblue.section18 p.link:before,
.section02.greenlightblue.section16 p.link:before,
.section02.greenlightblue.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.greenlightblue .swiper-pagination-bullet,
.section02.greenlightblue.section21 .swiper-pagination-bullet,
.section02.greenlightblue.section18 .swiper-pagination-bullet,
.section02.greenlightblue.section16 .swiper-pagination-bullet,
.section02.greenlightblue.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.greenlightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenlightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenlightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenlightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greenlightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.orange,
.section02.orange.section21,
.section02.orange.section18,
.section02.orange.section16,
.section02.orange.section15 {
    background-color: #a4502a;
}
.section02.background.orange *,
.section02.orange.section21 *,
.section02.orange.section18 *,
.section02.orange.section16 *,
.section02.orange.section15 * {
    color: #373435;
}
.section02.background.orange a.link:before,
.section02.orange.section21 a.link:before,
.section02.orange.section18 a.link:before,
.section02.orange.section16 a.link:before,
.section02.orange.section15 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.orange a.btn-secondary span,
.section02.orange.section21 a.btn-secondary span,
.section02.orange.section18 a.btn-secondary span,
.section02.orange.section16 a.btn-secondary span,
.section02.orange.section15 a.btn-secondary span,
.section02.background.orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.orange.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.orange.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.orange.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.orange.section15 a.btn span {
    color: #fff;
}
.section02.background.orange a.btn-secondary:before,
.section02.orange.section21 a.btn-secondary:before,
.section02.orange.section18 a.btn-secondary:before,
.section02.orange.section16 a.btn-secondary:before,
.section02.orange.section15 a.btn-secondary:before,
.section02.background.orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.orange.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.orange.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.orange.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.orange.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.orange p.link:before,
.section02.orange.section21 p.link:before,
.section02.orange.section18 p.link:before,
.section02.orange.section16 p.link:before,
.section02.orange.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.orange .swiper-pagination-bullet,
.section02.orange.section21 .swiper-pagination-bullet,
.section02.orange.section18 .swiper-pagination-bullet,
.section02.orange.section16 .swiper-pagination-bullet,
.section02.orange.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.lightblue,
.section02.lightblue.section21,
.section02.lightblue.section18,
.section02.lightblue.section16,
.section02.lightblue.section15 {
    background-color: #373435;
}
.section02.background.lightblue *,
.section02.lightblue.section21 *,
.section02.lightblue.section18 *,
.section02.lightblue.section16 *,
.section02.lightblue.section15 * {
    color: #ed3237;
}
.section02.background.lightblue a.link:before,
.section02.lightblue.section21 a.link:before,
.section02.lightblue.section18 a.link:before,
.section02.lightblue.section16 a.link:before,
.section02.lightblue.section15 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section02.background.lightblue a.btn-secondary span,
.section02.lightblue.section21 a.btn-secondary span,
.section02.lightblue.section18 a.btn-secondary span,
.section02.lightblue.section16 a.btn-secondary span,
.section02.lightblue.section15 a.btn-secondary span,
.section02.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.lightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section15 a.btn span {
    color: #fff;
}
.section02.background.lightblue a.btn-secondary:before,
.section02.lightblue.section21 a.btn-secondary:before,
.section02.lightblue.section18 a.btn-secondary:before,
.section02.lightblue.section16 a.btn-secondary:before,
.section02.lightblue.section15 a.btn-secondary:before,
.section02.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.lightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.lightblue.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.lightblue p.link:before,
.section02.lightblue.section21 p.link:before,
.section02.lightblue.section18 p.link:before,
.section02.lightblue.section16 p.link:before,
.section02.lightblue.section15 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section02.background.lightblue .swiper-pagination-bullet,
.section02.lightblue.section21 .swiper-pagination-bullet,
.section02.lightblue.section18 .swiper-pagination-bullet,
.section02.lightblue.section16 .swiper-pagination-bullet,
.section02.lightblue.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.lightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.lightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.red,
.section02.red.section21,
.section02.red.section18,
.section02.red.section16,
.section02.red.section15 {
    background-color: #ed3237;
}
.section02.background.red *,
.section02.red.section21 *,
.section02.red.section18 *,
.section02.red.section16 *,
.section02.red.section15 * {
    color: #373435;
}
.section02.background.red a.link:before,
.section02.red.section21 a.link:before,
.section02.red.section18 a.link:before,
.section02.red.section16 a.link:before,
.section02.red.section15 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.red a.btn-secondary span,
.section02.red.section21 a.btn-secondary span,
.section02.red.section18 a.btn-secondary span,
.section02.red.section16 a.btn-secondary span,
.section02.red.section15 a.btn-secondary span,
.section02.background.red .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.red.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.red.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.red.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.red.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.red a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.red.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.red.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.red.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.red.section15 a.btn span {
    color: #ed3237;
}
.section02.background.red a.btn-secondary:before,
.section02.red.section21 a.btn-secondary:before,
.section02.red.section18 a.btn-secondary:before,
.section02.red.section16 a.btn-secondary:before,
.section02.red.section15 a.btn-secondary:before,
.section02.background.red .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.red.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.red.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.red.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.red.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.red a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.red.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.red.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.red.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.red.section15 a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
.section02.background.red p.link:before,
.section02.red.section21 p.link:before,
.section02.red.section18 p.link:before,
.section02.red.section16 p.link:before,
.section02.red.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.red .swiper-pagination-bullet,
.section02.red.section21 .swiper-pagination-bullet,
.section02.red.section18 .swiper-pagination-bullet,
.section02.red.section16 .swiper-pagination-bullet,
.section02.red.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.red .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.red.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.red.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.red.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.red.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.yellow,
.section02.yellow.section21,
.section02.yellow.section18,
.section02.yellow.section16,
.section02.yellow.section15 {
    background-color: #373435;
}
.section02.background.yellow *,
.section02.yellow.section21 *,
.section02.yellow.section18 *,
.section02.yellow.section16 *,
.section02.yellow.section15 * {
    color: #ed3237;
}
.section02.background.yellow a.link:before,
.section02.yellow.section21 a.link:before,
.section02.yellow.section18 a.link:before,
.section02.yellow.section16 a.link:before,
.section02.yellow.section15 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section02.background.yellow a.btn-secondary span,
.section02.yellow.section21 a.btn-secondary span,
.section02.yellow.section18 a.btn-secondary span,
.section02.yellow.section16 a.btn-secondary span,
.section02.yellow.section15 a.btn-secondary span,
.section02.background.yellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.yellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section15 a.btn span {
    color: #fff;
}
.section02.background.yellow a.btn-secondary:before,
.section02.yellow.section21 a.btn-secondary:before,
.section02.yellow.section18 a.btn-secondary:before,
.section02.yellow.section16 a.btn-secondary:before,
.section02.yellow.section15 a.btn-secondary:before,
.section02.background.yellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.yellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.yellow.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.yellow p.link:before,
.section02.yellow.section21 p.link:before,
.section02.yellow.section18 p.link:before,
.section02.yellow.section16 p.link:before,
.section02.yellow.section15 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section02.background.yellow .swiper-pagination-bullet,
.section02.yellow.section21 .swiper-pagination-bullet,
.section02.yellow.section18 .swiper-pagination-bullet,
.section02.yellow.section16 .swiper-pagination-bullet,
.section02.yellow.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.yellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.yellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.yellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.yellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.yellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.greengo-orange,
.section02.greengo-orange.section21,
.section02.greengo-orange.section18,
.section02.greengo-orange.section16,
.section02.greengo-orange.section15 {
    background-color: #2b2722;
}
.section02.background.greengo-orange *,
.section02.greengo-orange.section21 *,
.section02.greengo-orange.section18 *,
.section02.greengo-orange.section16 *,
.section02.greengo-orange.section15 * {
    color: #a4502a;
}
.section02.background.greengo-orange a.link:before,
.section02.greengo-orange.section21 a.link:before,
.section02.greengo-orange.section18 a.link:before,
.section02.greengo-orange.section16 a.link:before,
.section02.greengo-orange.section15 a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
.section02.background.greengo-orange a.btn-secondary span,
.section02.greengo-orange.section21 a.btn-secondary span,
.section02.greengo-orange.section18 a.btn-secondary span,
.section02.greengo-orange.section16 a.btn-secondary span,
.section02.greengo-orange.section15 a.btn-secondary span,
.section02.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.greengo-orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section15 a.btn span {
    color: #fff;
}
.section02.background.greengo-orange a.btn-secondary:before,
.section02.greengo-orange.section21 a.btn-secondary:before,
.section02.greengo-orange.section18 a.btn-secondary:before,
.section02.greengo-orange.section16 a.btn-secondary:before,
.section02.greengo-orange.section15 a.btn-secondary:before,
.section02.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.greengo-orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-orange.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.greengo-orange p.link:before,
.section02.greengo-orange.section21 p.link:before,
.section02.greengo-orange.section18 p.link:before,
.section02.greengo-orange.section16 p.link:before,
.section02.greengo-orange.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.greengo-orange .swiper-pagination-bullet,
.section02.greengo-orange.section21 .swiper-pagination-bullet,
.section02.greengo-orange.section18 .swiper-pagination-bullet,
.section02.greengo-orange.section16 .swiper-pagination-bullet,
.section02.greengo-orange.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.greengo-orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section02.background.greengo-green,
.section02.greengo-green.section21,
.section02.greengo-green.section18,
.section02.greengo-green.section16,
.section02.greengo-green.section15 {
    background-color: #2b2722;
}
.section02.background.greengo-green *,
.section02.greengo-green.section21 *,
.section02.greengo-green.section18 *,
.section02.greengo-green.section16 *,
.section02.greengo-green.section15 * {
    color: #54b763;
}
.section02.background.greengo-green a.link:before,
.section02.greengo-green.section21 a.link:before,
.section02.greengo-green.section18 a.link:before,
.section02.greengo-green.section16 a.link:before,
.section02.greengo-green.section15 a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
.section02.background.greengo-green a.btn-secondary span,
.section02.greengo-green.section21 a.btn-secondary span,
.section02.greengo-green.section18 a.btn-secondary span,
.section02.greengo-green.section16 a.btn-secondary span,
.section02.greengo-green.section15 a.btn-secondary span,
.section02.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section02.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.background.greengo-green a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section15 a.btn span {
    color: #fff;
}
.section02.background.greengo-green a.btn-secondary:before,
.section02.greengo-green.section21 a.btn-secondary:before,
.section02.greengo-green.section18 a.btn-secondary:before,
.section02.greengo-green.section16 a.btn-secondary:before,
.section02.greengo-green.section15 a.btn-secondary:before,
.section02.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section02.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.background.greengo-green a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section02.greengo-green.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section02.background.greengo-green p.link:before,
.section02.greengo-green.section21 p.link:before,
.section02.greengo-green.section18 p.link:before,
.section02.greengo-green.section16 p.link:before,
.section02.greengo-green.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section02.background.greengo-green .swiper-pagination-bullet,
.section02.greengo-green.section21 .swiper-pagination-bullet,
.section02.greengo-green.section18 .swiper-pagination-bullet,
.section02.greengo-green.section16 .swiper-pagination-bullet,
.section02.greengo-green.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section02.background.greengo-green .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-green.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-green.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-green.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section02.greengo-green.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
@media (min-width: 1024px) {
    .section02.w-reduced > div > div > div {
        width: 450px;
    }
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
    .section02.no-illustration-L figure.illustration {
        display: none !important;
    }
}
.section03 > div,
.section07 > div {
    position: relative;
}
@media (min-width: 1024px) {
    .section03 > div > div,
    .section07 > div > div {
        width: 125vh;
        height: 100vh;
    }
    .section03 > div > div > a,
    .section07 > div > div > a {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-left: 60px;
        padding-right: 60px;
    }
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 80px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 80px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 80px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    /* .section03 > div > div,
    .section07 > div > div {
        height: 100vw;
    } */
}
@media (max-width: 767.98px) {
    /* .section03 > div > div,
    .section07 > div > div {
        height: 133vw;
    } */
}
@media (max-width: 1023.98px) {
    .section03 > div > div > a,
    .section07 > div > div > a {
        text-decoration: none;
    }
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        margin-left: 3px;
        font-size: 40px;
        line-height: 0.66em;
        padding-top: 60px;
        padding-bottom: 40px;
        color: #fff;
        text-align: center;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > a span,
    .section07 > div > div > a span {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > div:not(.video),
    .section07 > div > div > div:not(.video) {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        margin-left: 3px;
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section03 > div > div > div:not(.video) p,
    .section07 > div > div > div:not(.video) p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
.section03 > div > div > a,
.section07 > div > div > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
}
.section03 > div > div picture,
.section07 > div > div picture,
.section03 > div > div .video,
.section07 > div > div .video {
    position: relative;
    z-index: 5;
}
@media (max-width: 1023.98px) {
    .section03 > div > div picture,
    .section07 > div > div picture {
        height: 100%;
        width: 100%;
    }
    .section03 > div > div picture img,
    .section07 > div > div picture img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
.section03 > div > div .video,
.section07 > div > div .video {
    height: 100%;
    width: 100%;
}
.section03 > div > div .video video,
.section07 > div > div .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section03 > div > div > div:not(.video),
.section07 > div > div > div:not(.video) {
    /* position: absolute; */
    right: 0;
    left: 0;
    z-index: 10;
    color: #fff;
}
.section03 > div > div > div:not(.video):before,
.section07 > div > div > div:not(.video):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.section03 > div > div > div:not(.video) *:last-child,
.section07 > div > div > div:not(.video) *:last-child {
    margin-bottom: 0;
}
.section03:not(.tx-top) > div > div > div:not(.video),
.section07:not(.tx-top) > div > div > div:not(.video) {
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    top: 0;
}
.section03:not(.tx-top) > div > div > div:not(.video):before,
.section07:not(.tx-top) > div > div > div:not(.video):before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.section03.tx-top > div > div > div:not(.video),
.tx-top.section07 > div > div > div:not(.video) {
    top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
}
.section03.tx-top > div > div > div:not(.video):before,
.tx-top.section07 > div > div > div:not(.video):before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.section03 .open-gallery,
.section07 .open-gallery {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: right;
    z-index: 6;
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
    color: #fff;
    margin: 2rem 3rem;
}
@media (min-width: 576px) {
    .section03 .open-gallery,
    .section07 .open-gallery {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .section03 .open-gallery,
    .section07 .open-gallery {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section03 .open-gallery,
    .section07 .open-gallery {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .section03 .open-gallery,
    .section07 .open-gallery {
        font-size: 55px;
        line-height: 0.66em;
    }
}
.section03 .open-gallery:before,
.section07 .open-gallery:before {
    content: "";
    position: absolute;
    right: -3rem;
    bottom: -2rem;
    left: -3rem;
    z-index: -1;
    height: 20vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
@media (max-width: 1023.98px) {
    .section03 .open-gallery,
    .section07 .open-gallery {
        display: none;
    }
}
@media (min-width: 1024px) {
    .section04 > div > div {
        margin-left: calc(10vw + 10px);
    }
    .section04 > div > div > div {
        width: 650px;
    }
    .section04 > div > div > div h2,
    .section04 > div > div > div .quote,
    .section04 > div > div > div .section20 > div > div > div > div.top p::first-letter,
    .section20 > div > div > div > div.top .section04 > div > div > div p::first-letter,
    .section04 > div > div > div .section19 > div > div > div p.quote-title::first-letter,
    .section19 > div > div > div .section04 > div > div > div p.quote-title::first-letter,
    .section04 > div > div > div .section02 > div > div > div p.quote-title::first-letter,
    .section02 > div > div > div .section04 > div > div > div p.quote-title::first-letter {
        position: relative;
        padding-left: calc(10vw + 10px);
        margin-left: calc(-10vw - 10px);
    }
    .section04 > div > div > div h2 > span:first-child {
        /* font-family: tesseract-extralightitalic; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        position: absolute;
        top: 7px;
        left: -10px;
        text-align: right;
        text-transform: uppercase;
        line-height: 1;
        width: 10vw;
        height: 1.2em;
        overflow: visible;
        font-size: 36px;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section04 > div > div > div h2 > span:first-child {
        font-size: 36px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section04 > div > div > div h2 > span:first-child {
        font-size: 50px;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section04 > div > div > div h2 > span:first-child {
        font-size: 127px;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section04 > div > div > div h2 > span:first-child {
        font-size: 140px;
    }
}
@media (min-width: 1024px) {
    .section04 > div > div > div .quote > span:first-child,
    .section04 > div > div > div .section20 > div > div > div > div.top p::first-letter > span:first-child,
    .section20 > div > div > div > div.top .section04 > div > div > div p::first-letter > span:first-child,
    .section04 > div > div > div .section19 > div > div > div p.quote-title::first-letter > span:first-child,
    .section19 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child,
    .section04 > div > div > div .section02 > div > div > div p.quote-title::first-letter > span:first-child,
    .section02 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child {
        /* font-family: tesseract-extralight; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        position: absolute;
        top: 7px;
        left: -10px;
        text-align: right;
        text-transform: uppercase;
        line-height: 1;
        width: 10vw;
        height: 1.2em;
        overflow: visible;
        font-size: 26px;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section04 > div > div > div .quote > span:first-child,
    .section04 > div > div > div .section20 > div > div > div > div.top p::first-letter > span:first-child,
    .section20 > div > div > div > div.top .section04 > div > div > div p::first-letter > span:first-child,
    .section04 > div > div > div .section19 > div > div > div p.quote-title::first-letter > span:first-child,
    .section19 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child,
    .section04 > div > div > div .section02 > div > div > div p.quote-title::first-letter > span:first-child,
    .section02 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child {
        font-size: 26px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section04 > div > div > div .quote > span:first-child,
    .section04 > div > div > div .section20 > div > div > div > div.top p::first-letter > span:first-child,
    .section20 > div > div > div > div.top .section04 > div > div > div p::first-letter > span:first-child,
    .section04 > div > div > div .section19 > div > div > div p.quote-title::first-letter > span:first-child,
    .section19 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child,
    .section04 > div > div > div .section02 > div > div > div p.quote-title::first-letter > span:first-child,
    .section02 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child {
        font-size: 26px;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section04 > div > div > div .quote > span:first-child,
    .section04 > div > div > div .section20 > div > div > div > div.top p::first-letter > span:first-child,
    .section20 > div > div > div > div.top .section04 > div > div > div p::first-letter > span:first-child,
    .section04 > div > div > div .section19 > div > div > div p.quote-title::first-letter > span:first-child,
    .section19 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child,
    .section04 > div > div > div .section02 > div > div > div p.quote-title::first-letter > span:first-child,
    .section02 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child {
        font-size: 81px;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section04 > div > div > div .quote > span:first-child,
    .section04 > div > div > div .section20 > div > div > div > div.top p::first-letter > span:first-child,
    .section20 > div > div > div > div.top .section04 > div > div > div p::first-letter > span:first-child,
    .section04 > div > div > div .section19 > div > div > div p.quote-title::first-letter > span:first-child,
    .section19 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child,
    .section04 > div > div > div .section02 > div > div > div p.quote-title::first-letter > span:first-child,
    .section02 > div > div > div .section04 > div > div > div p.quote-title::first-letter > span:first-child {
        font-size: 86px;
    }
}
@media (min-width: 1024px) {
    .section04.w-extended > div > div > div {
        width: 800px;
    }
}
@media (min-width: 1024px) {
    .section04 figure.illustration:not(.reverse) {
        margin-left: calc(10vw + 10px);
    }
}
@media (max-width: 1023.98px) {
    .section04 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section04 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section04 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section04 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section04 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section04 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section04 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section04 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section04 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section04 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section04 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section04 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section04 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section04.background.lightgreen,
.section04.lightgreen.section21,
.section04.lightgreen.section18,
.section04.lightgreen.section16,
.section04.lightgreen.section15 {
    background-color: #7e823c;
}
.section04.background.lightgreen *,
.section04.lightgreen.section21 *,
.section04.lightgreen.section18 *,
.section04.lightgreen.section16 *,
.section04.lightgreen.section15 * {
    color: #373435;
}
.section04.background.lightgreen a.link:before,
.section04.lightgreen.section21 a.link:before,
.section04.lightgreen.section18 a.link:before,
.section04.lightgreen.section16 a.link:before,
.section04.lightgreen.section15 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section04.background.lightgreen a.btn-secondary span,
.section04.lightgreen.section21 a.btn-secondary span,
.section04.lightgreen.section18 a.btn-secondary span,
.section04.lightgreen.section16 a.btn-secondary span,
.section04.lightgreen.section15 a.btn-secondary span,
.section04.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.lightgreen a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section15 a.btn span {
    color: #fff;
}
.section04.background.lightgreen a.btn-secondary:before,
.section04.lightgreen.section21 a.btn-secondary:before,
.section04.lightgreen.section18 a.btn-secondary:before,
.section04.lightgreen.section16 a.btn-secondary:before,
.section04.lightgreen.section15 a.btn-secondary:before,
.section04.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.lightgreen a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightgreen.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.lightgreen p.link:before,
.section04.lightgreen.section21 p.link:before,
.section04.lightgreen.section18 p.link:before,
.section04.lightgreen.section16 p.link:before,
.section04.lightgreen.section15 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section04.background.lightgreen .swiper-pagination-bullet,
.section04.lightgreen.section21 .swiper-pagination-bullet,
.section04.lightgreen.section18 .swiper-pagination-bullet,
.section04.lightgreen.section16 .swiper-pagination-bullet,
.section04.lightgreen.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.lightgreen .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightgreen.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightgreen.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightgreen.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightgreen.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.greenyellow,
.section04.greenyellow.section21,
.section04.greenyellow.section18,
.section04.greenyellow.section16,
.section04.greenyellow.section15 {
    background-color: #ed3237;
}
.section04.background.greenyellow *,
.section04.greenyellow.section21 *,
.section04.greenyellow.section18 *,
.section04.greenyellow.section16 *,
.section04.greenyellow.section15 * {
    color: #373435;
}
.section04.background.greenyellow a.link:before,
.section04.greenyellow.section21 a.link:before,
.section04.greenyellow.section18 a.link:before,
.section04.greenyellow.section16 a.link:before,
.section04.greenyellow.section15 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section04.background.greenyellow a.btn-secondary span,
.section04.greenyellow.section21 a.btn-secondary span,
.section04.greenyellow.section18 a.btn-secondary span,
.section04.greenyellow.section16 a.btn-secondary span,
.section04.greenyellow.section15 a.btn-secondary span,
.section04.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.greenyellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section15 a.btn span {
    color: #fff;
}
.section04.background.greenyellow a.btn-secondary:before,
.section04.greenyellow.section21 a.btn-secondary:before,
.section04.greenyellow.section18 a.btn-secondary:before,
.section04.greenyellow.section16 a.btn-secondary:before,
.section04.greenyellow.section15 a.btn-secondary:before,
.section04.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.greenyellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenyellow.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.greenyellow p.link:before,
.section04.greenyellow.section21 p.link:before,
.section04.greenyellow.section18 p.link:before,
.section04.greenyellow.section16 p.link:before,
.section04.greenyellow.section15 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section04.background.greenyellow .swiper-pagination-bullet,
.section04.greenyellow.section21 .swiper-pagination-bullet,
.section04.greenyellow.section18 .swiper-pagination-bullet,
.section04.greenyellow.section16 .swiper-pagination-bullet,
.section04.greenyellow.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.greenyellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenyellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenyellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenyellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenyellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.greenlightblue,
.section04.greenlightblue.section21,
.section04.greenlightblue.section18,
.section04.greenlightblue.section16,
.section04.greenlightblue.section15 {
    background-color: #ed3237;
}
.section04.background.greenlightblue *,
.section04.greenlightblue.section21 *,
.section04.greenlightblue.section18 *,
.section04.greenlightblue.section16 *,
.section04.greenlightblue.section15 * {
    color: #373435;
}
.section04.background.greenlightblue a.link:before,
.section04.greenlightblue.section21 a.link:before,
.section04.greenlightblue.section18 a.link:before,
.section04.greenlightblue.section16 a.link:before,
.section04.greenlightblue.section15 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.greenlightblue a.btn-secondary span,
.section04.greenlightblue.section21 a.btn-secondary span,
.section04.greenlightblue.section18 a.btn-secondary span,
.section04.greenlightblue.section16 a.btn-secondary span,
.section04.greenlightblue.section15 a.btn-secondary span,
.section04.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.greenlightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section15 a.btn span {
    color: #fff;
}
.section04.background.greenlightblue a.btn-secondary:before,
.section04.greenlightblue.section21 a.btn-secondary:before,
.section04.greenlightblue.section18 a.btn-secondary:before,
.section04.greenlightblue.section16 a.btn-secondary:before,
.section04.greenlightblue.section15 a.btn-secondary:before,
.section04.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.greenlightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greenlightblue.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.greenlightblue p.link:before,
.section04.greenlightblue.section21 p.link:before,
.section04.greenlightblue.section18 p.link:before,
.section04.greenlightblue.section16 p.link:before,
.section04.greenlightblue.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.greenlightblue .swiper-pagination-bullet,
.section04.greenlightblue.section21 .swiper-pagination-bullet,
.section04.greenlightblue.section18 .swiper-pagination-bullet,
.section04.greenlightblue.section16 .swiper-pagination-bullet,
.section04.greenlightblue.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.greenlightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenlightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenlightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenlightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greenlightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.orange,
.section04.orange.section21,
.section04.orange.section18,
.section04.orange.section16,
.section04.orange.section15 {
    background-color: #a4502a;
}
.section04.background.orange *,
.section04.orange.section21 *,
.section04.orange.section18 *,
.section04.orange.section16 *,
.section04.orange.section15 * {
    color: #373435;
}
.section04.background.orange a.link:before,
.section04.orange.section21 a.link:before,
.section04.orange.section18 a.link:before,
.section04.orange.section16 a.link:before,
.section04.orange.section15 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.orange a.btn-secondary span,
.section04.orange.section21 a.btn-secondary span,
.section04.orange.section18 a.btn-secondary span,
.section04.orange.section16 a.btn-secondary span,
.section04.orange.section15 a.btn-secondary span,
.section04.background.orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.orange.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.orange.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.orange.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.orange.section15 a.btn span {
    color: #fff;
}
.section04.background.orange a.btn-secondary:before,
.section04.orange.section21 a.btn-secondary:before,
.section04.orange.section18 a.btn-secondary:before,
.section04.orange.section16 a.btn-secondary:before,
.section04.orange.section15 a.btn-secondary:before,
.section04.background.orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.orange.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.orange.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.orange.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.orange.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.orange p.link:before,
.section04.orange.section21 p.link:before,
.section04.orange.section18 p.link:before,
.section04.orange.section16 p.link:before,
.section04.orange.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.orange .swiper-pagination-bullet,
.section04.orange.section21 .swiper-pagination-bullet,
.section04.orange.section18 .swiper-pagination-bullet,
.section04.orange.section16 .swiper-pagination-bullet,
.section04.orange.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.lightblue,
.section04.lightblue.section21,
.section04.lightblue.section18,
.section04.lightblue.section16,
.section04.lightblue.section15 {
    background-color: #373435;
}
.section04.background.lightblue *,
.section04.lightblue.section21 *,
.section04.lightblue.section18 *,
.section04.lightblue.section16 *,
.section04.lightblue.section15 * {
    color: #ed3237;
}
.section04.background.lightblue a.link:before,
.section04.lightblue.section21 a.link:before,
.section04.lightblue.section18 a.link:before,
.section04.lightblue.section16 a.link:before,
.section04.lightblue.section15 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section04.background.lightblue a.btn-secondary span,
.section04.lightblue.section21 a.btn-secondary span,
.section04.lightblue.section18 a.btn-secondary span,
.section04.lightblue.section16 a.btn-secondary span,
.section04.lightblue.section15 a.btn-secondary span,
.section04.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.lightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section15 a.btn span {
    color: #fff;
}
.section04.background.lightblue a.btn-secondary:before,
.section04.lightblue.section21 a.btn-secondary:before,
.section04.lightblue.section18 a.btn-secondary:before,
.section04.lightblue.section16 a.btn-secondary:before,
.section04.lightblue.section15 a.btn-secondary:before,
.section04.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.lightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.lightblue.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.lightblue p.link:before,
.section04.lightblue.section21 p.link:before,
.section04.lightblue.section18 p.link:before,
.section04.lightblue.section16 p.link:before,
.section04.lightblue.section15 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section04.background.lightblue .swiper-pagination-bullet,
.section04.lightblue.section21 .swiper-pagination-bullet,
.section04.lightblue.section18 .swiper-pagination-bullet,
.section04.lightblue.section16 .swiper-pagination-bullet,
.section04.lightblue.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.lightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.lightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.red,
.section04.red.section21,
.section04.red.section18,
.section04.red.section16,
.section04.red.section15 {
    background-color: #ed3237;
}
.section04.background.red *,
.section04.red.section21 *,
.section04.red.section18 *,
.section04.red.section16 *,
.section04.red.section15 * {
    color: #373435;
}
.section04.background.red a.link:before,
.section04.red.section21 a.link:before,
.section04.red.section18 a.link:before,
.section04.red.section16 a.link:before,
.section04.red.section15 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.red a.btn-secondary span,
.section04.red.section21 a.btn-secondary span,
.section04.red.section18 a.btn-secondary span,
.section04.red.section16 a.btn-secondary span,
.section04.red.section15 a.btn-secondary span,
.section04.background.red .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.red.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.red.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.red.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.red.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.red a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.red.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.red.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.red.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.red.section15 a.btn span {
    color: #ed3237;
}
.section04.background.red a.btn-secondary:before,
.section04.red.section21 a.btn-secondary:before,
.section04.red.section18 a.btn-secondary:before,
.section04.red.section16 a.btn-secondary:before,
.section04.red.section15 a.btn-secondary:before,
.section04.background.red .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.red.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.red.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.red.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.red.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.red a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.red.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.red.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.red.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.red.section15 a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
.section04.background.red p.link:before,
.section04.red.section21 p.link:before,
.section04.red.section18 p.link:before,
.section04.red.section16 p.link:before,
.section04.red.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.red .swiper-pagination-bullet,
.section04.red.section21 .swiper-pagination-bullet,
.section04.red.section18 .swiper-pagination-bullet,
.section04.red.section16 .swiper-pagination-bullet,
.section04.red.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.red .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.red.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.red.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.red.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.red.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.yellow,
.section04.yellow.section21,
.section04.yellow.section18,
.section04.yellow.section16,
.section04.yellow.section15 {
    background-color: #373435;
}
.section04.background.yellow *,
.section04.yellow.section21 *,
.section04.yellow.section18 *,
.section04.yellow.section16 *,
.section04.yellow.section15 * {
    color: #ed3237;
}
.section04.background.yellow a.link:before,
.section04.yellow.section21 a.link:before,
.section04.yellow.section18 a.link:before,
.section04.yellow.section16 a.link:before,
.section04.yellow.section15 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section04.background.yellow a.btn-secondary span,
.section04.yellow.section21 a.btn-secondary span,
.section04.yellow.section18 a.btn-secondary span,
.section04.yellow.section16 a.btn-secondary span,
.section04.yellow.section15 a.btn-secondary span,
.section04.background.yellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.yellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section15 a.btn span {
    color: #fff;
}
.section04.background.yellow a.btn-secondary:before,
.section04.yellow.section21 a.btn-secondary:before,
.section04.yellow.section18 a.btn-secondary:before,
.section04.yellow.section16 a.btn-secondary:before,
.section04.yellow.section15 a.btn-secondary:before,
.section04.background.yellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.yellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.yellow.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.yellow p.link:before,
.section04.yellow.section21 p.link:before,
.section04.yellow.section18 p.link:before,
.section04.yellow.section16 p.link:before,
.section04.yellow.section15 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section04.background.yellow .swiper-pagination-bullet,
.section04.yellow.section21 .swiper-pagination-bullet,
.section04.yellow.section18 .swiper-pagination-bullet,
.section04.yellow.section16 .swiper-pagination-bullet,
.section04.yellow.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.yellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.yellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.yellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.yellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.yellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.greengo-orange,
.section04.greengo-orange.section21,
.section04.greengo-orange.section18,
.section04.greengo-orange.section16,
.section04.greengo-orange.section15 {
    background-color: #2b2722;
}
.section04.background.greengo-orange *,
.section04.greengo-orange.section21 *,
.section04.greengo-orange.section18 *,
.section04.greengo-orange.section16 *,
.section04.greengo-orange.section15 * {
    color: #a4502a;
}
.section04.background.greengo-orange a.link:before,
.section04.greengo-orange.section21 a.link:before,
.section04.greengo-orange.section18 a.link:before,
.section04.greengo-orange.section16 a.link:before,
.section04.greengo-orange.section15 a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
.section04.background.greengo-orange a.btn-secondary span,
.section04.greengo-orange.section21 a.btn-secondary span,
.section04.greengo-orange.section18 a.btn-secondary span,
.section04.greengo-orange.section16 a.btn-secondary span,
.section04.greengo-orange.section15 a.btn-secondary span,
.section04.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.greengo-orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section15 a.btn span {
    color: #fff;
}
.section04.background.greengo-orange a.btn-secondary:before,
.section04.greengo-orange.section21 a.btn-secondary:before,
.section04.greengo-orange.section18 a.btn-secondary:before,
.section04.greengo-orange.section16 a.btn-secondary:before,
.section04.greengo-orange.section15 a.btn-secondary:before,
.section04.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.greengo-orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-orange.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.greengo-orange p.link:before,
.section04.greengo-orange.section21 p.link:before,
.section04.greengo-orange.section18 p.link:before,
.section04.greengo-orange.section16 p.link:before,
.section04.greengo-orange.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.greengo-orange .swiper-pagination-bullet,
.section04.greengo-orange.section21 .swiper-pagination-bullet,
.section04.greengo-orange.section18 .swiper-pagination-bullet,
.section04.greengo-orange.section16 .swiper-pagination-bullet,
.section04.greengo-orange.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.greengo-orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section04.background.greengo-green,
.section04.greengo-green.section21,
.section04.greengo-green.section18,
.section04.greengo-green.section16,
.section04.greengo-green.section15 {
    background-color: #2b2722;
}
.section04.background.greengo-green *,
.section04.greengo-green.section21 *,
.section04.greengo-green.section18 *,
.section04.greengo-green.section16 *,
.section04.greengo-green.section15 * {
    color: #54b763;
}
.section04.background.greengo-green a.link:before,
.section04.greengo-green.section21 a.link:before,
.section04.greengo-green.section18 a.link:before,
.section04.greengo-green.section16 a.link:before,
.section04.greengo-green.section15 a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
.section04.background.greengo-green a.btn-secondary span,
.section04.greengo-green.section21 a.btn-secondary span,
.section04.greengo-green.section18 a.btn-secondary span,
.section04.greengo-green.section16 a.btn-secondary span,
.section04.greengo-green.section15 a.btn-secondary span,
.section04.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.section04.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.background.greengo-green a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section15 a.btn span {
    color: #fff;
}
.section04.background.greengo-green a.btn-secondary:before,
.section04.greengo-green.section21 a.btn-secondary:before,
.section04.greengo-green.section18 a.btn-secondary:before,
.section04.greengo-green.section16 a.btn-secondary:before,
.section04.greengo-green.section15 a.btn-secondary:before,
.section04.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.section04.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.background.greengo-green a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .section04.greengo-green.section15 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section04.background.greengo-green p.link:before,
.section04.greengo-green.section21 p.link:before,
.section04.greengo-green.section18 p.link:before,
.section04.greengo-green.section16 p.link:before,
.section04.greengo-green.section15 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section04.background.greengo-green .swiper-pagination-bullet,
.section04.greengo-green.section21 .swiper-pagination-bullet,
.section04.greengo-green.section18 .swiper-pagination-bullet,
.section04.greengo-green.section16 .swiper-pagination-bullet,
.section04.greengo-green.section15 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section04.background.greengo-green .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-green.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-green.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-green.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section04.greengo-green.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
@media (max-width: 1023.98px) {
    .section05 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section05 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section05 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section05 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section05 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section05 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section05 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section05 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section05 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section05 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section05 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section05 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section05 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (min-width: 1024px) {
    .section05 > div > div:first-child {
        width: 580px;
    }
    .section05 > div > div:last-child {
        display: flex;
        width: 1000px;
        justify-content: space-between;
    }
    .section05 > div > div:last-child > div {
        width: 450px;
    }
}
.section06 {
    overflow: visible !important;
}
.section06 > div {
    position: relative;
}
@media (min-width: 1024px) {
    .section06 > div > div {
        height: 100vh;
        width: 100vh;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section06 > div > div {
        height: 100vw;
    }
}
@media (max-width: 767.98px) {
    .section06 > div > div {
        height: 133vw;
    }
}
.section06 > div > div > img {
    position: absolute;
    left: 0;
    z-index: 6;
}
@media (min-width: 1024px) {
    .section06 > div > div > img {
        bottom: -40px;
        transform: translateX(-50%);
        height: 290px;
        width: 290px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section06 > div > div > img {
        top: -50px;
        left: -30px;
        height: 200px;
        width: 200px;
    }
}
@media (max-width: 767.98px) {
    .section06 > div > div > img {
        top: -30px;
        left: -30px;
        height: 146px;
        width: 146px;
    }
}
.section06 > div > div picture {
    position: relative;
    z-index: 5;
}
.section06 > div > div > div {
    position: absolute;
    z-index: 6;
    color: #fff;
}
@media (min-width: 1024px) {
    .section06 > div > div > div {
        bottom: 240px;
        left: 175px;
        right: 60px;
        transform: translateY(100%);
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section06 > div > div > div {
        top: 30px;
        left: 200px;
        right: 60px;
    }
}
@media (max-width: 767.98px) {
    .section06 > div > div > div {
        top: 20px;
        left: 136px;
        right: 20px;
    }
}
.section06 > div > div > div p {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
    margin: 0;
}
@media (min-width: 576px) {
    .section06 > div > div > div p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .section06 > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section06 > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .section06 > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
.section08,
.section11,
.section10,
.section09 {
    padding-top: 0 !important;
}
@media (max-width: 1023.98px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section08 > div,
    .section11 > div,
    .section10 > div,
    .section09 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section08 > div > div,
.section11 > div > div,
.section10 > div > div,
.section09 > div > div {
    position: relative;
}
.section08 > div > div a,
.section11 > div > div a,
.section10 > div > div a,
.section09 > div > div a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.section08 > div > div picture,
.section11 > div > div picture,
.section10 > div > div picture,
.section09 > div > div picture,
.section08 > div > div .video,
.section11 > div > div .video,
.section10 > div > div .video,
.section09 > div > div .video {
    position: relative;
    z-index: 5;
}
.section08 > div > div .video video,
.section11 > div > div .video video,
.section10 > div > div .video video,
.section09 > div > div .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 1024px) {
    .section08 > div > div,
    .section11 > div > div,
    .section10 > div > div,
    .section09 > div > div {
        height: 84vh;
        width: 133vh;
        margin-top: 8vh;
        margin-bottom: 8vh;
    }
    .section08 > div > div a,
    .section11 > div > div a,
    .section10 > div > div a,
    .section09 > div > div a {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }
    .section08 > div > div picture,
    .section11 > div > div picture,
    .section10 > div > div picture,
    .section09 > div > div picture {
        height: 100%;
    }
    .section08 > div > div picture img,
    .section11 > div > div picture img,
    .section10 > div > div picture img,
    .section09 > div > div picture img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .section08 > div > div .video,
    .section11 > div > div .video,
    .section10 > div > div .video,
    .section09 > div > div .video {
        height: 100%;
    }
}
@media (max-width: 1023.98px) {
    .section08 > div > div a,
    .section11 > div > div a,
    .section10 > div > div a,
    .section09 > div > div a {
        text-decoration: none;
    }
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        font-size: 55px;
        line-height: 0.66em;
        padding-top: 60px;
        padding-bottom: 40px;
        color: #fff;
        text-align: center;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        font-size: 80px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        font-size: calc(65px + 2vw);
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section08 > div > div a span,
    .section11 > div > div a span,
    .section10 > div > div a span,
    .section09 > div > div a span {
        font-size: calc(91px + 2vw);
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) {
    .section08 > div > div .video,
    .section11 > div > div .video,
    .section10 > div > div .video,
    .section09 > div > div .video {
        height: 56vw;
    }
}
@media (min-width: 1024px) {
    .section09 > div > div {
        width: 84vh;
    }
}
@media (min-width: 1024px) {
    .section10 > div > div {
        margin-top: 20vh;
        margin-bottom: 20vh;
        width: 60vh;
        height: 60vh;
    }
}
@media (min-width: 1024px) {
    .section12 > div > div {
        position: relative;
        padding-right: 15vh;
        padding-bottom: 5vh;
    }
    .section12 > div > div picture img {
        display: block;
    }
    .section12 > div > div picture:first-child {
        position: relative;
        z-index: 1;
    }
    .section12 > div > div picture:first-child img {
        height: 60vh;
        width: auto;
    }
    .section12 > div > div picture:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    .section12 > div > div picture:last-child img {
        height: 30vh;
        width: 30vh;
        border-radius: 100%;
    }
}
@media (max-width: 1023.98px) {
    .section12 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        overflow: visible;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section12 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section12 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section12 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section12 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section12 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section12 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section12 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section12 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section12 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section12 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section12 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section12 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section12 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        position: relative;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section12 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section12 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section12 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section12 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) {
    .section12 > div > div picture img {
        display: block;
    }
    .section12 > div > div picture:last-child {
        transform: translateY(-50%);
    }
    .section12 > div > div picture:last-child img {
        border-radius: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section12 > div > div picture:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 16.66666667%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section12 > div > div picture:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section12 > div > div picture:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section12 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section12 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section12 > div > div picture:last-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        margin-left: 50%;
        margin-bottom: -107px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section12 > div > div picture:last-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section12 > div > div picture:last-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section12 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section12 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section12 > div > div picture:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section12 > div > div picture:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section12 > div > div picture:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section12 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section12 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section12 > div > div picture:last-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 50%;
        margin-bottom: -86px;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section12 > div > div picture:last-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section12 > div > div picture:last-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section12 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section12 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .section13 > div > div {
        display: flex;
        align-items: center;
    }
    .section13 > div > div picture {
        position: relative;
    }
    .section13 > div > div picture img {
        display: block;
    }
    .section13 > div > div picture:first-child {
        z-index: 2;
    }
    .section13 > div > div picture:first-child img {
        height: 37vh;
        width: 37vh;
        border-radius: 100%;
    }
    .section13 > div > div picture:last-child {
        z-index: 1;
        transform: rotate(10deg) translateX(-3vh);
    }
    .section13 > div > div picture:last-child img {
        height: 50vh;
        width: auto;
    }
}
@media (max-width: 1023.98px) {
    .section13 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        overflow: visible;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section13 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section13 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section13 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section13 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section13 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section13 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section13 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section13 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section13 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section13 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section13 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section13 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section13 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        align-items: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section13 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section13 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section13 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section13 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) {
    .section13 > div > div picture {
        position: relative;
    }
    .section13 > div > div picture img {
        display: block;
    }
    .section13 > div > div picture:first-child {
        z-index: 2;
    }
    .section13 > div > div picture:first-child img {
        border-radius: 100%;
    }
    .section13 > div > div picture:last-child {
        z-index: 1;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section13 > div > div picture:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        margin-left: 8.33333333%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section13 > div > div picture:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section13 > div > div picture:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section13 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section13 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section13 > div > div picture:last-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        transform: rotate(10deg) translateX(-3vh);
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section13 > div > div picture:last-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section13 > div > div picture:last-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section13 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section13 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section13 > div > div picture:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section13 > div > div picture:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section13 > div > div picture:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section13 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section13 > div > div picture:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section13 > div > div picture:last-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 50%;
        max-width: 50%;
        transform: rotate(10deg) translateX(-3vh);
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section13 > div > div picture:last-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section13 > div > div picture:last-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section13 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section13 > div > div picture:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .section14 > div > div {
        height: 64vh;
        width: 70vh;
        position: relative;
    }
    .section14 > div > div picture img {
        display: block;
    }
    .section14 > div > div picture.a {
        position: absolute;
        top: 1vh;
        right: 8vh;
        z-index: 2;
        transform: rotate(5deg);
    }
    .section14 > div > div picture.a img {
        height: 33vh;
        width: auto;
    }
    .section14 > div > div picture.b {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .section14 > div > div picture.b img {
        height: 33vh;
        width: auto;
    }
    .section14 > div > div picture.c {
        position: absolute;
        top: 15vh;
        left: 6vh;
        z-index: 2;
    }
    .section14 > div > div picture.c img {
        height: 23vh;
        width: auto;
    }
    .section14 > div > div p {
        position: absolute;
        top: 2vh;
        left: 0;
        width: 29vh;
        text-align: center;
        margin: 0;
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        margin-left: 3px;
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section14 > div > div p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section14 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        overflow: visible;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section14 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section14 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section14 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section14 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section14 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section14 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section14 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section14 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section14 > div > div {
        height: 66vw;
        width: 100%;
        position: relative;
    }
    .section14 > div > div picture img {
        display: block;
    }
    .section14 > div > div picture.a {
        position: absolute;
        top: 1vw;
        right: 8vw;
        z-index: 2;
        transform: rotate(5deg);
    }
    .section14 > div > div picture.a img {
        height: 34vw;
        width: auto;
    }
    .section14 > div > div picture.b {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .section14 > div > div picture.b img {
        height: 36vw;
        width: auto;
    }
    .section14 > div > div picture.c {
        position: absolute;
        top: 15vw;
        left: 12vw;
        z-index: 2;
    }
    .section14 > div > div picture.c img {
        height: 24vw;
        width: auto;
    }
    .section14 > div > div p {
        position: absolute;
        top: 2vw;
        left: 0;
        width: 36vw;
        text-align: center;
        margin: 0;
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        margin-left: 3px;
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section14 > div > div p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 767.98px) {
    .section14 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section14 > div {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section14 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section14 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section14 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section14 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section14 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section14 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section14 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section14 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 767.98px) {
    .section14 > div > div picture {
        position: relative;
    }
    .section14 > div > div picture img {
        display: block;
    }
    .section14 > div > div picture.a {
        z-index: 1;
        transform: rotate(5deg) translateX(52vw);
    }
    .section14 > div > div picture.a img {
        height: 45vw;
        width: auto;
    }
    .section14 > div > div picture.b {
        z-index: 2;
    }
    .section14 > div > div picture.b img {
        height: 45vw;
        width: auto;
    }
    .section14 > div > div picture.c {
        display: none;
    }
    .section14 > div > div p {
        text-align: center;
        margin: 12vw 0 0;
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        margin-left: 3px;
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section14 > div > div p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section14 > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
.section15 {
    background-color: #ed3237 !important;
}
@media (max-width: 1023.98px) {
    .section15 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section15 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section15 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section15 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section15 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section15 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section15 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section15 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section15 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section15 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section15 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section15 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section15 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section15 > div > div:first-child {
    display: flex;
    align-items: center;
    position: relative;
}
@media (min-width: 1024px) {
    .section15 > div > div:first-child {
        bottom: 7vh;
    }
}
@media (max-width: 1023.98px) {
    .section15 > div > div:first-child {
        display: none;
    }
}
.section15 > div > div:first-child > div {
    position: relative;
}
.section15 > div > div:first-child > div * {
    color: #fff;
}
.section15 > div > div:first-child > div a {
    display: block;
    opacity: 1 !important;
}
.section15 > div > div:first-child > div .link {
    padding: 0;
}
.section15 > div > div:first-child > div .link:before {
    display: none;
}
.section15 > div > div:first-child > div picture img {
    width: auto;
}
.section15 > div > div:first-child > div.a {
    z-index: 3;
}
.section15 > div > div:first-child > div.a img {
    border-radius: 100%;
    height: 20vh;
}
.section15 > div > div:first-child > div.b {
    z-index: 2;
}
.section15 > div > div:first-child > div.b img {
    height: 27vh;
    transform: rotate(10deg) translateY(13vh) translateX(-3vh);
    transition: transform 250ms;
}
.section15 > div > div:first-child > div.b a:hover img {
    transform: rotate(10deg) translateY(13vh) translateX(-3vh) scale(1.025);
}
.section15 > div > div:first-child > div.b div {
    position: absolute;
    bottom: -14vh;
    left: -24vh;
    transform: translateY(100%);
    width: 30vh;
    text-align: center;
    z-index: 1;
}
.section15 > div > div:first-child > div.b div:before {
    content: "";
    position: absolute;
    top: -72px;
    left: 50%;
    margin-left: -13px;
    background-image: url(/images/icons/arrow-top-right.svg);
    height: 62px;
    width: 26px;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section15 > div > div:first-child > div.c {
    z-index: 1;
}
.section15 > div > div:first-child > div.c img {
    height: 30vh;
    transform: rotate(9deg) translateY(9vh) translateX(-5vh);
    transition: transform 250ms;
}
.section15 > div > div:first-child > div.c a:hover img {
    transform: rotate(9deg) translateY(9vh) translateX(-5vh) scale(1.025);
}
.section15 > div > div:first-child > div.c div {
    position: absolute;
    top: 4vh;
    left: -18vh;
    transform: translateY(-100%);
    width: 40vh;
    text-align: center;
    z-index: 1;
}
.section15 > div > div:first-child > div.c div:before {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 9vh;
    background-image: url(/images/icons/arrow-bottom-right.svg);
    height: 62px;
    width: 26px;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section15 > div > div:first-child > div.d {
    z-index: 2;
}
.section15 > div > div:first-child > div.d img {
    height: 30vh;
    transform: rotate(12deg) translateY(5vh) translateX(-5vh);
    transition: transform 250ms;
}
.section15 > div > div:first-child > div.d a:hover img {
    transform: rotate(12deg) translateY(5vh) translateX(-5vh) scale(1.025);
}
.section15 > div > div:first-child > div.d div {
    position: absolute;
    right: 8vh;
    bottom: -12vh;
    transform: translateY(100%);
    width: 30vh;
    text-align: center;
    z-index: 1;
}
.section15 > div > div:first-child > div.d div:before {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    background-image: url(/images/icons/arrow-top-left.svg);
    height: 62px;
    width: 26px;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section15 > div > div:first-child > div.e {
    position: absolute;
    top: 0;
    right: -9vh;
    transform: translateY(-100%);
    width: 30vh;
    text-align: center;
}
.section15 > div > div:first-child > div.e p {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
    margin: 0;
}
@media (min-width: 576px) {
    .section15 > div > div:first-child > div.e p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .section15 > div > div:first-child > div.e p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section15 > div > div:first-child > div.e p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .section15 > div > div:first-child > div.e p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section15 > div > div:last-child {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container {
        padding-bottom: 16vw;
    }
    .section15 > div > div:last-child .swiper-container .swiper-slide {
        justify-content: center;
    }
    .section15 > div > div:last-child .swiper-container .swiper-slide a {
        display: block;
        text-decoration: none;
    }
    .section15 > div > div:last-child .swiper-container .swiper-slide picture {
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 50vw;
        height: 80vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 60vw;
        height: 100vw;
    }
}
@media (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide picture img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}
@media (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide > div {
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 60vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 80vw;
    }
}
@media (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide > div * {
        color: #fff;
    }
}
@media (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-slide > div p.link {
        padding: 0;
        margin: 0;
    }
    .section15 > div > div:last-child .swiper-container .swiper-slide > div p.link:before {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section15 > div > div:last-child .swiper-container .swiper-pagination {
        bottom: 0 !important;
    }
}
.section16 {
    background-color: #ed3237 !important;
}
@media (max-width: 1023.98px) {
    .section16 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section16 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section16 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section16 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section16 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section16 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section16 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section16 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section16 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section16 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section16 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section16 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section16 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section16 > div > div:first-child {
    display: flex;
    align-items: center;
    position: relative;
}
@media (min-width: 1024px) {
    .section16 > div > div:first-child {
        bottom: 7vh;
    }
}
@media (max-width: 1023.98px) {
    .section16 > div > div:first-child {
        display: none;
    }
}
.section16 > div > div:first-child > div {
    position: relative;
}
.section16 > div > div:first-child > div * {
    color: #fff;
}
.section16 > div > div:first-child > div a {
    display: block;
    opacity: 1 !important;
}
.section16 > div > div:first-child > div .link {
    padding: 0;
}
.section16 > div > div:first-child > div .link:before {
    display: none;
}
.section16 > div > div:first-child > div picture img {
    width: auto;
}
.section16 > div > div:first-child > div.a {
    z-index: 1;
}
.section16 > div > div:first-child > div.a img {
    height: 30vh;
    transition: transform 250ms;
}
.section16 > div > div:first-child > div.a a:hover img {
    transform: scale(1.025);
}
.section16 > div > div:first-child > div.a div {
    position: absolute;
    bottom: -3vh;
    left: 6vh;
    transform: translateY(100%);
    width: 30vh;
    text-align: center;
    z-index: 1;
}
.section16 > div > div:first-child > div.a div:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 4vh;
    background-image: url(/images/icons/arrow-top-right.svg);
    height: 62px;
    width: 26px;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section16 > div > div:first-child > div.b {
    z-index: 2;
}
.section16 > div > div:first-child > div.b img {
    height: 38vh;
    transform: rotate(9deg) translateY(13vh) translateX(-3vh);
    transition: transform 250ms;
}
.section16 > div > div:first-child > div.b a:hover img {
    transform: rotate(9deg) translateY(13vh) translateX(-3vh) scale(1.025);
}
.section16 > div > div:first-child > div.b div {
    position: absolute;
    top: 7vh;
    left: -7vh;
    transform: translateY(-100%);
    width: 40vh;
    text-align: center;
    z-index: 1;
}
.section16 > div > div:first-child > div.b div:before {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 9vh;
    background-image: url(/images/icons/arrow-bottom-right.svg);
    height: 62px;
    width: 26px;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section16 > div > div:first-child > div.c {
    z-index: 3;
}
.section16 > div > div:first-child > div.c img {
    height: 28vh;
    transform: translateY(6vh) translateX(-8vh);
    border-radius: 100%;
    transition: transform 250ms;
}
.section16 > div > div:first-child > div.c a:hover img {
    transform: translateY(6vh) translateX(-8vh) scale(1.025);
}
.section16 > div > div:first-child > div.c div {
    position: absolute;
    right: -3vh;
    bottom: -7vh;
    transform: translateY(100%);
    width: 30vh;
    text-align: center;
    z-index: 1;
}
.section16 > div > div:first-child > div.c div:before {
    content: "";
    position: absolute;
    top: -66px;
    right: 9vh;
    background-image: url(/images/icons/arrow-top-left.svg);
    height: 62px;
    width: 26px;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section16 > div > div:first-child > div.d {
    position: absolute;
    top: 6vh;
    right: -9vh;
    transform: translateY(-100%);
    width: 30vh;
    text-align: center;
}
.section16 > div > div:first-child > div.d p {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
    margin: 0;
}
@media (min-width: 576px) {
    .section16 > div > div:first-child > div.d p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .section16 > div > div:first-child > div.d p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section16 > div > div:first-child > div.d p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .section16 > div > div:first-child > div.d p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section16 > div > div:last-child {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container {
        padding-bottom: 16vw;
    }
    .section16 > div > div:last-child .swiper-container .swiper-slide {
        justify-content: center;
    }
    .section16 > div > div:last-child .swiper-container .swiper-slide a {
        display: block;
        text-decoration: none;
    }
    .section16 > div > div:last-child .swiper-container .swiper-slide picture {
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 50vw;
        height: 80vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 60vw;
        height: 100vw;
    }
}
@media (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide picture img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}
@media (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide > div {
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 60vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 80vw;
    }
}
@media (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide > div * {
        color: #fff;
    }
}
@media (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-slide > div p.link {
        padding: 0;
        margin: 0;
    }
    .section16 > div > div:last-child .swiper-container .swiper-slide > div p.link:before {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section16 > div > div:last-child .swiper-container .swiper-pagination {
        bottom: 0 !important;
    }
}
.section17 > div > div:first-child {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 -4.5vh;
}
@media (max-width: 1023.98px) {
    .section17 > div > div:first-child {
        display: none;
    }
}
.section17 > div > div:first-child > div {
    display: flex;
    margin: 0 4.5vh;
}
.section17 > div > div:first-child > div a {
    display: block;
    text-decoration: none;
    color: #ed3237 !important;
    opacity: 1;
}
.section17 > div > div:first-child > div a picture {
    overflow: hidden;
    transition: transform 250ms;
}
.section17 > div > div:first-child > div a picture img {
    width: auto;
    margin: 0 auto;
}
.section17 > div > div:first-child > div a div {
    margin-top: 1vh;
    text-align: center;
}
.section17 > div > div:first-child > div a div .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section17 > div > div:first-child > div a div .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.section17 > div > div:first-child > div a:hover picture {
    transform: scale(1.025);
}
.section17 > div > div:first-child > div.a img {
    height: 88vh;
}
.section17 > div > div:first-child > div.b {
    transform: translateY(12vh);
}
.section17 > div > div:first-child > div.b img {
    height: 28vh;
    border-radius: 100%;
}
.section17 > div > div:first-child > div.c img {
    height: 28vh;
}
.section17 > div > div:first-child > div.d {
    transform: translateY(12vh);
}
.section17 > div > div:first-child > div.d img {
    height: 28vh;
}
@media (min-width: 1024px) {
    .section17 > div > div:last-child {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container {
        padding-bottom: 16vw;
    }
    .section17 > div > div:last-child .swiper-container .swiper-slide {
        justify-content: center;
    }
    .section17 > div > div:last-child .swiper-container .swiper-slide a {
        display: block;
        text-decoration: none;
    }
    .section17 > div > div:last-child .swiper-container .swiper-slide picture {
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 50vw;
        height: 80vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 60vw;
        height: 100vw;
    }
}
@media (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide picture img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}
@media (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide > div {
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 60vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 80vw;
    }
}
@media (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide > div * {
        color: #fff;
    }
}
@media (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-slide > div p.link {
        padding: 0;
        margin: 0;
    }
    .section17 > div > div:last-child .swiper-container .swiper-slide > div p.link:before {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section17 > div > div:last-child .swiper-container .swiper-pagination {
        bottom: 0 !important;
    }
    .section17 > div > div:last-child .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: #ed3237;
    }
    .section17 > div > div:last-child .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #ed3237;
        background-color: transparent;
    }
}
.section17 > div > div:last-child .swiper-slide > div * {
    color: #ed3237 !important;
}
.section18 {
    background-color: #373435 !important;
}
.section18 > div > div .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section18 > div > div .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section18 > div > div:first-child {
    display: flex;
    position: relative;
    margin: 0 -4.5vh;
}
@media (max-width: 1023.98px) {
    .section18 > div > div:first-child {
        display: none;
    }
}
.section18 > div > div:first-child > div {
    display: flex;
    margin: 0 4.5vh;
}
.section18 > div > div:first-child > div a {
    display: block;
    text-decoration: none;
    color: #ed3237 !important;
    opacity: 1;
}
.section18 > div > div:first-child > div a picture {
    transition: transform 250ms;
}
.section18 > div > div:first-child > div a picture img {
    margin: 0 auto;
    border-radius: 100%;
    height: 28vh;
    width: auto;
}
.section18 > div > div:first-child > div a div {
    margin-top: 3vh;
    text-align: center;
    width: 36vh;
}
.section18 > div > div:first-child > div a:hover picture {
    transform: scale(1.025);
}
@media (min-width: 1024px) {
    .section18 > div > div:last-child {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container {
        padding-bottom: 16vw;
    }
    .section18 > div > div:last-child .swiper-container .swiper-slide {
        justify-content: center;
    }
    .section18 > div > div:last-child .swiper-container .swiper-slide a {
        display: block;
        text-decoration: none;
    }
    .section18 > div > div:last-child .swiper-container .swiper-slide picture {
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 50vw;
        height: 80vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide picture {
        width: 60vw;
        height: 100vw;
    }
}
@media (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide picture img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}
@media (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide > div {
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 60vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide > div {
        width: 80vw;
    }
}
@media (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide > div * {
        color: #fff;
    }
}
@media (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-slide > div p.link {
        padding: 0;
        margin: 0;
    }
    .section18 > div > div:last-child .swiper-container .swiper-slide > div p.link:before {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-container .swiper-pagination {
        bottom: 0 !important;
    }
    .section18 > div > div:last-child .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: #ed3237;
    }
    .section18 > div > div:last-child .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #ed3237;
        background-color: transparent;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section18 > div > div:last-child .swiper-slide picture {
        height: 50vw !important;
    }
}
@media (max-width: 767.98px) {
    .section18 > div > div:last-child .swiper-slide picture {
        height: 60vw !important;
    }
}
.section18 > div > div:last-child .swiper-slide picture img {
    border-radius: 100%;
}
.section18 > div > div:last-child .swiper-slide > div {
    margin-top: 3vh !important;
}
.section18 > div > div:last-child .swiper-slide > div * {
    color: #ed3237 !important;
}
@media (max-width: 767.98px) {
    .section18 > div > div:last-child .swiper-slide > div p:not(.tags-label):not(.link) {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section19 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section19 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section19 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section19 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section19 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section19 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section19 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section19 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section19 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section19 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section19 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section19 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section19 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section19 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section19 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section19 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section19 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section19 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section19 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section19 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section19 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section19 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section19 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .section19 > div > div > div {
        width: 550px;
    }
    .section19 > div > div > div p.quote-title::first-letter {
        float: left;
        margin: 0 0.1em 0 0;
        line-height: 1;
    }
}
.section19.background.lightgreen,
.section19.lightgreen.section21,
.section19.lightgreen.section15,
.section19.lightgreen.section16,
.section19.lightgreen.section18 {
    background-color: #7e823c;
}
.section19.background.lightgreen *,
.section19.lightgreen.section21 *,
.section19.lightgreen.section15 *,
.section19.lightgreen.section16 *,
.section19.lightgreen.section18 * {
    color: #373435;
}
.section19.background.lightgreen a.link:before,
.section19.lightgreen.section21 a.link:before,
.section19.lightgreen.section15 a.link:before,
.section19.lightgreen.section16 a.link:before,
.section19.lightgreen.section18 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section19.background.lightgreen a.btn-secondary span,
.section19.lightgreen.section21 a.btn-secondary span,
.section19.lightgreen.section15 a.btn-secondary span,
.section19.lightgreen.section16 a.btn-secondary span,
.section19.lightgreen.section18 a.btn-secondary span,
.section19.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.lightgreen a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section21 a.btn span,
.section19.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section15 a.btn span,
.section19.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section16 a.btn span,
.section19.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section18 a.btn span {
    color: #fff;
}
.section19.background.lightgreen a.btn-secondary:before,
.section19.lightgreen.section21 a.btn-secondary:before,
.section19.lightgreen.section15 a.btn-secondary:before,
.section19.lightgreen.section16 a.btn-secondary:before,
.section19.lightgreen.section18 a.btn-secondary:before,
.section19.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.lightgreen a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section21 a.btn:before,
.section19.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section15 a.btn:before,
.section19.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section16 a.btn:before,
.section19.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightgreen.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.lightgreen p.link:before,
.section19.lightgreen.section21 p.link:before,
.section19.lightgreen.section15 p.link:before,
.section19.lightgreen.section16 p.link:before,
.section19.lightgreen.section18 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section19.background.lightgreen .swiper-pagination-bullet,
.section19.lightgreen.section21 .swiper-pagination-bullet,
.section19.lightgreen.section15 .swiper-pagination-bullet,
.section19.lightgreen.section16 .swiper-pagination-bullet,
.section19.lightgreen.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.lightgreen .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightgreen.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightgreen.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightgreen.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightgreen.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.greenyellow,
.section19.greenyellow.section21,
.section19.greenyellow.section15,
.section19.greenyellow.section16,
.section19.greenyellow.section18 {
    background-color: #ed3237;
}
.section19.background.greenyellow *,
.section19.greenyellow.section21 *,
.section19.greenyellow.section15 *,
.section19.greenyellow.section16 *,
.section19.greenyellow.section18 * {
    color: #373435;
}
.section19.background.greenyellow a.link:before,
.section19.greenyellow.section21 a.link:before,
.section19.greenyellow.section15 a.link:before,
.section19.greenyellow.section16 a.link:before,
.section19.greenyellow.section18 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section19.background.greenyellow a.btn-secondary span,
.section19.greenyellow.section21 a.btn-secondary span,
.section19.greenyellow.section15 a.btn-secondary span,
.section19.greenyellow.section16 a.btn-secondary span,
.section19.greenyellow.section18 a.btn-secondary span,
.section19.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.greenyellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section21 a.btn span,
.section19.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section15 a.btn span,
.section19.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section16 a.btn span,
.section19.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section18 a.btn span {
    color: #fff;
}
.section19.background.greenyellow a.btn-secondary:before,
.section19.greenyellow.section21 a.btn-secondary:before,
.section19.greenyellow.section15 a.btn-secondary:before,
.section19.greenyellow.section16 a.btn-secondary:before,
.section19.greenyellow.section18 a.btn-secondary:before,
.section19.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.greenyellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section21 a.btn:before,
.section19.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section15 a.btn:before,
.section19.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section16 a.btn:before,
.section19.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenyellow.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.greenyellow p.link:before,
.section19.greenyellow.section21 p.link:before,
.section19.greenyellow.section15 p.link:before,
.section19.greenyellow.section16 p.link:before,
.section19.greenyellow.section18 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section19.background.greenyellow .swiper-pagination-bullet,
.section19.greenyellow.section21 .swiper-pagination-bullet,
.section19.greenyellow.section15 .swiper-pagination-bullet,
.section19.greenyellow.section16 .swiper-pagination-bullet,
.section19.greenyellow.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.greenyellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenyellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenyellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenyellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenyellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.greenlightblue,
.section19.greenlightblue.section21,
.section19.greenlightblue.section15,
.section19.greenlightblue.section16,
.section19.greenlightblue.section18 {
    background-color: #ed3237;
}
.section19.background.greenlightblue *,
.section19.greenlightblue.section21 *,
.section19.greenlightblue.section15 *,
.section19.greenlightblue.section16 *,
.section19.greenlightblue.section18 * {
    color: #373435;
}
.section19.background.greenlightblue a.link:before,
.section19.greenlightblue.section21 a.link:before,
.section19.greenlightblue.section15 a.link:before,
.section19.greenlightblue.section16 a.link:before,
.section19.greenlightblue.section18 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.greenlightblue a.btn-secondary span,
.section19.greenlightblue.section21 a.btn-secondary span,
.section19.greenlightblue.section15 a.btn-secondary span,
.section19.greenlightblue.section16 a.btn-secondary span,
.section19.greenlightblue.section18 a.btn-secondary span,
.section19.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.greenlightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section21 a.btn span,
.section19.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section15 a.btn span,
.section19.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section16 a.btn span,
.section19.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section18 a.btn span {
    color: #fff;
}
.section19.background.greenlightblue a.btn-secondary:before,
.section19.greenlightblue.section21 a.btn-secondary:before,
.section19.greenlightblue.section15 a.btn-secondary:before,
.section19.greenlightblue.section16 a.btn-secondary:before,
.section19.greenlightblue.section18 a.btn-secondary:before,
.section19.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.greenlightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section21 a.btn:before,
.section19.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section15 a.btn:before,
.section19.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section16 a.btn:before,
.section19.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greenlightblue.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.greenlightblue p.link:before,
.section19.greenlightblue.section21 p.link:before,
.section19.greenlightblue.section15 p.link:before,
.section19.greenlightblue.section16 p.link:before,
.section19.greenlightblue.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.greenlightblue .swiper-pagination-bullet,
.section19.greenlightblue.section21 .swiper-pagination-bullet,
.section19.greenlightblue.section15 .swiper-pagination-bullet,
.section19.greenlightblue.section16 .swiper-pagination-bullet,
.section19.greenlightblue.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.greenlightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenlightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenlightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenlightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greenlightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.orange,
.section19.orange.section21,
.section19.orange.section15,
.section19.orange.section16,
.section19.orange.section18 {
    background-color: #a4502a;
}
.section19.background.orange *,
.section19.orange.section21 *,
.section19.orange.section15 *,
.section19.orange.section16 *,
.section19.orange.section18 * {
    color: #373435;
}
.section19.background.orange a.link:before,
.section19.orange.section21 a.link:before,
.section19.orange.section15 a.link:before,
.section19.orange.section16 a.link:before,
.section19.orange.section18 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.orange a.btn-secondary span,
.section19.orange.section21 a.btn-secondary span,
.section19.orange.section15 a.btn-secondary span,
.section19.orange.section16 a.btn-secondary span,
.section19.orange.section18 a.btn-secondary span,
.section19.background.orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.orange.section21 a.btn span,
.section19.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.orange.section15 a.btn span,
.section19.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.orange.section16 a.btn span,
.section19.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.orange.section18 a.btn span {
    color: #fff;
}
.section19.background.orange a.btn-secondary:before,
.section19.orange.section21 a.btn-secondary:before,
.section19.orange.section15 a.btn-secondary:before,
.section19.orange.section16 a.btn-secondary:before,
.section19.orange.section18 a.btn-secondary:before,
.section19.background.orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.orange.section21 a.btn:before,
.section19.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.orange.section15 a.btn:before,
.section19.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.orange.section16 a.btn:before,
.section19.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.orange.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.orange p.link:before,
.section19.orange.section21 p.link:before,
.section19.orange.section15 p.link:before,
.section19.orange.section16 p.link:before,
.section19.orange.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.orange .swiper-pagination-bullet,
.section19.orange.section21 .swiper-pagination-bullet,
.section19.orange.section15 .swiper-pagination-bullet,
.section19.orange.section16 .swiper-pagination-bullet,
.section19.orange.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.lightblue,
.section19.lightblue.section21,
.section19.lightblue.section15,
.section19.lightblue.section16,
.section19.lightblue.section18 {
    background-color: #373435;
}
.section19.background.lightblue *,
.section19.lightblue.section21 *,
.section19.lightblue.section15 *,
.section19.lightblue.section16 *,
.section19.lightblue.section18 * {
    color: #ed3237;
}
.section19.background.lightblue a.link:before,
.section19.lightblue.section21 a.link:before,
.section19.lightblue.section15 a.link:before,
.section19.lightblue.section16 a.link:before,
.section19.lightblue.section18 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section19.background.lightblue a.btn-secondary span,
.section19.lightblue.section21 a.btn-secondary span,
.section19.lightblue.section15 a.btn-secondary span,
.section19.lightblue.section16 a.btn-secondary span,
.section19.lightblue.section18 a.btn-secondary span,
.section19.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.lightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section21 a.btn span,
.section19.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section15 a.btn span,
.section19.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section16 a.btn span,
.section19.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section18 a.btn span {
    color: #fff;
}
.section19.background.lightblue a.btn-secondary:before,
.section19.lightblue.section21 a.btn-secondary:before,
.section19.lightblue.section15 a.btn-secondary:before,
.section19.lightblue.section16 a.btn-secondary:before,
.section19.lightblue.section18 a.btn-secondary:before,
.section19.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.lightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section21 a.btn:before,
.section19.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section15 a.btn:before,
.section19.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section16 a.btn:before,
.section19.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.lightblue.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.lightblue p.link:before,
.section19.lightblue.section21 p.link:before,
.section19.lightblue.section15 p.link:before,
.section19.lightblue.section16 p.link:before,
.section19.lightblue.section18 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section19.background.lightblue .swiper-pagination-bullet,
.section19.lightblue.section21 .swiper-pagination-bullet,
.section19.lightblue.section15 .swiper-pagination-bullet,
.section19.lightblue.section16 .swiper-pagination-bullet,
.section19.lightblue.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.lightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.lightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.red,
.section19.red.section21,
.section19.red.section15,
.section19.red.section16,
.section19.red.section18 {
    background-color: #ed3237;
}
.section19.background.red *,
.section19.red.section21 *,
.section19.red.section15 *,
.section19.red.section16 *,
.section19.red.section18 * {
    color: #373435;
}
.section19.background.red a.link:before,
.section19.red.section21 a.link:before,
.section19.red.section15 a.link:before,
.section19.red.section16 a.link:before,
.section19.red.section18 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.red a.btn-secondary span,
.section19.red.section21 a.btn-secondary span,
.section19.red.section15 a.btn-secondary span,
.section19.red.section16 a.btn-secondary span,
.section19.red.section18 a.btn-secondary span,
.section19.background.red .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.red.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.red a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.red.section21 a.btn span,
.section19.red.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.red.section15 a.btn span,
.section19.red.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.red.section16 a.btn span,
.section19.red.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.red.section18 a.btn span {
    color: #ed3237;
}
.section19.background.red a.btn-secondary:before,
.section19.red.section21 a.btn-secondary:before,
.section19.red.section15 a.btn-secondary:before,
.section19.red.section16 a.btn-secondary:before,
.section19.red.section18 a.btn-secondary:before,
.section19.background.red .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.red.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.red a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.red.section21 a.btn:before,
.section19.red.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.red.section15 a.btn:before,
.section19.red.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.red.section16 a.btn:before,
.section19.red.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.red.section18 a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
.section19.background.red p.link:before,
.section19.red.section21 p.link:before,
.section19.red.section15 p.link:before,
.section19.red.section16 p.link:before,
.section19.red.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.red .swiper-pagination-bullet,
.section19.red.section21 .swiper-pagination-bullet,
.section19.red.section15 .swiper-pagination-bullet,
.section19.red.section16 .swiper-pagination-bullet,
.section19.red.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.red .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.red.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.red.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.red.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.red.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.yellow,
.section19.yellow.section21,
.section19.yellow.section15,
.section19.yellow.section16,
.section19.yellow.section18 {
    background-color: #373435;
}
.section19.background.yellow *,
.section19.yellow.section21 *,
.section19.yellow.section15 *,
.section19.yellow.section16 *,
.section19.yellow.section18 * {
    color: #ed3237;
}
.section19.background.yellow a.link:before,
.section19.yellow.section21 a.link:before,
.section19.yellow.section15 a.link:before,
.section19.yellow.section16 a.link:before,
.section19.yellow.section18 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section19.background.yellow a.btn-secondary span,
.section19.yellow.section21 a.btn-secondary span,
.section19.yellow.section15 a.btn-secondary span,
.section19.yellow.section16 a.btn-secondary span,
.section19.yellow.section18 a.btn-secondary span,
.section19.background.yellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.yellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section21 a.btn span,
.section19.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section15 a.btn span,
.section19.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section16 a.btn span,
.section19.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section18 a.btn span {
    color: #fff;
}
.section19.background.yellow a.btn-secondary:before,
.section19.yellow.section21 a.btn-secondary:before,
.section19.yellow.section15 a.btn-secondary:before,
.section19.yellow.section16 a.btn-secondary:before,
.section19.yellow.section18 a.btn-secondary:before,
.section19.background.yellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.yellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section21 a.btn:before,
.section19.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section15 a.btn:before,
.section19.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section16 a.btn:before,
.section19.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.yellow.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.yellow p.link:before,
.section19.yellow.section21 p.link:before,
.section19.yellow.section15 p.link:before,
.section19.yellow.section16 p.link:before,
.section19.yellow.section18 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section19.background.yellow .swiper-pagination-bullet,
.section19.yellow.section21 .swiper-pagination-bullet,
.section19.yellow.section15 .swiper-pagination-bullet,
.section19.yellow.section16 .swiper-pagination-bullet,
.section19.yellow.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.yellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.yellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.yellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.yellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.yellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.greengo-orange,
.section19.greengo-orange.section21,
.section19.greengo-orange.section15,
.section19.greengo-orange.section16,
.section19.greengo-orange.section18 {
    background-color: #2b2722;
}
.section19.background.greengo-orange *,
.section19.greengo-orange.section21 *,
.section19.greengo-orange.section15 *,
.section19.greengo-orange.section16 *,
.section19.greengo-orange.section18 * {
    color: #a4502a;
}
.section19.background.greengo-orange a.link:before,
.section19.greengo-orange.section21 a.link:before,
.section19.greengo-orange.section15 a.link:before,
.section19.greengo-orange.section16 a.link:before,
.section19.greengo-orange.section18 a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
.section19.background.greengo-orange a.btn-secondary span,
.section19.greengo-orange.section21 a.btn-secondary span,
.section19.greengo-orange.section15 a.btn-secondary span,
.section19.greengo-orange.section16 a.btn-secondary span,
.section19.greengo-orange.section18 a.btn-secondary span,
.section19.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.greengo-orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section21 a.btn span,
.section19.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section15 a.btn span,
.section19.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section16 a.btn span,
.section19.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section18 a.btn span {
    color: #fff;
}
.section19.background.greengo-orange a.btn-secondary:before,
.section19.greengo-orange.section21 a.btn-secondary:before,
.section19.greengo-orange.section15 a.btn-secondary:before,
.section19.greengo-orange.section16 a.btn-secondary:before,
.section19.greengo-orange.section18 a.btn-secondary:before,
.section19.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.greengo-orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section21 a.btn:before,
.section19.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section15 a.btn:before,
.section19.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section16 a.btn:before,
.section19.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-orange.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.greengo-orange p.link:before,
.section19.greengo-orange.section21 p.link:before,
.section19.greengo-orange.section15 p.link:before,
.section19.greengo-orange.section16 p.link:before,
.section19.greengo-orange.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.greengo-orange .swiper-pagination-bullet,
.section19.greengo-orange.section21 .swiper-pagination-bullet,
.section19.greengo-orange.section15 .swiper-pagination-bullet,
.section19.greengo-orange.section16 .swiper-pagination-bullet,
.section19.greengo-orange.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.greengo-orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section19.background.greengo-green,
.section19.greengo-green.section21,
.section19.greengo-green.section15,
.section19.greengo-green.section16,
.section19.greengo-green.section18 {
    background-color: #2b2722;
}
.section19.background.greengo-green *,
.section19.greengo-green.section21 *,
.section19.greengo-green.section15 *,
.section19.greengo-green.section16 *,
.section19.greengo-green.section18 * {
    color: #54b763;
}
.section19.background.greengo-green a.link:before,
.section19.greengo-green.section21 a.link:before,
.section19.greengo-green.section15 a.link:before,
.section19.greengo-green.section16 a.link:before,
.section19.greengo-green.section18 a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
.section19.background.greengo-green a.btn-secondary span,
.section19.greengo-green.section21 a.btn-secondary span,
.section19.greengo-green.section15 a.btn-secondary span,
.section19.greengo-green.section16 a.btn-secondary span,
.section19.greengo-green.section18 a.btn-secondary span,
.section19.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn span,
.section19.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.background.greengo-green a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section21 a.btn span,
.section19.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section15 a.btn span,
.section19.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section16 a.btn span,
.section19.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section18 a.btn span {
    color: #fff;
}
.section19.background.greengo-green a.btn-secondary:before,
.section19.greengo-green.section21 a.btn-secondary:before,
.section19.greengo-green.section15 a.btn-secondary:before,
.section19.greengo-green.section16 a.btn-secondary:before,
.section19.greengo-green.section18 a.btn-secondary:before,
.section19.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn:before,
.section19.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.background.greengo-green a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section21 a.btn:before,
.section19.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section15 a.btn:before,
.section19.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section16 a.btn:before,
.section19.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section19.greengo-green.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section19.background.greengo-green p.link:before,
.section19.greengo-green.section21 p.link:before,
.section19.greengo-green.section15 p.link:before,
.section19.greengo-green.section16 p.link:before,
.section19.greengo-green.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section19.background.greengo-green .swiper-pagination-bullet,
.section19.greengo-green.section21 .swiper-pagination-bullet,
.section19.greengo-green.section15 .swiper-pagination-bullet,
.section19.greengo-green.section16 .swiper-pagination-bullet,
.section19.greengo-green.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section19.background.greengo-green .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-green.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-green.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-green.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section19.greengo-green.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
@media (min-width: 1024px) {
    .section20 {
        padding-left: 15vw !important;
    }
}
@media (max-width: 1023.98px) {
    .section20 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        overflow: visible;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section20 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section20 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section20 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section20 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section20 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section20 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section20 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section20 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section20 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section20 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section20 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section20 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section20 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section20 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section20 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section20 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section20 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section20 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section20 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section20 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section20 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section20 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .section20 > div > div > div {
        width: 1000px;
    }
}
.section20 > div > div > div > div picture img {
    height: auto;
}
@media (min-width: 1024px) {
    .section20 > div > div > div > div picture img {
        width: 23vh;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section20 > div > div > div > div picture img {
        width: 18vw;
    }
}
@media (max-width: 767.98px) {
    .section20 > div > div > div > div picture img {
        width: 26vw;
    }
}
.section20 > div > div > div > div.top picture {
    float: right;
}
@media (min-width: 1024px) {
    .section20 > div > div > div > div.top picture img {
        margin: 0 0 0 40px;
        transform: rotate(10deg) translateY(-3vh);
    }
}
@media (max-width: 1023.98px) {
    .section20 > div > div > div > div.top picture img {
        margin: 0 0 0 20px;
        transform: rotate(10deg) translateY(-3vw);
    }
}
@media (max-width: 767.98px) {
    .section20 > div > div > div > div.top picture img {
        transform: rotate(10deg);
    }
}
.section20 > div > div > div > div.top p {
    margin: 0;
}
@media (min-width: 1024px) {
    .section20 > div > div > div > div.top p::first-letter {
        float: left;
        margin: 0 0.1em 0 0;
        line-height: 1;
    }
}
.section20 > div > div > div > div.bottom picture {
    float: left;
}
.section20 > div > div > div > div.bottom picture img {
    border-radius: 100%;
}
@media (min-width: 1024px) {
    .section20 > div > div > div > div.bottom picture img {
        transform: translateX(-10vh);
        margin: 20px calc(40px - 10vh) 20px 0;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section20 > div > div > div > div.bottom picture img {
        transform: translateX(-10vw);
        margin: 20px calc(20px - 10vw) 0 0;
    }
}
@media (max-width: 767.98px) {
    .section20 > div > div > div > div.bottom picture img {
        transform: translateX(-4vw);
        margin: 20px calc(20px - 4vw) 0 0;
    }
}
.section20.background.lightgreen,
.section20.lightgreen.section21,
.section20.lightgreen.section15,
.section20.lightgreen.section16,
.section20.lightgreen.section18 {
    background-color: #7e823c;
}
.section20.background.lightgreen *,
.section20.lightgreen.section21 *,
.section20.lightgreen.section15 *,
.section20.lightgreen.section16 *,
.section20.lightgreen.section18 * {
    color: #373435;
}
.section20.background.lightgreen a.link:before,
.section20.lightgreen.section21 a.link:before,
.section20.lightgreen.section15 a.link:before,
.section20.lightgreen.section16 a.link:before,
.section20.lightgreen.section18 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section20.background.lightgreen a.btn-secondary span,
.section20.lightgreen.section21 a.btn-secondary span,
.section20.lightgreen.section15 a.btn-secondary span,
.section20.lightgreen.section16 a.btn-secondary span,
.section20.lightgreen.section18 a.btn-secondary span,
.section20.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.lightgreen a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section21 a.btn span,
.section20.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section15 a.btn span,
.section20.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section16 a.btn span,
.section20.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section18 a.btn span {
    color: #fff;
}
.section20.background.lightgreen a.btn-secondary:before,
.section20.lightgreen.section21 a.btn-secondary:before,
.section20.lightgreen.section15 a.btn-secondary:before,
.section20.lightgreen.section16 a.btn-secondary:before,
.section20.lightgreen.section18 a.btn-secondary:before,
.section20.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.lightgreen a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section21 a.btn:before,
.section20.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section15 a.btn:before,
.section20.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section16 a.btn:before,
.section20.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightgreen.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.lightgreen p.link:before,
.section20.lightgreen.section21 p.link:before,
.section20.lightgreen.section15 p.link:before,
.section20.lightgreen.section16 p.link:before,
.section20.lightgreen.section18 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section20.background.lightgreen .swiper-pagination-bullet,
.section20.lightgreen.section21 .swiper-pagination-bullet,
.section20.lightgreen.section15 .swiper-pagination-bullet,
.section20.lightgreen.section16 .swiper-pagination-bullet,
.section20.lightgreen.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.lightgreen .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightgreen.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightgreen.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightgreen.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightgreen.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.greenyellow,
.section20.greenyellow.section21,
.section20.greenyellow.section15,
.section20.greenyellow.section16,
.section20.greenyellow.section18 {
    background-color: #ed3237;
}
.section20.background.greenyellow *,
.section20.greenyellow.section21 *,
.section20.greenyellow.section15 *,
.section20.greenyellow.section16 *,
.section20.greenyellow.section18 * {
    color: #373435;
}
.section20.background.greenyellow a.link:before,
.section20.greenyellow.section21 a.link:before,
.section20.greenyellow.section15 a.link:before,
.section20.greenyellow.section16 a.link:before,
.section20.greenyellow.section18 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section20.background.greenyellow a.btn-secondary span,
.section20.greenyellow.section21 a.btn-secondary span,
.section20.greenyellow.section15 a.btn-secondary span,
.section20.greenyellow.section16 a.btn-secondary span,
.section20.greenyellow.section18 a.btn-secondary span,
.section20.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.greenyellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section21 a.btn span,
.section20.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section15 a.btn span,
.section20.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section16 a.btn span,
.section20.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section18 a.btn span {
    color: #fff;
}
.section20.background.greenyellow a.btn-secondary:before,
.section20.greenyellow.section21 a.btn-secondary:before,
.section20.greenyellow.section15 a.btn-secondary:before,
.section20.greenyellow.section16 a.btn-secondary:before,
.section20.greenyellow.section18 a.btn-secondary:before,
.section20.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.greenyellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section21 a.btn:before,
.section20.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section15 a.btn:before,
.section20.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section16 a.btn:before,
.section20.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenyellow.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.greenyellow p.link:before,
.section20.greenyellow.section21 p.link:before,
.section20.greenyellow.section15 p.link:before,
.section20.greenyellow.section16 p.link:before,
.section20.greenyellow.section18 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section20.background.greenyellow .swiper-pagination-bullet,
.section20.greenyellow.section21 .swiper-pagination-bullet,
.section20.greenyellow.section15 .swiper-pagination-bullet,
.section20.greenyellow.section16 .swiper-pagination-bullet,
.section20.greenyellow.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.greenyellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenyellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenyellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenyellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenyellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.greenlightblue,
.section20.greenlightblue.section21,
.section20.greenlightblue.section15,
.section20.greenlightblue.section16,
.section20.greenlightblue.section18 {
    background-color: #ed3237;
}
.section20.background.greenlightblue *,
.section20.greenlightblue.section21 *,
.section20.greenlightblue.section15 *,
.section20.greenlightblue.section16 *,
.section20.greenlightblue.section18 * {
    color: #373435;
}
.section20.background.greenlightblue a.link:before,
.section20.greenlightblue.section21 a.link:before,
.section20.greenlightblue.section15 a.link:before,
.section20.greenlightblue.section16 a.link:before,
.section20.greenlightblue.section18 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.greenlightblue a.btn-secondary span,
.section20.greenlightblue.section21 a.btn-secondary span,
.section20.greenlightblue.section15 a.btn-secondary span,
.section20.greenlightblue.section16 a.btn-secondary span,
.section20.greenlightblue.section18 a.btn-secondary span,
.section20.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.greenlightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section21 a.btn span,
.section20.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section15 a.btn span,
.section20.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section16 a.btn span,
.section20.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section18 a.btn span {
    color: #fff;
}
.section20.background.greenlightblue a.btn-secondary:before,
.section20.greenlightblue.section21 a.btn-secondary:before,
.section20.greenlightblue.section15 a.btn-secondary:before,
.section20.greenlightblue.section16 a.btn-secondary:before,
.section20.greenlightblue.section18 a.btn-secondary:before,
.section20.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.greenlightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section21 a.btn:before,
.section20.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section15 a.btn:before,
.section20.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section16 a.btn:before,
.section20.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greenlightblue.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.greenlightblue p.link:before,
.section20.greenlightblue.section21 p.link:before,
.section20.greenlightblue.section15 p.link:before,
.section20.greenlightblue.section16 p.link:before,
.section20.greenlightblue.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.greenlightblue .swiper-pagination-bullet,
.section20.greenlightblue.section21 .swiper-pagination-bullet,
.section20.greenlightblue.section15 .swiper-pagination-bullet,
.section20.greenlightblue.section16 .swiper-pagination-bullet,
.section20.greenlightblue.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.greenlightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenlightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenlightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenlightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greenlightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.orange,
.section20.orange.section21,
.section20.orange.section15,
.section20.orange.section16,
.section20.orange.section18 {
    background-color: #a4502a;
}
.section20.background.orange *,
.section20.orange.section21 *,
.section20.orange.section15 *,
.section20.orange.section16 *,
.section20.orange.section18 * {
    color: #373435;
}
.section20.background.orange a.link:before,
.section20.orange.section21 a.link:before,
.section20.orange.section15 a.link:before,
.section20.orange.section16 a.link:before,
.section20.orange.section18 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.orange a.btn-secondary span,
.section20.orange.section21 a.btn-secondary span,
.section20.orange.section15 a.btn-secondary span,
.section20.orange.section16 a.btn-secondary span,
.section20.orange.section18 a.btn-secondary span,
.section20.background.orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.orange.section21 a.btn span,
.section20.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.orange.section15 a.btn span,
.section20.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.orange.section16 a.btn span,
.section20.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.orange.section18 a.btn span {
    color: #fff;
}
.section20.background.orange a.btn-secondary:before,
.section20.orange.section21 a.btn-secondary:before,
.section20.orange.section15 a.btn-secondary:before,
.section20.orange.section16 a.btn-secondary:before,
.section20.orange.section18 a.btn-secondary:before,
.section20.background.orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.orange.section21 a.btn:before,
.section20.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.orange.section15 a.btn:before,
.section20.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.orange.section16 a.btn:before,
.section20.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.orange.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.orange p.link:before,
.section20.orange.section21 p.link:before,
.section20.orange.section15 p.link:before,
.section20.orange.section16 p.link:before,
.section20.orange.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.orange .swiper-pagination-bullet,
.section20.orange.section21 .swiper-pagination-bullet,
.section20.orange.section15 .swiper-pagination-bullet,
.section20.orange.section16 .swiper-pagination-bullet,
.section20.orange.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.lightblue,
.section20.lightblue.section21,
.section20.lightblue.section15,
.section20.lightblue.section16,
.section20.lightblue.section18 {
    background-color: #373435;
}
.section20.background.lightblue *,
.section20.lightblue.section21 *,
.section20.lightblue.section15 *,
.section20.lightblue.section16 *,
.section20.lightblue.section18 * {
    color: #ed3237;
}
.section20.background.lightblue a.link:before,
.section20.lightblue.section21 a.link:before,
.section20.lightblue.section15 a.link:before,
.section20.lightblue.section16 a.link:before,
.section20.lightblue.section18 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section20.background.lightblue a.btn-secondary span,
.section20.lightblue.section21 a.btn-secondary span,
.section20.lightblue.section15 a.btn-secondary span,
.section20.lightblue.section16 a.btn-secondary span,
.section20.lightblue.section18 a.btn-secondary span,
.section20.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.lightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section21 a.btn span,
.section20.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section15 a.btn span,
.section20.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section16 a.btn span,
.section20.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section18 a.btn span {
    color: #fff;
}
.section20.background.lightblue a.btn-secondary:before,
.section20.lightblue.section21 a.btn-secondary:before,
.section20.lightblue.section15 a.btn-secondary:before,
.section20.lightblue.section16 a.btn-secondary:before,
.section20.lightblue.section18 a.btn-secondary:before,
.section20.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.lightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section21 a.btn:before,
.section20.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section15 a.btn:before,
.section20.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section16 a.btn:before,
.section20.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.lightblue.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.lightblue p.link:before,
.section20.lightblue.section21 p.link:before,
.section20.lightblue.section15 p.link:before,
.section20.lightblue.section16 p.link:before,
.section20.lightblue.section18 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section20.background.lightblue .swiper-pagination-bullet,
.section20.lightblue.section21 .swiper-pagination-bullet,
.section20.lightblue.section15 .swiper-pagination-bullet,
.section20.lightblue.section16 .swiper-pagination-bullet,
.section20.lightblue.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.lightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.lightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.red,
.section20.red.section21,
.section20.red.section15,
.section20.red.section16,
.section20.red.section18 {
    background-color: #ed3237;
}
.section20.background.red *,
.section20.red.section21 *,
.section20.red.section15 *,
.section20.red.section16 *,
.section20.red.section18 * {
    color: #373435;
}
.section20.background.red a.link:before,
.section20.red.section21 a.link:before,
.section20.red.section15 a.link:before,
.section20.red.section16 a.link:before,
.section20.red.section18 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.red a.btn-secondary span,
.section20.red.section21 a.btn-secondary span,
.section20.red.section15 a.btn-secondary span,
.section20.red.section16 a.btn-secondary span,
.section20.red.section18 a.btn-secondary span,
.section20.background.red .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.red.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.red a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.red.section21 a.btn span,
.section20.red.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.red.section15 a.btn span,
.section20.red.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.red.section16 a.btn span,
.section20.red.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.red.section18 a.btn span {
    color: #ed3237;
}
.section20.background.red a.btn-secondary:before,
.section20.red.section21 a.btn-secondary:before,
.section20.red.section15 a.btn-secondary:before,
.section20.red.section16 a.btn-secondary:before,
.section20.red.section18 a.btn-secondary:before,
.section20.background.red .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.red.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.red a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.red.section21 a.btn:before,
.section20.red.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.red.section15 a.btn:before,
.section20.red.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.red.section16 a.btn:before,
.section20.red.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.red.section18 a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
.section20.background.red p.link:before,
.section20.red.section21 p.link:before,
.section20.red.section15 p.link:before,
.section20.red.section16 p.link:before,
.section20.red.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.red .swiper-pagination-bullet,
.section20.red.section21 .swiper-pagination-bullet,
.section20.red.section15 .swiper-pagination-bullet,
.section20.red.section16 .swiper-pagination-bullet,
.section20.red.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.red .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.red.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.red.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.red.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.red.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.yellow,
.section20.yellow.section21,
.section20.yellow.section15,
.section20.yellow.section16,
.section20.yellow.section18 {
    background-color: #373435;
}
.section20.background.yellow *,
.section20.yellow.section21 *,
.section20.yellow.section15 *,
.section20.yellow.section16 *,
.section20.yellow.section18 * {
    color: #ed3237;
}
.section20.background.yellow a.link:before,
.section20.yellow.section21 a.link:before,
.section20.yellow.section15 a.link:before,
.section20.yellow.section16 a.link:before,
.section20.yellow.section18 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section20.background.yellow a.btn-secondary span,
.section20.yellow.section21 a.btn-secondary span,
.section20.yellow.section15 a.btn-secondary span,
.section20.yellow.section16 a.btn-secondary span,
.section20.yellow.section18 a.btn-secondary span,
.section20.background.yellow .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.yellow a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section21 a.btn span,
.section20.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section15 a.btn span,
.section20.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section16 a.btn span,
.section20.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section18 a.btn span {
    color: #fff;
}
.section20.background.yellow a.btn-secondary:before,
.section20.yellow.section21 a.btn-secondary:before,
.section20.yellow.section15 a.btn-secondary:before,
.section20.yellow.section16 a.btn-secondary:before,
.section20.yellow.section18 a.btn-secondary:before,
.section20.background.yellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.yellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section21 a.btn:before,
.section20.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section15 a.btn:before,
.section20.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section16 a.btn:before,
.section20.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.yellow.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.yellow p.link:before,
.section20.yellow.section21 p.link:before,
.section20.yellow.section15 p.link:before,
.section20.yellow.section16 p.link:before,
.section20.yellow.section18 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section20.background.yellow .swiper-pagination-bullet,
.section20.yellow.section21 .swiper-pagination-bullet,
.section20.yellow.section15 .swiper-pagination-bullet,
.section20.yellow.section16 .swiper-pagination-bullet,
.section20.yellow.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.yellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.yellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.yellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.yellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.yellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.greengo-orange,
.section20.greengo-orange.section21,
.section20.greengo-orange.section15,
.section20.greengo-orange.section16,
.section20.greengo-orange.section18 {
    background-color: #2b2722;
}
.section20.background.greengo-orange *,
.section20.greengo-orange.section21 *,
.section20.greengo-orange.section15 *,
.section20.greengo-orange.section16 *,
.section20.greengo-orange.section18 * {
    color: #a4502a;
}
.section20.background.greengo-orange a.link:before,
.section20.greengo-orange.section21 a.link:before,
.section20.greengo-orange.section15 a.link:before,
.section20.greengo-orange.section16 a.link:before,
.section20.greengo-orange.section18 a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
.section20.background.greengo-orange a.btn-secondary span,
.section20.greengo-orange.section21 a.btn-secondary span,
.section20.greengo-orange.section15 a.btn-secondary span,
.section20.greengo-orange.section16 a.btn-secondary span,
.section20.greengo-orange.section18 a.btn-secondary span,
.section20.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.greengo-orange a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section21 a.btn span,
.section20.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section15 a.btn span,
.section20.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section16 a.btn span,
.section20.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section18 a.btn span {
    color: #fff;
}
.section20.background.greengo-orange a.btn-secondary:before,
.section20.greengo-orange.section21 a.btn-secondary:before,
.section20.greengo-orange.section15 a.btn-secondary:before,
.section20.greengo-orange.section16 a.btn-secondary:before,
.section20.greengo-orange.section18 a.btn-secondary:before,
.section20.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.greengo-orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section21 a.btn:before,
.section20.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section15 a.btn:before,
.section20.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section16 a.btn:before,
.section20.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-orange.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.greengo-orange p.link:before,
.section20.greengo-orange.section21 p.link:before,
.section20.greengo-orange.section15 p.link:before,
.section20.greengo-orange.section16 p.link:before,
.section20.greengo-orange.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.greengo-orange .swiper-pagination-bullet,
.section20.greengo-orange.section21 .swiper-pagination-bullet,
.section20.greengo-orange.section15 .swiper-pagination-bullet,
.section20.greengo-orange.section16 .swiper-pagination-bullet,
.section20.greengo-orange.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.greengo-orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section20.background.greengo-green,
.section20.greengo-green.section21,
.section20.greengo-green.section15,
.section20.greengo-green.section16,
.section20.greengo-green.section18 {
    background-color: #2b2722;
}
.section20.background.greengo-green *,
.section20.greengo-green.section21 *,
.section20.greengo-green.section15 *,
.section20.greengo-green.section16 *,
.section20.greengo-green.section18 * {
    color: #54b763;
}
.section20.background.greengo-green a.link:before,
.section20.greengo-green.section21 a.link:before,
.section20.greengo-green.section15 a.link:before,
.section20.greengo-green.section16 a.link:before,
.section20.greengo-green.section18 a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
.section20.background.greengo-green a.btn-secondary span,
.section20.greengo-green.section21 a.btn-secondary span,
.section20.greengo-green.section15 a.btn-secondary span,
.section20.greengo-green.section16 a.btn-secondary span,
.section20.greengo-green.section18 a.btn-secondary span,
.section20.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn span,
.section20.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.background.greengo-green a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section21 a.btn span,
.section20.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section15 a.btn span,
.section20.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section16 a.btn span,
.section20.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section18 a.btn span {
    color: #fff;
}
.section20.background.greengo-green a.btn-secondary:before,
.section20.greengo-green.section21 a.btn-secondary:before,
.section20.greengo-green.section15 a.btn-secondary:before,
.section20.greengo-green.section16 a.btn-secondary:before,
.section20.greengo-green.section18 a.btn-secondary:before,
.section20.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn:before,
.section20.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.background.greengo-green a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section21 a.btn:before,
.section20.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section15 a.btn:before,
.section20.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section16 a.btn:before,
.section20.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section20.greengo-green.section18 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section20.background.greengo-green p.link:before,
.section20.greengo-green.section21 p.link:before,
.section20.greengo-green.section15 p.link:before,
.section20.greengo-green.section16 p.link:before,
.section20.greengo-green.section18 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section20.background.greengo-green .swiper-pagination-bullet,
.section20.greengo-green.section21 .swiper-pagination-bullet,
.section20.greengo-green.section15 .swiper-pagination-bullet,
.section20.greengo-green.section16 .swiper-pagination-bullet,
.section20.greengo-green.section18 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section20.background.greengo-green .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-green.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-green.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-green.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section20.greengo-green.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section21 {
    background-color: #ed3237 !important;
    padding-top: 0;
    vertical-align: bottom !important;
}
.section21 > div {
    text-align: center;
}
.section21 > div a {
    display: block;
    text-decoration: none;
    opacity: 1 !important;
}
.section21 > div a picture {
    transition: transform 250ms;
}
.section21 > div a:hover picture {
    transform: scale(1.025);
}
.section21 > div img {
    height: auto;
    border-radius: 100%;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .section21 > div img {
        width: 40vh;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section21 > div img {
        width: 50vw;
    }
}
@media (max-width: 767.98px) {
    .section21 > div img {
        width: 60vw;
    }
}
.section21 > div .txt {
    margin: 3vh auto 0;
}
@media (min-width: 1024px) {
    .section21 > div .txt {
        width: 400px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section21 > div .txt {
        width: 80%;
    }
}
@media (max-width: 767.98px) {
    .section21 > div .txt {
        width: 80vw;
    }
}
.section21 > div .txt * {
    color: #fff;
}
.section21 > div .txt .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section21 > div .txt .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section22 > div > div > div.end {
    position: relative;
}
.section22 > div > div > div.end > div:not(.goto) {
    display: flex;
    align-items: center;
    position: relative;
}
.section22 > div > div > div.end > div:not(.goto) > div {
    height: 78px;
    width: 78px;
    border-radius: 100%;
    border: 1px solid #ed3237;
    background-color: #f2ede0;
}
.section22 > div > div > div.end > div:not(.goto) > div a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #ed3237;
    display: block;
    margin: 14px;
    position: relative;
}
.section22 > div > div > div.end > div:not(.goto) > div a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/images/icons/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section22 > div > div > div.end > div.goto {
    background-color: #f2ede0;
}
.section22 > div > div > div.end > div.goto p {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
    padding: 0 30px;
    text-align: center;
    margin: 0;
}
@media (min-width: 576px) {
    .section22 > div > div > div.end > div.goto p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .section22 > div > div > div.end > div.goto p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section22 > div > div > div.end > div.goto p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .section22 > div > div > div.end > div.goto p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section22 > div > div {
        display: flex;
        position: relative;
    }
    .section22 > div > div:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 78px;
        left: 0;
        height: 1px;
        background-color: #ed3237;
    }
    .section22 > div > div > div:not(.end) {
        display: flex;
        align-items: center;
        opacity: 1;
        transition: opacity 1s;
        width: auto;
    }
    .section22 > div > div > div:not(.end).hide {
        width: 0;
        opacity: 0;
        overflow: hidden;
        padding-left: 0 !important;
    }
    .section22 > div > div > div:not(.end):not(:first-child) {
        padding-left: 20vh;
    }
    .section22 > div > div > div:not(.end) p {
        margin: 0;
    }
    .section22 > div > div > div:not(.end) > div:first-child {
        display: flex;
        flex-direction: column;
    }
    .section22 > div > div > div:not(.end) > div:first-child > div {
        height: 50vh;
        overflow: hidden;
    }
    .section22 > div > div > div:not(.end) > div:first-child > div:first-child {
        display: flex;
        align-items: flex-end;
        padding-bottom: 2vh;
    }
    .section22 > div > div > div:not(.end) > div:first-child > div:last-child {
        width: 480px;
        padding-top: 4vh;
    }
    .section22 > div > div > div:not(.end) > div:last-child {
        position: relative;
        padding-left: 10vh;
    }
    .section22 > div > div > div:not(.end) > div:last-child p.handwritten-m {
        width: 35vh;
    }
    .section22 > div > div > div:not(.end) > div:last-child picture {
        position: relative;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:first-of-type {
        z-index: 1;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:first-of-type img {
        height: 33vh;
        width: auto;
        transform: rotate(5deg) translateX(-4vh);
        margin-left: auto;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:last-of-type:not(:first-of-type) {
        z-index: 2;
        transform: translateY(-4vh);
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:last-of-type:not(:first-of-type) img {
        height: 33vh;
        width: auto;
    }
    .section22 > div > div > div:not(.end).a > div:last-child p.handwritten-m {
        position: absolute;
        top: 4vh;
        left: -9vh;
    }
    .section22 > div > div > div:not(.end).b > div:last-child {
        display: flex;
    }
    .section22 > div > div > div:not(.end).b > div:last-child picture:first-of-type {
        z-index: 2;
    }
    .section22 > div > div > div:not(.end).b > div:last-child picture:first-of-type img {
        height: 35vh;
        width: 35vh;
        border-radius: 100%;
        width: auto;
    }
    .section22 > div > div > div:not(.end).b > div:last-child picture:last-of-type:not(:first-of-type) {
        z-index: 1;
        transform: rotate(10deg) translateX(-3vh) translateY(-8vh);
    }
    .section22 > div > div > div:not(.end).b > div:last-child picture:last-of-type:not(:first-of-type) img {
        height: 50vh;
        width: auto;
    }
    .section22 > div > div > div:not(.end).b > div:last-child p.handwritten-m {
        position: absolute;
        bottom: -3vh;
        left: 25vh;
    }
    .section22 > div > div > div.end {
        padding-left: 10vh;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section22 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section22 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section22 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section22 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section22 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section22 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section22 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section22 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section22 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section22 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section22 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section22 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        position: relative;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section22 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section22 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section22 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section22 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: #ed3237;
        z-index: 1;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end) {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        margin-left: 8.33333333%;
        position: relative;
        opacity: 1;
        transition: opacity 1s;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section22 > div > div > div:not(.end) {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section22 > div > div > div:not(.end) {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section22 > div > div > div:not(.end) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section22 > div > div > div:not(.end) {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).hide {
        height: 0;
        opacity: 0;
        margin-top: 0 !important;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end):not(:first-child) {
        margin-top: 20vw;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end) p {
        margin: 0;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end) > div:first-child > div:first-child {
        margin-bottom: 4vw;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).a > div:last-child {
        margin-top: 10vw;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture {
        position: relative;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:first-of-type {
        z-index: 1;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:first-of-type img {
        height: 45vw;
        width: auto;
        transform: rotate(5deg) translateX(-2vw);
        margin-left: auto;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:last-of-type:not(:first-of-type) {
        z-index: 2;
    }
    .section22 > div > div > div:not(.end).a > div:last-child picture:last-of-type:not(:first-of-type) img {
        height: 37vw;
        width: auto;
        position: relative;
        top: -8vw;
        margin-bottom: -8vw;
    }
    .section22 > div > div > div:not(.end).a > div:last-child p.handwritten-m {
        text-align: center;
        margin-top: 6vw;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).b > div:last-child {
        margin-top: 15vw;
        display: flex;
        flex-wrap: wrap;
    }
    .section22 > div > div > div:not(.end).b > div:last-child picture:first-of-type {
        z-index: 2;
    }
    .section22 > div > div > div:not(.end).b > div:last-child picture:first-of-type img {
        width: auto;
        border-radius: 100%;
        height: 40vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).b > div:last-child picture:first-of-type img {
        height: 38vw;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).b > div:last-child picture:last-of-type:not(:first-of-type) {
        z-index: 1;
        transform: rotate(10deg);
    }
    .section22 > div > div > div:not(.end).b > div:last-child picture:last-of-type:not(:first-of-type) img {
        width: auto;
        height: 56vw;
        position: relative;
        top: -47vw;
        right: -28vw;
        margin-bottom: -50vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).b > div:last-child picture:last-of-type:not(:first-of-type) img {
        height: 50vw;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).b > div:last-child .break {
        flex-basis: 100%;
        height: 0;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div:not(.end).b > div:last-child p.handwritten-m {
        text-align: center;
        margin-top: 6vw;
        width: 100%;
    }
}
@media (max-width: 1023.98px) {
    .section22 > div > div > div.end {
        background-color: #f2ede0;
        width: 100%;
        margin: 0 -1px;
        position: relative;
        padding-top: 10vw;
        z-index: 2;
    }
    .section22 > div > div > div.end > div {
        display: block !important;
        padding-bottom: 5vw;
    }
    .section22 > div > div > div.end > div > div {
        margin: 0 auto;
    }
    .section22 > div > div > div.end > div:not(.goto) {
        margin: 0 auto;
    }
}
.section23 > div > div > div .swiper-container .swiper-slide a,
.section29 > div > div > div .swiper-container .swiper-slide a,
.section28 > div > div > div .swiper-container .swiper-slide a {
    display: block;
    text-decoration: none;
    color: #ed3237 !important;
    opacity: 1;
}
.section23 > div > div > div .swiper-container .swiper-slide a picture,
.section29 > div > div > div .swiper-container .swiper-slide a picture,
.section28 > div > div > div .swiper-container .swiper-slide a picture {
    transition: transform 250ms;
}
.section23 > div > div > div .swiper-container .swiper-slide a:hover picture,
.section29 > div > div > div .swiper-container .swiper-slide a:hover picture,
.section28 > div > div > div .swiper-container .swiper-slide a:hover picture {
    transform: scale(1.025);
}
.section23 > div > div > div .swiper-container .swiper-slide > div,
.section29 > div > div > div .swiper-container .swiper-slide > div,
.section28 > div > div > div .swiper-container .swiper-slide > div {
    margin-top: 3vh;
}
.section23 > div > div > div .swiper-container .swiper-slide > div .link,
.section29 > div > div > div .swiper-container .swiper-slide > div .link,
.section28 > div > div > div .swiper-container .swiper-slide > div .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section23 > div > div > div .swiper-container .swiper-slide > div .link:before,
.section29 > div > div > div .swiper-container .swiper-slide > div .link:before,
.section28 > div > div > div .swiper-container .swiper-slide > div .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin-left: 0;
}
.section23 > div > div > div .swiper-container .swiper-slide > div > div a,
.section29 > div > div > div .swiper-container .swiper-slide > div > div a,
.section28 > div > div > div .swiper-container .swiper-slide > div > div a {
    text-decoration: underline;
}
.section23 > div > div > div .swiper-container .swiper-pagination,
.section29 > div > div > div .swiper-container .swiper-pagination,
.section28 > div > div > div .swiper-container .swiper-pagination {
    bottom: 0 !important;
}
.section23 > div > div > div .swiper-container .swiper-pagination .swiper-pagination-bullet,
.section29 > div > div > div .swiper-container .swiper-pagination .swiper-pagination-bullet,
.section28 > div > div > div .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23 > div > div > div .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section29 > div > div > div .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section28 > div > div > div .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
@media (min-width: 1024px) {
    .section23 > div > div > div .swiper-container,
    .section29 > div > div > div .swiper-container,
    .section28 > div > div > div .swiper-container {
        opacity: 1;
    }
    .section23 > div > div > div .swiper-container .swiper-wrapper,
    .section29 > div > div > div .swiper-container .swiper-wrapper,
    .section28 > div > div > div .swiper-container .swiper-wrapper {
        display: flex;
        margin: 0 -4.5vh;
    }
    .section23 > div > div > div .swiper-container .swiper-wrapper .swiper-slide,
    .section29 > div > div > div .swiper-container .swiper-wrapper .swiper-slide,
    .section28 > div > div > div .swiper-container .swiper-wrapper .swiper-slide {
        margin: 0 4.5vh;
        width: 38.5vh;
    }
    .section23 > div > div > div .swiper-container .swiper-wrapper .swiper-slide img,
    .section29 > div > div > div .swiper-container .swiper-wrapper .swiper-slide img,
    .section28 > div > div > div .swiper-container .swiper-wrapper .swiper-slide img {
        height: 24vh;
        width: auto;
    }
}
@media (max-width: 1023.98px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section23 > div,
    .section29 > div,
    .section28 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section23 > div > div,
    .section29 > div > div,
    .section28 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        justify-content: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section23 > div > div,
    .section29 > div > div,
    .section28 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section23 > div > div,
    .section29 > div > div,
    .section28 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section23 > div > div,
    .section29 > div > div,
    .section28 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section23 > div > div,
    .section29 > div > div,
    .section28 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) {
    .section23 > div > div > div .swiper-container,
    .section29 > div > div > div .swiper-container,
    .section28 > div > div > div .swiper-container {
        padding-bottom: 16vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section23 > div > div > div,
    .section29 > div > div > div,
    .section28 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.section23.background.lightgreen,
.background.lightgreen.section29,
.background.lightgreen.section28,
.section23.lightgreen.section15,
.lightgreen.section15.section29,
.lightgreen.section15.section28,
.section23.lightgreen.section16,
.lightgreen.section16.section29,
.lightgreen.section16.section28,
.section23.lightgreen.section18,
.lightgreen.section18.section29,
.lightgreen.section18.section28,
.section23.lightgreen.section21,
.lightgreen.section21.section29,
.lightgreen.section21.section28 {
    background-color: #7e823c;
}
.section23.background.lightgreen *,
.background.lightgreen.section29 *,
.background.lightgreen.section28 *,
.section23.lightgreen.section15 *,
.lightgreen.section15.section29 *,
.lightgreen.section15.section28 *,
.section23.lightgreen.section16 *,
.lightgreen.section16.section29 *,
.lightgreen.section16.section28 *,
.section23.lightgreen.section18 *,
.lightgreen.section18.section29 *,
.lightgreen.section18.section28 *,
.section23.lightgreen.section21 *,
.lightgreen.section21.section29 *,
.lightgreen.section21.section28 * {
    color: #373435;
}
.section23.background.lightgreen a.link:before,
.background.lightgreen.section29 a.link:before,
.background.lightgreen.section28 a.link:before,
.section23.lightgreen.section15 a.link:before,
.lightgreen.section15.section29 a.link:before,
.lightgreen.section15.section28 a.link:before,
.section23.lightgreen.section16 a.link:before,
.lightgreen.section16.section29 a.link:before,
.lightgreen.section16.section28 a.link:before,
.section23.lightgreen.section18 a.link:before,
.lightgreen.section18.section29 a.link:before,
.lightgreen.section18.section28 a.link:before,
.section23.lightgreen.section21 a.link:before,
.lightgreen.section21.section29 a.link:before,
.lightgreen.section21.section28 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section23.background.lightgreen a.btn-secondary span,
.background.lightgreen.section29 a.btn-secondary span,
.background.lightgreen.section28 a.btn-secondary span,
.section23.lightgreen.section15 a.btn-secondary span,
.lightgreen.section15.section29 a.btn-secondary span,
.lightgreen.section15.section28 a.btn-secondary span,
.section23.lightgreen.section16 a.btn-secondary span,
.lightgreen.section16.section29 a.btn-secondary span,
.lightgreen.section16.section28 a.btn-secondary span,
.section23.lightgreen.section18 a.btn-secondary span,
.lightgreen.section18.section29 a.btn-secondary span,
.lightgreen.section18.section28 a.btn-secondary span,
.section23.lightgreen.section21 a.btn-secondary span,
.lightgreen.section21.section29 a.btn-secondary span,
.lightgreen.section21.section28 a.btn-secondary span,
.section23.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn span,
.background.lightgreen.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.lightgreen.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.lightgreen a.btn span,
.umbraco-forms-page.form-btn-secondary .background.lightgreen.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.lightgreen.section28 a.btn span,
.section23.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section15.section28 a.btn span,
.section23.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section16.section28 a.btn span,
.section23.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section18.section28 a.btn span,
.section23.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightgreen.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightgreen.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.lightgreen a.btn-secondary:before,
.background.lightgreen.section29 a.btn-secondary:before,
.background.lightgreen.section28 a.btn-secondary:before,
.section23.lightgreen.section15 a.btn-secondary:before,
.lightgreen.section15.section29 a.btn-secondary:before,
.lightgreen.section15.section28 a.btn-secondary:before,
.section23.lightgreen.section16 a.btn-secondary:before,
.lightgreen.section16.section29 a.btn-secondary:before,
.lightgreen.section16.section28 a.btn-secondary:before,
.section23.lightgreen.section18 a.btn-secondary:before,
.lightgreen.section18.section29 a.btn-secondary:before,
.lightgreen.section18.section28 a.btn-secondary:before,
.section23.lightgreen.section21 a.btn-secondary:before,
.lightgreen.section21.section29 a.btn-secondary:before,
.lightgreen.section21.section28 a.btn-secondary:before,
.section23.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.lightgreen.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.lightgreen.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.lightgreen a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.lightgreen.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.lightgreen.section28 a.btn:before,
.section23.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section15.section28 a.btn:before,
.section23.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section16.section28 a.btn:before,
.section23.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section18.section28 a.btn:before,
.section23.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightgreen.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightgreen.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightgreen.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.lightgreen p.link:before,
.background.lightgreen.section29 p.link:before,
.background.lightgreen.section28 p.link:before,
.section23.lightgreen.section15 p.link:before,
.lightgreen.section15.section29 p.link:before,
.lightgreen.section15.section28 p.link:before,
.section23.lightgreen.section16 p.link:before,
.lightgreen.section16.section29 p.link:before,
.lightgreen.section16.section28 p.link:before,
.section23.lightgreen.section18 p.link:before,
.lightgreen.section18.section29 p.link:before,
.lightgreen.section18.section28 p.link:before,
.section23.lightgreen.section21 p.link:before,
.lightgreen.section21.section29 p.link:before,
.lightgreen.section21.section28 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section23.background.lightgreen .swiper-pagination-bullet,
.background.lightgreen.section29 .swiper-pagination-bullet,
.background.lightgreen.section28 .swiper-pagination-bullet,
.section23.lightgreen.section15 .swiper-pagination-bullet,
.lightgreen.section15.section29 .swiper-pagination-bullet,
.lightgreen.section15.section28 .swiper-pagination-bullet,
.section23.lightgreen.section16 .swiper-pagination-bullet,
.lightgreen.section16.section29 .swiper-pagination-bullet,
.lightgreen.section16.section28 .swiper-pagination-bullet,
.section23.lightgreen.section18 .swiper-pagination-bullet,
.lightgreen.section18.section29 .swiper-pagination-bullet,
.lightgreen.section18.section28 .swiper-pagination-bullet,
.section23.lightgreen.section21 .swiper-pagination-bullet,
.lightgreen.section21.section29 .swiper-pagination-bullet,
.lightgreen.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.lightgreen .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.lightgreen.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.lightgreen.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightgreen.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightgreen.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightgreen.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightgreen.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightgreen.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.greenyellow,
.background.greenyellow.section29,
.background.greenyellow.section28,
.section23.greenyellow.section15,
.greenyellow.section15.section29,
.greenyellow.section15.section28,
.section23.greenyellow.section16,
.greenyellow.section16.section29,
.greenyellow.section16.section28,
.section23.greenyellow.section18,
.greenyellow.section18.section29,
.greenyellow.section18.section28,
.section23.greenyellow.section21,
.greenyellow.section21.section29,
.greenyellow.section21.section28 {
    background-color: #ed3237;
}
.section23.background.greenyellow *,
.background.greenyellow.section29 *,
.background.greenyellow.section28 *,
.section23.greenyellow.section15 *,
.greenyellow.section15.section29 *,
.greenyellow.section15.section28 *,
.section23.greenyellow.section16 *,
.greenyellow.section16.section29 *,
.greenyellow.section16.section28 *,
.section23.greenyellow.section18 *,
.greenyellow.section18.section29 *,
.greenyellow.section18.section28 *,
.section23.greenyellow.section21 *,
.greenyellow.section21.section29 *,
.greenyellow.section21.section28 * {
    color: #373435;
}
.section23.background.greenyellow a.link:before,
.background.greenyellow.section29 a.link:before,
.background.greenyellow.section28 a.link:before,
.section23.greenyellow.section15 a.link:before,
.greenyellow.section15.section29 a.link:before,
.greenyellow.section15.section28 a.link:before,
.section23.greenyellow.section16 a.link:before,
.greenyellow.section16.section29 a.link:before,
.greenyellow.section16.section28 a.link:before,
.section23.greenyellow.section18 a.link:before,
.greenyellow.section18.section29 a.link:before,
.greenyellow.section18.section28 a.link:before,
.section23.greenyellow.section21 a.link:before,
.greenyellow.section21.section29 a.link:before,
.greenyellow.section21.section28 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section23.background.greenyellow a.btn-secondary span,
.background.greenyellow.section29 a.btn-secondary span,
.background.greenyellow.section28 a.btn-secondary span,
.section23.greenyellow.section15 a.btn-secondary span,
.greenyellow.section15.section29 a.btn-secondary span,
.greenyellow.section15.section28 a.btn-secondary span,
.section23.greenyellow.section16 a.btn-secondary span,
.greenyellow.section16.section29 a.btn-secondary span,
.greenyellow.section16.section28 a.btn-secondary span,
.section23.greenyellow.section18 a.btn-secondary span,
.greenyellow.section18.section29 a.btn-secondary span,
.greenyellow.section18.section28 a.btn-secondary span,
.section23.greenyellow.section21 a.btn-secondary span,
.greenyellow.section21.section29 a.btn-secondary span,
.greenyellow.section21.section28 a.btn-secondary span,
.section23.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greenyellow.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greenyellow.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.greenyellow a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greenyellow.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greenyellow.section28 a.btn span,
.section23.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section15.section28 a.btn span,
.section23.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section16.section28 a.btn span,
.section23.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section18.section28 a.btn span,
.section23.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenyellow.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenyellow.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.greenyellow a.btn-secondary:before,
.background.greenyellow.section29 a.btn-secondary:before,
.background.greenyellow.section28 a.btn-secondary:before,
.section23.greenyellow.section15 a.btn-secondary:before,
.greenyellow.section15.section29 a.btn-secondary:before,
.greenyellow.section15.section28 a.btn-secondary:before,
.section23.greenyellow.section16 a.btn-secondary:before,
.greenyellow.section16.section29 a.btn-secondary:before,
.greenyellow.section16.section28 a.btn-secondary:before,
.section23.greenyellow.section18 a.btn-secondary:before,
.greenyellow.section18.section29 a.btn-secondary:before,
.greenyellow.section18.section28 a.btn-secondary:before,
.section23.greenyellow.section21 a.btn-secondary:before,
.greenyellow.section21.section29 a.btn-secondary:before,
.greenyellow.section21.section28 a.btn-secondary:before,
.section23.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greenyellow.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greenyellow.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.greenyellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greenyellow.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greenyellow.section28 a.btn:before,
.section23.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section15.section28 a.btn:before,
.section23.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section16.section28 a.btn:before,
.section23.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section18.section28 a.btn:before,
.section23.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenyellow.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenyellow.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenyellow.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.greenyellow p.link:before,
.background.greenyellow.section29 p.link:before,
.background.greenyellow.section28 p.link:before,
.section23.greenyellow.section15 p.link:before,
.greenyellow.section15.section29 p.link:before,
.greenyellow.section15.section28 p.link:before,
.section23.greenyellow.section16 p.link:before,
.greenyellow.section16.section29 p.link:before,
.greenyellow.section16.section28 p.link:before,
.section23.greenyellow.section18 p.link:before,
.greenyellow.section18.section29 p.link:before,
.greenyellow.section18.section28 p.link:before,
.section23.greenyellow.section21 p.link:before,
.greenyellow.section21.section29 p.link:before,
.greenyellow.section21.section28 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section23.background.greenyellow .swiper-pagination-bullet,
.background.greenyellow.section29 .swiper-pagination-bullet,
.background.greenyellow.section28 .swiper-pagination-bullet,
.section23.greenyellow.section15 .swiper-pagination-bullet,
.greenyellow.section15.section29 .swiper-pagination-bullet,
.greenyellow.section15.section28 .swiper-pagination-bullet,
.section23.greenyellow.section16 .swiper-pagination-bullet,
.greenyellow.section16.section29 .swiper-pagination-bullet,
.greenyellow.section16.section28 .swiper-pagination-bullet,
.section23.greenyellow.section18 .swiper-pagination-bullet,
.greenyellow.section18.section29 .swiper-pagination-bullet,
.greenyellow.section18.section28 .swiper-pagination-bullet,
.section23.greenyellow.section21 .swiper-pagination-bullet,
.greenyellow.section21.section29 .swiper-pagination-bullet,
.greenyellow.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.greenyellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greenyellow.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greenyellow.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenyellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenyellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenyellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenyellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenyellow.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.greenlightblue,
.background.greenlightblue.section29,
.background.greenlightblue.section28,
.section23.greenlightblue.section15,
.greenlightblue.section15.section29,
.greenlightblue.section15.section28,
.section23.greenlightblue.section16,
.greenlightblue.section16.section29,
.greenlightblue.section16.section28,
.section23.greenlightblue.section18,
.greenlightblue.section18.section29,
.greenlightblue.section18.section28,
.section23.greenlightblue.section21,
.greenlightblue.section21.section29,
.greenlightblue.section21.section28 {
    background-color: #ed3237;
}
.section23.background.greenlightblue *,
.background.greenlightblue.section29 *,
.background.greenlightblue.section28 *,
.section23.greenlightblue.section15 *,
.greenlightblue.section15.section29 *,
.greenlightblue.section15.section28 *,
.section23.greenlightblue.section16 *,
.greenlightblue.section16.section29 *,
.greenlightblue.section16.section28 *,
.section23.greenlightblue.section18 *,
.greenlightblue.section18.section29 *,
.greenlightblue.section18.section28 *,
.section23.greenlightblue.section21 *,
.greenlightblue.section21.section29 *,
.greenlightblue.section21.section28 * {
    color: #373435;
}
.section23.background.greenlightblue a.link:before,
.background.greenlightblue.section29 a.link:before,
.background.greenlightblue.section28 a.link:before,
.section23.greenlightblue.section15 a.link:before,
.greenlightblue.section15.section29 a.link:before,
.greenlightblue.section15.section28 a.link:before,
.section23.greenlightblue.section16 a.link:before,
.greenlightblue.section16.section29 a.link:before,
.greenlightblue.section16.section28 a.link:before,
.section23.greenlightblue.section18 a.link:before,
.greenlightblue.section18.section29 a.link:before,
.greenlightblue.section18.section28 a.link:before,
.section23.greenlightblue.section21 a.link:before,
.greenlightblue.section21.section29 a.link:before,
.greenlightblue.section21.section28 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.greenlightblue a.btn-secondary span,
.background.greenlightblue.section29 a.btn-secondary span,
.background.greenlightblue.section28 a.btn-secondary span,
.section23.greenlightblue.section15 a.btn-secondary span,
.greenlightblue.section15.section29 a.btn-secondary span,
.greenlightblue.section15.section28 a.btn-secondary span,
.section23.greenlightblue.section16 a.btn-secondary span,
.greenlightblue.section16.section29 a.btn-secondary span,
.greenlightblue.section16.section28 a.btn-secondary span,
.section23.greenlightblue.section18 a.btn-secondary span,
.greenlightblue.section18.section29 a.btn-secondary span,
.greenlightblue.section18.section28 a.btn-secondary span,
.section23.greenlightblue.section21 a.btn-secondary span,
.greenlightblue.section21.section29 a.btn-secondary span,
.greenlightblue.section21.section28 a.btn-secondary span,
.section23.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greenlightblue.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greenlightblue.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.greenlightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greenlightblue.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greenlightblue.section28 a.btn span,
.section23.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section15.section28 a.btn span,
.section23.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section16.section28 a.btn span,
.section23.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section18.section28 a.btn span,
.section23.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greenlightblue.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.greenlightblue a.btn-secondary:before,
.background.greenlightblue.section29 a.btn-secondary:before,
.background.greenlightblue.section28 a.btn-secondary:before,
.section23.greenlightblue.section15 a.btn-secondary:before,
.greenlightblue.section15.section29 a.btn-secondary:before,
.greenlightblue.section15.section28 a.btn-secondary:before,
.section23.greenlightblue.section16 a.btn-secondary:before,
.greenlightblue.section16.section29 a.btn-secondary:before,
.greenlightblue.section16.section28 a.btn-secondary:before,
.section23.greenlightblue.section18 a.btn-secondary:before,
.greenlightblue.section18.section29 a.btn-secondary:before,
.greenlightblue.section18.section28 a.btn-secondary:before,
.section23.greenlightblue.section21 a.btn-secondary:before,
.greenlightblue.section21.section29 a.btn-secondary:before,
.greenlightblue.section21.section28 a.btn-secondary:before,
.section23.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greenlightblue.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greenlightblue.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.greenlightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greenlightblue.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greenlightblue.section28 a.btn:before,
.section23.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section15.section28 a.btn:before,
.section23.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section16.section28 a.btn:before,
.section23.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section18.section28 a.btn:before,
.section23.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greenlightblue.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greenlightblue.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greenlightblue.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.greenlightblue p.link:before,
.background.greenlightblue.section29 p.link:before,
.background.greenlightblue.section28 p.link:before,
.section23.greenlightblue.section15 p.link:before,
.greenlightblue.section15.section29 p.link:before,
.greenlightblue.section15.section28 p.link:before,
.section23.greenlightblue.section16 p.link:before,
.greenlightblue.section16.section29 p.link:before,
.greenlightblue.section16.section28 p.link:before,
.section23.greenlightblue.section18 p.link:before,
.greenlightblue.section18.section29 p.link:before,
.greenlightblue.section18.section28 p.link:before,
.section23.greenlightblue.section21 p.link:before,
.greenlightblue.section21.section29 p.link:before,
.greenlightblue.section21.section28 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.greenlightblue .swiper-pagination-bullet,
.background.greenlightblue.section29 .swiper-pagination-bullet,
.background.greenlightblue.section28 .swiper-pagination-bullet,
.section23.greenlightblue.section15 .swiper-pagination-bullet,
.greenlightblue.section15.section29 .swiper-pagination-bullet,
.greenlightblue.section15.section28 .swiper-pagination-bullet,
.section23.greenlightblue.section16 .swiper-pagination-bullet,
.greenlightblue.section16.section29 .swiper-pagination-bullet,
.greenlightblue.section16.section28 .swiper-pagination-bullet,
.section23.greenlightblue.section18 .swiper-pagination-bullet,
.greenlightblue.section18.section29 .swiper-pagination-bullet,
.greenlightblue.section18.section28 .swiper-pagination-bullet,
.section23.greenlightblue.section21 .swiper-pagination-bullet,
.greenlightblue.section21.section29 .swiper-pagination-bullet,
.greenlightblue.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.greenlightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greenlightblue.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greenlightblue.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenlightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenlightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenlightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greenlightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greenlightblue.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.orange,
.background.orange.section29,
.background.orange.section28,
.section23.orange.section15,
.orange.section15.section29,
.orange.section15.section28,
.section23.orange.section16,
.orange.section16.section29,
.orange.section16.section28,
.section23.orange.section18,
.orange.section18.section29,
.orange.section18.section28,
.section23.orange.section21,
.orange.section21.section29,
.orange.section21.section28 {
    background-color: #a4502a;
}
.section23.background.orange *,
.background.orange.section29 *,
.background.orange.section28 *,
.section23.orange.section15 *,
.orange.section15.section29 *,
.orange.section15.section28 *,
.section23.orange.section16 *,
.orange.section16.section29 *,
.orange.section16.section28 *,
.section23.orange.section18 *,
.orange.section18.section29 *,
.orange.section18.section28 *,
.section23.orange.section21 *,
.orange.section21.section29 *,
.orange.section21.section28 * {
    color: #373435;
}
.section23.background.orange a.link:before,
.background.orange.section29 a.link:before,
.background.orange.section28 a.link:before,
.section23.orange.section15 a.link:before,
.orange.section15.section29 a.link:before,
.orange.section15.section28 a.link:before,
.section23.orange.section16 a.link:before,
.orange.section16.section29 a.link:before,
.orange.section16.section28 a.link:before,
.section23.orange.section18 a.link:before,
.orange.section18.section29 a.link:before,
.orange.section18.section28 a.link:before,
.section23.orange.section21 a.link:before,
.orange.section21.section29 a.link:before,
.orange.section21.section28 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.orange a.btn-secondary span,
.background.orange.section29 a.btn-secondary span,
.background.orange.section28 a.btn-secondary span,
.section23.orange.section15 a.btn-secondary span,
.orange.section15.section29 a.btn-secondary span,
.orange.section15.section28 a.btn-secondary span,
.section23.orange.section16 a.btn-secondary span,
.orange.section16.section29 a.btn-secondary span,
.orange.section16.section28 a.btn-secondary span,
.section23.orange.section18 a.btn-secondary span,
.orange.section18.section29 a.btn-secondary span,
.orange.section18.section28 a.btn-secondary span,
.section23.orange.section21 a.btn-secondary span,
.orange.section21.section29 a.btn-secondary span,
.orange.section21.section28 a.btn-secondary span,
.section23.background.orange .umbraco-forms-page.form-btn-secondary a.btn span,
.background.orange.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.orange.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.orange a.btn span,
.umbraco-forms-page.form-btn-secondary .background.orange.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.orange.section28 a.btn span,
.section23.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.orange.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section15.section28 a.btn span,
.section23.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.orange.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section16.section28 a.btn span,
.section23.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.orange.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section18.section28 a.btn span,
.section23.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.orange.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.orange.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .orange.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.orange a.btn-secondary:before,
.background.orange.section29 a.btn-secondary:before,
.background.orange.section28 a.btn-secondary:before,
.section23.orange.section15 a.btn-secondary:before,
.orange.section15.section29 a.btn-secondary:before,
.orange.section15.section28 a.btn-secondary:before,
.section23.orange.section16 a.btn-secondary:before,
.orange.section16.section29 a.btn-secondary:before,
.orange.section16.section28 a.btn-secondary:before,
.section23.orange.section18 a.btn-secondary:before,
.orange.section18.section29 a.btn-secondary:before,
.orange.section18.section28 a.btn-secondary:before,
.section23.orange.section21 a.btn-secondary:before,
.orange.section21.section29 a.btn-secondary:before,
.orange.section21.section28 a.btn-secondary:before,
.section23.background.orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.orange.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.orange.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.orange.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.orange.section28 a.btn:before,
.section23.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.orange.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section15.section28 a.btn:before,
.section23.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.orange.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section16.section28 a.btn:before,
.section23.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.orange.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section18.section28 a.btn:before,
.section23.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.orange.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.orange.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .orange.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.orange p.link:before,
.background.orange.section29 p.link:before,
.background.orange.section28 p.link:before,
.section23.orange.section15 p.link:before,
.orange.section15.section29 p.link:before,
.orange.section15.section28 p.link:before,
.section23.orange.section16 p.link:before,
.orange.section16.section29 p.link:before,
.orange.section16.section28 p.link:before,
.section23.orange.section18 p.link:before,
.orange.section18.section29 p.link:before,
.orange.section18.section28 p.link:before,
.section23.orange.section21 p.link:before,
.orange.section21.section29 p.link:before,
.orange.section21.section28 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.orange .swiper-pagination-bullet,
.background.orange.section29 .swiper-pagination-bullet,
.background.orange.section28 .swiper-pagination-bullet,
.section23.orange.section15 .swiper-pagination-bullet,
.orange.section15.section29 .swiper-pagination-bullet,
.orange.section15.section28 .swiper-pagination-bullet,
.section23.orange.section16 .swiper-pagination-bullet,
.orange.section16.section29 .swiper-pagination-bullet,
.orange.section16.section28 .swiper-pagination-bullet,
.section23.orange.section18 .swiper-pagination-bullet,
.orange.section18.section29 .swiper-pagination-bullet,
.orange.section18.section28 .swiper-pagination-bullet,
.section23.orange.section21 .swiper-pagination-bullet,
.orange.section21.section29 .swiper-pagination-bullet,
.orange.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.orange.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.orange.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.orange.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.lightblue,
.background.lightblue.section29,
.background.lightblue.section28,
.section23.lightblue.section15,
.lightblue.section15.section29,
.lightblue.section15.section28,
.section23.lightblue.section16,
.lightblue.section16.section29,
.lightblue.section16.section28,
.section23.lightblue.section18,
.lightblue.section18.section29,
.lightblue.section18.section28,
.section23.lightblue.section21,
.lightblue.section21.section29,
.lightblue.section21.section28 {
    background-color: #373435;
}
.section23.background.lightblue *,
.background.lightblue.section29 *,
.background.lightblue.section28 *,
.section23.lightblue.section15 *,
.lightblue.section15.section29 *,
.lightblue.section15.section28 *,
.section23.lightblue.section16 *,
.lightblue.section16.section29 *,
.lightblue.section16.section28 *,
.section23.lightblue.section18 *,
.lightblue.section18.section29 *,
.lightblue.section18.section28 *,
.section23.lightblue.section21 *,
.lightblue.section21.section29 *,
.lightblue.section21.section28 * {
    color: #ed3237;
}
.section23.background.lightblue a.link:before,
.background.lightblue.section29 a.link:before,
.background.lightblue.section28 a.link:before,
.section23.lightblue.section15 a.link:before,
.lightblue.section15.section29 a.link:before,
.lightblue.section15.section28 a.link:before,
.section23.lightblue.section16 a.link:before,
.lightblue.section16.section29 a.link:before,
.lightblue.section16.section28 a.link:before,
.section23.lightblue.section18 a.link:before,
.lightblue.section18.section29 a.link:before,
.lightblue.section18.section28 a.link:before,
.section23.lightblue.section21 a.link:before,
.lightblue.section21.section29 a.link:before,
.lightblue.section21.section28 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section23.background.lightblue a.btn-secondary span,
.background.lightblue.section29 a.btn-secondary span,
.background.lightblue.section28 a.btn-secondary span,
.section23.lightblue.section15 a.btn-secondary span,
.lightblue.section15.section29 a.btn-secondary span,
.lightblue.section15.section28 a.btn-secondary span,
.section23.lightblue.section16 a.btn-secondary span,
.lightblue.section16.section29 a.btn-secondary span,
.lightblue.section16.section28 a.btn-secondary span,
.section23.lightblue.section18 a.btn-secondary span,
.lightblue.section18.section29 a.btn-secondary span,
.lightblue.section18.section28 a.btn-secondary span,
.section23.lightblue.section21 a.btn-secondary span,
.lightblue.section21.section29 a.btn-secondary span,
.lightblue.section21.section28 a.btn-secondary span,
.section23.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.background.lightblue.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.lightblue.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.lightblue a.btn span,
.umbraco-forms-page.form-btn-secondary .background.lightblue.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.lightblue.section28 a.btn span,
.section23.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section15.section28 a.btn span,
.section23.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section16.section28 a.btn span,
.section23.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section18.section28 a.btn span,
.section23.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.lightblue.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .lightblue.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.lightblue a.btn-secondary:before,
.background.lightblue.section29 a.btn-secondary:before,
.background.lightblue.section28 a.btn-secondary:before,
.section23.lightblue.section15 a.btn-secondary:before,
.lightblue.section15.section29 a.btn-secondary:before,
.lightblue.section15.section28 a.btn-secondary:before,
.section23.lightblue.section16 a.btn-secondary:before,
.lightblue.section16.section29 a.btn-secondary:before,
.lightblue.section16.section28 a.btn-secondary:before,
.section23.lightblue.section18 a.btn-secondary:before,
.lightblue.section18.section29 a.btn-secondary:before,
.lightblue.section18.section28 a.btn-secondary:before,
.section23.lightblue.section21 a.btn-secondary:before,
.lightblue.section21.section29 a.btn-secondary:before,
.lightblue.section21.section28 a.btn-secondary:before,
.section23.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.lightblue.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.lightblue.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.lightblue a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.lightblue.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.lightblue.section28 a.btn:before,
.section23.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section15.section28 a.btn:before,
.section23.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section16.section28 a.btn:before,
.section23.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section18.section28 a.btn:before,
.section23.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.lightblue.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.lightblue.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .lightblue.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.lightblue p.link:before,
.background.lightblue.section29 p.link:before,
.background.lightblue.section28 p.link:before,
.section23.lightblue.section15 p.link:before,
.lightblue.section15.section29 p.link:before,
.lightblue.section15.section28 p.link:before,
.section23.lightblue.section16 p.link:before,
.lightblue.section16.section29 p.link:before,
.lightblue.section16.section28 p.link:before,
.section23.lightblue.section18 p.link:before,
.lightblue.section18.section29 p.link:before,
.lightblue.section18.section28 p.link:before,
.section23.lightblue.section21 p.link:before,
.lightblue.section21.section29 p.link:before,
.lightblue.section21.section28 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section23.background.lightblue .swiper-pagination-bullet,
.background.lightblue.section29 .swiper-pagination-bullet,
.background.lightblue.section28 .swiper-pagination-bullet,
.section23.lightblue.section15 .swiper-pagination-bullet,
.lightblue.section15.section29 .swiper-pagination-bullet,
.lightblue.section15.section28 .swiper-pagination-bullet,
.section23.lightblue.section16 .swiper-pagination-bullet,
.lightblue.section16.section29 .swiper-pagination-bullet,
.lightblue.section16.section28 .swiper-pagination-bullet,
.section23.lightblue.section18 .swiper-pagination-bullet,
.lightblue.section18.section29 .swiper-pagination-bullet,
.lightblue.section18.section28 .swiper-pagination-bullet,
.section23.lightblue.section21 .swiper-pagination-bullet,
.lightblue.section21.section29 .swiper-pagination-bullet,
.lightblue.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.lightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.lightblue.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.lightblue.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.lightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lightblue.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.red,
.background.red.section29,
.background.red.section28,
.section23.red.section15,
.red.section15.section29,
.red.section15.section28,
.section23.red.section16,
.red.section16.section29,
.red.section16.section28,
.section23.red.section18,
.red.section18.section29,
.red.section18.section28,
.section23.red.section21,
.red.section21.section29,
.red.section21.section28 {
    background-color: #ed3237;
}
.section23.background.red *,
.background.red.section29 *,
.background.red.section28 *,
.section23.red.section15 *,
.red.section15.section29 *,
.red.section15.section28 *,
.section23.red.section16 *,
.red.section16.section29 *,
.red.section16.section28 *,
.section23.red.section18 *,
.red.section18.section29 *,
.red.section18.section28 *,
.section23.red.section21 *,
.red.section21.section29 *,
.red.section21.section28 * {
    color: #373435;
}
.section23.background.red a.link:before,
.background.red.section29 a.link:before,
.background.red.section28 a.link:before,
.section23.red.section15 a.link:before,
.red.section15.section29 a.link:before,
.red.section15.section28 a.link:before,
.section23.red.section16 a.link:before,
.red.section16.section29 a.link:before,
.red.section16.section28 a.link:before,
.section23.red.section18 a.link:before,
.red.section18.section29 a.link:before,
.red.section18.section28 a.link:before,
.section23.red.section21 a.link:before,
.red.section21.section29 a.link:before,
.red.section21.section28 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.red a.btn-secondary span,
.background.red.section29 a.btn-secondary span,
.background.red.section28 a.btn-secondary span,
.section23.red.section15 a.btn-secondary span,
.red.section15.section29 a.btn-secondary span,
.red.section15.section28 a.btn-secondary span,
.section23.red.section16 a.btn-secondary span,
.red.section16.section29 a.btn-secondary span,
.red.section16.section28 a.btn-secondary span,
.section23.red.section18 a.btn-secondary span,
.red.section18.section29 a.btn-secondary span,
.red.section18.section28 a.btn-secondary span,
.section23.red.section21 a.btn-secondary span,
.red.section21.section29 a.btn-secondary span,
.red.section21.section28 a.btn-secondary span,
.section23.background.red .umbraco-forms-page.form-btn-secondary a.btn span,
.background.red.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.red.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.red a.btn span,
.umbraco-forms-page.form-btn-secondary .background.red.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.red.section28 a.btn span,
.section23.red.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.red.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section15.section28 a.btn span,
.section23.red.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.red.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section16.section28 a.btn span,
.section23.red.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.red.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section18.section28 a.btn span,
.section23.red.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.red.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.red.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .red.section21.section28 a.btn span {
    color: #ed3237;
}
.section23.background.red a.btn-secondary:before,
.background.red.section29 a.btn-secondary:before,
.background.red.section28 a.btn-secondary:before,
.section23.red.section15 a.btn-secondary:before,
.red.section15.section29 a.btn-secondary:before,
.red.section15.section28 a.btn-secondary:before,
.section23.red.section16 a.btn-secondary:before,
.red.section16.section29 a.btn-secondary:before,
.red.section16.section28 a.btn-secondary:before,
.section23.red.section18 a.btn-secondary:before,
.red.section18.section29 a.btn-secondary:before,
.red.section18.section28 a.btn-secondary:before,
.section23.red.section21 a.btn-secondary:before,
.red.section21.section29 a.btn-secondary:before,
.red.section21.section28 a.btn-secondary:before,
.section23.background.red .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.red.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.red.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.red a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.red.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.red.section28 a.btn:before,
.section23.red.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.red.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section15.section28 a.btn:before,
.section23.red.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.red.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section16.section28 a.btn:before,
.section23.red.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.red.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section18.section28 a.btn:before,
.section23.red.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.red.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.red.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .red.section21.section28 a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
.section23.background.red p.link:before,
.background.red.section29 p.link:before,
.background.red.section28 p.link:before,
.section23.red.section15 p.link:before,
.red.section15.section29 p.link:before,
.red.section15.section28 p.link:before,
.section23.red.section16 p.link:before,
.red.section16.section29 p.link:before,
.red.section16.section28 p.link:before,
.section23.red.section18 p.link:before,
.red.section18.section29 p.link:before,
.red.section18.section28 p.link:before,
.section23.red.section21 p.link:before,
.red.section21.section29 p.link:before,
.red.section21.section28 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.red .swiper-pagination-bullet,
.background.red.section29 .swiper-pagination-bullet,
.background.red.section28 .swiper-pagination-bullet,
.section23.red.section15 .swiper-pagination-bullet,
.red.section15.section29 .swiper-pagination-bullet,
.red.section15.section28 .swiper-pagination-bullet,
.section23.red.section16 .swiper-pagination-bullet,
.red.section16.section29 .swiper-pagination-bullet,
.red.section16.section28 .swiper-pagination-bullet,
.section23.red.section18 .swiper-pagination-bullet,
.red.section18.section29 .swiper-pagination-bullet,
.red.section18.section28 .swiper-pagination-bullet,
.section23.red.section21 .swiper-pagination-bullet,
.red.section21.section29 .swiper-pagination-bullet,
.red.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.red .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.red.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.red.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.red.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.red.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.red.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.red.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.red.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.yellow,
.background.yellow.section29,
.background.yellow.section28,
.section23.yellow.section15,
.yellow.section15.section29,
.yellow.section15.section28,
.section23.yellow.section16,
.yellow.section16.section29,
.yellow.section16.section28,
.section23.yellow.section18,
.yellow.section18.section29,
.yellow.section18.section28,
.section23.yellow.section21,
.yellow.section21.section29,
.yellow.section21.section28 {
    background-color: #373435;
}
.section23.background.yellow *,
.background.yellow.section29 *,
.background.yellow.section28 *,
.section23.yellow.section15 *,
.yellow.section15.section29 *,
.yellow.section15.section28 *,
.section23.yellow.section16 *,
.yellow.section16.section29 *,
.yellow.section16.section28 *,
.section23.yellow.section18 *,
.yellow.section18.section29 *,
.yellow.section18.section28 *,
.section23.yellow.section21 *,
.yellow.section21.section29 *,
.yellow.section21.section28 * {
    color: #ed3237;
}
.section23.background.yellow a.link:before,
.background.yellow.section29 a.link:before,
.background.yellow.section28 a.link:before,
.section23.yellow.section15 a.link:before,
.yellow.section15.section29 a.link:before,
.yellow.section15.section28 a.link:before,
.section23.yellow.section16 a.link:before,
.yellow.section16.section29 a.link:before,
.yellow.section16.section28 a.link:before,
.section23.yellow.section18 a.link:before,
.yellow.section18.section29 a.link:before,
.yellow.section18.section28 a.link:before,
.section23.yellow.section21 a.link:before,
.yellow.section21.section29 a.link:before,
.yellow.section21.section28 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section23.background.yellow a.btn-secondary span,
.background.yellow.section29 a.btn-secondary span,
.background.yellow.section28 a.btn-secondary span,
.section23.yellow.section15 a.btn-secondary span,
.yellow.section15.section29 a.btn-secondary span,
.yellow.section15.section28 a.btn-secondary span,
.section23.yellow.section16 a.btn-secondary span,
.yellow.section16.section29 a.btn-secondary span,
.yellow.section16.section28 a.btn-secondary span,
.section23.yellow.section18 a.btn-secondary span,
.yellow.section18.section29 a.btn-secondary span,
.yellow.section18.section28 a.btn-secondary span,
.section23.yellow.section21 a.btn-secondary span,
.yellow.section21.section29 a.btn-secondary span,
.yellow.section21.section28 a.btn-secondary span,
.section23.background.yellow .umbraco-forms-page.form-btn-secondary a.btn span,
.background.yellow.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.yellow.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.yellow a.btn span,
.umbraco-forms-page.form-btn-secondary .background.yellow.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.yellow.section28 a.btn span,
.section23.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section15.section28 a.btn span,
.section23.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section16.section28 a.btn span,
.section23.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section18.section28 a.btn span,
.section23.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.yellow.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .yellow.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.yellow a.btn-secondary:before,
.background.yellow.section29 a.btn-secondary:before,
.background.yellow.section28 a.btn-secondary:before,
.section23.yellow.section15 a.btn-secondary:before,
.yellow.section15.section29 a.btn-secondary:before,
.yellow.section15.section28 a.btn-secondary:before,
.section23.yellow.section16 a.btn-secondary:before,
.yellow.section16.section29 a.btn-secondary:before,
.yellow.section16.section28 a.btn-secondary:before,
.section23.yellow.section18 a.btn-secondary:before,
.yellow.section18.section29 a.btn-secondary:before,
.yellow.section18.section28 a.btn-secondary:before,
.section23.yellow.section21 a.btn-secondary:before,
.yellow.section21.section29 a.btn-secondary:before,
.yellow.section21.section28 a.btn-secondary:before,
.section23.background.yellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.yellow.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.yellow.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.yellow a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.yellow.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.yellow.section28 a.btn:before,
.section23.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section15.section28 a.btn:before,
.section23.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section16.section28 a.btn:before,
.section23.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section18.section28 a.btn:before,
.section23.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.yellow.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.yellow.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .yellow.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.yellow p.link:before,
.background.yellow.section29 p.link:before,
.background.yellow.section28 p.link:before,
.section23.yellow.section15 p.link:before,
.yellow.section15.section29 p.link:before,
.yellow.section15.section28 p.link:before,
.section23.yellow.section16 p.link:before,
.yellow.section16.section29 p.link:before,
.yellow.section16.section28 p.link:before,
.section23.yellow.section18 p.link:before,
.yellow.section18.section29 p.link:before,
.yellow.section18.section28 p.link:before,
.section23.yellow.section21 p.link:before,
.yellow.section21.section29 p.link:before,
.yellow.section21.section28 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section23.background.yellow .swiper-pagination-bullet,
.background.yellow.section29 .swiper-pagination-bullet,
.background.yellow.section28 .swiper-pagination-bullet,
.section23.yellow.section15 .swiper-pagination-bullet,
.yellow.section15.section29 .swiper-pagination-bullet,
.yellow.section15.section28 .swiper-pagination-bullet,
.section23.yellow.section16 .swiper-pagination-bullet,
.yellow.section16.section29 .swiper-pagination-bullet,
.yellow.section16.section28 .swiper-pagination-bullet,
.section23.yellow.section18 .swiper-pagination-bullet,
.yellow.section18.section29 .swiper-pagination-bullet,
.yellow.section18.section28 .swiper-pagination-bullet,
.section23.yellow.section21 .swiper-pagination-bullet,
.yellow.section21.section29 .swiper-pagination-bullet,
.yellow.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.yellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.yellow.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.yellow.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.yellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.yellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.yellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.yellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yellow.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.greengo-orange,
.background.greengo-orange.section29,
.background.greengo-orange.section28,
.section23.greengo-orange.section15,
.greengo-orange.section15.section29,
.greengo-orange.section15.section28,
.section23.greengo-orange.section16,
.greengo-orange.section16.section29,
.greengo-orange.section16.section28,
.section23.greengo-orange.section18,
.greengo-orange.section18.section29,
.greengo-orange.section18.section28,
.section23.greengo-orange.section21,
.greengo-orange.section21.section29,
.greengo-orange.section21.section28 {
    background-color: #2b2722;
}
.section23.background.greengo-orange *,
.background.greengo-orange.section29 *,
.background.greengo-orange.section28 *,
.section23.greengo-orange.section15 *,
.greengo-orange.section15.section29 *,
.greengo-orange.section15.section28 *,
.section23.greengo-orange.section16 *,
.greengo-orange.section16.section29 *,
.greengo-orange.section16.section28 *,
.section23.greengo-orange.section18 *,
.greengo-orange.section18.section29 *,
.greengo-orange.section18.section28 *,
.section23.greengo-orange.section21 *,
.greengo-orange.section21.section29 *,
.greengo-orange.section21.section28 * {
    color: #a4502a;
}
.section23.background.greengo-orange a.link:before,
.background.greengo-orange.section29 a.link:before,
.background.greengo-orange.section28 a.link:before,
.section23.greengo-orange.section15 a.link:before,
.greengo-orange.section15.section29 a.link:before,
.greengo-orange.section15.section28 a.link:before,
.section23.greengo-orange.section16 a.link:before,
.greengo-orange.section16.section29 a.link:before,
.greengo-orange.section16.section28 a.link:before,
.section23.greengo-orange.section18 a.link:before,
.greengo-orange.section18.section29 a.link:before,
.greengo-orange.section18.section28 a.link:before,
.section23.greengo-orange.section21 a.link:before,
.greengo-orange.section21.section29 a.link:before,
.greengo-orange.section21.section28 a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
.section23.background.greengo-orange a.btn-secondary span,
.background.greengo-orange.section29 a.btn-secondary span,
.background.greengo-orange.section28 a.btn-secondary span,
.section23.greengo-orange.section15 a.btn-secondary span,
.greengo-orange.section15.section29 a.btn-secondary span,
.greengo-orange.section15.section28 a.btn-secondary span,
.section23.greengo-orange.section16 a.btn-secondary span,
.greengo-orange.section16.section29 a.btn-secondary span,
.greengo-orange.section16.section28 a.btn-secondary span,
.section23.greengo-orange.section18 a.btn-secondary span,
.greengo-orange.section18.section29 a.btn-secondary span,
.greengo-orange.section18.section28 a.btn-secondary span,
.section23.greengo-orange.section21 a.btn-secondary span,
.greengo-orange.section21.section29 a.btn-secondary span,
.greengo-orange.section21.section28 a.btn-secondary span,
.section23.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greengo-orange.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greengo-orange.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.greengo-orange a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greengo-orange.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greengo-orange.section28 a.btn span,
.section23.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section15.section28 a.btn span,
.section23.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section16.section28 a.btn span,
.section23.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section18.section28 a.btn span,
.section23.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-orange.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.greengo-orange a.btn-secondary:before,
.background.greengo-orange.section29 a.btn-secondary:before,
.background.greengo-orange.section28 a.btn-secondary:before,
.section23.greengo-orange.section15 a.btn-secondary:before,
.greengo-orange.section15.section29 a.btn-secondary:before,
.greengo-orange.section15.section28 a.btn-secondary:before,
.section23.greengo-orange.section16 a.btn-secondary:before,
.greengo-orange.section16.section29 a.btn-secondary:before,
.greengo-orange.section16.section28 a.btn-secondary:before,
.section23.greengo-orange.section18 a.btn-secondary:before,
.greengo-orange.section18.section29 a.btn-secondary:before,
.greengo-orange.section18.section28 a.btn-secondary:before,
.section23.greengo-orange.section21 a.btn-secondary:before,
.greengo-orange.section21.section29 a.btn-secondary:before,
.greengo-orange.section21.section28 a.btn-secondary:before,
.section23.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greengo-orange.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greengo-orange.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.greengo-orange a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greengo-orange.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greengo-orange.section28 a.btn:before,
.section23.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section15.section28 a.btn:before,
.section23.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section16.section28 a.btn:before,
.section23.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section18.section28 a.btn:before,
.section23.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-orange.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-orange.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-orange.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.greengo-orange p.link:before,
.background.greengo-orange.section29 p.link:before,
.background.greengo-orange.section28 p.link:before,
.section23.greengo-orange.section15 p.link:before,
.greengo-orange.section15.section29 p.link:before,
.greengo-orange.section15.section28 p.link:before,
.section23.greengo-orange.section16 p.link:before,
.greengo-orange.section16.section29 p.link:before,
.greengo-orange.section16.section28 p.link:before,
.section23.greengo-orange.section18 p.link:before,
.greengo-orange.section18.section29 p.link:before,
.greengo-orange.section18.section28 p.link:before,
.section23.greengo-orange.section21 p.link:before,
.greengo-orange.section21.section29 p.link:before,
.greengo-orange.section21.section28 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.greengo-orange .swiper-pagination-bullet,
.background.greengo-orange.section29 .swiper-pagination-bullet,
.background.greengo-orange.section28 .swiper-pagination-bullet,
.section23.greengo-orange.section15 .swiper-pagination-bullet,
.greengo-orange.section15.section29 .swiper-pagination-bullet,
.greengo-orange.section15.section28 .swiper-pagination-bullet,
.section23.greengo-orange.section16 .swiper-pagination-bullet,
.greengo-orange.section16.section29 .swiper-pagination-bullet,
.greengo-orange.section16.section28 .swiper-pagination-bullet,
.section23.greengo-orange.section18 .swiper-pagination-bullet,
.greengo-orange.section18.section29 .swiper-pagination-bullet,
.greengo-orange.section18.section28 .swiper-pagination-bullet,
.section23.greengo-orange.section21 .swiper-pagination-bullet,
.greengo-orange.section21.section29 .swiper-pagination-bullet,
.greengo-orange.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.greengo-orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greengo-orange.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greengo-orange.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-orange.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section23.background.greengo-green,
.background.greengo-green.section29,
.background.greengo-green.section28,
.section23.greengo-green.section15,
.greengo-green.section15.section29,
.greengo-green.section15.section28,
.section23.greengo-green.section16,
.greengo-green.section16.section29,
.greengo-green.section16.section28,
.section23.greengo-green.section18,
.greengo-green.section18.section29,
.greengo-green.section18.section28,
.section23.greengo-green.section21,
.greengo-green.section21.section29,
.greengo-green.section21.section28 {
    background-color: #2b2722;
}
.section23.background.greengo-green *,
.background.greengo-green.section29 *,
.background.greengo-green.section28 *,
.section23.greengo-green.section15 *,
.greengo-green.section15.section29 *,
.greengo-green.section15.section28 *,
.section23.greengo-green.section16 *,
.greengo-green.section16.section29 *,
.greengo-green.section16.section28 *,
.section23.greengo-green.section18 *,
.greengo-green.section18.section29 *,
.greengo-green.section18.section28 *,
.section23.greengo-green.section21 *,
.greengo-green.section21.section29 *,
.greengo-green.section21.section28 * {
    color: #54b763;
}
.section23.background.greengo-green a.link:before,
.background.greengo-green.section29 a.link:before,
.background.greengo-green.section28 a.link:before,
.section23.greengo-green.section15 a.link:before,
.greengo-green.section15.section29 a.link:before,
.greengo-green.section15.section28 a.link:before,
.section23.greengo-green.section16 a.link:before,
.greengo-green.section16.section29 a.link:before,
.greengo-green.section16.section28 a.link:before,
.section23.greengo-green.section18 a.link:before,
.greengo-green.section18.section29 a.link:before,
.greengo-green.section18.section28 a.link:before,
.section23.greengo-green.section21 a.link:before,
.greengo-green.section21.section29 a.link:before,
.greengo-green.section21.section28 a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
.section23.background.greengo-green a.btn-secondary span,
.background.greengo-green.section29 a.btn-secondary span,
.background.greengo-green.section28 a.btn-secondary span,
.section23.greengo-green.section15 a.btn-secondary span,
.greengo-green.section15.section29 a.btn-secondary span,
.greengo-green.section15.section28 a.btn-secondary span,
.section23.greengo-green.section16 a.btn-secondary span,
.greengo-green.section16.section29 a.btn-secondary span,
.greengo-green.section16.section28 a.btn-secondary span,
.section23.greengo-green.section18 a.btn-secondary span,
.greengo-green.section18.section29 a.btn-secondary span,
.greengo-green.section18.section28 a.btn-secondary span,
.section23.greengo-green.section21 a.btn-secondary span,
.greengo-green.section21.section29 a.btn-secondary span,
.greengo-green.section21.section28 a.btn-secondary span,
.section23.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greengo-green.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.background.greengo-green.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.background.greengo-green a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greengo-green.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .background.greengo-green.section28 a.btn span,
.section23.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section15 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section15.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section15.section28 a.btn span,
.section23.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section16 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section16.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section16.section28 a.btn span,
.section23.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section18 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section18.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section18.section28 a.btn span,
.section23.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn span,
.greengo-green.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section21 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section21.section29 a.btn span,
.umbraco-forms-page.form-btn-secondary .greengo-green.section21.section28 a.btn span {
    color: #fff;
}
.section23.background.greengo-green a.btn-secondary:before,
.background.greengo-green.section29 a.btn-secondary:before,
.background.greengo-green.section28 a.btn-secondary:before,
.section23.greengo-green.section15 a.btn-secondary:before,
.greengo-green.section15.section29 a.btn-secondary:before,
.greengo-green.section15.section28 a.btn-secondary:before,
.section23.greengo-green.section16 a.btn-secondary:before,
.greengo-green.section16.section29 a.btn-secondary:before,
.greengo-green.section16.section28 a.btn-secondary:before,
.section23.greengo-green.section18 a.btn-secondary:before,
.greengo-green.section18.section29 a.btn-secondary:before,
.greengo-green.section18.section28 a.btn-secondary:before,
.section23.greengo-green.section21 a.btn-secondary:before,
.greengo-green.section21.section29 a.btn-secondary:before,
.greengo-green.section21.section28 a.btn-secondary:before,
.section23.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greengo-green.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.background.greengo-green.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.background.greengo-green a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greengo-green.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .background.greengo-green.section28 a.btn:before,
.section23.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section15.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section15.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section15 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section15.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section15.section28 a.btn:before,
.section23.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section16.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section16.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section16 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section16.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section16.section28 a.btn:before,
.section23.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section18.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section18.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section18 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section18.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section18.section28 a.btn:before,
.section23.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section21.section29 .umbraco-forms-page.form-btn-secondary a.btn:before,
.greengo-green.section21.section28 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section23.greengo-green.section21 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section21.section29 a.btn:before,
.umbraco-forms-page.form-btn-secondary .greengo-green.section21.section28 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section23.background.greengo-green p.link:before,
.background.greengo-green.section29 p.link:before,
.background.greengo-green.section28 p.link:before,
.section23.greengo-green.section15 p.link:before,
.greengo-green.section15.section29 p.link:before,
.greengo-green.section15.section28 p.link:before,
.section23.greengo-green.section16 p.link:before,
.greengo-green.section16.section29 p.link:before,
.greengo-green.section16.section28 p.link:before,
.section23.greengo-green.section18 p.link:before,
.greengo-green.section18.section29 p.link:before,
.greengo-green.section18.section28 p.link:before,
.section23.greengo-green.section21 p.link:before,
.greengo-green.section21.section29 p.link:before,
.greengo-green.section21.section28 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section23.background.greengo-green .swiper-pagination-bullet,
.background.greengo-green.section29 .swiper-pagination-bullet,
.background.greengo-green.section28 .swiper-pagination-bullet,
.section23.greengo-green.section15 .swiper-pagination-bullet,
.greengo-green.section15.section29 .swiper-pagination-bullet,
.greengo-green.section15.section28 .swiper-pagination-bullet,
.section23.greengo-green.section16 .swiper-pagination-bullet,
.greengo-green.section16.section29 .swiper-pagination-bullet,
.greengo-green.section16.section28 .swiper-pagination-bullet,
.section23.greengo-green.section18 .swiper-pagination-bullet,
.greengo-green.section18.section29 .swiper-pagination-bullet,
.greengo-green.section18.section28 .swiper-pagination-bullet,
.section23.greengo-green.section21 .swiper-pagination-bullet,
.greengo-green.section21.section29 .swiper-pagination-bullet,
.greengo-green.section21.section28 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section23.background.greengo-green .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greengo-green.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background.greengo-green.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-green.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section15.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section15.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-green.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section16.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section16.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-green.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section18.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section18.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section23.greengo-green.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section21.section29 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.greengo-green.section21.section28 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section24 > div > div > div .list > div a,
.section25 > div > div > div .list > div a,
.section27 > div > div > div .list > div a {
    display: block;
    text-decoration: none;
    color: #ed3237 !important;
    opacity: 1;
}
.section24 > div > div > div .list > div a picture,
.section25 > div > div > div .list > div a picture,
.section27 > div > div > div .list > div a picture {
    transition: transform 250ms;
}
.section24 > div > div > div .list > div a:hover picture,
.section25 > div > div > div .list > div a:hover picture,
.section27 > div > div > div .list > div a:hover picture {
    transform: scale(1.025);
}
.section24 > div > div > div .list > div > div,
.section25 > div > div > div .list > div > div,
.section27 > div > div > div .list > div > div {
    margin-top: 3vh;
}
.section24 > div > div > div .list > div > div .link,
.section25 > div > div > div .list > div > div .link,
.section27 > div > div > div .list > div > div .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section24 > div > div > div .list > div > div .link:before,
.section25 > div > div > div .list > div > div .link:before,
.section27 > div > div > div .list > div > div .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin-left: 0;
}
@media (min-width: 1024px) {
    .section24,
    .section25,
    .section27 {
        position: relative;
    }
    .section24 > div > div > div .list,
    .section25 > div > div > div .list,
    .section27 > div > div > div .list {
        display: flex;
        margin: 0 -4.5vh;
    }
    .section24 > div > div > div .list > div,
    .section25 > div > div > div .list > div,
    .section27 > div > div > div .list > div {
        margin: 0 4.5vh;
        width: 42vh;
        position: relative;
    }
    .section24 > div > div > div .list > div > p.handwritten-m,
    .section25 > div > div > div .list > div > p.handwritten-m,
    .section27 > div > div > div .list > div > p.handwritten-m {
        position: absolute;
        top: -5vh;
        left: 10vh;
        transform: translateY(-100%);
        width: 42vh;
        margin: 0;
    }
    .section24 > div > div > div .list > div > p.handwritten-m:before,
    .section25 > div > div > div .list > div > p.handwritten-m:before,
    .section27 > div > div > div .list > div > p.handwritten-m:before {
        content: "";
        position: absolute;
        bottom: -31px;
        left: -20px;
        background-image: url(/images/icons/arrow-bottom-right.svg);
        height: 62px;
        width: 26px;
        background-position: center;
        background-size: contain;
        filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
    }
}
@media (max-width: 1023.98px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section24 > div,
    .section25 > div,
    .section27 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section24 > div > div,
    .section25 > div > div,
    .section27 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        justify-content: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section24 > div > div,
    .section25 > div > div,
    .section27 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section24 > div > div,
    .section25 > div > div,
    .section27 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section24 > div > div,
    .section25 > div > div,
    .section27 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section24 > div > div,
    .section25 > div > div,
    .section27 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) {
    .section24 > div > div > div .list > div:not(:last-child),
    .section25 > div > div > div .list > div:not(:last-child),
    .section27 > div > div > div .list > div:not(:last-child) {
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section24 > div > div > div .list > div:not(:last-child),
    .section25 > div > div > div .list > div:not(:last-child),
    .section27 > div > div > div .list > div:not(:last-child) {
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section24 > div > div > div .list > div:not(:last-child),
    .section25 > div > div > div .list > div:not(:last-child),
    .section27 > div > div > div .list > div:not(:last-child) {
        margin-bottom: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section24 > div > div > div .list > div:not(:last-child),
    .section25 > div > div > div .list > div:not(:last-child),
    .section27 > div > div > div .list > div:not(:last-child) {
        margin-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section24 > div > div > div .list > div:not(:last-child),
    .section25 > div > div > div .list > div:not(:last-child),
    .section27 > div > div > div .list > div:not(:last-child) {
        margin-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    .section24 > div > div > div .list > div > p.handwritten-m,
    .section25 > div > div > div .list > div > p.handwritten-m,
    .section27 > div > div > div .list > div > p.handwritten-m {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section24 > div > div > div,
    .section25 > div > div > div,
    .section27 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .section25 > div > div > div .list > div,
    .section27 > div > div > div .list > div {
        width: 63vh;
    }
    .section25 > div > div > div .list > div > div,
    .section27 > div > div > div .list > div > div {
        position: relative;
    }
    .section25 > div > div > div .list > div > div p.handwritten-m,
    .section27 > div > div > div .list > div > div p.handwritten-m {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateY(60%);
        width: 38vh;
        margin: 0;
    }
}
@media (max-width: 1023.98px) {
    .section25 p.handwritten-m,
    .section27 p.handwritten-m {
        display: none !important;
    }
}
.section26 > div > div > div > div:first-child p.img img {
    width: auto;
}
.section26 > div > div > div > div:first-child p.txt {
    /* font-family: eyecatchingw01; */
    font-family: RF Rufo, Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-left: 3px;
    font-size: 40px;
    line-height: 0.66em;
    text-align: center;
}
@media (min-width: 576px) {
    .section26 > div > div > div > div:first-child p.txt {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 768px) {
    .section26 > div > div > div > div:first-child p.txt {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section26 > div > div > div > div:first-child p.txt {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1300px) {
    .section26 > div > div > div > div:first-child p.txt {
        font-size: 55px;
        line-height: 0.66em;
    }
}
.section26 > div > div > div > div:last-child {
    height: 78px;
    width: 78px;
    border-radius: 100%;
    border: 1px solid #ed3237;
    background-color: #f2ede0;
}
.section26 > div > div > div > div:last-child a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #ed3237;
    display: block;
    margin: 14px;
    position: relative;
}
.section26 > div > div > div > div:last-child a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.section26 > div > div > div > div:last-child a.lk:before {
    background-image: url(/images/icons/arrow.svg);
    background-size: 28px auto;
}
.section26 > div > div > div > div:last-child a.mr:before {
    background-image: url(/images/icons/plus.svg);
    background-size: 26px auto;
}
@media (min-width: 1024px) {
    .section26 {
        padding-top: 17vh;
        padding-bottom: 17vh;
    }
    .section26 > div {
        height: 100%;
    }
    .section26 > div > div {
        height: 100%;
    }
    .section26 > div > div > div:first-child p.img img {
        height: 16vh;
        margin: 0 auto;
    }
    .section26 > div > div > div:first-child p.txt {
        margin: 0;
        width: 25vh;
    }
    .section26 > div > div > div:last-child {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
        margin-right: 6vh;
    }
    .section26 > div > div > div:last-child:before,
    .section26 > div > div > div:last-child:after {
        content: "";
        width: 1px;
        height: calc(50% - 53px);
        background-color: #ed3237;
    }
    .section26 > div > div > div:last-child:before {
        position: absolute;
        top: 0;
        right: 39px;
        bottom: 39px;
    }
    .section26 > div > div > div:last-child:after {
        position: absolute;
        right: 39px;
        bottom: 0;
    }
}
@media (max-width: 1023.98px) {
    .section26 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section26 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section26 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section26 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section26 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section26 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section26 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section26 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section26 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section26 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section26 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section26 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section26 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section26 > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
        justify-content: center;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section26 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section26 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section26 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section26 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 1023.98px) {
    .section26 > div > div > div:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section26 > div > div > div:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section26 > div > div > div:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section26 > div > div > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section26 > div > div > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) {
    .section26 > div > div > div:first-child p.img img {
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
    .section26 > div > div > div:first-child p.img img {
        height: 30vw;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .section26 > div > div > div:first-child p.img img {
        height: 50vw;
    }
}
@media (max-width: 1023.98px) {
    .section26 > div > div > div:last-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        position: relative;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section26 > div > div > div:last-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section26 > div > div > div:last-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section26 > div > div > div:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section26 > div > div > div:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) {
    .section26 > div > div > div:last-child:before {
        content: "";
        height: 1px;
        background-color: #ed3237;
        position: absolute;
        right: 0;
        bottom: 39px;
        left: 0;
        z-index: 1;
    }
}
@media (max-width: 1023.98px) {
    .section26 > div > div > div:last-child > div {
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) {
    .section26 + #footer {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section26 + #footer {
        padding-top: 22vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section26 + #footer {
        padding-top: 13vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section26 + #footer {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section26 + #footer {
        padding-top: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section29 > div > div > div .swiper-container {
        opacity: 1;
        padding-bottom: 0;
    }
    .section29 > div > div > div .swiper-container .swiper-wrapper {
        display: block;
    }
    .section29 > div > div > div .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section29 > div > div > div .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section29 > div > div > div .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
        margin-bottom: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section29 > div > div > div .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
        margin-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section29 > div > div > div .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
        margin-bottom: 6.5vw;
    }
}
@media (min-width: 1024px) {
    .section30 > div.outer {
        height: 100%;
    }
    .section30 > div.outer > div {
        display: flex;
        margin: -2vh;
        align-items: center;
        flex-wrap: wrap;
        height: 78vh;
        flex-direction: row;
        writing-mode: vertical-lr;
    }
    .section30 > div.outer > div a {
        display: block;
        margin: 2vh;
        position: relative;
        opacity: 1 !important;
    }
    .section30 > div.outer > div a img {
        display: block;
        height: 35vh;
        width: auto;
    }
    .section30 > div.outer > div a picture {
        transition: transform 250ms;
        position: relative;
        z-index: 1;
    }
    .section30 > div.outer > div a:hover picture {
        transform: scale(1.025);
    }
    .section30 > div.outer > div a.video:before {
        content: "";
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        background-image: url(/images/icons/play-complete.svg);
        background-position: center;
        height: 68px;
        width: 68px;
        margin: -34px 0 0 -34px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media (max-width: 1023.98px) {
    .section30 > div.abs-filters {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
        display: block;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section30 > div.abs-filters {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section30 > div.abs-filters {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section30 > div.abs-filters {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section30 > div.abs-filters {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section30 > div.abs-filters {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section30 > div.abs-filters {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section30 > div.abs-filters {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section30 > div.abs-filters {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section30 > div.abs-filters {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section30 > div.abs-filters {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section30 > div.abs-filters {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section30 > div.abs-filters {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section30 > div.abs-filters a {
        margin: 5px;
    }
}
@media (max-width: 1023.98px) {
    .section30 > div.outer {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section30 > div.outer {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section30 > div.outer {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section30 > div.outer {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section30 > div.outer {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section30 > div.outer {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section30 > div.outer {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section30 > div.outer {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section30 > div.outer {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section30 > div.outer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section30 > div.outer {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section30 > div.outer {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section30 > div.outer {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section30 > div.outer > div {
        margin: -5px;
    }
    .section30 > div.outer > div a {
        margin: 5px;
        float: left;
        width: calc(50% - 10px);
    }
    .section30 > div.outer > div a img {
        display: block;
        width: 100%;
    }
}
.section31 > div > div > div > div:first-child {
    display: flex;
    justify-content: center;
}
.section31 > div > div > div > div:first-child a {
    display: flex;
    text-decoration: none;
    opacity: 1;
}
.section31 > div > div > div > div:first-child a picture {
    transition: transform 250ms;
}
.section31 > div > div > div > div:first-child a:hover picture {
    transform: scale(1.025);
}
.section31 > div > div > div > div:first-child picture:first-child img {
    width: auto;
}
@media (min-width: 1024px) {
    .section31 > div > div > div > div:first-child picture:first-child img {
        transform: rotate(-10deg) translateX(3vh) translateY(3vh);
        height: 35vh;
    }
}
@media (max-width: 1023.98px) {
    .section31 > div > div > div > div:first-child picture:first-child img {
        transform: rotate(-10deg) translateX(2vw) translateY(2vw);
        height: 45vw;
    }
}
.section31 > div > div > div > div:first-child picture:last-child img {
    border-radius: 100%;
    width: auto;
}
@media (min-width: 1024px) {
    .section31 > div > div > div > div:first-child picture:last-child img {
        transform: translateX(-3vh);
        height: 28vh;
    }
}
@media (max-width: 1023.98px) {
    .section31 > div > div > div > div:first-child picture:last-child img {
        transform: translateX(-2vw);
        height: 36vw;
    }
}
.section31 > div > div > div > div:last-child {
    text-align: center;
    margin: 50px auto 0;
}
@media (min-width: 1024px) {
    .section31 > div > div > div > div:last-child {
        width: 40vh;
    }
}
@media (max-width: 1023.98px) {
    .section31 > div > div > div > div:last-child {
        width: 80%;
    }
}
.section31 > div > div > div > div:last-child a {
    display: block;
    text-decoration: none;
    color: #ed3237;
}
.section31 > div > div > div > div:last-child .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section31 > div > div > div > div:last-child .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.section31.background.lightgreen,
.section31.lightgreen.section15,
.section31.lightgreen.section16,
.section31.lightgreen.section18,
.section31.lightgreen.section21 {
    background-color: #7e823c;
}
.section31.background.lightgreen *,
.section31.lightgreen.section15 *,
.section31.lightgreen.section16 *,
.section31.lightgreen.section18 *,
.section31.lightgreen.section21 * {
    color: #373435;
}
.section31.background.lightgreen a.link:before,
.section31.lightgreen.section15 a.link:before,
.section31.lightgreen.section16 a.link:before,
.section31.lightgreen.section18 a.link:before,
.section31.lightgreen.section21 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section31.background.lightgreen a.btn-secondary span,
.section31.lightgreen.section15 a.btn-secondary span,
.section31.lightgreen.section16 a.btn-secondary span,
.section31.lightgreen.section18 a.btn-secondary span,
.section31.lightgreen.section21 a.btn-secondary span,
.section31.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.lightgreen a.btn span,
.section31.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section15 a.btn span,
.section31.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section16 a.btn span,
.section31.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section18 a.btn span,
.section31.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section21 a.btn span {
    color: #fff;
}
.section31.background.lightgreen a.btn-secondary:before,
.section31.lightgreen.section15 a.btn-secondary:before,
.section31.lightgreen.section16 a.btn-secondary:before,
.section31.lightgreen.section18 a.btn-secondary:before,
.section31.lightgreen.section21 a.btn-secondary:before,
.section31.background.lightgreen .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.lightgreen a.btn:before,
.section31.lightgreen.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section15 a.btn:before,
.section31.lightgreen.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section16 a.btn:before,
.section31.lightgreen.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section18 a.btn:before,
.section31.lightgreen.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightgreen.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.lightgreen p.link:before,
.section31.lightgreen.section15 p.link:before,
.section31.lightgreen.section16 p.link:before,
.section31.lightgreen.section18 p.link:before,
.section31.lightgreen.section21 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section31.background.lightgreen .swiper-pagination-bullet,
.section31.lightgreen.section15 .swiper-pagination-bullet,
.section31.lightgreen.section16 .swiper-pagination-bullet,
.section31.lightgreen.section18 .swiper-pagination-bullet,
.section31.lightgreen.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.lightgreen .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightgreen.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightgreen.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightgreen.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightgreen.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.greenyellow,
.section31.greenyellow.section15,
.section31.greenyellow.section16,
.section31.greenyellow.section18,
.section31.greenyellow.section21 {
    background-color: #ed3237;
}
.section31.background.greenyellow *,
.section31.greenyellow.section15 *,
.section31.greenyellow.section16 *,
.section31.greenyellow.section18 *,
.section31.greenyellow.section21 * {
    color: #373435;
}
.section31.background.greenyellow a.link:before,
.section31.greenyellow.section15 a.link:before,
.section31.greenyellow.section16 a.link:before,
.section31.greenyellow.section18 a.link:before,
.section31.greenyellow.section21 a.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section31.background.greenyellow a.btn-secondary span,
.section31.greenyellow.section15 a.btn-secondary span,
.section31.greenyellow.section16 a.btn-secondary span,
.section31.greenyellow.section18 a.btn-secondary span,
.section31.greenyellow.section21 a.btn-secondary span,
.section31.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.greenyellow a.btn span,
.section31.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section15 a.btn span,
.section31.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section16 a.btn span,
.section31.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section18 a.btn span,
.section31.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section21 a.btn span {
    color: #fff;
}
.section31.background.greenyellow a.btn-secondary:before,
.section31.greenyellow.section15 a.btn-secondary:before,
.section31.greenyellow.section16 a.btn-secondary:before,
.section31.greenyellow.section18 a.btn-secondary:before,
.section31.greenyellow.section21 a.btn-secondary:before,
.section31.background.greenyellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.greenyellow a.btn:before,
.section31.greenyellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section15 a.btn:before,
.section31.greenyellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section16 a.btn:before,
.section31.greenyellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section18 a.btn:before,
.section31.greenyellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenyellow.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.greenyellow p.link:before,
.section31.greenyellow.section15 p.link:before,
.section31.greenyellow.section16 p.link:before,
.section31.greenyellow.section18 p.link:before,
.section31.greenyellow.section21 p.link:before {
    filter: invert(84%) sepia(54%) saturate(612%) hue-rotate(347deg) brightness(86%) contrast(95%);
}
.section31.background.greenyellow .swiper-pagination-bullet,
.section31.greenyellow.section15 .swiper-pagination-bullet,
.section31.greenyellow.section16 .swiper-pagination-bullet,
.section31.greenyellow.section18 .swiper-pagination-bullet,
.section31.greenyellow.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.greenyellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenyellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenyellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenyellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenyellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.greenlightblue,
.section31.greenlightblue.section15,
.section31.greenlightblue.section16,
.section31.greenlightblue.section18,
.section31.greenlightblue.section21 {
    background-color: #ed3237;
}
.section31.background.greenlightblue *,
.section31.greenlightblue.section15 *,
.section31.greenlightblue.section16 *,
.section31.greenlightblue.section18 *,
.section31.greenlightblue.section21 * {
    color: #373435;
}
.section31.background.greenlightblue a.link:before,
.section31.greenlightblue.section15 a.link:before,
.section31.greenlightblue.section16 a.link:before,
.section31.greenlightblue.section18 a.link:before,
.section31.greenlightblue.section21 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.greenlightblue a.btn-secondary span,
.section31.greenlightblue.section15 a.btn-secondary span,
.section31.greenlightblue.section16 a.btn-secondary span,
.section31.greenlightblue.section18 a.btn-secondary span,
.section31.greenlightblue.section21 a.btn-secondary span,
.section31.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.greenlightblue a.btn span,
.section31.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section15 a.btn span,
.section31.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section16 a.btn span,
.section31.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section18 a.btn span,
.section31.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section21 a.btn span {
    color: #fff;
}
.section31.background.greenlightblue a.btn-secondary:before,
.section31.greenlightblue.section15 a.btn-secondary:before,
.section31.greenlightblue.section16 a.btn-secondary:before,
.section31.greenlightblue.section18 a.btn-secondary:before,
.section31.greenlightblue.section21 a.btn-secondary:before,
.section31.background.greenlightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.greenlightblue a.btn:before,
.section31.greenlightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section15 a.btn:before,
.section31.greenlightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section16 a.btn:before,
.section31.greenlightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section18 a.btn:before,
.section31.greenlightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greenlightblue.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.greenlightblue p.link:before,
.section31.greenlightblue.section15 p.link:before,
.section31.greenlightblue.section16 p.link:before,
.section31.greenlightblue.section18 p.link:before,
.section31.greenlightblue.section21 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.greenlightblue .swiper-pagination-bullet,
.section31.greenlightblue.section15 .swiper-pagination-bullet,
.section31.greenlightblue.section16 .swiper-pagination-bullet,
.section31.greenlightblue.section18 .swiper-pagination-bullet,
.section31.greenlightblue.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.greenlightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenlightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenlightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenlightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greenlightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.orange,
.section31.orange.section15,
.section31.orange.section16,
.section31.orange.section18,
.section31.orange.section21 {
    background-color: #a4502a;
}
.section31.background.orange *,
.section31.orange.section15 *,
.section31.orange.section16 *,
.section31.orange.section18 *,
.section31.orange.section21 * {
    color: #373435;
}
.section31.background.orange a.link:before,
.section31.orange.section15 a.link:before,
.section31.orange.section16 a.link:before,
.section31.orange.section18 a.link:before,
.section31.orange.section21 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.orange a.btn-secondary span,
.section31.orange.section15 a.btn-secondary span,
.section31.orange.section16 a.btn-secondary span,
.section31.orange.section18 a.btn-secondary span,
.section31.orange.section21 a.btn-secondary span,
.section31.background.orange .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.orange a.btn span,
.section31.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.orange.section15 a.btn span,
.section31.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.orange.section16 a.btn span,
.section31.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.orange.section18 a.btn span,
.section31.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.orange.section21 a.btn span {
    color: #fff;
}
.section31.background.orange a.btn-secondary:before,
.section31.orange.section15 a.btn-secondary:before,
.section31.orange.section16 a.btn-secondary:before,
.section31.orange.section18 a.btn-secondary:before,
.section31.orange.section21 a.btn-secondary:before,
.section31.background.orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.orange a.btn:before,
.section31.orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.orange.section15 a.btn:before,
.section31.orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.orange.section16 a.btn:before,
.section31.orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.orange.section18 a.btn:before,
.section31.orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.orange.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.orange p.link:before,
.section31.orange.section15 p.link:before,
.section31.orange.section16 p.link:before,
.section31.orange.section18 p.link:before,
.section31.orange.section21 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.orange .swiper-pagination-bullet,
.section31.orange.section15 .swiper-pagination-bullet,
.section31.orange.section16 .swiper-pagination-bullet,
.section31.orange.section18 .swiper-pagination-bullet,
.section31.orange.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.lightblue,
.section31.lightblue.section15,
.section31.lightblue.section16,
.section31.lightblue.section18,
.section31.lightblue.section21 {
    background-color: #373435;
}
.section31.background.lightblue *,
.section31.lightblue.section15 *,
.section31.lightblue.section16 *,
.section31.lightblue.section18 *,
.section31.lightblue.section21 * {
    color: #ed3237;
}
.section31.background.lightblue a.link:before,
.section31.lightblue.section15 a.link:before,
.section31.lightblue.section16 a.link:before,
.section31.lightblue.section18 a.link:before,
.section31.lightblue.section21 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section31.background.lightblue a.btn-secondary span,
.section31.lightblue.section15 a.btn-secondary span,
.section31.lightblue.section16 a.btn-secondary span,
.section31.lightblue.section18 a.btn-secondary span,
.section31.lightblue.section21 a.btn-secondary span,
.section31.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.lightblue a.btn span,
.section31.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section15 a.btn span,
.section31.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section16 a.btn span,
.section31.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section18 a.btn span,
.section31.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section21 a.btn span {
    color: #fff;
}
.section31.background.lightblue a.btn-secondary:before,
.section31.lightblue.section15 a.btn-secondary:before,
.section31.lightblue.section16 a.btn-secondary:before,
.section31.lightblue.section18 a.btn-secondary:before,
.section31.lightblue.section21 a.btn-secondary:before,
.section31.background.lightblue .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.lightblue a.btn:before,
.section31.lightblue.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section15 a.btn:before,
.section31.lightblue.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section16 a.btn:before,
.section31.lightblue.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section18 a.btn:before,
.section31.lightblue.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.lightblue.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.lightblue p.link:before,
.section31.lightblue.section15 p.link:before,
.section31.lightblue.section16 p.link:before,
.section31.lightblue.section18 p.link:before,
.section31.lightblue.section21 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section31.background.lightblue .swiper-pagination-bullet,
.section31.lightblue.section15 .swiper-pagination-bullet,
.section31.lightblue.section16 .swiper-pagination-bullet,
.section31.lightblue.section18 .swiper-pagination-bullet,
.section31.lightblue.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.lightblue .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightblue.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightblue.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightblue.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.lightblue.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.red,
.section31.red.section15,
.section31.red.section16,
.section31.red.section18,
.section31.red.section21 {
    background-color: #ed3237;
}
.section31.background.red *,
.section31.red.section15 *,
.section31.red.section16 *,
.section31.red.section18 *,
.section31.red.section21 * {
    color: #373435;
}
.section31.background.red a.link:before,
.section31.red.section15 a.link:before,
.section31.red.section16 a.link:before,
.section31.red.section18 a.link:before,
.section31.red.section21 a.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.red a.btn-secondary span,
.section31.red.section15 a.btn-secondary span,
.section31.red.section16 a.btn-secondary span,
.section31.red.section18 a.btn-secondary span,
.section31.red.section21 a.btn-secondary span,
.section31.background.red .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.red a.btn span,
.section31.red.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.red.section15 a.btn span,
.section31.red.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.red.section16 a.btn span,
.section31.red.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.red.section18 a.btn span,
.section31.red.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.red.section21 a.btn span {
    color: #ed3237;
}
.section31.background.red a.btn-secondary:before,
.section31.red.section15 a.btn-secondary:before,
.section31.red.section16 a.btn-secondary:before,
.section31.red.section18 a.btn-secondary:before,
.section31.red.section21 a.btn-secondary:before,
.section31.background.red .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.red a.btn:before,
.section31.red.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.red.section15 a.btn:before,
.section31.red.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.red.section16 a.btn:before,
.section31.red.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.red.section18 a.btn:before,
.section31.red.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.red.section21 a.btn:before {
    background-color: #fff;
    border: 1px solid #fff;
}
.section31.background.red p.link:before,
.section31.red.section15 p.link:before,
.section31.red.section16 p.link:before,
.section31.red.section18 p.link:before,
.section31.red.section21 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.red .swiper-pagination-bullet,
.section31.red.section15 .swiper-pagination-bullet,
.section31.red.section16 .swiper-pagination-bullet,
.section31.red.section18 .swiper-pagination-bullet,
.section31.red.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.red .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.red.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.red.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.red.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.red.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.yellow,
.section31.yellow.section15,
.section31.yellow.section16,
.section31.yellow.section18,
.section31.yellow.section21 {
    background-color: #373435;
}
.section31.background.yellow *,
.section31.yellow.section15 *,
.section31.yellow.section16 *,
.section31.yellow.section18 *,
.section31.yellow.section21 * {
    color: #ed3237;
}
.section31.background.yellow a.link:before,
.section31.yellow.section15 a.link:before,
.section31.yellow.section16 a.link:before,
.section31.yellow.section18 a.link:before,
.section31.yellow.section21 a.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section31.background.yellow a.btn-secondary span,
.section31.yellow.section15 a.btn-secondary span,
.section31.yellow.section16 a.btn-secondary span,
.section31.yellow.section18 a.btn-secondary span,
.section31.yellow.section21 a.btn-secondary span,
.section31.background.yellow .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.yellow a.btn span,
.section31.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section15 a.btn span,
.section31.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section16 a.btn span,
.section31.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section18 a.btn span,
.section31.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section21 a.btn span {
    color: #fff;
}
.section31.background.yellow a.btn-secondary:before,
.section31.yellow.section15 a.btn-secondary:before,
.section31.yellow.section16 a.btn-secondary:before,
.section31.yellow.section18 a.btn-secondary:before,
.section31.yellow.section21 a.btn-secondary:before,
.section31.background.yellow .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.yellow a.btn:before,
.section31.yellow.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section15 a.btn:before,
.section31.yellow.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section16 a.btn:before,
.section31.yellow.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section18 a.btn:before,
.section31.yellow.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.yellow.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.yellow p.link:before,
.section31.yellow.section15 p.link:before,
.section31.yellow.section16 p.link:before,
.section31.yellow.section18 p.link:before,
.section31.yellow.section21 p.link:before {
    filter: invert(27%) sepia(68%) saturate(2384%) hue-rotate(349deg) brightness(79%) contrast(81%);
}
.section31.background.yellow .swiper-pagination-bullet,
.section31.yellow.section15 .swiper-pagination-bullet,
.section31.yellow.section16 .swiper-pagination-bullet,
.section31.yellow.section18 .swiper-pagination-bullet,
.section31.yellow.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.yellow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.yellow.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.yellow.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.yellow.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.yellow.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.greengo-orange,
.section31.greengo-orange.section15,
.section31.greengo-orange.section16,
.section31.greengo-orange.section18,
.section31.greengo-orange.section21 {
    background-color: #2b2722;
}
.section31.background.greengo-orange *,
.section31.greengo-orange.section15 *,
.section31.greengo-orange.section16 *,
.section31.greengo-orange.section18 *,
.section31.greengo-orange.section21 * {
    color: #a4502a;
}
.section31.background.greengo-orange a.link:before,
.section31.greengo-orange.section15 a.link:before,
.section31.greengo-orange.section16 a.link:before,
.section31.greengo-orange.section18 a.link:before,
.section31.greengo-orange.section21 a.link:before {
    filter: invert(32%) sepia(72%) saturate(559%) hue-rotate(334deg) brightness(96%) contrast(89%);
}
.section31.background.greengo-orange a.btn-secondary span,
.section31.greengo-orange.section15 a.btn-secondary span,
.section31.greengo-orange.section16 a.btn-secondary span,
.section31.greengo-orange.section18 a.btn-secondary span,
.section31.greengo-orange.section21 a.btn-secondary span,
.section31.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.greengo-orange a.btn span,
.section31.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section15 a.btn span,
.section31.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section16 a.btn span,
.section31.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section18 a.btn span,
.section31.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section21 a.btn span {
    color: #fff;
}
.section31.background.greengo-orange a.btn-secondary:before,
.section31.greengo-orange.section15 a.btn-secondary:before,
.section31.greengo-orange.section16 a.btn-secondary:before,
.section31.greengo-orange.section18 a.btn-secondary:before,
.section31.greengo-orange.section21 a.btn-secondary:before,
.section31.background.greengo-orange .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.greengo-orange a.btn:before,
.section31.greengo-orange.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section15 a.btn:before,
.section31.greengo-orange.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section16 a.btn:before,
.section31.greengo-orange.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section18 a.btn:before,
.section31.greengo-orange.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-orange.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.greengo-orange p.link:before,
.section31.greengo-orange.section15 p.link:before,
.section31.greengo-orange.section16 p.link:before,
.section31.greengo-orange.section18 p.link:before,
.section31.greengo-orange.section21 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.greengo-orange .swiper-pagination-bullet,
.section31.greengo-orange.section15 .swiper-pagination-bullet,
.section31.greengo-orange.section16 .swiper-pagination-bullet,
.section31.greengo-orange.section18 .swiper-pagination-bullet,
.section31.greengo-orange.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.greengo-orange .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-orange.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-orange.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-orange.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-orange.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section31.background.greengo-green,
.section31.greengo-green.section15,
.section31.greengo-green.section16,
.section31.greengo-green.section18,
.section31.greengo-green.section21 {
    background-color: #2b2722;
}
.section31.background.greengo-green *,
.section31.greengo-green.section15 *,
.section31.greengo-green.section16 *,
.section31.greengo-green.section18 *,
.section31.greengo-green.section21 * {
    color: #54b763;
}
.section31.background.greengo-green a.link:before,
.section31.greengo-green.section15 a.link:before,
.section31.greengo-green.section16 a.link:before,
.section31.greengo-green.section18 a.link:before,
.section31.greengo-green.section21 a.link:before {
    filter: invert(60%) sepia(80%) saturate(301%) hue-rotate(78deg) brightness(88%) contrast(91%);
}
.section31.background.greengo-green a.btn-secondary span,
.section31.greengo-green.section15 a.btn-secondary span,
.section31.greengo-green.section16 a.btn-secondary span,
.section31.greengo-green.section18 a.btn-secondary span,
.section31.greengo-green.section21 a.btn-secondary span,
.section31.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.background.greengo-green a.btn span,
.section31.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section15 a.btn span,
.section31.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section16 a.btn span,
.section31.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section18 a.btn span,
.section31.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn span,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section21 a.btn span {
    color: #fff;
}
.section31.background.greengo-green a.btn-secondary:before,
.section31.greengo-green.section15 a.btn-secondary:before,
.section31.greengo-green.section16 a.btn-secondary:before,
.section31.greengo-green.section18 a.btn-secondary:before,
.section31.greengo-green.section21 a.btn-secondary:before,
.section31.background.greengo-green .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.background.greengo-green a.btn:before,
.section31.greengo-green.section15 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section15 a.btn:before,
.section31.greengo-green.section16 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section16 a.btn:before,
.section31.greengo-green.section18 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section18 a.btn:before,
.section31.greengo-green.section21 .umbraco-forms-page.form-btn-secondary a.btn:before,
.umbraco-forms-page.form-btn-secondary .section31.greengo-green.section21 a.btn:before {
    background-color: #ed3237;
    border: 1px solid #ed3237;
}
.section31.background.greengo-green p.link:before,
.section31.greengo-green.section15 p.link:before,
.section31.greengo-green.section16 p.link:before,
.section31.greengo-green.section18 p.link:before,
.section31.greengo-green.section21 p.link:before {
    filter: invert(92%) sepia(16%) saturate(492%) hue-rotate(132deg) brightness(87%) contrast(92%);
}
.section31.background.greengo-green .swiper-pagination-bullet,
.section31.greengo-green.section15 .swiper-pagination-bullet,
.section31.greengo-green.section16 .swiper-pagination-bullet,
.section31.greengo-green.section18 .swiper-pagination-bullet,
.section31.greengo-green.section21 .swiper-pagination-bullet {
    background-color: #ed3237;
}
.section31.background.greengo-green .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-green.section15 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-green.section16 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-green.section18 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section31.greengo-green.section21 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #ed3237;
    background-color: transparent;
}
.section32 > div > div > div > div:first-child a {
    opacity: 1;
}
.section32 > div > div > div > div:first-child a:hover picture {
    transform: scale(1.025);
}
.section32 > div > div > div > div:first-child picture {
    transition: transform 250ms;
}
.section32 > div > div > div > div:first-child picture img {
    width: auto;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .section32 > div > div > div > div:first-child picture img {
        height: 28vh;
    }
}
@media (max-width: 1023.98px) {
    .section32 > div > div > div > div:first-child picture img {
        height: 36vw;
    }
}
.section32 > div > div > div > div:last-child {
    text-align: center;
    margin: 50px auto 0;
}
@media (min-width: 1024px) {
    .section32 > div > div > div > div:last-child {
        width: 40vh;
    }
}
@media (max-width: 1023.98px) {
    .section32 > div > div > div > div:last-child {
        width: 80%;
    }
}
.section32 > div > div > div > div:last-child a {
    display: block;
    text-decoration: none;
    color: #ed3237;
}
.section32 > div > div > div > div:last-child .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section32 > div > div > div > div:last-child .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.section33 > div > div > div > div:first-child a {
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px) {
    .section33 > div > div > div > div:first-child a {
        opacity: 1;
    }
    .section33 > div > div > div > div:first-child a:hover picture:first-child {
        transform: scale(1.025);
    }
    .section33 > div > div > div > div:first-child a:hover picture:last-child {
        transform: scale(1.025);
    }
}
.section33 > div > div > div > div:first-child a picture {
    position: relative;
    transition: transform 250ms;
}
.section33 > div > div > div > div:first-child a picture:first-child {
    z-index: 2;
}
.section33 > div > div > div > div:first-child a picture:first-child img {
    border-radius: 100%;
    width: auto;
}
@media (min-width: 1024px) {
    .section33 > div > div > div > div:first-child a picture:first-child img {
        transform: translateX(2vh);
        height: 28vh;
    }
}
@media (max-width: 1023.98px) {
    .section33 > div > div > div > div:first-child a picture:first-child img {
        transform: translateX(1vw);
        height: 36vw;
    }
}
.section33 > div > div > div > div:first-child a picture:last-child {
    z-index: 1;
}
.section33 > div > div > div > div:first-child a picture:last-child img {
    width: auto;
}
@media (min-width: 1024px) {
    .section33 > div > div > div > div:first-child a picture:last-child img {
        transform: translateX(-2vh) rotate(10deg);
        height: 38vh;
    }
}
@media (max-width: 1023.98px) {
    .section33 > div > div > div > div:first-child a picture:last-child img {
        transform: translateX(-1vw) rotate(10deg);
        height: 49vw;
    }
}
.section33 > div > div > div > div:last-child {
    text-align: center;
    margin: 50px auto 0;
}
@media (min-width: 1024px) {
    .section33 > div > div > div > div:last-child {
        width: 40vh;
    }
}
@media (max-width: 1023.98px) {
    .section33 > div > div > div > div:last-child {
        width: 80%;
    }
}
.section33 > div > div > div > div:last-child a {
    display: block;
    text-decoration: none;
    color: #ed3237;
}
.section33 > div > div > div > div:last-child .link {
    margin: 3vh 0 0 !important;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 15px;
    position: relative;
    display: block;
}
.section33 > div > div > div > div:last-child .link:before {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -36px;
    height: 15px;
    width: 72px;
    background-image: url(../img/arrow-long.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.section34 {
    overflow: hidden;
}
@media (min-width: 1024px) {
    .section34 {
        padding-top: 0 !important;
    }
    .section34 > div {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .section34 > div > div > div {
        display: flex;
        align-items: center;
    }
    .section34 > div > div > div section {
        padding-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section34 > div > div > div section {
        padding-right: 15vw;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section34 > div > div > div section {
        padding-right: 8vw;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section34 > div > div > div section {
        padding-right: 6.5vw;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section34 > div > div > div section {
        padding-right: 6.5vw;
    }
}
@media (min-width: 1024px) {
    .section34 > div > div > div > div {
        display: flex;
        align-items: center;
    }
    .section34 > div > div > div > div > div > div {
        display: flex;
    }
    .section34 > div > div > div > div > div > div > a {
        display: block;
        text-decoration: none;
        overflow: hidden;
        width: 28vw;
        color: #ed3237 !important;
    }
    .section34 > div > div > div > div > div > div > a picture {
        display: flex;
        height: 26vh;
        width: 100%;
    }
    .section34 > div > div > div > div > div > div > a picture img {
        height: 22vh;
        width: auto;
        margin: auto;
    }
    .section34 > div > div > div > div > div > div > a div {
        text-align: center;
        padding: 0 3.5vw;
        margin-top: 1vh;
    }
    .section34 > div > div > div > div > div > div > a div *:last-child {
        margin-bottom: 0;
    }
    .section34 > div > div > div > div > div > div > a.style-2 picture img {
        border-radius: 100%;
    }
    .section34 > div > div > div > div > div > div > div {
        width: 28vw;
    }
    .section34 > div > div > div > div > div > div > div > div {
        display: flex;
        height: 26vh;
        align-items: center;
        justify-content: center;
    }
    .section34 > div > div > div > div > div > div > div > div p {
        /* font-family: eyecatchingw01; */
        text-transform: none;
        margin-left: 3px;
        font-size: 40px;
        line-height: 0.66em;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section34 > div > div > div > div > div > div:first-child {
        margin-left: 15vw;
    }
}
@media (min-width: 1024px) {
    .section34 > div > div > div > div > div > div:last-child {
        margin-top: 6vh;
    }
}
@media (max-width: 1023.98px) {
    .section34 .abs-filters {
        margin-bottom: 60px;
        overflow: auto;
    }
    .section34 .abs-filters::-webkit-scrollbar {
        display: none;
    }
    .section34 .abs-filters span {
        margin-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section34 .abs-filters span {
        margin-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section34 .abs-filters span {
        margin-left: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section34 .abs-filters span {
        margin-left: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section34 .abs-filters span {
        margin-left: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section34 .abs-filters a:last-child {
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section34 .abs-filters a:last-child {
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section34 .abs-filters a:last-child {
        margin-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section34 .abs-filters a:last-child {
        margin-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section34 .abs-filters a:last-child {
        margin-right: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section34 > div > div > div section {
        padding-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section34 > div > div > div section {
        padding-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section34 > div > div > div section {
        padding-bottom: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section34 > div > div > div section {
        padding-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section34 > div > div > div section {
        padding-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    .section34 > div > div > div > div > div > div > a {
        display: block;
        text-decoration: none;
        overflow: hidden;
        width: 100%;
        color: #ed3237 !important;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section34 > div > div > div > div > div > div > a {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section34 > div > div > div > div > div > div > a {
        padding-left: 70px;
        padding-right: 70px;
        margin-bottom: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section34 > div > div > div > div > div > div > a {
        padding-left: 9vw;
        padding-right: 9vw;
        margin-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section34 > div > div > div > div > div > div > a {
        padding-left: 11vw;
        padding-right: 11vw;
        margin-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    .section34 > div > div > div > div > div > div > a picture {
        display: flex;
        height: 26vh;
        width: 100%;
    }
    .section34 > div > div > div > div > div > div > a picture img {
        height: 22vh;
        width: auto;
        margin: auto;
    }
}
@media (max-width: 1023.98px) {
    .section34 > div > div > div > div > div > div > a div {
        text-align: center;
        padding: 0 3.5vw;
        margin-top: 1vh;
    }
    .section34 > div > div > div > div > div > div > a div *:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1023.98px) {
    .section34 > div > div > div > div > div > div > a.style-2 picture img {
        border-radius: 100%;
    }
}
@media (max-width: 1023.98px) {
    .section34 > div > div > div > div > div > div > div {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section34 > div > div > div > div > div > div > div {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section34 > div > div > div > div > div > div > div {
        padding-left: 70px;
        padding-right: 70px;
        margin-bottom: 8vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section34 > div > div > div > div > div > div > div {
        padding-left: 9vw;
        padding-right: 9vw;
        margin-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section34 > div > div > div > div > div > div > div {
        padding-left: 11vw;
        padding-right: 11vw;
        margin-bottom: 6.5vw;
    }
}
@media (max-width: 1023.98px) {
    .section34 > div > div > div > div > div > div > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section34 > div > div > div > div > div > div > div > div p {
        /* font-family: eyecatchingw01; */
        font-family: RF Rufo, Helvetica, Arial, sans-serif;
        text-transform: none;
        margin-left: 3px;
        font-size: 40px;
        line-height: 0.66em;
        margin-bottom: 0;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 40px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section34 > div > div > div > div > div > div > div > div p {
        font-size: 55px;
        line-height: 0.66em;
    }
}
@media (min-width: 1024px) {
    .section35 > div > div > div {
        width: 580px;
    }
}
@media (max-width: 1023.98px) {
    .section35 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section35 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section35 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section35 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section35 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section35 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section35 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section35 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section35 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section35 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section35 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section35 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section35 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section36 > div {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .section36 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .section36 > div {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .section36 > div {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .section36 > div {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .section36 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .section36 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .section36 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .section36 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    .section36 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .section36 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 1024px) {
    .section36 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 1300px) {
    .section36 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section36 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-right: -2.5px;
    margin-left: -2.5px;
    justify-content: center;
}
@media (min-width: 576px) {
    .section36 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) {
    .section36 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 1024px) {
    .section36 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1300px) {
    .section36 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1024px) {
    .section36 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section36 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section36 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section36 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section36 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) {
    .section36 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section36 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section36 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section36 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section36 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.section36.center > div > div > div {
    text-align: center;
}
.section37 > div {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .section37 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .section37 > div {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .section37 > div {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .section37 > div {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .section37 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .section37 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .section37 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .section37 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    .section37 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .section37 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 1024px) {
    .section37 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 1300px) {
    .section37 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section37 > div > div > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section37 > div > div > div > ul > li {
    margin: 0;
}
.section37 > div > div > div > ul > li:before {
    display: none;
}
.section37 > div > div > div > ul li {
    margin-left: 0 !important;
}
@media (min-width: 768px) {
    .section37 > div > div > div > ul {
        display: flex;
        margin: 0 -1em;
        justify-content: center;
    }
    .section37 > div > div > div > ul li {
        margin: 0 1em !important;
    }
}
@media (max-width: 767.98px) {
    .section37 > div > div > div > ul {
        text-align: center;
    }
    .section37 > div > div > div > ul li:not(:last-child) {
        margin-bottom: 0.5em;
    }
}
.section37 > div > div > div > ul li a {
    text-decoration: none;
    color: #ed3237 !important;
    position: relative;
    display: inline-block;
}
.section37 > div > div > div > ul li.selected a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    background-image: url(/images/icons/line.svg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 5px;
    width: 100%;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.section37 > div > div > div > div > div {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .section37 > div > div > div > div > div {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) and (min-width: 576px) {
    .section37 > div > div > div > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .section37 > div > div > div > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 768px) and (min-width: 1024px) {
    .section37 > div > div > div > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 768px) and (min-width: 1300px) {
    .section37 > div > div > div > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 768px) {
    .section37 > div > div > div > div > div > div:first-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media (min-width: 768px) and (min-width: 576px) {
    .section37 > div > div > div > div > div > div:first-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .section37 > div > div > div > div > div > div:first-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (min-width: 1024px) {
    .section37 > div > div > div > div > div > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (min-width: 1300px) {
    .section37 > div > div > div > div > div > div:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section37 > div > div > div > div > div > div:first-child {
        margin-bottom: 20px;
    }
}
.section37 > div > div > div > div > div > div:first-child a {
    display: block;
}
@media (min-width: 768px) {
    .section37 > div > div > div > div > div > div:last-child {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}
@media (min-width: 768px) and (min-width: 576px) {
    .section37 > div > div > div > div > div > div:last-child {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .section37 > div > div > div > div > div > div:last-child {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (min-width: 1024px) {
    .section37 > div > div > div > div > div > div:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (min-width: 1300px) {
    .section37 > div > div > div > div > div > div:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) {
    .section37 > div > div > div > div > div > div:last-child > div {
        padding-left: 1em;
    }
}
.section37 > div > div > div > div > div > div:last-child > div p.read {
    margin-top: -1.5rem;
}
.section37 > div > div > div > div > div > div:last-child > div .tagline:first-child,
.section37 > div > div > div > div > div > div:last-child > div .section40 > div > ul li a:first-child,
.section40 > div > ul li .section37 > div > div > div > div > div > div:last-child > div a:first-child,
.section37 > div > div > div > div > div > div:last-child > div .section39 > div > div > div > ul li a:first-child,
.section39 > div > div > div > ul li .section37 > div > div > div > div > div > div:last-child > div a:first-child,
.section37 > div > div > div > div > div > div:last-child > div ul.link-list li a:first-child,
ul.link-list li .section37 > div > div > div > div > div > div:last-child > div a:first-child,
.section37 > div > div > div > div > div > div:last-child > div .section37 > div > div > div > ul li a:first-child,
.section37 > div > div > div > ul li .section37 > div > div > div > div > div > div:last-child > div a:first-child {
    margin-bottom: 1em;
}
.section38 > div {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .section38 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .section38 > div {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .section38 > div {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .section38 > div {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .section38 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .section38 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .section38 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .section38 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    .section38 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .section38 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 1024px) {
    .section38 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 1300px) {
    .section38 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section38 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-right: -2.5px;
    margin-left: -2.5px;
    justify-content: center;
    text-align: center;
}
@media (min-width: 576px) {
    .section38 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) {
    .section38 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 1024px) {
    .section38 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1300px) {
    .section38 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
.section38 > div > div:first-child > div {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 2.5px;
    padding-left: 2.5px;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-bottom: 15vw;
}
@media (min-width: 576px) {
    .section38 > div > div:first-child > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .section38 > div > div:first-child > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .section38 > div > div:first-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .section38 > div > div:first-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    .section38 > div > div:first-child > div {
        margin-bottom: 15vw;
    }
}
@media (min-width: 768px) {
    .section38 > div > div:first-child > div {
        margin-bottom: 8vw;
    }
}
@media (min-width: 1024px) {
    .section38 > div > div:first-child > div {
        margin-bottom: 6.5vw;
    }
}
@media (min-width: 1300px) {
    .section38 > div > div:first-child > div {
        margin-bottom: 6.5vw;
    }
}
@media (min-width: 1024px) {
    .section38 > div > div:first-child > div .swiper-container {
        opacity: 1;
        margin-bottom: 2em;
    }
    .section38 > div > div:first-child > div .swiper-container .swiper-wrapper {
        display: flex;
    }
    .section38 > div > div:first-child > div .swiper-container .swiper-wrapper .swiper-slide {
        width: 33.33333%;
    }
    .section38 > div > div:first-child > div .swiper-container .swiper-wrapper .swiper-slide img {
        width: auto;
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) {
    .section38 > div > div:first-child > div .swiper-container {
        padding-bottom: 2em;
        margin-bottom: 2em;
    }
    .section38 > div > div:first-child > div .swiper-container .swiper-slide img {
        width: 50%;
        margin: 0 auto;
    }
    .section38 > div > div:first-child > div .swiper-container .swiper-pagination {
        bottom: 0 !important;
    }
    .section38 > div > div:first-child > div .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: #ed3237;
    }
    .section38 > div > div:first-child > div .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #ed3237;
        background-color: transparent;
    }
}
.section38 > div > div:last-child > div {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 2.5px;
    padding-left: 2.5px;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
@media (min-width: 576px) {
    .section38 > div > div:last-child > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .section38 > div > div:last-child > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .section38 > div > div:last-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .section38 > div > div:last-child > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.section39 > div {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .section39 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .section39 > div {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .section39 > div {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .section39 > div {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .section39 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .section39 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .section39 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .section39 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    .section39 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .section39 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 1024px) {
    .section39 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 1300px) {
    .section39 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section39 > div > div > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section39 > div > div > div > ul > li {
    margin: 0;
}
.section39 > div > div > div > ul > li:before {
    display: none;
}
.section39 > div > div > div > ul li {
    margin-left: 0 !important;
}
@media (min-width: 768px) {
    .section39 > div > div > div > ul {
        display: flex;
        margin: 0 -1em;
        justify-content: center;
    }
    .section39 > div > div > div > ul li {
        margin: 0 1em !important;
    }
}
@media (max-width: 767.98px) {
    .section39 > div > div > div > ul {
        text-align: center;
    }
    .section39 > div > div > div > ul li:not(:last-child) {
        margin-bottom: 0.5em;
    }
}
.section39 > div > div > div > ul li a {
    text-decoration: none;
    color: #ed3237 !important;
    position: relative;
    display: inline-block;
}
.section39 > div > div > div > ul li.selected a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    background-image: url(/images/icons/line.svg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 5px;
    width: 100%;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.section39 > div > div > div > .abs-filters {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    justify-content: center;
    margin-top: 50px;
}
@media (max-width: 1023.98px) {
    .section39 > div > div > div > .abs-filters {
        overflow: auto !important;
        padding-bottom: 1px;
        justify-content: flex-start;
        margin-left: -20px;
        overflow: hidden;
        margin-right: -20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section39 > div > div > div > .abs-filters {
        margin-left: -20px;
        overflow: hidden;
        margin-right: -20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section39 > div > div > div > .abs-filters {
        margin-left: -70px;
        overflow: hidden;
        margin-right: -70px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section39 > div > div > div > .abs-filters {
        margin-left: -9vw;
        overflow: hidden;
        margin-right: -9vw;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section39 > div > div > div > .abs-filters {
        margin-left: -11vw;
        overflow: hidden;
        margin-right: -11vw;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) {
    .section39 > div > div > div > .abs-filters::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 1023.98px) {
    .section39 > div > div > div > .abs-filters > a:first-child {
        margin-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section39 > div > div > div > .abs-filters > a:first-child {
        margin-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section39 > div > div > div > .abs-filters > a:first-child {
        margin-left: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section39 > div > div > div > .abs-filters > a:first-child {
        margin-left: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section39 > div > div > div > .abs-filters > a:first-child {
        margin-left: 11vw;
    }
}
@media (max-width: 1023.98px) {
    .section39 > div > div > div > .abs-filters > a:last-child {
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section39 > div > div > div > .abs-filters > a:last-child {
        margin-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section39 > div > div > div > .abs-filters > a:last-child {
        margin-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section39 > div > div > div > .abs-filters > a:last-child {
        margin-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section39 > div > div > div > .abs-filters > a:last-child {
        margin-right: 11vw;
    }
}
.section39 > div > div > div > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-right: -2.5px;
    margin-left: -2.5px;
    margin-top: 50px;
    margin-bottom: -50px;
}
@media (min-width: 576px) {
    .section39 > div > div > div > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) {
    .section39 > div > div > div > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 1024px) {
    .section39 > div > div > div > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1300px) {
    .section39 > div > div > div > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
.section39 > div > div > div > div > div > div {
    margin-bottom: 50px;
}
@media (min-width: 1024px) {
    .section39 > div > div > div > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section39 > div > div > div > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section39 > div > div > div > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section39 > div > div > div > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.section39 > div > div > div > div > div > div img {
    margin-bottom: 10px;
}
.section39 > div > div > div > div > div > div p {
    margin-bottom: 0;
    text-align: center;
}
.section40 > div {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .section40 > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .section40 > div {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .section40 > div {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .section40 > div {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .section40 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) {
    .section40 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) {
    .section40 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .section40 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    .section40 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .section40 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width: 1024px) {
    .section40 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (min-width: 1300px) {
    .section40 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
.section40 > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section40 > div > ul > li {
    margin: 0;
}
.section40 > div > ul > li:before {
    display: none;
}
.section40 > div > ul li {
    margin-left: 0 !important;
}
@media (min-width: 768px) {
    .section40 > div > ul {
        display: flex;
        margin: 0 -1em;
        justify-content: center;
    }
    .section40 > div > ul li {
        margin: 0 1em !important;
    }
}
@media (max-width: 767.98px) {
    .section40 > div > ul {
        text-align: center;
    }
    .section40 > div > ul li:not(:last-child) {
        margin-bottom: 0.5em;
    }
}
.section40 > div > ul li a {
    text-decoration: none;
    color: #ed3237 !important;
    position: relative;
    display: inline-block;
}
.section40 > div > ul li.selected a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    background-image: url(/images/icons/line.svg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 5px;
    width: 100%;
    filter: invert(26%) sepia(26%) saturate(508%) hue-rotate(98deg) brightness(93%) contrast(92%);
}
.section40 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-right: -2.5px;
    margin-left: -2.5px;
    justify-content: center;
    margin-top: 50px;
}
@media (min-width: 576px) {
    .section40 > div > div {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
}
@media (min-width: 768px) {
    .section40 > div > div {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 1024px) {
    .section40 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1300px) {
    .section40 > div > div {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 1024px) {
    .section40 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}
@media (min-width: 1024px) and (min-width: 576px) {
    .section40 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .section40 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .section40 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) and (min-width: 1300px) {
    .section40 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section40 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 576px) {
    .section40 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) {
    .section40 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px) {
    .section40 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1300px) {
    .section40 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .section40 > div > div > div {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .section40 > div > div > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    .section40 > div > div > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
    .section40 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
    .section40 > div > div > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.section40 > div > div > div h3 {
    margin-top: 0;
}
@media (max-width: 1023.98px) {
    .section41 > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section41 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section41 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section41 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section41 > div {
        max-width: 100%;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section41 > div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section41 > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section41 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section41 > div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
    .section41 > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .section41 > div {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
    .section41 > div {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}
@media (max-width: 1023.98px) and (min-width: 1300px) {
    .section41 > div {
        padding-left: 11vw;
        padding-right: 11vw;
    }
}
@media (min-width: 1024px) {
    .section41 > div > div {
        display: flex;
        width: 1000px;
        justify-content: space-between;
    }
    .section41 > div > div > div {
        width: 450px;
    }
}
@media (min-width: 1024px) {
    .section41.single-col > div > div {
        width: 450px;
    }
}
.section41.single-col > div > div > div:first-child {
    display: none;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.small li { font-size: 20px; margin-bottom: 8px !important; }

.com video {
    width: 570px;
    height: 428px;
    max-height: 500px;
    max-width: 600px;
}

.errow {
    width: 100%;
    max-width: 190px;
    top: -254px;
    position: relative;
    right: -996px;
}

.home .section01 .title {
    margin-top: 360px;
    position: absolute;
    top: 0;
}

.home .section01 .title p { font-size: calc(16px + 2vw); }

/* .home .section01 { background-image: url(../img/background.png); background-position: bottom right; background-size: cover; } */

.video video {
    width: 100%;
    height: 100%;
  }

  .logos img {
    width: 100%;
    max-width: 300px;
  }

  #footer { background-color: #494949; }

  /* start home slider css */

  .slick-list {
	/* max-width: 700px; */
	margin: 0 auto;
	/* padding: 30px 0; */
}
.slick-list .slick-slide {
	font-size: 30px;
	text-align: center;
	/* padding: 40px 20px; */
	line-height: 2;
	font-weight: 700;
}
.slick-list .slick-slide:nth-child(even) {
	background-color: #ddd;
}
.slick-list .slick-slide:nth-child(odd) {
	background-color: #ccc;
}
.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
button.slick-disabled {
	opacity: 0.6;
}

/* end home slider css */

/* start header css */

.logo img {
    width: 100%;
    max-width: 120px;
}

.logo {
    display: inline-block;
}

.hemenu {
    display: inline-block;
}

.contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header .contain {
    padding: 0 80px;
}

.hemenu ul li {
    display: inline-block;
}

.hemenu ul li::before {
    display: none;
}

.hemenu ul li a {
    text-decoration: none;
}

.hemenu ul { margin: 0; }

header {
    padding: 5px 0;
}

/* end header css */


/* start errow css */

.scroll-prompt {
	position: fixed;
	z-index: 998;
	bottom: -80px;
	left: 98%;
	margin-left: -80px;
	width: 160px;
	height: 160px;
}
	.scroll-prompt-arrow-container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -18px;
		animation-name: bounce;
		animation-duration: 4.5s;
		animation-iteration-count: infinite;
	}
	/* .scroll-prompt-arrow {
		animation-name: opacity;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
	} */
	/* .scroll-prompt-arrow:last-child {
		animation-direction: reverse;
		margin-top: -6px;
	} */
	.scroll-prompt-arrow > div {
		width: 36px;
		height: 36px;
		border-right: 8px solid #ed3237;
		border-bottom: 8px solid #ed3237;
		transform: rotate(-40deg) translateZ(1px);
	}

@keyframes opacity {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 0.1;
	}

	20% {
		opacity: 0.2;
	}

	30% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.4;
	}

	50% {
		opacity: 0.5;
	}

	60% {
		opacity: 0.6;
	}

	70% {
		opacity: 0.7;
	}

	80% {
		opacity: 0.8;
	}

	90% {
		opacity: 0.9;
	}

	100% {
		opacity: 1;
	}
}

@keyframes bounce {
	0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes bounceleft {
	0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

.footer .scroll-prompt {
	position: fixed;
	z-index: 998;
	bottom: -40px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 160px;
}
.footer .scroll-prompt-arrow-container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -18px;
		animation-name: bounce;
		animation-duration: 4.5s;
		animation-iteration-count: infinite;
	}

	.footer .scroll-prompt-arrow {
		animation-name: opacity;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
	}

	.footer .scroll-prompt-arrow:last-child {
		animation-direction: reverse;
		margin-top: -6px;
	}

	.footer .scroll-prompt-arrow > div {
		width: 36px;
		height: 36px;
		border-right: 8px solid #000;
		border-bottom: 8px solid #000;
		transform: rotate(135deg) translateZ(1px);
	}

/* end errow css */

.section03 .link {
    top: 180px;
    position: absolute;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 34px !important;
    /* color: #fff; */
  }

  .section03 .combtm .link { top: 610px; }

  .section03 .link::before { right: inherit; height: 65px; }

  .residentialbtn p {
    font-weight: 500;
    font-size: 32px;
}

/* .residentialbtn {
    color: #fff;
    top: 400px;
    position: relative;
    margin: 0 20px;
} */

#bar {
    padding: 36px;
    background: #ed3237;
    color: #fff;
    border-radius: 50%;
    width: 100%;
    max-width: 40px;
}

#bar:hover { background-color: #000; }

#menu .social { display: none; }

.slick-list .slick-slide a:hover { opacity: 1; }


@media (max-width: 576px) and (min-width: 320px) {

    .section03 .link { top: 170px; }

    .section03 { padding-bottom: 0 !important; }

    header .contain { padding: 0 20px; }

}

/* .slick-slider { margin-bottom: 0 !important; } */

/* .section01 .slick-slide img {
  border: 100px solid #ed3237;
} */

.top img
{
  width: 100%;
  max-width: 150px;
}

.mainhead li {
    display: inline-block;
    font-weight: 400;
}

.mainhead ol { margin-bottom: 0; padding: 0; line-height: normal; }

.mainhead li a { text-decoration: none; padding-left: 20px; text-transform: uppercase; font-size: 26px; }

/* .mainhead {
    padding-left: 960px;
} */

.section03 .com {
  width: 100%;
  max-width: 600px;
}

.slick-arrow { display: none !important; }

.headright {
  display: inherit;
}

.mainhead {
  padding-top: 10px;
  padding-right: 20px;
}

.logos { float: right; margin-bottom: 30px !important;margin-right: 40px !important; }

@media (max-width: 2885px) and (min-width: 1920px) {

    .slick-slide img { height: 100vh; }

    .section03 .com { max-width: 600px; }

}

@media (min-width: 2100px) {

  .com.comme {
        margin-top: 128px;
      }


}

@media (max-width: 1199px) {

    .section01:first-child > div > div > div { max-width: 1200px; }

}

@media (max-width: 991px) {

    .section03 .link { top: 370px; }

    .section03 .combtm .link { top: 1120px; }

}

@media (max-width: 767px) {

    .mainhead { display: none; }

    #footer > div > div:first-child {
        padding-top: 1vw;
    }

    #footer > div > div:first-child > div:not(:first-child) { margin-top: 1vw; }

    #footer > div > div:first-child > div p {
        font-size: 26px;
        font-weight: 400;
    }

    .logos { float: left; }

    .com video { width: 100%; height: auto; }
    .section01:first-child { margin-right: 0; }

}

