h1, .h1 {
  color: #BB0000;
  font-weight: bold;
}
h1.h2, .h1.h2 {
  color: #000;
  font-size: 2rem;
}

h2, .h2 {
  color: black;
  font-weight: bold;
}
.paragraph--type--text.style-2 h2, .paragraph--type--text.style-2 .h2 {
  color: #FFF;
}

.background-color-primary {
  background-color: #BB0000;
}

.background-color-grey {
  background-color: #555555;
}

.text-color-white {
  color: #ffffff;
}

.text-color-primary {
  color: #BB0000;
}

.text-color-secondary {
  color: #700000;
}

.container, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.btn, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a {
  display: inline-block;
  font-weight: bold;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 30px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a {
    transition: none;
  }
}
.btn:hover, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:focus, .btn.focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.disabled, .btn:disabled, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:disabled, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:disabled, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:disabled, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled), .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled), .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled), .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a,
.paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button fieldset:disabled a,
fieldset:disabled .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a,
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button fieldset:disabled a,
fieldset:disabled .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a,
.paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button fieldset:disabled a,
fieldset:disabled .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a,
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button fieldset:disabled a {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background: #0069d9 linear-gradient(180deg, #2680df, #0069d9) repeat-x;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background: #0069d9 linear-gradient(180deg, #2680df, #0069d9) repeat-x;
  border-color: #0062cc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  background-image: none;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background: #5a6268 linear-gradient(180deg, #737a7f, #5a6268) repeat-x;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background: #5a6268 linear-gradient(180deg, #737a7f, #5a6268) repeat-x;
  border-color: #545b62;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  background-image: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  background-image: none;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
  border-color: #1e7e34;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  background-image: none;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  background-image: none;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3696a6, #138496) repeat-x;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3696a6, #138496) repeat-x;
  border-color: #117a8b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  background-image: none;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  background-image: none;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  background-image: none;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  background-image: none;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:hover {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
  border-color: #bd2130;
}
.btn-danger:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:focus, .btn-danger.focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.focus {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
  border-color: #bd2130;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.disabled, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.disabled, .btn-danger:disabled, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:disabled, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:disabled, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:disabled, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  background-image: none;
}
.btn-danger:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button .show > a.dropdown-toggle, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button .show > a.dropdown-toggle, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button .show > a.dropdown-toggle, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button .show > a.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  background-image: none;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button .show > a.dropdown-toggle:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button .show > a.dropdown-toggle:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button .show > a.dropdown-toggle:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button .show > a.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  background-image: none;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  background-image: none;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  background-image: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  background-image: none;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #BB0000;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a {
  text-transform: uppercase;
  transition: all 300ms;
  font-size: 1rem;
}
.btn:hover, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:hover, .btn:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.btn.btn-danger, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a,
.btn.btn-red {
  background: #BB0000 !important;
  border-color: #BB0000 !important;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1rem;
}
.btn.btn-danger:hover, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:hover, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:hover, .btn.btn-danger:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a:focus,
.btn.btn-red:hover,
.btn.btn-red:focus {
  color: #BB0000 !important;
  background: #FFF !important;
}

.btn.btn-outline-dark, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-outline-dark, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-outline-dark, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-outline-dark, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-outline-dark,
.btn.btn-light,
.paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-light,
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-light,
.paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-light,
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-light {
  color: #BB0000;
  background: #FFF;
  border-color: #BB0000;
  box-shadow: none;
  font-size: 1rem;
}
.btn.btn-outline-dark:hover, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-outline-dark:hover, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-outline-dark:hover, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-outline-dark:hover, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-outline-dark:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-outline-dark:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-outline-dark:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-outline-dark:focus,
.btn.btn-light:hover,
.paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-light:hover,
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-light:hover,
.paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-light:hover,
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-light:hover,
.btn.btn-light:focus,
.paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-light:focus,
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-light:focus,
.paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-light:focus,
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-light:focus {
  color: #FFF;
  background: #BB0000;
  border-color: #BB0000;
}

