@charset "UTF-8";
/*
Theme Name: ila-gl
Author: Benedikt Dolzer (hotpixels.de)
Author URI: https://www.hotpixels.de
Version: 0.1.0
Text Domain: _htpxls
*/
/* Fonts */
/* lato-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/lato-v24-latin-300.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/lato-v24-latin-regular.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/lato-v24-latin-700.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/lato-v24-latin-900.woff2") format("woff2"), url("assets/fonts/lato-v24-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*------------------------------------*\
  #PAGE
\*------------------------------------*/
/**
 * Page-level styling (e.g. HTML and BODY elements).
 */
html {
  scroll-behavior: smooth;
}

html, body {
  font-size: 1rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
  color: #535B61;
}

/*------------------------------------*\
  #HEADINGS
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.8125rem;
    line-height: 62px;
    margin-bottom: 1rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 36px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 38px;
    margin-bottom: 1rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.625rem;
    line-height: 34px;
    margin-bottom: 0.5rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 0.5rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 0.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 0.5rem;
  }
}

a {
  color: #8aae0e;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  outline: 0;
}
a:visited, a:active {
  border-color: transparent;
  color: #8aae0e;
}
a:hover, a:focus {
  border-color: transparent;
  color: #8aae0e;
}

button {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  outline: none;
}

small {
  font-size: 82.5%;
}

p {
  margin-bottom: 1rem;
}

section > * + * {
  margin-top: 1rem;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
  color: #97bf0d;
}

b, strong {
  font-weight: bold;
}

cite, q {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 80%;
  align-items: center;
}
cite picture, q picture {
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  margin-right: 0.8rem;
  border-radius: 2.8125rem;
  overflow: hidden;
}
cite picture img, q picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  caption-side: bottom;
  border-collapse: collapse;
  text-align: left;
}
table th, table td {
  padding: 0.5rem 0.5rem;
}
table tbody td, table tbody th {
  border-bottom: 1px solid #eaeaea;
}
table th {
  text-align: left;
  font-weight: 700;
}
table thead th {
  border-bottom: 1px solid #97bf0d;
}
table caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

.o-body--main-nav-open {
  overflow: hidden;
}

.o-container,
.o-container-fluid,
.o-container--xxl,
.o-container--xl,
.o-container--lg,
.o-container--md,
.o-container--sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  .o-container--sm, .o-container {
    max-width: 544px;
  }
}
@media (min-width: 48em) {
  .o-container--md, .o-container--sm, .o-container {
    max-width: 755px;
  }
}
@media (min-width: 62em) {
  .o-container--lg, .o-container--md, .o-container--sm, .o-container {
    max-width: 980px;
  }
}
@media (min-width: 75em) {
  .o-container--xl, .o-container--lg, .o-container--md, .o-container--sm, .o-container {
    max-width: 1180px;
  }
}
@media (min-width: 100em) {
  .o-container--xxl, .o-container--xl, .o-container--lg, .o-container--md, .o-container--sm, .o-container {
    max-width: 1540px;
  }
}
.o-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

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

.o-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.o-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.o-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.o-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.o-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.o-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.o-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.o-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.o-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.o-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.o-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.o-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.o-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.o-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.u-order-first {
  order: -1;
}

.u-order-last {
  order: 13;
}

.u-order-0 {
  order: 0;
}

.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

.u-order-3 {
  order: 3;
}

.u-order-4 {
  order: 4;
}

.u-order-5 {
  order: 5;
}

.u-order-6 {
  order: 6;
}

.u-order-7 {
  order: 7;
}

.u-order-8 {
  order: 8;
}

.u-order-9 {
  order: 9;
}

.u-order-10 {
  order: 10;
}

.u-order-11 {
  order: 11;
}

.u-order-12 {
  order: 12;
}

.u-offset-1 {
  margin-left: 8.3333333333%;
}

.u-offset-2 {
  margin-left: 16.6666666667%;
}

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

.u-offset-4 {
  margin-left: 33.3333333333%;
}

.u-offset-5 {
  margin-left: 41.6666666667%;
}

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

.u-offset-7 {
  margin-left: 58.3333333333%;
}

.u-offset-8 {
  margin-left: 66.6666666667%;
}

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

.u-offset-10 {
  margin-left: 83.3333333333%;
}

.u-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .o-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .o-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .o-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .o-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .o-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .o-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .o-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .o-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .o-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .o-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .o-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .u-order-sm-first {
    order: -1;
  }
  .u-order-sm-last {
    order: 13;
  }
  .u-order-sm-0 {
    order: 0;
  }
  .u-order-sm-1 {
    order: 1;
  }
  .u-order-sm-2 {
    order: 2;
  }
  .u-order-sm-3 {
    order: 3;
  }
  .u-order-sm-4 {
    order: 4;
  }
  .u-order-sm-5 {
    order: 5;
  }
  .u-order-sm-6 {
    order: 6;
  }
  .u-order-sm-7 {
    order: 7;
  }
  .u-order-sm-8 {
    order: 8;
  }
  .u-order-sm-9 {
    order: 9;
  }
  .u-order-sm-10 {
    order: 10;
  }
  .u-order-sm-11 {
    order: 11;
  }
  .u-order-sm-12 {
    order: 12;
  }
  .u-offset-sm-0 {
    margin-left: 0;
  }
  .u-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .u-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .u-offset-sm-3 {
    margin-left: 25%;
  }
  .u-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .u-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .u-offset-sm-6 {
    margin-left: 50%;
  }
  .u-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .u-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .u-offset-sm-9 {
    margin-left: 75%;
  }
  .u-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .u-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .o-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .o-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .o-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .o-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .o-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .o-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .o-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .o-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .o-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .o-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .o-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .u-order-md-first {
    order: -1;
  }
  .u-order-md-last {
    order: 13;
  }
  .u-order-md-0 {
    order: 0;
  }
  .u-order-md-1 {
    order: 1;
  }
  .u-order-md-2 {
    order: 2;
  }
  .u-order-md-3 {
    order: 3;
  }
  .u-order-md-4 {
    order: 4;
  }
  .u-order-md-5 {
    order: 5;
  }
  .u-order-md-6 {
    order: 6;
  }
  .u-order-md-7 {
    order: 7;
  }
  .u-order-md-8 {
    order: 8;
  }
  .u-order-md-9 {
    order: 9;
  }
  .u-order-md-10 {
    order: 10;
  }
  .u-order-md-11 {
    order: 11;
  }
  .u-order-md-12 {
    order: 12;
  }
  .u-offset-md-0 {
    margin-left: 0;
  }
  .u-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .u-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .u-offset-md-3 {
    margin-left: 25%;
  }
  .u-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .u-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .u-offset-md-6 {
    margin-left: 50%;
  }
  .u-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .u-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .u-offset-md-9 {
    margin-left: 75%;
  }
  .u-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .u-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .o-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .o-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .o-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .o-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .o-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .o-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .o-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .o-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .o-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .o-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .o-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .u-order-lg-first {
    order: -1;
  }
  .u-order-lg-last {
    order: 13;
  }
  .u-order-lg-0 {
    order: 0;
  }
  .u-order-lg-1 {
    order: 1;
  }
  .u-order-lg-2 {
    order: 2;
  }
  .u-order-lg-3 {
    order: 3;
  }
  .u-order-lg-4 {
    order: 4;
  }
  .u-order-lg-5 {
    order: 5;
  }
  .u-order-lg-6 {
    order: 6;
  }
  .u-order-lg-7 {
    order: 7;
  }
  .u-order-lg-8 {
    order: 8;
  }
  .u-order-lg-9 {
    order: 9;
  }
  .u-order-lg-10 {
    order: 10;
  }
  .u-order-lg-11 {
    order: 11;
  }
  .u-order-lg-12 {
    order: 12;
  }
  .u-offset-lg-0 {
    margin-left: 0;
  }
  .u-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .u-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .u-offset-lg-3 {
    margin-left: 25%;
  }
  .u-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .u-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .u-offset-lg-6 {
    margin-left: 50%;
  }
  .u-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .u-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .u-offset-lg-9 {
    margin-left: 75%;
  }
  .u-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .u-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .o-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .o-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .o-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .o-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .o-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .o-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .o-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .o-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .o-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .o-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .o-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .u-order-xl-first {
    order: -1;
  }
  .u-order-xl-last {
    order: 13;
  }
  .u-order-xl-0 {
    order: 0;
  }
  .u-order-xl-1 {
    order: 1;
  }
  .u-order-xl-2 {
    order: 2;
  }
  .u-order-xl-3 {
    order: 3;
  }
  .u-order-xl-4 {
    order: 4;
  }
  .u-order-xl-5 {
    order: 5;
  }
  .u-order-xl-6 {
    order: 6;
  }
  .u-order-xl-7 {
    order: 7;
  }
  .u-order-xl-8 {
    order: 8;
  }
  .u-order-xl-9 {
    order: 9;
  }
  .u-order-xl-10 {
    order: 10;
  }
  .u-order-xl-11 {
    order: 11;
  }
  .u-order-xl-12 {
    order: 12;
  }
  .u-offset-xl-0 {
    margin-left: 0;
  }
  .u-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .u-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .u-offset-xl-3 {
    margin-left: 25%;
  }
  .u-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .u-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .u-offset-xl-6 {
    margin-left: 50%;
  }
  .u-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .u-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .u-offset-xl-9 {
    margin-left: 75%;
  }
  .u-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .u-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .o-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .o-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .o-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .o-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .o-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .o-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .o-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .o-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .o-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .o-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .o-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .u-order-xxl-first {
    order: -1;
  }
  .u-order-xxl-last {
    order: 13;
  }
  .u-order-xxl-0 {
    order: 0;
  }
  .u-order-xxl-1 {
    order: 1;
  }
  .u-order-xxl-2 {
    order: 2;
  }
  .u-order-xxl-3 {
    order: 3;
  }
  .u-order-xxl-4 {
    order: 4;
  }
  .u-order-xxl-5 {
    order: 5;
  }
  .u-order-xxl-6 {
    order: 6;
  }
  .u-order-xxl-7 {
    order: 7;
  }
  .u-order-xxl-8 {
    order: 8;
  }
  .u-order-xxl-9 {
    order: 9;
  }
  .u-order-xxl-10 {
    order: 10;
  }
  .u-order-xxl-11 {
    order: 11;
  }
  .u-order-xxl-12 {
    order: 12;
  }
  .u-offset-xxl-0 {
    margin-left: 0;
  }
  .u-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .u-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .u-offset-xxl-3 {
    margin-left: 25%;
  }
  .u-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .u-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .u-offset-xxl-6 {
    margin-left: 50%;
  }
  .u-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .u-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .u-offset-xxl-9 {
    margin-left: 75%;
  }
  .u-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .u-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.o-form {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-form__input-wrap {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .o-form__input-wrap--half {
    width: calc(50% - 0.5rem);
  }
  .o-form__input-wrap--third {
    width: calc(33% - 0.5rem);
  }
}
.o-form__input-wrap label {
  position: absolute;
  left: 10px;
  top: 1.0625rem;
  transition: transform 0.5s ease;
  color: #97bf0d;
  font-weight: 400;
}
.o-form__input-wrap:not(.o-form__input-wrap--checkbox) label {
  pointer-events: none;
}
.o-form__input-wrap--margin input, .o-form__input-wrap--margin textarea {
  margin-bottom: 36px;
}
.o-form__input-wrap--margin-top {
  margin-top: 2.25rem;
}
.o-form__input-wrap--checkbox {
  position: relative;
  padding-left: 1.5625rem;
}
.o-form__input-wrap--checkbox input {
  position: absolute;
  left: 0;
}
.o-form__input-wrap--checkbox label {
  position: relative;
  top: 0;
  transform: 0;
  color: #535B61;
}
.o-form__results .dataTable-pagination ul {
  display: flex;
  justify-content: center;
  font-weight: 300;
  color: #1B2D4F;
  font-size: 0.9375rem;
  margin-top: 2.5rem;
}
.o-form__results .dataTable-pagination ul li {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.3125rem;
  text-align: center;
}
.o-form__results .dataTable-pagination ul li.active {
  font-weight: 600;
}
.o-form__results .dataTable-pagination ul li i {
  height: 0.625rem;
}

.o-form__button-wrap {
  margin-top: 20px;
  display: flex;
}
.o-form__button-wrap--right button {
  margin-left: auto;
}

.o-input {
  appearance: none;
  width: 100%;
  margin: 0 0 1.125rem;
  padding: 22px 8px 10px;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #97bf0d;
  background-color: #FFFFFF;
}
.o-input:focus + label, .o-input:not(:placeholder-shown) + label, .o-input:-webkit-autofill + label {
  transform: translateY(-0.9375rem);
  font-size: 80%;
}
.o-input:focus {
  outline: none;
}
.o-input:required {
  box-shadow: none;
}
.o-input::placeholder {
  color: #97bf0d;
  opacity: 1;
}
.o-input:-ms-input-placeholder {
  color: #97bf0d;
}
.o-input-checkbox {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #97bf0d;
}
.o-input-checkbox label {
  position: relative;
}
.o-input-checkbox:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 6px;
  width: 9px;
  border: 2px solid #97bf0d;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.o-select {
  appearance: none;
  width: 100%;
  margin: 0 0 1.125rem;
  padding: 22px 8px 10px;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.25;
  font-weight: 400;
  color: #97bf0d;
  text-indent: 0;
  border: none;
  border-bottom: 1px solid #97bf0d;
  background-color: transparent;
}
.o-select option {
  padding: 0;
}
.o-select option:not(:first-child) {
  font-weight: 600;
}

@-moz-document url-prefix() {
  .o-select {
    text-indent: -2px;
  }
}
.o-label--select {
  transform: translateY(-1.25rem);
  display: none;
}

.o-textarea {
  appearance: none;
  width: 100%;
  height: 6.25rem;
  margin: 0 0 1.125rem;
  padding: 22px 8px 10px;
  font-family: inherit;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.15;
  transition: height 0.5s ease;
  border: 0.0625rem solid #97bf0d;
  background-color: #FFFFFF;
  resize: none;
}
@media (min-width: 1200px) {
  .o-textarea {
    height: 7.5rem;
  }
}
.o-textarea:focus {
  height: 10.625rem;
  outline: none;
}
.o-textarea:focus + label, .o-textarea:not(:placeholder-shown) + label, .o-textarea:-webkit-autofill + label {
  transform: translateY(-0.9375rem);
  font-size: 80%;
}
.o-textarea::placeholder {
  color: #97bf0d;
  opacity: 1;
}
.o-textarea:-ms-input-placeholder {
  color: #97bf0d;
}

.o-list {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.o-list__item {
  position: relative;
  padding-left: 1.5rem;
}
.o-list__item:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #97bf0d;
}
@media (min-width: 1200px) {
  .o-list {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.o-list .c-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}
.o-list .c-icon svg {
  fill: currentColor;
}

.c-header {
  font-size: 0.875rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  height: 4.375rem;
  display: flex;
}
@media (min-width: 992px) {
  .c-header {
    height: 6.25rem;
  }
}
.c-header .o-container {
  flex: 1;
}
.c-header .o-row {
  height: 100%;
}
@media (min-width: 992px) {
  .c-header {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .c-header {
    display: flex;
    flex-direction: column;
  }
}
.c-header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 1200px) {
  .c-header--fixed {
    top: -4.375rem;
    transform: translateY(4.375rem);
    transition: transform 0.25s;
  }
}
.c-header__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (min-width: 1600px) {
  .c-header__content {
    width: calc(2rem + 100%);
    max-width: calc(2rem + 100%);
    margin: 0 -1rem;
    flex: unset;
  }
}
.c-header__brand {
  padding: 0.5rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
  background: #FFFFFF;
  z-index: 10;
}
@media (min-width: 992px) {
  .c-header__brand {
    padding: 1rem;
    top: 0;
    left: 3rem;
  }
}
@media (min-width: 1200px) {
  .c-header__brand {
    padding: 1rem;
    top: 0;
    left: 3rem;
  }
}
.c-header__brand-link {
  display: block;
}
.c-header__brand-img {
  display: block;
  height: 4rem;
  width: auto;
}
@media (min-width: 992px) {
  .c-header__brand-img {
    height: 6.5rem;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .c-header__brand-img {
    height: 8.5rem;
    width: auto;
  }
}
.c-header__nav-button {
  position: relative;
  height: 3.125rem;
  width: 3.125rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  z-index: 10;
}
@media (min-width: 1200px) {
  .c-header__nav-button {
    display: none;
  }
}
.c-header__nav-button span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: calc(100% - 1rem);
  background-color: #97bf0d;
  transition: 0.3s ease-in-out;
}
.c-header__nav-button span:nth-child(1) {
  top: calc(50% - 0.55rem);
  transform: translateY(0);
}
.c-header__nav-button span:nth-child(3) {
  top: calc(50% + 0.55rem);
  transform: translateY(-100%);
}
.c-header--main-nav-open .c-header__nav-button span {
  top: 50%;
  transform: translateY(-50%);
}
.c-header--main-nav-open .c-header__nav-button span:nth-child(1) {
  transform: translateY(-50%) rotate(135deg);
}
.c-header--main-nav-open .c-header__nav-button span:nth-child(2) {
  opacity: 0;
  width: 0;
  transform: translateY(-50%) translateX(105px);
}
.c-header--main-nav-open .c-header__nav-button span:nth-child(3) {
  transform: translateY(-50%) rotate(-135deg);
}
.c-header__social {
  display: none;
}
@media (min-width: 1200px) {
  .c-header__social {
    display: flex;
    margin-left: auto;
  }
}
.c-header__social a {
  display: block;
  margin-left: 1rem;
}
.c-header__social a:hover .c-icon, .c-header__social a:focus .c-icon {
  color: #78797a;
}
.c-header__social .c-icon {
  width: 20px;
  height: 20px;
}
.c-header__social .c-icon svg {
  fill: currentColor;
}

body.admin-bar .c-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .c-header {
    top: 32px;
  }
}

.c-main {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 24px;
  padding-top: 4.375rem;
  padding-bottom: 2rem;
  min-height: 100vh;
  min-height: 100dvh;
  /* Do not show the outline on the skip link target. */
  /* Text meant only for screen readers. */
}
@media (min-width: 992px) {
  .c-main {
    padding-top: 6.25rem;
  }
}
.c-main[tabindex="-1"]:focus {
  outline: 0;
}
@media (min-width: 1200px) {
  .c-main--header-fixed {
    padding-top: 4.375rem;
  }
}
.c-main__main .c-block .o-container, .c-main__main .c-block .o-container-fluid, .c-main__main .c-block .o-container--sm, .c-main__main .c-block .o-container--md, .c-main__main .c-block .o-container--lg, .c-main__main .c-block .o-container--xl, .c-main__main .c-block .o-container--xxl {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.c-main__aside {
  padding-top: 4.5rem;
}
.c-main .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.c-main .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.c-footer {
  font-size: 1rem;
  background-color: #78797a;
  color: #FFFFFF;
}
.c-footer a {
  color: #FFFFFF;
}
.c-footer__main {
  padding: 30px 0 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .c-footer__main {
    padding-top: 35px;
  }
}
.c-footer__main .c-block__grid {
  width: 100%;
}
.c-footer__sub {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  font-size: 0.8125rem;
}
@media (min-width: 1200px) {
  .c-footer__sub {
    padding: 20px 0;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__aside {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .c-footer__aside {
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__aside .o-col-12 {
    margin-top: 2.5rem;
  }
}
.c-footer__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-footer__content {
    flex-direction: row;
  }
}
.c-footer__content > * {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .c-footer__content > * {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .c-footer__content--padding {
    position: relative;
    padding-left: calc(1rem + 12px + 8px);
  }
}
@media (min-width: 992px) {
  .c-footer__content p {
    margin-bottom: 2rem;
  }
}
.c-footer__social {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .c-footer__social {
    justify-content: flex-end;
  }
}
.c-footer__social a {
  display: block;
  margin-right: 1.2rem;
}
.c-footer__social a:hover .c-icon, .c-footer__social a:focus .c-icon {
  color: #78797a;
}
.c-footer__social .c-icon {
  width: 30px;
  height: 30px;
  color: #FFFFFF;
}
.c-footer__social .c-icon svg {
  fill: currentColor;
}

.c-main-nav {
  position: fixed;
  right: 0;
  top: 4.375rem;
  transform: translateX(100%);
  width: 100%;
  height: calc(100% - 4.375rem);
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 8;
  background-color: #f5f5f5;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .c-main-nav {
    top: 6.25rem;
    height: calc(100% - 6.25rem);
  }
}
.c-main-nav--open {
  transform: translateX(0);
  overflow-y: scroll;
}
.c-main-nav__list {
  line-height: 1;
  max-width: 755px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .c-main-nav__list {
    max-width: 980px;
  }
}
.c-main-nav__list > .c-main-nav__item {
  position: relative;
  font-size: 1.5625rem;
  font-weight: 600;
}
.c-main-nav__list > .c-main-nav__item:first-child {
  margin-top: 40px;
}
.c-main-nav__list > .c-main-nav__item:not(:last-child) {
  margin-bottom: 24px;
}
.c-main-nav__list > .c-main-nav__item:last-child {
  margin-bottom: 40px;
}
.c-main-nav__list .c-main-nav__sublist {
  padding-left: 1rem;
}
.c-main-nav__list .c-main-nav__sublist > .c-main-nav__item {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 12px;
}
.c-main-nav__item a {
  position: relative;
  z-index: 1000;
  display: inline-block;
}
@media (min-width: 1200px) {
  .c-main-nav {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    text-align: left;
    overflow: visible;
    transform: translateX(0);
    background-color: transparent;
    margin-left: auto;
    margin-top: 0.5rem;
    padding: 0;
  }
  .c-main-nav a {
    padding: 0.4rem;
    color: #535B61;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    outline: 0;
  }
  .c-main-nav a:visited, .c-main-nav a:active {
    border-color: transparent;
    color: #535B61;
  }
  .c-main-nav a:hover, .c-main-nav a:focus {
    border-color: transparent;
    color: #97bf0d;
  }
  .c-main-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0;
    margin-left: 0;
    transition: all 0ms ease-in-out 0ms;
  }
  .c-main-nav__list > .c-main-nav__item {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0.8rem;
  }
  .c-main-nav__list > .c-main-nav__item--current > a, .c-main-nav__list > .c-main-nav__item--current-ancestor > a {
    color: #97bf0d;
  }
  .c-main-nav__list > .c-main-nav__item:first-child {
    margin-top: 0;
  }
  .c-main-nav__list > .c-main-nav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .c-main-nav__list > .c-main-nav__item:last-child {
    margin-bottom: 0;
  }
  .c-main-nav__list .c-main-nav__sublist {
    position: absolute;
    display: block;
    opacity: 0.3;
    top: 100%;
    left: 0;
    padding: 0 0.4rem;
    padding-top: calc(6.25rem / 2 - 1rem);
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(-90deg);
    transition: all 0.35s ease-in-out 0.15s;
    background-color: white;
  }
  .c-main-nav__list > .c-main-nav__item:last-child .c-main-nav__sublist {
    right: 0;
    left: auto;
  }
  .c-main-nav__list > .c-main-nav__item:hover > .c-main-nav__sublist, .c-main-nav__list > .c-main-nav__item--open > .c-main-nav__sublist {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg);
    transition: all 0.3s ease-in-out 0.25s;
  }
  .c-main-nav__list .c-main-nav__sublist > .c-main-nav__item {
    font-size: 0.95rem;
    margin: 0;
    white-space: nowrap;
  }
  .c-main-nav__item--current > a:before {
    display: none;
  }
  .c-main-nav__list .c-main-nav__sublist > .c-main-nav__item a:hover {
    color: #97bf0d;
  }
  .c-main-nav .c-main-nav__sublist .c-main-nav__item--current > a {
    color: #97bf0d;
  }
  .c-main-nav .c-main-nav__sublist .c-main-nav__item--current > a:before {
    display: none;
  }
}

body.home .c-main-nav__list > .c-main-nav__item--current > a {
  color: #535B61;
}
body.home .c-main-nav__list > .c-main-nav__item--current > a:hover, body.home .c-main-nav__list > .c-main-nav__item--current > a:focus {
  border-color: transparent;
  color: #97bf0d;
}

.c-secondary-nav {
  font-size: 0.7rem;
  margin-left: auto;
}
.c-secondary-nav--wrapper {
  background: #97bf0d;
  padding: 0.4rem 0;
  height: 30px;
  font-size: 0.8125rem;
}
.c-secondary-nav--wrapper .o-col-12 {
  display: flex;
  flex-wrap: wrap;
}
.c-secondary-nav--wrapper .o-col-12 span {
  line-height: 1.4;
  opacity: 0.85;
  margin-right: 1rem;
  margin-left: auto;
}
.c-secondary-nav__list {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.c-secondary-nav__list > .c-secondary-nav__item {
  position: relative;
}
.c-secondary-nav__item a {
  position: relative;
  z-index: 1000;
  display: inline-block;
  margin-right: 1.2rem;
  color: #FFFFFF;
}
.c-secondary-nav__item a:visited, .c-secondary-nav__item a:active {
  border-color: transparent;
  color: #FFFFFF;
}
.c-secondary-nav__item a:hover, .c-secondary-nav__item a:focus {
  border-color: transparent;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .c-footer-nav {
    margin-left: auto;
  }
}
.c-footer-nav__list {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .c-footer-nav__list {
    justify-content: flex-start;
  }
}
.c-footer-nav__item:not(:last-child) {
  margin-right: 18px;
}

.c-icon {
  display: inline-block;
  position: relative;
}
.c-icon svg {
  width: 100%;
  height: 100%;
}

.c-btn {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 0.6rem 1.1rem;
  background-color: #f5f5f5;
  cursor: pointer;
  text-align: left;
  color: #97bf0d;
  transition: all 0.4s ease-out;
  border: 0.0625rem solid transparent;
  border-color: #97bf0d;
  border-radius: 255px 15px 225px/15px 225px 15px 255px;
  border-width: 2px;
}
.c-btn:visited, .c-btn:active, .c-btn:focus {
  color: #97bf0d;
}
.c-btn:hover {
  background-color: #97bf0d;
  color: #FFFFFF;
}
.c-btn--transparent {
  background-color: transparent;
}
.c-btn--white-border {
  border: 1px solid #FFFFFF;
}
.c-btn--primary {
  background-color: #97bf0d;
  color: #FFFFFF;
}
.c-btn--primary:visited, .c-btn--primary:active, .c-btn--primary:focus {
  color: #FFFFFF;
}
.c-btn--primary:hover {
  background-color: #f5f5f5;
  color: #97bf0d;
}
.c-btn--primary-download {
  background-color: #97bf0d;
  color: #FFFFFF;
}
.c-btn--primary-download:visited, .c-btn--primary-download:active, .c-btn--primary-download:focus {
  color: #FFFFFF;
}
.c-btn--primary-download:hover {
  background-color: #f5f5f5;
  color: #97bf0d;
}
.c-btn--download, .c-btn--primary-download {
  padding-left: 2.6rem;
}
.c-btn--download:before, .c-btn--primary-download:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 512 512" viewBox="0 0 512 512"><path fill="%238A3410" d="M444.875 109.792 338.208 3.125c-2-2-4.708-3.125-7.542-3.125h-224C83.135 0 64 19.135 64 42.667v426.667C64 492.865 83.135 512 106.667 512h298.667C428.865 512 448 492.865 448 469.333v-352c0-2.833-1.125-5.541-3.125-7.541zM341.333 36.417l70.25 70.25h-48.917c-11.76 0-21.333-9.573-21.333-21.333V36.417zm85.334 432.916c0 11.76-9.573 21.333-21.333 21.333H106.667c-11.76 0-21.333-9.573-21.333-21.333V42.667c0-11.76 9.573-21.333 21.333-21.333H320v64C320 108.865 339.135 128 362.667 128h64v341.333z"/><path fill="%238A3410" d="M310.385 313.135c-9.875-7.771-19.26-15.76-25.51-22.01-8.125-8.125-15.365-16-21.656-23.5 9.813-30.323 14.115-45.958 14.115-54.292 0-35.406-12.792-42.667-32-42.667-14.594 0-32 7.583-32 43.688 0 15.917 8.719 35.24 26 57.698-4.229 12.906-9.198 27.792-14.781 44.573-2.688 8.052-5.604 15.51-8.688 22.406a177.185 177.185 0 0 0-7.302 3.427c-8.479 4.24-16.531 8.052-24 11.594C150.5 370.177 128 380.844 128 401.906c0 15.292 16.615 24.76 32 24.76 19.833 0 49.781-26.49 71.656-71.115 22.708-8.958 50.938-15.594 73.219-19.75 17.854 13.729 37.573 26.865 47.125 26.865 26.448 0 32-15.292 32-28.115 0-25.219-28.813-25.219-42.667-25.219-4.302.001-15.843 1.272-30.948 3.803zM160 405.333c-6.094 0-10.219-2.875-10.667-3.427 0-7.563 22.552-18.25 44.365-28.583 1.385-.656 2.792-1.313 4.219-1.99-16.021 23.23-31.865 34-37.917 34zm74.667-190.979c0-22.354 6.938-22.354 10.667-22.354 7.542 0 10.667 0 10.667 21.333 0 4.5-3 15.75-8.49 33.313-8.376-12.896-12.844-23.948-12.844-32.292zM242.844 329a220.999 220.999 0 0 0 1.938-5.625c3.958-11.875 7.521-22.542 10.698-32.146 4.427 4.875 9.198 9.865 14.313 14.979 2 2 6.958 6.5 13.563 12.135-13.148 2.865-27.137 6.417-40.512 10.657zm119.823 5.552c0 4.792 0 6.781-9.896 6.844-2.906-.625-9.625-4.583-17.917-10.229 3.01-.333 5.229-.5 6.479-.5 15.761 0 20.23 1.541 21.334 3.885z"/></svg>');
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0.65rem;
  font-size: 120%;
  margin-top: -0.1rem;
}
.c-btn--primary-download:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 512 512" viewBox="0 0 512 512"><path fill="%23ffffff" d="M444.875 109.792 338.208 3.125c-2-2-4.708-3.125-7.542-3.125h-224C83.135 0 64 19.135 64 42.667v426.667C64 492.865 83.135 512 106.667 512h298.667C428.865 512 448 492.865 448 469.333v-352c0-2.833-1.125-5.541-3.125-7.541zM341.333 36.417l70.25 70.25h-48.917c-11.76 0-21.333-9.573-21.333-21.333V36.417zm85.334 432.916c0 11.76-9.573 21.333-21.333 21.333H106.667c-11.76 0-21.333-9.573-21.333-21.333V42.667c0-11.76 9.573-21.333 21.333-21.333H320v64C320 108.865 339.135 128 362.667 128h64v341.333z"/><path fill="%23ffffff" d="M310.385 313.135c-9.875-7.771-19.26-15.76-25.51-22.01-8.125-8.125-15.365-16-21.656-23.5 9.813-30.323 14.115-45.958 14.115-54.292 0-35.406-12.792-42.667-32-42.667-14.594 0-32 7.583-32 43.688 0 15.917 8.719 35.24 26 57.698-4.229 12.906-9.198 27.792-14.781 44.573-2.688 8.052-5.604 15.51-8.688 22.406a177.185 177.185 0 0 0-7.302 3.427c-8.479 4.24-16.531 8.052-24 11.594C150.5 370.177 128 380.844 128 401.906c0 15.292 16.615 24.76 32 24.76 19.833 0 49.781-26.49 71.656-71.115 22.708-8.958 50.938-15.594 73.219-19.75 17.854 13.729 37.573 26.865 47.125 26.865 26.448 0 32-15.292 32-28.115 0-25.219-28.813-25.219-42.667-25.219-4.302.001-15.843 1.272-30.948 3.803zM160 405.333c-6.094 0-10.219-2.875-10.667-3.427 0-7.563 22.552-18.25 44.365-28.583 1.385-.656 2.792-1.313 4.219-1.99-16.021 23.23-31.865 34-37.917 34zm74.667-190.979c0-22.354 6.938-22.354 10.667-22.354 7.542 0 10.667 0 10.667 21.333 0 4.5-3 15.75-8.49 33.313-8.376-12.896-12.844-23.948-12.844-32.292zM242.844 329a220.999 220.999 0 0 0 1.938-5.625c3.958-11.875 7.521-22.542 10.698-32.146 4.427 4.875 9.198 9.865 14.313 14.979 2 2 6.958 6.5 13.563 12.135-13.148 2.865-27.137 6.417-40.512 10.657zm119.823 5.552c0 4.792 0 6.781-9.896 6.844-2.906-.625-9.625-4.583-17.917-10.229 3.01-.333 5.229-.5 6.479-.5 15.761 0 20.23 1.541 21.334 3.885z"/></svg>');
}
.c-btn--readmore {
  padding-left: 1.8rem;
}
.c-btn--readmore:before {
  content: "»";
  position: absolute;
  left: 1.1rem;
}
.c-btn--secondary {
  background-color: #78797a;
  border-color: #78797a;
  color: #FFFFFF;
}
.c-btn--secondary:visited, .c-btn--secondary:active, .c-btn--secondary:focus {
  color: #FFFFFF;
}
.c-btn--secondary:hover {
  background-color: #f5f5f5;
  color: #78797a;
}
.c-btn--secondary-invert {
  background-color: #f5f5f5;
  border-color: #78797a;
  color: #78797a;
}
.c-btn--secondary-invert:visited, .c-btn--secondary-invert:active, .c-btn--secondary-invert:focus {
  color: #78797a;
}
.c-btn--secondary-invert:hover {
  background-color: #78797a;
  color: #FFFFFF;
}
.c-btn--icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-btn--icon .c-btn__icon {
  width: 1rem;
  height: 1rem;
}

