@charset "UTF-8";
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-fluid {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.container-xs {
  max-width: 320px;
}

.container-sm {
  max-width: 540px;
}

.container-md {
  max-width: 720px;
}

.container-lg {
  max-width: 960px;
}

.container-xl {
  max-width: 1140px;
}

.container, .container-xxl {
  max-width: 1400px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.gap {
  margin: 0 -0.5rem !important;
}

.gap > .col, .gap > [class*=col-] {
  padding: 0 0.5rem !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
.col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  width: 100%;
  min-height: 1px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto {
  -webkit-box-flex: 0;
}

.col, .col-sm, .col-md, .col-lg, .col-xl, .col-xxl {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, .col-sm-auto, .col-md-auto, .col-lg-auto, .col-xl-auto, .col-xxl-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
  .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto {
    -webkit-box-flex: 0;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
  .col-md-10, .col-md-11, .col-md-12, .col-md-auto {
    -webkit-box-flex: 0;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto {
    -webkit-box-flex: 0;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
  .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    -webkit-box-flex: 0;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8,
  .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
    -webkit-box-flex: 0;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media screen and (min-width: 576px) {
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media screen and (min-width: 992px) {
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media screen and (min-width: 1200px) {
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
@media screen and (min-width: 1440px) {
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
}
.offset-0, .offset-sm-0, .offset-md-0, .offset-lg-0, .offset-xl-0, .offset-xxl-0 {
  margin-left: grid-col-sizeing(0);
}

.offset-1, .offset-sm-1, .offset-md-1, .offset-lg-1, .offset-xl-1, .offset-xxl-1 {
  margin-left: grid-col-sizeing(8.3333333333%);
}

.offset-2, .offset-sm-2, .offset-md-2, .offset-lg-2, .offset-xl-2, .offset-xxl-2 {
  margin-left: grid-col-sizeing(16.6666666667%);
}

.offset-3, .offset-sm-3, .offset-md-3, .offset-lg-3, .offset-xl-3, .offset-xxl-3 {
  margin-left: grid-col-sizeing(25%);
}

.offset-4, .offset-sm-4, .offset-md-4, .offset-lg-4, .offset-xl-4, .offset-xxl-4 {
  margin-left: grid-col-sizeing(33.3333333333%);
}

.offset-5, .offset-sm-5, .offset-md-5, .offset-lg-5, .offset-xl-5, .offset-xxl-5 {
  margin-left: grid-col-sizeing(41.6666666667%);
}

.offset-6, .offset-sm-6, .offset-md-6, .offset-lg-6, .offset-xl-6, .offset-xxl-6 {
  margin-left: grid-col-sizeing(50%);
}

.offset-7, .offset-sm-7, .offset-md-7, .offset-lg-7, .offset-xl-7, .offset-xxl-7 {
  margin-left: grid-col-sizeing(58.3333333333%);
}

.offset-8, .offset-sm-8, .offset-md-8, .offset-lg-8, .offset-xl-8, .offset-xxl-8 {
  margin-left: grid-col-sizeing(66.6666666667%);
}

.offset-9, .offset-sm-9, .offset-md-9, .offset-lg-9, .offset-xl-9, .offset-xxl-9 {
  margin-left: grid-col-sizeing(50%);
}

.offset-10, .offset-sm-10, .offset-md-10, .offset-lg-10, .offset-xl-10, .offset-xxl-10 {
  margin-left: grid-col-sizeing(83.3333333333%);
}

.offset-11, .offset-sm-11, .offset-md-11, .offset-lg-11, .offset-xl-11, .offset-xxl-11 {
  margin-left: grid-col-sizeing(91.6666666667%);
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

@media screen and (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

@media screen and (min-width: 576px) {
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media screen and (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1440px) {
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.align-items-start {
  align-items: flex-start !important;
}

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

@media screen and (min-width: 576px) {
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1440px) {
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

@media screen and (min-width: 576px) {
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1440px) {
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
}
.align-self-auto {
  align-self: auto;
}

.align-self-center {
  align-self: center;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-baseline {
  align-self: baseline;
}

@media screen and (min-width: 576px) {
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 992px) {
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a {
  text-decoration: none;
}
.dropdown .dropdown_layer {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: var(--wp--preset--color--cd-background-dark);
  border: 1px solid #f9f9f9;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  min-width: 360px;
  max-height: 75vh;
  overflow-y: auto;
}
.dropdown .dropdown_layer .dropdown_item {
  display: block;
  margin: 0;
  padding: 0.5rem;
  border-bottom: 1px solid #f9f9f9;
  cursor: pointer;
}
.dropdown .dropdown_layer .dropdown_item:hover, .dropdown .dropdown_layer .dropdown_item:focus-visible {
  background-color: #f9f9f9;
}
.dropdown .dropdown_trigger {
  margin: 0;
}
.dropdown:hover .dropdown_layer, .dropdown:focus-within .dropdown_layer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto,  sans-serif;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: inherit;
  color: inherit;
  font-feature-settings: "liga" 0, "dlig" 0;
  -webkit-font-feature-settings: "liga" 0, "dlig" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizespeed;
}

body {
  font-size: 17px;
  background: var(--wp--preset--color--cd-background-dark);
  font-size: 16px;
}

html, body {
  background-color: var(--wp--preset--color--cd-background-dark);
  color: var(--wp--preset--color--cd-text);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

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

a {
  text-decoration: none;
}

summary {
  display: list-item;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}

template, [hidden] {
  display: none !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear, .clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  line-height: 27px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  font-family: Love Ya Like A Sister,  sans-serif;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
  font-family: Love Ya Like A Sister,  sans-serif;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
}

h2, .h2 {
  font-size: 23px;
  line-height: 28px;
}

h3, .h3 {
  font-size: 23px;
  line-height: 28px;
}

h4, .h4 {
  font-size: 23px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 23px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 23px;
  line-height: 28px;
}

blockquote, blockquote p, blockquote cite, cite {
  font-family: Roboto,  sans-serif;
}

b, strong {
  font-weight: 400;
}

u, ins, .underlined {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

i, .italic {
  font-style: italic;
}

s, del, .crossedout {
  text-decoration: line-through;
  text-decoration-thickness: from-font;
}

small {
  font-weight: 400;
}

p:empty {
  display: none !important;
}

p:last-child {
  margin-bottom: 0 !important;
}

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

sub {
  bottom: -4em;
}

sup {
  top: -2em;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-hypens {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.lead, .leader {
  font-size: 17px;
  line-height: 27px;
}

.semi, .normal, p {
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 75px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4, .h4 {
    font-size: 30px;
    line-height: 38px;
  }
  h5, .h5 {
    font-size: 30px;
    line-height: 38px;
  }
  h6, .h6 {
    font-size: 30px;
    line-height: 38px;
  }
  .lead, .leader {
    font-size: 23px;
    line-height: 31px;
  }
  .normal, .semi, p {
    font-size: 18px;
    line-height: 28px;
  }
}
figure, picture, img, svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

figure, picture, img {
  width: 100%;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img, svg, picture {
  vertical-align: bottom;
  border-style: none;
}

figure, picture {
  margin: 0;
}

figcaption {
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-style: italic;
}
figcaption em {
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

form {
  accent-color: var(--wp--preset--color--cd-primary);
}

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

input, select, textarea {
  width: 100%;
  padding: 0.3333333333em 0.5em;
  background-color: var(--wp--preset--color--cd-background-dark);
  border: none;
  border-bottom: 0.1rem solid var(--wp--preset--color--cd-text);
  color: var(--wp--preset--color--cd-text);
  outline: none;
}
input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  outline: none;
  border-color: var(--wp--preset--color--cd-background-light) !important;
}

[type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [type=color], button {
  width: auto !important;
  cursor: pointer;
  line-height: unset;
  background-color: var(--wp--preset--color--cd-background-dark);
}

[type=button], [type=reset], [type=submit], button, .btn {
  display: inline-block;
  padding: 0.3333333333em 1em;
  background-color: var(--wp--preset--color--cd-background-light);
  color: var(--wp--preset--color--cd-text);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 10px;
}

[type=hidden] {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  border: 0.1rem solid var(--wp--preset--color--cd-text);
  border-radius: 10px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
select option {
  background-color: var(--wp--preset--color--cd-background-light);
}

.wpcf7-response-output {
  border: none !important;
  background-color: rgba(30, 119, 58, 0.15);
}

.wpcf7-not-valid-tip {
  color: var(--wp--preset--color--cd-primary) !important;
}

table {
  display: table;
  width: 100%;
  background-color: gray("100");
}
table tr {
  display: table-row;
}
table td, table th {
  display: table-cell;
  padding: 0.3333333333rem 0.5rem;
}
table thead {
  text-align: left;
  font-family: Love Ya Like A Sister,  sans-serif;
  font-weight: 700;
  font-size: 17px;
}
table thead tr {
  background-color: !important;
  color: var(--wp--preset--color--cd-background-dark);
}

.tabel-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
}

ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
  font-size: 16px;
  line-height: 27px;
}

ul li, ol li {
  margin-left: var(--wp--preset--spacing--50);
  margin-bottom: 0.3rem;
  font-size: 17px;
}
dl dt {
  font-family: Love Ya Like A Sister,  sans-serif;
  font-size: 17px;
  line-height: 27px;
}
dl dd {
  margin-left: var(--wp--preset--spacing--50);
  font-size: 17px;
}

@media screen and (min-width: 1200px) {
  ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
    font-size: 18px;
    line-height: 28px;
  }
}
blockquote {
  margin: 0 auto;
  padding: 1rem 0.5rem;
}
blockquote p {
  font-family: Roboto,  sans-serif;
  line-height: 27px;
}
blockquote cite {
  font-family: Roboto,  sans-serif;
  font-style: normal;
}

header {
  position: fixed;
  top: -7px;
  z-index: 1000;
  width: 100%;
  height: 115px;
  background-image: url("/wp-content/themes/kaengo/assets/images/background/header_sm.svg");
  background-position: -15px center;
  background-repeat: no-repeat;
  color: var(--wp--preset--color--cd-text);
  padding-inline: 0.5rem;
}
header .header-navigationbar {
  display: flex;
}
header .header-navigationbar .layer-mobile {
  margin-left: auto;
  align-self: center;
  color: var(--wp--preset--color--cd-text) !important;
}
header .header-navigationbar .layer-mobile * {
  color: inherit !important;
}
header .logo {
  width: 150px;
  display: inline-block;
  margin: 10px 0;
  align-self: center;
  position: relative;
  z-index: 1100;
}
header .logo img, header .logo svg {
  width: 100%;
  height: auto;
}
header nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  padding-bottom: 1000px;
}
header nav.active {
  transform: translateY(-100%);
  animation: slide-in 600ms forwards;
  z-index: 900;
  background-image: url("/wp-content/themes/kaengo/assets/images/background/header_menu.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  color: var(--wp--preset--color--cd-text);
}
header nav .layer-header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: var(--wp--preset--color--cd-background-light);
  color: var(--wp--preset--color--cd-text);
  padding: 2rem 0.5rem;
  text-align: right;
}
header nav .menu-header {
  max-height: calc(100vh - 98px);
  overflow: auto;
}
header nav * {
  color: inherit;
}
header nav > ul {
  padding-inline: 1rem 0.5rem;
}
header nav ul.sub-menu {
  display: none !important;
  padding-inline-start: 1.5rem;
}
header nav ul > li .menu-item-inner {
  display: flex;
}
header nav ul > li .menu-item-inner button {
  width: 1.5rem;
  margin-inline-start: auto;
  cursor: pointer;
}
header nav ul > li .menu-item-inner button svg {
  pointer-events: none;
  transition: all 300ms;
}
header nav ul > li.active > ul.sub-menu {
  display: block !important;
}
header nav ul > li.active > .menu-item-inner button svg {
  transform: rotate(180deg);
}
header .mobile-open, header .mobile-close, header button {
  padding: 0.3rem;
  background-color: unset;
}
header .mobile-open {
  color: var(--wp--preset--color--cd-text);
}

@keyframes slide-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  header {
    background-image: url("/wp-content/themes/kaengo/assets/images/background/header_xl.svg");
    background-position: top center;
    background-repeat: no-repeat;
    height: 250px;
  }
  header .header-navigationbar .layer-mobile {
    display: none;
  }
  header .header-navigationbar .layer-desktop {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header .logo {
    width: 230px;
    display: inline-block;
    margin: 30px 0;
  }
  header nav {
    display: block;
    overflow: unset;
    color: var(--wp--preset--color--cd-text);
    transform: translateX(0);
    padding-bottom: 0;
    position: unset;
  }
  header nav .menu-header {
    max-height: auto;
    overflow: visible;
  }
  header nav.active {
    display: flex;
    position: inherit;
    top: unset;
    right: unset;
    bottom: unset;
    max-width: auto;
    background-color: inherit;
    color: inherit;
    z-index: unset;
  }
  header nav .layer-header {
    display: none;
  }
  header nav ul > li .menu-item-inner {
    display: block;
  }
  header nav ul > li .menu-item-inner button {
    display: none;
  }
  header nav ul.sub-menu {
    display: none;
    padding-inline-start: unset;
  }
  header nav > ul {
    display: flex;
  }
  header nav > ul li {
    display: block;
    position: relative;
  }
  header nav > ul li ul {
    position: absolute;
    z-index: 1000;
    display: none;
    background-color: var(--wp--preset--color--cd-background-light);
    color: var(--wp--preset--color--cd-text);
    width: 250px;
  }
  header nav > ul li ul li a {
    display: block;
    padding: 0.3rem 0.5rem;
  }
  header nav > ul li ul li a:hover {
    color: var(--wp--preset--color--cd-primary);
  }
  header nav > ul li > ul {
    left: 0;
    top: 100%;
  }
  header nav > ul li > ul li > ul {
    top: 0;
    left: 100%;
  }
  header nav > ul li > ul li:hover > ul, header nav > ul li > ul li:focus > ul, header nav > ul li > ul li:focus-within > ul {
    display: block !important;
  }
  header nav > ul li:hover > ul, header nav > ul li:focus > ul, header nav > ul li:focus-within > ul {
    display: block !important;
  }
  header nav > ul > li {
    padding-block: 1rem;
    padding-inline: 0.3rem;
    align-self: center;
  }
  header nav.active {
    background-color: inherit !important;
    color: inherit !important;
  }
}
/* Die extra Kackawurst für Safari :) */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  header nav ul.sub-menu {
    display: block !important;
  }
  header nav button {
    display: none !important;
  }
  @media screen and (min-width: 1200px) {
    header nav .layer-header {
      display: none !important;
    }
    header nav ul > li .menu-item-inner {
      display: block !important;
    }
    header nav ul.sub-menu {
      display: none !important;
    }
    header nav > ul {
      display: flex !important;
    }
    header nav > ul li {
      display: block !important;
    }
    header nav > ul li ul {
      display: none !important;
    }
    header nav > ul li ul li a {
      display: block !important;
    }
    header nav > ul li > ul li:hover > ul, header nav > ul li > ul li:focus > ul, header nav > ul li > ul li:focus-within > ul {
      display: block !important;
    }
    header nav > ul li:hover > ul, header nav > ul li:focus > ul, header nav > ul li:focus-within > ul {
      display: block !important;
    }
  }
}
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  header nav ul.sub-menu {
    display: block !important;
  }
  header nav button {
    display: none !important;
  }
  @media screen and (min-width: 1200px) {
    header nav .layer-header {
      display: none !important;
    }
    header nav ul > li .menu-item-inner {
      display: block !important;
    }
    header nav ul.sub-menu {
      display: none !important;
    }
    header nav > ul {
      display: flex !important;
    }
    header nav > ul li {
      display: block !important;
    }
    header nav > ul li ul {
      display: none !important;
    }
    header nav > ul li ul li a {
      display: block !important;
    }
    header nav > ul li > ul li:hover > ul, header nav > ul li > ul li:focus > ul, header nav > ul li > ul li:focus-within > ul {
      display: block !important;
    }
    header nav > ul li:hover > ul, header nav > ul li:focus > ul, header nav > ul li:focus-within > ul {
      display: block !important;
    }
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome ul.sub-menu, header nav ul.sub-menu {
    display: block !important;
  }
  ::i-block-chrome button, header nav button {
    display: none !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1200px) {
  ::i-block-chrome .layer-header, header nav .layer-header {
    display: none !important;
  }
  ::i-block-chrome ul > li .menu-item-inner, header nav ul > li .menu-item-inner {
    display: block !important;
  }
  ::i-block-chrome ul.sub-menu, header nav ul.sub-menu {
    display: none !important;
  }
  ::i-block-chrome > ul, header nav > ul {
    display: flex !important;
  }
  ::i-block-chrome > ul li, header nav > ul li {
    display: block !important;
  }
  ::i-block-chrome > ul li ul, header nav > ul li ul {
    display: none !important;
  }
  ::i-block-chrome > ul li ul li a, header nav > ul li ul li a {
    display: block !important;
  }
  ::i-block-chrome > ul li > ul li:hover > ul, ::i-block-chrome > ul li > ul li:focus > ul, ::i-block-chrome > ul li > ul li:focus-within > ul, header nav > ul li > ul li:hover > ul, header nav > ul li > ul li:focus > ul, header nav > ul li > ul li:focus-within > ul {
    display: block !important;
  }
  ::i-block-chrome > ul li:hover > ul, ::i-block-chrome > ul li:focus > ul, ::i-block-chrome > ul li:focus-within > ul, header nav > ul li:hover > ul, header nav > ul li:focus > ul, header nav > ul li:focus-within > ul {
    display: block !important;
  }
}
menu {
  display: block;
}

nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  color: inherit;
  margin: 0;
}
nav ul li a, nav ul li span {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.menu-header li {
  position: relative;
}
.menu-header li a, .menu-header li span {
  display: block;
  color: inherit;
  font-size: 21px;
  padding: 0.5rem 0.3333333333rem;
  color: inherit;
}
.menu-header li a.current-menu-item, .menu-header li a.current_page_item, .menu-header li a.current-menu-parent, .menu-header li a.current-page-ancestor, .menu-header li a.current-menu-ancestor, .menu-header li span.current-menu-item, .menu-header li span.current_page_item, .menu-header li span.current-menu-parent, .menu-header li span.current-page-ancestor, .menu-header li span.current-menu-ancestor {
  color: var(--wp--preset--color--cd-primary) !important;
}
.menu-header li ul.sub-menu {
  padding-block: 1rem;
  border-radius: 20px;
}
.menu-header li ul.sub-menu li a, .menu-header li ul.sub-menu li span {
  padding-inline: 0.75rem;
}
.menu-header li:hover {
  color: var(--wp--preset--color--cd-primary);
}
.menu-header li ul {
  margin: 0 !important;
}
.menu-header li ul a, .menu-header li ul span {
  font-size: 100%;
}

.pagination {
  padding-block: 2rem;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
}
.pagination .current, .pagination .next, .pagination .prev {
  font-weight: 700 !important;
  color: var(--wp--preset--color--cd-primary);
}
.pageination_header, .pageination_footer {
  text-align: center;
}

main, article, section {
  width: 100%;
}

main, article {
  display: block;
}

main a {
  color: var(--wp--preset--color--cd-primary);
  text-decoration-thickness: from-font;
  text-underline-offset: 0.175em;
}

main {
  padding-block: 2rem;
  min-height: 1000px;
}

section {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  main {
    padding-block: 1rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  main {
    padding-block: 3.5rem 2rem;
  }
}
footer {
  position: relative;
  width: 100%;
  padding: 12rem 1rem 2rem 1rem;
  margin-top: -14rem;
}
footer * {
  position: relative;
  z-index: 10;
}
footer nav {
  margin-top: 1rem;
}
footer nav ul li {
  text-align: left;
  padding: 0.3rem;
}
footer .top_botton {
  position: absolute;
  display: inline-block;
  z-index: 4;
  top: 8.25rem;
  left: 50%;
  transform: translateY(-50%);
}
footer .top_botton svg {
  width: 60px;
  height: auto;
}
footer::before, footer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  inset: 0 0 0 0;
  pointer-events: none;
}
footer::before {
  background-image: url("/wp-content/themes/kaengo/assets/images/background/footer_xl.svg");
  background-position: top center;
  background-repeat: no-repeat;
}
footer::after {
  inset: 12rem 0 0 0;
  background-color: var(--wp--preset--color--cd-secondary);
}

@media screen and (min-width: 768px) {
  footer nav {
    margin-top: unset;
  }
  footer nav ul {
    display: flex;
    justify-content: flex-end;
  }
  footer nav ul li {
    padding: 0.5rem;
  }
  footer .footer-menu-area {
    align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    padding: 12rem 1rem 2rem 1rem;
  }
  footer nav ul li {
    padding: 0.5rem 1.5rem;
  }
}
.page_category, .page_search {
  padding-block: 8rem;
}
.page_category .component_title, .page_search .component_title {
  background-color: var(--wp--preset--color--cd-primary);
  margin-bottom: 0 !important;
  padding: var(--wp--preset--spacing--80) 0.5rem var(--wp--preset--spacing--60) 0.5rem;
}
.page_category .component_title h1, .page_category .component_title h2, .page_category .component_title h3, .page_category .component_title h4, .page_category .component_title h5, .page_category .component_title h6, .page_category .component_title p, .page_search .component_title h1, .page_search .component_title h2, .page_search .component_title h3, .page_search .component_title h4, .page_search .component_title h5, .page_search .component_title h6, .page_search .component_title p {
  color: var(--wp--preset--color--cd-background-dark);
}
.page_category .component_title a, .page_search .component_title a {
  text-decoration: none;
}
.page_category .component_title .title_description, .page_search .component_title .title_description {
  padding-bottom: 3rem;
}
.page_category .component_title .container, .page_search .component_title .container {
  padding-inline: 0;
}
.page_category section.hero-image, .page_search section.hero-image {
  margin-bottom: 2rem;
}
.page_category .infobox, .page_search .infobox {
  background-color: #f9f9f9;
  align-self: flex-end;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
.page_category .infobox h1, .page_category .infobox h2, .page_category .infobox h3, .page_category .infobox h4, .page_category .infobox h5, .page_category .infobox h6, .page_search .infobox h1, .page_search .infobox h2, .page_search .infobox h3, .page_search .infobox h4, .page_search .infobox h5, .page_search .infobox h6 {
  color: var(--wp--preset--color--cd-primary);
}
.page_category h1 a, .page_category h2 a, .page_category h3 a, .page_category h4 a, .page_category h5 a, .page_category h6 a, .page_search h1 a, .page_search h2 a, .page_search h3 a, .page_search h4 a, .page_search h5 a, .page_search h6 a {
  text-decoration: none;
}

.category_waldwoerterbuch article {
  margin-bottom: 3rem;
}
.category_waldwoerterbuch .container {
  padding-inline: 0.5rem;
}

.category_items_list {
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: auto;
  grid-gap: var(--wp--preset--spacing--50);
  padding-inline: 0.5rem;
}
.category_items_list a {
  text-decoration: none;
}
.category_items_list .category_item {
  display: block;
  margin-bottom: var(--wp--preset--spacing--60);
}
.category_items_list .category_item .item_thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: var(--wp--preset--spacing--60);
}
.category_items_list .category_item .item_details {
  font-size: 16px;
  margin-bottom: var(--wp--preset--spacing--30);
}
.category_items_list.style_less .category_item .item_thumbnail, .category_items_list.style_less .category_item .item_details {
  display: none;
}

@media screen and (min-width: 576px) {
  .category_items_list .category_item {
    grid-gap: 1rem;
  }
  .category_items_list.style_list .category_item {
    grid-template-columns: 1fr 3fr;
  }
  .category_items_list.style_list.style_less {
    grid-template-columns: auto;
  }
  .category_items_list.style_list.style_less .category_item {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 768px) {
  .category_items_list {
    grid-template-columns: 1fr 1fr;
  }
  .category_items_list.style_list {
    grid-template-columns: auto;
  }
  main.page_category .infobox {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .category_items_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .category_items_list.style_list {
    grid-template-columns: auto;
  }
  main.page_category .infobox {
    padding: 2rem;
  }
  main.page_category {
    padding-block: 15rem 10rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page_category .infobox {
    padding: 3rem;
  }
}
main.page_article .article_list {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1rem;
}
main.page_article .article_overview {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1rem;
}
main.page_article .article_overview .article_thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
main.page_article .article_overview .article_description span {
  display: block;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: var(--wp--preset--spacing--30);
}
main.page_article .article_content {
  padding-block: 3rem;
}
main.page_article .infobox {
  background-color: #f9f9f9;
  align-self: flex-end;
  padding: 3rem 0.5rem;
}
main.page_article .infobox h1, main.page_article .infobox h2, main.page_article .infobox h3, main.page_article .infobox h4, main.page_article .infobox h5, main.page_article .infobox h6 {
  color: var(--wp--preset--color--cd-primary);
}
main.page_article .h5 {
  font-weight: 700;
}
main.page_article > .container {
  margin-top: 3rem;
  padding: 0.5rem;
}

main.page_article_katalog .infobox h3 {
  color: var(--wp--preset--color--cd-secondary);
  margin-top: 2rem;
}
main.page_article_katalog .infobox a {
  text-decoration: none;
}
main.page_article_katalog .infobox ul li {
  margin-bottom: 0.5rem;
}
main.page_article_katalog .infobox ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  main.page_article .article_list {
    grid-template-columns: 1fr 1fr;
  }
  main.page_article .infobox {
    padding: 1rem;
  }
  main.page_article_katalog article {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  main.page_article .article_overview {
    grid-template-columns: 1fr 2fr;
  }
  main.page_article .article_list {
    grid-template-columns: auto;
  }
  main.page_article .infobox {
    padding: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page_article .infobox {
    padding: 3rem;
  }
}
main.page_author {
  padding-block: 8rem;
}

@media screen and (min-width: 1200px) {
  main.page_author {
    padding-block: 15rem 10rem;
  }
}
.page_search .component_title {
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background-dark);
}
.page_search .component_title .container {
  padding-inline: 0;
}
.page_search section.search_footer {
  padding: 5rem 0.5rem;
  background-color: #f9f9f9;
  color: var(--wp--preset--color--cd-text);
}
.page_search section.search_footer h1, .page_search section.search_footer h2, .page_search section.search_footer h3, .page_search section.search_footer h4, .page_search section.search_footer h5, .page_search section.search_footer h6 {
  color: var(--wp--preset--color--cd-primary);
}
.page_search section.search_footer form {
  margin-top: var(--wp--preset--spacing--60);
  max-width: 540px;
  border: 1px solid var(--wp--preset--color--cd-text);
  border-radius: 5px;
}
.page_search section.search_footer form input[type=submit] {
  background-color: var(--wp--preset--color--cd-primary);
}
.page_search h1 a, .page_search h2 a, .page_search h3 a, .page_search h4 a, .page_search h5 a, .page_search h6 a {
  text-decoration: none;
}

main.page_404 {
  padding-block: 8rem;
}
main.page_404 .container {
  padding-block: var(--wp--preset--spacing--70);
}

@media screen and (min-width: 1200px) {
  main.page_404 {
    padding-block: 15rem 10rem;
  }
}
main.page_main {
  padding-block-end: 12rem;
}

@media screen and (min-width: 1200px) {
  main.page_main {
    padding-block-end: 10rem;
  }
}
main.page_theme_nonheader {
  padding-block: 8rem 12rem;
}

@media screen and (min-width: 1200px) {
  main.page_theme_nonheader {
    padding-block: 15rem 10rem;
  }
}
section.lazyblock_header {
  padding-inline: 1rem;
}
section.lazyblock_header .header_background, section.lazyblock_header .header_foreground {
  position: relative;
  z-index: 10;
}
section.lazyblock_header .header_background {
  z-index: 1;
  max-width: 1920px;
  margin-inline: auto;
}
section.lazyblock_header .header_background img {
  position: absolute;
  top: -5rem;
  right: -4rem;
  width: 90%;
  height: auto;
}
section.lazyblock_header * {
  position: inherit;
  z-index: 2;
}
section.lazyblock_header .container {
  padding-block: 6.5rem 3rem;
}
section.lazyblock_header .container h1 {
  max-width: 200px;
}
section.lazyblock_header .container h2 {
  max-width: 400px;
}

@media screen and (min-width: 576px) {
  section.lazyblock_header .container {
    padding-block: 9rem 5rem;
  }
  section.lazyblock_header .container h1, section.lazyblock_header .container h2 {
    max-width: 400px;
  }
  section.lazyblock_header .header_background img {
    top: -5rem;
    right: -5rem;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  section.lazyblock_header .header_background img {
    top: -6rem;
    right: -5rem;
    width: 80%;
  }
  section.lazyblock_header h2 {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  section.lazyblock_header .header_background img {
    top: -5rem;
    right: -5rem;
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  section.lazyblock_header .container {
    padding-block: 12rem 10rem;
  }
  section.lazyblock_header .container h1, section.lazyblock_header .container h2 {
    max-width: 700px;
  }
  section.lazyblock_header .header_background img {
    top: -5rem;
    right: -8rem;
    width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  section.lazyblock_header .container {
    padding-block: 15rem 10rem;
  }
  section.lazyblock_header .header_background img {
    top: -6rem;
    right: -12rem;
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  section.lazyblock_header .header_background img {
    top: -10rem;
    right: -15rem;
    width: 70%;
  }
}
section.lazyblock_container {
  padding-inline: 1rem;
}
section.lazyblock_container.background_none {
  padding-block: 1rem;
}
section.lazyblock_container.background_area {
  position: relative;
  padding-block: 16rem 16rem;
  background-color: var(--wp--preset--color--cd-background-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5826.624' height='282.54' viewBox='0 0 5826.624 282.54'%3E%3Cg transform='translate(-12249 -3257.74)'%3E%3Cpath d='M0,251.009H5826.624V533.138H0Z' transform='translate(12249 3006.731)' fill='%23002d48'/%3E%3Cpath d='M-532.592-40.359C-277.755-38.588,273.923,130.3,801.523,85.254S1568.489-96.267,2091.474-88.318,2941.218-3.7,3231.706,26.578,4651.888-9.191,4651.888-9.191V166.194l-5826.624-.411V17.5S-787.429-42.131-532.592-40.359Z' transform='translate(13423.736 3374.085)' fill='%23004067'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5830.625' height='324.442' viewBox='0 0 5830.625 324.442'%3E%3Cg transform='translate(-10131 -3809.914)'%3E%3Cpath d='M0,159.757H5830.625v294.6H0Z' transform='translate(10131 3680)' fill='%23002d48'/%3E%3Cpath d='M-18.924,425.085H5811.625V540.478s-795.263-50.7-1460.406,54.648S2848.483,482.459,1846.659,631.743-18.924,540.478-18.924,540.478Z' transform='translate(10149.962 3384.829)' fill='%23004067'/%3E%3C/g%3E%3C/svg%3E");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
section.lazyblock_container.background_line .container_background {
  display: none;
}

@media screen and (min-width: 1200px) {
  section.lazyblock_container.background_area {
    padding-block: 16rem 16rem;
  }
  section.lazyblock_container.background_line {
    position: relative;
    padding-block: 12rem 4rem;
  }
  section.lazyblock_container.background_line .container_background, section.lazyblock_container.background_line .container_foreground {
    position: relative;
    z-index: 10;
  }
  section.lazyblock_container.background_line .container_background {
    display: block;
  }
  section.lazyblock_container.background_line .container_background {
    z-index: 5;
    display: grid;
    place-content: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 5;
    height: 1080px;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
section.lazblocks_icons {
  position: relative;
  padding: 1rem;
}
section.lazblocks_icons .icons_foreground, section.lazblocks_icons .icons_background {
  position: relative;
  z-index: 10;
}
section.lazblocks_icons .icons_background {
  display: none;
}
section.lazblocks_icons .icon_grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-block: 4rem;
}
section.lazblocks_icons .icon_grid .icon {
  text-align: center;
}
section.lazblocks_icons .icon_grid .icon a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
section.lazblocks_icons .icon_grid .icon img.icon_image {
  width: 100%;
  max-width: 142px;
}
section.lazblocks_icons .icon_grid .icon span.icon_title {
  color: var(--wp--preset--color--cd-text);
}
section.lazblocks_icons .icon_grid .icon.icon_spacer {
  display: none;
}

@media screen and (min-width: 576px) {
  section.lazblocks_icons .icon_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-block: 4rem;
  }
}
@media screen and (min-width: 768px) {
  section.lazblocks_icons .icon_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.lazblocks_icons .icon_grid .icon.icon_spacer {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  section.lazblocks_icons {
    padding: 6rem 1rem 3rem 1rem;
  }
  section.lazblocks_icons .icons_background {
    display: grid;
    place-content: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 5;
    height: 2000px;
    transform: translateY(-45%);
    pointer-events: none;
  }
  section.lazblocks_icons .icon_grid {
    gap: 6rem;
  }
}
section.lazyblocks_image_and_text {
  position: relative;
  z-index: 10;
  padding: 3rem 1rem;
}
section.lazyblocks_image_and_text .image_container img {
  width: 100%;
  max-width: 365px;
  height: auto;
  margin: 0 auto;
}
section.lazyblocks_image_and_text .image_container .layer {
  display: inline-block;
  margin-inline: auto;
  overflow: hidden;
  max-width: 365px;
}
section.lazyblocks_image_and_text .image_container .layer img {
  vertical-align: bottom;
}
section.lazyblocks_image_and_text .image_container .layer.shape_1 {
  border-radius: 66% 34% 67% 33%/56% 46% 54% 44%;
}
section.lazyblocks_image_and_text .image_container .layer.shape_2 {
  border-radius: 77% 23% 29% 71%/29% 69% 31% 71%;
}
section.lazyblocks_image_and_text .image_container .layer.shape_3 {
  border-radius: 20% 80% 57% 43%/58% 50% 50% 42%;
}
section.lazyblocks_image_and_text .image_container .layer.shape_4 {
  border-radius: 35% 65% 86% 14%/83% 74% 26% 17%;
}
section.lazyblocks_image_and_text .image_container .layer.shape_5 {
  border-radius: 80% 20% 53% 47%/61% 28% 72% 39%;
}
section.lazyblocks_image_and_text .image_container, section.lazyblocks_image_and_text .text_container {
  align-self: center;
}

@media screen and (min-width: 1200px) {
  section.lazyblocks_image_and_text {
    padding: 5rem 1rem;
  }
  section.lazyblocks_image_and_text .image_container img, section.lazyblocks_image_and_text .image_container .layer {
    transform: scale(1.5);
  }
  section.lazyblocks_image_and_text .image_container .layer img {
    transform: scale(1);
  }
  section.lazyblocks_image_and_text .text_container {
    margin-block-start: auto;
  }
}
section.lazyblock_quote {
  padding: 14rem 1rem 6rem 1rem;
  background-color: var(--wp--preset--color--cd-background-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5826.624' height='282.54' viewBox='0 0 5826.624 282.54'%3E%3Cg transform='translate(-12249 -3257.74)'%3E%3Cpath d='M0,251.009H5826.624V533.138H0Z' transform='translate(12249 3006.731)' fill='%23002d48'/%3E%3Cpath d='M-532.592-40.359C-277.755-38.588,273.923,130.3,801.523,85.254S1568.489-96.267,2091.474-88.318,2941.218-3.7,3231.706,26.578,4651.888-9.191,4651.888-9.191V166.194l-5826.624-.411V17.5S-787.429-42.131-532.592-40.359Z' transform='translate(13423.736 3374.085)' fill='%23004067'/%3E%3C/g%3E%3C/svg%3E");
  background-position: top center;
  background-repeat: no-repeat;
}
section.lazyblock_quote.quote_special {
  padding: 12rem 1rem 18rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5826.624' height='282.54' viewBox='0 0 5826.624 282.54'%3E%3Cg transform='translate(-12249 -3257.74)'%3E%3Cpath d='M0,251.009H5826.624V533.138H0Z' transform='translate(12249 3006.731)' fill='%23002d48'/%3E%3Cpath d='M-532.592-40.359C-277.755-38.588,273.923,130.3,801.523,85.254S1568.489-96.267,2091.474-88.318,2941.218-3.7,3231.706,26.578,4651.888-9.191,4651.888-9.191V166.194l-5826.624-.411V17.5S-787.429-42.131-532.592-40.359Z' transform='translate(13423.736 3374.085)' fill='%23004067'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5830.625' height='324.442' viewBox='0 0 5830.625 324.442'%3E%3Cg transform='translate(-10131 -3809.914)'%3E%3Cpath d='M0,159.757H5830.625v294.6H0Z' transform='translate(10131 3680)' fill='%23002d48'/%3E%3Cpath d='M-18.924,425.085H5811.625V540.478s-795.263-50.7-1460.406,54.648S2848.483,482.459,1846.659,631.743-18.924,540.478-18.924,540.478Z' transform='translate(10149.962 3384.829)' fill='%23004067'/%3E%3C/g%3E%3C/svg%3E");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
section.lazyblock_quote blockquote cite, section.lazyblock_quote blockquote p {
  font-size: 17px;
  line-height: 27px;
  font-style: normal;
}

@media screen and (min-width: 1200px) {
  section.lazyblock_quote {
    padding: 18rem 1rem 8rem 1rem;
    background-color: var(--wp--preset--color--cd-background-light);
  }
  section.lazyblock_quote.quote_special {
    padding: 15rem 1rem 8rem 1rem;
  }
  section.lazyblock_quote blockquote cite, section.lazyblock_quote blockquote p {
    font-size: 23px;
    line-height: 31px;
    font-style: normal;
  }
}
section.lazyblock_accordeon {
  padding-block: 1rem 3rem;
}
section.lazyblock_accordeon details.accordeon_item summary {
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0;
  list-style: none;
  color: var(--wp--preset--color--cd-primary);
  font-size: 23px;
  line-height: 28px;
}
section.lazyblock_accordeon details.accordeon_item summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23eb690b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 300ms;
}
section.lazyblock_accordeon details.accordeon_item .accordeon_detail {
  padding-bottom: 1rem;
}
section.lazyblock_accordeon details.accordeon_item[open] summary::after {
  transform: rotate(180deg);
}

section.lazyblock_team .team_member {
  max-width: 262px;
  margin-inline: auto;
}
section.lazyblock_team .team_member .member_picture {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%230076bd' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-user'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 262px;
  aspect-ratio: 3/4;
  overflow: hidden;
  transition: border-radius 300ms ease-in-out;
}
section.lazyblock_team .team_member .member_picture img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0);
  transition: filter 500ms ease-in-out;
}
@media screen and (min-width: 1200px) {
  section.lazyblock_team .team_member .member_picture img {
    filter: grayscale(0);
  }
}
section.lazyblock_team .team_member .member_picture.picture_1, section.lazyblock_team .team_member .member_picture.picture_6, section.lazyblock_team .team_member .member_picture.picture_11 {
  border-radius: 33% 67% 70% 30%/66% 26% 74% 34%;
}
section.lazyblock_team .team_member .member_picture.picture_2, section.lazyblock_team .team_member .member_picture.picture_7, section.lazyblock_team .team_member .member_picture.picture_12 {
  border-radius: 49% 51% 21% 79%/36% 37% 63% 64%;
}
section.lazyblock_team .team_member .member_picture.picture_3, section.lazyblock_team .team_member .member_picture.picture_8, section.lazyblock_team .team_member .member_picture.picture_13 {
  border-radius: 21% 79% 50% 50%/59% 19% 81% 41%;
}
section.lazyblock_team .team_member .member_picture.picture_4, section.lazyblock_team .team_member .member_picture.picture_9, section.lazyblock_team .team_member .member_picture.picture_14 {
  border-radius: 39% 61% 50% 50%/34% 70% 30% 66%;
}
section.lazyblock_team .team_member .member_picture.picture_5, section.lazyblock_team .team_member .member_picture.picture_10, section.lazyblock_team .team_member .member_picture.picture_15 {
  border-radius: 79% 21% 85% 15%/48% 75% 25% 52%;
}
section.lazyblock_team .team_member .member_info {
  margin-block-end: 4rem;
}
section.lazyblock_team .team_member .member_info span.member_name {
  display: block;
  color: var(--wp--preset--color--cd-primary);
  font-size: 23px;
  line-height: 28px;
  padding-block: 1rem;
}
section.lazyblock_team .team_member:hover .member_picture img {
  filter: grayscale(0);
}
section.lazyblock_team .team_member:hover .member_picture.picture_1, section.lazyblock_team .team_member:hover .member_picture.picture_6, section.lazyblock_team .team_member:hover .member_picture.picture_11 {
  border-radius: 17% 83% 79% 21%/85% 64% 36% 15%;
}
section.lazyblock_team .team_member:hover .member_picture.picture_2, section.lazyblock_team .team_member:hover .member_picture.picture_7, section.lazyblock_team .team_member:hover .member_picture.picture_12 {
  border-radius: 76% 24% 18% 82%/50% 17% 83% 50%;
}
section.lazyblock_team .team_member:hover .member_picture.picture_3, section.lazyblock_team .team_member:hover .member_picture.picture_8, section.lazyblock_team .team_member:hover .member_picture.picture_13 {
  border-radius: 36% 64% 85% 15%/81% 53% 47% 19%;
}
section.lazyblock_team .team_member:hover .member_picture.picture_4, section.lazyblock_team .team_member:hover .member_picture.picture_9, section.lazyblock_team .team_member:hover .member_picture.picture_14 {
  border-radius: 22% 78% 51% 49%/73% 33% 67% 27%;
}
section.lazyblock_team .team_member:hover .member_picture.picture_5, section.lazyblock_team .team_member:hover .member_picture.picture_10, section.lazyblock_team .team_member:hover .member_picture.picture_15 {
  border-radius: 63% 37% 22% 78%/20% 13% 87% 80%;
}

section.lazyblock_image .layer {
  display: inline-block;
  margin-inline: auto;
  overflow: hidden;
  max-width: 992px;
}
section.lazyblock_image .layer img {
  vertical-align: bottom;
  width: 100%;
}
section.lazyblock_image .layer.shape_1 {
  border-radius: 66% 34% 67% 33%/56% 46% 54% 44%;
}
section.lazyblock_image .layer.shape_2 {
  border-radius: 77% 23% 29% 71%/29% 69% 31% 71%;
}
section.lazyblock_image .layer.shape_3 {
  border-radius: 20% 80% 57% 43%/58% 50% 50% 42%;
}
section.lazyblock_image .layer.shape_4 {
  border-radius: 35% 65% 86% 14%/83% 74% 26% 17%;
}
section.lazyblock_image .layer.shape_5 {
  border-radius: 80% 20% 53% 47%/61% 28% 72% 39%;
}

@media only print {
  @page {
    bleed: 1cm;
  }
}
span {
  text-decoration-color: #ff9f4d !important;
}/*# sourceMappingURL=app.css.map */