.two-column {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .two-column {
    column-count: 2;
    column-gap: 30px;
  }
}

.mb-1 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 30px;
}

.mb-3 {
  margin-bottom: 45px;
}

.centered {
  text-align: center;
}

.centered-flex {
  justify-content: center;
}

.arrow-list {
  list-style: none;
}
.arrow-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.arrow-list li {
  background: url("../img/icon_arrow_right.svg") no-repeat left 5px;
  padding-left: 35px;
  margin-bottom: 8px;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .iframe-compressor {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.form-error {
  text-align: center;
  color: red;
}

.form-success {
  text-align: center;
  color: #46962B;
}

.iframe-credit {
  color: #999999;
  font-size: 1.3rem;
}

.mobile-gap {
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .mobile-gap {
    margin-bottom: 0;
  }
}

.row {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 3.75px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 3.75px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 25px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 25px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 15px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 15px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 120px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 120px;
}

@media (min-width: 400px) {
  .col-ss {
    flex: 1 0 0%;
  }

  .row-cols-ss-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-ss-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-ss-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-ss-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-ss-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-ss-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-ss-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-ss-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-ss-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-ss-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-ss-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-ss-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-ss-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-ss-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-ss-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-ss-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-ss-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-ss-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-ss-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-ss-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-ss-0 {
    margin-left: 0;
  }

  .offset-ss-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ss-2 {
    margin-left: 16.6666666667%;
  }

  .offset-ss-3 {
    margin-left: 25%;
  }

  .offset-ss-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ss-5 {
    margin-left: 41.6666666667%;
  }

  .offset-ss-6 {
    margin-left: 50%;
  }

  .offset-ss-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ss-8 {
    margin-left: 66.6666666667%;
  }

  .offset-ss-9 {
    margin-left: 75%;
  }

  .offset-ss-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ss-11 {
    margin-left: 91.6666666667%;
  }

  .g-ss-0,
.gx-ss-0 {
    --bs-gutter-x: 0;
  }

  .g-ss-0,
.gy-ss-0 {
    --bs-gutter-y: 0;
  }

  .g-ss-1,
.gx-ss-1 {
    --bs-gutter-x: 3.75px;
  }

  .g-ss-1,
.gy-ss-1 {
    --bs-gutter-y: 3.75px;
  }

  .g-ss-2,
.gx-ss-2 {
    --bs-gutter-x: 25px;
  }

  .g-ss-2,
.gy-ss-2 {
    --bs-gutter-y: 25px;
  }

  .g-ss-3,
.gx-ss-3 {
    --bs-gutter-x: 15px;
  }

  .g-ss-3,
.gy-ss-3 {
    --bs-gutter-y: 15px;
  }

  .g-ss-4,
.gx-ss-4 {
    --bs-gutter-x: 4rem;
  }

  .g-ss-4,
.gy-ss-4 {
    --bs-gutter-y: 4rem;
  }

  .g-ss-5,
.gx-ss-5 {
    --bs-gutter-x: 120px;
  }

  .g-ss-5,
.gy-ss-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 600px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 3.75px;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 3.75px;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 25px;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 25px;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 15px;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 15px;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 4rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 4rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 120px;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 900px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 3.75px;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 3.75px;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 25px;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 25px;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 15px;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 15px;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 4rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 4rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 120px;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1370px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 3.75px;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 3.75px;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 25px;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 25px;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 15px;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 15px;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 4rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 4rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 120px;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 3.75px;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 3.75px;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 25px;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 25px;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 15px;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 15px;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 4rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 4rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 120px;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 3.75px;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 3.75px;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 25px;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 25px;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 15px;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 15px;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 120px;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 120px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  background-color: currentColor;
  border: 0;
}

hr:not([size]) {
  height: 1px;
}

h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -1.3rem;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  line-height: inherit;
  white-space: normal;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

iframe {
  width: 100%;
  margin-bottom: 9rem;
}

body {
  color: #0A321E;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "PT Sans", sans-serif;
  position: relative;
  background-color: #46962B;
  overflow-x: hidden;
  background: url("../img/bg.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body .home {
  color: white;
}

h1 {
  font-size: 4.5rem;
  line-height: 4.7rem;
  text-transform: uppercase;
  word-break: break-all;
}
@media screen and (min-width: 900px) {
  h1 {
    word-break: normal;
    font-size: 4.5rem;
    line-height: 4.7rem;
  }
}

h2 {
  font-size: 2.4615384615rem;
  line-height: 3.8461538462rem;
  color: #46962B;
  border-bottom: 8px solid #46962B;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  word-break: break-all;
  font-family: "Arvo Gruen", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 900px) {
  h2 {
    word-break: normal;
    font-size: 3.2rem;
    line-height: 5rem;
  }
}

.home h2 {
  color: white;
  border: none;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.1rem;
}

h3 {
  font-family: "Arvo", serif;
  font-size: 2.7692307692rem;
  line-height: 2.9230769231rem;
  color: #46962B;
  margin-top: 0;
  margin-bottom: 1rem;
  word-break: break-all;
  font-weight: normal;
}
@media screen and (min-width: 900px) {
  h3 {
    word-break: normal;
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}

h4 {
  font-family: "Arvo Gruen", sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5 {
  font-family: "Arvo", serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0;
}

strong {
  font-weight: bold;
}

iframe {
  margin-bottom: 0;
}

.ctnr p a {
  color: #46962B;
}

.ctnr.home a {
  color: white;
}

@font-face {
  font-family: "PT Sans";
  src: url("../fonts/ptsans_regular.woff"), url("../fonts/ptsans_regular.eot"), url("../fonts/ptsans_regular.ttf"), url("../fonts/ptsans_regular.svg");
  font-weight: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/ptsans_bold.woff"), url("../fonts/ptsans_bold.eot"), url("../fonts/ptsans_bold.ttf"), url("../fonts/ptsans_bold.svg");
  font-weight: bold;
}
@font-face {
  font-family: "Arvo Gruen";
  src: url("../fonts/arvo_gruen.woff"), url("../fonts/arvo_gruen.eot"), url("../fonts/arvo_gruen.ttf"), url("../fonts/arvo_gruen.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Arvo";
  src: url("../fonts/arvo_regular.woff"), url("../fonts/arvo_regular.eot"), url("../fonts/arvo_regular.ttf"), url("../fonts/arvo_regular.svg");
  font-weight: normal;
}
.header {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  margin-bottom: 3.5rem;
}

.ctnr {
  margin: 0 auto;
  position: relative;
  max-width: 1254px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 900px) {
  .ctnr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1150px) {
  .ctnr {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .ctnr.home {
    width: 90%;
  }
}
@media (min-width: 1250px) and (max-width: 1440px) {
  .ctnr.home {
    width: 75%;
  }
}

.ctnr--wide {
  max-width: 1500px;
}

.nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: white;
  padding: 30px 40px 40px 40px;
  z-index: 1000;
  transform: translateX(100%);
  width: 330px;
  overflow-y: auto;
  font-family: "Arvo Gruen", sans-serif;
}
.nav.animate {
  transition: transform 0.3s ease-out;
}
.nav.open {
  transform: translateX(0);
  box-shadow: -3px 2px 10px 3px rgba(46, 46, 46, 0.2);
}
@media screen and (min-width: 1450px) {
  .nav {
    transform: none;
    margin-left: 40px;
    background-color: transparent;
    padding: 0;
    position: static;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow-y: visible;
    box-shadow: none;
  }
}

.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-top: 7rem;
}
@media screen and (min-width: 1450px) {
  .nav__list {
    margin-top: 0;
    display: flex;
  }
}

.nav__list--meta {
  margin-left: auto;
  margin-top: 0;
  font-family: "PT Sans", sans-serif;
}
.nav__list--meta .nav__link {
  margin-right: 0;
}

.nav__link {
  color: #46962B;
  text-decoration: none;
  margin-right: 1px;
  padding: 5px 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1450px) {
  .nav__link:not(.nav__list--meta .nav__link) {
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    position: relative;
    top: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .nav__link:not(.nav__list--meta .nav__link):hover {
    top: -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .nav__link:not(.nav__list--meta .nav__link).active {
    top: 0;
    background-color: #FFEE00;
    box-shadow: -3px 2px 10px 3px rgba(46, 46, 46, 0.2);
  }
  .nav__list--meta .nav__link {
    color: #FFF;
    padding: 2px 3px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .nav__list--meta .nav__link:hover, .nav__list--meta .nav__link.active {
    border-bottom: 1px solid #FFF;
  }
}
.nav__link svg {
  width: 19px;
  height: 14px;
  margin-left: 5px;
}

.nav__list__seperator {
  color: white;
  margin: 0 10px;
  display: none;
}
@media screen and (min-width: 1450px) {
  .nav__list__seperator {
    display: inline-block;
  }
}

.nav__button {
  background: none;
  border: none;
  padding: 0;
}

.nav__button--open {
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 1450px) {
  .nav__button--open {
    display: none;
  }
}
.nav__button--open svg {
  width: 40px;
  height: 23px;
  stroke: white;
}

.nav__button--close {
  display: block;
  margin-left: auto;
  position: absolute;
  top: 5rem;
  right: 35px;
}
@media screen and (min-width: 1450px) {
  .nav__button--close {
    display: none;
  }
}
.nav__button--close svg {
  fill: #46962B;
  width: 30px;
  height: 30px;
}

.sub__nav {
  position: relative;
}
.sub__nav ul {
  list-style: none;
  margin: 0;
  font-family: "Arvo", sans-serif;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1450px) {
  .sub__nav ul {
    padding: 1rem 0;
    background-color: white;
    box-shadow: -3px 2px 10px 3px rgba(46, 46, 46, 0.2);
    left: 0;
    top: 100%;
    position: absolute;
    display: none;
    font-family: "Arvo Gruen", sans-serif;
  }
}
.sub__nav:hover ul {
  display: block;
}
.sub__nav ul .nav__link:not(.nav__list--meta .nav__link) {
  display: block;
  box-shadow: none;
}

.btn {
  border: none;
  background-color: #E6007E;
  padding: 10px 50px;
  text-decoration: none;
  color: white;
  font-size: 2.4rem/1.3;
  display: inline-block;
  font-family: "Arvo Gruen", sans-serif;
}
@media screen and (min-width: 900px) {
  .btn {
    font-size: 2.4rem;
  }
}

.page__header {
  text-align: center;
  margin-bottom: 5rem;
}

.page__header__date {
  margin-bottom: 2rem;
  font-family: "Arvo Gruen", sans-serif;
}

.page__header__headline {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2rem;
  color: white;
  margin-bottom: 1.5rem;
  word-break: keep-all;
  font-family: "Arvo Gruen", sans-serif;
}
@media screen and (min-width: 600px) {
  .page__header__headline {
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
}
@media screen and (min-width: 900px) {
  .page__header__headline {
    word-break: normal;
    font-size: 4.5rem;
    line-height: 4.7rem;
  }
}
.page__header__headline span {
  color: #FFEE00;
}

.home .page__header__slogan {
  display: block;
}

.ctnr--noslogan .page__header__slogan {
  display: none;
}

.page__container {
  background-color: white;
  padding: 25px 25px 150px 25px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .page__container {
    padding: 45px 65px 150px 65px;
  }
}
@media screen and (min-width: 1250px) {
  .page__container {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1525px) {
  .page__container {
    width: 100%;
  }
}
.page__container a {
  color: #46962B;
}
.page__container .btn {
  color: white;
}
.page__container .fair__overview__item {
  color: white;
}

.page__container--smallpadding {
  padding: 25px 17px 50px 17px;
}

.page__intro {
  position: relative;
}
.page__intro h3 {
  color: #0A321E;
  font-family: "Arvo Gruen", sans-serif;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.page__intro h4 {
  color: #46962B;
  font-family: "Arvo", serif;
  font-size: 2rem;
  line-height: 3.6rem;
}

.page__intro--flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .page__intro--flex {
    flex-direction: row;
  }
}

.page__intro__image {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .page__intro__image {
    flex: 0 0 40%;
    margin-left: auto;
    text-align: right;
    margin-top: 0;
  }
}

.page__intro__link {
  color: #E6007E;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .page__intro__link {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.page__intro__link svg {
  transform: rotate(180deg);
  width: 8px;
  height: 16px;
  margin-left: 20px;
}

.ribbon {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.ribbon__content {
  color: #fff;
  background-color: #E6007E;
  position: relative;
  height: inherit;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .ribbon__content {
    font-size: 1.8rem;
  }
}

.ribbon__edge {
  position: relative;
  width: 20px;
  height: inherit;
}
.ribbon__edge:before {
  content: " ";
  background: transparent;
  border-top: 15px solid #E6007E;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 0;
}
.ribbon__edge:after {
  content: " ";
  background: transparent;
  border-bottom: 15px solid #E6007E;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 0;
}

.ribbon__edge--left:before, .ribbon__edge--left:after {
  right: -10px;
}

.ribbon__edge--right:before, .ribbon__edge--right:after {
  left: -10px;
}

.slogan {
  height: 40px;
  color: white;
  background-color: #4CB4E7;
  font-size: 2.7rem/1.3;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .slogan {
    font-size: 2.7rem;
  }
}
.slogan:before {
  content: "";
  background-color: transparent;
  height: 0;
  width: 0;
  border-right: 12px solid #4CB4E7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -12px;
  top: 0;
}
.slogan:after {
  content: "";
  background-color: transparent;
  height: 0;
  width: 0;
  border-left: 12px solid #4CB4E7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -12px;
  top: 0;
}

.slogan__dot {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.slogan__dot:first-child {
  margin: 0 10px 0 5px;
}
.slogan__dot:last-child {
  margin: 0 5px 0 10px;
}

.registration__round {
  display: flex;
  border-bottom: 1px solid #F0F3F1;
  margin-bottom: 1.8rem;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .registration__round {
    flex-direction: row;
  }
}

.registration__round__date {
  flex: 0 0 190px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .registration__round__date {
    margin-bottom: 0;
  }
}

.registration__round__entry__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1150px) {
  .registration__round__entry__container {
    flex-direction: row;
  }
}

.registration__round__entry__label {
  width: 120px;
  padding-top: 5px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1150px) {
  .registration__round__entry__label {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .registration__footer {
    margin-left: 172px;
  }
}

.scrolltop {
  background-color: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1000;
  border: none;
}
.scrolltop.show {
  opacity: 1;
}
.scrolltop svg {
  width: 35px;
  height: 20px;
}

.flag {
  position: relative;
  cursor: pointer;
}

.flag__content {
  height: 80px;
  color: white;
  font-size: 4.8rem;
  line-height: 4.9rem;
  font-family: "Arvo Gruen", sans-serif;
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1250px) {
  .flag__content {
    margin-top: 3px;
    width: 200px;
  }
}
.flag__content img {
  height: 50px;
}
@media screen and (min-width: 900px) {
  .flag__content {
    font-size: 2.7rem;
  }
}
.flag__content:after {
  background-color: transparent;
  height: 0;
  width: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1250px) {
  .flag__content:after {
    content: "";
  }
}

.flags__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
@media screen and (min-width: 1250px) {
  .flags__container {
    display: block;
    position: absolute;
    top: 250px;
  }
}

.flags__container--left {
  margin-top: 5rem;
}
@media screen and (min-width: 1250px) {
  .flags__container--left {
    margin-top: 0;
    left: -20px;
  }
}
.flags__container--left .flag__content {
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 1250px) {
  .flags__container--left .flag__content {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1250px) {
  .flags__container--left .flag__content {
    transform: rotate(-15deg);
  }
}
.flags__container--left .flag__content:after {
  right: -12px;
}
.flags__container--left .flag__content img {
  margin-left: 20px;
}
@media screen and (min-width: 1250px) {
  .flags__container--left .flag__content img {
    margin-right: 20px;
    margin-left: 0;
  }
}
.flags__container--left .flag__content span:first-child {
  order: 2;
}
@media screen and (min-width: 1250px) {
  .flags__container--left .flag__content span:first-child {
    order: 1;
  }
}
.flags__container--left .flag__content span:last-child {
  order: 1;
}
@media screen and (min-width: 1250px) {
  .flags__container--left .flag__content span:last-child {
    order: 2;
  }
}

@media screen and (min-width: 1250px) {
  .flags__container--right {
    right: -20px;
  }
}
.flags__container--right .flag__content {
  justify-content: flex-start;
  padding-left: 20px;
}
@media screen and (min-width: 1250px) {
  .flags__container--right .flag__content {
    transform: rotate(15deg);
  }
}
.flags__container--right .flag__content:after {
  left: -12px;
}
.flags__container--right .flag__content img {
  margin-left: 20px;
}

.flag--01 .flag__content {
  background-color: #E20620;
}
.flag--01 .flag__content:after {
  border-left: 12px solid #E20620;
}

.flag--02 .flag__content {
  background-color: #D7A207;
}
.flag--02 .flag__content:after {
  border-left: 12px solid #D7A207;
}

.flag--03 .flag__content {
  background-color: #249335;
}
.flag--03 .flag__content:after {
  border-left: 12px solid #249335;
}

.flag--04 .flag__content {
  background-color: #C01628;
}
.flag--04 .flag__content:after {
  border-left: 12px solid #C01628;
}

.flag--05 .flag__content {
  background-color: #E6301B;
}
.flag--05 .flag__content:after {
  border-left: 12px solid #E6301B;
}

.flag--06 .flag__content {
  background-color: #01A7D7;
}
.flag--06 .flag__content:after {
  border-left: 12px solid #01A7D7;
}

.flag--07 .flag__content {
  background-color: #FCB800;
}
.flag--07 .flag__content:after {
  border-left: 12px solid #FCB800;
}

.flag--08 .flag__content {
  background-color: #941832;
}
.flag--08 .flag__content:after {
  border-left: 12px solid #941832;
}

.flag--09 .flag__content {
  background-color: #EC6410;
}
.flag--09 .flag__content:after {
  border-left: 12px solid #EC6410;
}

.flag--10 .flag__content {
  background-color: #DD0978;
}
.flag--10 .flag__content:after {
  border-right: 12px solid #DD0978;
}

.flag--11 .flag__content {
  background-color: #F49C0D;
}
.flag--11 .flag__content:after {
  border-right: 12px solid #F49C0D;
}

.flag--12 .flag__content {
  background-color: #D28D0C;
}
.flag--12 .flag__content:after {
  border-right: 12px solid #D28D0C;
}

.flag--13 .flag__content {
  background-color: #497635;
}
.flag--13 .flag__content:after {
  border-right: 12px solid #497635;
}

.flag--14 .flag__content {
  background-color: #0175B8;
}
.flag--14 .flag__content:after {
  border-right: 12px solid #0175B8;
}

.flag--15 .flag__content {
  background-color: #3EA635;
}
.flag--15 .flag__content:after {
  border-right: 12px solid #3EA635;
}

.flag--16 .flag__content {
  background-color: #064B84;
}
.flag--16 .flag__content:after {
  border-right: 12px solid #064B84;
}

.flag--17 .flag__content {
  background-color: #1D3163;
}
.flag--17 .flag__content:after {
  border-right: 12px solid #1D3163;
}

.tooltip {
  position: absolute;
  background-color: white;
  padding: 20px;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: none;
  width: 200%;
  bottom: 100%;
  z-index: 5;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1250px) {
  .tooltip {
    width: 450px;
    top: -50px;
    bottom: auto;
  }
}
.tooltip:before {
  height: 0;
  width: 0;
  background-color: transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
@media screen and (min-width: 1250px) {
  .tooltip:before {
    content: "";
  }
}

.tooltip__button {
  border: none;
  background: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.tooltip__button svg {
  width: 20px;
  height: 20px;
}

.flag.show .tooltip {
  display: block;
}

.flag.animate .tooltip {
  transform: translateX(0);
  opacity: 1;
}

.flags__container--left .tooltip {
  left: 0;
}
@media screen and (min-width: 1250px) {
  .flags__container--left .tooltip {
    transform: translateX(30px);
    left: 240px;
  }
}
.flags__container--left .tooltip:before {
  border-right: 25px solid white;
  left: -25px;
}

.flags__container--right .tooltip {
  left: 0;
}
@media screen and (min-width: 1250px) {
  .flags__container--right .tooltip {
    right: 240px;
    left: auto;
    transform: translateX(-30px);
  }
}
.flags__container--right .tooltip:before {
  border-left: 25px solid white;
  right: -25px;
}

.flag.last .tooltip {
  left: auto;
  right: 0;
}

.fair__item__container .tooltip--top {
  left: 0;
  top: auto;
  width: 100%;
  color: #0A321E;
  margin-top: -25px;
  transform: translateY(-45px);
  z-index: 10000;
  bottom: 100%;
  text-align: center;
}
.fair__item__container .tooltip--top:before {
  height: 0;
  width: 0;
  background-color: transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid white;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -45px;
  top: auto;
  content: " ";
}
@media screen and (min-width: 1250px) {
  .fair__item__container .tooltip--top:before {
    content: " ";
  }
}
.fair__item__container .tooltip--bottom {
  left: 0;
  top: 100%;
  width: 100%;
  color: #0A321E;
  margin-bottom: 25px;
  transform: translateY(45px);
  z-index: 10000;
  bottom: auto;
  text-align: center;
}
.fair__item__container .tooltip--bottom:before {
  height: 0;
  width: 0;
  background-color: transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid white;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: auto;
  top: -25px;
  content: " ";
}
@media screen and (min-width: 1250px) {
  .fair__item__container .tooltip--bottom:before {
    content: " ";
  }
}

.fair__item__container.show .tooltip {
  display: block;
}

.fair__item__container.animate .tooltip--top {
  transform: translateY(-15px);
  opacity: 1;
}
.fair__item__container.animate .tooltip--bottom {
  transform: translateY(15px);
  opacity: 1;
}

.tabs {
  font-family: "Arvo Gruen", sans-serif;
  border-bottom: 1px solid #46962B;
  text-align: center;
}

.tab {
  border: none;
  background: none;
  background-color: #46962B;
  color: white;
  padding: 7px 20px;
  border: 1px solid #46962B;
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .tab {
    margin-bottom: -1px;
    width: auto;
    display: inline-block;
  }
}
.tab.active {
  background-color: white;
  color: #46962B;
  border-bottom: 1px solid white;
}

.tab__content {
  display: none;
}
.tab__content.active {
  display: block;
}

.podium {
  padding: 30px;
}

.podium__item {
  padding-top: 30px;
  display: flex;
  border-bottom: 3px solid #46962B;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .podium__item {
    flex-direction: row;
  }
}

.podium__portrait {
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .podium__portrait {
    margin-bottom: 0;
    margin-right: 50px;
    flex: 0 0 30%;
    width: auto;
  }
}
.podium__portrait img {
  vertical-align: bottom;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 10px solid #4CB4E7;
}

.podium__content {
  padding-bottom: 3rem;
}

.podium__name {
  margin-bottom: 1rem;
}

.podium__title {
  margin-bottom: 3rem;
}

.persons {
  padding: 30px;
}

.person {
  text-align: center;
}
.person p {
  line-height: 1.4;
}

.person__image {
  border: 10px solid #4CB4E7;
  border-radius: 50%;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 200px;
}

.person__link {
  color: #0A321E;
}

.workshop__round {
  display: flex;
  margin-bottom: 3.5rem;
  flex-direction: column;
}
@media screen and (min-width: 1150px) {
  .workshop__round {
    flex-direction: row;
  }
}

.workshop__round__time {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1150px) {
  .workshop__round__time {
    flex: 0 0 185px;
    margin-bottom: 0;
  }
}

.workshop__round__content {
  width: 100%;
}

.workshop__headline {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 0;
}
.workshop__headline span {
  color: #0A321E;
  font-size: 1.4rem;
  display: block;
}

.accordion {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0.6rem;
}
.accordion.open .accordion__toggle__icon {
  transform: rotate(180deg);
}
.accordion.open .accordion__content__container {
  max-height: 2800px;
}

.accordion__toggle {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.accordion__toggle__icon {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.accordion__toggle__icon svg {
  width: 13px;
  height: 20px;
}

.accordion__content__container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion__content {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 1150px) {
  .accordion__content {
    padding: 0 160px 40px 40px;
  }
}

.overlay__background {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 10000;
}
.overlay__background.open {
  display: flex;
}

.overlay {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 700px;
  padding: 35px;
  position: relative;
}

.overlay__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}
.overlay__close svg {
  width: 20px;
  height: 20px;
}

.fair__backlink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #E6007E;
}
.fair__backlink svg {
  width: 8px;
  height: 16px;
  margin-right: 18px;
}

.fair__intro {
  color: #46962B;
  font-family: "Arvo", serif;
}

.fair__overview__item {
  color: white;
  padding: 60px 30px;
  text-align: center;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fair__item__container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #46962B;
  line-height: 1.2;
}

label {
  display: block;
  margin-bottom: 1rem;
}

input[type=text],
input[type=email] {
  width: 100%;
  border: none;
  background-color: #F0F3F1;
  padding: 10px 15px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  border: none;
  background-color: #F0F3F1;
  padding: 10px 45px 10px 10px;
}

.select__container {
  position: relative;
}
.select__container:before {
  content: url("../img/icon_arrow_down.svg");
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}

textarea {
  background-color: #F0F3F1;
  resize: none;
  width: 100%;
  border: none;
  padding: 10px 15px;
}

.checkbox__container {
  display: flex;
  align-items: flex-start;
  line-height: 2.4rem;
}
.checkbox__container a {
  color: #0A321E;
}
.checkbox__container input[type=checkbox] {
  margin: 6px 10px 0 0;
}

input[type=submit] {
  background-color: #E6007E;
  border: none;
  color: white;
  font-family: "Arvo Gruen", sans-serif;
  padding: 0 45px;
}

.form h4 {
  color: #46962B;
  font-family: "Arvo", serif;
  font-size: 1.8rem;
}

.form__footer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .form__footer {
    align-items: center;
    flex-direction: row;
  }
}
.form__footer button {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .form__footer button {
    margin-top: 0;
    margin-left: auto;
  }
}

.form__errors {
  color: #dc3545;
}

.form__success {
  color: #46962B;
}

.login {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .login {
    flex-direction: row;
  }
}
.login h2 {
  color: #46962B;
  border-bottom: 8px solid #46962B;
  font-family: "Arvo Gruen", sans-serif;
  font-size: 3.2rem;
  margin-right: 35px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .login h2 {
    margin-bottom: 0;
  }
}
.login input[type=text] {
  margin-right: 35px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .login input[type=text] {
    margin-bottom: 0;
  }
}

.login__container {
  max-width: 787px;
  padding: 30px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
.login__container .form-error {
  margin-top: 2rem;
}

.agenda {
  color: #0A321E;
  font-size: 1.6rem;
}

.agenda__date {
  color: #0A321E;
  font-family: "Arvo Gruen", sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  border-bottom: 4px solid #0A321E;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.agenda__item {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .agenda__item {
    flex-direction: row;
  }
}

.agenda__time {
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .agenda__time {
    padding-left: 10px;
    flex: 0 0 168px;
  }
}

.agenda__content {
  font-family: "Arvo", serif;
  flex: 1;
}
.agenda__content strong {
  font-family: "Arvo Gruen", sans-serif;
  font-weight: normal;
  line-height: 2.2rem;
  display: block;
}
.agenda__content a {
  color: #46962B;
  text-decoration: none;
}

.agenda__workshop {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .agenda__workshop {
    flex-direction: row;
  }
}

.agenda__workshop__aside {
  border-bottom: 1px solid #999999;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-family: "Arvo", serif;
  line-height: 2.6rem;
}
@media screen and (min-width: 900px) {
  .agenda__workshop__aside {
    padding-top: 2rem;
    border-top: 1px solid #999999;
    flex: 0 0 288px;
    margin-left: 15px;
  }
}

.agenda__workshop__aside__background {
  background-color: #D4EDFC;
  border-radius: 10px;
  padding: 30px;
  color: #4CB4E7;
  height: 100%;
}

.agenda__workshop__main {
  flex: 1;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.agenda__workshop__main .agenda__item {
  margin-bottom: 0;
}

.agend__workshop__item {
  margin-bottom: 1rem;
  display: block;
}
.agend__workshop__item .agenda__content {
  padding-right: 15px;
}

.agenda__workshop__expert {
  font-size: 1.4rem;
  line-height: 2rem;
}

.livestream {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .livestream {
    flex-direction: row;
  }
}
@media screen and (min-width: 1250px) {
  .livestream {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1525px) {
  .livestream {
    width: 100%;
  }
}
.livestream.solo {
  flex-direction: column;
}

.livestream__video {
  flex: 1;
  height: 475px;
  background: black;
  display: flex;
  align-items: center;
  position: relative;
}

.livestream__aside {
  flex: 0 0 320px;
  background-color: #D4EDFC;
  padding: 30px;
}

.livestream__cc__toggle {
  position: absolute;
  z-index: 1000;
  top: 3px;
  left: 3px;
  border: 2px solid white;
  color: white;
  background-color: #0A321E;
  border-radius: 3px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.livestream__cc__toggle.on {
  color: #0A321E;
  background-color: white;
  border: 2px solid #0A321E;
}

.livestream__video:hover .livestream__cc__toggle {
  opacity: 1;
}
.chat {
  color: #0A321E;
}

.chat__headline {
  font-family: "Arvo", serif;
  font-size: 1.9rem;
  margin-bottom: 2rem;
  color: #0A321E;
}

.storytile-sites-public-chat-messages {
  height: 307px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  overflow-y: auto;
}

.storytile-sites-public-chat-message {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0A321E;
  word-break: break-word;
}

.storytile-sites-public-chat-message-text {
  line-height: 1.5;
}

.storytile-sites-public-chat-message-time {
  display: none;
}

.storytile-sites-public-chat-message-user {
  font-weight: bold;
}

.storytile-sites-public-chat-inputs form {
  display: flex;
  position:relative;
}

.storytile-sites-public-chat-input-text {
  border: none;
  flex: 1;
  padding: 8px 10px;
  height: 40px;
}

.storytile-sites-public-chat-input-button {
  height: 40px;
  border: none;
  padding: 0 15px;
  background-color: #E6007E;
  color: white;
}

.storytile-sites-emoji-menu {
  position: absolute;
  top: 7px;
  left: 261px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  background: transparent;
  cursor:pointer;
}

.storytile-sites-emoji-menu[data-open] {
  overflow: visible;
}

.storytile-sites-emoji-menu-list {
  position: absolute;
  bottom: 25px;
  right: 0;
  background: #fff;
  width: 200px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.storytile-sites-emoji-menu-list>span {
  position: relative;
  padding: 0.25em;
  background: transparent;
}

.epg {
  color: #0A321E;
  flex: 1;
  margin-right: 20px;
}

.storytile-sites-agenda-small {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}

.storytile-sites-agenda-small * {
  box-sizing: border-box;
  user-select: none;
}

.storytile-sites-agenda-day-select {
  border-bottom: 3px solid transparent;
}

.storytile-sites-agenda-day-selector-box {
  margin-bottom: 2rem;
}

.storytile-sites-agenda-day-selector {
  display: inline-block;
  color: #0A321E;
  margin-right: 30px;
  font-family: "Arvo", serif;
}

.storytile-sites-agenda-day-selector-selected {
  color: #46962B;
  border-bottom: 3px solid #46962B;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  color: #F0F3F1;
  width: 100%;
  text-align: left;
  --storytile-sites-agenda-time-progress: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day:not([data-visible]) {
  display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
  position: absolute;
  height: 100%;
  min-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.storytile-sites-agenda-small .storytile-sites-agenda-slots.active .storytile-sites-agenda-sessionslot {
  background-color: #46962B;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--storytile-sites-agenda-time-progress);
  pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  text-align: left;
  line-height: 2rem;
  color: #999999;
  font-size: 1.6rem;
  font-weight: 400;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child,
.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots {
  --storytile-sites-agenda-stage-height: 2rem;
  overflow: hidden;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
  position: relative;
  grid-area: stage;
  overflow: hidden;
  min-height: 3rem;
  min-height: var(--storytile-sites-agenda-stage-height);
  line-height: 3rem;
  line-height: var(--storytile-sites-agenda-stage-height);
  color: black;
  display: none;
}
@media screen and (min-width: 900px) {
  .storytile-sites-agenda-small .storytile-sites-agenda-stagename {
    display: block;
  }
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2rem;
  grid-template-rows: minmax(2rem, auto);
  grid-template-areas: "slots arrow";
  column-gap: 1rem;
  align-items: center;
  justify-items: stretch;
  --storytile-sites-agenda-stage-height: 3rem;
}
@media screen and (min-width: 900px) {
  .storytile-sites-agenda-small .storytile-sites-agenda-stage {
    grid-template-columns: 120px 1fr 2rem;
    grid-template-areas: "stage slots arrow";
  }
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
  position: absolute;
  display: block;
  padding: 10px;
  text-align: left;
  line-height: 2rem;
  background: #46962B;
  color: white;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot.workshops {
  background-color: #4CB4E7;
}
.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot.break {
  background-color: #F0F3F1;
  color: black;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
  position: relative;
  justify-self: center;
  align-self: center;
  line-height: 0;
  color: #0A321E;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox {
  position: relative;
  grid-area: slots;
  overflow: hidden;
  height: 3.6rem;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
  opacity: 0.1;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot[onclick] {
  cursor: pointer;
}

.storytile-sites-agenda-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #4C7891;
  color: #F0F3F1;
  display: none;
  /*
      use the transform to change position of the
      tooltip relative to the mouse pointer
  */
  transform: translateX(calc(-25% - 0.5rem)) translateY(1.5rem);
}

.storytile-sites-agenda-tooltip::before {
  position: absolute;
  display: block;
  content: "";
  background-color: inherit;
  width: 1.4rem;
  height: 1.4rem;
  transform: rotate(45deg);
  left: 25%;
  top: -0.7rem;
}

.storytile-sites-agenda-tooltip-title {
  position: relative;
  font-weight: bold;
}

.storytile-sites-agenda-tooltip-time {
  position: relative;
  font-weight: lighter;
  font-style: italic;
  margin: 0.5rem 0;
}

.storytile-sites-agenda-tooltip-body {
  position: relative;
}

.red-slot {
  background: #f00 !important;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 2px solid #FFEE00;
  width: var(--storytile-sites-agenda-time-progress);
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.question {
  background-color: #4CB4E7;
  padding: 30px;
  width: 100%;
}
@media screen and (min-width: 1250px) {
  .question {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 1525px) {
  .question {
    width: 100%;
  }
}

.question__label {
  color: white;
  font-weight: bold;
  font-size: 2rem;
}

.question__input {
  display: flex;
}
.question__input input {
  padding: 7px 15px;
}
.question__input button {
  background-color: #E6007E;
  padding: 0 35px;
  border: none;
  display: flex;
  align-items: center;
}
.question__input button svg {
  width: 13px;
  height: 20px;
  fill: white;
}

.storytile-sites-user-questions-question form {
  display: flex;
}
.storytile-sites-user-questions-question .storytile-sites-user-questions-input-text {
  padding: 7px 15px;
  height: 40px;
}
.storytile-sites-user-questions-question .storytile-sites-user-questions-input-button {
  background-color: #E6007E;
  padding: 0 35px;
  border: none;
  display: flex;
  align-items: center;
  color: white;
}
.storytile-sites-user-questions-question .storytile-sites-user-questions-input-button svg {
  width: 13px;
  height: 20px;
  fill: white;
}

.search h4 {
  color: #46962B;
  font-family: "Arvo", serif;
  font-size: 1.8rem;
}

.search__input {
  display: flex;
  max-width: 483px;
}
.search__input button {
  background-color: #F0F3F1;
  border: none;
  padding: 0 10px;
}
.search__input button svg {
  width: 27px;
  height: 27px;
}

.participants {
  margin-bottom: 4rem;
}
@media screen and (min-width: 900px) {
  .participants {
    margin-bottom: 0;
  }
}
.participants h4 {
  color: #46962B;
  font-family: "Arvo", serif;
  font-size: 1.8rem;
}

.participants__item {
  border-top: 1px solid #999999;
}
.participants__item:last-child {
  border-bottom: 1px solid #999999;
}
.participants__item.open .participants__toggle svg {
  transform: rotate(180deg);
}
.participants__item.open .participants__content__container {
  max-height: 500px;
}

.participants__header {
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
}
@media screen and (min-width: 900px) {
  .participants__header {
    flex-direction: row;
    align-items: center;
  }
}

.participants__name {
  font-weight: bold;
  flex: 0 0 35%;
}

.participants__location {
  flex: 0 0 45%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 750px) {
  .participants__location {
    margin-bottom: 0;
  }
}

.participants__action {
  flex: 0 0 20%;
  display: flex;
}
@media screen and (min-width: 900px) {
  .participants__action {
    justify-content: flex-end;
  }
}
.participants__action .btn--icon {
  margin-left: auto;
}

.participants__toggle {
  background: none;
  padding: 0;
  color: #46962B;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.participants__toggle svg {
  transition: transform 0.3s ease-in-out;
  width: 20px;
  height: 13px;
  margin-left: 8px;
}

.participants__content {
  padding: 20px 30px;
  border-top: 1px solid #999999;
}

.participants__content__container {
  background-color: #EEEEEE;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in-out;
}

.participants__content__row {
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .participants__content__row {
    flex-direction: row;
  }
}
.participants__content__row:last-child {
  margin-bottom: 0;
}

.participants__content__label {
  font-weight: bold;
  padding-right: 15px;
}
@media screen and (min-width: 750px) {
  .participants__content__label {
    flex: 0 0 35%;
  }
}

.carousel__container h4 {
  color: #46962B;
  font-family: "Arvo", serif;
  font-size: 1.8rem;
}

.carousel {
  background-color: #46962B;
  color: white;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.carousel__header {
  text-align: center;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.carousel__header svg {
  width: 46px;
  height: 30px;
}

.carousel__name {
  font-weight: bold;
}

.carousel__contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel__contact a {
  color: white;
}

.carousel__item {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.carousel__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.carousel__contact--email svg {
  width: 32px;
  height: 22px;
  fill: white;
}

@media screen and (min-width: 900px) {
  .carousel--horizontal .carousel__content {
    display: flex;
  }
  .carousel--horizontal .carousel__item {
    flex: 0 0 33.33%;
    border-bottom: none;
    border-right: 1px solid white;
    padding: 0 15px;
  }
  .carousel--horizontal .carousel__item:last-child {
    border-right: none;
  }
}

.sdg__list img {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