.c-headline {
  color: #97bf0d;
  border-bottom: 1px solid transparent;
  margin-bottom: 2rem;
}
.c-headline > h1,
.c-headline > h2,
.c-headline > h3,
.c-headline > h4,
.c-headline > h5,
.c-headline > h6 {
  margin-bottom: 0;
}
.c-headline .subtitle {
  font-size: 140%;
  font-weight: 400;
  margin-top: 0.25rem;
  opacity: 0.85;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="603.612px" height="16.145px" viewBox="0 0 603.612 16.145"><path fill="%2397BF12" d="M603.612 6.161c-2.265.577-4.141.675-6.045.654-10.908-.112-21.817-.271-32.726-.351-8.33-.062-16.942-.578-24.932.083-14.096 1.162-28.159.266-42.202.581-16.156.363-32.484.231-48.746.154-14.112-.069-28.22-.537-42.36-.251-5.504.112-11.079-.415-16.591-.06-8.108.523-16.158.437-24.237-.046-3.686-.22-7.206.333-10.822.461-9.565.339-19.155.389-28.744.48-1.688.016-3.506.084-5.03.349-5.417.944-11.237 1.37-16.903 1.362-9.641-.012-18.996.919-28.685.861-16.442-.098-32.904.492-49.355.459-15.821-.032-31.64-.124-47.46-.024-6.006.039-11.98.131-17.948.383-1.913.082-3.854.234-5.747.178-12.724-.387-25.134.697-37.685 1.17-11.274.426-22.52.977-33.828 1.32-13.854.418-27.675 1.142-41.42 1.979-11.35.688-22.176-.206-33.016-1.217C5.137 14.313.182 11.387.011 9.725c-.173-1.661 1.51-2.514 5.666-2.908 10.645-1.01 21.62-1.05 32.357-1.901 23.547-1.867 47.367-3.038 71.325-3.632 18.801-.468 37.63-.659 56.478-.633 14.547.021 29.108-.279 43.644-.133 15.634.157 31.238-.147 46.855-.147 24.611-.002 49.218-.35 73.829-.369 21.411-.017 42.822.159 64.219.641 38.932.878 77.927 1.398 116.811 2.551 26.712.792 53.45 1.33 80.16 2.069 4.002.11 7.855.454 12.257.898z"/></svg>') 0 0 20 0 stretch stretch;
  border-style: solid;
  border-width: 0 0 5px;
  display: inline-block;
  padding-bottom: 0.35rem;
  padding-right: 2rem;
  padding-left: 0.5rem;
  transform: translateX(-0.5rem);
  color: #535b61;
}
.c-headline--color-primary {
  color: #97bf0d;
}
.c-headline--color-secondary {
  color: #78797a;
}
.c-headline--color-text {
  color: #535B61;
}
.c-headline--with-border {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #78797a;
}