.btn.btn-white, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-white, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-white, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-white, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-white {
  color: #FFF;
  background: transparent;
  border-color: #FFF;
  box-shadow: none;
  font-size: 1rem;
}
.btn.btn-white:hover, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-white:hover, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-white:hover, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-white:hover, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-white:hover, .btn.btn-white:focus, .paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-button a.btn-white:focus, .paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-button a.btn-white:focus, .paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-white:focus, .paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-button a.btn-white:focus {
  color: #BB0000;
  background: #FFF;
  border-color: #FFF;
}

.paragraph--type--hero .field--name-field-title {
  font-size: 2rem;
}

.paragraph--type--hero .field--name-field-title h1 {
  color: #000;
}

.paragraph--view-mode--hero-style-1 {
  position: relative;
}
.paragraph--view-mode--hero-style-1 video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.paragraph--view-mode--hero-style-1 .group_hero_gradient {
  min-height: 40vw;
  padding: 10vw 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 0;
}
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body {
  color: white;
}
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-title,
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-text {
  max-width: 380px;
}
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body h1 {
  color: white;
  margin-bottom: 16px;
}
.paragraph--view-mode--hero-style-1 .group_hero_gradient .group_hero_body .field--name-field-text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 22px;
}
.paragraph--view-mode--hero-style-2 {
  padding-top: 20vw;
}
.paragraph--view-mode--hero-style-2 .group_hero_gradient {
  padding: 30px 0 calc(2vw + 30px);
  background: linear-gradient(90deg, #3e3e3e 0%, rgba(62, 62, 62, 0.69) 55%, rgba(62, 62, 62, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .paragraph--view-mode--hero-style-2 .group_hero_gradient {
    padding: 20px 0;
  }
}
.paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body {
  color: white;
}
.paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body h1 {
  color: white;
  margin-bottom: 0;
}
.paragraph--view-mode--hero-style-2 .group_hero_gradient .group_hero_body .field--name-field-text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 22px;
}
.paragraph--view-mode--hero-style-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #FFF;
}
.paragraph--view-mode--hero-style-3 img {
  max-width: 50vw;
}
@media (max-width: 767px) {
  .paragraph--view-mode--hero-style-3 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 40px;
  }
  .paragraph--view-mode--hero-style-3 .group_hero_body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .paragraph--view-mode--hero-style-3 img {
    max-width: 100vw;
  }
}
.paragraph--view-mode--hero-style-3 .group_hero_body {
  padding: 20px 35px 20px 65px;
}
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-title {
  color: #BB0000;
}
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-title,
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-text {
  max-width: 450px;
}
.paragraph--view-mode--hero-style-3 .group_hero_body .field--name-field-text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.paragraph--view-mode--hero-style-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcoAAAAICAYAAAEOzI9BAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAByqADAAQAAAABAAAACAAAAABq6NFSAAAAlElEQVRoBe3XsQ2AMAxFQWC3sP9GIDFAaot3tGni8zeG817rOQLPWSg0UWQgrF+JmvmTTl8/qSNfhonMRwDANAFv12kdcZ+8gE2ZjwCAaQI25bSOuE9ewFDmIwBgmoChnNYR98kL+KfMRwAAAQIECOwEfL3udJwRIECAQF7AosxHAAABAgQI7AQsyp2OMwIECBDIC7zY8AzBzKnB1wAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  background-position: left;
  padding: 40px 0 0 60px;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .paragraph--view-mode--hero-style-4 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 40px;
  }
  .paragraph--view-mode--hero-style-4 .group_hero_body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.paragraph--view-mode--hero-style-4 .group_hero_body {
  padding-left: 55px;
  padding-right: 35px;
  background: #FFF;
}
.paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-title,
.paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-text {
  max-width: 450px;
}
.paragraph--view-mode--hero-style-4 .group_hero_body .field--name-field-text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
/*# sourceMappingURL=maps/view-mode--hero-style-n.css.map */
