/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}

.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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.33333333%;
}

.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.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0, .gx-0 {
  --bs-gutter-x:0;
}

.g-0, .gy-0 {
  --bs-gutter-y:0;
}

.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

.d-inline-grid {
  display: inline-grid !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;
}

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.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;
}

.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;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .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;
  }
  .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;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .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;
  }
  .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;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .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;
  }
  .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;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .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;
  }
  .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;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !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;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .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-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-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:'auto';
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:'auto';
  --vbox-share-radius:0;
  --vbox-padding:0;
  --vbox-max-width:100%;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

button.vbox-close, button.vbox-link-btn, button.vbox-next, button.vbox-prev {
  background: 0 0;
  border: none;
}

button.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.vbox-container::-webkit-scrollbar {
  display: none;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
  max-width: min(var(--vbox-max-width), 100vh - 60px);
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3);
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9);
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:first-child {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:first-child:before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:first-child {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:first-child {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:first-child {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:first-child:before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:first-child {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:first-child:before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:first-child {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* Google Open Sans Font */
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 300;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: italic;
  font-weight: 300;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-LightItalic.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: italic;
  font-weight: 400;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-Italic.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 600;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: italic;
  font-weight: 600;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-SemiBoldItalic.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 700;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: italic;
  font-weight: 700;
  src: url("/_resources/themes/rcoiic19/dist/fonts/OpenSans-BoldItalic.ttf");
}
.report-title__title, .page__title, .typography .h1,
.typography h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
@media (min-width: 768px) {
  .report-title__title, .page__title, .typography .h1,
  .typography h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 122%;
  }
}

.contact-page__form-title, .news-holder__title, .element__title, .page__title--second, .typography .h2,
.typography h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
@media (min-width: 768px) {
  .contact-page__form-title, .news-holder__title, .element__title, .page__title--second, .typography .h2,
  .typography h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 126%;
  }
}

.reports .summary-container .summary-header, .typography .h3,
.typography h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 768px) {
  .reports .summary-container .summary-header, .typography .h3,
  .typography h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 134%;
  }
}

.cm-form__container h1, .typography blockquote, .typography blockquote p, .typography .h4,
.typography h4 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 768px) {
  .cm-form__container h1, .typography blockquote, .typography blockquote p, .typography .h4,
  .typography h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 160%;
  }
}

.pdf-button__heading, .typography .h5,
.typography h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 768px) {
  .pdf-button__heading, .typography .h5,
  .typography h5 {
    line-height: 160%;
  }
}

.typography .h6,
.typography h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 768px) {
  .typography .h6,
  .typography h6 {
    line-height: 160%;
  }
}

