/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@layer theme, base, foundation, components, pages, utilities;
@layer foundation {
  .grid-container {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  .grid-container.fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-container.fluid {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  .grid-container.full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .grid-x {
    display: flex;
    flex-flow: row wrap;
  }
  .cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
  .cell.auto {
    flex: 1 1 0;
  }
  .cell.shrink {
    flex: 0 0 auto;
  }
  .grid-x > .auto {
    width: auto;
  }
  .grid-x > .shrink {
    width: auto;
  }
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto;
  }
  @media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
      flex-basis: auto;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
      flex-basis: auto;
    }
  }
  .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
    flex: 0 0 auto;
  }
  .grid-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-x > .small-3 {
    width: 25%;
  }
  .grid-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-x > .small-6 {
    width: 50%;
  }
  .grid-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-x > .small-9 {
    width: 75%;
  }
  .grid-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-x > .small-12 {
    width: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
      flex: 1 1 0;
      width: auto;
    }
    .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
      flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
      width: auto;
    }
    .grid-x > .medium-1 {
      width: 8.3333333333%;
    }
    .grid-x > .medium-2 {
      width: 16.6666666667%;
    }
    .grid-x > .medium-3 {
      width: 25%;
    }
    .grid-x > .medium-4 {
      width: 33.3333333333%;
    }
    .grid-x > .medium-5 {
      width: 41.6666666667%;
    }
    .grid-x > .medium-6 {
      width: 50%;
    }
    .grid-x > .medium-7 {
      width: 58.3333333333%;
    }
    .grid-x > .medium-8 {
      width: 66.6666666667%;
    }
    .grid-x > .medium-9 {
      width: 75%;
    }
    .grid-x > .medium-10 {
      width: 83.3333333333%;
    }
    .grid-x > .medium-11 {
      width: 91.6666666667%;
    }
    .grid-x > .medium-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
      flex: 1 1 0;
      width: auto;
    }
    .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
      flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
      width: auto;
    }
    .grid-x > .large-1 {
      width: 8.3333333333%;
    }
    .grid-x > .large-2 {
      width: 16.6666666667%;
    }
    .grid-x > .large-3 {
      width: 25%;
    }
    .grid-x > .large-4 {
      width: 33.3333333333%;
    }
    .grid-x > .large-5 {
      width: 41.6666666667%;
    }
    .grid-x > .large-6 {
      width: 50%;
    }
    .grid-x > .large-7 {
      width: 58.3333333333%;
    }
    .grid-x > .large-8 {
      width: 66.6666666667%;
    }
    .grid-x > .large-9 {
      width: 75%;
    }
    .grid-x > .large-10 {
      width: 83.3333333333%;
    }
    .grid-x > .large-11 {
      width: 91.6666666667%;
    }
    .grid-x > .large-12 {
      width: 100%;
    }
  }
  .grid-margin-x:not(.grid-x) > .cell {
    width: auto;
  }
  .grid-margin-y:not(.grid-y) > .cell {
    height: auto;
  }
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
    }
  }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
    }
  }
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto;
    }
    .grid-margin-x > .shrink {
      width: auto;
    }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x > .medium-auto {
      width: auto;
    }
    .grid-margin-x > .medium-shrink {
      width: auto;
    }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto;
    }
    .grid-margin-x > .large-shrink {
      width: auto;
    }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem);
    }
  }
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem;
    }
  }
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem;
    }
  }
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  .small-up-1 > .cell {
    width: 100%;
  }
  .small-up-2 > .cell {
    width: 50%;
  }
  .small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .small-up-4 > .cell {
    width: 25%;
  }
  .small-up-5 > .cell {
    width: 20%;
  }
  .small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .small-up-8 > .cell {
    width: 12.5%;
  }
  @media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
      width: 100%;
    }
    .medium-up-2 > .cell {
      width: 50%;
    }
    .medium-up-3 > .cell {
      width: 33.3333333333%;
    }
    .medium-up-4 > .cell {
      width: 25%;
    }
    .medium-up-5 > .cell {
      width: 20%;
    }
    .medium-up-6 > .cell {
      width: 16.6666666667%;
    }
    .medium-up-7 > .cell {
      width: 14.2857142857%;
    }
    .medium-up-8 > .cell {
      width: 12.5%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
      width: 100%;
    }
    .large-up-2 > .cell {
      width: 50%;
    }
    .large-up-3 > .cell {
      width: 33.3333333333%;
    }
    .large-up-4 > .cell {
      width: 25%;
    }
    .large-up-5 > .cell {
      width: 20%;
    }
    .large-up-6 > .cell {
      width: 16.6666666667%;
    }
    .large-up-7 > .cell {
      width: 14.2857142857%;
    }
    .large-up-8 > .cell {
      width: 12.5%;
    }
  }
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x.small-up-2 > .cell {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x.small-up-3 > .cell {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x.small-up-4 > .cell {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x.small-up-5 > .cell {
      width: calc(20% - 1.875rem);
    }
    .grid-margin-x.small-up-6 > .cell {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x.small-up-7 > .cell {
      width: calc(14.2857142857% - 1.875rem);
    }
    .grid-margin-x.small-up-8 > .cell {
      width: calc(12.5% - 1.875rem);
    }
    .grid-margin-x.medium-up-1 > .cell {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x.medium-up-2 > .cell {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x.medium-up-3 > .cell {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x.medium-up-4 > .cell {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x.medium-up-5 > .cell {
      width: calc(20% - 1.875rem);
    }
    .grid-margin-x.medium-up-6 > .cell {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x.medium-up-7 > .cell {
      width: calc(14.2857142857% - 1.875rem);
    }
    .grid-margin-x.medium-up-8 > .cell {
      width: calc(12.5% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x.large-up-2 > .cell {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x.large-up-3 > .cell {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x.large-up-4 > .cell {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x.large-up-5 > .cell {
      width: calc(20% - 1.875rem);
    }
    .grid-margin-x.large-up-6 > .cell {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x.large-up-7 > .cell {
      width: calc(14.2857142857% - 1.875rem);
    }
    .grid-margin-x.large-up-8 > .cell {
      width: calc(12.5% - 1.875rem);
    }
  }
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .small-3 {
    width: 25%;
  }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .small-6 {
    width: 50%;
  }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .small-9 {
    width: 75%;
  }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .small-12 {
    width: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%;
    }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%;
    }
    .small-margin-collapse > .medium-3 {
      width: 25%;
    }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%;
    }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%;
    }
    .small-margin-collapse > .medium-6 {
      width: 50%;
    }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%;
    }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%;
    }
    .small-margin-collapse > .medium-9 {
      width: 75%;
    }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%;
    }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%;
    }
    .small-margin-collapse > .medium-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%;
    }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%;
    }
    .small-margin-collapse > .large-3 {
      width: 25%;
    }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%;
    }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%;
    }
    .small-margin-collapse > .large-6 {
      width: 50%;
    }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%;
    }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%;
    }
    .small-margin-collapse > .large-9 {
      width: 75%;
    }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%;
    }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%;
    }
    .small-margin-collapse > .large-12 {
      width: 100%;
    }
  }
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0;
    }
  }
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
      width: 8.3333333333%;
    }
    .medium-margin-collapse > .small-2 {
      width: 16.6666666667%;
    }
    .medium-margin-collapse > .small-3 {
      width: 25%;
    }
    .medium-margin-collapse > .small-4 {
      width: 33.3333333333%;
    }
    .medium-margin-collapse > .small-5 {
      width: 41.6666666667%;
    }
    .medium-margin-collapse > .small-6 {
      width: 50%;
    }
    .medium-margin-collapse > .small-7 {
      width: 58.3333333333%;
    }
    .medium-margin-collapse > .small-8 {
      width: 66.6666666667%;
    }
    .medium-margin-collapse > .small-9 {
      width: 75%;
    }
    .medium-margin-collapse > .small-10 {
      width: 83.3333333333%;
    }
    .medium-margin-collapse > .small-11 {
      width: 91.6666666667%;
    }
    .medium-margin-collapse > .small-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
      width: 8.3333333333%;
    }
    .medium-margin-collapse > .medium-2 {
      width: 16.6666666667%;
    }
    .medium-margin-collapse > .medium-3 {
      width: 25%;
    }
    .medium-margin-collapse > .medium-4 {
      width: 33.3333333333%;
    }
    .medium-margin-collapse > .medium-5 {
      width: 41.6666666667%;
    }
    .medium-margin-collapse > .medium-6 {
      width: 50%;
    }
    .medium-margin-collapse > .medium-7 {
      width: 58.3333333333%;
    }
    .medium-margin-collapse > .medium-8 {
      width: 66.6666666667%;
    }
    .medium-margin-collapse > .medium-9 {
      width: 75%;
    }
    .medium-margin-collapse > .medium-10 {
      width: 83.3333333333%;
    }
    .medium-margin-collapse > .medium-11 {
      width: 91.6666666667%;
    }
    .medium-margin-collapse > .medium-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
      width: 8.3333333333%;
    }
    .medium-margin-collapse > .large-2 {
      width: 16.6666666667%;
    }
    .medium-margin-collapse > .large-3 {
      width: 25%;
    }
    .medium-margin-collapse > .large-4 {
      width: 33.3333333333%;
    }
    .medium-margin-collapse > .large-5 {
      width: 41.6666666667%;
    }
    .medium-margin-collapse > .large-6 {
      width: 50%;
    }
    .medium-margin-collapse > .large-7 {
      width: 58.3333333333%;
    }
    .medium-margin-collapse > .large-8 {
      width: 66.6666666667%;
    }
    .medium-margin-collapse > .large-9 {
      width: 75%;
    }
    .medium-margin-collapse > .large-10 {
      width: 83.3333333333%;
    }
    .medium-margin-collapse > .large-11 {
      width: 91.6666666667%;
    }
    .medium-margin-collapse > .large-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
      width: 8.3333333333%;
    }
    .large-margin-collapse > .small-2 {
      width: 16.6666666667%;
    }
    .large-margin-collapse > .small-3 {
      width: 25%;
    }
    .large-margin-collapse > .small-4 {
      width: 33.3333333333%;
    }
    .large-margin-collapse > .small-5 {
      width: 41.6666666667%;
    }
    .large-margin-collapse > .small-6 {
      width: 50%;
    }
    .large-margin-collapse > .small-7 {
      width: 58.3333333333%;
    }
    .large-margin-collapse > .small-8 {
      width: 66.6666666667%;
    }
    .large-margin-collapse > .small-9 {
      width: 75%;
    }
    .large-margin-collapse > .small-10 {
      width: 83.3333333333%;
    }
    .large-margin-collapse > .small-11 {
      width: 91.6666666667%;
    }
    .large-margin-collapse > .small-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
      width: 8.3333333333%;
    }
    .large-margin-collapse > .medium-2 {
      width: 16.6666666667%;
    }
    .large-margin-collapse > .medium-3 {
      width: 25%;
    }
    .large-margin-collapse > .medium-4 {
      width: 33.3333333333%;
    }
    .large-margin-collapse > .medium-5 {
      width: 41.6666666667%;
    }
    .large-margin-collapse > .medium-6 {
      width: 50%;
    }
    .large-margin-collapse > .medium-7 {
      width: 58.3333333333%;
    }
    .large-margin-collapse > .medium-8 {
      width: 66.6666666667%;
    }
    .large-margin-collapse > .medium-9 {
      width: 75%;
    }
    .large-margin-collapse > .medium-10 {
      width: 83.3333333333%;
    }
    .large-margin-collapse > .medium-11 {
      width: 91.6666666667%;
    }
    .large-margin-collapse > .medium-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
      width: 8.3333333333%;
    }
    .large-margin-collapse > .large-2 {
      width: 16.6666666667%;
    }
    .large-margin-collapse > .large-3 {
      width: 25%;
    }
    .large-margin-collapse > .large-4 {
      width: 33.3333333333%;
    }
    .large-margin-collapse > .large-5 {
      width: 41.6666666667%;
    }
    .large-margin-collapse > .large-6 {
      width: 50%;
    }
    .large-margin-collapse > .large-7 {
      width: 58.3333333333%;
    }
    .large-margin-collapse > .large-8 {
      width: 66.6666666667%;
    }
    .large-margin-collapse > .large-9 {
      width: 75%;
    }
    .large-margin-collapse > .large-10 {
      width: 83.3333333333%;
    }
    .large-margin-collapse > .large-11 {
      width: 91.6666666667%;
    }
    .large-margin-collapse > .large-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-padding-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
  @media print, screen and (min-width: 40em) {
    .medium-offset-0 {
      margin-left: 0%;
    }
    .grid-margin-x > .medium-offset-0 {
      margin-left: calc(0% + 1.875rem / 2);
    }
    .medium-offset-1 {
      margin-left: 8.3333333333%;
    }
    .grid-margin-x > .medium-offset-1 {
      margin-left: calc(8.3333333333% + 1.875rem / 2);
    }
    .medium-offset-2 {
      margin-left: 16.6666666667%;
    }
    .grid-margin-x > .medium-offset-2 {
      margin-left: calc(16.6666666667% + 1.875rem / 2);
    }
    .medium-offset-3 {
      margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-3 {
      margin-left: calc(25% + 1.875rem / 2);
    }
    .medium-offset-4 {
      margin-left: 33.3333333333%;
    }
    .grid-margin-x > .medium-offset-4 {
      margin-left: calc(33.3333333333% + 1.875rem / 2);
    }
    .medium-offset-5 {
      margin-left: 41.6666666667%;
    }
    .grid-margin-x > .medium-offset-5 {
      margin-left: calc(41.6666666667% + 1.875rem / 2);
    }
    .medium-offset-6 {
      margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-6 {
      margin-left: calc(50% + 1.875rem / 2);
    }
    .medium-offset-7 {
      margin-left: 58.3333333333%;
    }
    .grid-margin-x > .medium-offset-7 {
      margin-left: calc(58.3333333333% + 1.875rem / 2);
    }
    .medium-offset-8 {
      margin-left: 66.6666666667%;
    }
    .grid-margin-x > .medium-offset-8 {
      margin-left: calc(66.6666666667% + 1.875rem / 2);
    }
    .medium-offset-9 {
      margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-9 {
      margin-left: calc(75% + 1.875rem / 2);
    }
    .medium-offset-10 {
      margin-left: 83.3333333333%;
    }
    .grid-margin-x > .medium-offset-10 {
      margin-left: calc(83.3333333333% + 1.875rem / 2);
    }
    .medium-offset-11 {
      margin-left: 91.6666666667%;
    }
    .grid-margin-x > .medium-offset-11 {
      margin-left: calc(91.6666666667% + 1.875rem / 2);
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-offset-0 {
      margin-left: 0%;
    }
    .grid-margin-x > .large-offset-0 {
      margin-left: calc(0% + 1.875rem / 2);
    }
    .large-offset-1 {
      margin-left: 8.3333333333%;
    }
    .grid-margin-x > .large-offset-1 {
      margin-left: calc(8.3333333333% + 1.875rem / 2);
    }
    .large-offset-2 {
      margin-left: 16.6666666667%;
    }
    .grid-margin-x > .large-offset-2 {
      margin-left: calc(16.6666666667% + 1.875rem / 2);
    }
    .large-offset-3 {
      margin-left: 25%;
    }
    .grid-margin-x > .large-offset-3 {
      margin-left: calc(25% + 1.875rem / 2);
    }
    .large-offset-4 {
      margin-left: 33.3333333333%;
    }
    .grid-margin-x > .large-offset-4 {
      margin-left: calc(33.3333333333% + 1.875rem / 2);
    }
    .large-offset-5 {
      margin-left: 41.6666666667%;
    }
    .grid-margin-x > .large-offset-5 {
      margin-left: calc(41.6666666667% + 1.875rem / 2);
    }
    .large-offset-6 {
      margin-left: 50%;
    }
    .grid-margin-x > .large-offset-6 {
      margin-left: calc(50% + 1.875rem / 2);
    }
    .large-offset-7 {
      margin-left: 58.3333333333%;
    }
    .grid-margin-x > .large-offset-7 {
      margin-left: calc(58.3333333333% + 1.875rem / 2);
    }
    .large-offset-8 {
      margin-left: 66.6666666667%;
    }
    .grid-margin-x > .large-offset-8 {
      margin-left: calc(66.6666666667% + 1.875rem / 2);
    }
    .large-offset-9 {
      margin-left: 75%;
    }
    .grid-margin-x > .large-offset-9 {
      margin-left: calc(75% + 1.875rem / 2);
    }
    .large-offset-10 {
      margin-left: 83.3333333333%;
    }
    .grid-margin-x > .large-offset-10 {
      margin-left: calc(83.3333333333% + 1.875rem / 2);
    }
    .large-offset-11 {
      margin-left: 91.6666666667%;
    }
    .grid-margin-x > .large-offset-11 {
      margin-left: calc(91.6666666667% + 1.875rem / 2);
    }
  }
  .grid-y {
    display: flex;
    flex-flow: column nowrap;
  }
  .grid-y > .cell {
    height: auto;
    max-height: none;
  }
  .grid-y > .auto {
    height: auto;
  }
  .grid-y > .shrink {
    height: auto;
  }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto;
  }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto;
    }
  }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    flex: 0 0 auto;
  }
  .grid-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-y > .small-3 {
    height: 25%;
  }
  .grid-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-y > .small-6 {
    height: 50%;
  }
  .grid-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-y > .small-9 {
    height: 75%;
  }
  .grid-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-y > .small-12 {
    height: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0;
      height: auto;
    }
    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      flex: 0 0 auto;
    }
    .grid-y > .medium-shrink {
      height: auto;
    }
    .grid-y > .medium-1 {
      height: 8.3333333333%;
    }
    .grid-y > .medium-2 {
      height: 16.6666666667%;
    }
    .grid-y > .medium-3 {
      height: 25%;
    }
    .grid-y > .medium-4 {
      height: 33.3333333333%;
    }
    .grid-y > .medium-5 {
      height: 41.6666666667%;
    }
    .grid-y > .medium-6 {
      height: 50%;
    }
    .grid-y > .medium-7 {
      height: 58.3333333333%;
    }
    .grid-y > .medium-8 {
      height: 66.6666666667%;
    }
    .grid-y > .medium-9 {
      height: 75%;
    }
    .grid-y > .medium-10 {
      height: 83.3333333333%;
    }
    .grid-y > .medium-11 {
      height: 91.6666666667%;
    }
    .grid-y > .medium-12 {
      height: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0;
      height: auto;
    }
    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      flex: 0 0 auto;
    }
    .grid-y > .large-shrink {
      height: auto;
    }
    .grid-y > .large-1 {
      height: 8.3333333333%;
    }
    .grid-y > .large-2 {
      height: 16.6666666667%;
    }
    .grid-y > .large-3 {
      height: 25%;
    }
    .grid-y > .large-4 {
      height: 33.3333333333%;
    }
    .grid-y > .large-5 {
      height: 41.6666666667%;
    }
    .grid-y > .large-6 {
      height: 50%;
    }
    .grid-y > .large-7 {
      height: 58.3333333333%;
    }
    .grid-y > .large-8 {
      height: 66.6666666667%;
    }
    .grid-y > .large-9 {
      height: 75%;
    }
    .grid-y > .large-10 {
      height: 83.3333333333%;
    }
    .grid-y > .large-11 {
      height: 91.6666666667%;
    }
    .grid-y > .large-12 {
      height: 100%;
    }
  }
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem;
    }
  }
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
    }
  }
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem;
    }
  }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem;
    }
  }
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto;
    }
    .grid-margin-y > .shrink {
      height: auto;
    }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem);
    }
    .grid-margin-y > .medium-auto {
      height: auto;
    }
    .grid-margin-y > .medium-shrink {
      height: auto;
    }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto;
    }
    .grid-margin-y > .large-shrink {
      height: auto;
    }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem);
    }
  }
  .grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .grid-frame {
    width: 100%;
  }
  .cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  @media print, screen and (min-width: 40em) {
    .medium-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100vw;
    }
    .cell .medium-grid-frame {
      width: 100%;
    }
    .medium-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .medium-cell-block-container {
      display: flex;
      flex-direction: column;
      max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap;
    }
    .medium-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100vw;
    }
    .cell .large-grid-frame {
      width: 100%;
    }
    .large-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .large-cell-block-container {
      display: flex;
      flex-direction: column;
      max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap;
    }
    .large-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  }
  .grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
  @media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      height: 100vh;
      width: auto;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      height: 100vh;
      width: auto;
    }
  }
  .cell .grid-y.grid-frame {
    height: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
      height: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
      height: 100%;
    }
  }
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem;
    }
  }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem;
    }
  }
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto;
    }
    .grid-margin-y > .shrink {
      height: auto;
    }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem);
    }
    .grid-margin-y > .medium-auto {
      height: auto;
    }
    .grid-margin-y > .medium-shrink {
      height: auto;
    }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto;
    }
    .grid-margin-y > .large-shrink {
      height: auto;
    }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem);
    }
  }
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem);
    }
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
      height: calc(100vh + 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
      height: calc(100vh + 1.875rem);
    }
  }
  .hide {
    display: none !important;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  @media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 40em) {
    .hide-for-medium {
      display: none !important;
    }
  }
  @media screen and (max-width: 39.99875em) {
    .show-for-medium {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important;
    }
  }
  @media screen and (max-width: 63.99875em) {
    .show-for-large {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
      display: none !important;
    }
  }
  .show-for-sr,
  .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important;
    }
  }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important;
    }
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important;
    }
  }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important;
    }
  }
  .show-for-dark-mode {
    display: none;
  }
  .hide-for-dark-mode {
    display: block;
  }
  @media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
      display: block !important;
    }
    .hide-for-dark-mode {
      display: none !important;
    }
  }
  .show-for-ie {
    display: none;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .show-for-ie {
      display: block !important;
    }
    .hide-for-ie {
      display: none !important;
    }
  }
  .show-for-sticky {
    display: none;
  }
  .is-stuck .show-for-sticky {
    display: block;
  }
  .is-stuck .hide-for-sticky {
    display: none;
  }
  .align-left {
    justify-content: flex-start;
  }
  .align-right {
    justify-content: flex-end;
  }
  .align-center {
    justify-content: center;
  }
  .align-justify {
    justify-content: space-between;
  }
  .align-spaced {
    justify-content: space-around;
  }
  .align-left.vertical.menu > li > a {
    justify-content: flex-start;
  }
  .align-right.vertical.menu > li > a {
    justify-content: flex-end;
  }
  .align-center.vertical.menu > li > a {
    justify-content: center;
  }
  .align-top {
    align-items: flex-start;
  }
  .align-self-top {
    align-self: flex-start;
  }
  .align-bottom {
    align-items: flex-end;
  }
  .align-self-bottom {
    align-self: flex-end;
  }
  .align-middle {
    align-items: center;
  }
  .align-self-middle {
    align-self: center;
  }
  .align-stretch {
    align-items: stretch;
  }
  .align-self-stretch {
    align-self: stretch;
  }
  .align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .small-order-1 {
    order: 1;
  }
  .small-order-2 {
    order: 2;
  }
  .small-order-3 {
    order: 3;
  }
  .small-order-4 {
    order: 4;
  }
  .small-order-5 {
    order: 5;
  }
  .small-order-6 {
    order: 6;
  }
  @media print, screen and (min-width: 40em) {
    .medium-order-1 {
      order: 1;
    }
    .medium-order-2 {
      order: 2;
    }
    .medium-order-3 {
      order: 3;
    }
    .medium-order-4 {
      order: 4;
    }
    .medium-order-5 {
      order: 5;
    }
    .medium-order-6 {
      order: 6;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-order-1 {
      order: 1;
    }
    .large-order-2 {
      order: 2;
    }
    .large-order-3 {
      order: 3;
    }
    .large-order-4 {
      order: 4;
    }
    .large-order-5 {
      order: 5;
    }
    .large-order-6 {
      order: 6;
    }
  }
  .flex-container {
    display: flex;
  }
  .flex-child-auto {
    flex: 1 1 auto;
  }
  .flex-child-grow {
    flex: 1 0 auto;
  }
  .flex-child-shrink {
    flex: 0 1 auto;
  }
  .flex-dir-row {
    flex-direction: row;
  }
  .flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-dir-column {
    flex-direction: column;
  }
  .flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
  @media print, screen and (min-width: 40em) {
    .medium-flex-container {
      display: flex;
    }
    .medium-flex-child-auto {
      flex: 1 1 auto;
    }
    .medium-flex-child-grow {
      flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
      flex: 0 1 auto;
    }
    .medium-flex-dir-row {
      flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
      flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
      flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
      flex-direction: column-reverse;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-flex-container {
      display: flex;
    }
    .large-flex-child-auto {
      flex: 1 1 auto;
    }
    .large-flex-child-grow {
      flex: 1 0 auto;
    }
    .large-flex-child-shrink {
      flex: 0 1 auto;
    }
    .large-flex-dir-row {
      flex-direction: row;
    }
    .large-flex-dir-row-reverse {
      flex-direction: row-reverse;
    }
    .large-flex-dir-column {
      flex-direction: column;
    }
    .large-flex-dir-column-reverse {
      flex-direction: column-reverse;
    }
  }
}
@layer components {
  body {
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #232323;
    background-color: #F2F2F2;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Mona Sans", sans-serif;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1rem;
    text-wrap: balance;
  }
  h1 {
    font-size: clamp(2rem, 1.625rem + 1.6667vw, 3.125rem);
  }
  h2 {
    font-size: clamp(1.75rem, 1.5417rem + 0.9259vw, 2.375rem);
  }
  h3 {
    font-size: clamp(1.25rem, 1.1667rem + 0.3704vw, 1.5rem);
  }
  h4 {
    font-size: clamp(1.125rem, 1.0833rem + 0.1852vw, 1.25rem);
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    color: #666666;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  p:last-child {
    margin-bottom: 0;
  }
  a {
    color: #B70909;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  a:hover, a:focus-visible {
    color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
    text-decoration: underline;
  }
  strong,
  b {
    font-weight: 700;
  }
  small {
    font-size: 0.875rem;
  }
  .content-list {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
    list-style: disc;
  }
  ol.content-list {
    list-style: decimal;
  }
  img,
  svg,
  video {
    max-width: 100%;
    height: auto;
  }
  iframe,
  embed,
  object {
    max-width: 100%;
  }
  :focus-visible {
    outline: 2px solid #B70909;
    outline-offset: 2px;
  }
  .title-eyebrow {
    font-size: 1rem;
    color: #B70909;
    font-weight: 500;
    text-transform: uppercase;
  }
  .title-lg {
    font-size: clamp(1.75rem, 1.5rem + 1.1111vw, 2.5rem);
    font-weight: 500;
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .screen-reader-text:focus {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 201;
    width: auto;
    height: auto;
    clip: auto;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    color: #B70909;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
  }
  .post-edit-link {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    padding: 0.5rem;
    border-radius: 0 0.375rem 0 0;
    background-color: #B70909;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
  }
  .post-edit-link:hover, .post-edit-link:focus-visible {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
  }
  .alignleft {
    float: left;
    margin-right: 1.875rem;
    margin-bottom: 1rem;
  }
  .alignright {
    float: right;
    margin-left: 1.875rem;
    margin-bottom: 1rem;
  }
  .aligncenter {
    display: block;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .alignnone {
    margin-bottom: 1rem;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    display: block;
  }
  .wp-caption-text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
  }
  .entry-content::after {
    content: "";
    display: table;
    clear: both;
  }
  .entry-content iframe[src*=youtube],
  .entry-content iframe[src*="youtu.be"],
  .entry-content iframe[src*=vimeo],
  .single-post__content iframe[src*=youtube],
  .single-post__content iframe[src*="youtu.be"],
  .single-post__content iframe[src*=vimeo] {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .entry-content table,
  .single-post__content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
  }
  .entry-content th,
  .entry-content td,
  .single-post__content th,
  .single-post__content td {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    text-align: left;
    vertical-align: top;
  }
  .entry-content th,
  .single-post__content th {
    background-color: #ffffff;
    font-weight: 700;
    color: #232323;
  }
  :root {
    --app-header-height: 5rem;
    --app-header-topbar-height: 0px;
  }
  @media print, screen and (min-width: 64em) {
    :root {
      --app-header-height: 7.25rem;
      --app-header-topbar-height: 2.25rem;
    }
  }
  html {
    scroll-padding-top: calc(var(--app-header-height) - var(--app-header-topbar-height));
  }
  .app-logo-mobile {
    display: none;
  }
  @media print, screen and (max-width: 39.99875em) {
    .app-logo-default {
      display: none;
    }
    .app-logo-mobile {
      display: block;
    }
  }
  .app-main {
    padding-top: var(--app-header-height);
  }
  .app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #232323;
    color: white;
    transition: transform 0.3s ease;
  }
  .app-header.is-scrolled {
    transform: translateY(calc(var(--app-header-topbar-height) * -1));
  }
  .app-header__topbar {
    background-color: #000000;
    padding: 0.5rem 0;
  }
  .app-header__topbar .topbar-infos, .app-header__topbar .topbar-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .app-header__topbar .topbar-infos > li, .app-header__topbar .topbar-social > li {
    font-size: 0.875rem;
  }
  .app-header__topbar .topbar-infos > li > a, .app-header__topbar .topbar-social > li > a {
    color: white;
  }
  .app-header__topbar .topbar-infos > li > a > i {
    margin-right: 0.25rem;
  }
  .app-header__topbar .topbar-social {
    justify-content: flex-end;
  }
  .app-header__topbar .topbar-social > li > a:hover, .app-header__topbar .topbar-social > li > a:focus-visible {
    color: #B70909;
    text-decoration: none;
  }
  .app-header__main {
    padding: 1.25rem 0;
  }
  .app-header__main .menu-toggle {
    padding: 0;
    border: 0;
    background: none;
    color: #B70909;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }
  @media screen and (min-width: 75em) {
    .app-header__main .menu-toggle {
      display: none;
    }
  }
  .app-header__main .main-menu {
    position: relative;
  }
  .app-header__main .main-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(2rem, -6.75rem + 11.6667vw, 3.75rem);
  }
  .app-header__main .main-menu > ul > li {
    position: relative;
    font-size: 1rem;
    padding-block: 1.25rem;
    margin-block: -1.25rem;
  }
  .app-header__main .main-menu > ul > li > a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
  }
  .app-header__main .main-menu > ul > li > a:hover, .app-header__main .main-menu > ul > li > a:focus-visible {
    color: #B70909;
    text-decoration: none;
  }
  .app-header__main .main-menu > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    min-width: 13.75rem;
    padding-block: 0.5rem;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }
  .app-header__main .main-menu > ul > li > ul > li > a {
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    font-size: 0.9375rem;
    white-space: nowrap;
  }
  .app-header__main .main-menu > ul > li > ul > li > a:hover, .app-header__main .main-menu > ul > li > ul > li > a:focus-visible {
    background-color: #B70909;
    color: white;
    text-decoration: none;
  }
  .app-header__main .main-menu > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .app-header__main .main-menu > ul > li:hover > ul, .app-header__main .main-menu > ul > li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .app-header__main .main-menu .main-menu__indicator {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.3125rem;
    width: 1.875rem;
    height: 0.1875rem;
    border-radius: 0.25rem;
    background-color: #B70909;
    transform: translateX(var(--indicator-x, 0px));
    opacity: 0;
    pointer-events: none;
  }
  .app-header__main .main-menu .main-menu__indicator.is-animated {
    transition: transform 0.35s ease;
  }
  .app-header__main .main-menu .main-menu__indicator.is-visible {
    opacity: 1;
  }
  .app-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .app-header__nav {
    display: none;
  }
  @media screen and (min-width: 75em) {
    .app-header__nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(2rem, -6.75rem + 11.6667vw, 3.75rem);
    }
  }
  .app-header__nav .app-header__cta {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  @media print {
    .app-header .menu-toggle {
      display: none;
    }
    .app-header__nav {
      display: flex;
    }
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: #ffffff;
    padding-top: calc(var(--app-header-height) + 1rem);
    padding-bottom: 2rem;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s;
  }
  .mobile-menu.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  @media screen and (min-width: 75em) {
    .mobile-menu {
      display: none;
    }
  }
  .mobile-menu__back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-inline: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentcolor;
    background: none;
    color: #B70909;
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
  }
  .mobile-menu__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu__nav li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #d1d5db;
  }
  .mobile-menu__nav li:last-child {
    border-bottom: 1px solid #d1d5db;
  }
  .mobile-menu__nav a {
    flex: 1;
    padding: 1rem 1.25rem;
    color: #232323;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .mobile-menu__nav a:hover, .mobile-menu__nav a:focus-visible {
    color: #B70909;
    text-decoration: none;
  }
  .mobile-menu__nav ul ul {
    flex: 0 0 100%;
    background-color: #f5f7fa;
  }
  .mobile-menu__nav ul ul li {
    border-top: 1px solid #d1d5db;
  }
  .mobile-menu__nav ul ul li:last-child {
    border-bottom: 0;
  }
  .mobile-menu__nav ul ul a {
    padding-left: 2.5rem;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .mobile-menu__expand {
    align-self: stretch;
    padding: 1rem 1.25rem;
    border: 0;
    background: none;
    color: #B70909;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
  }
  .mobile-menu__expand i {
    display: block;
    transition: transform 0.2s ease;
  }
  li.is-open > .mobile-menu__expand i {
    transform: rotate(90deg);
  }
  .mobile-menu__cta {
    margin: 1.5rem 1.25rem 0;
  }
  .mobile-menu__social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1.25rem 0;
  }
  .mobile-menu__social a {
    color: #B70909;
    font-size: 1.5rem;
    line-height: 1;
  }
  .app-footer {
    background-color: #232323;
    color: #F2F2F2;
  }
  @media print, screen and (max-width: 39.99875em) {
    .app-footer .grid-container {
      padding-inline: 1.25rem;
    }
  }
  .app-footer__main {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  .app-footer__main .footer-logo {
    margin-bottom: 1.875rem;
    display: block;
  }
  .app-footer__main .footer-logo > img {
    display: inline-block;
  }
  @media print, screen and (max-width: 39.99875em) {
    .app-footer__main .footer-logo {
      max-width: 220px;
      margin-inline: auto;
    }
  }
  .app-footer__main .footer-description {
    display: block;
    margin: 0;
    font-size: 0.75rem;
    color: #F2F2F2;
  }
  @media print, screen and (max-width: 39.99875em) {
    .app-footer__main .footer-description {
      max-width: 220px;
      margin-inline: auto;
    }
  }
  .app-footer__main .footer-branches {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  @media print, screen and (max-width: 39.99875em) {
    .app-footer__main .footer-branches {
      max-width: 220px;
      margin-inline: auto;
    }
  }
  @media print, screen and (min-width: 40em) {
    .app-footer__main .footer-branches {
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  .app-footer__main .footer-branches > div {
    flex: 1 1 100%;
    min-width: 0;
    overflow-wrap: break-word;
  }
  @media print, screen and (min-width: 40em) {
    .app-footer__main .footer-branches > div {
      flex: 1 1 14rem;
    }
  }
  @media print, screen and (min-width: 64em) {
    .app-footer__main .footer-branches > div {
      flex: 1 1 0;
    }
  }
  .app-footer__main .footer-branches > div h4 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #E8DDCA;
  }
  .app-footer__main .footer-branches > div h4 i {
    margin-right: 0.5rem;
  }
  .app-footer__main .footer-branches > div p {
    font-size: 0.875rem;
    color: #F2F2F2;
  }
  .app-footer__main .footer-branches > div p a {
    color: inherit;
    text-decoration: none;
  }
  .app-footer__main .footer-branches > div p a:hover, .app-footer__main .footer-branches > div p a:focus-visible {
    text-decoration: underline;
  }
  .app-footer__main .main-divider {
    display: block;
    margin: 0;
    border: 0 none;
    width: 100%;
    height: 2px;
    background-color: #666666;
  }
  .app-footer__main .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  @media print, screen and (min-width: 64em) {
    .app-footer__main .footer-social {
      justify-content: flex-start;
    }
  }
  .app-footer__main .footer-social > li {
    display: block;
  }
  .app-footer__main .footer-social > li > a {
    display: block;
    color: white;
  }
  .app-footer__main .footer-social > li > a:hover, .app-footer__main .footer-social > li > a:focus-visible {
    color: #B70909;
    text-decoration: none;
  }
  .app-footer__main .footer-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  @media print, screen and (min-width: 40em) {
    .app-footer__main .footer-menu > ul {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
  }
  .app-footer__main .footer-menu > ul > li > a {
    display: block;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .app-footer__bottom {
    padding: 0;
    background-color: #000000;
    font-size: 0.875rem;
    color: #666666;
  }
  .app-footer__bottom .bottom-copyright {
    margin: 0;
    text-align: center;
  }
  @media print, screen and (min-width: 64em) {
    .app-footer__bottom .bottom-copyright {
      text-align: left;
    }
  }
  .app-footer__bottom .bottom-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .app-footer__bottom .bottom-menu > ul > li > a {
    display: block;
    color: #666666;
    font-size: 0.875rem;
  }
  .app-footer__bottom .bottom-menu > ul > li > a:hover {
    color: white;
    text-decoration: none;
  }
  .app-footer__bottom .bottom-signature {
    display: block;
    width: fit-content;
    margin-inline: auto;
    color: #666666;
    transition: color 0.2s ease-out;
  }
  @media print, screen and (min-width: 64em) {
    .app-footer__bottom .bottom-signature {
      margin-right: 0;
    }
  }
  .app-footer__bottom .bottom-signature:hover, .app-footer__bottom .bottom-signature:focus-visible {
    color: white;
    text-decoration: none;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #B70909;
    color: #ffffff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
  .btn:hover, .btn:focus-visible {
    background-color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
    color: #ffffff;
    text-decoration: none;
  }
  .btn:disabled, .btn.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
  .btn--outline {
    background-color: transparent;
    border-color: #B70909;
    color: #B70909;
  }
  .btn--outline:hover, .btn--outline:focus-visible {
    background-color: #B70909;
    color: #ffffff;
  }
  .btn--ghost {
    background-color: transparent;
    color: #232323;
  }
  .btn--ghost:hover, .btn--ghost:focus-visible {
    background-color: #f5f7fa;
    color: #232323;
  }
  .btn--block {
    display: flex;
    width: 100%;
  }
  .carousel-nav {
    display: flex;
    align-items: center;
    gap: 1.875rem;
  }
  .carousel-nav__btn {
    padding: 0;
    border: 0;
    background: none;
    line-height: 1;
    font-size: 1.5rem;
    color: #b2b2b2;
    cursor: pointer;
    transition: color 0.2s ease-out, opacity 0.2s ease-out;
  }
  .carousel-nav__btn:hover, .carousel-nav__btn:focus-visible {
    color: #B70909;
  }
  .carousel-nav__btn:focus-visible {
    outline: 2px solid #B70909;
    outline-offset: 4px;
  }
  .carousel-nav__btn:disabled {
    color: #b2b2b2;
    opacity: 0.4;
    cursor: default;
  }
  .form-field {
    position: relative;
    background-color: #ffffff;
    border-radius: 0.25rem;
    margin-bottom: 1.75rem;
  }
  .form-field > label {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    left: 1rem;
    right: 1rem;
    color: #B70909;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    pointer-events: none;
    transition: top 0.15s ease, font-size 0.15s ease, transform 0.15s ease;
  }
  .form-field .wpcf7-form-control-wrap {
    display: block;
    position: static;
  }
  .form-field .wpcf7-form-control {
    display: block;
    width: 100%;
    height: 3.25rem;
    padding: 1.375rem 1rem 0.375rem;
    border: 0;
    border-radius: inherit;
    background: none;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
  }
  .form-field .wpcf7-form-control::placeholder {
    color: transparent;
  }
  .form-field .wpcf7-form-control:focus, .form-field .wpcf7-form-control:focus-visible {
    outline: none;
  }
  .form-field .wpcf7-form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 3.25rem #ffffff inset;
    -webkit-text-fill-color: #666666;
  }
  .form-field:focus-within {
    outline: 2px solid #B70909;
    outline-offset: 2px;
  }
  .form-field:has(.wpcf7-form-control:placeholder-shown:not(:focus)) > label {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
  }
  .form-field--textarea:has(.wpcf7-form-control:placeholder-shown:not(:focus)) > label {
    top: 1rem;
    transform: none;
    font-size: 1rem;
  }
  .form-field--textarea .wpcf7-form-control {
    height: 8.75rem;
    resize: vertical;
  }
  .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.25rem;
    color: #B70909;
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .form-field:has(.wpcf7-not-valid) {
    box-shadow: inset 0 0 0 1px #B70909;
  }
  .form-consent {
    position: relative;
    margin-bottom: 0.375rem;
  }
  .form-consent .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    cursor: pointer;
  }
  .form-consent input[type=checkbox] {
    flex: 0 0 auto;
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin-top: 0.1875rem;
    border: 1px solid #b2b2b2;
    border-radius: 0.125rem;
    background-color: #ffffff;
    cursor: pointer;
  }
  .form-consent input[type=checkbox]:checked {
    border-color: #B70909;
    background-color: #B70909;
  }
  .form-consent input[type=checkbox]:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 0.5625rem;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .form-consent .wpcf7-list-item-label {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #666666;
  }
  .form-consent .wpcf7-list-item-label::before, .form-consent .wpcf7-list-item-label::after {
    content: none;
  }
  .form-consent .wpcf7-list-item-label a {
    color: #B70909;
  }
  .form-consent .wpcf7-list-item-label a:hover, .form-consent .wpcf7-list-item-label a:focus-visible {
    text-decoration: underline;
  }
  .form-file {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }
  .form-file .wpcf7-form-control-wrap {
    display: contents;
  }
  .form-file input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .form-file__button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4375rem 1rem;
    border-radius: 0.25rem;
    background-color: #6b7280;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .form-file__button:hover {
    background-color: #232323;
  }
  .form-file:has(input[type=file]:focus-visible) .form-file__button {
    outline: 2px solid #B70909;
    outline-offset: 2px;
  }
  .form-file__name {
    margin-left: auto;
    color: #B70909;
    font-size: 0.875rem;
    word-break: break-all;
  }
  .form-file__clear {
    padding: 0.25rem;
    border: 0;
    background: none;
    color: #B70909;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
  }
  .form-file__clear:hover, .form-file__clear:focus-visible {
    color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
  }
  .form-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
  .form-actions--center {
    justify-content: center;
    position: relative;
  }
  .form-actions--center .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.625rem;
  }
  .wpcf7-response-output {
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-left: 3px solid #B70909;
    border-radius: 0.25rem;
    background-color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #666666;
  }
  .wpcf7-form.init .wpcf7-response-output,
  .wpcf7-form.resetting .wpcf7-response-output,
  .wpcf7-form.submitting .wpcf7-response-output {
    display: none;
  }
  .wpcf7-form.sent .wpcf7-response-output {
    border-left-color: #16a34a;
  }
  .wpcf7-form.failed .wpcf7-response-output,
  .wpcf7-form.aborted .wpcf7-response-output,
  .wpcf7-form.spam .wpcf7-response-output,
  .wpcf7-form.invalid .wpcf7-response-output,
  .wpcf7-form.unaccepted .wpcf7-response-output {
    border-left-color: #B70909;
  }
  .wpcf7 .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .wpcf7 .hidden-fields-container {
    display: none;
  }
  .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid rgba(35, 35, 35, 0.2);
    border-top-color: #B70909;
    border-radius: 50%;
    animation: form-spin 900ms linear infinite;
  }
  .wpcf7-form.submitting .wpcf7-spinner {
    visibility: visible;
  }
  @keyframes form-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .wpcf7 [inert] {
    opacity: 0.5;
  }
  @media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner {
      animation: none;
    }
    .form-field > label {
      transition: none;
    }
  }
  body.is-scroll-locked {
    position: fixed;
    top: var(--scroll-lock-top, 0px);
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    padding-right: var(--scroll-lock-gutter, 0px);
  }
  .modal {
    position: fixed;
    inset: 0;
    z-index: 250;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s;
  }
  .modal.is-open {
    opacity: 1;
    visibility: visible;
  }
  .modal__dialog {
    position: relative;
    width: 100%;
    max-width: 32rem;
    margin: auto;
    padding: 2.5rem;
    border-radius: 0.75rem;
    background-color: #F2F2F2;
    transform: translateY(1rem);
    transition: transform 0.2s ease;
  }
  .modal.is-open .modal__dialog {
    transform: none;
  }
  .modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.5rem;
    border: 0;
    background: none;
    color: #B70909;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
  }
  .modal__close:hover, .modal__close:focus-visible {
    color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
  }
  .modal__title {
    margin-bottom: 1.75rem;
    padding-right: 2rem;
    color: #232323;
    font-size: clamp(1.75rem, 1.5833rem + 0.7407vw, 2.25rem);
    font-weight: 500;
    line-height: 1.15;
  }
  .modal .form-field {
    margin-bottom: 1.25rem;
  }
  .modal .wpcf7-form > *:last-child {
    margin-bottom: 0;
  }
  @media print, screen and (max-width: 39.99875em) {
    .modal {
      padding: 0.75rem;
    }
    .modal .modal__dialog {
      padding: 1.5rem;
    }
    .modal .modal__title {
      font-size: 1.75rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .modal {
      transition: none;
    }
    .modal .modal__dialog {
      transform: none;
      transition: none;
    }
  }
  .page-header {
    background-color: #232323;
    color: white;
    min-height: 30rem;
    padding: 1.875rem 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  @media print, screen and (min-width: 64em) {
    .page-header {
      align-items: center;
    }
  }
  .page-header {
    overflow-x: clip;
    position: relative;
    background-size: cover;
    background-position: center;
    isolation: isolate;
  }
  .page-header--image::before {
    content: "";
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 15%, #232323 95%);
  }
  @media print, screen and (min-width: 64em) {
    .page-header--image::before {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0%, #232323 71.63%);
    }
  }
  .page-header--title-only {
    min-height: 15rem;
    background-color: #000000;
  }
  .page-header > div {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page-header__title {
    text-transform: uppercase;
    font-size: clamp(1.75rem, 1.5rem + 1.1111vw, 2.5rem);
    font-weight: 500;
    line-height: 1.25;
  }
  .page-header hr {
    width: auto;
    margin: 1rem 0;
    border-color: #B70909;
    border-width: 0.25rem;
    margin-right: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .page-header hr {
      margin-right: -0.9375rem;
    }
  }
  @media (min-width: 90rem) {
    .page-header hr {
      margin-right: calc(-1 * (0.9375rem + (100vw - 90rem) / 2));
    }
  }
  .page-header p {
    color: white;
  }
  .whatsapp-float {
    position: fixed;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: center;
    right: calc(1.875rem / 2);
    bottom: calc(1.875rem / 2);
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.5rem;
  }
  @media print, screen and (min-width: 40em) {
    .whatsapp-float {
      right: 1.875rem;
      bottom: 1.875rem;
      width: 3.75rem;
      height: 3.75rem;
      font-size: 2rem;
    }
  }
  .whatsapp-float {
    border-radius: 50%;
    background-color: #00A500;
    color: #ffffff;
    line-height: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  }
  .whatsapp-float:hover, .whatsapp-float:focus-visible {
    background-color: #007200;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
  }
  .whatsapp-float:focus-visible {
    outline: 2px solid #007200;
    outline-offset: 2px;
  }
  @media (prefers-reduced-motion: reduce) {
    .whatsapp-float {
      transition: background-color 0.2s ease-out;
    }
    .whatsapp-float:hover, .whatsapp-float:focus-visible {
      transform: none;
    }
  }
}
@layer pages {
  .main-hero {
    position: relative;
    background-color: #232323;
    overflow: hidden;
  }
  .main-hero__nav {
    position: absolute;
    inset-inline: 0;
    justify-content: space-between;
    padding: 0 1.875rem;
    z-index: 3;
    bottom: 1.875rem;
  }
  @media print, screen and (min-width: 64em) {
    .main-hero__nav {
      bottom: auto;
      top: calc(50% - var(--app-header-height) / 2);
      transform: translateY(-50%);
    }
  }
  .main-hero__nav {
    pointer-events: none;
  }
  .main-hero__nav .carousel-nav__btn {
    pointer-events: auto;
    color: rgba(255, 255, 255, 0.8);
  }
  .main-hero__nav .carousel-nav__btn:hover, .main-hero__nav .carousel-nav__btn:focus-visible {
    color: #ffffff;
  }
  .main-hero__nav .carousel-nav__btn:focus-visible {
    outline-color: #ffffff;
  }
  .main-hero__carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .main-hero__carousel .owl-stage::after {
    display: none;
  }
  .main-hero__carousel .owl-item {
    display: flex;
    flex: 0 0 auto;
  }
  .main-hero__carousel .hero-item {
    width: 100%;
  }
  .main-hero .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.875rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    z-index: 3;
  }
  .main-hero .owl-dot {
    display: block;
    line-height: 0;
  }
  .main-hero .owl-dot span {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    transition: background-color 0.2s ease-out;
  }
  .main-hero .owl-dot.active span, .main-hero .owl-dot:hover span {
    background-color: #B70909;
  }
  .main-hero .owl-dot:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }
  .hero-item {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    min-height: clamp(28rem, 20.6667rem + 32.5926vw, 50rem);
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0 calc(clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) + var(--app-header-height));
  }
  .hero-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(35, 35, 35, 0.6);
    z-index: 1;
  }
  .hero-item__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero-item__media img,
  .hero-item__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-item .grid-container {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .hero-item h1,
  .hero-item h2 {
    font-size: clamp(1.875rem, 1.5rem + 1.6667vw, 3rem);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
    font-weight: 600;
  }
  .hero-item p {
    color: #ffffff;
    font-size: clamp(1rem, 0.9583rem + 0.1852vw, 1.125rem);
    margin-bottom: 1.875rem;
    font-weight: 300;
  }
  .hero-item__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .hero-item .btn--outline {
    border-color: #ffffff;
    color: #ffffff;
  }
  .hero-item .btn--outline:hover, .hero-item .btn--outline:focus-visible {
    background-color: #ffffff;
    color: #232323;
  }
  .main-about {
    padding: clamp(1.5rem, 1.0625rem + 1.9444vw, 2.8125rem) 0;
    margin: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
    position: relative;
  }
  .main-about__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: 50vw;
    z-index: -1;
  }
  .main-about__bg path {
    transform: translateX(-100%);
    transform-box: fill-box;
    opacity: 0;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-out;
  }
  .main-about__bg path:nth-child(2) {
    transition-delay: 0.12s;
  }
  .main-about__bg path:nth-child(3) {
    transition-delay: 0.24s;
  }
  .main-about__bg path:nth-child(4) {
    transition-delay: 0.36s;
  }
  .main-about.is-revealed .main-about__bg path {
    transform: none;
    opacity: 1;
  }
  @media (prefers-reduced-motion: reduce) {
    .main-about__bg path {
      transform: none;
      opacity: 1;
      transition: none;
    }
  }
  .main-about__images {
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .main-about__images img {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .main-about__nav {
    justify-content: center;
    margin-top: 1.875rem;
  }
  @media print, screen and (min-width: 40em) {
    .main-about__nav {
      justify-content: flex-end;
    }
  }
  @media print, screen and (max-width: 63.99875em) {
    .main-about__bg {
      display: none;
    }
  }
  .main-services__cta {
    display: flex;
    justify-content: flex-end;
  }
  @media print, screen and (max-width: 39.99875em) {
    .main-services__cta {
      justify-content: flex-start;
    }
  }
  .main-content {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  .service-card {
    background-color: #ffffff;
    padding: 1.875rem;
    border-radius: 0.5rem;
    color: #232323;
    border: 2px solid transparent;
    transition: border-color 0.2s ease-out;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .service-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: start;
    margin-bottom: 1rem;
  }
  .service-card__header img {
    max-width: 4rem;
  }
  .service-card__header h4 {
    margin: 0;
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    text-transform: uppercase;
    font-weight: 500;
  }
  .service-card p {
    margin-bottom: 1.875rem;
  }
  .service-card__more {
    text-transform: uppercase;
    font-weight: 500;
    color: #B70909;
    margin-top: auto;
    align-self: flex-start;
  }
  .service-card__more i {
    margin-left: 0.25rem;
    transition: transform 0.2s ease-out;
  }
  .service-card:hover, .service-card:focus-visible {
    border-color: #B70909;
    text-decoration: none;
  }
  .service-card:hover .service-card__more i, .service-card:focus-visible .service-card__more i {
    transform: translateX(3px);
  }
  .service-card:focus-visible {
    outline: 2px solid #B70909;
    outline-offset: 3px;
  }
  @media (prefers-reduced-motion: reduce) {
    .service-card__more i {
      transition: none;
    }
    .service-card:hover .service-card__more i, .service-card:focus-visible .service-card__more i {
      transform: none;
    }
  }
  .main-structures {
    background-color: #232323;
    color: white;
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
    margin-bottom: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem);
  }
  @media print, screen and (min-width: 64em) {
    .main-structures {
      padding-top: 14rem;
      padding-bottom: 0;
      margin-top: -9rem;
      margin-bottom: 14rem;
    }
  }
  .main-structures p {
    color: white;
  }
  .main-structures .cell:hover,
  .main-structures .cell:focus-within {
    position: relative;
    z-index: 2;
  }
  .structure-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #6b7280;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 1.875rem;
    color: #ffffff;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  }
  @media print, screen and (min-width: 64em) {
    .structure-card {
      margin-bottom: -14rem;
    }
  }
  .structure-card {
    background-size: cover;
    background-position: center;
  }
  .structure-card--image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(137, 137, 137, 0) 45.61%, #232323 100%);
  }
  .structure-card:hover, .structure-card:focus-visible {
    transform: scale(1.03);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
  }
  .structure-card:hover .structure-card__more i, .structure-card:focus-visible .structure-card__more i {
    transform: translateX(3px);
  }
  .structure-card:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }
  .structure-card > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .structure-card > div h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    font-weight: 500;
  }
  .structure-card__more {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
  }
  .structure-card__more i {
    margin-left: 0.25rem;
    transition: transform 0.2s ease-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .structure-card {
      transition: box-shadow 0.3s ease-out;
    }
    .structure-card:hover, .structure-card:focus-visible {
      transform: none;
    }
    .structure-card:hover .structure-card__more i, .structure-card:focus-visible .structure-card__more i {
      transform: none;
    }
    .structure-card__more i {
      transition: none;
    }
  }
  .main-blog {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
    overflow-x: clip;
  }
  .main-blog__intro {
    display: flex;
    flex-direction: column;
  }
  .main-blog__intro .btn {
    align-self: flex-start;
  }
  .main-blog__nav {
    margin-top: auto;
    padding-top: 1.875rem;
  }
  .main-blog__bleed {
    margin-right: 0;
  }
  @media print, screen and (min-width: 40em) {
    .main-blog__bleed {
      margin-right: -1.875rem;
    }
  }
  @media (min-width: 90rem) {
    .main-blog__bleed {
      margin-right: calc(-1 * (1.875rem + (100vw - 90rem) / 2));
    }
  }
  .main-blog__carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .main-blog__carousel .owl-stage::after {
    display: none;
  }
  .main-blog__carousel .owl-item {
    display: flex;
    flex: 0 0 auto;
  }
  .main-blog__carousel .article-card {
    width: 100%;
  }
  .article-card {
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
  }
  .article-card img {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    flex: 0 0 auto;
  }
  .article-card__category {
    background-color: #E8DDCA;
    color: #232323;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    align-self: flex-start;
  }
  .article-card h4 {
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .article-card a {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: auto;
    align-self: flex-start;
  }
  .article-card a i {
    margin-left: 0.25rem;
  }
  .main-report {
    background-color: #B70909;
    margin-top: calc(10rem + clamp(3rem, 2.125rem + 3.8889vw, 5.625rem));
    padding: 0 0 clamp(3rem, 2.125rem + 3.8889vw, 5.625rem);
  }
  @media print, screen and (min-width: 64em) {
    .main-report {
      margin-top: 12rem;
      padding-bottom: 6rem;
    }
  }
  .main-report__box {
    position: relative;
    background-color: #232323;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5rem;
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 1.875rem;
    color: white;
    margin-top: -10rem;
  }
  @media print, screen and (min-width: 64em) {
    .main-report__box {
      margin-top: -12rem;
    }
  }
  .main-report__box--image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(35, 35, 35, 0.8);
    border-radius: inherit;
    pointer-events: none;
  }
  .main-report__box > div {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-width: 58rem;
    margin: 0 auto;
    gap: 1.875rem;
  }
  @media print, screen and (min-width: 64em) {
    .main-report__box > div {
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }
  }
  .main-report__box > div > div {
    min-width: 0;
  }
  .main-report__box > div .title-lg {
    margin: 0;
  }
  .main-report__box > div p {
    color: white;
    margin-bottom: 1rem;
  }
  .about-history {
    margin: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  @media print, screen and (min-width: 64em) {
    .about-history {
      margin-bottom: calc(clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) + 7rem);
    }
  }
  .about-history img {
    width: 100%;
    border-radius: 0.5rem;
  }
  .about-cards {
    background-color: #232323;
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  @media print, screen and (min-width: 64em) {
    .about-cards {
      padding: 0;
      margin-top: 7rem;
    }
  }
  .about-card {
    background-color: white;
    padding: 1.875rem;
    border-radius: 0.5rem;
  }
  @media print, screen and (min-width: 64em) {
    .about-card {
      margin-top: -7rem;
    }
  }
  .about-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .about-card__header img {
    max-width: 4rem;
  }
  .about-card__header > h4 {
    font-size: clamp(1.125rem, 1.0833rem + 0.1852vw, 1.25rem);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
  }
  .about-card ul > li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
  }
  .about-card ul > li::before {
    flex: 0 0 auto;
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
    background-color: #B70909;
    color: white;
    border-radius: 0.25rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.65rem;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
  }
  .services-categories {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  .services-categories h2 {
    text-align: center;
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
  }
  .services-categories__listing {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    margin-top: 1.875rem;
    align-items: stretch;
  }
  .services-categories__listing .category-item {
    flex: 1 1 100%;
    min-width: 0;
  }
  @media print, screen and (min-width: 64em) {
    .services-categories__listing .category-item {
      flex-basis: 0;
    }
  }
  .category-item {
    background-color: white;
    padding: 1.875rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    border: 2px solid transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  }
  .category-item > img {
    max-width: 4rem;
  }
  .category-item__label {
    font-size: clamp(1.125rem, 1.0833rem + 0.1852vw, 1.25rem);
    font-weight: 500;
    text-transform: uppercase;
  }
  .category-item {
    scroll-margin-top: calc(var(--app-header-height, 5rem) + 1.875rem);
  }
  .category-item:not(.is-active):hover {
    border-color: #B70909;
  }
  .category-item.is-active {
    background-color: #B70909;
    color: white;
  }
  .category-item.is-active > img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(41%) saturate(4391%) hue-rotate(287deg) brightness(138%) contrast(117%);
  }
  .service-info {
    padding-bottom: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem);
  }
  .service-info img {
    width: 100%;
    border-radius: 0.5rem;
  }
  .service-info ul {
    margin-bottom: 1rem;
  }
  .service-info ul > li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
  }
  .service-info ul > li::before {
    flex: 0 0 auto;
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
    background-color: #B70909;
    color: white;
    border-radius: 0.25rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.65rem;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
  }
  .river-routes {
    position: relative;
    background-color: #232323;
    color: white;
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
    background-size: cover;
    background-position: center;
  }
  .river-routes--image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(35, 35, 35, 0.8);
  }
  .river-routes > .grid-container {
    position: relative;
    z-index: 1;
  }
  .river-routes__listing {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    align-items: start;
  }
  .river-routes__listing .route-item {
    background-color: #B70909;
    padding: 1.875rem;
    border-radius: 0.5rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 100%;
  }
  @media print, screen and (min-width: 64em) {
    .river-routes__listing .route-item {
      flex-basis: calc(50% - 1.875rem / 2);
      white-space: nowrap;
    }
  }
  .river-routes__listing .route-item > div {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    text-transform: uppercase;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  @media print, screen and (min-width: 64em) {
    .river-routes__listing .route-item > div {
      flex: 1 1 0;
      min-width: auto;
    }
  }
  .river-routes__listing .route-item > div i {
    margin-right: 0.5rem;
  }
  .river-routes__listing .route-item > div:nth-child(2) {
    flex: 1 1 0;
    justify-content: center;
    min-width: 2.5rem;
  }
  .river-routes__listing .route-item > div:nth-child(2) svg {
    width: 100%;
    max-width: 94px;
    height: auto;
  }
  .river-routes__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
    margin-top: 3.75rem;
    margin-bottom: 4.6875rem;
  }
  .river-routes__info > div {
    flex: 1 1 100%;
    min-width: 0;
    display: flex;
    line-height: 1.2;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
  }
  @media print, screen and (min-width: 64em) {
    .river-routes__info > div {
      flex: 1 1 0;
      flex-direction: row;
      align-items: center;
      justify-content: start;
      text-align: left;
    }
  }
  .river-routes__info > div > span:first-child {
    color: #B70909;
    font-size: clamp(1.625rem, 1.5rem + 0.5556vw, 2rem);
  }
  .river-routes__info > div > span:first-child img {
    max-width: 2rem;
    height: auto;
  }
  @media print, screen and (min-width: 64em) {
    .river-routes__info > div:nth-child(2):nth-last-child(2) {
      justify-content: center;
    }
    .river-routes__info > div:last-child {
      justify-content: flex-end;
    }
  }
  .structures-page {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  .structure-item {
    scroll-margin-top: calc(var(--app-header-height, 5rem) + 1.875rem);
  }
  .structure-item img {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .structure-item h4 {
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    font-weight: 500;
    text-transform: uppercase;
    margin: 1rem 0;
    color: #232323;
  }
  .structure-item--featured h4 {
    font-size: clamp(1.625rem, 1.5rem + 0.5556vw, 2rem);
    color: #B70909;
  }
  .structures-features {
    background-color: #232323;
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
    color: white;
  }
  .structures-features p {
    color: white;
  }
  .structures-features img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
  }
  .structures-features__listing {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .structures-features__listing > div {
    margin-bottom: 1.5rem;
  }
  .structures-features__listing > div h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
  .structures-features__listing > div h4::before {
    flex: 0 0 auto;
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
    background-color: #B70909;
    color: #232323;
    border-radius: 0.25rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.65rem;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
  }
  .contact-page {
    padding-top: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem);
  }
  .contact-page--last {
    padding-bottom: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem);
  }
  .job-openings {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0 0;
  }
  .job-openings__listing {
    background-color: #232323;
    padding: 0 0 1.875rem;
    margin-top: 11.875rem;
  }
  .job-openings__listing > .grid-container {
    top: -11.875rem;
    margin-bottom: -11.875rem;
    position: relative;
  }
  .job-item {
    background-color: white;
    padding: 1.875rem;
    height: 100%;
  }
  .job-item h3 {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
  }
  .job-item h4 {
    color: #B70909;
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    font-weight: 500;
    margin: 0.5rem 0 1.5rem 0;
  }
  .job-item__info {
    margin-bottom: 1.5rem;
  }
  .job-item__info > li {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .job-item__info > li i {
    color: #B70909;
    margin-right: 0.25rem;
  }
  .job-item__description {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  .job-item__description p {
    margin-bottom: 0.375rem;
    line-height: 1.5;
  }
  .job-item__description p:has(> strong:only-child) {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
  }
  .job-item__description > :first-child {
    margin-top: 0;
  }
  .job-item__description > :last-child {
    margin-bottom: 0;
  }
  .job-item__description strong {
    color: #232323;
    font-weight: 700;
  }
  .job-item__description ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0.375rem;
  }
  .job-item__description li {
    position: relative;
    padding-left: 0.875rem;
    line-height: 1.5;
    color: #666666;
  }
  .job-item__description li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
  }
  .blog-page {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  .blog-page__title, .blog-page__search, .blog-page__filter {
    align-self: center;
  }
  @media print, screen and (min-width: 64em) {
    .blog-page__title, .blog-page__search, .blog-page__filter {
      margin-bottom: 5rem;
    }
  }
  .blog-page__title {
    margin-bottom: 1.5rem;
  }
  @media print, screen and (min-width: 40em) {
    .blog-page__title {
      margin-bottom: 1.875rem;
    }
  }
  @media print, screen and (min-width: 64em) {
    .blog-page__title {
      margin-bottom: 5rem;
    }
  }
  .blog-page__title .title-lg {
    margin-bottom: 0;
  }
  .blog-page__search {
    margin-bottom: 1rem;
  }
  @media print, screen and (min-width: 40em) {
    .blog-page__search {
      margin-bottom: 1.875rem;
    }
  }
  @media print, screen and (min-width: 64em) {
    .blog-page__search {
      margin-bottom: 5rem;
    }
  }
  .blog-page__empty {
    margin-bottom: 1.875rem;
  }
  .blog-item {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    padding-bottom: 1.875rem;
    margin-bottom: calc(1.875rem + 1rem);
    border-bottom: 1px solid #d1d5db;
  }
  .blog-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  @media print, screen and (min-width: 40em) {
    .blog-item {
      flex-direction: row;
      align-items: center;
    }
  }
  .blog-item__media {
    display: block;
  }
  @media print, screen and (min-width: 40em) {
    .blog-item__media {
      flex: 0 0 43%;
    }
  }
  .blog-item__media img {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .blog-item__body {
    min-width: 0;
  }
  @media print, screen and (min-width: 40em) {
    .blog-item__body {
      flex: 1 1 auto;
    }
  }
  .blog-item__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
  }
  .blog-item__meta li {
    background-color: #E8DDCA;
    color: #232323;
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.25;
    border-radius: calc(0.5rem / 2);
  }
  .blog-item__title {
    font-size: clamp(1.625rem, 1.5rem + 0.5556vw, 2rem);
    font-weight: 500;
    line-height: 1.25;
    margin: 1.5rem 0;
  }
  .blog-item__title a {
    color: inherit;
  }
  .blog-item__title a:hover, .blog-item__title a:focus-visible {
    color: #B70909;
    text-decoration: none;
  }
  .blog-item__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
  }
  .blog-item__more {
    display: inline-block;
    margin-top: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .blog-item__more i {
    margin-left: 0.25rem;
  }
  .blog-select, .blog-search {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
  }
  .blog-search__field {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    color: #232323;
  }
  .blog-search__field::placeholder {
    color: #6b7280;
    opacity: 1;
  }
  .blog-search__field:focus, .blog-search__field:focus-visible {
    outline: none;
  }
  .blog-search__field::-webkit-search-cancel-button {
    appearance: none;
  }
  .blog-search__submit {
    flex: 0 0 auto;
    background: none;
    border: 0;
    padding: 0;
    margin-left: 0.5rem;
    color: #B70909;
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
  }
  .blog-search__submit:hover, .blog-search__submit:focus-visible {
    color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
  }
  .blog-search:focus-within {
    outline: 2px solid #B70909;
    outline-offset: 2px;
  }
  .blog-select {
    margin-bottom: 3.75rem;
  }
  @media print, screen and (min-width: 64em) {
    .blog-select {
      margin-bottom: 0;
    }
  }
  .blog-select::after {
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1;
    color: #B70909;
    pointer-events: none;
    flex: 0 0 auto;
    margin-left: 0.5rem;
  }
  .blog-select__field {
    appearance: none;
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: none;
    padding: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #232323;
    cursor: pointer;
  }
  .blog-select__field:focus, .blog-select__field:focus-visible {
    outline: none;
  }
  .blog-select:focus-within {
    outline: 2px solid #B70909;
    outline-offset: 2px;
  }
  .blog-sidebar__block {
    margin-top: 3.75rem;
  }
  @media print, screen and (min-width: 64em) {
    .blog-sidebar__block {
      margin-top: 5rem;
    }
    .blog-sidebar__block:first-child {
      margin-top: 0;
    }
  }
  .blog-sidebar__title {
    font-size: 1rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #b2b2b2;
  }
  .blog-sidebar__tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.375rem;
  }
  .blog-sidebar__tags a {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    padding: 0.1875rem 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #666666;
  }
  .blog-sidebar__tags a:hover, .blog-sidebar__tags a:focus-visible {
    background-color: #232323;
    border-color: #232323;
    color: #ffffff;
    text-decoration: none;
  }
  .blog-material {
    background-color: #232323;
    border-radius: 0.5rem;
    padding: 1.875rem;
    color: #ffffff;
    margin-top: 1.25rem;
  }
  .blog-material__title {
    font-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }
  .blog-material p {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.45;
    margin-bottom: 1.5rem;
  }
  .blog-material .btn {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
  .blog-pagination {
    margin-top: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem);
  }
  .blog-pagination__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
  }
  .blog-pagination__arrow,
  .blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.125rem;
    height: 2.125rem;
    padding: 0 0.375rem;
    border-radius: 0.25rem;
    line-height: 1;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .blog-pagination .page-numbers {
    background-color: #ffffff;
    color: #b2b2b2;
  }
  .blog-pagination .page-numbers:hover, .blog-pagination .page-numbers:focus-visible {
    background-color: #232323;
    color: #ffffff;
    text-decoration: none;
  }
  .blog-pagination .page-numbers.current {
    background-color: #B70909;
    color: #ffffff;
  }
  .blog-pagination .page-numbers.dots {
    background: none;
    min-width: 0;
  }
  .blog-pagination__arrow {
    background-color: #B70909;
    color: #ffffff;
    font-size: 0.875rem;
    margin-right: 0.375rem;
  }
  .blog-pagination__arrow:hover, .blog-pagination__arrow:focus-visible {
    background-color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
    color: #ffffff;
    text-decoration: none;
  }
  .blog-pagination__arrow + .page-numbers {
    margin-left: 0;
  }
  .blog-pagination__arrow:last-child {
    margin-right: 0;
    margin-left: 0.375rem;
  }
  .blog-pagination__arrow--off {
    background-color: #b2b2b2;
    color: #ffffff;
    cursor: default;
  }
  .blog-popular {
    padding-bottom: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem);
    overflow-x: clip;
  }
  .blog-popular__head {
    border-top: 1px solid #d1d5db;
    margin-top: 1.875rem;
    padding-top: clamp(4rem, 2.8333rem + 5.1852vw, 7.5rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
    margin-bottom: 3.75rem;
  }
  .blog-popular__head .title-lg {
    margin: 0;
    min-width: 0;
  }
  .blog-popular__bleed {
    margin-right: 0;
  }
  @media print, screen and (min-width: 40em) {
    .blog-popular__bleed {
      margin-right: -1.875rem;
    }
  }
  @media (min-width: 90rem) {
    .blog-popular__bleed {
      margin-right: calc(-1 * (1.875rem + (100vw - 90rem) / 2));
    }
  }
  .blog-popular__carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .blog-popular__carousel .owl-stage::after {
    display: none;
  }
  .blog-popular__carousel .owl-item {
    display: flex;
    flex: 0 0 auto;
  }
  .blog-popular__carousel .article-card {
    width: 100%;
  }
  .single-post {
    padding: clamp(3rem, 2.125rem + 3.8889vw, 5.625rem) 0;
  }
  .single-post__title {
    font-size: clamp(1.75rem, 1.5rem + 1.1111vw, 2.5rem);
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.875rem;
  }
  .single-post__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  @media print, screen and (min-width: 40em) {
    .single-post__meta {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 1.875rem;
      flex-wrap: wrap;
    }
  }
  .single-post__facts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #232323;
  }
  .single-post__facts li {
    display: flex;
    align-items: center;
  }
  .single-post__facts i {
    color: #B70909;
    margin-right: 0.5rem;
  }
  .single-post__facts li + li::before {
    content: "";
    flex: 0 0 auto;
    width: 1px;
    height: 1.25rem;
    background-color: #d1d5db;
    margin-right: 1.5rem;
  }
  .single-post__facts a {
    color: inherit;
  }
  .single-post__facts a:hover, .single-post__facts a:focus-visible {
    color: #B70909;
    text-decoration: none;
  }
  .single-post__cover {
    display: block;
    width: 100%;
    aspect-ratio: 9/4;
    object-fit: contain;
    background-color: #E9E9E9;
    border-radius: 0.5rem;
    margin: 3.75rem 0;
  }
  .single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6 {
    margin-top: 1.875rem;
    color: #232323;
  }
  .single-post__content img {
    border-radius: 0.5rem;
  }
  .single-post__content a {
    text-decoration: underline;
  }
  .single-post__content blockquote {
    border-left: 0.25rem solid #B70909;
    padding-left: 1.875rem;
    margin: 1.875rem 0;
  }
  .single-post__content ul,
  .single-post__content ol {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
    list-style: disc;
  }
  .single-post__content ol {
    list-style: decimal;
  }
  .single-post__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 3.75rem;
  }
  .single-post__tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .single-post__tags a {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    padding: 0.1875rem 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #666666;
  }
  .single-post__tags a:hover, .single-post__tags a:focus-visible {
    background-color: #232323;
    border-color: #232323;
    color: #ffffff;
    text-decoration: none;
  }
  .single-post__tags-label {
    font-size: 1rem;
    color: #232323;
  }
  .post-share {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .post-share__label {
    font-size: 0.875rem;
    color: #232323;
    white-space: nowrap;
  }
  .post-share__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .post-share__item {
    display: inline-flex;
    padding: 0;
    border: 0;
    background: none;
    color: #B70909;
    font-size: 1.625rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  .post-share__item:hover, .post-share__item:focus-visible {
    color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
    text-decoration: none;
  }
  .post-share__item--copy {
    position: relative;
  }
  .post-share__item--copy.is-copied::after {
    content: "Link copiado";
    position: absolute;
    bottom: calc(100% + 0.5rem);
    right: 0;
    background-color: #232323;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.375rem 0.5rem;
    border-radius: 0.25rem;
    white-space: nowrap;
  }
  .post-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
    margin-top: 3.75rem;
  }
  .post-nav__side {
    flex: 1 1 0;
  }
  .post-nav__side--next {
    text-align: right;
  }
  .post-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #B70909;
  }
  .post-nav a:hover, .post-nav a:focus-visible {
    color: rgb(52.7022058824%, 2.5919117647%, 2.5919117647%);
    text-decoration: none;
  }
  body.error404 {
    background-color: #232323;
  }
  body.error404 .app-header,
  body.error404 .app-footer,
  body.error404 .whatsapp-float,
  body.error404 .mobile-menu {
    display: none;
  }
  body.error404 .app-main {
    padding-top: 0;
  }
  .error-404 {
    position: relative;
    width: 100vw;
    max-width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.875rem;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    background-color: #232323;
  }
  .error-404__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
  }
  .error-404::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(35, 35, 35, 0.85);
  }
  .error-404__content {
    position: relative;
    z-index: 2;
  }
  .error-404__eyebrow {
    font-size: clamp(1.75rem, 5vw, 3.5rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #ffffff;
    text-indent: 0.25em;
    margin-bottom: 0;
  }
  .error-404__number {
    font-size: clamp(6rem, 20vw, 18.75rem);
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  .error-404__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
  .error-404__text {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }
}

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