.c-breadcrumb {
  margin: 2rem 0;
  line-height: 1.5;
  font-size: 70%;
}
.c-breadcrumb a {
  position: relative;
  color: rgba(83, 91, 97, 0.4);
}
.c-breadcrumb span {
  color: rgba(83, 91, 97, 0.6);
}
.c-breadcrumb__seperator {
  margin: 0 0.4rem;
}
.c-breadcrumb__seperator:after {
  content: ">";
  line-height: 1.1;
}

.c-parallax {
  position: relative;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.c-parallax__layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-parallax__layer picture {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  object-fit: cover;
  transform: translateY(-50%);
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

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

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
/* FONT_START */
@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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: border-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 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.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.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;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.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-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.c-headimg {
  position: relative;
  aspect-ratio: 4/1;
  overflow: hidden;
}
.c-headimg picture {
  display: block;
  aspect-ratio: 4/1;
  width: 100%;
  height: 100%;
}
@media (min-width: 1600px) {
  .c-headimg picture {
    width: calc(2rem + 100%);
    margin-left: -1rem;
  }
}
.c-headimg picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-post {
  position: relative;
}
.c-post__image {
  position: relative;
}
.c-post__image picture {
  container-type: size;
  aspect-ratio: 16/10;
}

.c-contactbox {
  position: relative;
}
.c-contactbox__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0;
}
.c-contactbox__image {
  position: relative;
}
.c-contactbox__image picture {
  width: 5.625rem;
  height: 5.625rem;
  display: block;
  margin-right: 2rem;
  border-radius: 5.625rem;
  overflow: hidden;
  box-shadow: 3px 8px 10px rgba(40, 40, 40, 0.2);
}
.c-contactbox__image picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}
.c-contactbox__info {
  margin: 0.25rem 0;
}

