@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Documentation 4.4.1.2 (https://getbootstrap.com/docs/4.0/layout/grid/)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.grid-debug .row > .col,
.grid-debug .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.grid-debug .row + .row {
  margin-top: 1rem;
}
.grid-debug .flex-items-top,
.grid-debug .flex-items-middle,
.grid-debug .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  /*src: url('./fonts/slick.eot');*/
  /*src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 10px;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Dante Sans Text", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  text-align: left;
}

body.page-template-logos-and-style-guide .site-content {
  display: flex;
  flex-flow: column nowrap;
  min-height: calc(100vh - 8.3rem);
}
@media only screen and (max-width: 1023px) {
  body.page-template-logos-and-style-guide .site-content {
    min-height: calc(100vh - 7.4rem);
  }
}

body.page-template-logos-and-style-guide.logged-in .site-content {
  min-height: calc(100vh - 11.5rem);
}
@media only screen and (max-width: 1023px) {
  body.page-template-logos-and-style-guide.logged-in .site-content {
    min-height: calc(100vh - 10.6rem);
  }
}
@media only screen and (max-width: 782px) {
  body.page-template-logos-and-style-guide.logged-in .site-content {
    min-height: calc(100vh - 12rem);
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #000;
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill {
  box-shadow: none !important;
  background-color: transparent !important;
  -webkit-background-clip: text;
}

input::placeholder {
  opacity: 1 !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

textarea {
  border-radius: 0;
}

/*
----------------------------------------------------------------
formsreset.css
----------------------------------------------------------------
*/
body .gform_wrapper.gf_reset_wrapper,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper h1,
body .gform_wrapper.gf_reset_wrapper h2,
body .gform_wrapper.gf_reset_wrapper h3,
body .gform_wrapper.gf_reset_wrapper h4,
body .gform_wrapper.gf_reset_wrapper h5,
body .gform_wrapper.gf_reset_wrapper h6,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
}

body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper p {
  line-height: 1.8;
}

body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper img {
  border: 0;
}

body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul,
body .gform_wrapper.gf_reset_wrapper li {
  list-style: none;
}

body .gform_wrapper.gf_reset_wrapper a img {
  border: 0;
}

body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0;
}

/*
----------------------------------------------------------------
formsmain.css
----------------------------------------------------------------
*/
/* mobile styles first ​*/
.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}

.gform_wrapper form {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

.gform_wrapper *,
.gform_wrapper *:before,
.gform_wrapper *:after {
  box-sizing: border-box !important;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
  background: none;
  border: 0;
  font-weight: normal;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  padding: 5px 4px;
}

.gform_wrapper input[type=image] {
  border: 0;
  padding: 0 !important;
  width: auto !important;
}

.gform_wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 6px 8px;
  resize: none;
}

.gform_wrapper select {
  line-height: 1.5;
}

.gform_wrapper .ginput_container_multiselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
  outline: none;
}

.gform_wrapper ul.gform_fields {
  display: block;
  list-style-type: none;
  margin: 0 !important;
}

html > body .entry ul,
.gform_wrapper ul {
  text-indent: 0;
}

.gform_wrapper li,
.gform_wrapper form li {
  list-style: none !important;
  list-style-image: none !important;
  list-style-type: none !important;
  margin-left: 0 !important;
  overflow: visible;
}

.gform_wrapper ul li.gfield {
  clear: both;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}

.gform_wrapper ul.gform_fields.right_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.left_label li.gfield {
  margin-bottom: 14px;
}

.gform_wrapper ul.right_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
  margin: 0;
  overflow: visible;
  padding: 0;
}

.gform_wrapper select {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
}

.gform_wrapper select option {
  display: block;
  padding: 2px;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  margin-bottom: 18px;
  width: 100%;
}

.gform_wrapper .clear-multi {
  display: flex;
}

/* date ​fields */
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
  flex-direction: row;
  width: 33.333%;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day,
  .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_date_year,
  .gform_wrapper .gfield_time_ampm {
    max-width: 4.5rem;
  }
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  flex-direction: row;
  vertical-align: top;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day {
  margin-right: 0.5rem;
  width: 4rem;
}

.gform_wrapper .gfield_date_month input[type=number],
.gform_wrapper .gfield_date_day input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
  width: 5rem;
}

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
  width: 4rem;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  text-align: center;
  width: 3rem;
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}

/* time ​fields */
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm {
  flex-direction: row;
  width: 33.333%;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_ampm {
    max-width: 4.5rem;
  }
  .gform_wrapper .gfield_time_hour {
    max-width: 4.5rem;
  }
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}

.gform_wrapper .gfield_time_hour i {
  float: right;
  font-family: sans-serif !important;
  font-style: normal !important;
  margin-top: 9%;
  text-align: center;
  width: 10px;
}

.gform_wrapper .gfield_time_minute {
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_time_hour {
  margin-right: 0.25rem;
}

.gform_wrapper .gfield_time_ampm {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_ampm_shim {
  display: block;
  font-size: 0.813em;
  margin: 9px 0 1px 1px;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type=number],
.gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  text-align: center;
  width: 3rem;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175a9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #dfefff;
  border: 1px solid #c2d7ef;
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}

.gform_wrapper legend.gfield_label,
.gform_wrapper label.gfield_label {
  font-size: inherit;
  font-weight: 700;
}

.gform_wrapper legend.gfield_label,
.gform_wrapper .top_label .gfield_label {
  clear: both;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
}

.gform_wrapper .top_label .gfield_hide_label {
  display: none;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
  width: 100%;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}

.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px;
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px;
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
.gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-bottom: 0;
  margin-top: 16px;
}

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.gfield.right_label,
.gfield.left_label {
  padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}

.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gform_wrapper input.small,
.gform_wrapper select.small,
.gform_wrapper input.medium,
.gform_wrapper select.medium,
.gform_wrapper input.large,
.gform_wrapper select.large,
.gform_wrapper input.large,
.gform_wrapper select.large {
  width: 100%;
}

.gform_wrapper input.datepicker_with_icon.small,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.large {
  width: calc(100% - 24px);
}

.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.small,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large {
  width: 100%;
}

.gform_wrapper .gfield_error input.datepicker_with_icon.small,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.large {
  width: calc(100% - 32px);
}

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}

.gform_wrapper h2.gsection_title {
  letter-spacing: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 1.25em;
  font-weight: 700;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}

.gform_wrapper span.gform_description {
  display: block;
  font-weight: 400;
  margin-bottom: 16px;
  width: calc(100% - 16px);
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 28px 0 28px 0;
  padding: 0 16px 8px 0;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.5;
  max-width: 85%;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  width: auto;
}

.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 1px;
  vertical-align: middle;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  clear: both;
  font-family: inherit;
  font-size: 0.813em;
  letter-spacing: normal;
  line-height: inherit;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}

.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}

.gform_wrapper .top_label .gsection_description {
  margin-bottom: 9px;
  width: 100%;
}

.gform_wrapper .gfield_description {
  width: 100%;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}

.gfield_date_year + .gfield_description {
  padding: 0;
}

.gform_wrapper .gfield_consent_description,
.gform_wrapper .field_description_below .gfield_consent_description {
  border: 1px solid #ddd;
  font-size: 0.688em;
  margin-top: 12px;
  max-height: 240px;
  overflow-y: scroll;
  padding: 6px 8px;
  width: 100%;
}

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  border-bottom: 4px solid #790000;
  border-top: 2px solid #790000;
  padding: 16px 16px 14px 16px;
  width: calc(100% - 16px);
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  color: #790000;
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 700;
  max-width: 100%;
  min-height: 25px;
  position: relative;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  border-bottom: 1px solid #790000;
  display: block;
  letter-spacing: 0.1pt;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 0 0 14px 24px;
  text-transform: uppercase;
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 70%;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
  margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}

.gform_wrapper div.validation_error {
  border-bottom: 2px solid #790000;
  border-top: 2px solid #790000;
  clear: both;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 16px 0 16px 0;
  text-align: center;
  width: 100%;
}

.gform_wrapper ol.validation_list {
  clear: both;
  color: #790000;
  margin-bottom: 25px;
  width: 100%;
}

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
  color: #790000;
}

.gform_wrapper ol.validation_list:after {
  content: "";
}

.gform_wrapper div#error {
  margin-bottom: 25px;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}

.gform_wrapper li.gfield fieldset {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.gform_wrapper li.gfield fieldset > * {
  width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  line-height: 32px;
  width: 100%;
}

div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}

.gform_wrapper .gform_footer {
  clear: both;
  margin: 16px 0 0 0;
  padding: 16px 0 10px 0;
  width: 100%;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  margin: 0 0 16px 0;
  width: 100%;
}

.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
  display: block;
  font-size: 1em;
  text-align: center;
}

.gform_wrapper .gform_footer input[type=image] {
  background: none !important;
  border: 0;
  display: block;
  margin: 0 auto 16px auto !important;
  max-width: 100%;
  padding: 0;
  width: auto !important;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
  min-height: 45px;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gchoice_select_all {
  font-weight: 700;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  display: -moz-inline-stack;
  display: inline-block;
  margin-right: 4px !important;
}

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 64px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}

.gform_wrapper .simple_captcha_large input {
  width: 128px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  background: none !important;
  border: 0;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .math_small input {
  width: 70px;
}

.gform_wrapper .math_medium input {
  width: 510px;
}

.gform_wrapper .math_large input {
  width: 612px;
}

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
  margin-left: 32%;
}

.gform_wrapper div.charleft {
  color: #767676;
  font-size: 0.688em;
  margin-top: 4px;
  white-space: nowrap !important;
  width: 92% !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #767676;
}

.gform_wrapper div.charleft.ginput_counter_error {
  color: #f00;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}

.gform_wrapper .ginput_price {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}

.gform_wrapper .gform_page_footer {
  border-top: 1px dotted #ccc;
  clear: both;
  margin: 14px 0;
  padding: 16px 0 0 0;
  width: 100%;
}

.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  width: 100%;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  clear: both;
  filter: alpha(opacity=60);
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  opacity: 0.6;
  padding: 0 !important;
}

.gform_wrapper .gf_progressbar {
  -moz-border-radius: 25px;
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative;
  width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 20px;
  border-top-right-radius: 4px;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.813em !important;
  height: 24px;
  text-align: right;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  z-index: 999;
}

.gform_wrapper .gf_progressbar:after {
  -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  content: "";
  display: block;
  height: 24px;
  margin-top: -24px;
  width: 100%;
  z-index: 990;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  float: right;
  line-height: 1.8;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  float: none !important;
  margin-left: 12px;
  text-shadow: none;
  word-wrap: normal;
}

.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #fff;
}

.gform_wrapper .percentbar_gray {
  background-color: #7c7c7c;
  color: #fff;
}

.gform_wrapper .percentbar_green {
  background-color: #88b831;
  color: #fff;
}

.gform_wrapper .percentbar_orange {
  background-color: #ff7120;
  color: #fff;
}

.gform_wrapper .percentbar_red {
  background-color: #ff2a1a;
  color: #fff;
}

.gform_wrapper .gf_page_steps {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  width: 100%;
}

.gform_wrapper .gf_step {
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  font-family: inherit;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  margin: 24px 24px 24px 0;
  opacity: 0.2;
  width: 100%;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-family: arial, sans-serif;
  font-size: 1.25em;
  margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_number,
.gform_wrapper .gf_step span.gf_step_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.gform_wrapper .gf_step_clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

.gform_wrapper .gfield_password_strength {
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  line-height: 1.8;
  margin-bottom: 18px;
  margin-top: 18px;
  padding: 10px 5px;
  text-align: center;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-bottom: 18px;
  margin-top: 18px;
  width: 100%;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-bottom: 3px solid #ff853c;
  border-color: #ff853c;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-bottom: 3px solid #fc0;
  border-color: #fc0;
}

.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-bottom: 3px solid #f04040;
  border-color: #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-bottom: 3px solid #8dff1c;
  border-color: #8dff1c;
}

.ginput_container_password,
.ginput_container_password span {
  position: relative;
}

.ginput_container_password button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}

.ginput_container_password span.ginput_left button {
  right: 9px;
}

.ginput_container_password:not(.ginput_complex) span {
  display: inline-block;
  width: 100%;
}

.ginput_container_password:not(.ginput_complex) span input {
  width: 100%;
}

.ginput_container_password span.medium {
  width: calc(50% - 8px);
}

.ginput_container_password span.small {
  width: 25%;
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
  border-collapse: collapse;
  border-spacing: 0;
}

.gfield_repeater_buttons {
  padding-top: 15px;
}

/* fix for twentyfifteen theme table layout issue */
.gform_wrapper table.gfield_list {
  table-layout: auto !important;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}

.gform_wrapper table.gfield_list colgroup {
  display: block;
  width: 100%;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
}

.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  padding: 4px 0 4px 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px 0;
}

.gform_wrapper table.gfield_list th + th,
.gform_wrapper table.gfield_list td + td {
  padding: 0 0 0 16px;
}

.gform_wrapper .gfield_list {
  width: 100%;
}

.gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}

.gfield_icon_disabled {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  cursor: default !important;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  box-sizing: border-box;
  padding: 0 0 0 4px !important;
  width: 48px !important;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gform_card_icon_container {
  height: 32px;
  margin: 8px 0 6px 0;
}

.gform_wrapper div.gform_card_icon {
  background-image: url("../images/gravityforms/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  display: block;
  min-width: 160px !important;
  position: relative;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  background-image: url("../images/gravityforms/gf-creditcard-icons.png");
  background-position: 0 -128px;
  background-repeat: no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -1px;
  width: 32px;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc;
  border-radius: 4px;
  color: #aaa;
  margin-bottom: 16px;
  padding: 24px;
  text-align: center;
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}

.gform_delete {
  cursor: pointer;
  vertical-align: middle;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}

/* save and continue dialog and form */
.gform_wrapper .form_saved_message {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: rgb(227, 243, 243);
  border-radius: 2px;
  color: rgb(49, 112, 143);
  font-size: 1em;
  line-height: 1.8;
  margin: 1em auto;
  padding: 3em 2em 3em;
  text-align: center;
  width: 99%;
}

.gform_wrapper .form_saved_message form {
  text-align: center;
}

.form_saved_message p.resume_form_link_wrapper {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  display: inline-block;
  max-width: 98% !important;
  overflow: hidden;
  padding: 1em;
}

.form_saved_message a.resume_form_link {
  color: rgb(47, 99, 126);
  text-decoration: none;
  word-wrap: break-word;
}

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}

.form_saved_message label.form_saved_label {
  left: -9000px;
  position: absolute;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: 0.25em;
}

div.form_saved_message div.form_saved_message_emailform form input {
  display: inline-block;
  margin: 0.75em auto 0 auto;
}

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  -moz-appearance: none;
  -moz-border-radius: 2px;
  -moz-box-shadow: inset 0 0 5px 0 rgb(238, 238, 238);
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px 0 rgb(238, 238, 238);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(145, 175, 199);
  border-radius: 2px;
  box-shadow: inset 0 0 5px 0 rgb(238, 238, 238);
  color: rgb(66, 66, 66);
  font-size: 1em;
  max-width: 98% !important;
  padding: calc(0.75em - 1px) !important;
  width: 24em;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  -moz-appearance: none;
  -moz-border-radius: 2px;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  background-color: rgb(145, 175, 199);
  border: 1px solid rgb(145, 175, 199);
  border-radius: 2px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  line-height: 1;
  padding: 0.75em 1em;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  div.form_saved_message div.form_saved_message_emailform form input[type=email],
  div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}

.form_saved_message_sent {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: rgb(233, 255, 217);
  border-radius: 2px;
  box-sizing: border-box;
  color: rgb(60, 118, 61);
  font-size: 1em;
  margin: 1em auto;
  padding: 3em 2em;
  text-align: center;
  width: 99%;
}

.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
  display: block;
  font-weight: 700;
  line-height: 2;
}

.form_saved_message_sent .saved_message_email {
  text-decoration: underline;
  word-wrap: break-word;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
  display: -moz-inline-stack;
  display: inline-block;
  height: 16px !important;
  width: 17px !important;
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}

.gform_wrapper table.recaptchatable {
  table-layout: auto;
}

/* adjusting the captcha margin for left or right label settings */
.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}

/* rich text editor */
.gfield .wp-editor-container {
  border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
  border-color: #ddd;
}

.gfield .tmce-active .switch-tmce,
.gfield .html-active .switch-html {
  border-bottom-color: #e5e5e5;
}

.gfield .mce-edit-area iframe {
  margin: 0 !important;
  width: 99.9% !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* do our best to restore styles for lists inside the HTML field */
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}

.gform_wrapper span.gf_clear_span {
  clear: both;
  display: block;
  float: none;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
}

/* updated chosen 1.8.5 styles - defaults  */
/* @group Base */
.gform_wrapper .chosen-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  font-size: 13px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}

.gform_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gform_wrapper .chosen-container .chosen-drop {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.gform_wrapper .chosen-container a {
  cursor: pointer;
}

.gform_wrapper .chosen-container .search-choice .group-name,
.gform_wrapper .chosen-container .chosen-single .group-name {
  color: #999;
  font-weight: normal;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container .search-choice .group-name:after,
.gform_wrapper .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.gform_wrapper .chosen-container-single .chosen-single {
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  display: block;
  height: 25px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
  background: url("../images/gravityforms/chosen-sprite.png") -42px 1px no-repeat;
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  background: url("../images/gravityforms/chosen-sprite.png") no-repeat 0 2px;
  display: block;
  height: 100%;
  width: 100%;
}

.gform_wrapper .chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  background: url("../images/gravityforms/chosen-sprite.png") no-repeat 100% -20px;
  border: 1px solid #aaa;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 1em;
  height: auto;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* @end */
/* @group Results */
.gform_wrapper .chosen-container .chosen-results {
  -webkit-overflow-scrolling: touch;
  color: #444;
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 4px;
  position: relative;
}

.gform_wrapper .chosen-container .chosen-results li {
  -webkit-touch-callout: none;
  display: none;
  line-height: 15px;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
  word-wrap: break-word;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  background: #f4f4f4;
  color: #777;
  display: list-item;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: bold;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.gform_wrapper .chosen-container-multi .chosen-choices {
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  border: 1px solid #aaa;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  width: 100%;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  -webkit-box-shadow: none;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  font-family: sans-serif;
  font-size: 100%;
  height: 25px;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 0;
  width: 25px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-repeat: repeat-x;
  background-size: 100% 19px;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: default;
  line-height: 13px;
  margin: 3px 5px 3px 0;
  max-width: 100%;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url("../images/gravityforms/chosen-sprite.png") -42px 1px no-repeat;
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  border: 1px solid #ccc;
  color: #666;
  padding-right: 5px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item;
}

/* @end */
/* @group Active  */
.gform_wrapper .chosen-container-active .chosen-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  border: 1px solid #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: 0;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.gform_wrapper .chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.gform_wrapper .chosen-rtl {
  text-align: right;
}

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-single span {
  direction: rtl;
  margin-left: 26px;
  margin-right: 0;
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.gform_wrapper .chosen-rtl .chosen-single div {
  left: 3px;
  right: auto;
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  left: 4px;
  right: auto;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-left: 0;
  padding-right: 15px;
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  background: url("../images/gravityforms/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .gform_wrapper .chosen-rtl .chosen-search input[type=text],
  .gform_wrapper .chosen-container-single .chosen-single abbr,
  .gform_wrapper .chosen-container-single .chosen-single div b,
  .gform_wrapper .chosen-container-single .chosen-search input[type=text],
  .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .gform_wrapper .chosen-container .chosen-results-scroll-down span,
  .gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/gravityforms/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end */
/* updated chosen 1.8.5 styles - gravityforms specific  */
body .gform_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}

body .gform_wrapper ul.chosen-results li {
  line-height: inherit;
}

@media only screen and (max-width: 641px) {
  /* make the inputs a little larger for mobile devices */
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    float: none;
    line-height: inherit;
    width: 100%;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: block;
    margin-bottom: 8px;
  }
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_wrapper ul.gfield_radio li label,
  .gform_wrapper ul.gfield_checkbox li label {
    cursor: pointer;
    width: 85%;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  /* force the list table to not behave like a table anymore */
  .gform_wrapper table.gfield_list {
    border: 0;
  }
  .gform_wrapper table.gfield_list thead {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .gform_wrapper table.gfield_list tr {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    border-top: 2px solid #ccc;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    clear: both;
    content: attr(data-label);
    display: block;
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_wrapper table.gfield_list th + th,
  .gform_wrapper table.gfield_list td + td {
    padding: 4px 0 0 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd,
  .gform_wrapper table.gfield_list tr.gfield_list_row_even {
    margin: 16px 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    background-color: #eee;
    padding: 0 4px 4px 4px !important;
    width: 100% !important;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_wrapper .gfield_list td.gfield_list_cell input {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }
}
/* media queries - portrait mode tablet or desktop styles */
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%;
  }
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    line-height: 1.3;
    margin: 0 0 8px 0;
  }
  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    margin-bottom: 16px;
    padding-right: 16px;
    width: 29%;
  }
  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_wrapper ul.right_label li ul.gfield_radio li,
  .gform_wrapper form ul.right_label li ul.gfield_radio li,
  .gform_wrapper ul.left_label li ul.gfield_radio li,
  .gform_wrapper form ul.left_label li ul.gfield_radio li,
  .gform_wrapper ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper ul.left_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
  }
  .gform_wrapper .right_label .gfield_description,
  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .left_label .instruction,
  .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    line-height: 1.5;
    margin-left: 0;
    padding-left: 0;
    padding-top: 4px;
  }
  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper .right_label div.ginput_complex,
  .gform_wrapper .left_label div.ginput_complex {
    margin-left: 29%;
    width: 70%;
  }
  .gform_wrapper .right_label input.small,
  .gform_wrapper .right_label select.small,
  .gform_wrapper .left_label input.small,
  .gform_wrapper .left_label select.small {
    width: 15%;
  }
  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium,
  .gform_wrapper .left_label input.medium,
  .gform_wrapper .left_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_wrapper .right_label input.large,
  .gform_wrapper .right_label select.large,
  .gform_wrapper .left_label input.large,
  .gform_wrapper .left_label select.large {
    width: 70%;
  }
  .gform_wrapper .right_label textarea.small,
  .gform_wrapper .left_label textarea.small,
  .gform_wrapper .right_label textarea.medium,
  .gform_wrapper .left_label textarea.medium,
  .gform_wrapper .right_label textarea.large,
  .gform_wrapper .left_label textarea.large {
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_wrapper .left_label .gf_list_one_column,
  .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_wrapper .left_label li.hidden_label input,
  .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_wrapper .left_label li.gfield .gfield_password_strength,
  .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_wrapper .top_label input.small,
  .gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_wrapper.gform_validation_error .top_label input.medium,
  .gform_wrapper.gform_validation_error .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_wrapper .top_label input.large,
  .gform_wrapper .top_label select.large,
  .gform_wrapper .hidden_label input.large,
  .gform_wrapper .hidden_label select.large {
    width: 100%;
  }
  .gform_wrapper .top_label input.small.datepicker,
  .gform_wrapper .top_label input.medium.datepicker,
  .gform_wrapper .top_label input.large.datepicker {
    width: auto;
  }
  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gform_wrapper .gfield_error .ginput_complex .ginput_left,
  .gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left,
  .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    float: left;
    min-height: 43px;
    position: relative;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    display: -moz-inline-stack;
    display: inline-block;
    width: 47% !important;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_wrapper .gf_step {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
    width: auto;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_footer input[type=image] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1em;
    margin-left: 16px;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    margin: 0 16px 0 0;
    width: auto;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    margin-right: 8px;
    padding-right: 8px !important;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    margin-right: -8px;
    padding-right: 8px !important;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  .gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 29%;
    padding: 16px 0 10px 0;
    width: 70%;
  }
  /* adjusting the name field so it aligns properly */
  .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  /* a little better specificty to avoid problems with forms in widgets */
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    margin-left: 29%;
    width: calc(70% + 15px);
  }
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    margin-left: 29%;
    width: calc(70% + 13px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    margin-left: 29%;
    width: calc(70% + 14px);
  }
  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    margin-right: -4px;
    padding-right: 16px;
    vertical-align: top;
  }
  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  /* tweak the sizes for validation and left/right label layouts */
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    margin-left: 29%;
    width: calc(70% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
  .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  /* adjusting the address field alignment for some scenarios */
  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
    margin-left: 29%;
    width: 70%;
  }
  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    margin-right: 0;
    width: calc(50% - 8px);
  }
  /* force the CAPTCHA field over for right and left label layouts */
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px;
  }
  /* updated chosen 1.8.5 styles - gravityforms specific  */
  body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style],
  body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style] {
    width: calc(50% - 8px) !important;
  }
  body .gform_wrapper select.large.gfield_select + div.chosen-container-single[style],
  body .gform_wrapper select.large.gfield_select + div.chosen-container-multi[style] {
    width: 100% !important;
  }
  body .gform_wrapper select.small.gfield_select + div.chosen-container-single[style],
  body .gform_wrapper select.small.gfield_select + div.chosen-container-multi[style] {
    width: 25% !important;
  }
}
/* //////////////////////////////////////////////////////////////*/
/* //////////////////   Repeaters Styling   /////////////////////*/
/* //////////////////////////////////////////////////////////////*/
/* Padding, Left Border, background color for nested repeaters */
.gfield_repeater_cell > .gfield_repeater_wrapper {
  background-color: rgba(1, 1, 1, 0.02);
  border-bottom: 1px solid rgb(238, 238, 238);
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  border-radius: 8px;
  padding: 10px 20px;
}