.reports .summary-container p,
.reports .summary-container ul, .typography table,
.typography thead,
.typography tfoot,
.typography th,
.typography td, .typography p {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
}
@media (min-width: 992px) {
  .reports .summary-container p,
  .reports .summary-container ul, .typography table,
  .typography thead,
  .typography tfoot,
  .typography th,
  .typography td, .typography p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

em {
  font-style: italic;
}

.typography .embed .caption, .typography .captionImage .caption {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-style: italic;
  text-align: center;
}

.breadcrumb__link, .typography a.ss-broken, a:not([class]) {
  -webkit-text-decoration: 1px underline #263C9E;
          text-decoration: 1px underline #263C9E;
  text-underline-offset: 1px;
}
.breadcrumb__link:visited, .typography a.ss-broken:visited, a:visited:not([class]) {
  -webkit-text-decoration: 1px underline #263C9E;
          text-decoration: 1px underline #263C9E;
}
.breadcrumb__link .icon, .typography a.ss-broken .icon, a:not([class]) .icon {
  color: #263C9E;
  fill: #263C9E;
}
.breadcrumb__link:hover, .typography a.ss-broken:hover, a:hover:not([class]), .breadcrumb__link:focus, .typography a.ss-broken:focus, a:focus:not([class]), .breadcrumb__link:active, .typography a.ss-broken:active, a:active:not([class]) {
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  color: #000;
}
.breadcrumb__link:hover .icon, .typography a.ss-broken:hover .icon, a:hover:not([class]) .icon, .breadcrumb__link:focus .icon, .typography a.ss-broken:focus .icon, a:focus:not([class]) .icon, .breadcrumb__link:active .icon, .typography a.ss-broken:active .icon, a:active:not([class]) .icon {
  color: #000;
  fill: #000;
}
.breadcrumb__link:focus-within, .typography a.ss-broken:focus-within, a:focus-within:not([class]) {
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  color: #000;
}
.breadcrumb__link:focus-within .icon, .typography a.ss-broken:focus-within .icon, a:focus-within:not([class]) .icon {
  color: #000;
  fill: #000;
}

body {
  font-family: "OpenSans", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  color: inherit;
}

strong {
  font-weight: 600;
}

.typography {
  overflow-wrap: break-word;
}
.typography .h2,
.typography h2 {
  margin-bottom: 11px;
  margin-top: 31px;
}
@media (min-width: 768px) {
  .typography .h2,
  .typography h2 {
    margin-top: 41px;
    margin-bottom: 19px;
  }
}
.typography .h3,
.typography h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .typography .h3,
  .typography h3 {
    margin-top: 31px;
  }
}
@media (min-width: 992px) {
  .typography .h3,
  .typography h3 {
    margin-top: 29px;
  }
}
.typography h2 + h3 {
  margin-top: 19px;
}
.typography .h4,
.typography h4 {
  margin-top: 19px;
  margin-bottom: 10px;
}
.typography .h5,
.typography h5 {
  margin-top: 19px;
  margin-bottom: 10px;
}
.typography .h6,
.typography h6 {
  margin-top: 19px;
  margin-bottom: 10px;
}
.typography p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.typography ol,
.typography ul {
  margin-left: 16px;
}
.typography ol {
  list-style-type: decimal;
}
.typography ul {
  list-style: disc;
}
.typography li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 168%;
}
@media (min-width: 992px) {
  .typography li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.typography dl {
  margin-top: 10px;
  margin-bottom: 10px;
}
.typography dt {
  font-weight: 700;
  line-height: 140%;
}
.typography dd {
  margin-left: 26px;
  line-height: 140%;
}
.typography hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  background-color: #D9D9D9;
  height: 1px;
}
.typography strong {
  font-weight: 600;
}
.typography em {
  font-style: italic;
}
.typography blockquote {
  max-width: 80%;
  margin: 30px auto 40px auto;
  text-align: center;
}
.typography blockquote.left {
  float: left;
  margin-right: 20px;
}
.typography blockquote.right {
  float: right;
  margin-left: 20px;
}
.typography blockquote p.citation {
  font-size: 10px;
  text-align: center;
}
.typography sub,
.typography sup {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}
.typography sub {
  bottom: -0.25rem;
}
.typography sup {
  top: -0.5rem;
}
.typography .text-right {
  text-align: right;
}
.typography .text-left {
  text-align: left;
}
.typography .text-center {
  text-align: center;
}
.typography .text-justify {
  text-align: justify;
}
.typography .center {
  margin: auto;
}
.typography .rightAlone {
  margin: auto;
  margin-right: 0;
}
.typography img {
  max-width: 100%;
  height: auto;
}
.typography img.left {
  margin-top: 7px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .typography img.left {
    float: left;
    max-width: 50%;
    margin-right: 40px;
  }
}
.typography img.right {
  margin-top: 7px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .typography img.right {
    float: right;
    max-width: 50%;
    margin-left: 40px;
    clear: none;
  }
}
.typography img.center {
  float: none;
  display: block;
  margin: 20px auto 20px auto;
  clear: both;
}
.typography img.leftAlone {
  display: block;
  margin-bottom: 20px;
}
.typography img.rightAlone {
  float: right;
  margin-bottom: 20px;
  margin-left: 100%;
  clear: both;
}
.typography .captionImage {
  max-width: 100%;
  margin-bottom: 20px;
}
.typography .captionImage img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .typography .captionImage.left {
    float: left;
    max-width: 50%;
    margin: 0 40px 20px 0;
  }
}
.typography .captionImage.left img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .typography .captionImage.right {
    float: right;
    max-width: 50%;
    margin: 0 0 20px 40px;
  }
}
.typography .captionImage.right img {
  max-width: 100%;
}
.typography .captionImage.center {
  margin-left: auto;
  margin-right: auto;
}
.typography .captionImage.rightAlone {
  float: right;
  margin-left: 100%;
}
.typography .embed {
  margin: 0 0 10px;
  max-width: 100%;
}
.typography .embed iframe {
  max-width: 100%;
}
.typography .embed video {
  width: 100%;
}
.typography .embed .caption {
  margin-bottom: 20px;
}
.typography .embed.left {
  float: left;
  max-width: 50%;
}
@media (min-width: 768px) {
  .typography .embed.left {
    margin-right: 20px;
  }
}
.typography .embed.center .placeholder {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.typography .embed.right {
  float: right;
  max-width: 50%;
}
@media (min-width: 768px) {
  .typography .embed.right {
    margin-left: 20px;
  }
}
.typography .embed.rightAlone {
  float: right;
  max-width: 100%;
  margin-left: 100%;
  clear: both;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.typography {
  /**
  * Tables
  */
}
.typography table,
.typography thead,
.typography tfoot,
.typography th,
.typography td {
  border-color: #BDBDBD;
  border-style: solid;
}
.typography table {
  display: block;
  border-width: 1px;
  border-right-width: 0;
  background-color: #FFF;
  height: auto;
  margin: 0 0 20px;
  overflow-x: scroll;
  width: 100%;
  scrollbar-width: none;
}
.typography table::-webkit-scrollbar {
  display: none;
}
.typography table thead {
  border-width: 0 1px 1px 0;
}
.typography table td,
.typography table th {
  border-width: 0 1px 1px 0;
  text-align: left;
}
.typography table caption,
.typography table td,
.typography table th {
  padding: 10px 15px;
}
.typography table tbody {
  line-height: 150%;
}
.typography table tbody tr:nth-child(odd) {
  background-color: #EBEBEB;
}
@media print {
  .typography table tbody tr:nth-child(odd) {
    background-color: #FFF;
  }
}
.typography table tbody th {
  font-weight: 600;
}
.typography table tfoot {
  border-width: 1px 1px 0 0;
}
.typography table caption {
  text-align: left;
  padding-left: 0;
}

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

html {
  box-sizing: border-box; /* Box sizing */
}

img {
  vertical-align: top;
}

body {
  min-height: 100vh;
  margin: 0;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.hide--xs {
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (max-width: 575px) {
  .hide--xs {
    display: none;
  }
}
.hide--xs {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}

.hide--mobile {
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (max-width: 991px) {
  .hide--mobile {
    display: none;
  }
}
.hide--mobile {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}

.hide--tablet {
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (max-width: 1199px) {
  .hide--tablet {
    display: none;
  }
}
.hide--tablet {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}

@media (min-width: 992px) {
  .hide--desktop {
    display: none;
  }
}

.link--no-underline {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.button--secondary, .cm-form__container form button, .button--hover-blue-bg:focus-within, .button--default:focus-within, .button--hover-blue-bg:hover, .button--default:hover, .button--hover-blue-bg:focus, .button--default:focus, .button--hover-blue-bg:active, .button--default:active {
  background-color: #1F2D6A;
  color: #FFF;
  border: 1px solid #1F2D6A;
}
.button--secondary svg, .cm-form__container form button svg, .button--hover-blue-bg:focus-within svg, .button--default:focus-within svg, .button--hover-blue-bg:hover svg, .button--default:hover svg, .button--hover-blue-bg:focus svg, .button--default:focus svg, .button--hover-blue-bg:active svg, .button--default:active svg {
  fill: #FFF;
}

.button--default, .button--secondary:focus-within, .cm-form__container form button:focus-within, .button--secondary:hover, .cm-form__container form button:hover, .button--secondary:focus, .cm-form__container form button:focus, .button--secondary:active, .cm-form__container form button:active {
  color: #1F2D6A;
  background-color: #FFF;
  border: 1px solid #1F2D6A;
}
.button--default svg, .button--secondary:focus-within svg, .cm-form__container form button:focus-within svg, .button--secondary:hover svg, .cm-form__container form button:hover svg, .button--secondary:focus svg, .cm-form__container form button:focus svg, .button--secondary:active svg, .cm-form__container form button:active svg {
  fill: #1F2D6A;
}

button,
.button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: background-color, opacity 0.1s ease-in-out;
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  margin-right: 8px;
}
button:last-of-type,
.button:last-of-type {
  margin-right: 0;
}
button,
.button {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  button,
  .button {
    padding: 11px 45px;
  }
}
@media (min-width: 992px) {
  button,
  .button {
    padding: 11px 60px 13px;
  }
}
button:focus-visible,
.button:focus-visible {
  outline: 1px solid #131617;
}

.button--icon {
  min-width: unset;
  min-height: unset;
  padding: 0;
  width: 50px;
  height: 50px;
}

.button--navbar {
  border-radius: 0;
}

.icon--svg {
  fill: #263C9E;
}

.header {
  background-color: #FFF;
  width: 100%;
  top: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  box-shadow: 0 -8px 27px rgba(4, 4, 4, 0.2);
  position: fixed;
}
@media (min-width: 992px) {
  .header {
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    background-position: right -25px center;
    background-size: 420px;
  }
}

.header__container {
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header__container {
    max-width: 1180px;
  }
}
.header__container {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}

.header__row {
  place-content: center space-between;
}

.header__logo {
  margin-top: 12px;
  margin-bottom: 12px;
  height: 65px;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__logo {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    height: 110px;
    margin-bottom: 24px;
  }
}

.header__logo-image {
  max-width: 100%;
  max-height: 100%;
}

.header__menu {
  text-align: right;
  margin-top: 12px;
  height: 54px;
  max-width: 80px;
}
@media (min-width: 992px) {
  .header__menu {
    display: none;
  }
}

.header__nav-icon {
  height: 35px;
}

.header__nav-icon .icon--svg {
  width: 30px;
  height: 35px;
  margin-top: 7px;
}

.header__nav-icon--close .icon--svg {
  width: 26px;
  height: 30px;
  margin-top: 6px;
}

@media (min-width: 992px) {
  .button--navbar-toggler {
    display: none;
  }
}

.header__search-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__search-container form {
  flex: 1 1 100%;
}

.header__search-container {
  width: 100%;
  max-width: 420px;
}

.header__search--mobile {
  width: 100%;
  padding: 20px 33px;
}
@media (min-width: 992px) {
  .header__search--mobile {
    display: none;
  }
}

input.search-form__input {
  margin-top: 0;
  margin-bottom: 0;
}
input.search-form__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
  opacity: 1; /* Firefox */
}

.search-form__icon {
  width: 21px;
  height: 21px;
}
@media (min-width: 576px) {
  .search-form__icon {
    display: none;
  }
}

.search-button__text {
  display: none;
}

.search-form {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.search-form--page .btn-toolbar {
  margin-left: 5px;
  padding: 0;
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (max-width: 575px) {
  .search-form--page .btn-toolbar .search-page__submit {
    width: 44px;
    height: 44px;
    padding: 11px;
  }
}
.search-form--page .btn-toolbar {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}
@media (min-width: 576px) {
  .search-form--page .btn-toolbar {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .search-form--page .btn-toolbar {
    margin-left: 20px;
  }
}
@media (min-width: 576px) {
  .search-form--page .search-button__text {
    display: block;
  }
  .search-form--page .icon--svg {
    fill: #FFF;
  }
}

.header__search-form {
  place-self: flex-start flex-end;
  padding-top: 31px;
  padding-right: 13px;
  max-width: 445px;
}
.header__search-form input.search-form__input {
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 10px 25px;
  min-height: 45px;
}
.header__search-form fieldset {
  margin-right: -49px;
}
.header__search-form .btn-toolbar {
  border-radius: 0 30px 30px 0;
  border: 1px solid transparent;
  border-left: 0;
  margin-left: 0;
}
.header__search-form .btn-toolbar:hover, .header__search-form .btn-toolbar:focus, .header__search-form .btn-toolbar:active {
  background-color: #EBEBEB;
  border-color: #999;
}
.header__search-form .btn-toolbar:hover .icon--svg, .header__search-form .btn-toolbar:focus .icon--svg, .header__search-form .btn-toolbar:active .icon--svg {
  fill: #000;
}
.header__search-form .btn-toolbar:focus-within {
  background-color: #EBEBEB;
  border-color: #999;
}
.header__search-form .btn-toolbar:focus-within .icon--svg {
  fill: #000;
}
.header__search-form .btn-toolbar .button {
  padding: 2px 19px 0 10px;
  width: auto;
  height: 100%;
}
.header__search-form .search-form__icon {
  display: inline;
}

.header__search-nav {
  display: flex;
  justify-content: space-between;
}

.search-form__input {
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
}

.navbar__content:focus {
  outline: 0;
}

.navbar__arrow {
  height: 35px;
  width: 22px;
}

.navbar__mi {
  font-weight: 700;
  display: block;
}
@media (min-width: 1200px) {
  .navbar__mi {
    letter-spacing: 0.035rem;
  }
}

/* stylelint-disable scss/media-feature-value-dollar-variable */
@media (max-width: 991px) {
  .navbar {
    box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  }
  .navbar,
  .navbar__section {
    left: 0;
    top: 89px;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: auto;
    position: fixed;
    z-index: 1020;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar,
  .navbar__section {
    top: 98px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .navbar,
  .navbar__section {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar__background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
  }
  .navbar__content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    padding: 0;
    overflow: auto;
    background-color: #FFF;
  }
  .navbar__content.flyout-right {
    right: 0;
  }
  .navbar__list,
  .section__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 80px;
  }
  .navbar__item,
  .section__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
  }
  .navbar__container {
    width: 100%;
  }
  .navbar__link,
  .link--level2 {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.2;
    padding: 20px 33px;
    position: relative;
    width: 100%;
  }
  .navbar__link:hover, .navbar__link:focus, .navbar__link:active,
  .link--level2:hover,
  .link--level2:focus,
  .link--level2:active {
    color: #FFF;
    background-color: #00A177;
  }
  .navbar__link:focus-within,
  .link--level2:focus-within {
    color: #FFF;
    background-color: #00A177;
  }
  .link--parent {
    padding: 20px 33px 20px 65px;
  }
  .section__toggle {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
  }
  .navbar__toggle {
    position: absolute;
    right: 0;
    width: 60px;
    background-color: #FFF;
  }
  .navbar__toggle::before {
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    height: 70%;
    background-color: #EBEBEB;
    top: 50%;
    transform: translate(0, -50%);
  }
  .navbar__toggle--desktop {
    display: none;
  }
  .navbar__arrow {
    color: #00A177;
    fill: #00A177;
  }
  .navbar__toggle,
  .section__toggle {
    height: 100%;
    margin-right: 0;
  }
  .navbar__toggle:hover, .navbar__toggle:focus, .navbar__toggle:active,
  .section__toggle:hover,
  .section__toggle:focus,
  .section__toggle:active {
    color: #FFF;
    background-color: #00A177;
  }
  .navbar__toggle:hover::before, .navbar__toggle:focus::before, .navbar__toggle:active::before,
  .section__toggle:hover::before,
  .section__toggle:focus::before,
  .section__toggle:active::before {
    background-color: #00A177;
  }
  .navbar__toggle:hover .navbar__arrow, .navbar__toggle:focus .navbar__arrow, .navbar__toggle:active .navbar__arrow,
  .section__toggle:hover .navbar__arrow,
  .section__toggle:focus .navbar__arrow,
  .section__toggle:active .navbar__arrow {
    color: #FFF;
    fill: #FFF;
  }
  .navbar__toggle:focus-within,
  .section__toggle:focus-within {
    color: #FFF;
    background-color: #00A177;
  }
  .navbar__toggle:focus-within::before,
  .section__toggle:focus-within::before {
    background-color: #00A177;
  }
  .navbar__toggle:focus-within .navbar__arrow,
  .section__toggle:focus-within .navbar__arrow {
    color: #FFF;
    fill: #FFF;
  }
  .section__title {
    font-size: 1rem;
    line-height: 1.2;
    font-family: "OpenSans", arial, helvetica, sans-serif;
    margin-left: 20px;
  }
}
/* stylelint-enable scss/media-feature-value-dollar-variable */
.navbar__toggle-arrow {
  width: 20px;
  color: #00A177;
}

.navbar__has-mi {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}

@media (min-width: 992px) {
  .header__row > .navbar {
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .header__row > .navbar {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  .navbar__section {
    position: absolute;
    top: 100%;
    width: calc(100% + 80px);
    left: 56%;
    transform: translate(-50%, 0);
    z-index: 1000;
    box-shadow: 0 8px 27px rgba(3, 4, 4, 0.1490196078);
  }
  .navbar__list {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding: 0 2px;
  }
  .navbar__list:focus {
    outline: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .navbar__list {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar__content {
    padding: 0;
  }
  .navbar__content.container {
    /* stylelint-disable scss/media-feature-value-dollar-variable */
    /* stylelint-enable scss/media-feature-value-dollar-variable */
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1399px) {
  .navbar__content.container {
    margin: 0 12px;
  }
}
@media (min-width: 992px) {
  .navbar__item {
    padding: 0 8px 15px;
    display: flex;
    position: relative;
    align-items: stretch;
    margin-right: 30px;
    margin-top: 14px;
    max-width: 190px;
  }
  .navbar__item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .navbar__item {
    margin-right: 47px;
    padding-bottom: 13px;
    max-width: 100%;
  }
  .navbar__item::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #FFF;
    left: -14px;
    top: 9px;
  }
}
@media (min-width: 992px) {
  .navbar__toggle--desktop {
    display: block;
    position: absolute;
    right: 0;
    top: -6px;
    height: 40px;
    width: 40px;
    transition: transform 0.2s ease-in-out;
  }
  .navbar__toggle--desktop.rotate {
    transform: rotate(180deg);
  }
  .navbar__toggle--mobile {
    display: none;
  }
  .navbar__toggle-arrow {
    color: #00A177;
    fill: #00A177;
  }
  .navbar__toggle:hover .navbar__toggle-arrow, .navbar__toggle:focus .navbar__toggle-arrow, .navbar__toggle:active .navbar__toggle-arrow {
    color: #00A177;
    fill: #00A177;
  }
  .navbar__toggle:focus-within .navbar__toggle-arrow {
    color: #00A177;
    fill: #00A177;
  }
  .navbar__container {
    display: flex;
    align-items: stretch;
  }
  .navbar__link {
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #222;
    max-width: 230px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .navbar__link {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .navbar__link.link--has-child {
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .navbar__link.link--has-child {
    padding-right: 37px;
  }
}
@media (min-width: 992px) {
  .navbar__link.link--has-child::after {
    content: "";
  }
  .navbar__link.link--current::after {
    background-color: #00A177;
  }
  .navbar__link:hover::after, .navbar__link:focus::after, .navbar__link:active::after {
    background-color: #00A177;
  }
  .link--level1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: 5px;
  }
  .section__item--parent {
    display: none;
  }
  .section__list {
    padding: 0;
    margin: 0;
  }
  .link--level2 {
    display: block;
    padding: 20px 20px 20px 30px;
    background-color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #EBEBEB;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .link--level2:hover, .link--level2:active {
    color: #FFF;
    background-color: #00A177;
  }
  .section__item {
    list-style: none;
  }
  .section__item:last-of-type .link--level2 {
    border-bottom: 0;
  }
}
footer {
  margin-top: 115px;
}

.footer {
  padding: 10px 0 20px 0;
  background-color: #001C2E;
  clear: both;
}
@media (min-width: 992px) {
  .footer {
    overflow: hidden;
    height: 165px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footer__content {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.footer__link-container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .footer__link-container {
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 30px;
    width: auto;
  }
}

.footer__link {
  margin: 10px 0;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 17px;
  font-size: 1.0625rem;
}
.footer__link:visited {
  color: #FFF;
}
.footer__link:hover, .footer__link:focus, .footer__link:active {
  color: #FFF;
  text-decoration: underline;
}
.footer__link:focus-within {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer__link {
    margin: 5px 0;
    margin-right: 40px;
    text-align: left;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .footer__link {
    margin-top: 0;
  }
}

.footer__link-icon {
  height: 18px;
  width: 18px;
  margin-left: 6px;
  flex-shrink: 0;
}

.footer__logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .footer__logo-container {
    flex: 0 0 auto;
  }
}

.footer__logo-link {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .footer__logo-link {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer__logo-link {
    margin: 0 0 20px;
  }
}
.footer__logo-link:hover, .footer__logo-link:focus-visible {
  opacity: 0.8;
}
.footer__logo-link:first-of-type:not(:last-of-type) {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .footer__logo-link:first-of-type:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
  }
  .footer__logo-link:first-of-type:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .footer__logo-link:first-of-type:not(:last-of-type) {
    margin-right: 20px;
  }
}

.footer__logo {
  max-width: 185px;
  max-height: 115px;
}
@media (min-width: 992px) {
  .footer__logo {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.footer__copyright {
  color: #FFF;
  font-weight: 300;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .footer__copyright {
    text-align: left;
    margin-top: auto;
    margin-bottom: 0;
  }
}

.breadcrumb-readspeaker {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .breadcrumb-readspeaker {
    flex-direction: row;
  }
}

.breadcrumb__text {
  display: flex;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 10px 0 16px 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8857142857;
}

.breadcrumb__icon {
  width: 12px;
  margin: 0 6px -4px;
  fill: #B7B7B7;
  max-height: 14px;
}

.breadcrumb__link {
  text-underline-offset: 3px;
}

.main {
  margin-top: 89px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main {
    margin-top: 98px;
  }
}
@media (min-width: 992px) {
  .main {
    margin-top: 0;
  }
}

.page__title-container {
  min-height: 100px;
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001c2e, #00A276);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #FFF;
  margin-bottom: 20px;
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .page__title-container {
    padding: 58px 0 0;
    min-height: 150px;
  }
}

.page__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
    padding-top: 29px;
  }
}
.page__title--en {
  margin-bottom: 14px;
}
.page__title--mi {
  display: block;
  font-weight: 400;
}

.page__title--second {
  font-weight: normal;
}

.page__intro {
  font-weight: 600;
  padding-bottom: 60px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}
@media (min-width: 992px) {
  .page__intro {
    padding-bottom: 89px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

.element__title {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.1515151515;
  letter-spacing: -0.025rem;
  margin-bottom: 11px;
  margin-top: 31px;
}
@media (min-width: 768px) {
  .element__title {
    margin-top: 41px;
    margin-bottom: 33px;
  }
}

.element {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .element {
    margin-top: 57px;
  }
}
.element.app__models__blocks__cardblock {
  margin-bottom: 110px;
}
@media (min-width: 768px) {
  .element.app__models__blocks__cardblock {
    margin-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .element.app__models__blocks__cardblock {
    margin-bottom: 140px;
  }
}

.icon--file {
  height: 23px;
  width: 18px;
  margin-bottom: -4px;
  margin-right: 10px;
  margin-left: 5px;
}
.icon--file.icon--pdf {
  width: 23px;
  margin-right: 5px;
}

.icon--external {
  height: 15px;
  width: 15px;
  margin-bottom: -2px;
  margin-right: 5px;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  background-position: top;
}
@media (min-width: 992px) {
  .banner {
    height: 300px;
    background-position: center top;
  }
}
@media (min-width: 1400px) {
  .banner {
    height: 370px;
  }
}

.home__header {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001c2e, #00A276);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .home__header {
    padding-bottom: 90px;
  }
}

.home__titles {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .home__titles {
    flex-direction: row;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .home__titles-text {
    margin-right: 47px;
  }
}
.home__titles .card {
  box-shadow: none;
  margin: 35px auto 0;
  max-width: 400px;
  background-image: none;
}
@media (min-width: 768px) {
  .home__titles .card {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .home__titles .card {
    flex: 0 0 35%;
    margin: 39px 0 0;
  }
}
.home__titles .card--link:hover {
  box-shadow: none;
}
.home__titles .card__image {
  aspect-ratio: auto;
}
.home__titles .card__body {
  padding: 14px 2px 6px;
}
.home__titles .card__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  color: #1F2D6A;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.024rem;
}
@media (min-width: 992px) {
  .home__titles .card__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.32;
  }
}
@media (min-width: 1200px) {
  .home__titles .card__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
.home__titles .card__text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5263157895;
  margin-top: 9px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .home__titles .card__text {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
  }
}

.page__title--home {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  margin-top: 25px;
  text-align: center;
  padding-top: 0;
}
@media (min-width: 992px) {
  .page__title--home {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 35px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .page__title--home {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}

.page__intro--home {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  margin-top: 16px;
  text-align: center;
  padding: 0;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .page__intro--home {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.5185185185;
    margin-top: 21px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .page__intro--home {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

.page-content--home {
  margin-top: 0;
}

.home__rs-container {
  display: flex;
  justify-content: end;
}

.search-page__results-holder {
  padding-top: 49px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .search-page__results-holder {
    max-width: 1100px;
  }
}

.search-page__results-info {
  margin-top: 40px;
  border-bottom: solid 1px #000;
}
@media (min-width: 576px) {
  .search-page__results-info {
    margin-top: 60px;
  }
}

.search-page__results-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .search-page__results-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.search-page__found-results {
  font-size: 17px;
  font-size: 1.0625rem;
}

.search-page__found-results--count {
  margin-top: 32px;
  font-weight: 700;
}

.search-page__results {
  padding-left: 0;
  margin-top: 0;
}

.search-result {
  list-style: none;
  padding-bottom: 30px;
  border-bottom: solid 1px #999;
}

.search-result__link {
  color: #000;
  text-decoration: none;
  line-height: 135%;
}
.search-result__link:hover, .search-result__link:focus, .search-result__link:active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.search-result__link:hover .search-result__icon, .search-result__link:focus .search-result__icon, .search-result__link:active .search-result__icon {
  background-color: #1F2D6A;
  fill: #FFF;
  border-color: #1F2D6A;
}
.search-result__link:focus-within {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.search-result__link:focus-within .search-result__icon {
  background-color: #1F2D6A;
  fill: #FFF;
  border-color: #1F2D6A;
}

.search-result__header {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 15px;
}

.search-result__title {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0;
}
@media (min-width: 576px) {
  .search-result__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.search-result__icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  border: solid 1px #999;
  border-radius: 50%;
  fill: #1F2D6A;
}

.search-result__none {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  padding-top: 5px;
}

.sitemap {
  max-width: 850px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .sitemap {
    margin-left: -35px;
  }
}

.sitemap__list {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .sitemap__list {
    margin-left: 35px;
  }
}

.sitemap__item {
  list-style: none;
}

.sitemap__link-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  border: solid 1px #999;
  border-radius: 50%;
  fill: #1F2D6A;
  margin-left: 20px;
  flex-shrink: 0;
}

.sitemap__link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1F2D6A;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: solid 1px #999;
}
.sitemap__link:visited {
  color: #1F2D6A;
}
.sitemap__link:hover, .sitemap__link:focus, .sitemap__link:active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sitemap__link:hover .sitemap__link-icon, .sitemap__link:focus .sitemap__link-icon, .sitemap__link:active .sitemap__link-icon {
  background-color: #1F2D6A;
  fill: #FFF;
  border-color: #1F2D6A;
}
.sitemap__link:focus-within {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sitemap__link:focus-within .sitemap__link-icon {
  background-color: #1F2D6A;
  fill: #FFF;
  border-color: #1F2D6A;
}

.cards__container, .news-holder__list {
  display: flex;
  flex-wrap: wrap;
}

.card, .news-holder__item {
  box-shadow: 0 8px 18px rgba(3, 4, 4, 0.1019607843);
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .card, .news-holder__item {
    flex: 0 0 calc(33.3% - 26.6666666667px);
    max-width: 405px;
    margin: 20px;
  }
  .card.card--column-0, .card--column-0.news-holder__item {
    margin-left: 0;
  }
  .card.card--column-2, .card--column-2.news-holder__item, .card:last-of-type, .news-holder__item:last-of-type {
    margin-right: 0;
  }
}

.cards__container--center {
  justify-content: center;
}
.cards__container--center .card, .cards__container--center .news-holder__item {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .card--two-column {
    width: calc(50% - 40px);
    max-width: 500px;
    margin: 40px;
  }
  .card--two-column.card--column-1 {
    margin-right: 0;
  }
}

.card--link:hover, .news-holder__link:hover, .card--link:focus, .news-holder__link:focus, .card--link:active, .news-holder__link:active {
  overflow: hidden;
}
.card--link:hover .card__title, .news-holder__link:hover .card__title, .card--link:hover .news-holder__link-title, .news-holder__link:hover .news-holder__link-title,
.card--link:hover .card__more-text,
.news-holder__link:hover .card__more-text,
.card--link:hover .news-holder__link-more,
.news-holder__link:hover .news-holder__link-more, .card--link:focus .card__title, .news-holder__link:focus .card__title, .card--link:focus .news-holder__link-title, .news-holder__link:focus .news-holder__link-title,
.card--link:focus .card__more-text,
.news-holder__link:focus .card__more-text,
.card--link:focus .news-holder__link-more,
.news-holder__link:focus .news-holder__link-more, .card--link:active .card__title, .news-holder__link:active .card__title, .card--link:active .news-holder__link-title, .news-holder__link:active .news-holder__link-title,
.card--link:active .card__more-text,
.news-holder__link:active .card__more-text,
.card--link:active .news-holder__link-more,
.news-holder__link:active .news-holder__link-more {
  text-decoration: underline;
}
.card--link:focus-within, .news-holder__link:focus-within {
  overflow: hidden;
}
.card--link:focus-within .card__title, .news-holder__link:focus-within .card__title, .card--link:focus-within .news-holder__link-title, .news-holder__link:focus-within .news-holder__link-title,
.card--link:focus-within .card__more-text,
.news-holder__link:focus-within .card__more-text,
.card--link:focus-within .news-holder__link-more,
.news-holder__link:focus-within .news-holder__link-more {
  text-decoration: underline;
}

.card--link-white:hover .card__arrow, .card--link-white:focus .card__arrow, .card--link-white:active .card__arrow {
  fill: #000;
}
.card--link-white:focus-within .card__arrow {
  fill: #000;
}

.card--no-image {
  padding-top: 25px;
}

.card__arrow {
  height: 25px;
  width: 25px;
  margin-left: 11px;
  margin-top: 2px;
}

.card--darkBlue {
  box-shadow: none;
  background-color: #003541;
  background-image: url("/_resources/themes/rcoiic19/dist/images/Tohu-card-motif-new.png");
  background-repeat: no-repeat;
  background-position: top right;
  color: #D8E1CE;
}
.card--darkBlue .card__arrow {
  fill: #D8E1CE;
}

.card__image, .news-holder__link-image, .lightbox__link--card {
  width: 100%;
  aspect-ratio: 405/242;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__image img, .news-holder__link-image img, .lightbox__link--card img {
  width: 100%;
  height: auto;
}

.card__bg-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card__link, .news-holder__link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.card-link--darkBlue {
  color: #D8E1CE;
}

.card__body, .news-holder__link-text {
  padding: 11px 34px 57px 33px;
}

.card__title, .news-holder__link-title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.1481481481;
  font-weight: 700;
  margin-bottom: 22px;
}

.card__text, .news-holder__link-intro {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  margin-bottom: 21px;
}

.card__more-text, .news-holder__link-more {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  display: flex;
  font-weight: 700;
}

@media (min-width: 992px) {
  .card--video .card__body, .card--video .news-holder__link-text {
    height: calc(100% - 171px);
  }
}
@media (min-width: 1200px) {
  .card--video .card__body, .card--video .news-holder__link-text {
    height: calc(100% - 206px);
  }
}
@media (min-width: 1400px) {
  .card--video .card__body, .card--video .news-holder__link-text {
    height: calc(100% - 242px);
  }
}

.news-holder__list {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .news-holder__list {
    margin-top: 45px;
  }
}

.news-holder__link-title {
  margin-bottom: 11px;
}

.news-holder__link-date {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

fieldset {
  border: 0;
  padding: 0;
  flex: 0 1 100%;
}

input,
textarea,
select {
  background-color: transparent;
  border: 1px solid #BDBDBD;
  border-radius: 30px;
  width: 100%;
  padding: 12px 17px;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 576px) {
  input,
  textarea,
  select {
    padding: 12px 31px;
  }
}
@media (min-width: 992px) {
  input,
  textarea,
  select {
    margin-left: 2px;
    max-width: 907px;
  }
}

textarea {
  font-family: "OpenSans", arial, helvetica, sans-serif;
}
@media (min-width: 992px) {
  textarea {
    padding: 12px 31px;
  }
}

select {
  -webkit-appearance: none;
          appearance: none;
}

.dropdown .middleColumn {
  position: relative;
}

.select__arrow {
  position: absolute;
  right: 40px;
  height: 100%;
  width: 30px;
  pointer-events: none;
}

label {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 10px 0;
  font-weight: 700;
  padding-left: 4px;
}
@media (min-width: 576px) {
  label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  label {
    margin: 12px 0 14px;
  }
}

.nocaptcha {
  margin: 51px 0 48px 1px;
  min-height: 78px;
}
.nocaptcha label {
  display: none;
}

.field .description {
  display: block;
  padding: 10px 30px;
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.message.required, .message.validation {
  color: #C00;
  margin: 8px 16px;
  display: block;
}

.readspeaker-only {
  height: 63px;
}

.rs__container {
  margin: 12px 0;
  padding: 0;
  width: -webkit-fit-content;
  width: fit-content;
  float: right;
  max-width: 100%;
}
@media (min-width: 992px) {
  .rs__container {
    display: flex;
    justify-content: flex-end;
    min-width: 200px;
    margin: 27px 0 0;
  }
}
.rs__container--home {
  margin-top: 21px;
}

.rsexpanded {
  min-width: 371px;
}

.pagination__list {
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: center;
  margin: 25px auto 50px;
}

.pagination__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 11px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: solid 1px #999;
}
.pagination__link:hover, .pagination__link:focus, .pagination__link:active {
  background-color: #1F2D6A;
  color: #FFF;
  border-color: #1F2D6A;
}
.pagination__link:hover svg, .pagination__link:focus svg, .pagination__link:active svg {
  fill: #FFF;
}
.pagination__link:focus-within {
  background-color: #1F2D6A;
  color: #FFF;
  border-color: #1F2D6A;
}
.pagination__link:focus-within svg {
  fill: #FFF;
}

.pagination__item {
  min-width: 40px;
  height: 40px;
  text-align: center;
  margin-left: 4px;
}
.pagination__item:first-of-type {
  margin-left: 0;
}
.pagination__item:first-of-type .pagination__link {
  border-radius: 30px 0 0 30px;
  padding-left: 15px;
}
.pagination__item:last-of-type .pagination__link {
  border-radius: 0 30px 30px 0;
  padding-right: 15px;
}
.pagination__item {
  font-size: 18px;
  font-size: 1.125rem;
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (max-width: 575px) {
  .pagination__item {
    min-width: 35px;
  }
}
.pagination__item {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}

.pagination__item--current {
  background-color: #1F2D6A;
  color: #FFF;
  padding-top: 11px;
  border-color: #1F2D6A;
}

.pagination__item--ellipses {
  padding-top: 11px;
}

.pagination__link--text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.pagination__icon {
  width: 13px;
  height: 22px;
}
@media (min-width: 992px) {
  .pagination__icon.icon--left {
    margin-right: 8px;
  }
  .pagination__icon.icon--right {
    margin-left: 8px;
  }
}

.news-page__content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .news-page__content {
    max-width: 1012px;
  }
}

.news-page__date {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .page__intro--contactpage {
    margin-bottom: -29px;
  }
}

.contact-page__form-info {
  margin: 0 0 28px;
  padding: 0;
}

.contact-page__form-title {
  margin-bottom: 20px;
}

.contact-page__form-container {
  margin-bottom: 120px;
}

.cm-form__container {
  margin-top: 40px;
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  .cm-form__container {
    margin-top: 57px;
  }
}
.cm-form__container form > div {
  margin-bottom: 48px;
}
.row--utilities {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.utilities__date-container {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.utilities__date {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: -0.023rem;
}

.utilities__date--date {
  display: inline-block;
}

.utilities__grey-divider {
  width: 1px;
  background-color: #D5D5D5;
  height: 24px;
  margin: 0 9px 0 18px;
}

.utilities__icon {
  width: 22px;
  fill: #444;
}

.utilities__icon--arrow {
  fill: #263C9E;
}

.utilities__print {
  flex-shrink: 0;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 100%;
}
.utilities__print:hover, .utilities__print:focus, .utilities__print:active {
  background-color: #DDDDDE;
}
.utilities__print:focus-within {
  background-color: #DDDDDE;
}

.utilities__back-btn-container {
  display: flex;
  justify-content: right;
}

.utilities__back-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137);
}
.utilities__back-btn:hover, .utilities__back-btn:focus, .utilities__back-btn:active {
  background-color: #1F2D6A;
}
.utilities__back-btn:hover .utilities__icon, .utilities__back-btn:focus .utilities__icon, .utilities__back-btn:active .utilities__icon {
  color: #FFF;
  fill: #FFF;
}
.utilities__back-btn:focus-within {
  background-color: #1F2D6A;
}
.utilities__back-btn:focus-within .utilities__icon {
  color: #FFF;
  fill: #FFF;
}

.sidebar {
  min-height: 85px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .sidebar {
    margin-top: 0;
  }
}

.sidebar__container {
  position: absolute;
  z-index: 10;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.1019607843);
  background: #FFF;
}
@media (min-width: 992px) {
  .sidebar__container {
    position: relative;
    width: 311px;
    margin-top: 0;
  }
}

.sidebar__menu {
  width: 290px;
  max-height: 515px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .sidebar__menu {
    width: 100%;
    max-height: unset;
    overflow-y: unset;
  }
}

.sidebar__title-container {
  padding: 20px;
}

.sidebar__title {
  color: #13246C;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
}

.sidebar__expand-btn {
  border-radius: 0;
  border-left: 1px solid #EBEBEB;
  padding: 0 19px;
}

.sidebar__icon {
  width: 24px;
}

.icon-rotate {
  transform: rotate(180deg);
}

.sidebar__link {
  text-decoration: none;
}

.sidebar__submenu-link {
  display: flex;
  border-top: 1px solid #EBEBEB;
  padding: 20px;
}

.sidebar__menu-link {
  width: 100%;
  padding: 20px;
}

.sidebar__sub-link {
  width: 100%;
  padding: 20px 20px 20px 40px;
}

.sidebar__submenu-title {
  color: #13246C;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
}

.sidebar__menu-title,
.sidebar__sub-title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}
.sidebar__menu-title--current,
.sidebar__sub-title--current {
  color: #13246C;
  font-weight: 700;
}

.sidebar__toplevel-content,
.sidebar__submenu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 57px;
}
.sidebar__toplevel-content--current,
.sidebar__submenu-content--current {
  border-left: 5px solid #263C9E;
}

.sidebar__mobile-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 55px;
  border-radius: 0;
  padding: 0 0 0 15px;
}

.btn-shadow {
  box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.0784313725);
  width: 197px;
}

.sidebar__mobile-btn-text {
  font-family: "OpenSans", arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7058823529;
}

.sidebar-menu-icon {
  fill: #000;
  margin-top: 6px;
}
.sidebar-menu-icon--open {
  width: 23px;
}
.sidebar-menu-icon--close {
  width: 20px;
}

.report-title__banner {
  margin-bottom: 20px;
}
.report-title__banner--Blue {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-outline.png"), linear-gradient(to bottom right, #0B3072, #009BB4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}
.report-title__banner--Green {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-outline.png"), linear-gradient(to bottom right, #142D6C, #00B585);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}
.report-title__banner--Purple {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-outline.png"), linear-gradient(to bottom right, #1E3186, #CF1A7B);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}
.report-title__banner--BlueSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #0097B3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}
.report-title__banner--GreenSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #00A276);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}
.report-title__banner--PinkSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #D0609A);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}
.report-title__banner--PurpleSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #88619f);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}

@media (min-width: 992px) {
  .report-title__banner--image {
    display: flex;
    flex-direction: row-reverse;
    min-height: 500px;
    background-position: 4% 0;
  }
}

.report-title__text-wrapper {
  padding-top: 10px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .report-title__text-wrapper {
    min-height: 362px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .report-title__title-container {
    padding-top: 63px;
    padding-bottom: 40px;
  }
}

.report-title__text-wrapper--half {
  padding: 50px 15px;
}
@media (min-width: 576px) {
  .report-title__text-wrapper--half {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .report-title__text-wrapper--half {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .report-title__text-wrapper--half {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 50px;
    flex: 0 0 50%;
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .report-title__text-wrapper--half {
    max-width: 570px;
  }
}
@media (min-width: 1400px) {
  .report-title__text-wrapper--half {
    max-width: 660px;
  }
}
@media (min-width: 992px) {
  .report-title__text-wrapper--half .report-title__title-container {
    max-width: 625px;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
}

.report-title__parent-report {
  font-weight: 400;
  color: #FFF;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3529411765;
}

.report-title__title--second {
  font-weight: normal;
}

.report-title__image-wrapper {
  min-height: 220px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 480px) {
  .report-title__image-wrapper {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  .report-title__image-wrapper {
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .report-title__image-wrapper {
    flex: 0 0 50%;
    min-height: unset;
  }
}

@media (min-width: 992px) {
  .report-title__wrapper-bg--half {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .report-title__wrapper-bg--half {
    width: 570px;
  }
}
@media (min-width: 1400px) {
  .report-title__wrapper-bg--half {
    width: 660px;
  }
}

.report-title__title {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #FFF;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
}
@media (min-width: 480px) {
  .report-title__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .report-title__title {
    padding-top: 15px;
  }
}
.report-title__title--mi {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}

.report-pagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  clear: both;
  border-top: #D5D5D5 1px solid;
  border-bottom: #D5D5D5 1px solid;
  margin-top: 80px;
  padding: 10px 0 12px;
}
@media (min-width: 768px) {
  .report-pagination {
    margin-top: 115px;
    padding: 20px 0 22px;
  }
}

.report-pagination__nav-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .report-pagination__nav-container {
    gap: 22px;
  }
}
.report-pagination__nav-container--prev {
  grid-area: 1/1/1/2;
}
.report-pagination__nav-container--next {
  grid-area: 1/3/1/4;
  justify-content: flex-end;
}

.report-pagination__link {
  text-decoration: none;
}
.report-pagination__link:hover .report-pagination__icon, .report-pagination__link:focus .report-pagination__icon, .report-pagination__link:active .report-pagination__icon {
  background-color: #1F2D6A;
  fill: #FFF;
}
.report-pagination__link:focus-within .report-pagination__icon {
  background-color: #1F2D6A;
  fill: #FFF;
}

.report-pagination__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #999;
  padding: 10px;
  cursor: pointer;
}
.report-pagination__icon--prev {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .report-pagination__icon {
    width: 66px;
    height: 66px;
    padding: 15px;
  }
}

.report-pagination__text {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
}
@media (min-width: 768px) {
  .report-pagination__text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

/* stylelint-disable no-descending-specificity */
.reports ol {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
}
.reports ol li {
  counter-increment: item;
  display: flex;
  border-bottom: 2px solid #FFF;
}
.reports ol li span {
  padding: 0 35px 19px 13px;
  width: 100%;
}
.reports ol li::before {
  content: counter(item);
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  background-color: #13246C;
  color: #FFF;
  border-radius: 50%;
  margin: 0 15px auto 15px;
  display: flex;
  justify-content: center;
  place-items: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
.reports ol li::marker {
  display: none;
  content: "";
  visibility: hidden;
}

.reports ol.dark-blue li {
  background-color: #C0C6DB;
}
.reports ol.dark-blue span {
  background-color: #EDF0FA;
  padding-top: 21px;
}
.reports ol.dark-blue li::before {
  background-color: #0B2467;
  margin-top: 21px;
}

.reports ol.green li {
  background-color: #BAE1D1;
}
.reports ol.green span {
  background-color: #E8F5EF;
  padding-top: 21px;
}
.reports ol.green li::before {
  background-color: #1CA774;
  margin-top: 21px;
}

.reports ol.light-blue li {
  background-color: #A4E2E7;
}
.reports ol.light-blue span {
  background-color: #E2F3F7;
  padding-top: 21px;
}
.reports ol.light-blue li::before {
  background-color: #008FA3;
  margin-top: 21px;
}

.reports ol.pink li {
  background-color: #FFDBEB;
}
.reports ol.pink span {
  background-color: #FDEEF5;
  padding-top: 21px;
}
.reports ol.pink li::before {
  background-color: #0B2467;
  margin-top: 21px;
}

.reports table {
  border-width: 0;
  width: 100%;
  table-layout: fixed;
}
.reports table tbody td {
  border-width: 0 0 1px;
  border-color: #222;
  padding: 28px;
  vertical-align: top;
  min-width: 280px;
}
@media (min-width: 992px) {
  .reports table tbody td {
    min-width: unset;
  }
}
.reports table tbody th {
  font-weight: 700;
  border-width: 0 2px 2px 0;
  border-color: #FFF;
  background-color: #025C96;
  color: #FFF;
  padding: 24px 22px 18px 22px;
  vertical-align: baseline;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
}
.reports table tbody tr:nth-child(odd),
.reports table tbody tr:nth-child(even) {
  background-color: #FFF;
}

.reports table.light-blue tbody th {
  background-color: #00819F;
}
.reports table.light-blue tbody td {
  border-width: 4px 2px;
  border-color: #FFF;
}
.reports table.light-blue tbody tr:nth-child(odd),
.reports table.light-blue tbody tr:nth-child(even) {
  background-color: #E2F3F7;
}

.reports table.green tbody th {
  background-color: #00976F;
}
.reports table.green tbody td {
  border-width: 4px 2px;
  border-color: #FFF;
}
.reports table.green tbody tr:nth-child(odd),
.reports table.green tbody tr:nth-child(even) {
  background-color: #E8F5EF;
}

.reports table.pink tbody th {
  background-color: #ED038D;
}
.reports table.pink tbody td {
  border-width: 4px 2px;
  border-color: #FFF;
}
.reports table.pink tbody tr:nth-child(odd),
.reports table.pink tbody tr:nth-child(even) {
  background-color: #FDEEF5;
}

.reports table.purple tbody th {
  background-color: #1E3186;
}
.reports table.purple tbody td {
  border-width: 4px 2px;
  border-color: #FFF;
}
.reports table.purple tbody tr:nth-child(odd),
.reports table.purple tbody tr:nth-child(even) {
  background-color: #EDF0FA;
}

.reports blockquote {
  margin-top: 7px;
  margin-bottom: 20px;
  max-width: unset;
  width: 100%;
  text-align: left;
  padding: 20px 35px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  float: left;
  background-color: #F5EBD5;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .reports blockquote {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  .reports blockquote {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .reports blockquote {
    padding: 40px 70px;
  }
}
.reports blockquote p {
  line-height: 1.6;
}
.reports blockquote p.citation,
.reports blockquote cite {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  font-weight: 400;
  text-align: left;
  display: inline-block;
}

.reports blockquote.full {
  float: unset;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.reports blockquote.right {
  margin-right: 0;
}
@media (min-width: 768px) {
  .reports blockquote.right {
    margin-left: 40px;
    clear: none;
  }
}

.reports blockquote.mint {
  background-image: url("/_resources/themes/rcoiic19/dist/images/tohu-vertical-quote.png");
  background-color: #DAF8EF;
  background-repeat: no-repeat;
  background-position: right;
}

.reports blockquote.green {
  background: url("/_resources/themes/rcoiic19/dist/images/tohu-vertical-quote.png"), linear-gradient(136deg, #00976F -0.07%, #142D6C 98.46%);
  background-repeat: no-repeat;
  background-position: right;
}

.reports blockquote.purple {
  background: url("/_resources/themes/rcoiic19/dist/images/tohu-vertical-quote.png"), linear-gradient(136deg, #1E3186 -0.07%, #CF1A78 98.46%);
  background-repeat: no-repeat;
  background-position: right;
}

.reports blockquote.solid-green {
  background-image: url("/_resources/themes/rcoiic19/dist/images/tohu-vertical-quote-zoomed.png");
  background-color: #00A277;
  background-repeat: no-repeat;
  background-position: top right;
}

.reports blockquote.blue {
  background-image: url("/_resources/themes/rcoiic19/dist/images/tohu-vertical-quote-zoomed.png");
  background-color: #21779A;
  background-repeat: no-repeat;
  background-position: top right;
}

.reports blockquote.tan {
  background-image: url("/_resources/themes/rcoiic19/dist/images/tohu-vertical-quote-tan.png");
  background-color: #F5D7C4;
  background-repeat: no-repeat;
  background-position: top right;
}

.reports blockquote.green,
.reports blockquote.purple,
.reports blockquote.blue,
.reports blockquote.solid-green {
  color: #FFF;
}
.reports blockquote.green::after,
.reports blockquote.purple::after,
.reports blockquote.blue::after,
.reports blockquote.solid-green::after {
  opacity: 0.15;
}

.reports blockquote.mint::after,
.reports blockquote.green::after,
.reports blockquote.purple::after,
.reports blockquote.blue::after,
.reports blockquote.solid-green::after,
.reports blockquote.tan::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: left 18%;
  background-repeat: no-repeat;
  background-size: 50%;
  transform: scaleX(-1);
  z-index: -1;
  border-radius: 40px;
}

.reports blockquote.icon p {
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}
@media (min-width: 576px) {
  .reports blockquote.icon p {
    width: 85%;
    float: right;
  }
}
@media (min-width: 768px) {
  .reports blockquote.icon p {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .reports blockquote.icon p {
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .reports blockquote.icon p {
    width: 90%;
  }
}
.reports blockquote.icon p.citation {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .reports blockquote.icon.full p {
    width: 93%;
  }
}
@media (min-width: 1400px) {
  .reports blockquote.icon.full p {
    width: 96%;
  }
}

.reports blockquote.icon::before {
  display: block;
  content: "";
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .reports blockquote.icon::before {
    position: absolute;
    margin-top: 0;
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .reports blockquote.icon::before {
    left: 30px;
  }
}
@media (min-width: 1400px) {
  .reports blockquote.icon::before {
    left: 40px;
  }
}

@media (min-width: 576px) {
  .reports blockquote.icon--magnifying-glass::before,
  .reports blockquote.icon--media::before {
    top: 35px;
  }
}
@media (min-width: 768px) {
  .reports blockquote.icon--magnifying-glass::before,
  .reports blockquote.icon--media::before {
    top: 45px;
  }
}
@media (min-width: 1400px) {
  .reports blockquote.icon--magnifying-glass::before,
  .reports blockquote.icon--media::before {
    top: 55px;
  }
}

@media (min-width: 576px) {
  .reports blockquote.icon--speech-bubble::before,
  .reports blockquote.icon--notepaper::before {
    top: 30px;
  }
}
@media (min-width: 768px) {
  .reports blockquote.icon--speech-bubble::before,
  .reports blockquote.icon--notepaper::before {
    top: 40px;
  }
}
@media (min-width: 1400px) {
  .reports blockquote.icon--speech-bubble::before,
  .reports blockquote.icon--notepaper::before {
    top: 50px;
  }
}

.reports blockquote.icon--magnifying-glass::before,
.reports blockquote.mint.icon--magnifying-glass::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-search-wand-black.svg");
}

.reports blockquote.green.icon--magnifying-glass::before,
.reports blockquote.purple.icon--magnifying-glass::before,
.reports blockquote.solid-green.icon--magnifying-glass::before,
.reports blockquote.blue.icon--magnifying-glass::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-search-wand-white.svg");
}

.reports blockquote.icon--speech-bubble::before,
.reports blockquote.mint.icon--speech-bubble::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-chat-right-black.svg");
}

.reports blockquote.green.icon--speech-bubble::before,
.reports blockquote.purple.icon--speech-bubble::before,
.reports blockquote.solid-green.icon--speech-bubble::before,
.reports blockquote.blue.icon--speech-bubble::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-chat-right-white.svg");
}

.reports blockquote.icon--notepaper::before,
.reports blockquote.mint.icon--notepaper::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-edit-note-black.svg");
}

.reports blockquote.green.icon--notepaper::before,
.reports blockquote.purple.icon--notepaper::before,
.reports blockquote.solid-green.icon--notepaper::before,
.reports blockquote.blue.icon--notepaper::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-edit-note-white.svg");
}

.reports blockquote.icon--media::before,
.reports blockquote.mint.icon--media::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-speaker-black.svg");
}

.reports blockquote.green.icon--media::before,
.reports blockquote.purple.icon--media::before,
.reports blockquote.solid-green.icon--media::before,
.reports blockquote.blue.icon--media::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-speaker-white.svg");
}

.reports .summary-container {
  border: 1px solid #BDBDBD;
  display: inline-block;
  padding: 30px;
  margin-bottom: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .reports .summary-container {
    padding: 49px 55px 49px 47px;
  }
}
.reports .summary-container .summary-header {
  margin-bottom: 30px;
  margin-top: 0;
  overflow-wrap: break-word;
}
.reports .summary-container p,
.reports .summary-container ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .reports .summary-container p,
  .reports .summary-container ul {
    width: 85%;
    float: right;
  }
}
@media (min-width: 768px) {
  .reports .summary-container p,
  .reports .summary-container ul {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .reports .summary-container p,
  .reports .summary-container ul {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .reports .summary-container p,
  .reports .summary-container ul {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .reports .summary-container p,
  .reports .summary-container ul {
    width: 93%;
  }
}
.reports .summary-container li {
  margin-left: 20px;
}

.reports .typography ul {
  margin-left: 23px;
}

.reports .summary-container::before {
  display: block;
  content: "";
  height: 44px;
  width: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .reports .summary-container::before {
    position: absolute;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.reports .summary-container.purple {
  background-color: #EDF0FA;
  border-color: #EDF0FA;
}
.reports .summary-container.purple .summary-header {
  color: #1E3186;
}

.reports .summary-container.green {
  background-color: #E8F5EF;
  border-color: #E8F5EF;
}
.reports .summary-container.green .summary-header {
  color: #00976F;
}

.reports .summary-container.blue {
  background-color: #E2F3F7;
  border-color: #E2F3F7;
}
.reports .summary-container.blue .summary-header {
  color: #13246C;
}

.reports .summary-container.pink {
  background-color: #FDEEF5;
  border-color: #FDEEF5;
}
.reports .summary-container.pink .summary-header {
  color: #ED038D;
}

.reports .summary-container.icon-thought::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-think-cloud.svg");
}

.reports .summary-container.icon-tick::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-tick-circle.svg");
}

.reports .summary-container.icon-arrow::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-arrow-circle.svg");
}

.reports .summary-container.icon-video::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-video-black.svg");
}

.reports .summary-container.icon-clipboard::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-clipboard-black.svg");
}

.reports .summary-container.icon-conversation::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-convo-bubbles-black.svg");
}

.reports .summary-container.icon-single-comment::before {
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-comment-lines-black.svg");
}

.reports .cards__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .reports .cards__container {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media (min-width: 1400px) {
  .reports .cards__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.reports .cards__container .card {
  margin: 0;
}

.reports .discussion-list {
  background-color: #E8F2FB;
  display: inline-block;
  padding: 30px;
  margin-bottom: 4px;
  width: 100%;
  background-image: url("/_resources/themes/rcoiic19/dist/images/icon-conversation-arrow.png");
  background-size: 17% auto;
  background-repeat: no-repeat;
  background-position: 0% 10%;
}
.reports .discussion-list ul {
  margin-left: 80px;
}
@media (min-width: 768px) {
  .reports .discussion-list {
    background-size: 15% auto;
    background-position: center left;
    padding: 30px 70px 49px 70px;
  }
  .reports .discussion-list ul {
    margin-left: 100px;
  }
}
@media (min-width: 1400px) {
  .reports .discussion-list {
    background-size: 13% auto;
  }
  .reports .discussion-list ul {
    margin-left: 130px;
  }
}

.reports .discussion-list p {
  font-size: 27px;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #146CB5;
  margin-left: 80px;
}
@media (min-width: 768px) {
  .reports .discussion-list p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 134%;
    margin-left: 100px;
  }
}
@media (min-width: 1400px) {
  .reports .discussion-list p {
    margin-left: 130px;
  }
}
.reports .discussion-list p {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .report-chapter-page {
    display: grid;
    grid-template-columns: 311px 1fr;
    gap: 30px;
    margin-top: 50px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .report-chapter-page__elemental .element {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .report-content-page {
    display: grid;
    grid-template-columns: 311px 1fr;
    gap: 30px;
    margin-top: 50px;
    padding: 0;
  }
}

.report-content-page__content {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .report-content-page__content {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .report-landing-page {
    display: grid;
    grid-template-columns: 311px 1fr;
    gap: 30px;
    margin-top: 50px;
    padding: 0;
  }
}

.pdfobject-container {
  height: 750px;
}

.cta {
  margin-top: 30px;
  margin-bottom: 70px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .cta {
    max-width: 960px;
    margin-top: 80px;
  }
}

.cta__container {
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cta__container {
    display: flex;
    align-items: center;
  }
}

.cta__heading {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .cta__heading {
    flex: 0 0 50%;
    margin: 0 auto 0 0;
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.375;
  }
}

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

.cta__content {
  margin: 0 auto;
  padding: 5px 0 0 5px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .cta__content {
    flex: 0 0 50%;
    text-align: left;
    padding: 7px 0 0 26px;
  }
}

.cta__icon {
  width: 25px;
  height: 29px;
  margin-left: 15px;
  margin-top: 2px;
  fill: #263C9E;
}
@media (min-width: 992px) {
  .cta__icon {
    width: 25px;
    height: 25px;
  }
}

.cta__icon--hover {
  display: none;
}

.cta__link-container {
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 820px;
  margin: 35px auto 0;
  padding: 10px 17px 13px 23px;
  border: solid 1px #00ABBF;
  text-align: center;
}

.cta__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .cta__link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.cta__link:hover, .cta__link:focus, .cta__link:active {
  text-decoration: underline;
}
.cta__link:hover .cta__icon, .cta__link:focus .cta__icon, .cta__link:active .cta__icon {
  fill: #000;
}
.cta__link:focus-within {
  text-decoration: underline;
}
.cta__link:focus-within .cta__icon {
  fill: #000;
}

.feature__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .feature__container {
    flex-direction: row;
    align-items: stretch;
    min-height: 360px;
  }
  .feature__container--text-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .feature__container {
    min-height: 400px;
  }
}
@media (min-width: 1400px) {
  .feature__container {
    max-width: 1400px;
    padding: 0;
  }
  .feature__container--home {
    max-width: 100%;
  }
}

.feature__image-container {
  position: relative;
}
@media (min-width: 768px) {
  .feature__image-container {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .feature__image-container {
    flex: 0 0 50%;
    min-height: 100%;
  }
}

.feature__image {
  min-height: 300px;
  max-width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .feature__image {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .feature__image {
    min-height: 100%;
  }
}

.feature__body {
  padding: 45px 20px 35px;
  width: 100%;
  background-color: #D1EBE8;
  color: #00313E;
  background-image: url("/_resources/themes/rcoiic19/dist/images/Tohu-feature-motif.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 100%;
}
@media (min-width: 768px) {
  .feature__body {
    padding: 56px 43px 70px;
  }
}
@media (min-width: 992px) {
  .feature__body {
    padding: 81px 82px 75px 74px;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .feature__body--right {
    padding-left: 82px;
    padding-right: 74px;
  }
}
.feature__body--Blue {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-outline.png"), linear-gradient(to bottom right, #0B3072, #009BB4);
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #FFF;
}
.feature__body--Purple {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-outline.png"), linear-gradient(to bottom right, #1E3186, #CF1A7B);
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #FFF;
}
.feature__body--Green {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-outline.png"), linear-gradient(to bottom right, #142D6C, #00B585);
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #FFF;
}
.feature__body--BlueSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #0097B3);
  background-repeat: no-repeat;
  color: #FFF;
  background-size: cover;
}
.feature__body--GreenSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #00A276);
  background-repeat: no-repeat;
  color: #FFF;
  background-size: cover;
}
.feature__body--PinkSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #D0609A);
  background-repeat: no-repeat;
  color: #FFF;
  background-size: cover;
}
.feature__body--PurpleSolidMotif {
  background: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-solid-new.png"), linear-gradient(to bottom right, #001C2E, #88619f);
  background-repeat: no-repeat;
  color: #FFF;
  background-size: cover;
}

.feature__title {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 11px;
  padding: 0;
  letter-spacing: -0.003rem;
}
@media (min-width: 768px) {
  .feature__title {
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: 800;
  }
}
@media (min-width: 992px) {
  .feature__title {
    margin-bottom: 25px;
  }
}

.feature__content {
  line-height: 1.5;
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 0 11px;
}
@media (min-width: 768px) {
  .feature__content {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .feature__content {
    margin-bottom: 15px;
  }
}

.feature__link {
  width: 100%;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .feature__link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 992px) {
  .feature__link {
    width: 50%;
  }
}
.feature__link:hover .feature__title, .feature__link:focus .feature__title, .feature__link:active .feature__title {
  text-decoration: underline;
}
.feature__link:hover .feature__arrow, .feature__link:focus .feature__arrow, .feature__link:active .feature__arrow {
  fill: #15236C;
}
.feature__link:hover .feature__link-text, .feature__link:focus .feature__link-text, .feature__link:active .feature__link-text {
  background-color: #FFF;
  color: #15236C;
  border: solid 1px #FFF;
}
.feature__link:hover .feature__body--Default .feature__link-text, .feature__link:focus .feature__body--Default .feature__link-text, .feature__link:active .feature__body--Default .feature__link-text {
  background-color: #00313E;
  color: #FFF;
}
.feature__link:hover .feature__body--Default .feature__arrow, .feature__link:focus .feature__body--Default .feature__arrow, .feature__link:active .feature__body--Default .feature__arrow {
  fill: #FFF;
}
.feature__link:focus-within .feature__title {
  text-decoration: underline;
}
.feature__link:focus-within .feature__arrow {
  fill: #15236C;
}
.feature__link:focus-within .feature__link-text {
  background-color: #FFF;
  color: #15236C;
  border: solid 1px #FFF;
}
.feature__link:focus-within .feature__body--Default .feature__link-text {
  background-color: #00313E;
  color: #FFF;
}
.feature__link:focus-within .feature__body--Default .feature__arrow {
  fill: #FFF;
}

.feature__arrow {
  width: 22px;
  height: 29px;
  margin-left: 10px;
  color: #FFF;
  fill: #15236C;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .feature__arrow {
    width: 25px;
    height: 25px;
    margin-left: 14px;
  }
}

.feature__link-text {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 38px;
  margin-left: -3px;
  border: solid 1px #00313E;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 11px 17px 12px 24px;
}
.feature__link-text--Blue, .feature__link-text--Green, .feature__link-text--Purple, .feature__link-text--BlueSolidMotif, .feature__link-text--GreenSolidMotif, .feature__link-text--PinkSolidMotif, .feature__link-text--PurpleSolidMotif {
  border: solid 1px #FFF;
}
.feature__link-text--Blue .feature__arrow, .feature__link-text--Green .feature__arrow, .feature__link-text--Purple .feature__arrow, .feature__link-text--BlueSolidMotif .feature__arrow, .feature__link-text--GreenSolidMotif .feature__arrow, .feature__link-text--PinkSolidMotif .feature__arrow, .feature__link-text--PurpleSolidMotif .feature__arrow {
  fill: #FFF;
}
.feature__link-text {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .feature__link-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.feature__body--home {
  background-color: #FFF;
  background-image: url("/_resources/themes/rcoiic19/dist/images/tohu-bg-motif.png");
}
@media (min-width: 992px) {
  .feature__body--home {
    padding: 77px 54px 80px 81px;
  }
}
@media (min-width: 1200px) {
  .feature__body--home {
    padding-left: calc(50% - 1400px / 2 + 81px);
  }
}
.feature__body--home .feature__link-text {
  border-color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
}
.feature__body--home .feature__content {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.feature__body--home .feature__arrow {
  color: #FFF;
  fill: #FFF;
}
@media (min-width: 992px) {
  .feature__body--home.feature__body--right {
    padding-left: 54px;
    padding-right: 81px;
  }
}
@media (min-width: 1200px) {
  .feature__body--home.feature__body--right {
    padding-right: calc(50% - 1400px / 2 + 81px);
  }
}

@media (min-width: 1200px) {
  .feature__link .feature__body--home {
    padding-left: calc(100% - 1400px / 2 + 81px);
  }
}
@media (min-width: 992px) {
  .feature__link .feature__body--home.feature__body--right {
    padding-left: 54px;
  }
}
@media (min-width: 1200px) {
  .feature__link .feature__body--home.feature__body--right {
    padding-right: calc(100% - 1400px / 2 + 81px);
  }
}

.feature__container--text-left .button--play {
  right: auto;
  left: 0;
}

.people__intro {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .people__intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.person {
  margin: 40px 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .person {
    margin: 71px 0;
    flex-direction: row;
  }
}

.people__list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .people__list {
    padding: 0 0 0 5px;
    margin: 77px auto;
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .people__list {
    max-width: 1000px;
  }
}

.person__text {
  margin-top: 23px;
}
@media (min-width: 992px) {
  .person__text {
    padding-right: 10px;
    padding-left: 10px;
    width: 66.6667%;
  }
}
@media (min-width: 1200px) {
  .person__text {
    width: 75%;
    padding-right: 0;
  }
}

.person__name {
  font-size: 1.376rem;
  font-weight: 700;
  letter-spacing: -0.001rem;
}
@media (min-width: 992px) {
  .person__name {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.person__summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  padding-top: 17px;
  padding-left: 1px;
}

.person__img {
  overflow: hidden;
  flex-shrink: 0;
  padding: 0;
  height: 215px;
  width: 215px;
  margin: 0 15px 0 0;
}
@media (min-width: 992px) {
  .person__img {
    margin-top: 15px;
    margin-left: 12px;
  }
}
@media (min-width: 1200px) {
  .person__img {
    margin-left: 0;
  }
}
.person__img--placeholder {
  background-color: #DDDDDE;
  padding: 40px 50px;
}
.person__img--placeholder .icon--svg {
  width: 100%;
  height: 100%;
  color: #C3C3C5;
  fill: #C3C3C5;
}

.timeline__container {
  max-width: 1051px;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .timeline__container {
    margin: 0 auto;
  }
}

.timeline__milestones {
  display: grid;
  grid-template-columns: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 62px;
  padding-top: 39px;
}
@media (min-width: 992px) {
  .timeline__milestones {
    grid-template-columns: 1fr 1fr;
    row-gap: 3px;
    width: 90%;
  }
}
.timeline__milestones .milestone__border {
  height: 1px;
  background-color: #00A3AC;
  margin-left: -77px;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .timeline__milestones .milestone__border {
    margin-left: -94px;
  }
}
.timeline__milestones .milestone__icon {
  position: relative;
  height: 40px;
  width: auto;
  fill: #00A3AC;
  top: -19px;
  background: transparent;
}
.timeline__milestones .milestone__date {
  font-weight: 700;
  margin-bottom: 17px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}
.timeline__milestones .milestone__title {
  font-weight: 600;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5882352941;
}
.timeline__milestones .milestone__content {
  margin-top: 12px;
}
.timeline__milestones .milestone__content p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (max-width: 575px) {
  .timeline__milestones .milestone__content p {
    margin-top: 0;
  }
}
.timeline__milestones .milestone__content p {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}
.timeline__milestones .milestone__readMore {
  display: block;
  cursor: pointer;
}
@media (min-width: 576px) {
  .timeline__milestones .milestone__readMore {
    display: none;
  }
}
.timeline__milestones .milestone__readMore p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.timeline__milestones .milestone__readMore svg {
  height: 1rem;
  width: auto;
  fill: #263C9E;
  margin-bottom: -2px;
  margin-left: 5px;
}
.timeline__milestones .milestone__readMore .js-display-close-element svg {
  transform: rotate(180deg);
  margin-bottom: -3px;
}
.timeline__milestones .milestone__readMore:hover p, .timeline__milestones .milestone__readMore:focus p, .timeline__milestones .milestone__readMore:active p {
  text-decoration: underline;
}
.timeline__milestones .milestone__readMore:hover svg, .timeline__milestones .milestone__readMore:focus svg, .timeline__milestones .milestone__readMore:active svg {
  fill: #00A3AC;
}
.timeline__milestones .milestone__readMore:focus-within p {
  text-decoration: underline;
}
.timeline__milestones .milestone__readMore:focus-within svg {
  fill: #00A3AC;
}
.timeline__milestones .milestone__contentwrapper {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1607843137);
  background-image: url("/_resources/themes/rcoiic19/dist/images/waka-bg-motif-small.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px 25px 25px 25px;
  position: relative;
  min-width: 220px;
  top: -49px;
  margin-left: 32px;
}
@media (min-width: 768px) {
  .timeline__milestones .milestone__contentwrapper {
    padding: 14px 40px 45px 42px;
    top: -50px;
  }
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__contentwrapper {
    max-height: 440px;
    margin-left: 0;
  }
}
.timeline__milestones .milestone {
  position: relative;
  padding-bottom: 40px;
  border-left: 2px solid #00A3AC;
}
@media (min-width: 992px) {
  .timeline__milestones .milestone {
    height: calc(440px + 3px);
    border-left: 0;
    padding-bottom: 0;
    margin-top: -3px;
  }
}
.timeline__milestones .milestone__last {
  min-height: 220px;
  border-left: 2px solid transparent;
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__last {
    border-left: 0;
  }
}
.timeline__milestones .milestone__even {
  position: relative;
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__even {
    top: 220px;
  }
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__even .milestone__icon {
    float: left;
  }
}
.timeline__milestones .milestone__even .milestone__contentwrapper {
  margin-left: 32px;
  margin-right: -20px;
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__even .milestone__border {
    margin-right: 0;
    margin-left: -94px;
  }
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__odd {
    border-right: 2px solid #00A3AC;
  }
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__odd.milestone__secondLast {
    height: 220px;
  }
}
.timeline__milestones .milestone__odd.milestone__last {
  border-right: 2px solid transparent;
  height: 220px;
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__odd .milestone__icon {
    float: right;
  }
}
.timeline__milestones .milestone__odd .milestone__contentwrapper {
  margin-left: 32px;
  margin-right: -20px;
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__odd .milestone__contentwrapper {
    margin-right: 32px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .timeline__milestones .milestone__odd .milestone__border {
    margin-right: -94px;
    margin-left: 0;
  }
}

.lightbox__link:focus-within + .button--play, .lightbox__link:hover + .button--play, .lightbox__link:focus + .button--play, .lightbox__link:active + .button--play, .button--play:focus-within, .button--play:hover, .button--play:focus, .button--play:active {
  background-color: #00A177;
}
.lightbox__link:focus-within + .button--play .icon--svg, .lightbox__link:hover + .button--play .icon--svg, .lightbox__link:focus + .button--play .icon--svg, .lightbox__link:active + .button--play .icon--svg, .button--play:focus-within .icon--svg, .button--play:hover .icon--svg, .button--play:focus .icon--svg, .button--play:active .icon--svg {
  fill: #FFF;
}

.lightbox__link--Default:focus-within + .button--play, .lightbox__link--Default:hover + .button--play, .lightbox__link--Default:focus + .button--play, .lightbox__link--Default:active + .button--play, .button--play-Default:focus-within, .button--play-Default:hover, .button--play-Default:focus, .button--play-Default:active {
  background-color: #ACDDD2;
  border: 1px solid #D1EBE8;
}
.lightbox__link--Default:focus-within + .button--play .icon--svg, .lightbox__link--Default:hover + .button--play .icon--svg, .lightbox__link--Default:focus + .button--play .icon--svg, .lightbox__link--Default:active + .button--play .icon--svg, .button--play-Default:focus-within .icon--svg, .button--play-Default:hover .icon--svg, .button--play-Default:focus .icon--svg, .button--play-Default:active .icon--svg {
  fill: #00313E;
}

.button--play-PurpleSolidMotif:focus-within, .button--play-PurpleSolidMotif:hover, .button--play-PurpleSolidMotif:focus, .button--play-PurpleSolidMotif:active, .button--play-PinkSolidMotif:focus-within, .button--play-PinkSolidMotif:hover, .button--play-PinkSolidMotif:focus, .button--play-PinkSolidMotif:active, .button--play-BlueSolidMotif:focus-within, .button--play-BlueSolidMotif:hover, .button--play-BlueSolidMotif:focus, .button--play-BlueSolidMotif:active, .button--play-GreenSolidMotif:focus-within, .button--play-GreenSolidMotif:hover, .button--play-GreenSolidMotif:focus, .button--play-GreenSolidMotif:active, .lightbox__link--GreenSolidMotif:focus-within + .button--play,
.lightbox__link--BlueSolidMotif:focus-within + .button--play,
.lightbox__link--PinkSolidMotif:focus-within + .button--play,
.lightbox__link--PurpleSolidMotif:focus-within + .button--play, .lightbox__link--GreenSolidMotif:hover + .button--play, .lightbox__link--GreenSolidMotif:focus + .button--play, .lightbox__link--GreenSolidMotif:active + .button--play,
.lightbox__link--BlueSolidMotif:hover + .button--play,
.lightbox__link--BlueSolidMotif:focus + .button--play,
.lightbox__link--BlueSolidMotif:active + .button--play,
.lightbox__link--PinkSolidMotif:hover + .button--play,
.lightbox__link--PinkSolidMotif:focus + .button--play,
.lightbox__link--PinkSolidMotif:active + .button--play,
.lightbox__link--PurpleSolidMotif:hover + .button--play,
.lightbox__link--PurpleSolidMotif:focus + .button--play,
.lightbox__link--PurpleSolidMotif:active + .button--play {
  background: #FFF;
}
.button--play-PurpleSolidMotif:focus-within .icon--svg, .button--play-PurpleSolidMotif:hover .icon--svg, .button--play-PurpleSolidMotif:focus .icon--svg, .button--play-PurpleSolidMotif:active .icon--svg, .button--play-PinkSolidMotif:focus-within .icon--svg, .button--play-PinkSolidMotif:hover .icon--svg, .button--play-PinkSolidMotif:focus .icon--svg, .button--play-PinkSolidMotif:active .icon--svg, .button--play-BlueSolidMotif:focus-within .icon--svg, .button--play-BlueSolidMotif:hover .icon--svg, .button--play-BlueSolidMotif:focus .icon--svg, .button--play-BlueSolidMotif:active .icon--svg, .button--play-GreenSolidMotif:focus-within .icon--svg, .button--play-GreenSolidMotif:hover .icon--svg, .button--play-GreenSolidMotif:focus .icon--svg, .button--play-GreenSolidMotif:active .icon--svg, .lightbox__link--GreenSolidMotif:focus-within + .button--play .icon--svg,
.lightbox__link--BlueSolidMotif:focus-within + .button--play .icon--svg,
.lightbox__link--PinkSolidMotif:focus-within + .button--play .icon--svg,
.lightbox__link--PurpleSolidMotif:focus-within + .button--play .icon--svg, .lightbox__link--GreenSolidMotif:hover + .button--play .icon--svg, .lightbox__link--GreenSolidMotif:focus + .button--play .icon--svg, .lightbox__link--GreenSolidMotif:active + .button--play .icon--svg,
.lightbox__link--BlueSolidMotif:hover + .button--play .icon--svg,
.lightbox__link--BlueSolidMotif:focus + .button--play .icon--svg,
.lightbox__link--BlueSolidMotif:active + .button--play .icon--svg,
.lightbox__link--PinkSolidMotif:hover + .button--play .icon--svg,
.lightbox__link--PinkSolidMotif:focus + .button--play .icon--svg,
.lightbox__link--PinkSolidMotif:active + .button--play .icon--svg,
.lightbox__link--PurpleSolidMotif:hover + .button--play .icon--svg,
.lightbox__link--PurpleSolidMotif:focus + .button--play .icon--svg,
.lightbox__link--PurpleSolidMotif:active + .button--play .icon--svg {
  fill: #00313E;
}

.video__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .video__container {
    flex-direction: row;
  }
}

.video__image-container {
  position: relative;
  width: 100%;
  min-height: 200px;
}
@media (min-width: 992px) {
  .video__image-container {
    width: 50%;
  }
}

.video__image {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.video__text {
  width: 50%;
}

.button--play {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00313E;
  padding: 10px 21px 10px 29px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 0;
}
.lightbox__link {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox__icon {
  fill: #FFF;
}

.video {
  height: 100%;
  width: 100%;
  position: relative;
}
.video iframe {
  position: absolute;
}

.video--feature .video__image {
  min-height: 300px;
}
@media (min-width: 768px) {
  .video--feature .video__image {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .video--feature .video__image {
    min-height: auto;
  }
}

.vbox-content {
  max-height: 80vh;
}

.vbox-close .vbox-close-icon {
  fill: #FFF;
}
.vbox-close:hover .vbox-close-icon, .vbox-close:focus .vbox-close-icon, .vbox-close:active .vbox-close-icon {
  fill: #FFF;
}
.vbox-close:focus-within .vbox-close-icon {
  fill: #FFF;
}

.video--people .button--play {
  padding: 10px 15px 10px 18px;
  width: 55px;
  height: 55px;
}

.video--card .lightbox__link {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button--play-GreenSolidMotif {
  background: #0B9C78;
  border: 1px solid #29B190;
}
.button--play-BlueSolidMotif {
  background: #0B9BAB;
  border: 1px solid #2FACB9;
}
.button--play-PinkSolidMotif {
  background: #C35290;
  border: 1px solid #D869A6;
}
.button--play-PurpleSolidMotif {
  background: #85629C;
  border: 1px solid #9A75B4;
}
.element__title--related {
  padding-top: 60px;
  position: relative;
}
.element__title--related::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 20px);
  background-color: #CCC;
  top: 0;
  left: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .element__title--related::after {
    left: -5px;
    right: -5px;
    width: calc(100% + 10px);
  }
}
@media (min-width: 768px) {
  .element__title--related {
    padding-top: 81px;
  }
}
@media (min-width: 1400px) {
  .element__title--related {
    max-width: 1424px;
  }
}

.related-links {
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  flex-direction: column;
  margin-top: 35px;
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (max-width: 767px) {
  .related-links {
    grid-template-columns: repeat(auto-fill, calc(100% / 1 - 0));
    column-gap: calc(0 * 1 / (1 - 1));
  }
  .related-links .related-item:nth-child(1n+0) {
    border: 0;
  }
  .related-links .related-item:nth-child(1n+1) {
    padding-left: 0;
  }
}
.related-links {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
  /* stylelint-disable scss/media-feature-value-dollar-variable */
}
@media (min-width: 768px) and (max-width: 1199px) {
  .related-links {
    grid-template-columns: repeat(auto-fill, calc(100% / 2 - 20px));
    column-gap: calc(20px * 2 / (2 - 1));
  }
  .related-links .related-item:nth-child(2n+0) {
    border: 0;
  }
  .related-links .related-item:nth-child(2n+1) {
    padding-left: 0;
  }
}
.related-links {
  /* stylelint-enable scss/media-feature-value-dollar-variable */
}
@media (min-width: 1200px) {
  .related-links {
    grid-template-columns: repeat(auto-fill, calc(100% / 3 - 15px));
    column-gap: calc(15px * 3 / (3 - 1));
  }
  .related-links .related-item:nth-child(3n+0) {
    border: 0;
  }
  .related-links .related-item:nth-child(3n+1) {
    padding-left: 0;
  }
  .related-links {
    margin-top: 66px;
  }
}
@media (min-width: 1400px) {
  .related-links {
    max-width: 1424px;
    grid-template-columns: repeat(auto-fill, calc(100% / 3 - 25px));
    column-gap: calc(25px * 3 / (3 - 1));
  }
  .related-links .related-item:nth-child(3n+0) {
    border: 0;
  }
  .related-links .related-item:nth-child(3n+1) {
    padding-left: 0;
  }
}

.related-item {
  padding-bottom: 50px;
  text-decoration: none;
  border-right: solid 1px #EBEBEB;
}
.related-item:hover .related-item__title, .related-item:focus .related-item__title, .related-item:active .related-item__title {
  text-decoration: underline;
  -webkit-text-decoration-color: #263C9E;
          text-decoration-color: #263C9E;
}
.related-item:hover .related-item__icon, .related-item:focus .related-item__icon, .related-item:active .related-item__icon {
  color: #000;
}
.related-item:hover .related-item__icon--external, .related-item:focus .related-item__icon--external, .related-item:active .related-item__icon--external {
  color: #263C9E;
}
.related-item:focus-within .related-item__title {
  text-decoration: underline;
  -webkit-text-decoration-color: #263C9E;
          text-decoration-color: #263C9E;
}
.related-item:focus-within .related-item__icon {
  color: #000;
}
.related-item:focus-within .related-item__icon--external {
  color: #263C9E;
}
@media (min-width: 768px) {
  .related-item {
    padding-right: 35px;
    padding-left: 6px;
  }
}
@media (min-width: 1200px) {
  .related-item {
    padding-bottom: 32px;
    padding-right: 25px;
  }
  .related-item:last-child {
    margin-bottom: 0;
  }
}

.related-item__icon {
  color: #263C9E;
  height: 36px;
  width: 27px;
}
.related-item__icon--file {
  float: left;
  margin-right: 16px;
}
.related-item__icon--external {
  color: #000;
  height: 21px;
  width: 21px;
  margin-bottom: -3px;
  margin-left: 3px;
}

.related-item--pdf .related-item__icon--file {
  width: 35px;
  height: 35px;
  margin-right: 11px;
}

.related-item--webpage .related-item__icon--file {
  width: 33px;
  height: 30px;
  margin-right: 13px;
  margin-left: -2px;
}

.related-item__details {
  overflow: hidden;
}

.related-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 9px;
  letter-spacing: -0.02rem;
}
@media (min-width: 768px) {
  .related-item__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.related-item__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 7px;
  margin-bottom: 5px;
  letter-spacing: -0.005rem;
}

.related-item__file-details {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: -0.006rem;
  text-transform: lowercase;
}

.related-item__file-extension {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .content-block {
    max-width: 1012px;
  }
}

.accordions__container {
  margin-top: 0;
}
@media (min-width: 992px) {
  .accordions__container {
    max-width: 1012px;
  }
}

.accordion {
  list-style: none;
  border-bottom: solid 1px #999;
}
.accordion:first-of-type {
  border-top: solid 1px #000;
}
.accordion:last-of-type {
  border-bottom: solid 1px #000;
}

.accordion__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .accordion__title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.accordion__title {
  font-family: "OpenSans", arial, helvetica, sans-serif;
  text-align: left;
}

.accordion__toggle-icon {
  line-height: 1;
}

.accordion__icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  border: solid 1px #999;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  fill: #1F2D6A;
}

.accordion__content {
  padding-bottom: 25px;
  overflow: hidden;
}

.accordion__toggle {
  letter-spacing: -0.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  text-decoration: none;
  padding: 17px 0 20px;
  width: 100%;
  border-radius: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .accordion__toggle {
    padding: 22px 0 25px;
  }
}
.accordion__toggle:hover, .accordion__toggle:focus, .accordion__toggle:active {
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  text-underline-offset: 3px;
}
.accordion__toggle:hover .accordion__icon, .accordion__toggle:focus .accordion__icon, .accordion__toggle:active .accordion__icon {
  background-color: #1F2D6A;
  fill: #FFF;
  border-color: #1F2D6A;
}
.accordion__toggle:focus-within {
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  text-underline-offset: 3px;
}
.accordion__toggle:focus-within .accordion__icon {
  background-color: #1F2D6A;
  fill: #FFF;
  border-color: #1F2D6A;
}
.accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotate(180deg);
}

.pdf-button {
  border-radius: 24px;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: row;
  max-width: unset;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
}
.pdf-button:hover, .pdf-button:focus, .pdf-button:active {
  background-color: #E2F3F7;
  border-color: #E2F3F7;
}
.pdf-button:focus-within {
  background-color: #E2F3F7;
  border-color: #E2F3F7;
}
@media (min-width: 992px) {
  .pdf-button {
    flex-direction: column;
    max-width: 311px;
    margin-top: 40px;
    padding: 30px 32px;
  }
}

.pdf-button__icon {
  width: 57px;
  height: 57px;
  float: left;
}
@media (min-width: 992px) {
  .pdf-button__icon {
    width: 70px;
    height: 70px;
  }
}

.pdf-button__text-container {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .pdf-button__text-container {
    margin-top: 24px;
    margin-left: 0;
  }
}

.pdf-button__heading,
.pdf-button__text {
  float: left;
  text-align: left;
}

.pdf-button__heading {
  color: #13246C;
}

.pdf-button__text {
  color: #222;
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
@media (min-width: 992px) {
  .pdf-button__text {
    margin-top: 10px;
  }
}

.pdf-embed {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  height: 930px;
}