.c-pagination {
  margin: 3rem 0;
}
.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
}
.c-pagination a, .c-pagination span {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 0.3125rem;
  text-align: center;
  line-height: 1.75rem;
  color: #535B61;
  opacity: 0.8;
  border: 1px solid #747474;
}
.c-pagination a.current, .c-pagination span.current {
  font-weight: 600;
  color: #535B61;
  position: relative;
  opacity: 1;
  border-color: #97bf0d;
}
.c-pagination a i, .c-pagination span i {
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  font-style: initial;
  color: #535B61;
}
.c-pagination a i:before, .c-pagination span i:before {
  content: "»";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.7;
}
.c-pagination a i.c-icon--arrow-left, .c-pagination span i.c-icon--arrow-left {
  transform: rotate(180deg);
}
.c-pagination span.prev, .c-pagination span.next {
  opacity: 0.4;
}

.c-block {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 0;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-block {
    padding-top: 2.25rem;
    margin-top: 2.25rem;
  }
}
.c-block--sidebar {
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  overflow: hidden;
  background: #e8e8e8;
}
@media (min-width: 992px) {
  .c-block--sidebar {
    padding: 1rem 1.5rem 1.75rem;
    margin-bottom: 2rem;
  }
}
.c-block--sidebar h3 {
  margin-bottom: 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid;
}
.c-block--sidebar .c-block__content {
  overflow: hidden;
}
.c-block--sidebar .c-block__content *:last-of-type {
  margin-bottom: 0;
}
.c-block--sidebar.c-block--highlight {
  border: 1px solid #97bf0d;
}
.c-block--sidebar > *:last-child {
  margin-bottom: 0;
}
.c-block--bgcolor-white {
  background: #FFFFFF;
}
.c-block--bgcolor-black {
  background: #181818;
}
.c-block--bgcolor-gray {
  background: #8c8c8c;
}
.c-block--bgcolor-darkgray {
  background: #464646;
}
.c-block--bgcolor-primary {
  background: #97bf0d;
}
.c-block--bgcolor-secondary {
  background: #78797a;
}
.c-block--bgcolor-tertiary {
  background: #78797a;
}
.c-block--bgcolor-secondary-light {
  background: #e4e4e4;
}
.c-block--bgcolor-gradient-gray {
  background: linear-gradient(120deg, gainsboro 20%, #FFFFFF 120%);
}
.c-block--bgcolor-gradient-primary {
  background: linear-gradient(140deg, #97bf0d 20%, #e5efc3 120%);
}
.c-block--bgcolor-gradient-secondary {
  background: linear-gradient(140deg, #78797a 20%, #FFFFFF 120%);
}
.c-block--mt-default {
  margin-top: 1.25rem;
}
.c-block--mb-default {
  margin-bottom: 1.25rem;
}
.c-block--pt-default {
  padding-top: 1.25rem;
}
.c-block--pb-default {
  padding-bottom: 1.25rem;
}
.c-block--mt-large {
  margin-top: 2rem;
}
.c-block--mb-large {
  margin-bottom: 2rem;
}
.c-block--pt-large {
  padding-top: 2rem;
}
.c-block--pb-large {
  padding-bottom: 2rem;
}
.c-block--mt-medium {
  margin-top: 1.25rem;
}
.c-block--mb-medium {
  margin-bottom: 1.25rem;
}
.c-block--pt-medium {
  padding-top: 1.25rem;
}
.c-block--pb-medium {
  padding-bottom: 1.25rem;
}
.c-block--mt-small {
  margin-top: 0.5rem;
}
.c-block--mb-small {
  margin-bottom: 0.5rem;
}
.c-block--pt-small {
  padding-top: 0.5rem;
}
.c-block--pb-small {
  padding-bottom: 0.5rem;
}
.c-block--mt-zero {
  margin-top: 0;
}
.c-block--mb-zero {
  margin-bottom: 0;
}
.c-block--pt-zero {
  padding-top: 0;
}
.c-block--pb-zero {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .c-block--mt-default {
    margin-top: 2.25rem;
  }
  .c-block--mb-default {
    margin-bottom: 2.25rem;
  }
  .c-block--pt-default {
    padding-top: 2.25rem;
  }
  .c-block--pb-default {
    padding-bottom: 2.25rem;
  }
  .c-block--mt-large {
    margin-top: 4rem;
  }
  .c-block--mb-large {
    margin-bottom: 4rem;
  }
  .c-block--pt-large {
    padding-top: 4rem;
  }
  .c-block--pb-large {
    padding-bottom: 4rem;
  }
  .c-block--mt-medium {
    margin-top: 2.25rem;
  }
  .c-block--mb-medium {
    margin-bottom: 2.25rem;
  }
  .c-block--pt-medium {
    padding-top: 2.25rem;
  }
  .c-block--pb-medium {
    padding-bottom: 2.25rem;
  }
  .c-block--mt-small {
    margin-top: 1rem;
  }
  .c-block--mb-small {
    margin-bottom: 1rem;
  }
  .c-block--pt-small {
    padding-top: 1rem;
  }
  .c-block--pb-small {
    padding-bottom: 1rem;
  }
  .c-block--mt-zero {
    margin-top: 0;
  }
  .c-block--mb-zero {
    margin-bottom: 0;
  }
  .c-block--pt-zero {
    padding-top: 0;
  }
  .c-block--pb-zero {
    padding-bottom: 0;
  }
}
.c-block--bgcolor-primary h1, .c-block--bgcolor-primary h2, .c-block--bgcolor-primary h3, .c-block--bgcolor-primary h4, .c-block--bgcolor-primary h5, .c-block--bgcolor-primary h6, .c-block--bgcolor-primary i, .c-block--bgcolor-primary span, .c-block--bgcolor-primary p, .c-block--bgcolor-primary ul, .c-block--bgcolor-primary ol, .c-block--bgcolor-primary li,
.c-block--bgcolor-primary .c-block__content > *, .c-block--bgcolor-secondary h1, .c-block--bgcolor-secondary h2, .c-block--bgcolor-secondary h3, .c-block--bgcolor-secondary h4, .c-block--bgcolor-secondary h5, .c-block--bgcolor-secondary h6, .c-block--bgcolor-secondary i, .c-block--bgcolor-secondary span, .c-block--bgcolor-secondary p, .c-block--bgcolor-secondary ul, .c-block--bgcolor-secondary ol, .c-block--bgcolor-secondary li,
.c-block--bgcolor-secondary .c-block__content > *, .c-block--bgcolor-darkgray h1, .c-block--bgcolor-darkgray h2, .c-block--bgcolor-darkgray h3, .c-block--bgcolor-darkgray h4, .c-block--bgcolor-darkgray h5, .c-block--bgcolor-darkgray h6, .c-block--bgcolor-darkgray i, .c-block--bgcolor-darkgray span, .c-block--bgcolor-darkgray p, .c-block--bgcolor-darkgray ul, .c-block--bgcolor-darkgray ol, .c-block--bgcolor-darkgray li,
.c-block--bgcolor-darkgray .c-block__content > *, .c-block--bgcolor-gradient-primary h1, .c-block--bgcolor-gradient-primary h2, .c-block--bgcolor-gradient-primary h3, .c-block--bgcolor-gradient-primary h4, .c-block--bgcolor-gradient-primary h5, .c-block--bgcolor-gradient-primary h6, .c-block--bgcolor-gradient-primary i, .c-block--bgcolor-gradient-primary span, .c-block--bgcolor-gradient-primary p, .c-block--bgcolor-gradient-primary ul, .c-block--bgcolor-gradient-primary ol, .c-block--bgcolor-gradient-primary li,
.c-block--bgcolor-gradient-primary .c-block__content > *, .c-block--bgcolor-gradient-secondary h1, .c-block--bgcolor-gradient-secondary h2, .c-block--bgcolor-gradient-secondary h3, .c-block--bgcolor-gradient-secondary h4, .c-block--bgcolor-gradient-secondary h5, .c-block--bgcolor-gradient-secondary h6, .c-block--bgcolor-gradient-secondary i, .c-block--bgcolor-gradient-secondary span, .c-block--bgcolor-gradient-secondary p, .c-block--bgcolor-gradient-secondary ul, .c-block--bgcolor-gradient-secondary ol, .c-block--bgcolor-gradient-secondary li,
.c-block--bgcolor-gradient-secondary .c-block__content > * {
  color: #FFFFFF;
}
.c-block--bgcolor-primary a, .c-block--bgcolor-secondary a, .c-block--bgcolor-darkgray a, .c-block--bgcolor-gradient-primary a, .c-block--bgcolor-gradient-secondary a {
  color: #FFFFFF;
}
.c-block--bgcolor-primary a:hover, .c-block--bgcolor-primary a:focus, .c-block--bgcolor-secondary a:hover, .c-block--bgcolor-secondary a:focus, .c-block--bgcolor-darkgray a:hover, .c-block--bgcolor-darkgray a:focus, .c-block--bgcolor-gradient-primary a:hover, .c-block--bgcolor-gradient-primary a:focus, .c-block--bgcolor-gradient-secondary a:hover, .c-block--bgcolor-gradient-secondary a:focus {
  color: #FFFFFF;
}
.c-block--bgcolor-primary h1, .c-block--bgcolor-primary h2, .c-block--bgcolor-primary h3, .c-block--bgcolor-primary h4, .c-block--bgcolor-primary h5, .c-block--bgcolor-primary h6, .c-block--bgcolor-primary i, .c-block--bgcolor-primary span, .c-block--bgcolor-primary p, .c-block--bgcolor-primary ul, .c-block--bgcolor-primary ol, .c-block--bgcolor-primary li,
.c-block--bgcolor-primary .c-block__content > * {
  color: #FFFFFF;
}
.c-block--bgcolor-primary a {
  color: #FFFFFF;
}
.c-block--bgcolor-primary a:hover, .c-block--bgcolor-primary a:focus {
  color: #FFFFFF;
}
.c-block--bgcolor-secondary h1, .c-block--bgcolor-secondary h2, .c-block--bgcolor-secondary h3, .c-block--bgcolor-secondary h4, .c-block--bgcolor-secondary h5, .c-block--bgcolor-secondary h6, .c-block--bgcolor-secondary i, .c-block--bgcolor-secondary span, .c-block--bgcolor-secondary p, .c-block--bgcolor-secondary ul, .c-block--bgcolor-secondary ol, .c-block--bgcolor-secondary li,
.c-block--bgcolor-secondary .c-block__content > * {
  color: #FFFFFF;
}
.c-block--bgcolor-secondary a {
  color: #FFFFFF;
}
.c-block--bgcolor-secondary a:hover, .c-block--bgcolor-secondary a:focus {
  color: #FFFFFF;
}
.c-block--bgcolor-tertiary h1, .c-block--bgcolor-tertiary h2, .c-block--bgcolor-tertiary h3, .c-block--bgcolor-tertiary h4, .c-block--bgcolor-tertiary h5, .c-block--bgcolor-tertiary h6, .c-block--bgcolor-tertiary i, .c-block--bgcolor-tertiary span, .c-block--bgcolor-tertiary p, .c-block--bgcolor-tertiary ul, .c-block--bgcolor-tertiary ol, .c-block--bgcolor-tertiary li,
.c-block--bgcolor-tertiary .c-block__content > * {
  color: #FFFFFF;
}
.c-block--bgcolor-tertiary a {
  color: #FFFFFF;
}
.c-block--bgcolor-tertiary a:hover, .c-block--bgcolor-tertiary a:focus {
  color: #FFFFFF;
}
.c-block--img-center .c-block__image {
  margin-bottom: 1rem;
}
.c-block__bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-block__bgimage figure,
.c-block__bgimage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}
.c-block__bgimage figure small {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-size: 0.7rem;
}
.c-block__bgimage--overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.c-block__bgimage--overlaycolor-white {
  background: #FFFFFF;
}
.c-block__bgimage--overlaycolor-black {
  background: #181818;
}
.c-block__bgimage--overlaycolor-gray {
  background: #8c8c8c;
}
.c-block__bgimage--overlaycolor-darkgray {
  background: #464646;
}
.c-block__bgimage--overlaycolor-primary {
  background: #97bf0d;
}
.c-block__bgimage--overlaycolor-secondary {
  background: #78797a;
}
.c-block__bgimage--overlaycolor-tertiary {
  background: #78797a;
}
.c-block__bgimage--overlaycolor-secondary-light {
  background: #e4e4e4;
}
.c-block__bgimage--overlaycolor-gradient-gray {
  background: linear-gradient(120deg, gainsboro 20%, #FFFFFF 120%);
}
.c-block__bgimage--overlaycolor-gradient-primary {
  background: linear-gradient(140deg, #97bf0d 20%, #e5efc3 120%);
}
.c-block__bgimage--overlaycolor-gradient-secondary {
  background: linear-gradient(140deg, #78797a 20%, #FFFFFF 120%);
}
.c-block__content {
  z-index: 1;
}
.c-block__content > .c-headline {
  margin-bottom: 2rem;
}
.c-block__content--valigncenter, .c-block__content--valignbottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-block__content--valigncenter {
  justify-content: center;
}
.c-block__content--valignbottom {
  justify-content: flex-end;
}
.c-block__grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: start;
}
@media (min-width: 768px) {
  .c-block__grid {
    grid-gap: 2rem;
  }
}
.c-block__grid--2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .c-block__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-block__grid--3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .c-block__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-block__grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .c-block__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-block__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.c-block__grid--6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .c-block__grid--6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.c-block__image {
  position: relative;
  width: 100%;
}
.c-block__image figure,
.c-block__image picture {
  display: block;
}
.c-block__image figure small,
.c-block__image picture small {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-size: 0.7rem;
}
.c-block__image img {
  --crop-focus-x: 0.5;
  --crop-focus-y: 0.5;
  --container-width: 100cqw;
  --container-height: 100cqh;
  --image-width: calc(var(--container-width) - 100%);
  --image-height: calc(var(--container-height) - 100%);
  object-position: clamp(100%, 0.5 * var(--container-width) - var(--crop-focus-x) * var(--image-width), 0%) clamp(100%, 0.5 * var(--container-height) - var(--crop-focus-y) * var(--image-height), 0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}
.c-block__image--ratio-square picture {
  aspect-ratio: 1;
  container-type: size;
}
.c-block__image--ratio-16-9 picture {
  aspect-ratio: 16/9;
  container-type: size;
}
.c-block__image--ratio-9-16 picture {
  aspect-ratio: 9/16;
  container-type: size;
}
.c-block__image--ratio-16-10 picture {
  aspect-ratio: 16/10;
  container-type: size;
}
.c-block__image--ratio-10-16 picture {
  aspect-ratio: 10/16;
  container-type: size;
}
.c-block__image--ratio-5-4 picture {
  aspect-ratio: 5/4;
  container-type: size;
}
.c-block__image--ratio-08-1 picture {
  aspect-ratio: 0.8/1;
  container-type: size;
}
@media (min-width: 768px) {
  .c-block__image--float-left {
    max-width: 40%;
    float: left;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .c-block__image--float-right {
    max-width: 40%;
    float: right;
    margin-left: 2rem;
  }
}

.c-hero {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .c-hero {
    aspect-ratio: 2.5/1;
  }
}

.c-hero {
  position: relative;
}
.c-hero__bgimage small {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-size: 0.7rem;
}
@media (min-width: 1600px) {
  .c-hero > .swiper-slide {
    width: calc(2rem + 100%);
    margin-left: -1rem;
  }
}
.c-hero .swiper-slide {
  z-index: 1;
}
.c-hero .swiper-slide--overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(151, 191, 13, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
}
.c-hero .swiper-slide .c-hero__bgimage {
  display: block;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.c-hero .swiper-slide .c-hero__bgimage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-hero .swiper-slide .o-container {
  height: 100%;
}
@media (min-width: 1200px) {
  .c-hero .swiper-slide .c-hero__content {
    height: 100%;
  }
}
.c-hero .swiper-slide .c-hero__content-wrapper {
  display: inline-block;
  padding: 0.5rem;
}
@media (min-width: 1200px) {
  .c-hero .swiper-slide .c-hero__content-wrapper {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .c-hero .swiper-slide .c-hero__content-wrapper {
    padding: 2rem;
  }
}
.c-hero .swiper-slide .c-hero__content-wrapper .c-headline {
  color: #FFFFFF;
}
.c-hero .swiper-slide .c-hero__content-wrapper .c-headline h2 {
  font-size: 2rem;
  line-height: 1;
  margin-top: 3.5rem;
}
@media (min-width: 1200px) {
  .c-hero .swiper-slide .c-hero__content-wrapper .c-headline h2 {
    font-size: 3rem;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .c-hero .swiper-slide .c-hero__content-wrapper .c-headline h2 {
    font-size: 5rem;
  }
}
.c-hero .swiper-slide .c-hero__content-wrapper .c-headline .subtitle {
  opacity: 1;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  border: none;
  color: inherit;
  transform: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .c-hero .swiper-slide .c-hero__content-wrapper .c-headline .subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .c-hero .swiper-slide .c-hero__content-wrapper .c-headline .subtitle {
    font-size: 3.2rem;
  }
}

@media (min-width: 992px) {
  .c-block--img-right .o-row {
    flex-direction: row-reverse;
  }
}

@media (max-width: 1199.98px) {
  .c-block--order-reverse .o-row {
    flex-direction: column-reverse;
  }
}

.c-block-text-image .c-block__image {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .c-block-text-image .c-block__image {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-block-text-image .c-block__image--fluid {
    width: calc((100vw - 980px) / 2 + 100% - 1rem);
    max-width: 200%;
  }
}
@media (min-width: 1200px) {
  .c-block-text-image .c-block__image--fluid {
    width: calc((100vw - 1180px) / 2 + 100% - 1rem);
    max-width: 200%;
  }
}
@media (min-width: 1600px) {
  .c-block-text-image .c-block__image--fluid {
    width: calc((100vw - 1540px) / 2 + 100% - 1rem);
    max-width: 200%;
  }
}
.c-block-text-image.c-block--img-center .c-block__image {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .c-block-text-image.c-block--img-center .c-block__image {
    margin-bottom: 1;
  }
}
.c-block-text-image--logo .c-block__image {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .c-block--img-left .c-block__image--fluid {
    float: right;
  }
}

.c-block-image-none {
  min-height: 40vh;
}
.c-block-image blockquote {
  margin: 2rem 0;
}
.c-block-image > small {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-size: 0.7rem;
}

.c-block-gallery__image {
  display: block;
}
.c-block-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-block-accordion .c-accordion__block {
  background: linear-gradient(120deg, gainsboro 20%, #FFFFFF 120%);
  padding: 1rem;
}
.c-block-accordion .c-accordion__block h3 {
  cursor: pointer;
  font-size: 1rem;
  line-height: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .c-block-accordion .c-accordion__block h3 {
    font-size: 1rem;
    line-height: 24px;
  }
}
.c-block-accordion .c-accordion--animated h3:before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" fill="%23454545"><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 12.786l4.802-4.784L.5 3.082l1.143-1.078L7.5 8.002 1.643 14 .5 12.786z"/></svg>');
  background-size: cover;
  width: 15px;
  height: 26px;
  transition: 0.45s ease-in-out;
}
.c-block-accordion .c-accordion--animated .c-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
}
.c-block-accordion .c-accordion--animated .c-accordion__block--open h3:before {
  transform: translateY(-50%) rotate(90deg) scaleX(-1);
}
.c-block-accordion .c-accordion--animated .c-accordion__block--open .c-accordion__content {
  max-height: 1500px;
  transition: max-height 0.5s ease-in-out;
}
.c-block-accordion .c-btn {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .c-block-accordion .c-btn {
    margin-top: 2rem;
  }
}
.c-block-accordion .c-block__grid--1 .c-accordion__block {
  transform: translateX(-1rem);
  width: calc(100% + 2rem);
}

.c-block-services .c-services {
  align-items: normal;
}
.c-block-services .c-services__block {
  background: linear-gradient(120deg, gainsboro 20%, #FFFFFF 120%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.c-block-services .c-services__headline h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.c-block-services .c-services__image {
  display: block;
  width: calc(100% + 4rem);
  margin: -2rem 0 2rem -2rem;
}
.c-block-services .c-services__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-block-services .c-services-big .c-services__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.c-block-services .c-services-big .c-services__content p:last-of-type {
  margin-bottom: 2.5rem;
}
.c-block-services .c-services-big .c-services__content .c-btn {
  margin-top: auto;
}

.c-block-quote .c-block__content .o-col-md-6 {
  display: flex;
}
.c-block-quote .c-block__content .o-col-md-6 blockquote {
  position: relative;
  margin: auto 0;
}
.c-block-quote .c-block__content .o-col-md-6 blockquote p {
  font-size: 105%;
  padding: 1rem 0 0 4rem;
}
@media (min-width: 992px) {
  .c-block-quote .c-block__content .o-col-md-6 blockquote p {
    font-size: 120%;
    padding: 1rem 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .c-block-quote .c-block__content .o-col-md-6 blockquote p {
    font-size: 160%;
    padding: 1rem 0 0 10rem;
  }
}
.c-block-quote .c-block__content .o-col-md-6 blockquote p:before {
  content: "";
  position: absolute;
  width: 5.75rem;
  height: 4.25rem;
  background-image: url("assets/img/quote.svg");
  background-size: cover;
  left: 0rem;
  top: 1rem;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .c-block-quote .c-block__content .o-col-md-6 blockquote p:before {
    left: 1rem;
  }
}
@media (min-width: 1200px) {
  .c-block-quote .c-block__content .o-col-md-6 blockquote p:before {
    width: 11rem;
    height: 8.5rem;
    left: 2rem;
    top: -2rem;
  }
}
.c-block-quote .c-block__content .o-col-md-6 blockquote cite {
  font-size: 75%;
  padding-left: 10rem;
}

.c-block-vcards .c-block__vcard {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "vcard_img" "vcard_text" "vcard_contact";
  margin: 2rem 0 1rem;
}
.c-block-vcards .c-block__vcard .c-block__image {
  position: relative;
  grid-area: vcard_img;
  margin: 1rem auto 1rem;
  height: 0;
}
.c-block-vcards .c-block__vcard .c-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-block-vcards .c-block__vcard .c-block__content {
  grid-area: vcard_text;
  text-align: center;
}
.c-block-vcards .c-block__vcard .c-block__links {
  grid-area: vcard_contact;
  text-align: center;
}
@media (min-width: 768px) {
  .c-block-vcards .c-block__vcard {
    grid-template-columns: 67% 33%;
    grid-gap: 0 18px;
    grid-template-areas: "vcard_text vcard_img" "vcard_contact vcard_img";
  }
  .c-block-vcards .c-block__vcard .c-block__image {
    width: calc(100% - 9px);
    padding-top: calc(100% - 18px);
    margin: 0;
    transform: translateX(10px);
  }
  .c-block-vcards .c-block__vcard .c-block__content {
    text-align: left;
  }
  .c-block-vcards .c-block__vcard .c-block__links {
    text-align: left;
  }
}
.c-block-vcards .c-block__vcard h4 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #97bf0d;
}
.c-block-vcards .c-block__vcard p {
  margin-bottom: 0;
}
.c-block-vcards .c-block__vcard p.subtitle {
  color: rgba(83, 91, 97, 0.8);
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.c-block-posts .c-post {
  margin-bottom: 1.5rem;
}
.c-block-posts .c-post .c-headline {
  margin-bottom: 0.65rem;
}
.c-block-posts .c-post .c-headline h3 {
  font-size: 1.425rem;
  line-height: 1.3;
}
.c-block-posts .c-post__meta {
  margin-bottom: 0.5rem;
  opacity: 0.8;
  font-size: 90%;
}
.c-block-posts .c-post .c-post__image > picture > img {
  display: block;
  width: 100%;
  height: auto;
}
.c-block-posts .c-post--postimage {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  grid-template-areas: "post_thumb" "post_content";
}
@media (min-width: 768px) {
  .c-block-posts .c-post--postimage {
    grid-template-columns: 280px 1fr;
    grid-gap: 0 1.5rem;
    grid-template-areas: "post_thumb post_content" "post_thumb post_content" "post_thumb post_content";
  }
}
.c-block-posts .c-post--postimage .c-post__image {
  grid-area: post_thumb;
}
.c-block-posts .c-post--postimage .c-post__content-wrapper {
  grid-area: post_content;
}
.c-block-posts .c-btn {
  float: right;
}
.c-block-posts .c-block__grid {
  align-items: normal;
}
.c-block-posts .c-block__grid > * {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-end;
}
.c-block-posts .c-block__grid .c-btn {
  margin-top: auto;
}
.c-block-posts-frontpage .c-block__content h2 {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #464646;
  margin-bottom: 2rem;
  padding-top: 1rem;
  width: 100%;
}
.c-block-posts-frontpage .bg-lightgray {
  background: gainsboro;
}

.c-block-youtube .c-video,
.c-block-text-video .c-video {
  position: relative;
}
.c-block-youtube .c-video__preview,
.c-block-text-video .c-video__preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 2s ease;
}
.c-block-youtube .c-video__preview figure,
.c-block-text-video .c-video__preview figure {
  width: 100%;
  height: 100%;
}
.c-block-youtube .c-video__preview picture,
.c-block-text-video .c-video__preview picture {
  aspect-ratio: 16/9;
}
.c-block-youtube .c-video__preview picture img,
.c-block-text-video .c-video__preview picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}
.c-block-youtube .c-video__video,
.c-block-text-video .c-video__video {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
  z-index: 50;
}
.c-block-youtube .c-video__video iframe,
.c-block-text-video .c-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-block-youtube .c-video.playing .c-video__preview,
.c-block-text-video .c-video.playing .c-video__preview {
  opacity: 0;
}
.c-block-youtube .c-video:not(.playing),
.c-block-text-video .c-video:not(.playing) {
  cursor: pointer;
}
.c-block-youtube .c-video:not(.playing) .c-video__preview:before,
.c-block-text-video .c-video:not(.playing) .c-video__preview:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50px" height="50px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve" fill="%2397BF0D"><path d="M12.5,29c0-2.2,0-5.8,0-8v-9.5c0-2.2,1.559-3.101,3.465-2.001l8.237,4.752c1.905,1.1,5.024,2.898,6.93,3.998l8.236,4.752c1.905,1.1,1.905,2.898,0,3.998l-8.236,4.752c-1.905,1.1-5.024,2.898-6.93,3.998l-8.237,4.752C14.06,41.601,12.5,40.7,12.5,38.5V29z"/></svg>');
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid #97bf0d;
  border-radius: 60px;
}
.c-block-youtube .c-video:not(.playing) .c-video__video,
.c-block-text-video .c-video:not(.playing) .c-video__video {
  z-index: -1;
}
.c-block-youtube .c-video--notice,
.c-block-text-video .c-video--notice {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.2;
  opacity: 0.8;
}

.c-footerblock {
  position: relative;
  color: #FFFFFF;
  line-height: 1.3;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-footerblock h1, .c-footerblock h2, .c-footerblock h3, .c-footerblock h4, .c-footerblock h5, .c-footerblock h6, .c-footerblock i {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.c-footerblock p {
  font-weight: 300;
  line-height: 1.4;
}
.c-footerblock a {
  color: #FFFFFF;
}
.c-footerblock a:hover, .c-footerblock a:focus {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  div.imgleft {
    max-width: 40%;
    float: left;
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  div.imgright {
    max-width: 40%;
    float: right;
    margin-left: 2rem;
  }
}

.onAccordion {
  margin-top: 1rem;
  width: 100%;
}
.onAccordion:first-of-type {
  margin-top: 2rem;
}

.ui-accordion-header {
  background: #f4f4f4;
  padding: 1rem;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.ui-accordion-header:hover {
  background: #e9e9e9;
}

.ui-accordion-header::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
}

.ui-accordion-header.active::before {
  transform: rotate(-180deg);
}

.onAccordionContent {
  overflow: hidden;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: block !important; /* Override inline style */
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.onAccordionContent.active {
  max-height: 2000px; /* Adjust based on your content's maximum possible height */
  opacity: 1;
}

.onAccordionContent > * {
  padding: 1rem;
  margin-bottom: 0;
}

/* Prevent link behavior but maintain styling */
.ui-accordion-header a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .u-text-sm-left {
    text-align: left !important;
  }
  .u-text-sm-right {
    text-align: right !important;
  }
  .u-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text-md-left {
    text-align: left !important;
  }
  .u-text-md-right {
    text-align: right !important;
  }
  .u-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .u-text-lg-left {
    text-align: left !important;
  }
  .u-text-lg-right {
    text-align: right !important;
  }
  .u-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .u-text-xl-left {
    text-align: left !important;
  }
  .u-text-xl-right {
    text-align: right !important;
  }
  .u-text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .u-text-xxl-left {
    text-align: left !important;
  }
  .u-text-xxl-right {
    text-align: right !important;
  }
  .u-text-xxl-center {
    text-align: center !important;
  }
}
.u-d-none {
  display: none !important;
}

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

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

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

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

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

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

.u-d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-table {
    display: table !important;
  }
  .u-d-sm-table-row {
    display: table-row !important;
  }
  .u-d-sm-table-cell {
    display: table-cell !important;
  }
  .u-d-sm-flex {
    display: flex !important;
  }
  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .u-d-xl-none {
    display: none !important;
  }
  .u-d-xl-inline {
    display: inline !important;
  }
  .u-d-xl-inline-block {
    display: inline-block !important;
  }
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-table {
    display: table !important;
  }
  .u-d-xl-table-row {
    display: table-row !important;
  }
  .u-d-xl-table-cell {
    display: table-cell !important;
  }
  .u-d-xl-flex {
    display: flex !important;
  }
  .u-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .u-d-xxl-none {
    display: none !important;
  }
  .u-d-xxl-inline {
    display: inline !important;
  }
  .u-d-xxl-inline-block {
    display: inline-block !important;
  }
  .u-d-xxl-block {
    display: block !important;
  }
  .u-d-xxl-table {
    display: table !important;
  }
  .u-d-xxl-table-row {
    display: table-row !important;
  }
  .u-d-xxl-table-cell {
    display: table-cell !important;
  }
  .u-d-xxl-flex {
    display: flex !important;
  }
  .u-d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.u-d-flex--space-between {
  justify-content: space-between;
}
.u-d-flex--center {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=style.css.map */