/* Targeting the border color of the repeater inputs */
.gfield_repeater_wrapper input {
  border: 1px solid rgb(197, 198, 197);
  border-radius: 4px;
}

/* Spacing between the wrappers */
.gfield_repeater_wrapper .gfield_repeater_wrapper {
  margin-top: 10px;
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(117, 117, 117, 0.4);
  border-radius: 20px;
  color: rgb(117, 117, 117);
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 100px;
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
}

.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(117, 117, 117, 0.4);
  border-radius: 50%;
  color: rgb(117, 117, 117);
  font-size: 16px;
  font-weight: 700;
  height: 22px;
  margin: 10px 5px 0 5px;
  padding: 0;
  padding-bottom: 5px;
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  width: 22px;
}

.gfield_repeater_buttons button.gfield_icon_disabled {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  cursor: default;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.gfield_repeater_buttons button.gfield_icon_disabled:hover {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(117, 117, 117, 0.4);
  color: rgb(117, 117, 117);
}

/* Hover style for Add buttons */
.gfield_repeater_buttons button:hover {
  background: rgb(250, 250, 250);
  border: 1px solid rgb(117, 117, 117);
  color: #374750;
}

/* Adding the separation border and padding in between items */
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
}

/* Repeater - Left Border Color */
.gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid rgb(241, 241, 241);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

/* Adjusting the margin/padding for the nested repeaters */
/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Form Edits Labels  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/
.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0;
}

/*Coloring for the required asterisk*/
.gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #c32121;
}

/* Field labels styling */
.gform_wrapper .gfield_repeater_cell label {
  color: rgb(155, 154, 154);
  font-size: 14px;
  font-weight: 400;
  padding-top: 8px;
}

/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Forms Details  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/
/* Third Level Repeater Spacing */
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
  padding-bottom: 20px;
  padding-top: 0;
}

/*Spacing between adjancent cells in the same repeater*/
div .gfield_repeater_cell {
  margin-top: 5px;
}

/* Repeater styling line divider */
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-bottom: 20px;
}

/* Repeater containers */
.gfield_repeater_value > .gfield_repeater {
  background-color: rgba(1, 1, 1, 0.02);
  border-bottom: 1px solid rgb(238, 238, 238);
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  border-radius: 8px;
  margin: 10px;
  padding: 10px 20px;
}

/* Styling for Fake disabled input containers */
.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
  background-color: rgb(240, 240, 240);
  border: 1px solid rgb(197, 198, 197);
  border-radius: 4px;
  color: rgba(117, 117, 117, 0.7);
  margin-right: 10px;
  padding-left: 10px;
}

/* Consistent Padding in between cells and items */
.gfield_repeater_items .gfield_repeater_cell:not(:first-child),
.gfield_repeater .gfield_repeater_items {
  padding-top: 5px;
}

/* Repeaters Labels styling */
.gfield_repeater .gfield_label {
  color: rgb(35, 40, 45);
  font-size: 16px;
  font-weight: 600;
}

/* Decreasing the space below the label */
.gfield_repeater_value .gfield_label {
  padding-bottom: 0;
}

/* Removing additional 20px padding when more repeaters are added on third level repeater */
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
  padding-bottom: 0;
}

/*
----------------------------------------------------------------

readyclass.css

----------------------------------------------------------------
*/
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    display: -moz-inline-stack;
    display: inline-block;
    float: none !important;
    margin: 0;
    padding-right: 16px;
    vertical-align: top;
    width: auto !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline select {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
    width: 50px;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }
  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }
  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
  .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin: 8px 0 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    clear: both;
    content: "";
    display: block;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea,
  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small,
  .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
    clear: both;
  }
  /* 3 columns */
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    margin-right: 16px;
    width: calc(33.3% - 24px) !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
    clear: both;
  }
  /* 4 columns - quarters */
  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 25%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
    width: 24.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width: 97.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
    clear: both;
  }
  /* horizontal list columns - displayed inline */
  .gform_wrapper .top_label li ul.gfield_checkbox,
  .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: calc(70% + 16px);
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0 0 2px 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 33.3%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 25%;
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 20%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px 0;
  }
  /* vertical list columns - using CSS columns */
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
    margin: 0 0 10px 0;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    width: calc(100% - 16px);
  }
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    float: none !important;
    margin: 0 8px 10px 0;
    width: auto !important;
  }
  html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }
  .gform_wrapper li.gsection.gf_scroll_text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 16px;
    width: calc(100% - 16px);
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }
  .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title,
  .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    font-size: 12px;
    margin: 10px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
  }
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px 0;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green,
  .gform_wrapper li.gfield.gfield_html.gf_alert_red,
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow,
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    background-color: #cbeca0;
    border: 1px solid #97b48a;
    color: #030;
    text-shadow: #dfb 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    background-color: #faf2f5;
    border: 1px solid #cfadb3;
    color: #832525;
    text-shadow: #fff 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    background-color: #fffbcc;
    border: 1px solid #e6db55;
    color: #222;
    text-shadow: #fcfaea 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #424242;
    text-shadow: #fff 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    background-color: #d1e4f3;
    border: 1px solid #a7c2e7;
    color: #314475;
    text-shadow: #e0f1ff 1px 1px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    background-color: #fffbcc;
    border-bottom: 1px solid #e6db55;
    border-top: 1px solid #e6db55;
    color: #424242;
    font-size: 25px;
    margin: 30px 0;
    max-width: 99%;
    padding: 32px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    background-color: #eaeaea;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #424242;
    font-size: 25px;
    margin: 30px 0;
    max-width: 99%;
    padding: 32px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    -moz-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    background-color: #fffbd2;
    border: 1px solid #e6db55;
    box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    margin: 30px 0;
    position: relative;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf));
    background-color: #fffbcc;
    border-bottom: 1px solid #e6db55;
    border-top: 2px solid #fff;
    color: #424242;
    font-size: 28px;
    margin: 0;
    max-width: 99%;
    padding: 40px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    -moz-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    background-color: #f1fcdf;
    border: 1px solid #a7c37c;
    box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    margin: 30px 0;
    position: relative;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    background: linear-gradient(to bottom, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -ms-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -o-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -webkit-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 242, 183)), color-stop(100%, rgb(180, 208, 136)));
    background: rgb(219, 242, 183);
    background: -moz-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background-color: #fffbcc;
    border-bottom: 1px solid #a7c37c;
    border-top: 2px solid #effade;
    color: #030;
    font-size: 28px;
    margin: 0;
    max-width: 99%;
    padding: 40px;
    text-shadow: #dfb 1px 1px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before,
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    background: rgba(0, 0, 0, 0.2);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    content: "";
    left: 10px;
    max-width: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    left: auto;
    right: 10px;
    transform: rotate(3deg);
  }
  /* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */
  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .gform_wrapper form.gf_simple_horizontal {
    margin: 0 auto;
    width: calc(100% - 16px);
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body,
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: 75%;
    width: auto;
  }
  .gform_wrapper form.gf_simple_horizontal div.ginput_container,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    margin: 0;
    max-width: 25%;
    padding: 0;
    width: auto;
  }
  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    height: auto;
    padding-right: 1em;
  }
  .gform_wrapper form.gf_simple_horizontal label.gfield_label,
  .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
  .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
    display: block;
    height: 1px;
    left: -9000px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: 0.5em;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
  /* end media query */
}
/* add equal padding to form for better centering */
body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}

/*
----------------------------------------------------------------
datepicker.css
----------------------------------------------------------------
*/
.ui-datepicker {
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font: 9pt Arial, sans-serif;
  height: auto;
  margin: 5px auto 0;
  width: 216px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  width: 100%;
}

.ui-datepicker-header {
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  /* set the header background color */
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  background-color: #666;
  border-color: #666;
  border-style: solid;
  border-width: 1px 0 0 0;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  color: #D9D9D9;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
  text-shadow: 1px -1px 0 #000;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  background-image: url("../images/gravityforms/arrow.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 600%;
  overflow: hidden;
  text-align: center;
  width: 30px;
}

.ui-datepicker-prev {
  background-position: center -30px;
  float: left;
}

.ui-datepicker-next {
  background-position: center 0;
  float: right;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  border-bottom: 1px solid #bbb;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f1f1f1", GradientType=0);
}

.ui-datepicker th {
  color: #666;
  filter: dropshadow(color=#fff, offx=1, offy=0);
  font-size: 6pt;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase;
}

.ui-datepicker tbody td {
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 0;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  color: #666;
  display: inline-block;
  filter: dropshadow(color=#fff, offx=1, offy=1);
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 30px;
}

.ui-datepicker-calendar .ui-state-default {
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dedede", GradientType=0);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /* set the active date background color */
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /* set the active date border color */
  background: #fff2aa;
  /* set the active date font color */
  border: 1px solid #c19163;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #666;
  filter: dropshadow(color=#fff, offx=0, offy=1);
  margin: -1px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

/*
----------------------------------------------------------------
browsers.css
----------------------------------------------------------------
*/
/* Safari specific styles */
.entry .gform_wrapper.gf_browser_safari ul li:before,
.entry .gform_wrapper.gf_browser_safari ul li:after {
  content: "";
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_safari .gfield_checkbox li input {
  margin-top: 4px;
}

.gform_wrapper.gf_browser_safari select[multiple=multiple] {
  height: auto !important;
}

.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(2rem + 20px);
}

/* Google Chrome (and now Opera) styles */
.gform_wrapper.gf_browser_chrome select {
  padding: 2px 0 2px 3px;
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(3rem + 20px);
}

.gform_wrapper.gf_browser_chrome ul li:before,
.gform_wrapper.gf_browser_chrome ul li:after,
.entry .gform_wrapper.gf_browser_chrome ul li:before,
.entry .gform_wrapper.gf_browser_chrome ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 2px;
  text-indent: 2px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 6px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: 1px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_chrome select[multiple=multiple] {
  height: auto !important;
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
  margin-left: 1.1%;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_chrome span.address_country {
  margin-top: -2px;
}

/* Firefox specific styles */
.gform_wrapper.gf_browser_gecko select {
  padding: 2px 12px 2px 2px;
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(4rem + 25px);
}

.gform_wrapper.gf_browser_gecko ul li:before,
.gform_wrapper.gf_browser_gecko ul li:after,
.entry .gform_wrapper.gf_browser_gecko ul li:before,
.entry .gform_wrapper.gf_browser_gecko ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1px;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 2.4;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
  position: relative;
  top: 5px;
}

/* Internet Explorer specific styles */
.gform_wrapper.gf_browser_ie ul li:before,
.gform_wrapper.gf_browser_ie ul li:after,
.entry .gform_wrapper.gf_browser_ie ul li:before,
.entry .gform_wrapper.gf_browser_ie ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
  width: 80px;
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
  width: 70px;
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input,
.gform_wrapper.gf_browser_ie .gfield_time_minute input {
  margin-left: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: 3px 0 5px 0;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 3px;
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
  clear: both;
  overflow: hidden;
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 20px !important;
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_ie .gfield_checkbox li input {
  margin-top: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: 2px 0 2px 0;
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  left: 4px;
  position: relative;
  top: -1px;
}

.gform_wrapper.gf_browser_ie img.add_list_item,
.gform_wrapper.gf_browser_ie img.delete_list_item {
  background-size: 16px 16px !important;
  height: 16px !important;
  width: 16px !important;
}

.gform_wrapper.gf_browser_iphone ul li:before,
.gform_wrapper.gf_browser_iphone ul li:after,
.entry .gform_wrapper.gf_browser_iphone ul li:before,
.entry .gform_wrapper.gf_browser_iphone ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_unknown ul li:before,
.gform_wrapper.gf_browser_unknown ul li:after,
.entry .gform_wrapper.gf_browser_unknown ul li:before,
.entry .gform_wrapper.gf_browser_unknown ul li:after {
  content: none;
}

@media only screen and (max-width: 641px) {
  /* make the nifty styled selects a little larger for mobile devices */
  .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,
  .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single,
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 3.2;
  }
  .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,
  .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b,
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b {
    position: relative;
    top: 50%;
    transform: translateY(-25%);
  }
}
.validation_error {
  display: none;
}

.validation_message {
  display: none;
}

.gform_wrapper .gfield_required {
  color: red;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  padding-top: 0px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: red;
}

.gform_wrapper .validation_message {
  color: red;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid red;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: red;
}

.gform_wrapper .gfield_error .gfield_label {
  color: red;
}

.gform_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper.gform_validation_error .top_label select {
  border: 1px solid red;
}

.gfield_error .gfield_consent_label {
  color: red;
}

.gform_wrapper .gfield_error textarea::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gfield_error select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}
.gform_wrapper .gfield_error textarea::-moz-placeholder,
.gform_wrapper .gfield_error input[type=text]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=url]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=email]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=tel]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=number]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=password]::-moz-placeholder,
.gform_wrapper .gfield_error select::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
.gform_wrapper .gfield_error textarea:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=text]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=url]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=email]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=number]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=password]:-ms-input-placeholder,
.gform_wrapper .gfield_error select:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
.gform_wrapper .gfield_error textarea:-moz-placeholder,
.gform_wrapper .gfield_error input[type=text]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=url]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=email]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=tel]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=number]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=password]:-moz-placeholder,
.gform_wrapper .gfield_error select:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
.gform_wrapper .gfield_error textarea::backdrop,
.gform_wrapper .gfield_error input[type=text]::backdrop,
.gform_wrapper .gfield_error input[type=url]::backdrop,
.gform_wrapper .gfield_error input[type=email]::backdrop,
.gform_wrapper .gfield_error input[type=tel]::backdrop,
.gform_wrapper .gfield_error input[type=number]::backdrop,
.gform_wrapper .gfield_error input[type=password]::backdrop,
.gform_wrapper .gfield_error select::backdrop {
  /* Firefox 18- */
  color: red;
}

main {
  padding: 0.5em 1em;
}

.site-content {
  margin-top: var(--header-height);
  min-height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
}

.page-template-startpage .site-content,
.home .site-content {
  margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  font-family: "Dante Sans Display", sans-serif;
}

h1,
.h1 {
  font-size: 9.5rem;
  line-height: 1.1;
  letter-spacing: -0.005em;
}

h2,
.h2 {
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

h3,
.h3 {
  font-size: 3.9rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

h4,
.h4 {
  font-size: 2.1rem;
  line-height: 1.3;
}

@media (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 6.4rem;
  }
  h2,
  .h2 {
    font-size: 5rem;
  }
  h3,
  .h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 6rem;
  }
  h2,
  .h2 {
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 7.4rem;
  }
  h3,
  .h3 {
    font-size: 3rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  h1,
  .h1 {
    font-size: 6.7rem;
    line-height: 1.1;
  }
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 1.2;
  }
  h4,
  .h4 {
    font-size: 2.1rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.35em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::placeholder {
  opacity: 1 !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

textarea {
  border-radius: 0;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.bg-color-pink {
  background-color: #E8A9D9;
  color: #000;
}

.bg-color-green {
  background-color: #D7E2D2;
}

.var-colors {
  background-color: var(--bg-color) !important;
  color: var(--txt-color) !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .has-scroll {
    --wp-bar-height: 0px!important;
  }
}

form[id^=hsForm_] input, form[id^=hsForm_] select {
  font-size: 16px !important;
  line-height: 16px;
}

.get-height {
  position: fixed;
  padding: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}

.is-popup-subscribe-visible,
.is-menu-expanded {
  overflow: hidden;
}

@font-face {
  font-family: "Dante Sans Text";
  src: url("../fonts/DanteSans-Text.woff2") format("woff2"), url("../fonts/DanteSans-Text.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dante Sans Display";
  src: url("../fonts/DanteSans-Display.woff2") format("woff2"), url("../fonts/DanteSans-Display.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header {
  padding: 0;
  position: fixed;
  z-index: 13;
  top: 0;
  top: var(--wp-bar-height, 0);
  width: 100%;
  height: auto;
  z-index: 102;
  background-color: #f2f2f2;
  box-shadow: 0px 9px 7px -5px rgba(0, 0, 0, 0.07);
  transition: background-color 0.4s, top 0.4s, transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 0.5rem 0;
  }
}
.header .header__main {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header .header__main {
    padding: 1rem 0;
  }
}
.header .header__logo {
  width: fit-content;
  flex-shrink: 0;
  margin-left: -1.9rem;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 1199px) and (min-width: 1023.02px) {
  .header .header__logo {
    max-width: 14%;
    margin-left: -0.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo {
    max-width: 37%;
    margin-left: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo .logo {
    opacity: 1;
    visibility: visible;
  }
}
.header .header__container {
  flex-grow: 1;
  padding-left: 3.6rem;
}
@media (max-width: 1023px) {
  .header .header__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.3rem;
  }
}
@media (max-width: 1023px) {
  .header .header__wrapper {
    height: calc(var(--win-height, 100vh) - 100% - var(--wp-bar-height, 0));
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    color: #000;
  }
}
.header .header__wrapper-scroll {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .header .header__wrapper-scroll {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4.1rem 3.1rem 4.4rem;
    width: 100vw;
    min-height: 100%;
    background-color: #e5e5e5;
  }
}
@media (max-width: 374px) {
  .header .header__wrapper-scroll {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 1023.02px) {
  .header .header__wrapper .header__actions {
    display: none !important;
  }
}
.header.has-menu .header__wrapper {
  opacity: 1;
  visibility: visible;
}
.header .header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header .header__actions {
    flex-wrap: wrap;
    margin-top: 4.8rem;
    margin-left: -2.1rem;
    margin-right: -2.1rem;
  }
  .header .header__actions > * {
    width: 50%;
    padding-top: 2rem;
    min-height: 4rem;
    vertical-align: bottom;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search,
  .header .header__actions .header__account,
  .header .header__actions .header__shop {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search a,
  .header .header__actions .header__account a,
  .header .header__actions .header__shop a {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search p,
  .header .header__actions .header__account p,
  .header .header__actions .header__shop p {
    font-size: 1.9rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__account {
    order: 3;
  }
}
.header .header__menu {
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (max-width: 1399px) {
  .header .header__menu {
    padding-left: 0;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .header .header__menu {
    display: block;
    padding: 0;
    width: 100%;
    flex-grow: 0;
  }
}
.header .header__menu .nav {
  width: 100%;
}
.header .header__lang,
.header .header__search,
.header .header__shop {
  padding-right: 2.4rem;
}
@media (max-width: 1199px) {
  .header .header__lang,
  .header .header__search,
  .header .header__shop {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .header .header__lang,
  .header .header__search,
  .header .header__shop {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .header .header__lang,
  .header .header__search,
  .header .header__shop {
    padding-right: 0;
    display: flex;
    align-items: center;
  }
}
.header .header__search a,
.header .header__shop a,
.header .header__account a {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}
.header .header__search a:hover,
.header .header__shop a:hover,
.header .header__account a:hover {
  opacity: 0.6;
}
.header .header__search p,
.header .header__account p,
.header .header__shop p {
  font-size: 0;
}
@media only screen and (max-width: 575px) {
  .header .header__search p,
  .header .header__account p,
  .header .header__shop p {
    font-size: 1.9rem;
    margin-left: 1rem;
  }
}
.header .header__shop img + img,
.header .header__account img + img {
  display: none;
}
.header .header__toggle,
.header .header__search--mobile,
.header .header__shop--mobile {
  display: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1023px) {
  .header .header__toggle,
  .header .header__search--mobile,
  .header .header__shop--mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header .header__search--mobile,
  .header .header__shop--mobile {
    padding-right: 3.5rem;
    font-size: 0;
  }
  .header .header__search--mobile a,
  .header .header__shop--mobile a {
    display: block;
  }
  .header .header__search--mobile p,
  .header .header__shop--mobile p {
    font-size: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__search--mobile {
    padding-right: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__search--mobile .search-field.is-focused .search__field {
    padding: 0.4rem 0 0.4rem 3rem;
    width: 16rem;
  }
}
.header.has-menu .header__search--mobile, .header.has-menu .header__shop--mobile {
  opacity: 0;
  visibility: hidden;
}
.header .header__bar {
  position: relative;
  color: currentColor;
  padding: 0.8rem 0;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, transform 0.4s;
}
@media (max-width: 1023px) {
  .header .header__bar {
    display: none;
  }
}
.header .header__bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  border-bottom: 1px solid currentcolor;
}
.header .header__bar ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .header__bar ul li {
  position: relative;
}
.header .header__bar ul li + li {
  margin-left: 1.8rem;
  padding-left: 1.8rem;
}
.header .header__bar ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2.4rem;
  width: 0.1rem;
  background-color: currentColor;
}
.header .header__bar .header__lang {
  padding-right: 1.8rem;
}
.header .header__bar .link-alt img,
.header .header__bar .link-alt svg {
  max-height: 2.1rem;
  display: block;
  width: auto;
}
.header .header__bar .link-alt img path,
.header .header__bar .link-alt svg path {
  transition: fill 0.4s;
}
.header .header__subnav {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1199px) {
  .header .header__subnav {
    display: none;
  }
}
.header .header__subnav:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.07);
}
.header .header__subnav__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 0;
}
.header .header__subnav__inner p {
  flex-grow: 1;
  margin: 0;
  font-size: 2.1rem;
}
.header .header__subnav__inner ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.header .header__subnav__inner ul li + li {
  margin-left: 3rem;
}
.header .header__subnav__inner ul li a:not(.btn) {
  transition: color 0.3s;
}
.header .header__subnav__inner ul li a:not(.btn):hover {
  color: #8a1b22;
}

@media (min-width: 1023.02px) {
  .page-template-startpage:not(.has-scroll) .header,
  .home:not(.has-scroll) .header {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
  }
  .page-template-startpage:not(.has-scroll) .header .nav > ul > li.menu-item-has-children > ul:before,
  .home:not(.has-scroll) .header .nav > ul > li.menu-item-has-children > ul:before {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .page-template-startpage:not(.has-scroll) .header .menu-item-has-children .menu-item-has-children ul,
  .home:not(.has-scroll) .header .menu-item-has-children .menu-item-has-children ul {
    color: rgba(255, 255, 255, 0.75);
  }
  .page-template-startpage:not(.has-scroll) .header .link-alt svg path,
  .home:not(.has-scroll) .header .link-alt svg path {
    fill: #fff;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .page-template-startpage .header,
  .home .header {
    background-color: #e5e5e5;
    color: #000;
  }
}

@media (min-width: 1023.02px) {
  .is-header-bar-hidden .header {
    transform: translateY(calc(var(--header-bar-height) * -1));
  }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #101423;
  color: #fff;
  padding: 4.2rem 0;
  margin-top: auto;
}
@media (max-width: 1199px) {
  .footer {
    padding: 3rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 4.8rem 0;
  }
}
.footer .footer__main {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__aside {
  width: 8.33%;
}
@media (max-width: 1199px) {
  .footer .footer__aside {
    width: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__aside {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__aside .logo-base img {
    min-width: 6.4rem;
    margin-left: 1.5rem;
  }
}
.footer .footer__contacts {
  width: 27.7%;
  margin-left: 2.8rem;
}
@media (max-width: 1199px) {
  .footer .footer__contacts {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__contacts {
    width: calc(50% - 1.2rem);
    margin-left: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__contacts {
    margin: 4.6rem 0 0;
    width: 100%;
  }
}
.footer .footer__contacts .form-subscribe {
  padding-top: 0.6rem;
}
.footer .footer__contacts .form-subscribe:not(:last-child) {
  margin-bottom: 2.7rem;
}
.footer .footer__nav {
  width: 10%;
  flex-grow: 1;
  margin-left: 9.1rem;
  padding-top: 0.8rem;
}
@media (min-width: 1199.02px) {
  .footer .footer__nav {
    margin-right: -1.7rem;
  }
}
@media (max-width: 1199px) {
  .footer .footer__nav {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__nav {
    width: 100%;
    margin: 3rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav {
    margin: 4.6rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav .row {
    --gutter-y: 3.2rem;
  }
}
.footer .footer__nav h6 {
  font-size: 1.6rem;
  font-family: "Dante Sans Text", sans-serif;
}
.footer .footer__nav h6:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav h6:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.footer .footer__nav ul {
  list-style-type: none;
  color: #BABABA;
}
@media (max-width: 1023px) and (min-width: 767.02px) {
  .footer .footer__nav ul {
    font-size: 1.4rem;
  }
}
.footer .footer__nav ul li + li {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .footer .footer__nav ul li + li {
    margin-top: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul li + li {
    margin-top: 1.2rem;
  }
}
.footer .footer__nav ul a {
  transition: color 0.3s;
}
@media (min-width: 1023.02px) {
  .footer .footer__nav ul a:hover {
    color: #8a1b22;
  }
}
.footer .footer__nav h6 a {
  transition: color 0.3s;
}
@media (min-width: 1023.02px) {
  .footer .footer__nav h6 a:hover {
    color: #A4A5A6;
  }
}
.footer .footer__foot {
  position: relative;
  margin-top: 7.5rem;
  padding: 2.4rem 3% 0;
}
@media (max-width: 1199px) {
  .footer .footer__foot {
    margin-top: 3rem;
    padding: 3rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__foot {
    margin-top: 2.6rem;
    padding: 2.8rem 0 0;
  }
}
.footer .footer__foot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  height: 1px;
  width: 100vw;
  background-color: currentColor;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: block;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 1023px) {
  .logo {
    max-width: 14rem;
  }
}
@media only screen and (max-width: 575px) {
  .logo {
    max-width: 13rem;
  }
}
.logo img {
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(138.4rem + 3rem * 2);
  padding-inline: 3rem;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .shell {
    padding-inline: 1.6rem;
  }
}

/* Shell small */
.shell--small {
  max-width: calc(75.2rem + 3rem * 2);
}

.shell--medium {
  max-width: calc(115.3rem + 3rem * 2);
}

.shell--big {
  max-width: 151.2rem;
  padding: 0 3.2rem;
}

/* Shell Fluid */
.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1199px) {
  .nav {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .nav {
    font-size: 1.9rem;
  }
}
.nav ul {
  list-style-type: none;
  display: flex;
  padding: 0;
}
@media (max-width: 1023px) {
  .nav ul {
    display: block;
  }
}
.nav li a {
  display: block;
  transition: color 0.3s;
}
.nav li a:hover {
  text-decoration: none;
  color: #8a1b22;
}
.nav > ul > li > a {
  padding: 3.1rem 0;
}
@media (max-width: 1199px) {
  .nav > ul > li > a {
    padding: 2rem 0;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li > a {
    padding: 0;
  }
}
@media (min-width: 1023.02px) {
  .nav > ul > li.menu-item-has-children > ul {
    position: fixed;
    top: calc(var(--header-main-height) + var(--header-bar-height) + var(--wp-bar-height));
    left: 50%;
    transform: translateX(-50%);
    width: 144.4rem;
    max-width: 100%;
    padding: 2.6rem 3rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s;
    justify-content: flex-start;
  }
  .nav > ul > li.menu-item-has-children > ul:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    transition: background-color 0.3s;
    background-color: #E5E5E5;
  }
  .nav > ul > li.menu-item-has-children > ul > * {
    position: relative;
    z-index: 2;
  }
  .nav > ul > li.menu-item-has-children > ul > li {
    max-width: max(25rem, 14%);
  }
  .nav > ul > li.menu-item-has-children > ul > li + li {
    margin-left: 5.6rem;
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children {
    line-height: 1.55;
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children > a {
    margin-bottom: 2.2rem;
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children ul {
    display: block;
    color: rgba(0, 0, 0, 0.75);
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children ul li + li {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li.menu-item-has-children > ul {
    padding-left: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
    opacity: 0.8;
    font-size: 1.8rem;
  }
  .nav > ul > li.menu-item-has-children > ul ul {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 1rem;
    opacity: 0.8;
    font-size: 1.6rem;
    display: none;
  }
  .nav > ul > li.menu-item-has-children > ul li + li {
    margin-top: 0.2rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 4rem;
  }
  .nav > ul > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid currentcolor;
    border-width: 0 1px 1px 0;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s;
  }
  .nav > ul > li.menu-item-has-children > ul {
    display: none;
  }
  .nav > ul > li.menu-item-has-children.is-open > a:after {
    transform: translateY(-15%) rotate(45deg) scale(-1);
  }
}
.nav > ul > li + li {
  margin-left: 3.2rem;
}
@media (max-width: 1399px) {
  .nav > ul > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li + li {
    margin-left: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-top: 3.55rem;
    margin-left: 0;
  }
}
.nav > ul > li + .has-spacing {
  margin-left: auto;
}
@media (min-width: 1023.02px) {
  .nav > ul > li + .has-spacing > .sub-menu {
    justify-content: flex-end;
  }
}
@media (min-width: 1023.02px) {
  .nav > ul > li.menu-item-has-children:hover ul, .nav > ul > li.menu-item-has-children:focus-within ul {
    opacity: 1;
    visibility: visible;
  }
}

/* ------------------------------------------------------------ *\
	LAng Switcher
\* ------------------------------------------------------------ */
.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
}
.lang-switcher select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  margin-left: 0.4rem;
  background-color: transparent;
  color: currentColor;
  width: var(--select-width);
  min-width: 26px;
  display: block;
  padding: 0;
}
@media (max-width: 1023px) {
  .lang-switcher select {
    margin-left: 1rem;
    font-size: 1.9rem;
  }
}
.lang-switcher select option {
  color: #000;
}
.lang-switcher .lang__measure {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  max-width: unset;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 1023px) {
  .lang-switcher .lang__measure {
    margin-left: 1rem;
    font-size: 1.9rem;
  }
}
.lang-switcher picture {
  flex-shrink: 0;
}

/* ------------------------------------------------------------ *\
	HEro
\* ------------------------------------------------------------ */
.hero {
  height: 100vh;
  min-height: 40rem;
  width: 100%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
  display: flex;
  color: #fff;
  padding: 6rem 0;
}
@media only screen and (max-width: 1199px) {
  .hero {
    padding: 4rem 0;
    min-height: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 3.2rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    min-height: 40rem;
  }
}
.hero .hero__shell {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero .hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero__image,
.hero .hero__image img,
.hero .hero__image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero__image img {
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .hero .hero__title {
    text-transform: capitalize;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__title h1 {
    line-height: 1.14;
  }
}

body.logged-in .hero {
  height: calc(100vh - 3.2rem);
}
@media only screen and (max-width: 782px) {
  body.logged-in .hero {
    height: calc(100vh - 4.6rem);
  }
}

/* ------------------------------------------------------------ *\
	section-split
\* ------------------------------------------------------------ */
.section-split {
  font-size: 2.1rem;
  line-height: 1.3;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .section-split {
    font-size: 1.6rem;
  }
}
.section-split h4 {
  margin-bottom: 3.8rem;
  font-weight: 600;
}
.section-split p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-split .section__shell {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .section-split .section__shell {
    flex-direction: column-reverse;
  }
}
.section-split .section__wrapper {
  width: 74.5%;
  padding: 4.2rem 6.4rem 6.4rem 0;
}
@media only screen and (max-width: 1199px) {
  .section-split .section__wrapper {
    padding: 4rem 4rem 4rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split .section__wrapper {
    width: 100%;
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__wrapper {
    padding: 5.1rem 0 6.2rem;
  }
}
.section-split .section__wrapper--offset {
  padding: 3rem 4rem 8.2rem 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .section-split .section__wrapper--offset {
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__wrapper--offset {
    padding: 3.2rem 0 6.4rem;
  }
}
.section-split .section__title h2:not(.h1) {
  margin-top: 2.4rem;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__title h2:not(.h1) {
    margin-top: 0;
  }
}
.section-split .section__wrapper--small {
  padding-top: 4.7rem;
}
@media only screen and (max-width: 1199px) {
  .section-split .section__wrapper--small {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--small {
    padding-top: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small,
  .section-split .section__wrapper--offset {
    width: calc(100% + 1.2rem);
    margin: 0 -0.6rem;
    padding-bottom: 6.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset {
    padding-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small .section__title h2 {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--large .section__title h2.h1 {
    word-break: break-word;
  }
}
@media only screen and (max-width: 1199px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 4.8rem;
    line-height: 1.2;
  }
}
.section-split .section__wrapper--offset .section__title h2:not(.h1) {
  margin-top: 0;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__title h2:not(.h1) {
    letter-spacing: -0.005em;
  }
}
.section-split .section__content {
  margin-top: 3.8rem;
  letter-spacing: 0.014em;
  line-height: 1.2;
}
.section-split .section__content ul:not([class]) {
  padding-left: 1em;
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small .section__content {
    line-height: 1.32;
  }
}
.section-split .section__content--offset {
  margin-top: 3rem;
}
.section-split .section__content p:not(:last-child) {
  margin-bottom: 3.8rem;
}
.section-split .section__content--offset p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.section-split .section__cols {
  display: flex;
  margin-top: 8.1rem;
}
@media only screen and (max-width: 1199px) {
  .section-split .section__cols {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__cols {
    margin-top: 7.3rem;
    flex-direction: column;
    font-size: 2.1rem;
  }
}
.section-split .section__cols ul {
  padding-left: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__cols ul {
    padding-left: 2rem;
  }
}
.section-split .section__cols ul li::marker {
  font-size: 80%;
}
.section-split .section__wrapper--offset .section__cols {
  margin-top: 4.7rem;
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__cols {
    margin-top: 3.3rem;
  }
}
.section-split .section__col:first-child {
  padding-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__col:first-child {
    padding-right: 0;
    margin-bottom: 4.3rem;
  }
}
.section-split .section__col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .section-split .section__col {
    width: 100%;
  }
}
.section-split .section__wrapper--offset .section__col {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--offset .section__col {
    width: 100%;
  }
}
.section-split .section__wrapper--offset .section__col + .section__col {
  width: 51%;
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--offset .section__col + .section__col {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__col + .section__col {
    font-size: 2.1rem;
    margin-top: -1rem;
  }
}
.section-split .section__col p:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .section-split .section__col p:not(:last-child) {
    margin-bottom: 4.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__col p:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.section-split .section__cols p > a,
.section-split .section__content p > a {
  text-decoration: none;
  color: #8a1b22;
  transition: color 0.3s;
}
.section-split .section__cols p > a:hover,
.section-split .section__content p > a:hover {
  color: #aad5be;
}
.section-split .section__image,
.section-split .section__video {
  width: calc(35.5% - (138.4rem - 100vw) / 2);
  position: relative;
  margin-right: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-split .section__image,
  .section-split .section__video {
    width: calc(35% + 3rem);
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split .section__image,
  .section-split .section__video {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
    aspect-ratio: 1/0.5;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__image,
  .section-split .section__video {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
    aspect-ratio: 1/0.7;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__image,
  .section-split .section__video {
    aspect-ratio: 390/453;
  }
}
@media (min-width: 767.02px) {
  .section-split .section__video-mobile-link {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__video-mobile-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset + .section__image {
    aspect-ratio: 1/0.87;
  }
}
.section-split .section__video > a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
@media only screen and (max-width: 768px) {
  .section-split .section__video > a {
    display: block;
  }
}
.section-split .section__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-split .section__poster-iframe {
  display: none;
}
.section-split .section__video.video-played .section__poster,
.section-split .section__video.video-played .section__btn {
  opacity: 0;
  visibility: hidden;
}
.section-split .section__image img,
.section-split .section__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-split .section__iframe,
.section-split .section__player {
  display: flex;
  align-items: center;
  height: 100%;
}
.section-split .section__iframe iframe,
.section-split .section__player video,
.section-split .section__video .plyr {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.section-split .section__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-split .section__btn svg {
  display: none;
}
.section-split .section__btn:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-split .section__btn img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-split .section__btn img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__btn img {
    max-width: 14.3rem;
  }
}
.section-split .plyr .plyr__control.plyr__control--overlaid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.9rem;
  height: 18.9rem;
  transform: translateY(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/svg/play-btn.svg);
}
.section-split .plyr .plyr__control.plyr__control--overlaid svg {
  display: none;
}
.section-split .plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-split .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-split .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 14.3rem;
  }
}
.section-split .section__actions {
  display: flex;
  gap: 6.4rem;
  margin-top: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .section-split .section__actions {
    margin-top: 6.2rem;
    gap: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.section-split .plyr__poster {
  background-size: cover !important;
}
.section-split .section__media {
  margin-bottom: -6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__image {
    aspect-ratio: auto;
    margin-bottom: -1px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__image img {
    position: static;
    height: auto;
  }
}

.section-split--pink {
  background-color: #8a1b22;
  color: #fff;
}

.section-split--teal {
  background-color: #aad5be;
  color: #000;
}

.section-split--gray {
  background-color: #e5e5e5;
}

.section-split--gray2 {
  background-color: #101423;
  color: #fff;
}

.section-split--black {
  background-color: #101423;
  color: #fff;
}

.section-split--reversed .section__shell {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .section-split--reversed .section__shell {
    flex-direction: column-reverse;
  }
}
.section-split--reversed .section__image,
.section-split--reversed .section__video {
  margin-right: 0;
  margin-left: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-split--reversed .section__image,
  .section-split--reversed .section__video {
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split--reversed .section__image,
  .section-split--reversed .section__video {
    margin: 0 -3rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split--reversed .section__image,
  .section-split--reversed .section__video {
    margin: 0 -1.6rem;
  }
}
.section-split--reversed .section__wrapper {
  padding: 4.2rem 0 6.4rem 6.4rem;
}
@media only screen and (max-width: 1199px) {
  .section-split--reversed .section__wrapper {
    padding: 4rem 0 4rem 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split--reversed .section__wrapper {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-split--reversed .section__wrapper {
    padding: 6.4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-split--reversed .section__wrapper--small {
    padding-bottom: 6.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .section-split--reverse-mobile .section__shell {
    flex-direction: column;
  }
}

@media (min-width: 1023.02px) {
  .section-split--1vs1 .section__wrapper {
    width: 50%;
  }
  .section-split--1vs1 .section__image,
  .section-split--1vs1 .section__video {
    width: 10%;
    flex-grow: 1;
  }
}

@media (max-width: 1023px) {
  .section-split--mobile-content-first .section__shell {
    display: block;
  }
}

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.16rem 1.55rem 1.3rem;
  border-radius: 18px;
  border: 1px solid #000;
  line-height: 1.3;
  font-size: 1.6rem;
  transition: background-color 0.3s, color 0.3s;
}
.btn svg {
  margin-left: 1.7rem;
  margin-right: 0.7rem;
  transition: transform 0.3s;
}
.btn svg path {
  stroke: currentColor;
  transition: stroke 0.3s;
}
.btn:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.07);
}
.btn:hover svg {
  transform: translate(5px, 0);
}

.btn--pink {
  border-color: #8a1b22;
}
.btn--pink:hover {
  background-color: transparent;
  color: #8a1b22;
}
.btn--pink:hover svg path {
  stroke: #8a1b22;
}

.btn--white {
  border-color: #fff;
}
.btn--white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn--text-white {
  color: #fff;
}
.btn--text-white svg path {
  stroke: #fff;
}

.btn--size-2 {
  font-size: 2.1rem;
  padding: 0.96rem 2.55rem;
  font-family: "Dante Sans Text";
  font-weight: 400;
}

.btn--arrow-down:hover svg {
  transform: none;
}

/* ------------------------------------------------------------ *\
	section-text-media
\* ------------------------------------------------------------ */
.section-text-media {
  font-size: 2.1rem;
  line-height: 1.3;
  overflow: hidden;
  background-color: #f2f2f2;
}
@media (max-width: 1399px) {
  .section-text-media {
    font-size: 1.6rem;
  }
}
.section-text-media p > sup {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.section-text-media p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-text-media .section__shell {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__shell {
    flex-direction: column-reverse;
  }
}
.section-text-media .section__media-mobile {
  text-align: center;
}
.section-text-media .section__image {
  position: relative;
  width: calc(50% - (138.4rem - 100vw) / 2);
  margin-right: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-text-media .section__image {
    width: calc(50% + 3rem);
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__image {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__image {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
    aspect-ratio: auto;
  }
}
.section-text-media .section__image img,
.section-text-media .section__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-text-media .section__image--alt img {
  object-fit: contain;
}
.section-text-media .section__iframe,
.section-text-media .section__player {
  display: flex;
  align-items: center;
  height: 100%;
}
.section-text-media .section__iframe iframe,
.section-text-media .section__player video,
.section-text-media .section__video .plyr,
.section-text-media .section__image .plyr {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.section-text-media .plyr .plyr__control.plyr__control--overlaid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.9rem;
  height: 18.9rem;
  transform: translateY(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/svg/play-btn.svg);
}
.section-text-media .plyr .plyr__control.plyr__control--overlaid svg {
  display: none;
}
.section-text-media .plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-text-media .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-text-media .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 14.3rem;
  }
}
.section-text-media .plyr__poster {
  background-size: cover !important;
}
.section-text-media .section__wrapper {
  width: 50%;
  padding: 6.4rem 6.4rem 6.4rem 0;
}
@media only screen and (max-width: 1399px) {
  .section-text-media .section__wrapper {
    padding: 4rem 4rem 4rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  .section-text-media .section__wrapper {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper {
    width: 100%;
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__wrapper {
    padding: 6.6rem 0 7.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media .section__wrapper--alt {
    padding: 2.4rem 0 4.8rem;
  }
}
.section-text-media .section__wrapper--small {
  line-height: 1.35;
  padding-top: 4.3rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--small {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media .section__wrapper--small {
    padding: 2.4rem 0 4.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__wrapper--small .section__title {
    text-transform: capitalize;
  }
}
.section-text-media .section__wrapper .search-block {
  margin-top: 5.9rem;
  max-width: 57.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__wrapper .search-block {
    margin-top: 5rem;
  }
}
.section-text-media .section__title:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__title:not(:last-child) {
    margin-bottom: 5.1rem;
  }
}
.section-text-media .section__title p {
  font-size: 2.1rem;
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__title p > span {
    text-transform: uppercase;
  }
}
.section-text-media .section__title p + .h1 {
  margin-top: 0.3rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title p + .h1 {
    margin-top: 1.3rem;
  }
}
.section-text-media .section__title p + h2:not(.h1) {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title p + h2:not(.h1) {
    margin-top: 1.2rem;
  }
}
.section-text-media .section__title h2:not(.h1) {
  margin-bottom: 15.8rem;
}
@media only screen and (max-width: 1199px) {
  .section-text-media .section__title h2:not(.h1) {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title h2:not(.h1) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title h2:not(.h1) {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__title h2 {
    font-size: 3.9rem;
    line-height: 1.2;
  }
}
.section-text-media .section__title h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__title h4 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__title h4:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.section-text-media .section__content p {
  margin-bottom: 0;
}
.section-text-media .section__content p + p {
  margin-top: 2.4rem;
}
.section-text-media .section__content p + a {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__content p + a {
    margin-top: 2.4rem;
  }
}
.section-text-media .section__content p a:not([class]) {
  color: #8a1b22;
}
.section-text-media .section__content .btn:not(:first-child) {
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__content .btn:not(:first-child) {
    margin-top: 4.8rem;
  }
}
.section-text-media .section__wrapper--alt .section__title:not(:last-child) {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__title:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__title:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__wrapper--alt .section__title {
    font-size: 1.9rem;
  }
}
.section-text-media .section__wrapper--alt .section__content p + a {
  margin-top: 8.6rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__content p + a {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__content p + a {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__wrapper--last .section__title {
    margin-bottom: 6.8rem;
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .section-text-media .section__wrapper--last .section__title:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .tile .tile__slider {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .tile .tile__wrapper {
    padding: 2.7rem 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .tile .tile__content {
    padding-left: 3.2rem;
  }
}

.section-text-media--reversed .section__shell {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__shell {
    flex-direction: column-reverse;
  }
}
.section-text-media--reversed .section__wrapper {
  padding: 6.4rem 0 6.4rem 6.4rem;
}
@media only screen and (max-width: 1399px) {
  .section-text-media--reversed .section__wrapper {
    padding: 4rem 0 4rem 4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-text-media--reversed .section__wrapper {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__wrapper {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media--reversed .section__wrapper {
    padding: 2.4rem 0 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media--reversed .section__wrapper--alt {
    padding: 2.4rem 0 4.8rem;
  }
}
.section-text-media--reversed .section__wrapper--small {
  padding-top: 4.3rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__wrapper--small {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media--reversed .section__wrapper--small {
    padding: 2.4rem 0 4.8rem;
  }
}
.section-text-media--reversed .section__image {
  margin-right: 0;
  margin-left: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-text-media--reversed .section__image {
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__image {
    margin: 0 -3rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media--reversed .section__image {
    margin: 0 -1.6rem;
  }
}
.section-text-media--reversed .section__poster-iframe {
  display: none;
}

.section-text-media--black {
  background-color: #101423;
  color: #fff;
}

.section-text-media--black2 {
  background-color: #101423;
  color: #fff;
}

.section-text-media--teal {
  background-color: #aad5be;
}

.section-text-media--gray {
  background-color: #e5e5e5;
}

.section-text-media--gray2 {
  background-color: #e6e7e9;
}

.section-text-media--pink {
  background-color: #8a1b22;
  color: #fff;
}

.section-text-media.size-2 .section__wrapper {
  padding: 10.1rem 6.4rem 10.1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-2 .section__wrapper {
    padding: 4.7rem 0 5.8rem 0;
  }
}
.section-text-media.size-2 .section__wrapper .section__title:not(:last-child) {
  margin-bottom: 6.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-2 .section__wrapper .section__title:not(:last-child) {
    margin-bottom: 2.3rem;
  }
}
.section-text-media.size-2 .section__wrapper .section__title h2:not(.h1) {
  margin-bottom: 2rem;
}
.section-text-media.size-2 .section__wrapper .section__title h2:not(.h1):last-child {
  margin-bottom: 0;
}
.section-text-media.size-2 .section__wrapper .section__content {
  font-family: "Dante Sans Display";
}
.section-text-media.size-2 .section__wrapper .section__content p {
  letter-spacing: -0.005em;
}
.section-text-media.size-2.section-text-media--reversed .section__wrapper {
  padding-right: 0;
  padding-left: 5.8rem;
}
@media (max-width: 1023px) {
  .section-text-media.size-2.section-text-media--reversed .section__wrapper {
    padding-left: 0;
  }
}

@media (min-width: 1023.02px) {
  .section-text-media--5of7 .section__wrapper {
    width: 41.66%;
  }
  .section-text-media--5of7 .section__image {
    width: 10%;
    flex-grow: 1;
  }
}

@media (min-width: 1023.02px) {
  .section-text-media--4of8 .section__wrapper {
    padding: 12rem 6.4rem 6.4rem 0;
    width: 31.73%;
  }
  .section-text-media--4of8 .section__image {
    width: 10%;
    flex-grow: 1;
  }
  .section-text-media--4of8 .section__title:not(:last-child) {
    margin-bottom: 10.9rem;
  }
  .section-text-media--4of8 .section__title h2:not(.h1) {
    margin-bottom: 2rem;
  }
  .section-text-media--4of8 .section__content h4 {
    letter-spacing: -0.005em;
  }
  .section-text-media--4of8 .tile {
    min-height: 63rem;
  }
}

@media (max-width: 1023px) {
  .section-text-media--mobile-content-first .section__shell {
    display: block;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__title:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__title h2 {
    font-size: 3.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__title h2:not(.h1) {
    margin-bottom: 5.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__content {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.section-text-media--manufacturers .section__wrapper {
  padding: 7.5rem 6.4rem 6.4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--manufacturers .section__wrapper {
    padding: 2.1rem 0 2.6rem;
  }
}
.section-text-media--manufacturers .section__wrapper h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--manufacturers .section__wrapper h3 {
    font-size: 3.9rem;
  }
}
.section-text-media--manufacturers .section__title:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--manufacturers .section__title:not(:last-child) {
    margin-bottom: 4.4rem;
  }
}
.section-text-media--manufacturers .section__image {
  min-height: 45.8rem;
}

.section-text-media.size-3 .section__title:not(:last-child) {
  margin-bottom: 2rem;
}
.section-text-media.size-3 .section__title h2:not(.h1) {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-3 .section__title h2 {
    line-height: 1.1;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-3 .section__wrapper {
    padding: 3.2rem 0 2.8rem;
  }
}

@media (max-width: 1023px) {
  .section-text-media--tiles .section__media-mobile {
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 1023px) {
  .section-text-media--tiles .section__image {
    aspect-ratio: auto;
  }
}
@media (max-width: 1023px) {
  .section-text-media--tiles .tile {
    min-height: 0;
    height: auto;
  }
}
@media (max-width: 1023px) and (min-width: 767.02px) {
  .section-text-media--tiles .tile .tile__wrapper {
    padding-left: 3rem;
  }
}

.section-text-media--small .section__wrapper {
  padding: 6rem 5% 6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--small .section__wrapper {
    padding: 2rem 0;
  }
}
.section-text-media--small .tile {
  min-height: 0;
}

/* ------------------------------------------------------------ *\
	menu-toggle
\* ------------------------------------------------------------ */
.menu-toggle {
  position: relative;
  text-decoration: none;
  display: block;
  width: 2.6rem;
  height: 1.3rem;
}
.menu-toggle span {
  position: absolute;
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 0.1rem;
  left: 0%;
  transform-origin: center;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: auto;
  bottom: 0;
}

.has-menu .menu-toggle span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.has-menu .menu-toggle span:nth-child(2) {
  bottom: 50%;
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Section Tiles
\* ------------------------------------------------------------ */
.section-tiles {
  display: flex;
  flex-wrap: wrap;
}
.section-tiles .section__tile {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .section-tiles .section__tile {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Slider Media
\* ------------------------------------------------------------ */
.slider-media {
  height: 100%;
}
.slider-media * {
  height: 100%;
}

/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  position: relative;
  min-height: 75.7rem;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .tile {
    min-height: 50vw;
  }
}
@media only screen and (max-width: 1023px) {
  .tile {
    min-height: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .tile {
    min-height: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile {
    display: block;
  }
}
.tile > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  text-decoration: none;
}
.tile > a:hover {
  text-decoration: none;
}
.tile .tile__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .tile .tile__slider {
    position: static;
    aspect-ratio: 1/0.7;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__slider {
    aspect-ratio: 1/0.99;
  }
}
.tile .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tile .tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile .tile__title {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  padding: 6.2rem 6.4rem;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1399px) {
  .tile .tile__title {
    padding: 4rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__title {
    padding: 3rem;
    font-size: 1.9rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1023px) {
  .tile .tile__title {
    padding: 3.2rem 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__title {
    display: none;
    padding: 0;
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__title h2 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__title h2 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__title h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    text-transform: capitalize;
  }
}
.tile .tile__title h3 {
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .tile .tile__title h3 {
    font-size: 5.2rem;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__title h3 {
    font-size: 4.8rem;
    line-height: 1.2;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__wrapper--alt .tile__title h2,
  .tile .tile__wrapper--alt .tile__title h3 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__wrapper--alt .tile__title h2,
  .tile .tile__wrapper--alt .tile__title h3 {
    font-size: 3.9rem;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .tile .tile__wrapper--alt .tile__title h2 br,
  .tile .tile__wrapper--alt .tile__title h3 br {
    display: none;
  }
}
.tile .tile__title p {
  max-width: 60rem;
}
.tile .tile__title--spacing p {
  letter-spacing: 0.01em;
}
.tile .tile__title--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tile .tile__title--mobile {
    display: block;
    width: 100%;
  }
}
.tile .tile__wrapper {
  position: relative;
  z-index: 2;
  padding: 2rem 3.2rem 2rem 6.4rem;
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  line-height: 1.3;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 1920px) {
  .tile .tile__wrapper {
    min-height: 14rem;
  }
}
@media (max-width: 1399px) {
  .tile .tile__wrapper {
    min-height: 15rem;
  }
}
@media only screen and (max-width: 1399px) {
  .tile .tile__wrapper {
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__wrapper {
    padding: 2rem;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tile .tile__wrapper {
    font-size: 2.1rem;
    padding: 3.2rem 1.6rem 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__wrapper {
    font-size: 1.9rem;
  }
}
.tile .tile__wrapper--pink {
  background-color: #8a1b22;
  color: #fff;
}
.tile .tile__wrapper--white {
  background-color: #fff;
  color: #000;
}
.tile .tile__wrapper--teal {
  background-color: #aad5be;
  color: #fff;
}
.tile .tile__wrapper--black {
  background-color: #101423;
  color: #fff;
}
.tile .tile__wrapper--black2 {
  background-color: #101423;
  color: #fff;
}
.tile .tile__wrapper--gray {
  background-color: #e5e5e5;
  color: #000;
}
.tile .tile__wrapper--gray2 {
  background-color: #e6e7e9;
  color: #000;
}
.tile .tile__content {
  flex-grow: 1;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tile .tile__content {
    flex-grow: 0;
    width: calc(100% - 6.4rem);
    font-size: 2.1rem;
  }
}
.tile .tile__content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  gap: 1.2rem 1.5rem;
  font-size: 2.1rem;
}
@media only screen and (max-width: 1399px) {
  .tile .tile__content ul {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__content ul {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul {
    gap: 1rem;
  }
}
.tile .tile__content ul li {
  width: calc(50% - 0.75rem);
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul li {
    width: 100%;
  }
}
.tile .tile__content ul li img {
  mix-blend-mode: multiply;
  margin-right: 1.4rem;
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul li img {
    margin-bottom: -1.7rem;
  }
}
.tile .tile__content ul li p {
  flex-grow: 1;
  margin: 0;
}
.tile .tile__content ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  border-radius: 29px;
  padding: 0 3.1rem 0 1.6rem;
}
@media only screen and (max-width: 1199px) {
  .tile .tile__content ul li a {
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul li a {
    padding: 0 3.1rem 0 1.6rem;
  }
}
.tile .tile__content ul li a:hover {
  text-decoration: none;
}
.tile .tile__content ul li svg {
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 1rem;
}
.tile .tile__content ul li a:hover svg {
  transform: translateX(5px);
}
.tile .tile__arrow {
  flex-shrink: 0;
  width: fit-content;
  transition: transform 0.3s;
}
@media only screen and (max-width: 768px) {
  .tile .tile__arrow {
    width: 6.4rem;
  }
}
.tile .tile__arrow path {
  stroke: currentcolor;
}
.tile a:hover .tile__arrow {
  transform: translateX(10px);
}
.tile .tile__actions {
  align-self: flex-end;
}
@media only screen and (max-width: 575px) {
  .tile .tile__actions {
    align-self: flex-start;
  }
}
.tile .tile__actions a {
  margin: 0 0.5rem 0 auto;
}

.tile--list {
  padding: 5.5rem 4.6rem 4.7rem 6.9rem;
}
@media only screen and (max-width: 1399px) {
  .tile--list {
    padding: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tile--list {
    padding: 3.2rem 1.6rem;
  }
}
.tile--list .tile__wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .tile--list .tile__wrapper {
    font-size: 1.9rem;
  }
}
.tile--list .tile__title {
  padding: 0;
  margin-bottom: 6.6rem;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .tile--list .tile__title {
    display: block;
    margin-bottom: 5.6rem;
    font-size: 2.1rem;
  }
}
.tile--list .tile__title h2 {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tile--list .tile__title h2 {
    margin-bottom: 2.4rem;
    font-size: 6.4rem;
  }
}
.tile--list .tile__content {
  margin-bottom: 1.8rem;
  padding-right: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 768px) {
  .tile--list .tile__content {
    width: 100%;
    margin-bottom: 2.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__content ul {
    font-size: 2.1rem;
    gap: 1.6rem;
  }
}
.tile--list .tile__content ul li a {
  min-height: 10rem;
  padding: 0 3.1rem 0 2.2rem;
}
@media only screen and (max-width: 1199px) {
  .tile--list .tile__content ul li a {
    min-height: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tile--list .tile__content ul li a {
    min-height: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__content ul li a {
    padding: 1rem 3.1rem 1rem 2.2rem;
    min-height: 9.7rem;
  }
}
.tile--list .tile__content ul li p {
  max-width: 23rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__content ul li p {
    max-width: 24rem;
  }
}
.tile--list .tile__actions {
  margin-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__actions {
    margin-top: 0.3rem;
  }
}

.tile--content-white .tile__title {
  color: #fff;
}

/* ------------------------------------------------------------ *\
	Section Content
\* ------------------------------------------------------------ */
.section-content {
  padding: 6.5rem 0;
}
@media only screen and (max-width: 575px) {
  .section-content {
    padding: 3rem 0;
    line-height: 1.37;
  }
}
@media only screen and (max-width: 575px) {
  .section-content .shell {
    padding: 0 1rem;
  }
}
.section-content .section__content h1 {
  margin-bottom: 3.4rem;
  font-size: 7.6rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 1399px) {
  .section-content .section__content h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-content .section__content h1 {
    font-size: 4.8rem;
    line-height: 1.14;
  }
}
.section-content .section__content h4 {
  padding: 2.1rem 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 575px) {
  .section-content .section__content h4 {
    padding: 0 0 2.3rem;
  }
}
.section-content .section__content p {
  margin-bottom: 2.45rem;
}
@media only screen and (max-width: 575px) {
  .section-content .section__content p {
    margin-bottom: 2.4rem;
  }
}
.section-content .section__content ul,
.section-content .section__content ol {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 2.45rem;
}
.section-content .section__content ul {
  list-style-type: none;
}
.section-content .section__content ul li {
  position: relative;
  padding-left: 2.4rem;
}
.section-content .section__content ul li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  border-radius: 50%;
}
.section-content .section__content a {
  text-decoration: underline;
  color: #8a1b22;
  transition: color 0.3s;
}
.section-content .section__content a:hover {
  color: #aad5be;
}
.section-content .section__content table {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  table-layout: auto !important;
}
.section-content .section__content table p:last-child() {
  margin-bottom: 0;
}
.section-content .section__content table tr > * {
  width: auto !important;
  text-align: left;
}
.section-content--faq {
  padding: 3.1rem 0 7.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq {
    padding: 1.2rem 0 4.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .shell {
    padding: 0 1.6rem;
  }
}
.section-content--faq .section__head {
  margin-bottom: 2.2rem;
}
.section-content--faq .section__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__content h3 {
    font-size: 3.2rem;
  }
}
.section-content--faq .section__content h3:not(:last-child) {
  margin-bottom: 0.85em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__content h3:not(:last-child) {
    margin-bottom: 0.95em;
  }
}
.section-content--faq .section__content h4 {
  padding: 0;
}
.section-content--faq .section__content h4:not(:last-child) {
  margin-bottom: 1.05em;
}
.section-content--faq .section__content p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__content p:not(:last-child) {
    margin-bottom: 1.45em;
  }
}
.section-content--faq .section__foot {
  margin-top: 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__foot {
    margin-top: 4.2rem;
  }
}
.section-content--faq .block-faq .block__head {
  margin-bottom: 2.5rem;
}
.section-content--faq .block-faq .block__head h3 {
  letter-spacing: -0.005em;
}
.section-content--faq .block-faq .block__body .row {
  --gutter-y: 3.17rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .block-faq .link {
    font-size: 2.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Tabs Forms
\* ------------------------------------------------------------ */
.section-contact {
  overflow: hidden;
}

.tabs-forms {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .tabs-forms {
    margin: 0 -0.6rem;
  }
}
.tabs-forms .tabs__head {
  padding: 6.4rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .tabs-forms .tabs__head {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .tabs-forms .tabs__head {
    padding: 3rem 0 3.2rem;
  }
}
.tabs-forms .tabs__title h2 {
  margin-bottom: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .tabs-forms .tabs__title h2 {
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .tabs-forms .tabs__title h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .tabs-forms .tabs__title h2 {
    font-size: 4.4rem;
  }
}
.tabs-forms .tabs__title h4 {
  margin-bottom: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.022em;
}
@media only screen and (max-width: 575px) {
  .tabs-forms .tabs__title h4 {
    margin-bottom: 3.2rem;
  }
}
.tabs-forms .block-link-alt {
  transition: background-color 0.3s;
  height: 100%;
}
.tabs-forms .block-link-alt.is-active {
  background-color: #dbdbdb;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-forms .tabs__nav .row {
    --gutter-y:3.3rem;
  }
}
.tabs-forms .tabs__body {
  background-color: #e5e5e5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-forms .tabs__body {
    margin-top: 3.2rem;
  }
}
.tabs-forms .tabs__body .tab-form {
  margin-top: -3.2rem;
  padding: 6.4rem 0;
}

/* ------------------------------------------------------------ *\
	Tab Form
\* ------------------------------------------------------------ */
.tab-form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
  transition: all 0.3s;
}
.tab-form.is-active {
  opacity: 1;
  visibility: visible;
  height: fit-content;
  display: block;
}
.tab-form .gfield {
  margin-bottom: 2.2rem;
}
.tab-form .tab__content {
  margin-bottom: 2.2rem;
}
.tab-form .tab__content h3,
.tab-form .tab__content h4 {
  margin-bottom: 2.1rem;
}
.tab-form .tab__content h4 {
  font-weight: 600;
}
.tab-form .tab__content p {
  margin-bottom: 2.3rem;
}
.tab-form .tab__content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.tab-form .tab__content ul a,
.tab-form .tab__content p a {
  text-decoration: underline;
  color: #8a1b22;
  transition: color 0.3s;
}
.tab-form .tab__content ul a:hover,
.tab-form .tab__content p a:hover {
  text-decoration: underline;
  color: #aad5be;
}
.tab-form .tab__content ul li {
  position: relative;
  padding-left: 2.4rem;
}
.tab-form .tab__content ul li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  border-radius: 50%;
}
.tab-form .tab__form form legend,
.tab-form .tab__form form label {
  margin-bottom: 0;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 400;
  display: block;
}
.tab-form .tab__form input + label,
.tab-form .tab__form .select + label,
.tab-form .tab__form .select + section,
.tab-form .tab__form section + label,
.tab-form .tab__form input + section,
.tab-form .tab__form section + section {
  margin-top: 2.1rem;
}
.tab-form .tab__form form {
  display: flex;
  flex-direction: column;
}
.tab-form .tab__form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.tab-form .tab__form select,
.tab-form .tab__form textarea {
  width: 100% !important;
  height: 4.1rem;
  line-height: 3.9rem;
  border-radius: 9px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  color: #000;
  outline: none;
  padding: 0 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.tab-form .tab__form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.tab-form .tab__form select:focus,
.tab-form .tab__form textarea:focus {
  border-color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .tab-form .tab__form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
  .tab-form .tab__form select,
  .tab-form .tab__form textarea {
    width: 100%;
  }
}
.tab-form .tab__form .hidden {
  display: none;
}
.tab-form .ginput_container_select,
.tab-form .tab__form .select {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tab-form .ginput_container_select,
  .tab-form .tab__form .select {
    width: 100%;
  }
}
.tab-form .ginput_container_select:after,
.tab-form .tab__form .select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentcolor;
  border-width: 0 1px 1px 0;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s;
}
.tab-form .tab__form .select select {
  width: 100%;
}
.tab-form .tab__form textarea {
  height: 23rem;
  line-height: 1.2;
  padding: 2rem;
  width: 100%;
}
.tab-form .gform_footer {
  margin: 0 !important;
  padding: 0.9rem 0 0 !important;
}
.tab-form .gfield_required {
  color: inherit;
  margin: 0;
}
.tab-form .gform_button,
.tab-form .tab__form button {
  margin-top: 3.7rem;
  outline: none;
  display: block;
  width: fit-content;
  text-decoration: none;
  padding: 1.2rem 3.2rem;
  border-radius: 18px;
  border: 1px solid #8a1b22;
  line-height: 1.3 !important;
  min-width: unset !important;
  font-size: 1.6rem;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  transition: color 0.3s;
}
.tab-form .gform_button:hover,
.tab-form .tab__form button:hover {
  color: #8a1b22;
}
.tab-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px;
}
.tab-form div.ginput_complex.ginput_container.gf_name_has_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.tab-form div.ginput_complex.ginput_container.gf_name_has_2 > span {
  width: calc(50% - 1rem);
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab-form div.ginput_complex.ginput_container.gf_name_has_2 > span {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
.tab-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-form .gform_fields .gfield {
  width: 100%;
}
.tab-form .gform_fields .gfield--width-half {
  width: calc(50% - 1rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab-form .gform_fields .gfield--width-half {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Section Header
\* ------------------------------------------------------------ */
.section-header {
  padding: 8.4rem 0 8.8rem;
}
@media only screen and (max-width: 1199px) {
  .section-header {
    padding: 6.4rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-header {
    padding: 2.7rem 0 3.2rem;
  }
}
.section-header .section__shell {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .section-header .section__shell {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section__shell {
    padding: 0 1rem;
  }
}
.section-header .section__title {
  width: 50%;
  margin-top: -1.2rem;
}
@media (max-width: 1199px) {
  .section-header .section__title {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header .section__title {
    margin-top: 0;
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.section-header .section__title h1 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1399px) {
  .section-header .section__title h1 {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header .section__title h1 {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header .section__title h1 {
    font-size: 5.8rem;
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-header .section__title h1 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section__title h1 {
    font-size: 4.8rem;
    line-height: 1.14;
  }
}
.section-header .section__wrapper {
  width: 50%;
  padding-left: 6.4rem;
}
@media only screen and (max-width: 1399px) {
  .section-header .section__wrapper {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header .section__wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.section-header .section__content {
  margin-bottom: 3.2rem;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .section-header .section__content {
    font-size: 1.9rem;
  }
}
.section-header .section__actions {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 1199px) {
  .section-header .section__actions {
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.section-header .section__actions a:not(.btn) {
  text-decoration: underline;
  color: #8a1b22;
  transition: color 0.3s;
}
.section-header .section__actions a:not(.btn):hover {
  color: #aad5be;
}

/* ------------------------------------------------------------ *\
	Section Image
\* ------------------------------------------------------------ */
.section-image {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 575px) {
  .section-image {
    margin-bottom: -0.1rem;
  }
}
.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image .plyr__video-wrapper,
.section-image .section__player {
  aspect-ratio: 1/0.38 !important;
}
@media only screen and (max-width: 575px) {
  .section-image .plyr__video-wrapper,
  .section-image .section__player {
    aspect-ratio: 1/0.76 !important;
  }
}
.section-image .section__poster-iframe {
  display: none;
}
.section-image .section__player {
  width: 100%;
}
.section-image .section__player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-image .section__video.video-played .section__poster,
.section-image .section__video.video-played .section__btn {
  opacity: 0;
  visibility: hidden;
}
.section-image .section__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-image .section__btn:hover {
  background-color: transparent;
}
.section-image .section__btn img {
  width: auto;
}
@media only screen and (max-width: 1399px) {
  .section-image .section__btn img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-image .section__btn img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-image .section__btn img {
    max-width: 14.3rem;
  }
}
.section-image .section__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-image .section__poster-iframe {
  display: none;
}
.section-image .section__image img,
.section-image .section__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image .plyr .plyr__control.plyr__control--overlaid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.9rem;
  height: 18.9rem;
  transform: translateY(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: transparent;
  background-image: url(../images/svg/play-btn.svg);
}
.section-image .plyr .plyr__control.plyr__control--overlaid svg {
  display: none;
}
.section-image .plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-image .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-image .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-image .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 14.3rem;
  }
}
.section-image .plyr__poster {
  background-size: cover !important;
}

/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */
.section-slider {
  overflow: hidden;
  background-color: var(--primary-color);
  color: var(--text-color);
}
.section-slider .slider-full-tile {
  height: 100%;
}

.section-slider--white {
  --primary-color: #fff;
  --highlighted-color: $pink;
  --text-color: #000;
}

.section-slider--gray {
  --primary-color: $gray;
  --highlighted-color: $pink;
  --text-color: #000;
}

.section-slider--gray2 {
  --primary-color: #e6e7e9;
  --highlighted-color: $pink;
  --text-color: #000;
}

.section-slider--black2 {
  --primary-color: $dark-gray;
  --highlighted-color: $pink;
  --text-color: #fff;
}
.section-slider--black2 .tile-full .tile__content {
  --text-color: #000;
}

.section-slider--teal {
  --primary-color: $teal;
  --highlighted-color: $dark-gray;
  --text-color: #FFF;
}
.section-slider--teal .tile-full .tile__content {
  --text-color: #000;
}

.section-slider--pink {
  --primary-color: $pink;
  --highlighted-color: $gray;
  --text-color: #000;
}

.section-slider--black {
  --primary-color: #101423;
  --highlighted-color: $pink;
  --text-color: #FFF;
}
.section-slider--black .tile-full .tile__content {
  --text-color: #000;
}

/* ------------------------------------------------------------ *\
	tabs-sliders
\* ------------------------------------------------------------ */
.tabs-sliders {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .tabs-sliders {
    margin: 0 -0.6rem;
  }
}
.tabs-sliders .tabs__head {
  width: 50%;
  padding: 6.4rem 6.4rem 4.8rem 0;
}
@media only screen and (max-width: 1199px) {
  .tabs-sliders .tabs__head {
    padding-right: 3.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs-sliders .tabs__head {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__head {
    padding: 6.4rem 0 6.3rem 0;
  }
}
.tabs-sliders .tabs__content {
  margin-bottom: 2.2rem;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: -0.0105em;
}
.tabs-sliders .tabs__content h2 {
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 1199px) {
  .tabs-sliders .tabs__content h2 {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs-sliders .tabs__content h2 {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__content h2 {
    font-size: 7.6rem;
  }
}
.tabs-sliders .tabs__content p {
  margin-bottom: 4.6rem;
}
.tabs-sliders .tabs__content .btn {
  letter-spacing: 0;
}
.tabs-sliders .tabs__nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  line-height: 1.3;
}
.tabs-sliders .tabs__nav p {
  margin: 0;
}
.tabs-sliders .tabs__nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.25rem 5.7rem 2.25rem 1.6rem;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__nav a {
    padding: 2.25rem 4.2rem 2.25rem 1.6rem;
  }
}
.tabs-sliders .tabs__nav a svg path {
  transition: stroke 0.3s;
}
.tabs-sliders .tabs__nav a:hover {
  color: var(--highlighted-color);
}
.tabs-sliders .tabs__nav a:hover svg path {
  stroke: var(--highlighted-color);
}
@media (max-width: 1023px) {
  .tabs-sliders .tabs__nav li.is-active a {
    color: var(--highlighted-color);
  }
  .tabs-sliders .tabs__nav li.is-active a svg path {
    stroke: var(--highlighted-color);
  }
}
.tabs-sliders .tabs__body {
  position: relative;
  width: calc(50% - (138.4rem - 100vw) / 2);
  margin-right: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .tabs-sliders .tabs__body {
    width: calc(50% + 3rem);
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs-sliders .tabs__body {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__body {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
  }
}

.tabs-sliders--reverse {
  flex-direction: row-reverse;
}
@media (min-width: 1023.02px) {
  .tabs-sliders--reverse .tabs__head {
    padding-left: 6.4rem;
    padding-right: 0;
  }
}
@media (min-width: 1023.02px) {
  .tabs-sliders--reverse .tabs__body {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}

/* ------------------------------------------------------------ *\
	tab-slider
\* ------------------------------------------------------------ */
.tab-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.tab-slider.is-active {
  opacity: 1;
  visibility: visible;
}
.tab-slider .tile {
  min-height: 100%;
}

/* ------------------------------------------------------------ *\
	Section Cards
\* ------------------------------------------------------------ */
.section-cards {
  display: flex;
  flex-wrap: wrap;
}
.section-cards .section__card {
  width: 33.33%;
}
@media only screen and (max-width: 1023px) {
  .section-cards .section__card {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  background-color: #e5e5e5;
  position: relative;
}
.card a {
  display: block;
  text-decoration: none;
}
.card .card__head {
  aspect-ratio: 504/727;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .card .card__head {
    aspect-ratio: 1/1.6;
  }
}
@media only screen and (max-width: 1023px) {
  .card .card__head {
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__head {
    aspect-ratio: auto;
  }
}
.card .card__title {
  padding: 2.5rem 6.4rem 3.2rem 3.2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .card .card__title {
    padding: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__title {
    padding: 3rem 6.4rem 3.2rem 1.7rem;
    text-transform: capitalize;
  }
}
.card .card__title h3 {
  font-weight: 300;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__title h3 {
    font-size: 3.2rem;
  }
}
.card .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image {
    position: static;
    height: auto;
  }
}
.card .card__image--contain {
  height: calc(100% - 11.6rem);
}
@media only screen and (max-width: 1023px) {
  .card .card__image--contain {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .card .card__image--contain {
    z-index: 2;
  }
}
.card .card__image--blend {
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 575px) {
  .card .card__image--blend {
    top: 0;
  }
}
.card .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image img {
    position: static;
    height: auto;
  }
}
.card .card__image--contain img {
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .card .card__image--contain img {
    object-fit: cover;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image--contain img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 1023px) {
  .card .card__image--blend img {
    display: block;
    margin: 0 auto;
  }
}
.card .card__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3.5rem 3.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.31;
}
@media only screen and (max-width: 1199px) {
  .card .card__body {
    padding: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body {
    display: block;
    padding: 3.1rem 1.6rem;
    position: relative;
    z-index: 2;
  }
}
.card .card__body-title {
  width: 100%;
}
.card .card__body-title h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body-title h4 {
    font-size: 1.9rem;
  }
}
.card .card__body-title h4:not(:last-child) {
  margin-bottom: -0.4em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body-title h2 {
    font-size: 6.7rem;
  }
}
.card .card__body p {
  flex-grow: 1;
  margin: 0;
  width: 10%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body p {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.card .card__body span.btn {
  flex-shrink: 0;
  margin-left: 2rem;
  min-width: 12rem;
}
@media only screen and (max-width: 1399px) {
  .card .card__body span.btn {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .card .card__body span.btn {
    min-width: 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .card .card__body span.btn {
    min-width: 12rem;
    margin-left: 0;
  }
}

.card--pink {
  background: #8a1b22;
  color: #fff;
}
.card--pink .btn {
  border-color: #fff;
}
.card--pink .card__body {
  background: #8a1b22;
}

.card--black {
  background-color: #101423;
  color: #fff;
}
.card--black .card__body {
  background: #101423;
}

.card--teal {
  background: #aad5be;
}
.card--teal .card__body {
  background: #aad5be;
}

.card--white {
  background: #fff;
  color: #000;
}
.card--white .card__body {
  background: #e5e5e5;
}

.card--gray {
  background: #e5e5e5;
  color: #000;
}
.card--gray .btn {
  color: #000;
}
.card--gray .card__body {
  background: #f2f2f2;
}

.card--txt-big .card__body {
  font-size: 2.1rem;
}

/* ------------------------------------------------------------ *\
	section-downloads
\* ------------------------------------------------------------ */
body.page-template-default .section-downloads {
  flex: auto;
  margin-bottom: -0.1rem;
}

.section-downloads {
  background-color: #101423;
  color: #fff;
}
.section-downloads .section__shell {
  display: flex;
}
.section-downloads .section__image {
  width: calc(50% - (138.4rem - 100vw) / 2);
  margin-left: calc((138.4rem - 100vw) / 2);
  position: relative;
}
@media only screen and (max-width: 1444px) {
  .section-downloads .section__image {
    width: calc(50% + 3rem);
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-downloads .section__image {
    display: none;
  }
}
.section-downloads .section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-downloads .section__wrapper {
  width: 50%;
  padding: 5.3rem 0 2.1rem 6.4rem;
}
@media only screen and (max-width: 1199px) {
  .section-downloads .section__wrapper {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-downloads .section__wrapper {
    width: 100%;
    padding: 6.5rem 0;
    margin: 0 -0.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads .section__wrapper {
    margin: 0;
  }
}
.section-downloads .section__wrapper h3 {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 575px) {
  .section-downloads .section__wrapper h3 {
    font-size: 3.9rem;
  }
}
.section-downloads .section__wrapper ul {
  list-style-type: none;
  font-size: 2.1rem;
  padding-left: 0;
  margin-bottom: 0;
}
.section-downloads .section__wrapper ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 4rem 2.2rem 1.6rem;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (max-width: 575px) {
  .section-downloads .section__wrapper ul a {
    padding-right: 3rem;
  }
}
.section-downloads .section__wrapper ul a svg path {
  transition: stroke 0.3s;
}
@media (min-width: 1023.02px) {
  .section-downloads .section__wrapper ul a:hover {
    color: #8a1b22;
  }
  .section-downloads .section__wrapper ul a:hover svg path {
    stroke: #8a1b22;
  }
}

@media (max-width: 1023px) {
  .section-downloads--cols .section__shell {
    display: block;
  }
}
.section-downloads--cols .section__image {
  width: 33.33vw;
}
@media (max-width: 1023px) {
  .section-downloads--cols .section__image {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 519/573;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__image {
    aspect-ratio: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__image img {
    position: static;
    height: auto;
  }
}
.section-downloads--cols .section__wrapper {
  flex-grow: 1;
  width: 10%;
  padding: 6.4rem 6.5rem 6.3rem 6.4rem;
}
@media (max-width: 1023px) {
  .section-downloads--cols .section__wrapper {
    width: 100%;
    padding: 6.4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper {
    padding: 6.6rem 0 7.4rem;
  }
}
.section-downloads--cols .section__wrapper > h2 {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper > h2 {
    font-size: 3.9rem;
    max-width: 90%;
    margin-bottom: 6.5rem;
  }
}
.section-downloads--cols .section__wrapper .section__row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper .section__row {
    display: block;
  }
}
@media (min-width: 767.02px) {
  .section-downloads--cols .section__wrapper .section__row .section__col {
    width: 41.1%;
  }
  .section-downloads--cols .section__wrapper .section__row .section__col:nth-child(1) {
    padding-top: 2rem;
    padding-right: 7rem;
    font-size: 2.1rem;
  }
  .section-downloads--cols .section__wrapper .section__row .section__col:nth-child(2) {
    flex-grow: 1;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper .section__row .section__col {
    font-size: 2.1rem;
  }
  .section-downloads--cols .section__wrapper .section__row .section__col:nth-child(2) {
    margin-top: 1.5rem;
    padding-left: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper .section__row a {
    padding: 1.1rem 4rem 1.1rem 0rem;
    font-size: 2.1rem;
  }
}

.section-downloads--reversed .section__shell {
  flex-direction: row-reverse;
}
@media (min-width: 1023.02px) {
  .section-downloads--reversed .section__image {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 1023.02px) {
  .section-downloads--reversed .section__wrapper {
    padding-left: 0;
  }
}

.section-downloads--black {
  background-color: #000;
}

/* ------------------------------------------------------------ *\
	Error Page
\* ------------------------------------------------------------ */
.error-404 {
  min-height: 75vh;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .error-404 {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 {
    padding: 4rem 0;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 .shell {
    padding: 0;
  }
}
.error-404 h1 {
  margin-bottom: 6.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1399px) {
  .error-404 h1 {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .error-404 h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .error-404 h1 {
    font-size: 5.2rem;
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .error-404 h1 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 h1 {
    font-size: 4rem;
    line-height: 1.14;
  }
}
.error-404 p {
  margin-bottom: 2.4rem;
}
.error-404 ul {
  margin-bottom: 2.4rem;
  padding-left: 0;
  list-style-type: none;
}
.error-404 ul li {
  position: relative;
  padding-left: 2.4rem;
}
.error-404 ul li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  border-radius: 50%;
}
.error-404 a {
  color: #8a1b22;
  text-decoration: underline;
  transition: color 0.3s;
}
.error-404 a:hover {
  color: #aad5be;
}

/* ------------------------------------------------------------ *\
	Slider Full Tile
\* ------------------------------------------------------------ */
.slider-full-tile .slider__clip,
.slider-full-tile .slider__slides,
.slider-full-tile .slider__slide {
  height: 100%;
}
.slider-full-tile .tile-full {
  height: 100%;
}

/* ------------------------------------------------------------ *\
	Tile Full
\* ------------------------------------------------------------ */
.tile-full {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 50rem;
}
.tile-full > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.tile-full .tile__media {
  position: relative;
  height: 10%;
  flex-grow: 1;
}
.tile-full .tile__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile-full .tile__content {
  position: relative;
  background-color: #fff;
  background-color: var(--primary-color);
  color: #000;
  color: var(--text-color);
  padding: 3.6rem 12.4rem 3.6rem 6.4rem;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .tile-full .tile__content {
    padding: 3rem 7rem 3rem 3rem;
  }
}
.tile-full .tile__content p:last-child {
  margin-bottom: 0;
}
.tile-full .tile__content svg {
  position: absolute;
  top: 50%;
  right: 6.5rem;
  transform: translate(50%, -50%);
  width: 1.8rem;
}
@media (max-width: 1024px) {
  .tile-full .tile__content svg {
    right: 4.5rem;
  }
}

.tile-full--gray .tile__content {
  background-color: #f2f2f2;
}

/* ------------------------------------------------------------ *\
	Slider Hero
\* ------------------------------------------------------------ */
.slider-hero {
  height: 100%;
  width: 100%;
}
.slider-hero .slider__clip,
.slider-hero .slider__slides,
.slider-hero .slider__slide {
  height: 100%;
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Hero Product
\* ------------------------------------------------------------ */
.hero-product {
  position: relative;
  padding: 4.5rem 0 6.9rem;
  background-color: #f3f4f6;
  color: #000;
}
@media (max-width: 1023px) {
  .hero-product {
    background-image: none !important;
    padding: 4.5rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product {
    padding: 6.6rem 0 0;
  }
}
.hero-product .hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero-product .hero__bg {
    display: none;
  }
}
.hero-product .hero__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-product .row {
  align-items: flex-end;
}
.hero-product .hero__title h4 {
  font-family: "Dante Sans Text";
  font-weight: 400;
}
.hero-product .hero__title h4:not(:last-child) {
  margin-bottom: 0.25em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product .hero__title h4:not(:last-child) {
    margin-bottom: 1.2em;
  }
}
.hero-product .hero__content {
  padding-right: 8.2%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product .hero__content {
    padding-right: 0;
    margin-bottom: 4rem;
  }
}
.hero-product .hero__content:not(:first-child) {
  margin-top: 18rem;
}
@media (max-width: 1023px) {
  .hero-product .hero__content:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product .hero__content:not(:first-child) {
    margin-top: 3.1rem;
  }
}
.hero-product .hero__content h4 {
  font-family: "Dante Sans Text";
  font-weight: 400;
}
.hero-product .hero__content h4:not(:last-child) {
  margin-bottom: 0.25em;
}
.hero-product .hero__content .list-logos:not(:first-child) {
  margin-top: 4.4rem;
}
@media (min-width: 1023.02px) {
  .hero-product .hero__media {
    display: none;
  }
}
.hero-product .hero__media img {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.hero-product .hero__actions {
  padding-left: 7.8%;
  padding-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .hero-product .hero__actions {
    display: none;
  }
}
.hero-product .hero__actions .btn {
  position: relative;
}
.hero-product .hero__actions .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 0.1rem;
  background-color: #000;
}
.hero-product .hero__actions .btn.btn--pink:after {
  background-color: #8a1b22;
}
.hero-product--pink {
  background-color: #8a1b22;
}
.hero-product--teal {
  background-color: #aad5be;
  color: #fff;
}
.hero-product--gray {
  background-color: #e5e5e5;
}
.hero-product--black {
  background-color: #101423;
  color: #fff;
}

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */
.list-logos {
  --spacer-x: 3rem;
  --spacer-y: 5.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos {
    --spacer-y: 5.4rem;
  }
}
.list-logos ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: calc(var(--spacer-y) * -1) calc(var(--spacer-x) * -1) 0;
}
.list-logos li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-left: var(--spacer-x);
  padding-right: var(--spacer-x);
  padding: var(--spacer-y) var(--spacer-x) 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
    width: 100%;
  }
}
.list-logos li picture {
  display: block;
  margin-right: 21px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li picture {
    margin-right: 31px;
  }
}
.list-logos li div {
  width: 10%;
  flex-grow: 1;
  line-height: 1.38;
}
.list-logos li div h4 {
  font-size: 2.1rem;
  font-family: "Dante Sans Text";
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li div h4 {
    padding-right: 20%;
  }
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.row--vars {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
  margin: calc(var(--gutter-y) * -1) calc(var(--gutter-x) * -0.5) 0;
}
.row--vars > * {
  padding: var(--gutter-y) calc(var(--gutter-x) * 0.5) 0;
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Wrapper 
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Section Featured
\* ------------------------------------------------------------ */
.section-featured {
  padding: 6.4rem 0;
}
.section-featured .row {
  --gutter-x: 2.4rem;
  --gutter-y: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured .row {
    --gutter-y: 2.4rem;
  }
}
.section-featured .row > * {
  flex-basis: auto;
}
@media (min-width: 1023.02px) {
  .section-featured .row > *:nth-child(6n-5), .section-featured .row > *:nth-child(6n-4), .section-featured .row > *:nth-child(6n-3), .section-featured .row > *:nth-child(6n-1) {
    width: 33.33%;
  }
  .section-featured .row > *:nth-child(6n-2) {
    width: 41.66%;
  }
  .section-featured .row > *:nth-child(6n) {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .section-featured .row > * {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured .row > * {
    width: 100%;
  }
}
.section-featured .row .feature {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured .row .feature {
    margin: 0 -0.8rem;
  }
}
.section-featured .row .feature--red {
  background-color: #8a1b22;
  color: #fff;
}
.section-featured .row .feature--teal {
  background-color: #aad5be;
  color: #000;
}
.section-featured h2 {
  padding-right: 4rem;
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  background-color: #f2f2f2;
  color: #000;
  padding: 2.4rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .feature {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature {
    display: block;
    position: relative;
    padding: 2.4rem 2.4rem;
  }
}
.feature .feature__media {
  padding: 0.8rem 0.8rem 0;
  margin-right: 2.2rem;
}
@media (max-width: 1199px) {
  .feature .feature__media {
    padding: 0.8rem 0 0;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__media {
    padding: 1.1rem 1.1rem 0;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
}
.feature .feature__media ~ .feature__content {
  padding-top: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__media ~ .feature__content:before {
    content: "";
    width: 6.4rem;
    height: 3em;
    margin-right: 2.4rem;
    display: inline-block;
    float: left;
  }
}
.feature .feature__content {
  width: 10%;
  flex-grow: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content h3 {
    font-size: 3.9rem;
  }
}
.feature .feature__content h3:not(:last-child) {
  margin-bottom: 1.9rem;
}
.feature .feature__content p:not(:last-child) {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content p:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Plyr
\* ------------------------------------------------------------ */
.plyr .plyr__controls {
  opacity: 0;
  transition: opacity 0.3s;
}
.plyr--playing .plyr__controls {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Section Featured Alt
\* ------------------------------------------------------------ */
.section-featured-alt {
  padding: 6.4rem 0;
}
.section-featured-alt .btn {
  border-color: currentColor;
}
.section-featured-alt .row {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt .row {
    --gutter-y: 5rem;
  }
}
.section-featured-alt--size-2 {
  padding-bottom: 9.6rem;
  padding-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt--size-2 {
    padding-top: 3.4rem;
    padding-bottom: 2.4rem;
  }
}
.section-featured-alt--size-2 + .section-featured-alt--size-2 {
  padding-top: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt--size-2 .shell {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt--size-2 .row {
    --gutter-y: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt .feature-alt {
    margin: 0 -0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt .featured-link {
    margin: 0 -0.8rem;
  }
}
.section-featured-alt .feature-alt--red {
  background-color: #8a1b22;
  color: #fff;
}
.section-featured-alt .feature-alt--teal {
  background-color: #aad5be;
  color: #000;
}

/* ------------------------------------------------------------ *\
	Feature Alt
\* ------------------------------------------------------------ */
.feature-alt {
  background-color: #f2f2f2;
  color: #000;
  border-radius: 3.3rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2.4rem;
}
@media (max-width: 1023px) {
  .feature-alt {
    border-radius: 2.5rem;
    padding: 1.5rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt {
    padding: 2.4rem 2.3rem;
  }
}
.feature-alt .feature__title:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .feature-alt .feature__title h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt .feature__title h3 {
    font-size: 3.9rem;
  }
}
.feature-alt .feature__title h3:not(:last-child) {
  margin-bottom: 2.2rem;
}
.feature-alt .feature__actions {
  margin-top: auto;
}

/* ------------------------------------------------------------ *\
	Featured Link
\* ------------------------------------------------------------ */
.featured-link {
  display: block;
  text-decoration: none;
  border-radius: 3.2rem;
  overflow: hidden;
  text-decoration: none;
}
.featured-link .featured__media {
  position: relative;
  display: block;
  padding: 3.2rem 3.2rem;
  color: #fff;
  min-height: 56.6rem;
}
.featured-link .featured__media picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.featured-link .featured__media picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-link .featured__media > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .featured-link .featured__media {
    min-height: 35rem;
    padding: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .featured__media {
    min-height: 27rem;
    padding: 3.5rem 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .featured__media h3 {
    font-size: 3.9rem;
  }
}
.featured-link .feature__actions {
  padding: 3.3rem 10rem 3.3rem 3.3rem;
  position: relative;
  background-color: #f2f2f2;
  min-height: 12.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .featured-link .feature__actions {
    padding: 1.5rem 5rem 1.5rem 2rem;
    min-height: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .feature__actions {
    padding: 3.2rem 10rem 3.2rem 1.6rem;
  }
}
.featured-link .feature__actions:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.5rem;
  aspect-ratio: 18/50;
  width: 1.6rem;
  transform: translateY(-50%);
  mask-image: url("../images/temp/ico-arrow.svg");
  background-color: currentColor;
  mask-size: 100% 100%;
  transition: right 0.3s;
}
@media (max-width: 1199px) {
  .featured-link .feature__actions:after {
    right: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .feature__actions:after {
    right: 3.9rem;
  }
}
.featured-link:hover {
  text-decoration: none;
}
@media (min-width: 767.02px) {
  .featured-link:hover .feature__actions:after {
    right: 4.5rem;
  }
}
@media (min-width: 767.02px) and (max-width: 1199px) {
  .featured-link:hover .feature__actions:after {
    right: 1.5rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Text
\* ------------------------------------------------------------ */
.section-text {
  padding: 10.2rem 0 9.2rem;
  text-align: center;
  background-color: #D9D9D9;
}
@media (max-width: 1199px) {
  .section-text {
    padding: 5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text {
    padding: 3.2rem 0;
  }
}
.section-text .row {
  --gutter-x: 1.7rem;
  --gutter-y: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .row {
    --gutter-y: 7.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .section__content {
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .section__content h3 {
    font-size: 3.9rem;
  }
}
.section-text .section__content h3:not(:last-child) {
  margin-bottom: 2.4rem;
}
.section-text .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.section-text .section__actions {
  margin-top: 5.1rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .section-text .section__actions {
    margin-top: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .section__actions {
    margin-top: -0.7rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */
.section-products {
  padding: 9.6rem 0 6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products {
    padding: 5rem 0 3.2rem;
  }
}
.section-products .row {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products .row {
    --gutter-y: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products h2 {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
  }
}

/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product {
  background-color: #f2f2f2;
  border-radius: 3.3rem;
  overflow: hidden;
  height: 100%;
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
}
.product .product__media {
  position: relative;
  aspect-ratio: 445/332;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__media {
    aspect-ratio: 358/332;
  }
}
.product .product__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.product .product__main {
  padding: 1.4rem 2.3rem 2.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product .product__title {
  display: flex;
  align-items: center;
  margin-bottom: 2.3rem;
}
.product .product__title figure {
  min-width: 6.4rem;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 0;
}
.product .product__title h3 {
  width: 10%;
  flex-grow: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__title h3 {
    font-size: 3.2rem;
  }
}
.product .product__content:not(:last-child) {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__content:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.product .product__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__content h4 {
    font-size: 1.9rem;
  }
}
.product .product__content h4:not(:last-child) {
  margin-bottom: 2.6rem;
}
.product .product__actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .product__actions .btn {
  min-width: 12rem;
}

/* ------------------------------------------------------------ *\
	Mask Image
\* ------------------------------------------------------------ */
.mask-image {
  font-size: 0;
  mask-size: 100% 100%;
  background-color: currentColor;
  display: inline-block;
}
.mask-image img {
  opacity: 0;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.section-content .section__content table,
.table table {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 3.2rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content .section__content table,
  .table table {
    table-layout: fixed;
  }
}
.section-content .section__content table th,
.table table th {
  background-color: #D9D9D9;
  font-size: 2.1rem;
}
.section-content .section__content table tr > *,
.table table tr > * {
  height: 7.55rem;
  padding: 1.4rem 2.4rem;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content .section__content table tr > *,
  .table table tr > * {
    padding: 2.4rem 2.4rem;
    height: auto;
  }
}
.section-content .section__content table tr > *:not(:last-child),
.table table tr > *:not(:last-child) {
  border-right: 0.1rem solid #fff;
}
.section-content .section__content table tr > *:nth-child(1),
.table table tr > *:nth-child(1) {
  text-align: left;
  width: 52.9%;
  padding-right: 1rem;
}
.section-content .section__content table tr > *:nth-child(2),
.table table tr > *:nth-child(2) {
  width: 15.7%;
}
.section-content .section__content table tr > *:nth-child(3),
.table table tr > *:nth-child(3) {
  width: 15.7%;
}

@media (min-width: 767.02px) {
  .table--mobile-scroll .table__title,
  .table--mobile-scroll .table__row-name {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--mobile-scroll table {
    border-radius: 1.5rem;
  }
  .table--mobile-scroll tr {
    display: block;
  }
  .table--mobile-scroll tr:nth-child(1) {
    display: none;
  }
  .table--mobile-scroll tr > * {
    padding: 1rem 1rem !important;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    text-align: left;
  }
  .table--mobile-scroll tr > *:nth-child(1) {
    display: block;
    font-weight: 700;
    background-color: #D9D9D9;
    font-size: 1.8rem;
    padding: 1rem 1rem !important;
    width: 100%;
    flex-grow: 1;
  }
  .table--mobile-scroll .table__title {
    margin-right: auto;
    padding-right: 2rem;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--product {
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--product table tr {
    display: flex;
  }
}
.table--product table tr > * {
  height: 7.3rem;
}
@media (min-width: 767.02px) {
  .table--product table tr > *:nth-child(1) {
    width: 35.2%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--product table tr > * {
    display: inline-flex;
    align-items: center;
    max-width: 50%;
    width: 33.33% !important;
    flex-grow: 1;
    height: auto;
  }
  .table--product table tr > *:not(:first-child) {
    justify-content: center;
  }
}

/* ------------------------------------------------------------ *\
	Section 
\* ------------------------------------------------------------ */
.section {
  padding: 6.4rem 0;
}
.section--search-result .section__head {
  margin-bottom: 2rem;
}
.section--search-result article + article {
  margin-top: 2rem;
}

/* ------------------------------------------------------------ *\
	Section Acc
\* ------------------------------------------------------------ */
.section-acc {
  background-color: #f2f2f2;
}
.section-acc .section__inner {
  display: flex;
  flex-wrap: wrap;
}
.section-acc .section__media {
  width: 33.33%;
}
@media (max-width: 1023px) {
  .section-acc .section__media {
    width: 100%;
  }
}
.section-acc .section__media .card {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__media .card__image {
    aspect-ratio: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__media .card__image img {
    position: static;
    transform: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__media .card__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 3.1rem 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__media .card__body p {
    width: 10%;
    flex-grow: 1;
    margin: 0 2rem 0 0;
  }
}
.section-acc .section__content {
  width: 33.33%;
  padding: 5rem 3.2rem 5rem 4.8rem;
  background-color: #D9D9D9;
  position: relative;
}
@media (max-width: 1199px) {
  .section-acc .section__content {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1023px) {
  .section-acc .section__content {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__content {
    width: 100%;
    padding: 4.7rem 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__content h3 {
    font-size: 3.9rem;
  }
}
.section-acc .section__content h3:not(:last-child) {
  margin-bottom: 4.1rem;
}
@media (max-width: 1199px) {
  .section-acc .section__content h3:not(:last-child) {
    margin-bottom: 0.8em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__content h3:not(:last-child) {
    margin-bottom: 1em;
  }
}
.section-acc .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.section-acc .section__content h4:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .section-acc .section__content h4:not(:last-child) {
    margin-bottom: 0.6em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__content h4:not(:last-child) {
    margin-bottom: 2em;
  }
}
.section-acc .section__acc {
  list-style-type: none;
}
.section-acc .section__acc > li {
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #e0e0e0;
}
.section-acc .section__acc > li > p {
  position: relative;
  font-size: 2.1rem;
  margin: 0;
  padding: 1.7rem 0;
  padding-right: 8rem;
  transition: color 0.3s;
}
@media (max-width: 1199px) {
  .section-acc .section__acc > li > p {
    padding: 1.2rem 0;
    padding-right: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li > p {
    padding: 1.7rem 0;
  }
}
.section-acc .section__acc > li > p:hover {
  color: #8a1b22;
  cursor: pointer;
}
.section-acc .section__acc > li > p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.8rem;
  width: 0.95rem;
  height: 1.6rem;
  mask-image: url("../images/ico-arrow-right.svg");
  mask-size: 100% auto;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: right 0.3s;
}
@media (max-width: 1199px) {
  .section-acc .section__acc > li > p:after {
    right: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li > p:after {
    right: 4rem;
  }
}
.section-acc .section__acc > li .section__dd {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  left: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li .section__dd {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    padding: 2.5rem 1rem;
    font-size: 1.4rem;
  }
}
.section-acc .section__acc > li .section__dd-scroll {
  padding: 25rem 7.8rem 5rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  .section-acc .section__acc > li .section__dd-scroll {
    padding: 20rem 2rem 5rem;
  }
}
@media (max-width: 1023px) {
  .section-acc .section__acc > li .section__dd-scroll {
    padding: 14rem 2rem 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li .section__dd-scroll {
    padding: 0;
  }
}
.section-acc .section__acc > li .section__dd ul {
  list-style-type: none;
}
.section-acc .section__acc > li .section__dd ul:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li .section__dd ul:not(:last-child) {
    margin-bottom: 0.4em;
  }
}
.section-acc .section__acc > li .section__dd .acc-media {
  display: block;
}
.section-acc .section__acc > li .section__dd .acc-media figure {
  display: block;
}
.section-acc .section__acc > li .section__dd .acc-media:not(:last-child) {
  margin-bottom: 6.9rem;
}
.section-acc .section__acc > li .section__dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.2rem;
  background: linear-gradient(360deg, #F7F7F7 0%, rgba(242, 242, 242, 0) 100%);
  pointer-events: none;
}
.section-acc .section__acc > li.is-active > p {
  color: #8a1b22;
}
.section-acc .section__acc > li.is-active > p:after {
  right: 3.8rem;
}
@media (max-width: 1199px) {
  .section-acc .section__acc > li.is-active > p:after {
    right: 1.5rem;
  }
}
.section-acc .section__acc > li.is-active .section__dd {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.section-acc .section__btn-down {
  position: absolute;
  z-index: 4;
  bottom: 3.8rem;
  transform: translateX(-100%);
  left: calc(200% - 5.5rem);
}
@media (max-width: 1023px) {
  .section-acc .section__btn-down {
    left: calc(200% - 2rem);
    bottom: 2rem;
  }
}

/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
  position: relative;
}
.form-subscribe .gform_heading {
  margin-bottom: 2.1rem;
}
.form-subscribe .gform_description {
  font-size: 2.1rem;
  font-family: "Dante Sans Text", sans-serif;
}
.form-subscribe .gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.form-subscribe .gform_wrapper .top_label input.large, .form-subscribe .gform_wrapper .top_label select.large, .form-subscribe .gform_wrapper .hidden_label input.large, .form-subscribe .gform_wrapper .hidden_label select.large {
  font-size: 1.6rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid currentcolor;
  padding: 0.4rem 0 !important;
  color: inherit;
  outline: none !important;
}
.form-subscribe .gform_wrapper .top_label input.large::placeholder, .form-subscribe .gform_wrapper .top_label select.large::placeholder, .form-subscribe .gform_wrapper .hidden_label input.large::placeholder, .form-subscribe .gform_wrapper .hidden_label select.large::placeholder {
  color: inherit;
  opacity: 1;
}
.form-subscribe .gform_fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-subscribe .gform_fields .gfield--type-email {
  width: 10%;
  flex-grow: 1;
}
.form-subscribe .gform_fields .gfield--type-submit {
  margin-left: 3.2rem;
}
.form-subscribe .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}
.form-subscribe .gform-button {
  background-color: transparent;
  border: 1px solid currentcolor;
  color: currentColor;
  border-radius: 1.6rem;
  height: 100%;
  padding: 1.2rem 2.2rem;
  transition: background-color 0.3s;
}
.form-subscribe .gform-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.form-subscribe .gform_ajax_spinner {
  position: absolute;
  padding: 0 !important;
  max-width: 4rem;
  margin-left: 1rem;
  margin-top: 0.3rem;
}
.form-subscribe .gform_submission_error {
  display: none !important;
}
.form-subscribe .gfield_error {
  color: #8a1b22;
}
.form-subscribe .gform_footer {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: inherit !important;
    min-height: 0 !important;
  }
}
.form-subscribe input:-webkit-autofill,
.form-subscribe input:-webkit-autofill:hover,
.form-subscribe input:-webkit-autofill:focus,
.form-subscribe textarea:-webkit-autofill,
.form-subscribe textarea:-webkit-autofill:hover,
.form-subscribe textarea:-webkit-autofill:focus,
.form-subscribe select:-webkit-autofill,
.form-subscribe select:-webkit-autofill:hover,
.form-subscribe select:-webkit-autofill:focus {
  transition: all 10000000s;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.socials ul li + li {
  margin-left: 3.2rem;
}
.socials ul a {
  transition: opacity 0.3s;
  display: inline-flex;
  align-items: center;
  font-size: 2.1rem;
  font-family: "Dante Sans Text", sans-serif;
}
.socials ul a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.socials ul a span:not(:first-child) {
  margin-left: 1rem;
}

/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  .list-links {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .list-links {
    --gutter-x: 2.4rem;
    --gutter-y: 1rem;
    margin: calc(var(--gutter-y) * -1) calc(var(--gutter-x) * -0.5) 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links {
    --gutter-x: 2.5rem;
    --gutter-y: 1.1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .list-links li {
    width: 25%;
    padding: var(--gutter-y) calc(var(--gutter-x) * 0.5) 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links li {
    width: auto;
  }
}
.list-links a {
  transition: color 0.3s;
}
@media (min-width: 1023.02px) {
  .list-links a:hover {
    color: #A4A5A6;
  }
}

/* ------------------------------------------------------------ *\
	Swiper Base
\* ------------------------------------------------------------ */
.swiper-base {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  max-width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base {
    background-color: #e5e5e5;
  }
}
.swiper-base .row {
  --gutter-y: 0rem;
}
.swiper-base .row .col-md-8:before {
  content: "";
  position: absolute;
  left: -1.8rem;
  right: -100vw;
  top: 0;
  height: 100%;
  background-color: #e5e5e5;
}
@media (max-width: 1199px) {
  .swiper-base .row .col-md-8:before {
    left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .row .col-md-8:before {
    display: none;
  }
}
.swiper-base .swiper-slide {
  height: auto;
}
@media (min-width: 767.02px) {
  .swiper-base .swiper-slide .shell,
  .swiper-base .swiper-slide .row,
  .swiper-base .swiper-slide .row > * {
    height: 100%;
  }
}
.swiper-base .swiper-slide .swiper__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8.7rem 0 11.1rem 3.5rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .swiper-base .swiper-slide .swiper__content {
    padding: 5rem 0 8rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content {
    padding: 2.3rem 0 10.9rem;
  }
}
.swiper-base .swiper-slide .swiper__content .swiper-base .swiper-slide {
  min-height: 41.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content .swiper-base .swiper-slide {
    min-height: 0;
    padding-bottom: 3.8rem;
  }
}
.swiper-base .swiper-slide .swiper__content picture {
  display: inline-block;
}
.swiper-base .swiper-slide .swiper__content picture:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content picture:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.swiper-base .swiper-slide .swiper__content h4 {
  letter-spacing: -0.005em;
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content h4 {
    font-size: 1.9rem;
  }
}
.swiper-base .swiper-slide .swiper__content h4:not(:last-child) {
  margin-bottom: 0.9em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content h4:not(:last-child) {
    margin-bottom: 0.7em;
  }
}
.swiper-base .swiper-slide .swiper__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content h3 {
    font-size: 3.9rem;
    line-height: 1.14;
  }
}
.swiper-base .swiper-slide .swiper__content h3:not(:last-child) {
  margin-bottom: 0.6em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content p {
    display: none;
  }
}
.swiper-base .swiper-slide .swiper__content .btn {
  margin-top: 4.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content .btn {
    margin-top: 3rem;
  }
}
.swiper-base .swiper-slide .swiper__media {
  min-height: 100%;
  padding-right: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .swiper-base .swiper-slide .swiper__media {
    padding-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__media {
    position: relative;
    min-height: auto;
    padding: 0;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 390/382;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.swiper-base .swiper__pagination {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper__pagination {
    padding: 0 0 4.8rem;
  }
}
.swiper-base .swiper-pagination {
  position: static;
  font-size: 0;
  padding-left: 4.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-pagination {
    padding: 0;
  }
}
.swiper-base .swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border: 1px solid #000;
  opacity: 1;
  transition: background-color 0.3s;
}
.swiper-base .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

/* ------------------------------------------------------------ *\
	Section Catalog
\* ------------------------------------------------------------ */
.section-catalog {
  background-color: #e5e5e5;
}
.section-catalog .section__head {
  padding: 3.7rem 1rem 3.7rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__head {
    padding: 3.3rem 0 2.2rem;
  }
}
.section-catalog .section__head .search-block {
  margin-right: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__head .search-block {
    width: 100%;
    max-width: 100%;
    margin: 0 0.3rem 3.3rem;
  }
}
@media (min-width: 767.02px) {
  .section-catalog .section__head .btn-filters {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__head .btn-filters {
    margin-right: auto;
  }
}
.section-catalog .section__body {
  margin-top: 2.6rem;
}
.section-catalog .section__body > .row {
  --gutter-x: 5.6rem;
  --gutter-y: 0rem;
}
@media (max-width: 1199px) {
  .section-catalog .section__body > .row {
    --gutter-x: 3rem;
  }
}
.section-catalog .section__aside {
  padding-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__aside {
    padding: 0;
  }
}
.section-catalog .section__main {
  padding-left: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 1199px) {
  .section-catalog .section__main {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__main {
    padding-bottom: 3rem;
  }
}
.section-catalog .section__main > .row {
  --gutter-x: 2.5rem;
  --gutter-y: 5.3rem;
}
@media (max-width: 1199px) {
  .section-catalog .section__main > .row {
    --gutter-x: 2rem;
    --gutter-y: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__main .col-md-6 {
    padding-bottom: 3rem;
  }
}
.section-catalog .section__foot {
  padding: 1.7rem 0 4.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__foot {
    padding: 1.7rem 0 2.8rem;
  }
}
.section-catalog.size-2 {
  padding-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog.size-2 {
    padding-top: 0.8rem;
  }
}

.section-catalog--alt {
  padding: 2rem 0;
  background-color: transparent;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog--alt {
    padding: 0.5rem 0;
  }
}
.section-catalog--alt .section__main {
  padding-bottom: 4.5rem;
}
@media (min-width: 1199.02px) {
  .section-catalog--alt .section__main {
    padding-left: 7.8%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog--alt .section__main {
    padding-bottom: 7.5rem;
  }
}
.section-catalog--alt .section__main > h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog--alt .section__main > h2 {
    font-size: 3.9rem;
    letter-spacing: -0.005em;
  }
}
.section-catalog--alt .section__main > h2:not(:last-child) {
  margin-bottom: 3.3rem;
}
.section-catalog--alt .section__main .search-block:not(:last-child) {
  margin-bottom: 13.1rem;
}
@media (max-width: 1199px) {
  .section-catalog--alt .section__main .search-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog--alt .section__main .search-block:not(:last-child) {
    margin-bottom: 5.7rem;
  }
}

/* ------------------------------------------------------------ *\
	Search Block
\* ------------------------------------------------------------ */
.search-block {
  width: 100%;
  max-width: 30.7rem;
  position: relative;
  z-index: 2;
}
.search-block .search__field {
  border: 1px solid #101423;
  background-color: #FFF;
  border-radius: 0.8rem;
  padding: 0.7rem 3.4rem;
  color: #000;
  width: 100%;
  background-image: url("../images/ico-search@2x.png");
  background-size: 2.1rem auto;
  background-position: left 0.3rem top 50%;
  background-repeat: no-repeat;
  outline: none !important;
}
.search-block .search__field:focus {
  border-color: #8a1b22;
}
.search-block .search__field::placeholder {
  color: #000;
  opacity: 1;
}
.search-block .search__dd {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  border: 1px solid #101423;
  padding: 1.2rem 1.9rem;
  list-style-type: none;
  text-align: left;
  border-radius: 0.8rem;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: border-color 0.3s;
}
.search-block .search__dd li:not(:last-child) {
  margin-bottom: 1rem;
}
.search-block .search__dd a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
.search-block .search__dd a:hover {
  text-decoration-color: currentColor;
}
.search-block.is-focused .search__dd {
  opacity: 1;
  pointer-events: auto;
}
.search-block--small {
  font-size: 1.6rem;
}
.search-block--small .search__field {
  padding: 0.7rem 4.7rem;
  background-position: left 0.7rem top 50%;
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-block--small .search__field {
    padding: 0.7rem 4rem;
  }
}
.search-block--big {
  font-size: 1.6rem;
  max-width: 59.4rem;
  font-family: "Dante Sans Display", sans-serif;
}
.search-block--big .search__field {
  background-position: left 1.4rem top 50%;
  background-size: 2.3rem auto;
  padding-left: 5.8rem;
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-block--big .search__field {
    background-position: left 0.3rem top 50%;
    background-size: 2.5rem auto;
    padding-left: 3.4rem;
  }
}

/* ------------------------------------------------------------ *\
	Sort Block
\* ------------------------------------------------------------ */
.sort-block {
  font-size: 1.6rem;
}
.sort-block label {
  margin-right: 1.9rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.sort-block select {
  min-width: 11rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid currentcolor;
  outline: none;
  padding: 0.2rem 3rem 0.2rem 0;
  background-image: url("../images/ico-arrow-down.svg");
  background-size: 1.6rem auto;
  background-position: right 0.9rem top 50%;
  background-repeat: no-repeat;
  color: inherit;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .sort-block select {
    color: #8a1b22;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort-block--alt-vision-xs label {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort-block--alt-vision-xs select {
    min-width: 12.2rem;
    background-image: url("../images/ico-arrows-top-bottom.svg");
    background-size: 2rem auto;
  }
}
.sort-block--readonly select {
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
	Filters Holder
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-holder {
    position: fixed;
    z-index: 13;
    top: calc(var(--header-height, 0) + var(--wp-bar-height, 0));
    left: 0px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 3.4rem 1.6rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
  }
}
.filters-holder .filters__btn-close {
  margin-left: auto;
  position: absolute;
  top: 1.7rem;
  right: 2.2rem;
}
@media (min-width: 767.02px) {
  .filters-holder .filters__btn-close {
    display: none !important;
  }
}
.filters-holder .btn-ico-holder {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-holder .btn-ico-holder {
    margin-bottom: 2.5rem;
  }
}
.filters-holder .filters-accordion {
  transition: margin-top 0.3s;
}
.filters-holder .btn-ico-holder + .filters-accordion {
  margin-top: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-holder .btn-ico-holder + .filters-accordion {
    margin-top: 2.5rem;
  }
}
.filters-holder .btn-ico-holder[style*="display: none;"] + .filters-accordion {
  margin-top: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .is-filters-expanded .filters-holder {
    opacity: 1;
    pointer-events: auto;
  }
}

/* ------------------------------------------------------------ *\
	Filters Accordion
\* ------------------------------------------------------------ */
.filters-accordion .filters__head {
  position: relative;
  padding: 0.6rem 0;
  font-size: 2.1rem;
  border-bottom: 1px solid #8B8B8B;
}
.filters-accordion .filters__head h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.filters-accordion .filters__head:after {
  content: url("../images/ico-arrow-up.svg");
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -20%) scaleY(-1);
  transition: transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-accordion .filters__head:after {
    right: 1.1rem;
  }
}
.filters-accordion .filters__body {
  padding: 2rem 1rem 1.8rem;
  display: none;
}
@media (max-width: 1023px) {
  .filters-accordion .filters__body {
    padding: 2rem 0 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-accordion .filters__body {
    padding: 2rem 1rem 1.5rem;
  }
}
.filters-accordion .filters__body ul {
  list-style-type: none;
}
.filters-accordion .filters__body ul:not(:last-child) {
  margin-bottom: 1rem;
}
.filters-accordion .filters__body ul li + li {
  margin-top: 1.05rem;
}
.filters-accordion .filters__body ul li:nth-child(7) ~ li {
  display: none;
}
.filters-accordion .filters__body > a {
  font-size: 1.6rem;
  color: #8a1b22;
  text-decoration: none;
  border-bottom: 1px solid currentcolor;
}
.filters-accordion .filters__body > a span span:nth-child(2) {
  display: none;
}
.filters-accordion.is-all-filter-visible .filters__body ul li:nth-child(7) ~ li {
  display: block;
}
.filters-accordion.is-all-filter-visible .filters__body > a span span:nth-child(1) {
  display: none;
}
.filters-accordion.is-all-filter-visible .filters__body > a span span:nth-child(2) {
  display: inline;
}
.filters-accordion.is-expanded .filters__head:after {
  transform: translate(0, -50%);
}
.filters-accordion.no-view-more .filters__body > a {
  display: none;
}

/* ------------------------------------------------------------ *\
	Btn Ico
\* ------------------------------------------------------------ */
.btn-ico {
  font-size: 2.1rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.btn-ico:hover {
  text-decoration: none;
}
.btn-ico span {
  display: inline-block;
  font-size: 0;
  margin-left: 0.9rem;
  margin-top: 0.1rem;
}

/* ------------------------------------------------------------ *\
	Checkbox Filters
\* ------------------------------------------------------------ */
.checkbox-filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.checkbox-filters input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkbox-filters input:checked ~ label:after {
  background-size: 0.7rem auto;
}
.checkbox-filters input:hover ~ label {
  color: #8a1b22;
}
.checkbox-filters label {
  display: block;
  margin: 0;
  transition: color 0.3s;
  padding-left: 2.2rem;
}
.checkbox-filters label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #000;
  border-radius: 0.2rem;
  background-image: url("../images/check-solid.svg");
  background-size: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.checkbox-filters label.filter_active:after {
  background-size: 0.7rem auto;
}
.checkbox-filters label span {
  margin-left: 0.2em;
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  z-index: 1;
  position: relative;
  display: block;
  text-decoration: none;
}
.article .article__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.article .article__media {
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}
.article .article__media.addpadding {
  padding: 2rem;
}
.article .article__media img {
  transition: transform 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media img {
    aspect-ratio: auto;
  }
}
.article .article__content {
  padding: 1.9rem 0 0;
}
@media (max-width: 1199px) {
  .article .article__content {
    padding: 1.8rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content {
    padding: 2.1rem 0 0;
  }
}
.article .article__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .article .article__content h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content h4 {
    font-size: 2.1rem;
  }
}
.article .article__content h4:not(:last-child) {
  margin-bottom: 0.2em;
}
.article .article__content h4 span {
  color: #8a1b22;
  letter-spacing: 0;
}
.article .article__content h4 + p {
  margin-top: 1.8rem;
}
.article .article__content a {
  position: relative;
  z-index: 2;
}
.article:hover {
  text-decoration: none;
}
.article:hover .article__media img {
  transform: scale(1.05);
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-family: "Dante Sans Display", sans-serif;
  padding: 3rem 0;
}
.paging span, .paging a {
  margin: 0 1.5rem;
}
.paging span.current, .paging a.current {
  font-weight: 700;
}
.paging span.page-numbers:not(.prev):not(.next):not(.current), .paging a.page-numbers:not(.prev):not(.next):not(.current) {
  opacity: 0.5;
}
.paging ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 2.4rem;
  list-style-type: none;
}
.paging ul li + li {
  margin-left: 2rem;
}
.paging ul li .current {
  text-decoration: underline;
}
.paging ul li.is-active a {
  text-decoration: underline;
}
.paging .prev,
.paging .next,
.paging .paging__btn {
  display: inline-flex;
  align-items: center;
  color: #8a1b22;
}
.paging .prev svg,
.paging .next svg,
.paging .paging__btn svg {
  margin: 0 1.1rem -0.1rem;
}
.paging .prev.is-disable,
.paging .next.is-disable,
.paging .paging__btn.is-disable {
  opacity: 0;
  pointer-events: none;
}
.paging a {
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Btn Filters
\* ------------------------------------------------------------ */
.btn-filters {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  border-bottom: 1px solid currentcolor;
  padding: 1px 1px;
  text-decoration: none;
}
.btn-filters:hover {
  text-decoration: none;
}
.btn-filters svg {
  margin-right: 0.8rem;
}

/* ------------------------------------------------------------ *\
	Section Product
\* ------------------------------------------------------------ */
.section-product {
  padding: 6.7rem 0 7rem;
}
@media (max-width: 1199px) {
  .section-product {
    padding: 4.7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product:first-child {
    padding-top: 0;
  }
}
.section-product .row {
  --gutter-x: 12.6rem;
  --gutter-y: 0rem;
}
@media (max-width: 1199px) {
  .section-product .row {
    --gutter-x: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .row {
    --gutter-y: 2rem;
  }
}
.section-product .section__media {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__media {
    margin: 0 calc(50% - 50vw);
  }
}
.section-product .section__content {
  padding-top: 2.6rem;
}
@media (max-width: 1199px) {
  .section-product .section__content {
    padding: 0;
  }
}
.section-product .section__content picture {
  display: block;
  max-width: 200px;
  margin-bottom: 1.5rem;
}
.section-product .section__content picture:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content picture:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.section-product .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h4 {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}
.section-product .section__content h4:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h4:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
.section-product .section__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h3 {
    font-size: 3.9rem;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}
.section-product .section__content h3:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h3:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.section-product .section__content p {
  line-height: 1.38;
}
.section-product .section__content p:not(:last-child) {
  margin-bottom: 2.1rem;
}
.section-product .section__content .btn {
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content .btn {
    margin-top: 3.2rem;
  }
}
.section-product .section__content .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 1px;
  background-color: #8a1b22;
}

/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */
.section-logos {
  background-color: #F7F7F7;
  padding: 5.6rem 0;
}
@media (min-width: 767.02px) {
  .section-logos:last-of-type {
    padding-bottom: 6.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos {
    padding: 8.7rem 0 4.8rem;
  }
}
.section-logos .section__head {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos .section__head {
    margin-right: calc(50% - 50vw);
    margin-bottom: 1.6rem;
  }
}
.section-logos .section__head h3 {
  letter-spacing: 0;
  font-family: "Dante Sans Display", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos .section__head h3 {
    font-size: 3.9rem;
  }
}
.section-logos .section__media {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.section-logos .section__media picture {
  display: block;
  max-width: 85%;
  max-height: 85%;
}
.section-logos .section__media img {
  transition: transform 0.3s;
}
.section-logos .section__media:hover img {
  transform: scale(1.05);
}
.section-logos .section__body .row--vars {
  --gutter-x: 3.2rem;
  --gutter-y: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos .section__body .row--vars {
    --gutter-x: 1.6rem;
    --gutter-y: 1.6rem;
  }
}
.section-logos + .section-logos {
  padding-top: 1.7rem;
}

/* ------------------------------------------------------------ *\
	Section Events
\* ------------------------------------------------------------ */
.section-events {
  background-color: #aad5be;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events {
    padding: 0;
  }
}
.section-events .section__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__inner {
    display: block;
  }
}
.section-events .section__content {
  width: calc(33.33% - 2.2rem);
  padding: 12rem 5% 5rem 0;
  min-height: 62.6rem;
}
@media (max-width: 1399px) {
  .section-events .section__content {
    padding: 6rem 2rem 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__content {
    width: 100%;
    padding: 2rem 0 7.9rem 0;
    min-height: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__content h2 {
    font-size: 6.7rem;
    line-height: 1.14;
  }
}
.section-events .section__content h2:not(:last-child) {
  margin-bottom: 10.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__content h2:not(:last-child) {
    margin-bottom: 6.5rem;
  }
}
.section-events .section__content h4 {
  letter-spacing: -0.005em;
  font-family: "Dante Sans Text", sans-serif;
}
.section-events .section__main {
  width: 10%;
  flex-grow: 1;
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__main {
    width: 100%;
    margin: 0;
  }
}
.section-events .section__media {
  height: 10%;
  flex-grow: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__media {
    display: none;
  }
}
.section-events .section__media picture {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.section-events .section__media picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-events .section__actions {
  position: relative;
  z-index: 2;
  background-color: #8a1b22;
  color: #000;
  display: flex;
  align-items: center;
  padding: 4rem 5.5rem 4rem 6.4rem;
}
@media (max-width: 1399px) {
  .section-events .section__actions {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__actions {
    color: inherit;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.section-events .section__actions h4 {
  width: 10%;
  flex-grow: 1;
  font-family: "Dante Sans Text", sans-serif;
  margin-right: 2rem;
}
.section-events .section__actions:after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 100%;
  max-width: 1.6rem;
  aspect-ratio: 16/48;
  mask-image: url('data:image/svg+xml,<svg width="18" height="50" viewBox="0 0 18 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 49L17 25L1 1" stroke="black" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  transition: transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__actions:after {
    margin-right: 2.3rem;
  }
}
@media (min-width: 767.02px) {
  .section-events .section__actions:hover {
    cursor: pointer;
  }
  .section-events .section__actions:hover:after {
    transform: translate(1rem, 0);
  }
}
.section-events--gray {
  background-color: #e5e5e5;
  color: #000;
}
.section-events--small .section__content {
  padding: 6rem 5% 6rem 0;
  min-height: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events--small .section__content {
    padding: 2rem 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */
.section-articles {
  padding: 6.1rem 0 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles {
    padding: 2.7rem 0 3.9rem;
  }
}
.section-articles .section__head {
  position: relative;
  z-index: 2;
  margin-bottom: 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__head {
    margin-bottom: 3.2rem;
  }
}
.section-articles .section__head .sort-block select {
  min-width: 30rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__head .sort-block select {
    min-width: 12rem;
  }
}
.section-articles .section__body .row {
  --gutter-x: 3.2rem;
  --gutter-y: 3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__body .row {
    --gutter-y: 3rem;
  }
}
.section-articles .section__foot {
  margin-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__foot {
    margin-top: 3.9rem;
  }
}

/* ------------------------------------------------------------ *\
	Article Events
\* ------------------------------------------------------------ */
.article-events {
  border-radius: 3.2rem;
  overflow: hidden;
  background-color: #f7f7f7;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-events .article__link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-events .article__link:hover ~ .article__content:after {
  transform: translate(1rem, -50%);
}
.article-events .article__media picture {
  display: block;
  position: relative;
}
.article-events .article__media picture:before {
  content: "";
  display: block;
  padding-top: 61%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__media picture:before {
    padding-top: 63%;
  }
}
.article-events .article__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-events .article__content {
  flex-grow: 1;
  padding: 2.2rem 7rem 2.2rem 2.4rem;
  position: relative;
}
@media (max-width: 1199px) {
  .article-events .article__content {
    padding: 2rem 5rem 2rem 2rem;
  }
}
@media (max-width: 1023px) {
  .article-events .article__content {
    padding: 2rem 4rem 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__content {
    padding: 2.2rem 4rem 3rem 2.4rem;
  }
}
.article-events .article__content a {
  position: relative;
  z-index: 2;
}
.article-events .article__content .list-tags:not(:last-child) {
  margin-bottom: 1rem;
}
.article-events .article__content h3 {
  margin-bottom: 0;
  font-family: "Dante Sans Display", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__content h3 {
    letter-spacing: 0.01em;
    font-size: 3.2rem;
  }
}
.article-events .article__content h4 {
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: "Dante Sans Text", sans-serif;
}
.article-events .article__content .list-dates:not(:first-child) {
  margin-top: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__content .list-dates:not(:first-child) {
    margin-top: 1.8rem;
  }
}
.article-events .article__content:after {
  content: "";
  position: absolute;
  top: 51%;
  right: 4.4rem;
  transform: translate(0, -50%);
  display: inline-block;
  font-size: 0;
  width: 100%;
  max-width: 1.8rem;
  aspect-ratio: 16/48;
  mask-image: url('data:image/svg+xml,<svg width="18" height="50" viewBox="0 0 18 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 49L17 25L1 1" stroke="black" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  transition: transform 0.3s;
}
@media (max-width: 1023px) {
  .article-events .article__content:after {
    right: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__content:after {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	List Tags
\* ------------------------------------------------------------ */
.list-tags {
  color: #8a1b22;
  font-size: 1.6rem;
  list-style-type: none;
}
.list-tags li {
  display: inline;
}
.list-tags li + li:before {
  content: " | ";
  display: inline;
}

/* ------------------------------------------------------------ *\
	List Dates
\* ------------------------------------------------------------ */
.list-dates {
  list-style-type: none;
  font-family: "Dante Sans Text", sans-serif;
}

/* ------------------------------------------------------------ *\
	Popup Subscribe
\* ------------------------------------------------------------ */
.popup-subscribe {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: grid;
  align-items: center;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe {
    background-color: #e5e5e5;
    padding: 11.3rem 0.2rem 5.4rem;
  }
}
.popup-subscribe .popup__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe .popup__overlay {
    display: none;
  }
}
.popup-subscribe .popup__inner {
  position: relative;
  z-index: 2;
  background-color: #e5e5e5;
  padding: 5.4rem 7.4rem 5.1rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe .popup__inner {
    position: static;
    padding: 0;
  }
}
.popup-subscribe .popup__btn-close {
  position: absolute;
  top: 2.3rem;
  right: 2.3rem;
}
.popup-subscribe .popup__btn-close svg {
  width: 1.8rem;
  height: auto;
}

.is-popup-subscribe-visible .popup-subscribe:not(.popup-subscribe--individual) {
  opacity: 1;
  pointer-events: auto;
}

.popup-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------------------------------ *\
	Form Subscribe Alt
\* ------------------------------------------------------------ */
.form-subscribe-alt .gform_title {
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
  font-family: "Dante Sans Display", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-alt .gform_title {
    margin-bottom: 1.9rem;
  }
}
.form-subscribe-alt .gform_description {
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: "Dante Sans Text", sans-serif;
}
.form-subscribe-alt div.gform_description {
  margin-bottom: 1.35em;
}
.form-subscribe-alt .gform_heading {
  margin-bottom: 27px;
}
@media (max-width: 1023px) {
  .form-subscribe-alt .gform_heading {
    margin-bottom: 1.7rem;
  }
}
.form-subscribe-alt .gfield_required {
  color: inherit !important;
}
.form-subscribe-alt .gfield_required:before {
  content: "*";
}
.form-subscribe-alt .gfield_required span {
  display: none !important;
}
.form-subscribe-alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 1rem 1rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
  max-width: 37.5rem;
}
@media (max-width: 1023px) {
  .form-subscribe-alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-subscribe-alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: inherit;
  opacity: 1;
}
.form-subscribe-alt .gfield_label {
  font-size: 2.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-alt .gfield_label {
    margin-bottom: 0.8rem;
  }
}
.form-subscribe-alt .gform_footer {
  margin: 0.8rem 0 0 !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-alt .gform_footer {
    margin: 6.2rem 0 0 !important;
    padding: 0;
  }
}
.form-subscribe-alt .gform_footer .gform_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.26rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #8a1b22;
  line-height: 1.3;
  font-size: 1.6rem;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .form-subscribe-alt .gform_footer .gform_button {
    padding: 1.3rem 2.45rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
.form-subscribe-alt .gform_footer .gform_button:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.07);
}
.form-subscribe-alt .gform_validation_error .gform_validation_errors {
  display: none !important;
}
.form-subscribe-alt .gform_validation_error .gfield_label {
  color: inherit !important;
}
.form-subscribe-alt .gform_validation_error .gfield_label:after {
  content: "This field is required";
  margin-left: 2rem;
  color: #8a1b22;
}

/* ------------------------------------------------------------ *\
	Section Description
\* ------------------------------------------------------------ */
.section-description {
  background-color: #D9D9D9;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description {
    background-color: transparent;
  }
}
.section-description .section__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__inner {
    display: block;
  }
}
.section-description .section__content {
  width: 36.7%;
  padding: 9.7rem 5rem 9.7rem 0;
}
@media (max-width: 1023px) {
  .section-description .section__content {
    width: 42%;
    padding: 6rem 5rem 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__content {
    padding: 1.8rem 0 3.1rem;
    width: 100%;
  }
}
.section-description .section__content .list-tags:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__content h3 {
    font-size: 3.9rem;
  }
}
.section-description .section__content h3:not(:last-child) {
  margin-bottom: 1.3rem;
}
.section-description .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: -0.005em;
}
.section-description .section__content h4:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__content h4:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.section-description .section__content h2 {
  line-height: 1.1;
}
.section-description .section__content h2:not(:last-child) {
  margin-bottom: 1.3rem;
}
.section-description .section__content p {
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.section-description .section__media {
  width: 10%;
  flex-grow: 1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__media {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.section-description .section__media img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
@media (min-width: 1023.02px) {
  .section-description .section__media img {
    min-height: 100%;
  }
}
.section-description--alt {
  background-color: #F7F7F7;
}
.section-description--alt .section__content {
  width: 50%;
  padding: 6rem 5rem 6rem 0;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description--alt .section__content {
    width: 100%;
    padding: 3.2rem 0 3rem;
  }
}
.section-description--alt .section__content .list-meta:not(:last-child) {
  margin-bottom: 1.8rem;
}
.section-description--alt .section__content .list-meta li + li:before {
  margin: 0 0.9rem;
}
.section-description--alt .section__content h2:not(:last-child) {
  margin-bottom: 7.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description--alt .section__content h2:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.section-description--alt .section__content p {
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description--alt .section__content p {
    line-height: inherit;
  }
}

/* ------------------------------------------------------------ *\
	Section Registration
\* ------------------------------------------------------------ */
.section-registration {
  padding: 3.8rem 0 5.4rem;
}
.section-registration .section__content {
  padding-top: 1rem;
}
.section-registration .section__content p {
  line-height: 1.37;
}
.section-registration .section__content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.section-registration .section__content table {
  margin-top: 3rem;
  table-layout: fixed;
  width: 100%;
  max-width: 63rem;
  text-align: center;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-registration .section__content table {
    margin-top: 4rem;
  }
}
.section-registration .section__content table tr:not(:last-child) {
  border-bottom: 0.1rem solid #fff;
}
.section-registration .section__content table tr th {
  font-weight: inherit;
}
.section-registration .section__content table tr > * {
  background-color: #e5e5e5;
  padding: 2.7rem 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-registration .section__content table tr > * {
    padding: 1.7rem 2rem;
    height: 7.5rem;
  }
}
.section-registration .section__content table tr > *:not(:last-child) {
  border-right: 0.1rem solid #fff;
}
.section-registration .section__content table tr > *:nth-child(odd) {
  background-color: #D9D9D9;
}
.section-registration .section__content .btn {
  margin-top: 3rem;
}
.section-registration .section__aside {
  padding-left: 9.7%;
}
@media (max-width: 1023px) {
  .section-registration .section__aside {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-registration .section__aside {
    padding: 3.4rem 0 0 1.7rem;
  }
}

/* ------------------------------------------------------------ *\
	Form Register
\* ------------------------------------------------------------ */
.form-register .gform_wrapper {
  margin: 0;
}
.form-register .gform_heading {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gform_heading {
    margin-bottom: 2.4rem;
  }
}
.form-register .gform_heading .gform_title {
  font-size: 3.9rem;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gform_heading .gform_title {
    line-height: 1.4;
  }
}
.form-register .gfield_required {
  color: inherit !important;
}
.form-register .gfield_required:before {
  content: "*";
}
.form-register .gfield_required span {
  display: none !important;
}
.form-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-register .gform_wrapper .top_label input.large, .form-register .gform_wrapper .top_label select.large, .form-register .gform_wrapper .hidden_label input.large, .form-register .gform_wrapper .hidden_label select.large {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 1rem 1.8rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
  max-width: 37.6rem;
  line-height: 1.2 !important;
}
@media (max-width: 1023px) {
  .form-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-register .gform_wrapper .top_label input.large, .form-register .gform_wrapper .top_label select.large, .form-register .gform_wrapper .hidden_label input.large, .form-register .gform_wrapper .hidden_label select.large {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.form-register .gform_wrapper .top_label input.large::placeholder, .form-register .gform_wrapper .top_label select.large::placeholder, .form-register .gform_wrapper .hidden_label input.large::placeholder, .form-register .gform_wrapper .hidden_label select.large::placeholder {
  color: inherit;
  opacity: 1;
}
.form-register .gfield_label {
  font-size: 2.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0rem;
  font-weight: 400 !important;
}
.form-register .gfield + .gfield {
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gfield + .gfield {
    margin-top: 3.1rem;
  }
}
.form-register .gform_footer {
  margin: 3.2rem 0 0 !important;
  padding: 0 !important;
}
.form-register .gform_footer .gform_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.26rem 2.85rem;
  border-radius: 18px;
  border: 1px solid #8a1b22;
  line-height: 1.3;
  font-size: 1.6rem !important;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .form-register .gform_footer .gform_button {
    padding: 1.3rem 2.45rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gform_footer .gform_button {
    padding: 1.3rem 2.85rem;
  }
}
.form-register .gform_footer .gform_button:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.07);
}

/* ------------------------------------------------------------ *\
	Block Faq
\* ------------------------------------------------------------ */
.block-faq .block__head {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-faq .block__head {
    margin-bottom: 3.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-faq .block__head h3 {
    font-size: 3.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-faq .block__head h3:not(:last-child) {
    margin-bottom: 4.6rem;
  }
}
.block-faq .block__head h3 + h4 {
  margin-top: 1rem;
}
.block-faq .block__head h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (min-width: 767.02px) {
  .block-faq .block__head .btn-filters {
    display: none;
  }
}
.block-faq .block__body .row {
  --gutter-x: 3.2rem;
  --gutter-y: 4.87rem;
}
@media (max-width: 1023px) {
  .block-faq .block__body .row {
    --gutter-y: 1.6rem;
  }
}
.block-faq .block__body .link {
  height: 100%;
  line-height: 1.3;
}

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 2.1rem;
  padding: 2.2rem 5rem 2.2rem 2.4rem;
  background-color: #F7F7F7;
  border-radius: 2.9rem;
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link {
    font-size: 1.6rem;
  }
}
.link:after {
  content: "";
  position: absolute;
  top: 51%;
  right: 2.7rem;
  transform: translate(0, -50%);
  display: inline-block;
  font-size: 0;
  width: 100%;
  max-width: 0.7rem;
  aspect-ratio: 5/16;
  mask-image: url('data:image/svg+xml,<svg width="7" height="17" viewBox="0 0 7 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 16.5L5.5 8.5L0.5 0.5" stroke="black" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  transition: transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link:after {
    right: 3rem;
  }
}
.link:hover {
  text-decoration: none;
}
@media (min-width: 767.02px) {
  .link:hover:after {
    transform: translate(0.5rem, -50%);
  }
}
.link--ico {
  padding-left: 8.5rem;
  letter-spacing: 0.01em;
  min-height: 9.8rem;
  line-height: 1.2;
}
.link--ico .mask-image {
  position: absolute;
  top: 50%;
  left: 2.8rem;
  transform: translateY(-50%);
  max-width: 3.9rem;
}
.link--ico:after {
  max-width: 1rem;
}
.link--alt {
  font-size: 1.6rem;
  max-width: 35rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link--alt {
    max-width: 100%;
  }
}
.link--alt h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: 0.01em;
}
.link--alt h4:not(:last-child) {
  margin-bottom: 1.4rem;
}

/* ------------------------------------------------------------ *\
	Section List
\* ------------------------------------------------------------ */
.section-list {
  padding: 4.4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list {
    padding: 3.2rem 0;
  }
}
.section-list .section__content {
  padding: 1.8rem 0;
}
@media (max-width: 1023px) {
  .section-list .section__content {
    padding: 0;
  }
}
.section-list .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: -0.005em;
}
.section-list .section__content h4:not(:last-child) {
  margin-bottom: 0.7em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list .section__content h4:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.section-list .section__content h1 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list .section__content h1 {
    font-size: 3.9rem;
  }
}
.section-list .section__content h1:not(:last-child) {
  margin-bottom: 0.35em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list .section__content h1:not(:last-child) {
    margin-bottom: 0.85em;
  }
}
.section-list .section__content .list-btns:not(:first-child) {
  margin-top: 3.3rem;
}
.section-list .section__media {
  border-radius: 3.2rem;
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	List Btns
\* ------------------------------------------------------------ */
.list-btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 2.4rem;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .list-btns {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-btns {
    column-gap: 2.3rem;
    row-gap: 2.3rem;
  }
}
.list-btns a {
  padding: 2.1rem 2.2rem;
  border-radius: 2.9rem;
}
@media (max-width: 1199px) {
  .list-btns a {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-btns a {
    padding: 2.1rem 2.2rem;
    font-size: 2.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Link Big
\* ------------------------------------------------------------ */
.section-link-big .row {
  --gutter-x: 0rem;
  --gutter-y: 0rem;
}
.section-link-big .row .block-link {
  height: 100%;
}
.section-link-big--no-padding {
  padding: 0;
}
.section-link-big .block-link h3 {
  min-height: var(--highest-title, 0);
}
.section-link-big .block-link h3:first-child:last-child {
  display: flex;
  align-items: center;
}
.section-link-big .block-link p {
  min-height: var(--highest-content, 0);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-link-big .block-link {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Block Link
\* ------------------------------------------------------------ */
.block-link {
  position: relative;
  padding: 4rem 20% 4rem 2.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(245, 245, 245, 0.94);
  text-decoration: none;
  min-height: 31rem;
}
@media (max-width: 1199px) {
  .block-link {
    min-height: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link {
    padding: 4.8rem 23% 4.8rem 2.4rem;
  }
}
.block-link:hover {
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link h3 {
    font-size: 3.9rem;
  }
}
.block-link h3:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link h3:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.block-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  font-size: 0;
  width: 1.5rem;
  aspect-ratio: 15/41;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,<svg width="15" height="41" viewBox="0 0 15 41" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 40.5L14 20.5L1 0.5" stroke="black" stroke-linecap="round"/></svg>');
  transition: right 0.3s;
}
.block-link--dark {
  background-color: #D9D9D9;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--dark {
    padding: 7.5rem 23% 7.5rem 2.4rem;
  }
}
.block-link--green {
  background-color: #aad5be;
  color: #fff;
}
.block-link--pink {
  background-color: #8a1b22;
  color: #000;
}
.block-link--size-2 {
  min-height: 0;
  padding: 4.7rem 21% 4.2rem 3.2rem;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .block-link--size-2 {
    padding: 3.5rem 5rem 3.5rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 {
    padding: 4.7rem 11rem 4.5rem 3.2rem;
  }
}
@media (max-width: 1023px) {
  .block-link--size-2:after {
    right: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2:after {
    right: 3rem;
  }
}
.block-link--size-2 h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 h4 {
    font-size: 1.6rem;
  }
}
.block-link--size-2 h4:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 h4:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.block-link--size-2 h3 {
  line-height: 1.1;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 h3 {
    font-size: 2.1rem;
    font-family: "Dante Sans Text", sans-serif;
  }
}
.block-link--short {
  padding: 3rem 20% 3rem 1.5rem;
  min-height: 100%;
}
@media (min-width: 1023.02px) {
  .block-link:hover:after {
    right: 2rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Find
\* ------------------------------------------------------------ */
.section-find {
  padding: 6rem 0;
}
.section-find .row {
  --gutter-x: 12.7rem;
  --gutter-y: 0rem;
}
@media (max-width: 1199px) {
  .section-find .row {
    --gutter-x: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find .row {
    --gutter-y: 4rem;
  }
}
.section-find .section__main h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find .section__main h2 {
    font-size: 3.9rem;
  }
}
.section-find .section__main h2:not(:last-child) {
  margin-bottom: 4.2rem;
}
.section-find .section__main .search-block {
  max-width: 54.4rem;
}
.section-find .section__main .search-block:not(:last-child) {
  margin-bottom: 8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find .section__main .search-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.section-find .section__main .search-block input {
  background-position: left 0.8rem top 50%;
}
@media (max-width: 1199px) {
  .section-find .section__aside .link {
    font-size: 1.8rem;
  }
}
.section-find .section__aside .link:not(:last-child) {
  margin-bottom: 3.1rem;
}
@media (max-width: 1199px) {
  .section-find .section__aside .link:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.section-find--alt {
  padding: 6.1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt {
    padding: 1.5rem 0 3.3rem;
  }
}
.section-find--alt .section__head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head {
    text-align: left;
    display: block;
    margin-bottom: 4.8rem;
  }
}
.section-find--alt .section__head h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head h2 {
    font-size: 3.9rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
}
.section-find--alt .section__head h2:not(:last-child) {
  margin-bottom: 3.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head h2:not(:last-child) {
    margin-bottom: 3.6rem;
  }
}
.section-find--alt .section__head .search-block {
  max-width: 56.1rem;
}
.section-find--alt .section__head .search-block:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .search-block:not(:last-child) {
    margin-bottom: 7.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .search-block .search__field {
    background-position: left 1.6rem top 50%;
    background-size: 2rem auto;
    padding-left: 4.9rem;
  }
}
.section-find--alt .section__head .sort-block {
  margin-right: auto;
  margin-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .sort-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.section-find--alt .section__head .sort-block select {
  min-width: 16.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .sort-block select {
    width: 10%;
    flex-grow: 1;
  }
}
.section-find--alt .section__body .row {
  --gutter-x: 3.2rem;
  --gutter-y: 3.2rem;
}
.section-find--alt .section__body .link {
  height: 100%;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__body .link {
    font-size: 2.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Hero
\* ------------------------------------------------------------ */
.section-hero {
  background-color: #8a1b22;
}
.section-hero .section__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__inner {
    display: block;
  }
}
.section-hero .section__media {
  --media-width: 0.683;
  position: relative;
  z-index: 2;
  color: #fff;
  width: calc(var(--media-width) * 100%);
  padding-right: 4rem;
  display: flex;
  align-items: center;
  min-height: 31rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media {
    --media-width: 0.6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
    padding: 6.4rem 1.6rem;
  }
}
.section-hero .section__media > picture {
  position: absolute;
  left: calc(50% / var(--media-width) - 50vw);
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media > picture {
    left: 0;
  }
}
.section-hero .section__media > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .section__media .section__title {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media .section__title {
    padding: 0;
  }
}
.section-hero .section__media h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media h2 {
    font-size: 3.9rem;
    line-height: 1.2;
  }
}
.section-hero .section__media:first-child:last-child {
  --media-width: 1;
}
.section-hero .section__media:first-child:last-child > picture {
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}
.section-hero .section__aside {
  width: 10%;
  flex-grow: 1;
  padding: 5.9rem 0rem 6.1rem 6.1rem;
  align-self: center;
}
@media (max-width: 1199px) {
  .section-hero .section__aside {
    padding: 4rem 0rem 4rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__aside {
    width: 100%;
    padding: 3rem 0;
    letter-spacing: -0.005em;
  }
}
.section-hero .section__aside h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__aside h3 {
    font-size: 3.9rem;
  }
}
.section-hero .section__aside h3:not(:last-child) {
  margin-bottom: 2.9rem;
}
.section-hero .section__aside h3 .mask-image {
  margin-right: 1.1rem;
}
.section-hero .section__aside p {
  line-height: 1.1;
}
.section-hero .section__aside p:not(:last-child) {
  margin-bottom: 1.9rem;
}

/* ------------------------------------------------------------ *\
	Section Links Text
\* ------------------------------------------------------------ */
.section-links-text {
  padding: 4.1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text {
    padding: 3.1rem 0;
  }
}
.section-links-text .row {
  --gutter-x: 8.2rem;
  --gutter-y: 2.4rem;
}
@media (max-width: 1199px) {
  .section-links-text .row {
    --gutter-x: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .row {
    --gutter-y: 6.5rem;
  }
}
.section-links-text .section__aside {
  padding-top: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__aside {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__aside .link {
    font-size: 2.1rem;
  }
}
.section-links-text .section__aside .link:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) and (min-width: 767.02px) {
  .section-links-text .section__aside .link:after {
    display: none;
  }
}
.section-links-text .section__content {
  padding-left: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content {
    padding: 0;
  }
}
.section-links-text .section__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h3 {
    font-size: 2.1rem;
    font-family: "Dante Sans Text", sans-serif;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h2 {
    font-size: 3.9rem;
    line-height: 1.2;
    letter-spacing: -0.005em;
  }
}
.section-links-text .section__content h2:not(:last-child) {
  margin-bottom: 0.85em;
}
.section-links-text .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h4 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.section-links-text .section__content h4:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h4:not(:last-child) {
    margin-bottom: 2em;
  }
}

.section-press header {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
.section-press header .shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-press header .shell {
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-press header .shell h1 {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.section-press header .shell ul {
  display: flex;
  font-size: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-press header .shell ul li a {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3rem;
  display: block;
  padding: 1rem 1.5rem;
}
.section-press header .shell ul li a.active {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.section-press header .shell form {
  margin-left: 3rem;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-press header .shell form {
    margin-left: 0;
    max-width: 100%;
  }
}
.section-press header .shell form [name=category] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23000" fill-rule="nonzero" d="m14.592 7 1.294 1.525-5.943 5.043L4 8.525 5.294 7l4.65 3.945z"/></svg>');
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2C2E30;
  border-radius: 0.8rem;
  height: 40px;
  padding: 0 calc(20px + 2rem) 0 1rem;
  color: #2C2E30;
  outline: none;
  width: 100%;
}
.section-press .featured-blog {
  display: flex;
}
@media (max-width: 1023px) {
  .section-press .featured-blog {
    flex-direction: column;
  }
}
.section-press .featured-blog .image {
  background-color: #f1f1f1;
  position: relative;
  width: 60%;
}
@media (max-width: 1199px) {
  .section-press .featured-blog .image {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-press .featured-blog .image {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.section-press .featured-blog .image::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.section-press .featured-blog .image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-press .featured-blog .post-data {
  padding-left: 3rem;
  width: 40%;
}
@media (max-width: 1199px) {
  .section-press .featured-blog .post-data {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-press .featured-blog .post-data {
    padding-left: 0;
    width: 100%;
  }
}
.section-press .featured-blog .post-data h2 {
  font-size: 4rem;
  font-weight: normal;
  line-height: 4.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-press .featured-blog .post-data h2 {
    margin-bottom: 1.5rem;
  }
}
.section-press .featured-blog .post-data h2 a {
  transition: color 0.2s;
}
.section-press .featured-blog .post-data h2 a:hover {
  color: #8a1b22;
}
.section-press .featured-blog .post-data .post-metadata {
  display: flex;
  list-style: none;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-press .featured-blog .post-data .post-metadata {
    margin-bottom: 1.5rem;
  }
}
.section-press .featured-blog .post-data .post-metadata li {
  color: #8b8b8b;
  font-size: 2rem;
  line-height: 3.2rem;
  position: relative;
}
.section-press .featured-blog .post-data .post-metadata li:not(:first-child) {
  margin-left: 3rem;
}
.section-press .featured-blog .post-data .post-metadata li:not(:first-child)::before {
  background-color: #8b8b8b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5rem;
}
.section-press .featured-blog .post-data .post-metadata li:not(:last-child) {
  color: #8a1b22;
}
.section-press .featured-blog .excerpt {
  font-size: 2rem;
  line-height: 3.2rem;
}
.section-press .blogs-social {
  display: flex;
}
@media (max-width: 1023px) {
  .section-press .blogs-social {
    flex-direction: column;
  }
}
.section-press .blogs-social .blogs {
  width: 60%;
}
@media (max-width: 1199px) {
  .section-press .blogs-social .blogs {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs {
    margin-bottom: 3rem;
    order: 2;
    width: 100%;
  }
}
.section-press .blogs-social .blogs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.section-press .blogs-social .blogs ul .blog {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs ul .blog {
    margin-bottom: 6rem;
  }
}
.section-press .blogs-social .blogs ul .blog:last-child {
  margin-bottom: 0;
}
.section-press .blogs-social .blogs ul .blog article {
  display: flex;
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs ul .blog article {
    flex-direction: column;
  }
}
.section-press .blogs-social .blogs ul .blog article .image {
  background-color: #f1f1f1;
  position: relative;
  width: 40%;
}
@media (max-width: 1199px) {
  .section-press .blogs-social .blogs ul .blog article .image {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs ul .blog article .image {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.section-press .blogs-social .blogs ul .blog article .image::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.section-press .blogs-social .blogs ul .blog article .image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-press .blogs-social .blogs ul .blog article .post-data {
  padding-left: 3rem;
  width: 60%;
}
@media (max-width: 1199px) {
  .section-press .blogs-social .blogs ul .blog article .post-data {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs ul .blog article .post-data {
    padding-left: 0;
    width: 100%;
  }
}
.section-press .blogs-social .blogs ul .blog article .post-data h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 3.4rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs ul .blog article .post-data h2 {
    font-size: 4rem;
    font-weight: normal;
    line-height: 4.6rem;
    margin-bottom: 1.5rem;
  }
}
.section-press .blogs-social .blogs ul .blog article .post-data h2 a {
  transition: color 0.2s;
}
.section-press .blogs-social .blogs ul .blog article .post-data h2 a:hover {
  color: #8a1b22;
}
.section-press .blogs-social .blogs ul .blog article .post-data .post-metadata {
  display: flex;
  list-style: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs ul .blog article .post-data .post-metadata {
    margin-bottom: 1.5rem;
  }
}
.section-press .blogs-social .blogs ul .blog article .post-data .post-metadata li {
  color: #8b8b8b;
  font-size: 1.875rem;
  line-height: 3.2rem;
  position: relative;
}
.section-press .blogs-social .blogs ul .blog article .post-data .post-metadata li:not(:first-child) {
  margin-left: 3rem;
}
.section-press .blogs-social .blogs ul .blog article .post-data .post-metadata li:not(:first-child)::before {
  background-color: #8b8b8b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5rem;
}
.section-press .blogs-social .blogs ul .blog article .post-data .post-metadata li:not(:last-child) {
  color: #8a1b22;
}
.section-press .blogs-social .blogs ul .blog article .post-data .excerpt {
  font-size: 2rem;
  line-height: 3.2rem;
}
@media (min-width: 1023.02px) {
  .section-press .blogs-social .blogs ul .blog article .post-data .excerpt {
    display: none;
  }
}
@media (max-width: 1023px) {
  .section-press .blogs-social .blogs ul .blog article .post-data .excerpt {
    display: block;
  }
}
.section-press .blogs-social .social {
  padding-left: 3rem;
  width: 40%;
}
@media (max-width: 1199px) {
  .section-press .blogs-social .social {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-press .blogs-social .social {
    background-color: #f7f7f7;
    margin-bottom: 3rem;
    order: 1;
    padding: 3rem;
    width: 100%;
  }
}
.section-press .blogs-social .social h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-press .blogs-social .social button {
  cursor: pointer;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-press .blogs-social .social button {
    margin-bottom: 0;
  }
}
.section-press .blogs-social .social ul {
  display: flex;
  list-style: none;
}
@media (max-width: 1023px) {
  .section-press .blogs-social .social ul {
    display: none;
  }
}
.section-press .blogs-social .social ul li {
  margin-right: 3rem;
}

.section-journal {
  padding: 2.8rem 0 7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal {
    padding: 2.8rem 0 3rem;
  }
}
.section-journal .section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__head {
    display: block;
    padding-bottom: 2.6rem;
  }
}
.section-journal .section__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  left: calc(50% - 50vw);
  background-color: currentColor;
}
.section-journal .section__title h2 {
  letter-spacing: 0.01em;
}
.section-journal .section__title h2:not(:last-child) {
  margin-bottom: 0.18em;
}
.section-journal .section__title p {
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.section-journal .section__filters {
  max-width: 50%;
  margin-left: auto;
  margin-right: 4.7%;
}
@media (max-width: 1199px) {
  .section-journal .section__filters {
    margin-right: 0%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__filters {
    margin: 2.4rem 0 0;
    max-width: 100%;
  }
}
.section-journal .section__main {
  --left-col-width: 63.7%;
  margin-top: 3.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__main {
    margin-top: 1.7rem;
  }
}
.section-journal .section__top {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__top {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .section-journal .section__top .article-base--hor {
    display: block;
  }
}
@media (max-width: 1023px) {
  .section-journal .section__top .article-base--hor .article__media {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .section-journal .section__top .article-base--hor .article__content {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.section-journal .section__left {
  width: var(--left-col-width);
}
@media (max-width: 1023px) {
  .section-journal .section__left {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left {
    width: 100%;
  }
}
.section-journal .section__left .article-base:not(:last-child) {
  margin-bottom: 3.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left .article-base.size-2 {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left .article-base.size-4 {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left .form-subscribe-small {
    position: relative;
    padding: 1.5rem 0;
  }
  .section-journal .section__left .form-subscribe-small:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  .section-journal .section__left .form-subscribe-small:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: #F7F7F7;
  }
  .section-journal .section__left .form-subscribe-small > * {
    position: relative;
    z-index: 2;
  }
}
.section-journal .section__right {
  width: 10%;
  flex-grow: 1;
  padding-left: 2.4rem;
  max-width: 37.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__right {
    width: 100%;
    padding: 0;
    margin-top: 1.4rem;
  }
}
.section-journal .section__right .form-subscribe-small {
  max-width: 35rem;
}
.section-journal .section__right .form-subscribe-small:not(:last-child) {
  margin-bottom: 4.2rem;
}
@media (max-width: 1023px) {
  .section-journal .section__right .socials {
    margin-left: 0;
  }
}
.section-journal .section__right .socials ul {
  justify-content: center;
}
.section-journal .section__right .socials ul li + li {
  margin-left: 2.6rem;
}
@media (max-width: 1023px) {
  .section-journal .section__right .socials ul li + li {
    margin-left: 2rem;
  }
}
.section-journal .section__right .socials:not(:last-child) {
  margin-bottom: 4.1rem;
}
.section-journal .section__right .link:not(:last-child) {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__right .link:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.section-search header {
  border-bottom: 1px solid #000;
  padding: 3rem 0;
}
.section-search header .shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search header .shell {
    flex-direction: column;
  }
}
.section-search header .shell h3 {
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search header .shell h3 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.section-search header .shell form {
  margin-left: 3rem;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search header .shell form {
    margin-left: 0;
    max-width: 100%;
  }
}
.section-search header .shell form [name=s] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%232C2E30" fill-rule="nonzero" d="M14.245 12.838 20 18.593 18.593 20l-5.755-5.755a7.958 7.958 0 1 1 1.407-1.407Zm-6.287 1.089a5.969 5.969 0 1 0 0-11.937 5.969 5.969 0 0 0 0 11.937Z"/></svg>');
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2C2E30;
  border-radius: 0.8rem;
  height: 40px;
  padding: 0 1rem 0 calc(20px + 2rem);
  color: #2C2E30;
  outline: none;
  width: 100%;
}
.section-search .results {
  list-style: none;
  margin: 0;
  padding: 3rem 0;
}
.section-search .result {
  margin: 0 0 3rem;
}
.section-search .result:last-child {
  margin: 0;
}
.section-search .result .post-metadata {
  display: flex;
  list-style: none;
  margin-bottom: 0.5rem;
}
.section-search .result .post-metadata li:first-child {
  color: #f9514e;
}
.section-search .result .post-metadata li:not(:first-child) {
  color: #8b8b8b;
  margin-left: 3rem;
  position: relative;
}
.section-search .result .post-metadata li:not(:first-child)::before {
  background-color: #8b8b8b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5rem;
}
.section-search .result h4 {
  font-family: "Dante Sans Text", sans-serif;
  font-weight: 700;
}
.section-search .result h4 a:hover {
  color: #f9514e;
}

.no-results {
  font-size: 1.75rem;
  text-align: center;
}
.no-results h3 {
  margin-bottom: 1rem;
}
.no-results p {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Sort Alt
\* ------------------------------------------------------------ */
.sort-alt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
  column-gap: 1rem;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .sort-alt ul {
    row-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}
.sort-alt li > div {
  position: relative;
}
.sort-alt li > div label {
  font-weight: inherit;
  margin: 0;
  display: block;
  padding: 1.1rem 1.6rem;
  border: 1px solid transparent;
  font-size: 1.6rem;
  border-radius: 2.9rem;
  transition: border 0.3s, color 0.3s;
}
@media (max-width: 1199px) {
  .sort-alt li > div label {
    font-size: 1.5rem;
    padding: 0.8rem 0.8rem;
  }
}
.sort-alt li > div input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sort-alt li > div input:checked ~ label {
  border-color: currentColor;
}
.sort-alt li > div input:hover {
  cursor: pointer;
}
.sort-alt li > div input:hover ~ label {
  color: #8a1b22;
}

/* ------------------------------------------------------------ *\
	Article Base
\* ------------------------------------------------------------ */
.article-base {
  position: relative;
}
.article-base:hover .article__content h2, .article-base:hover .article__content h3, .article-base:hover .article__content h4, .article-base:hover .article__content h5 {
  color: #8a1b22;
}
.article-base .article__link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-base .article__media {
  margin-bottom: 1.5rem;
}
.article-base .article__media img {
  width: 100%;
}
.article-base .article__content {
  padding-right: 5%;
}
.article-base .article__content h2, .article-base .article__content h3, .article-base .article__content h4, .article-base .article__content h5 {
  transition: color 0.3s;
}
.article-base .article__content .list-meta {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta li + li:before {
    margin: 0 0.6rem;
  }
}
.article-base .article__content .list-meta + h2 {
  margin-top: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta + h2 {
    margin-top: 0.8rem;
  }
}
.article-base .article__content .list-meta + h3 {
  margin-top: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta + h3 {
    margin-top: 1.1rem;
  }
}
.article-base .article__content h2 {
  line-height: 1.1;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content h2 {
    font-size: 3.9rem;
  }
}
.article-base .article__content h2:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content h2:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.article-base .article__content h3 {
  line-height: 1.1;
  letter-spacing: -0.005em;
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content h3 {
    font-size: 2.1rem;
  }
}
.article-base .article__content h3:not(:last-child) {
  margin-bottom: 0.4rem;
}
.article-base .article__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.article-base a {
  position: relative;
  z-index: 2;
}
.article-base--hor {
  display: flex;
  flex-wrap: wrap;
}
.article-base--hor .article__media {
  width: var(--left-col-width, 63.7%);
  margin-bottom: 0;
}
.article-base--hor .article__media img {
  width: 100%;
}
.article-base--hor .article__content {
  width: 10%;
  flex-grow: 1;
  padding: 1.8rem 0 2rem 3.1rem;
}
.article-base.size-2 .article__media {
  width: 32.2%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__media {
    width: 39.2%;
  }
}
.article-base.size-2 .article__content {
  padding: 0.7rem 0 0.7rem 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content {
    padding: 0rem 0 0.7rem 0.7rem;
  }
}
.article-base.size-2 .article__content .list-meta {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content .list-meta {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.article-base.size-2 .article__content .list-meta li + li:before {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content .list-meta li + li:before {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.5rem;
  }
}
.article-base.size-2 .article__content h4 {
  line-height: 1.1;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content h4 {
    font-size: 1.6rem;
  }
}
.article-base.size-3 .article__content {
  font-size: 2.1rem;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-3 .article__content {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-3 .article__content .list-meta {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-3 .article__content .list-meta li + li:before {
    margin: 0 0.6rem;
  }
}
@media (min-width: 1023.02px) {
  .article-base.size-4 .article__media {
    width: 50%;
  }
  .article-base.size-4 .article__content {
    padding: 0.7rem 0 0 1.6rem;
  }
}
@media (min-width: 1023.02px) and (max-width: 767px), screen and (min-width: 1023.02px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content {
    padding: 0.7rem 0 0 0.8rem;
  }
}
@media (min-width: 1023.02px) {
  .article-base.size-4 .article__content .list-meta + h3 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1023.02px) and (max-width: 767px), screen and (min-width: 1023.02px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content .list-meta + h3 {
    margin-top: 0.8rem;
  }
}
@media (min-width: 1023.02px) {
  .article-base.size-4 .article__content h3:not(:last-child) {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1023.02px) and (max-width: 767px), screen and (min-width: 1023.02px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content p {
    display: none;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__media {
    width: 32.2%;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__media {
    width: 39.2%;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content {
    padding: 0.7rem 0 0.7rem 3.2rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content {
    padding: 0rem 0 0.7rem 0.7rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content .list-meta {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content .list-meta {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content .list-meta li + li:before {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 1rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content .list-meta li + li:before {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.5rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content h3 {
    font-size: 1.8rem;
  }
  .article-base.size-4 .article__content h4 {
    line-height: 1.1;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content p {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	List Meta
\* ------------------------------------------------------------ */
.list-meta {
  list-style-type: none;
  color: #8B8B8B;
  font-size: 2.1rem;
}
.list-meta li {
  display: inline;
  align-items: center;
}
.list-meta li a {
  color: #8a1b22;
}
.list-meta li + li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: currentColor;
  margin: 0 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-meta li + li:before {
    margin: 0 0.9rem;
  }
}
@media (min-width: 1023.02px) {
  .list-meta--ver {
    display: block;
  }
  .list-meta--ver li {
    display: block;
  }
  .list-meta--ver li + li {
    margin-left: 0;
  }
  .list-meta--ver li + li:before {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Form Subscribe Small
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small .gform_wrapper {
    margin: 0;
  }
}
.form-subscribe-small .form__head {
  padding-right: 20%;
  margin-bottom: 2.4rem;
}
.form-subscribe-small .form__head h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.form-subscribe-small .form__head h3 {
  letter-spacing: 0;
}
.form-subscribe-small .form__body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.9rem 1.7rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
}
@media (max-width: 1023px) {
  .form-subscribe-small .form__body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-subscribe-small .form__body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #8B8B8B;
  opacity: 1;
}
.form-subscribe-small .form__body .gform-button {
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.36rem 5rem 1.36rem 1.5rem;
  border-radius: 18px;
  border: 1px solid #8a1b22;
  line-height: 1.3;
  font-size: 1.6rem;
  color: #000;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="7" height="18" viewBox="0 0 7 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 17L5.5 9L0.5 1" stroke="black" stroke-linecap="round"/></svg>');
  background-size: 7px auto;
  background-position: top 50% right 2.5rem;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .form-subscribe-small .form__body .gform-button {
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
.form-subscribe-small .form__body .gform-button:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.07);
}
.form-subscribe-small .gform_footer {
  padding: 0;
  display: none !important;
}
.form-subscribe-small--ver .form__head {
  padding: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__head {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__head h3 {
    font-size: 2.1rem;
    lighting-color: 1.3;
  }
}
.form-subscribe-small--ver .form__body .gform_fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__body .gform_fields {
    display: block;
  }
}
.form-subscribe-small--ver .form__body .gform_fields .gfield {
  width: 10%;
  flex-grow: 1;
  max-width: 35.5rem;
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__body .gform_fields .gfield {
    width: 100%;
  }
}
.form-subscribe-small--ver .form__body .gform_fields .gfield .ginput_container {
  margin: 0;
}
.form-subscribe-small--ver .form__body .gform_fields .gfield--type-submit {
  margin: 0 0 0 4.3rem;
  flex-grow: 0;
  width: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__body .gform_fields .gfield--type-submit {
    margin: 1.8rem 0 0;
  }
}
.form-subscribe-small--ver .form__body .gform_fields .gfield--type-submit .gform-button {
  margin: 0;
}

/* ------------------------------------------------------------ *\
	Section Article Overview
\* ------------------------------------------------------------ */
.section-article-overview {
  padding: 2.2rem 0 5rem;
}
.section-article-overview .shell {
  max-width: 80.4rem;
}
.section-article-overview .section__title {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #8a1b22;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__title {
    position: relative;
    border: none;
    padding-bottom: 2.5rem;
  }
  .section-article-overview .section__title:after {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    background-color: #8a1b22;
  }
}
.section-article-overview .section__title .socials li + li {
  margin-left: 4.1rem;
}
.section-article-overview .section__content {
  margin-top: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content {
    margin-top: 1.7rem;
  }
}
.section-article-overview .section__content p {
  line-height: 1.36;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content p {
    line-height: 1.37;
  }
}
.section-article-overview .section__content p:first-child::first-letter {
  color: #8a1b22;
  font-size: 7.8rem;
  font-family: "Dante Sans Display", sans-serif;
  float: left;
  line-height: 0.8;
  margin-right: 0.11em;
}
.section-article-overview .section__content p:first-child:after {
  content: "";
  display: table;
  clear: both;
}
.section-article-overview .section__content p:not(:last-child) {
  margin-bottom: 1.45em;
}
.section-article-overview .section__content p a {
  color: #8a1b22;
  text-decoration: underline;
}
.section-article-overview .section__content figure {
  margin: 0 -6.3rem;
}
@media (max-width: 1023px) {
  .section-article-overview .section__content figure {
    margin: 0;
  }
}
.section-article-overview .section__content figure:not(:first-child) {
  margin-top: 3rem;
}
.section-article-overview .section__content figure:not(:last-child) {
  margin-bottom: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content figure:not(:last-child) {
    margin-bottom: 4.7rem;
  }
}
.section-article-overview .section__content figure figcaption {
  margin-top: 1.3rem;
  color: #8B8B8B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content figure figcaption {
    margin-top: 7.7rem;
  }
}
.section-article-overview .section__content figure img {
  width: 100%;
}
@media (max-width: 1023px) {
  .section-article-overview .section__content figure img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
.section-article-overview .section__content ul {
  padding-left: 1em;
}
.section-article-overview .section__foot {
  margin-top: 2.9rem;
  border-top: 1px solid #8a1b22;
  padding-top: 3.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__foot {
    position: relative;
    border: none;
    padding-top: 5.1rem;
  }
  .section-article-overview .section__foot:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #8a1b22;
  }
}

/* ------------------------------------------------------------ *\
	Btn Back
\* ------------------------------------------------------------ */
.btn-back {
  display: inline-block;
  font-size: 2.1rem;
  text-decoration: none;
  color: #8a1b22;
}
.btn-back:before {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 100%;
  width: 0.7rem;
  aspect-ratio: 7/17;
  mask-image: url('data:image/svg+xml,<svg width="8" height="19" viewBox="0 0 8 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 17.5L2 9.5L7 1.5" stroke="%23F9514E" stroke-width="2" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  margin-right: 1rem;
  transition: transform 0.3s;
}
.btn-back:hover:before {
  transform: translateX(-0.5rem);
}

/* ------------------------------------------------------------ *\
	Block Link Alt
\* ------------------------------------------------------------ */
.block-link-alt {
  background-color: #e5e5e5;
  border-radius: 3.3rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link-alt h3 {
    font-size: 3.9rem;
  }
}
.block-link-alt h3:not(:last-child) {
  margin-bottom: 2.4rem;
}
.block-link-alt p:not(:last-child) {
  margin-bottom: 3rem;
}
.block-link-alt .btn:not(:first-child) {
  margin-top: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link-alt .btn:not(:first-child) {
    margin-top: 2.4rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Links
\* ------------------------------------------------------------ */
.section-links {
  padding: 6.3rem 0 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links {
    padding: 2.6rem 0 3rem;
  }
}
.section-links .section__head:not(:last-child) {
  margin-bottom: 9.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links .section__head:not(:last-child) {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links .section__head h2 {
    font-size: 3.9rem;
  }
}
.section-links .section__body .block-link-alt {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links .section__body .row {
    --gutter-y:3.3rem;
  }
}

/* ------------------------------------------------------------ *\
	Hero Slider
\* ------------------------------------------------------------ */
.hero-slider .hero__slide {
  position: relative;
}
.hero-slider .hero__slide .hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .hero__slide .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .hero__slide .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .hero__inner {
  position: relative;
  z-index: 2;
  min-height: 66vh;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 5.7rem 0;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-slider .hero__inner {
    padding: 3.9rem 0 calc(3.9rem + var(--mobile-bar-height, 0) + var(--wp-bar-height, 0));
  }
}
.hero-slider .hero__inner h1, .hero-slider .hero__inner .h1 {
  margin-bottom: 2rem;
}
.hero-slider .hero__inner h4, .hero-slider .hero__inner .h4 {
  font-size: 2.6rem;
}
@media (max-width: 1399px) {
  .hero-slider .hero__inner h4, .hero-slider .hero__inner .h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .hero-slider .hero__inner h4, .hero-slider .hero__inner .h4 {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------------------ *\
    Media
\* ------------------------------------------------------------ */
.media .media__image {
  height: 100%;
}
.media .media__image picture {
  height: 100%;
}
.media .media__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media .media__video,
.media .media__external {
  width: 100%;
  height: 100%;
  position: relative;
}
.media .plyr {
  height: 100%;
  pointer-events: none;
}
.media video {
  height: 100%;
  object-fit: cover;
}
.media .plyr__video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--video-width);
  height: calc(var(--video-width) / 16 * 9);
}
.media .plyr__video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.media.fit-height .plyr__video-wrapper {
  width: calc(var(--video-height) / 9 * 16);
  height: var(--video-height);
}

/* ------------------------------------------------------------ *\
	Loader
\* ------------------------------------------------------------ */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.loader:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 5px solid #8a1b22;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  opacity: 1;
  visibility: visible;
}
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------ *\
	Link Alt
\* ------------------------------------------------------------ */
.link-alt {
  display: flex;
  align-items: center;
  letter-spacing: 0.11em;
}
.link-alt span {
  margin-top: 0.05em;
}
.link-alt .mask-image {
  transition: transform 0.3s;
  margin-left: 1.3rem;
}
.link-alt:hover .mask-image {
  transform: translateX(0.3rem);
}

/* ------------------------------------------------------------ *\
	Search Field
\* ------------------------------------------------------------ */
.search-field {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.search-field form {
  min-width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search-field .search__label {
  font-size: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: left 0.5s;
  pointer-events: none;
}
.search-field .search__label:hover {
  cursor: pointer;
}
.search-field .search__field {
  padding: 0.4rem 0 0.4rem 0;
  border: none;
  outline: none;
  width: 2.4rem;
  border-radius: 1.6rem;
  opacity: 0;
  font-size: 1.6rem;
  border: 1px solid transparent;
  transition: width 0.5s, opacity 0.4s, padding 0.5s;
}
.search-field .search__btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-field.is-focused .search__label {
  left: 0.5rem;
  color: #000;
}
.search-field.is-focused .search__field {
  padding: 0.4rem 0 0.4rem 4.1rem;
  width: 21.4rem;
  opacity: 1;
  border: 1px solid currentcolor;
}

.search-field-holder-alt .search-field form {
  right: auto;
  left: 0;
}
.search-field-holder-alt .search-field .search__field {
  width: 15rem !important;
  opacity: 1 !important;
  background-color: transparent;
  padding-left: 3rem;
  font-size: 1.9rem;
  opacity: 1;
  border-color: transparent !important;
}
.search-field-holder-alt .search-field .search__field::placeholder {
  opacity: 1;
  color: currentColor;
}
.search-field-holder-alt .search-field.is-focused .search__label {
  left: 0;
}

/* ------------------------------------------------------------ *\
	Form Base
\* ------------------------------------------------------------ */
.form-base {
  /* is subscribe */
}
.form-base .gform_wrapper {
  margin: 0;
}
.form-base .gform_heading {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_heading {
    margin-bottom: 2.4rem;
  }
}
.form-base .gform_heading .gform_title {
  font-size: 3.9rem;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_heading .gform_title {
    line-height: 1.4;
  }
}
.form-base .gfield_required {
  color: inherit !important;
}
.form-base .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-base .gform_wrapper .top_label input.large, .form-base .gform_wrapper .top_label select.large, .form-base .gform_wrapper .hidden_label input.large, .form-base .gform_wrapper .hidden_label select.large,
.form-base .gform_wrapper select {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 1rem 1.8rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
  max-width: 100% !important;
  width: 100% !important;
  line-height: 1.2 !important;
}
@media (max-width: 1023px) {
  .form-base .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-base .gform_wrapper .top_label input.large, .form-base .gform_wrapper .top_label select.large, .form-base .gform_wrapper .hidden_label input.large, .form-base .gform_wrapper .hidden_label select.large,
  .form-base .gform_wrapper select {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-base .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.form-base .gform_wrapper .top_label input.large::placeholder, .form-base .gform_wrapper .top_label select.large::placeholder, .form-base .gform_wrapper .hidden_label input.large::placeholder, .form-base .gform_wrapper .hidden_label select.large::placeholder,
.form-base .gform_wrapper select::placeholder {
  color: inherit;
  opacity: 1;
}
.form-base .gform_wrapper .ginput_container_select {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form-base .gform_wrapper .ginput_container_select {
    width: 100%;
  }
}
.form-base .gform_wrapper .ginput_container_select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentcolor;
  border-width: 0 1px 1px 0;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s;
}
.form-base .gfield_label {
  font-size: 2.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0rem;
  font-weight: 400 !important;
}
.form-base .gfield + .gfield {
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gfield + .gfield {
    margin-top: 3.1rem;
  }
}
.form-base .gform_footer {
  margin: 3.2rem 0 0 !important;
  padding: 0 !important;
}
.form-base .gform_footer .gform_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.26rem 2.85rem;
  border-radius: 18px;
  border: 1px solid #8a1b22;
  line-height: 1.3;
  font-size: 1.6rem !important;
  background-color: transparent;
  color: inherit;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .form-base .gform_footer .gform_button {
    padding: 1.3rem 2.45rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_footer .gform_button {
    padding: 1.3rem 2.85rem;
  }
}
.form-base .gform_footer .gform_button:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.07);
}
.form-base .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-base .gform_fields .gfield {
  width: 100%;
}
.form-base .gform_fields .gfield--width-half {
  width: calc(50% - 1rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.form-base .gform-body .gfield--type-submit {
  margin-top: 8px !important;
}
.form-base .gform-body .gfield--type-submit .gform-button {
  background-color: transparent;
  border: 1px solid currentcolor;
  color: currentColor;
  border-radius: 1.6rem;
  height: 100%;
  padding: 1.2rem 2.2rem;
  transition: background-color 0.3s;
}
.form-base .gform-body .gfield--type-submit .gform-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.popup-subscribe .form-base .gform_wrapper {
  margin: 0;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_title {
  font-size: 3.9rem;
  letter-spacing: 0;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_title {
    line-height: 1.4;
  }
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_description {
  font-size: 2.1rem;
  margin-bottom: 2.7rem;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gfield_label {
  margin-bottom: 1.7rem;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .spacer.gfield {
  margin: 0 !important;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_footer {
  margin: 2.5rem 0 0 !important;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_footer .gform_button {
  padding: 1.26rem 2.35rem;
}
.popup-subscribe .form-base .gform_validation_error {
  margin-top: 2.7rem;
}
.popup-subscribe .form-base .gform_validation_error .gform_submission_error {
  padding-top: 1rem;
}

.gform_validation_errors h2 {
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 0rem;
  font-weight: 400;
}

/* ------------------------------------------------------------ *\
	Cookie
\* ------------------------------------------------------------ */
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  font-family: "Dante Sans Text", sans-serif !important;
  box-shadow: none !important;
  border: none !important;
}

div#hs-eu-cookie-confirmation {
  background-color: #101423 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: calc(138.4rem + 3rem * 2) !important;
  padding: 0 3rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent !important;
}
@media only screen and (max-width: 768px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 0 1.6rem;
  }
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin: 0 !important;
  font-size: 1.6rem;
  width: 10%;
  flex-grow: 1;
  padding-right: 2rem;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p {
  margin: 0;
  color: #fff;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p a {
  color: #8a1b22;
}

#hs-en-cookie-confirmation-buttons-area {
  display: block;
  margin: 0 0 0 auto !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  display: block !important;
  width: fit-content !important;
  text-decoration: none !important;
  padding: 1.16rem 1.55rem 1.3rem !important;
  margin: 0 !important;
  border-radius: 18px !important;
  border: 1px solid #8a1b22 !important;
  background-color: transparent !important;
  color: #fff !important;
  line-height: 1.3 !important;
  font-size: 1.6rem !important;
  transition: background-color 0.3s, color 0.3s !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.07) !important;
  background-color: transparent !important;
  color: #8a1b22 !important;
}

body.no-scroll {
  overflow-y: hidden;
}

.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1090;
}
.modal.show {
  display: flex;
}
.modal .content {
  background-color: #fff;
  border-radius: 3.2rem;
  max-height: 90vh;
  max-width: 90rem;
  overflow: auto;
  padding: 5rem 7rem;
  position: relative;
  width: 100%;
}
.modal .content .close {
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="m9.903 8.682 7.004-7.003 1.414 1.414-7.003 7.004L18.32 17.1l-1.414 1.414-7.004-7.003-7.196 7.196-1.414-1.414 7.196-7.196L1.293 2.9l1.414-1.414 7.196 7.196Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 32px;
}
.modal .content .close * {
  pointer-events: none;
}

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