.toggle-form-block {
  border: 2px solid #ccc;
  border-radius: 20px;
  max-width: 825px;
  margin: 1rem auto 1.5rem;
}

.toggle-form-block .toggle-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.toggle-form-block .toggle-item:first-child .accordion {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.toggle-form-block .toggle-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 0;
}

.toggle-form-block .toggle-item:last-child .panel {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.toggle-form-block .toggle-item:last-child .accordion {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

.toggle-form-block .toggle-item:last-child .accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-form-block .toggle-item {
  border-bottom: 2px solid #fff;
  background-color: #eee;
}

.toggle-form-block .accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.toggle-form-block .accordion:hover,
.toggle-form-block .active {
  background-color: #ccc;
}

.toggle-form-block .accordion:after {
  content: " ";
  background-image: url(/Static/gfx/icon-arrow-down-grey.png);
  color: #777;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

.toggle-form-block .active:after {
  content: " ";
  background-image: url(/Static/gfx/icon-arrow-up-grey.png);
}

.toggle-form-block .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.toggle-form-block .panel .text {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-content-blocked {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}

.c-content-blocked,
.c-content-blocked__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-content-blocked a,
.c-content-blocked button {
  margin-bottom: 10px;
}

.c-content-blocked + .freehtml,
.c-content-blocked + iframe {
  display: none;
}

.js-message-C0002 + .optanon-container.optanon-container.optanon-container,
.js-message-C0003 + .optanon-container.optanon-container.optanon-container,
.js-message-C0004 + .optanon-container.optanon-container.optanon-container {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
:after,
:before {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-ws,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1270px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xll,
  .container-xxl {
    max-width: 1520px;
  }
}

@media (min-width: 2000px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-ws,
  .container-xl,
  .container-xll,
  .container-xxl {
    max-width: 1920px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-ws,
.col-ws-1,
.col-ws-2,
.col-ws-3,
.col-ws-4,
.col-ws-5,
.col-ws-6,
.col-ws-7,
.col-ws-8,
.col-ws-9,
.col-ws-10,
.col-ws-11,
.col-ws-12,
.col-ws-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xll,
.col-xll-1,
.col-xll-2,
.col-xll-3,
.col-xll-4,
.col-xll-5,
.col-xll-6,
.col-xll-7,
.col-xll-8,
.col-xll-9,
.col-xll-10,
.col-xll-11,
.col-xll-12,
.col-xll-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.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.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xll {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xll-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xll-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xll-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xll-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xll-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xll-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xll-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xll-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xll-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xll-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xll-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xll-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xll-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xll-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xll-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xll-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xll-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xll-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xll-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xll-first {
    order: -1;
  }

  .order-xll-last {
    order: 13;
  }

  .order-xll-0 {
    order: 0;
  }

  .order-xll-1 {
    order: 1;
  }

  .order-xll-2 {
    order: 2;
  }

  .order-xll-3 {
    order: 3;
  }

  .order-xll-4 {
    order: 4;
  }

  .order-xll-5 {
    order: 5;
  }

  .order-xll-6 {
    order: 6;
  }

  .order-xll-7 {
    order: 7;
  }

  .order-xll-8 {
    order: 8;
  }

  .order-xll-9 {
    order: 9;
  }

  .order-xll-10 {
    order: 10;
  }

  .order-xll-11 {
    order: 11;
  }

  .order-xll-12 {
    order: 12;
  }

  .offset-xll-0 {
    margin-left: 0;
  }

  .offset-xll-1 {
    margin-left: 8.33333333%;
  }

  .offset-xll-2 {
    margin-left: 16.66666667%;
  }

  .offset-xll-3 {
    margin-left: 25%;
  }

  .offset-xll-4 {
    margin-left: 33.33333333%;
  }

  .offset-xll-5 {
    margin-left: 41.66666667%;
  }

  .offset-xll-6 {
    margin-left: 50%;
  }

  .offset-xll-7 {
    margin-left: 58.33333333%;
  }

  .offset-xll-8 {
    margin-left: 66.66666667%;
  }

  .offset-xll-9 {
    margin-left: 75%;
  }

  .offset-xll-10 {
    margin-left: 83.33333333%;
  }

  .offset-xll-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 2000px) {
  .col-ws {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-ws-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-ws-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-ws-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-ws-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-ws-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-ws-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ws-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-ws-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-ws-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-ws-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ws-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-ws-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-ws-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ws-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-ws-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-ws-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ws-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-ws-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-ws-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-ws-first {
    order: -1;
  }

  .order-ws-last {
    order: 13;
  }

  .order-ws-0 {
    order: 0;
  }

  .order-ws-1 {
    order: 1;
  }

  .order-ws-2 {
    order: 2;
  }

  .order-ws-3 {
    order: 3;
  }

  .order-ws-4 {
    order: 4;
  }

  .order-ws-5 {
    order: 5;
  }

  .order-ws-6 {
    order: 6;
  }

  .order-ws-7 {
    order: 7;
  }

  .order-ws-8 {
    order: 8;
  }

  .order-ws-9 {
    order: 9;
  }

  .order-ws-10 {
    order: 10;
  }

  .order-ws-11 {
    order: 11;
  }

  .order-ws-12 {
    order: 12;
  }

  .offset-ws-0 {
    margin-left: 0;
  }

  .offset-ws-1 {
    margin-left: 8.33333333%;
  }

  .offset-ws-2 {
    margin-left: 16.66666667%;
  }

  .offset-ws-3 {
    margin-left: 25%;
  }

  .offset-ws-4 {
    margin-left: 33.33333333%;
  }

  .offset-ws-5 {
    margin-left: 41.66666667%;
  }

  .offset-ws-6 {
    margin-left: 50%;
  }

  .offset-ws-7 {
    margin-left: 58.33333333%;
  }

  .offset-ws-8 {
    margin-left: 66.66666667%;
  }

  .offset-ws-9 {
    margin-left: 75%;
  }

  .offset-ws-10 {
    margin-left: 83.33333333%;
  }

  .offset-ws-11 {
    margin-left: 91.66666667%;
  }
}

.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: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (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 (min-width: 1400px) {
  .d-xll-none {
    display: none !important;
  }

  .d-xll-inline {
    display: inline !important;
  }

  .d-xll-inline-block {
    display: inline-block !important;
  }

  .d-xll-block {
    display: block !important;
  }

  .d-xll-table {
    display: table !important;
  }

  .d-xll-table-row {
    display: table-row !important;
  }

  .d-xll-table-cell {
    display: table-cell !important;
  }

  .d-xll-flex {
    display: flex !important;
  }

  .d-xll-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 2000px) {
  .d-ws-none {
    display: none !important;
  }

  .d-ws-inline {
    display: inline !important;
  }

  .d-ws-inline-block {
    display: inline-block !important;
  }

  .d-ws-block {
    display: block !important;
  }

  .d-ws-table {
    display: table !important;
  }

  .d-ws-table-row {
    display: table-row !important;
  }

  .d-ws-table-cell {
    display: table-cell !important;
  }

  .d-ws-flex {
    display: flex !important;
  }

  .d-ws-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: 992px) {
  .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;
  }
}

@media (min-width: 1400px) {
  .flex-xll-row {
    flex-direction: row !important;
  }

  .flex-xll-column {
    flex-direction: column !important;
  }

  .flex-xll-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xll-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xll-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xll-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xll-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xll-fill {
    flex: 1 1 auto !important;
  }

  .flex-xll-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xll-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xll-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xll-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xll-start {
    justify-content: flex-start !important;
  }

  .justify-content-xll-end {
    justify-content: flex-end !important;
  }

  .justify-content-xll-center {
    justify-content: center !important;
  }

  .justify-content-xll-between {
    justify-content: space-between !important;
  }

  .justify-content-xll-around {
    justify-content: space-around !important;
  }

  .align-items-xll-start {
    align-items: flex-start !important;
  }

  .align-items-xll-end {
    align-items: flex-end !important;
  }

  .align-items-xll-center {
    align-items: center !important;
  }

  .align-items-xll-baseline {
    align-items: baseline !important;
  }

  .align-items-xll-stretch {
    align-items: stretch !important;
  }

  .align-content-xll-start {
    align-content: flex-start !important;
  }

  .align-content-xll-end {
    align-content: flex-end !important;
  }

  .align-content-xll-center {
    align-content: center !important;
  }

  .align-content-xll-between {
    align-content: space-between !important;
  }

  .align-content-xll-around {
    align-content: space-around !important;
  }

  .align-content-xll-stretch {
    align-content: stretch !important;
  }

  .align-self-xll-auto {
    align-self: auto !important;
  }

  .align-self-xll-start {
    align-self: flex-start !important;
  }

  .align-self-xll-end {
    align-self: flex-end !important;
  }

  .align-self-xll-center {
    align-self: center !important;
  }

  .align-self-xll-baseline {
    align-self: baseline !important;
  }

  .align-self-xll-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 2000px) {
  .flex-ws-row {
    flex-direction: row !important;
  }

  .flex-ws-column {
    flex-direction: column !important;
  }

  .flex-ws-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ws-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-ws-wrap {
    flex-wrap: wrap !important;
  }

  .flex-ws-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-ws-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-ws-fill {
    flex: 1 1 auto !important;
  }

  .flex-ws-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-ws-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-ws-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-ws-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-ws-start {
    justify-content: flex-start !important;
  }

  .justify-content-ws-end {
    justify-content: flex-end !important;
  }

  .justify-content-ws-center {
    justify-content: center !important;
  }

  .justify-content-ws-between {
    justify-content: space-between !important;
  }

  .justify-content-ws-around {
    justify-content: space-around !important;
  }

  .align-items-ws-start {
    align-items: flex-start !important;
  }

  .align-items-ws-end {
    align-items: flex-end !important;
  }

  .align-items-ws-center {
    align-items: center !important;
  }

  .align-items-ws-baseline {
    align-items: baseline !important;
  }

  .align-items-ws-stretch {
    align-items: stretch !important;
  }

  .align-content-ws-start {
    align-content: flex-start !important;
  }

  .align-content-ws-end {
    align-content: flex-end !important;
  }

  .align-content-ws-center {
    align-content: center !important;
  }

  .align-content-ws-between {
    align-content: space-between !important;
  }

  .align-content-ws-around {
    align-content: space-around !important;
  }

  .align-content-ws-stretch {
    align-content: stretch !important;
  }

  .align-self-ws-auto {
    align-self: auto !important;
  }

  .align-self-ws-start {
    align-self: flex-start !important;
  }

  .align-self-ws-end {
    align-self: flex-end !important;
  }

  .align-self-ws-center {
    align-self: center !important;
  }

  .align-self-ws-baseline {
    align-self: baseline !important;
  }

  .align-self-ws-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;
}

.m-25 {
  margin: 0.625rem !important;
}

.mt-25,
.my-25 {
  margin-top: 0.625rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 0.625rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 0.625rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 0.625rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10.5rem !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;
}

.p-25 {
  padding: 0.625rem !important;
}

.pt-25,
.py-25 {
  padding-top: 0.625rem !important;
}

.pr-25,
.px-25 {
  padding-right: 0.625rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 0.625rem !important;
}

.pl-25,
.px-25 {
  padding-left: 0.625rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10.5rem !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-n25 {
  margin: -0.625rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -0.625rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -0.625rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -0.625rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -0.625rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-n10 {
  margin: -10.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10.5rem !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;
  }

  .m-sm-25 {
    margin: 0.625rem !important;
  }

  .mt-sm-25,
  .my-sm-25 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 0.625rem !important;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }

  .m-sm-8 {
    margin: 7.5rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }

  .m-sm-10 {
    margin: 10.5rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10.5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10.5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10.5rem !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;
  }

  .p-sm-25 {
    padding: 0.625rem !important;
  }

  .pt-sm-25,
  .py-sm-25 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-25,
  .px-sm-25 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-25,
  .px-sm-25 {
    padding-left: 0.625rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }

  .p-sm-8 {
    padding: 7.5rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }

  .p-sm-10 {
    padding: 10.5rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10.5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10.5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10.5rem !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-n25 {
    margin: -0.625rem !important;
  }

  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -0.625rem !important;
  }

  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n7 {
    margin: -6rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }

  .m-sm-n8 {
    margin: -7.5rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }

  .m-sm-n9 {
    margin: -9rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }

  .m-sm-n10 {
    margin: -10.5rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10.5rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10.5rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10.5rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10.5rem !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;
  }

  .m-md-25 {
    margin: 0.625rem !important;
  }

  .mt-md-25,
  .my-md-25 {
    margin-top: 0.625rem !important;
  }

  .mr-md-25,
  .mx-md-25 {
    margin-right: 0.625rem !important;
  }

  .mb-md-25,
  .my-md-25 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-25,
  .mx-md-25 {
    margin-left: 0.625rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }

  .m-md-8 {
    margin: 7.5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }

  .m-md-10 {
    margin: 10.5rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 10.5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 10.5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 10.5rem !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;
  }

  .p-md-25 {
    padding: 0.625rem !important;
  }

  .pt-md-25,
  .py-md-25 {
    padding-top: 0.625rem !important;
  }

  .pr-md-25,
  .px-md-25 {
    padding-right: 0.625rem !important;
  }

  .pb-md-25,
  .py-md-25 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-25,
  .px-md-25 {
    padding-left: 0.625rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }

  .p-md-8 {
    padding: 7.5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }

  .p-md-10 {
    padding: 10.5rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 10.5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 10.5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 10.5rem !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-n25 {
    margin: -0.625rem !important;
  }

  .mt-md-n25,
  .my-md-n25 {
    margin-top: -0.625rem !important;
  }

  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -0.625rem !important;
  }

  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -0.625rem !important;
  }

  .m-md-n6 {
    margin: -4.5rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }

  .m-md-n7 {
    margin: -6rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }

  .m-md-n8 {
    margin: -7.5rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }

  .m-md-n9 {
    margin: -9rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }

  .m-md-n10 {
    margin: -10.5rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10.5rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10.5rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10.5rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10.5rem !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: 992px) {
  .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;
  }

  .m-lg-25 {
    margin: 0.625rem !important;
  }

  .mt-lg-25,
  .my-lg-25 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 0.625rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }

  .m-lg-8 {
    margin: 7.5rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }

  .m-lg-10 {
    margin: 10.5rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10.5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10.5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10.5rem !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;
  }

  .p-lg-25 {
    padding: 0.625rem !important;
  }

  .pt-lg-25,
  .py-lg-25 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-25,
  .px-lg-25 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-25,
  .px-lg-25 {
    padding-left: 0.625rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }

  .p-lg-8 {
    padding: 7.5rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }

  .p-lg-10 {
    padding: 10.5rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10.5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10.5rem !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-n25 {
    margin: -0.625rem !important;
  }

  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n7 {
    margin: -6rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }

  .m-lg-n8 {
    margin: -7.5rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }

  .m-lg-n9 {
    margin: -9rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }

  .m-lg-n10 {
    margin: -10.5rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10.5rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10.5rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10.5rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10.5rem !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;
  }

  .m-xl-25 {
    margin: 0.625rem !important;
  }

  .mt-xl-25,
  .my-xl-25 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 0.625rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }

  .m-xl-8 {
    margin: 7.5rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }

  .m-xl-10 {
    margin: 10.5rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10.5rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10.5rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10.5rem !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;
  }

  .p-xl-25 {
    padding: 0.625rem !important;
  }

  .pt-xl-25,
  .py-xl-25 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-25,
  .px-xl-25 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-25,
  .px-xl-25 {
    padding-left: 0.625rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }

  .p-xl-8 {
    padding: 7.5rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }

  .p-xl-10 {
    padding: 10.5rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10.5rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10.5rem !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-n25 {
    margin: -0.625rem !important;
  }

  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n7 {
    margin: -6rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }

  .m-xl-n8 {
    margin: -7.5rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }

  .m-xl-n9 {
    margin: -9rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }

  .m-xl-n10 {
    margin: -10.5rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10.5rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10.5rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10.5rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10.5rem !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;
  }
}

@media (min-width: 1400px) {
  .m-xll-0 {
    margin: 0 !important;
  }

  .mt-xll-0,
  .my-xll-0 {
    margin-top: 0 !important;
  }

  .mr-xll-0,
  .mx-xll-0 {
    margin-right: 0 !important;
  }

  .mb-xll-0,
  .my-xll-0 {
    margin-bottom: 0 !important;
  }

  .ml-xll-0,
  .mx-xll-0 {
    margin-left: 0 !important;
  }

  .m-xll-1 {
    margin: 0.25rem !important;
  }

  .mt-xll-1,
  .my-xll-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xll-1,
  .mx-xll-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xll-1,
  .my-xll-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xll-1,
  .mx-xll-1 {
    margin-left: 0.25rem !important;
  }

  .m-xll-2 {
    margin: 0.5rem !important;
  }

  .mt-xll-2,
  .my-xll-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xll-2,
  .mx-xll-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xll-2,
  .my-xll-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xll-2,
  .mx-xll-2 {
    margin-left: 0.5rem !important;
  }

  .m-xll-3 {
    margin: 1rem !important;
  }

  .mt-xll-3,
  .my-xll-3 {
    margin-top: 1rem !important;
  }

  .mr-xll-3,
  .mx-xll-3 {
    margin-right: 1rem !important;
  }

  .mb-xll-3,
  .my-xll-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xll-3,
  .mx-xll-3 {
    margin-left: 1rem !important;
  }

  .m-xll-4 {
    margin: 1.5rem !important;
  }

  .mt-xll-4,
  .my-xll-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xll-4,
  .mx-xll-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xll-4,
  .my-xll-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xll-4,
  .mx-xll-4 {
    margin-left: 1.5rem !important;
  }

  .m-xll-5 {
    margin: 3rem !important;
  }

  .mt-xll-5,
  .my-xll-5 {
    margin-top: 3rem !important;
  }

  .mr-xll-5,
  .mx-xll-5 {
    margin-right: 3rem !important;
  }

  .mb-xll-5,
  .my-xll-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xll-5,
  .mx-xll-5 {
    margin-left: 3rem !important;
  }

  .m-xll-25 {
    margin: 0.625rem !important;
  }

  .mt-xll-25,
  .my-xll-25 {
    margin-top: 0.625rem !important;
  }

  .mr-xll-25,
  .mx-xll-25 {
    margin-right: 0.625rem !important;
  }

  .mb-xll-25,
  .my-xll-25 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xll-25,
  .mx-xll-25 {
    margin-left: 0.625rem !important;
  }

  .m-xll-6 {
    margin: 4.5rem !important;
  }

  .mt-xll-6,
  .my-xll-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xll-6,
  .mx-xll-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xll-6,
  .my-xll-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xll-6,
  .mx-xll-6 {
    margin-left: 4.5rem !important;
  }

  .m-xll-7 {
    margin: 6rem !important;
  }

  .mt-xll-7,
  .my-xll-7 {
    margin-top: 6rem !important;
  }

  .mr-xll-7,
  .mx-xll-7 {
    margin-right: 6rem !important;
  }

  .mb-xll-7,
  .my-xll-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xll-7,
  .mx-xll-7 {
    margin-left: 6rem !important;
  }

  .m-xll-8 {
    margin: 7.5rem !important;
  }

  .mt-xll-8,
  .my-xll-8 {
    margin-top: 7.5rem !important;
  }

  .mr-xll-8,
  .mx-xll-8 {
    margin-right: 7.5rem !important;
  }

  .mb-xll-8,
  .my-xll-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xll-8,
  .mx-xll-8 {
    margin-left: 7.5rem !important;
  }

  .m-xll-9 {
    margin: 9rem !important;
  }

  .mt-xll-9,
  .my-xll-9 {
    margin-top: 9rem !important;
  }

  .mr-xll-9,
  .mx-xll-9 {
    margin-right: 9rem !important;
  }

  .mb-xll-9,
  .my-xll-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xll-9,
  .mx-xll-9 {
    margin-left: 9rem !important;
  }

  .m-xll-10 {
    margin: 10.5rem !important;
  }

  .mt-xll-10,
  .my-xll-10 {
    margin-top: 10.5rem !important;
  }

  .mr-xll-10,
  .mx-xll-10 {
    margin-right: 10.5rem !important;
  }

  .mb-xll-10,
  .my-xll-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xll-10,
  .mx-xll-10 {
    margin-left: 10.5rem !important;
  }

  .p-xll-0 {
    padding: 0 !important;
  }

  .pt-xll-0,
  .py-xll-0 {
    padding-top: 0 !important;
  }

  .pr-xll-0,
  .px-xll-0 {
    padding-right: 0 !important;
  }

  .pb-xll-0,
  .py-xll-0 {
    padding-bottom: 0 !important;
  }

  .pl-xll-0,
  .px-xll-0 {
    padding-left: 0 !important;
  }

  .p-xll-1 {
    padding: 0.25rem !important;
  }

  .pt-xll-1,
  .py-xll-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xll-1,
  .px-xll-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xll-1,
  .py-xll-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xll-1,
  .px-xll-1 {
    padding-left: 0.25rem !important;
  }

  .p-xll-2 {
    padding: 0.5rem !important;
  }

  .pt-xll-2,
  .py-xll-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xll-2,
  .px-xll-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xll-2,
  .py-xll-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xll-2,
  .px-xll-2 {
    padding-left: 0.5rem !important;
  }

  .p-xll-3 {
    padding: 1rem !important;
  }

  .pt-xll-3,
  .py-xll-3 {
    padding-top: 1rem !important;
  }

  .pr-xll-3,
  .px-xll-3 {
    padding-right: 1rem !important;
  }

  .pb-xll-3,
  .py-xll-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xll-3,
  .px-xll-3 {
    padding-left: 1rem !important;
  }

  .p-xll-4 {
    padding: 1.5rem !important;
  }

  .pt-xll-4,
  .py-xll-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xll-4,
  .px-xll-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xll-4,
  .py-xll-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xll-4,
  .px-xll-4 {
    padding-left: 1.5rem !important;
  }

  .p-xll-5 {
    padding: 3rem !important;
  }

  .pt-xll-5,
  .py-xll-5 {
    padding-top: 3rem !important;
  }

  .pr-xll-5,
  .px-xll-5 {
    padding-right: 3rem !important;
  }

  .pb-xll-5,
  .py-xll-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xll-5,
  .px-xll-5 {
    padding-left: 3rem !important;
  }

  .p-xll-25 {
    padding: 0.625rem !important;
  }

  .pt-xll-25,
  .py-xll-25 {
    padding-top: 0.625rem !important;
  }

  .pr-xll-25,
  .px-xll-25 {
    padding-right: 0.625rem !important;
  }

  .pb-xll-25,
  .py-xll-25 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xll-25,
  .px-xll-25 {
    padding-left: 0.625rem !important;
  }

  .p-xll-6 {
    padding: 4.5rem !important;
  }

  .pt-xll-6,
  .py-xll-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xll-6,
  .px-xll-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xll-6,
  .py-xll-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xll-6,
  .px-xll-6 {
    padding-left: 4.5rem !important;
  }

  .p-xll-7 {
    padding: 6rem !important;
  }

  .pt-xll-7,
  .py-xll-7 {
    padding-top: 6rem !important;
  }

  .pr-xll-7,
  .px-xll-7 {
    padding-right: 6rem !important;
  }

  .pb-xll-7,
  .py-xll-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xll-7,
  .px-xll-7 {
    padding-left: 6rem !important;
  }

  .p-xll-8 {
    padding: 7.5rem !important;
  }

  .pt-xll-8,
  .py-xll-8 {
    padding-top: 7.5rem !important;
  }

  .pr-xll-8,
  .px-xll-8 {
    padding-right: 7.5rem !important;
  }

  .pb-xll-8,
  .py-xll-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xll-8,
  .px-xll-8 {
    padding-left: 7.5rem !important;
  }

  .p-xll-9 {
    padding: 9rem !important;
  }

  .pt-xll-9,
  .py-xll-9 {
    padding-top: 9rem !important;
  }

  .pr-xll-9,
  .px-xll-9 {
    padding-right: 9rem !important;
  }

  .pb-xll-9,
  .py-xll-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xll-9,
  .px-xll-9 {
    padding-left: 9rem !important;
  }

  .p-xll-10 {
    padding: 10.5rem !important;
  }

  .pt-xll-10,
  .py-xll-10 {
    padding-top: 10.5rem !important;
  }

  .pr-xll-10,
  .px-xll-10 {
    padding-right: 10.5rem !important;
  }

  .pb-xll-10,
  .py-xll-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xll-10,
  .px-xll-10 {
    padding-left: 10.5rem !important;
  }

  .m-xll-n1 {
    margin: -0.25rem !important;
  }

  .mt-xll-n1,
  .my-xll-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xll-n1,
  .mx-xll-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xll-n1,
  .my-xll-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xll-n1,
  .mx-xll-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xll-n2 {
    margin: -0.5rem !important;
  }

  .mt-xll-n2,
  .my-xll-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xll-n2,
  .mx-xll-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xll-n2,
  .my-xll-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xll-n2,
  .mx-xll-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xll-n3 {
    margin: -1rem !important;
  }

  .mt-xll-n3,
  .my-xll-n3 {
    margin-top: -1rem !important;
  }

  .mr-xll-n3,
  .mx-xll-n3 {
    margin-right: -1rem !important;
  }

  .mb-xll-n3,
  .my-xll-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xll-n3,
  .mx-xll-n3 {
    margin-left: -1rem !important;
  }

  .m-xll-n4 {
    margin: -1.5rem !important;
  }

  .mt-xll-n4,
  .my-xll-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xll-n4,
  .mx-xll-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xll-n4,
  .my-xll-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xll-n4,
  .mx-xll-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xll-n5 {
    margin: -3rem !important;
  }

  .mt-xll-n5,
  .my-xll-n5 {
    margin-top: -3rem !important;
  }

  .mr-xll-n5,
  .mx-xll-n5 {
    margin-right: -3rem !important;
  }

  .mb-xll-n5,
  .my-xll-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xll-n5,
  .mx-xll-n5 {
    margin-left: -3rem !important;
  }

  .m-xll-n25 {
    margin: -0.625rem !important;
  }

  .mt-xll-n25,
  .my-xll-n25 {
    margin-top: -0.625rem !important;
  }

  .mr-xll-n25,
  .mx-xll-n25 {
    margin-right: -0.625rem !important;
  }

  .mb-xll-n25,
  .my-xll-n25 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xll-n25,
  .mx-xll-n25 {
    margin-left: -0.625rem !important;
  }

  .m-xll-n6 {
    margin: -4.5rem !important;
  }

  .mt-xll-n6,
  .my-xll-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xll-n6,
  .mx-xll-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xll-n6,
  .my-xll-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xll-n6,
  .mx-xll-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xll-n7 {
    margin: -6rem !important;
  }

  .mt-xll-n7,
  .my-xll-n7 {
    margin-top: -6rem !important;
  }

  .mr-xll-n7,
  .mx-xll-n7 {
    margin-right: -6rem !important;
  }

  .mb-xll-n7,
  .my-xll-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xll-n7,
  .mx-xll-n7 {
    margin-left: -6rem !important;
  }

  .m-xll-n8 {
    margin: -7.5rem !important;
  }

  .mt-xll-n8,
  .my-xll-n8 {
    margin-top: -7.5rem !important;
  }

  .mr-xll-n8,
  .mx-xll-n8 {
    margin-right: -7.5rem !important;
  }

  .mb-xll-n8,
  .my-xll-n8 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xll-n8,
  .mx-xll-n8 {
    margin-left: -7.5rem !important;
  }

  .m-xll-n9 {
    margin: -9rem !important;
  }

  .mt-xll-n9,
  .my-xll-n9 {
    margin-top: -9rem !important;
  }

  .mr-xll-n9,
  .mx-xll-n9 {
    margin-right: -9rem !important;
  }

  .mb-xll-n9,
  .my-xll-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xll-n9,
  .mx-xll-n9 {
    margin-left: -9rem !important;
  }

  .m-xll-n10 {
    margin: -10.5rem !important;
  }

  .mt-xll-n10,
  .my-xll-n10 {
    margin-top: -10.5rem !important;
  }

  .mr-xll-n10,
  .mx-xll-n10 {
    margin-right: -10.5rem !important;
  }

  .mb-xll-n10,
  .my-xll-n10 {
    margin-bottom: -10.5rem !important;
  }

  .ml-xll-n10,
  .mx-xll-n10 {
    margin-left: -10.5rem !important;
  }

  .m-xll-auto {
    margin: auto !important;
  }

  .mt-xll-auto,
  .my-xll-auto {
    margin-top: auto !important;
  }

  .mr-xll-auto,
  .mx-xll-auto {
    margin-right: auto !important;
  }

  .mb-xll-auto,
  .my-xll-auto {
    margin-bottom: auto !important;
  }

  .ml-xll-auto,
  .mx-xll-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-25 {
    margin: 0.625rem !important;
  }

  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 0.625rem !important;
  }

  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 0.625rem !important;
  }

  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 0.625rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 6rem !important;
  }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }

  .m-xxl-8 {
    margin: 7.5rem !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 7.5rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9rem !important;
  }

  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9rem !important;
  }

  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10.5rem !important;
  }

  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10.5rem !important;
  }

  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10.5rem !important;
  }

  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10.5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-25 {
    padding: 0.625rem !important;
  }

  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 0.625rem !important;
  }

  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 0.625rem !important;
  }

  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 0.625rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 6rem !important;
  }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }

  .p-xxl-8 {
    padding: 7.5rem !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 7.5rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9rem !important;
  }

  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9rem !important;
  }

  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10.5rem !important;
  }

  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10.5rem !important;
  }

  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10.5rem !important;
  }

  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10.5rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n25 {
    margin: -0.625rem !important;
  }

  .mt-xxl-n25,
  .my-xxl-n25 {
    margin-top: -0.625rem !important;
  }

  .mr-xxl-n25,
  .mx-xxl-n25 {
    margin-right: -0.625rem !important;
  }

  .mb-xxl-n25,
  .my-xxl-n25 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxl-n25,
  .mx-xxl-n25 {
    margin-left: -0.625rem !important;
  }

  .m-xxl-n6 {
    margin: -4.5rem !important;
  }

  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xxl-n7 {
    margin: -6rem !important;
  }

  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }

  .m-xxl-n8 {
    margin: -7.5rem !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -7.5rem !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -7.5rem !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -7.5rem !important;
  }

  .m-xxl-n9 {
    margin: -9rem !important;
  }

  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -9rem !important;
  }

  .m-xxl-n10 {
    margin: -10.5rem !important;
  }

  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10.5rem !important;
  }

  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10.5rem !important;
  }

  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10.5rem !important;
  }

  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 2000px) {
  .m-ws-0 {
    margin: 0 !important;
  }

  .mt-ws-0,
  .my-ws-0 {
    margin-top: 0 !important;
  }

  .mr-ws-0,
  .mx-ws-0 {
    margin-right: 0 !important;
  }

  .mb-ws-0,
  .my-ws-0 {
    margin-bottom: 0 !important;
  }

  .ml-ws-0,
  .mx-ws-0 {
    margin-left: 0 !important;
  }

  .m-ws-1 {
    margin: 0.25rem !important;
  }

  .mt-ws-1,
  .my-ws-1 {
    margin-top: 0.25rem !important;
  }

  .mr-ws-1,
  .mx-ws-1 {
    margin-right: 0.25rem !important;
  }

  .mb-ws-1,
  .my-ws-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-ws-1,
  .mx-ws-1 {
    margin-left: 0.25rem !important;
  }

  .m-ws-2 {
    margin: 0.5rem !important;
  }

  .mt-ws-2,
  .my-ws-2 {
    margin-top: 0.5rem !important;
  }

  .mr-ws-2,
  .mx-ws-2 {
    margin-right: 0.5rem !important;
  }

  .mb-ws-2,
  .my-ws-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-ws-2,
  .mx-ws-2 {
    margin-left: 0.5rem !important;
  }

  .m-ws-3 {
    margin: 1rem !important;
  }

  .mt-ws-3,
  .my-ws-3 {
    margin-top: 1rem !important;
  }

  .mr-ws-3,
  .mx-ws-3 {
    margin-right: 1rem !important;
  }

  .mb-ws-3,
  .my-ws-3 {
    margin-bottom: 1rem !important;
  }

  .ml-ws-3,
  .mx-ws-3 {
    margin-left: 1rem !important;
  }

  .m-ws-4 {
    margin: 1.5rem !important;
  }

  .mt-ws-4,
  .my-ws-4 {
    margin-top: 1.5rem !important;
  }

  .mr-ws-4,
  .mx-ws-4 {
    margin-right: 1.5rem !important;
  }

  .mb-ws-4,
  .my-ws-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-ws-4,
  .mx-ws-4 {
    margin-left: 1.5rem !important;
  }

  .m-ws-5 {
    margin: 3rem !important;
  }

  .mt-ws-5,
  .my-ws-5 {
    margin-top: 3rem !important;
  }

  .mr-ws-5,
  .mx-ws-5 {
    margin-right: 3rem !important;
  }

  .mb-ws-5,
  .my-ws-5 {
    margin-bottom: 3rem !important;
  }

  .ml-ws-5,
  .mx-ws-5 {
    margin-left: 3rem !important;
  }

  .m-ws-25 {
    margin: 0.625rem !important;
  }

  .mt-ws-25,
  .my-ws-25 {
    margin-top: 0.625rem !important;
  }

  .mr-ws-25,
  .mx-ws-25 {
    margin-right: 0.625rem !important;
  }

  .mb-ws-25,
  .my-ws-25 {
    margin-bottom: 0.625rem !important;
  }

  .ml-ws-25,
  .mx-ws-25 {
    margin-left: 0.625rem !important;
  }

  .m-ws-6 {
    margin: 4.5rem !important;
  }

  .mt-ws-6,
  .my-ws-6 {
    margin-top: 4.5rem !important;
  }

  .mr-ws-6,
  .mx-ws-6 {
    margin-right: 4.5rem !important;
  }

  .mb-ws-6,
  .my-ws-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-ws-6,
  .mx-ws-6 {
    margin-left: 4.5rem !important;
  }

  .m-ws-7 {
    margin: 6rem !important;
  }

  .mt-ws-7,
  .my-ws-7 {
    margin-top: 6rem !important;
  }

  .mr-ws-7,
  .mx-ws-7 {
    margin-right: 6rem !important;
  }

  .mb-ws-7,
  .my-ws-7 {
    margin-bottom: 6rem !important;
  }

  .ml-ws-7,
  .mx-ws-7 {
    margin-left: 6rem !important;
  }

  .m-ws-8 {
    margin: 7.5rem !important;
  }

  .mt-ws-8,
  .my-ws-8 {
    margin-top: 7.5rem !important;
  }

  .mr-ws-8,
  .mx-ws-8 {
    margin-right: 7.5rem !important;
  }

  .mb-ws-8,
  .my-ws-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-ws-8,
  .mx-ws-8 {
    margin-left: 7.5rem !important;
  }

  .m-ws-9 {
    margin: 9rem !important;
  }

  .mt-ws-9,
  .my-ws-9 {
    margin-top: 9rem !important;
  }

  .mr-ws-9,
  .mx-ws-9 {
    margin-right: 9rem !important;
  }

  .mb-ws-9,
  .my-ws-9 {
    margin-bottom: 9rem !important;
  }

  .ml-ws-9,
  .mx-ws-9 {
    margin-left: 9rem !important;
  }

  .m-ws-10 {
    margin: 10.5rem !important;
  }

  .mt-ws-10,
  .my-ws-10 {
    margin-top: 10.5rem !important;
  }

  .mr-ws-10,
  .mx-ws-10 {
    margin-right: 10.5rem !important;
  }

  .mb-ws-10,
  .my-ws-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-ws-10,
  .mx-ws-10 {
    margin-left: 10.5rem !important;
  }

  .p-ws-0 {
    padding: 0 !important;
  }

  .pt-ws-0,
  .py-ws-0 {
    padding-top: 0 !important;
  }

  .pr-ws-0,
  .px-ws-0 {
    padding-right: 0 !important;
  }

  .pb-ws-0,
  .py-ws-0 {
    padding-bottom: 0 !important;
  }

  .pl-ws-0,
  .px-ws-0 {
    padding-left: 0 !important;
  }

  .p-ws-1 {
    padding: 0.25rem !important;
  }

  .pt-ws-1,
  .py-ws-1 {
    padding-top: 0.25rem !important;
  }

  .pr-ws-1,
  .px-ws-1 {
    padding-right: 0.25rem !important;
  }

  .pb-ws-1,
  .py-ws-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-ws-1,
  .px-ws-1 {
    padding-left: 0.25rem !important;
  }

  .p-ws-2 {
    padding: 0.5rem !important;
  }

  .pt-ws-2,
  .py-ws-2 {
    padding-top: 0.5rem !important;
  }

  .pr-ws-2,
  .px-ws-2 {
    padding-right: 0.5rem !important;
  }

  .pb-ws-2,
  .py-ws-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-ws-2,
  .px-ws-2 {
    padding-left: 0.5rem !important;
  }

  .p-ws-3 {
    padding: 1rem !important;
  }

  .pt-ws-3,
  .py-ws-3 {
    padding-top: 1rem !important;
  }

  .pr-ws-3,
  .px-ws-3 {
    padding-right: 1rem !important;
  }

  .pb-ws-3,
  .py-ws-3 {
    padding-bottom: 1rem !important;
  }

  .pl-ws-3,
  .px-ws-3 {
    padding-left: 1rem !important;
  }

  .p-ws-4 {
    padding: 1.5rem !important;
  }

  .pt-ws-4,
  .py-ws-4 {
    padding-top: 1.5rem !important;
  }

  .pr-ws-4,
  .px-ws-4 {
    padding-right: 1.5rem !important;
  }

  .pb-ws-4,
  .py-ws-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-ws-4,
  .px-ws-4 {
    padding-left: 1.5rem !important;
  }

  .p-ws-5 {
    padding: 3rem !important;
  }

  .pt-ws-5,
  .py-ws-5 {
    padding-top: 3rem !important;
  }

  .pr-ws-5,
  .px-ws-5 {
    padding-right: 3rem !important;
  }

  .pb-ws-5,
  .py-ws-5 {
    padding-bottom: 3rem !important;
  }

  .pl-ws-5,
  .px-ws-5 {
    padding-left: 3rem !important;
  }

  .p-ws-25 {
    padding: 0.625rem !important;
  }

  .pt-ws-25,
  .py-ws-25 {
    padding-top: 0.625rem !important;
  }

  .pr-ws-25,
  .px-ws-25 {
    padding-right: 0.625rem !important;
  }

  .pb-ws-25,
  .py-ws-25 {
    padding-bottom: 0.625rem !important;
  }

  .pl-ws-25,
  .px-ws-25 {
    padding-left: 0.625rem !important;
  }

  .p-ws-6 {
    padding: 4.5rem !important;
  }

  .pt-ws-6,
  .py-ws-6 {
    padding-top: 4.5rem !important;
  }

  .pr-ws-6,
  .px-ws-6 {
    padding-right: 4.5rem !important;
  }

  .pb-ws-6,
  .py-ws-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-ws-6,
  .px-ws-6 {
    padding-left: 4.5rem !important;
  }

  .p-ws-7 {
    padding: 6rem !important;
  }

  .pt-ws-7,
  .py-ws-7 {
    padding-top: 6rem !important;
  }

  .pr-ws-7,
  .px-ws-7 {
    padding-right: 6rem !important;
  }

  .pb-ws-7,
  .py-ws-7 {
    padding-bottom: 6rem !important;
  }

  .pl-ws-7,
  .px-ws-7 {
    padding-left: 6rem !important;
  }

  .p-ws-8 {
    padding: 7.5rem !important;
  }

  .pt-ws-8,
  .py-ws-8 {
    padding-top: 7.5rem !important;
  }

  .pr-ws-8,
  .px-ws-8 {
    padding-right: 7.5rem !important;
  }

  .pb-ws-8,
  .py-ws-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-ws-8,
  .px-ws-8 {
    padding-left: 7.5rem !important;
  }

  .p-ws-9 {
    padding: 9rem !important;
  }

  .pt-ws-9,
  .py-ws-9 {
    padding-top: 9rem !important;
  }

  .pr-ws-9,
  .px-ws-9 {
    padding-right: 9rem !important;
  }

  .pb-ws-9,
  .py-ws-9 {
    padding-bottom: 9rem !important;
  }

  .pl-ws-9,
  .px-ws-9 {
    padding-left: 9rem !important;
  }

  .p-ws-10 {
    padding: 10.5rem !important;
  }

  .pt-ws-10,
  .py-ws-10 {
    padding-top: 10.5rem !important;
  }

  .pr-ws-10,
  .px-ws-10 {
    padding-right: 10.5rem !important;
  }

  .pb-ws-10,
  .py-ws-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-ws-10,
  .px-ws-10 {
    padding-left: 10.5rem !important;
  }

  .m-ws-n1 {
    margin: -0.25rem !important;
  }

  .mt-ws-n1,
  .my-ws-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-ws-n1,
  .mx-ws-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-ws-n1,
  .my-ws-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-ws-n1,
  .mx-ws-n1 {
    margin-left: -0.25rem !important;
  }

  .m-ws-n2 {
    margin: -0.5rem !important;
  }

  .mt-ws-n2,
  .my-ws-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-ws-n2,
  .mx-ws-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-ws-n2,
  .my-ws-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-ws-n2,
  .mx-ws-n2 {
    margin-left: -0.5rem !important;
  }

  .m-ws-n3 {
    margin: -1rem !important;
  }

  .mt-ws-n3,
  .my-ws-n3 {
    margin-top: -1rem !important;
  }

  .mr-ws-n3,
  .mx-ws-n3 {
    margin-right: -1rem !important;
  }

  .mb-ws-n3,
  .my-ws-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-ws-n3,
  .mx-ws-n3 {
    margin-left: -1rem !important;
  }

  .m-ws-n4 {
    margin: -1.5rem !important;
  }

  .mt-ws-n4,
  .my-ws-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-ws-n4,
  .mx-ws-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-ws-n4,
  .my-ws-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-ws-n4,
  .mx-ws-n4 {
    margin-left: -1.5rem !important;
  }

  .m-ws-n5 {
    margin: -3rem !important;
  }

  .mt-ws-n5,
  .my-ws-n5 {
    margin-top: -3rem !important;
  }

  .mr-ws-n5,
  .mx-ws-n5 {
    margin-right: -3rem !important;
  }

  .mb-ws-n5,
  .my-ws-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-ws-n5,
  .mx-ws-n5 {
    margin-left: -3rem !important;
  }

  .m-ws-n25 {
    margin: -0.625rem !important;
  }

  .mt-ws-n25,
  .my-ws-n25 {
    margin-top: -0.625rem !important;
  }

  .mr-ws-n25,
  .mx-ws-n25 {
    margin-right: -0.625rem !important;
  }

  .mb-ws-n25,
  .my-ws-n25 {
    margin-bottom: -0.625rem !important;
  }

  .ml-ws-n25,
  .mx-ws-n25 {
    margin-left: -0.625rem !important;
  }

  .m-ws-n6 {
    margin: -4.5rem !important;
  }

  .mt-ws-n6,
  .my-ws-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-ws-n6,
  .mx-ws-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-ws-n6,
  .my-ws-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-ws-n6,
  .mx-ws-n6 {
    margin-left: -4.5rem !important;
  }

  .m-ws-n7 {
    margin: -6rem !important;
  }

  .mt-ws-n7,
  .my-ws-n7 {
    margin-top: -6rem !important;
  }

  .mr-ws-n7,
  .mx-ws-n7 {
    margin-right: -6rem !important;
  }

  .mb-ws-n7,
  .my-ws-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-ws-n7,
  .mx-ws-n7 {
    margin-left: -6rem !important;
  }

  .m-ws-n8 {
    margin: -7.5rem !important;
  }

  .mt-ws-n8,
  .my-ws-n8 {
    margin-top: -7.5rem !important;
  }

  .mr-ws-n8,
  .mx-ws-n8 {
    margin-right: -7.5rem !important;
  }

  .mb-ws-n8,
  .my-ws-n8 {
    margin-bottom: -7.5rem !important;
  }

  .ml-ws-n8,
  .mx-ws-n8 {
    margin-left: -7.5rem !important;
  }

  .m-ws-n9 {
    margin: -9rem !important;
  }

  .mt-ws-n9,
  .my-ws-n9 {
    margin-top: -9rem !important;
  }

  .mr-ws-n9,
  .mx-ws-n9 {
    margin-right: -9rem !important;
  }

  .mb-ws-n9,
  .my-ws-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-ws-n9,
  .mx-ws-n9 {
    margin-left: -9rem !important;
  }

  .m-ws-n10 {
    margin: -10.5rem !important;
  }

  .mt-ws-n10,
  .my-ws-n10 {
    margin-top: -10.5rem !important;
  }

  .mr-ws-n10,
  .mx-ws-n10 {
    margin-right: -10.5rem !important;
  }

  .mb-ws-n10,
  .my-ws-n10 {
    margin-bottom: -10.5rem !important;
  }

  .ml-ws-n10,
  .mx-ws-n10 {
    margin-left: -10.5rem !important;
  }

  .m-ws-auto {
    margin: auto !important;
  }

  .mt-ws-auto,
  .my-ws-auto {
    margin-top: auto !important;
  }

  .mr-ws-auto,
  .mx-ws-auto {
    margin-right: auto !important;
  }

  .mb-ws-auto,
  .my-ws-auto {
    margin-bottom: auto !important;
  }

  .ml-ws-auto,
  .mx-ws-auto {
    margin-left: auto !important;
  }
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

h1,
h2,
h3,
h4,
li,
p {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

h1 {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2em;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  font-size: 1rem;
}

p.t--preamble {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 1.4rem;
}

.t--right {
  text-align: right;
}

.t--uppercase {
  text-transform: uppercase;
}

.t--bold {
  font-weight: 700;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.2rem;
  }

  p {
    font-size: 1.2rem;
  }
}

@media (min-width: 2000px) {
  h1 {
    font-size: 2.25rem;
  }
}

.t--alt {
  font-size: 1.125rem;
}

.t--alt h1 {
  font-size: 2.6rem;
  line-height: 1.2em;
}

.t--alt h2 {
  font-size: 1.25rem;
}

.t--alt h3 {
  font-size: 1.125rem;
}

.t--alt h4 {
  font-size: 1.2rem;
}

.t--alt p.t--preamble {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 1.4rem;
}

.t--primary.c-button,
.t--primary .c-button {
  background-color: #ff7900;
  color: #fff;
}

.t--primary.c-button:active,
.t--primary .c-button:active,
.t--primary.c-button:focus,
.t--primary .c-button:focus,
.t--primary.c-button:hover,
.t--primary .c-button:hover {
  color: #fff;
  background-color: #ff861a;
}

.t--primary .c-card {
  background-color: #fff;
}

.t--primary .c-card__title {
  color: #ff7900;
}

.t--primary .c-card__text {
  color: #4d4d4d;
}

.t--tertiary-1 .c-button,
.t--tertiary-1.c-button {
  background-color: #660054;
  color: #fff;
}

.t--tertiary-1 .c-button:active,
.t--tertiary-1 .c-button:focus,
.t--tertiary-1 .c-button:hover,
.t--tertiary-1.c-button:active,
.t--tertiary-1.c-button:focus,
.t--tertiary-1.c-button:hover {
  color: #fff;
  background-color: #800069;
}

.t--tertiary-1 .c-card {
  background-color: #fff;
}

.t--tertiary-1 .c-card__title {
  color: #660054;
}

.t--tertiary-1 .c-card__text {
  color: #4d4d4d;
}

.t--tertiary-2 .c-button,
.t--tertiary-2.c-button {
  background-color: #0082ab;
  color: #fff;
}

.t--tertiary-2 .c-button:active,
.t--tertiary-2 .c-button:focus,
.t--tertiary-2 .c-button:hover,
.t--tertiary-2.c-button:active,
.t--tertiary-2.c-button:focus,
.t--tertiary-2.c-button:hover {
  color: #fff;
  background-color: #0095c5;
}

.t--tertiary-2 .c-card {
  background-color: #fff;
}

.t--tertiary-2 .c-card__title {
  color: #0082ab;
}

.t--tertiary-2 .c-card__text {
  color: #4d4d4d;
}

.t--tertiary-3 .c-button,
.t--tertiary-3.c-button {
  background-color: #a2bc13;
  color: #fff;
}

.t--tertiary-3 .c-button:active,
.t--tertiary-3 .c-button:focus,
.t--tertiary-3 .c-button:hover,
.t--tertiary-3.c-button:active,
.t--tertiary-3.c-button:focus,
.t--tertiary-3.c-button:hover {
  color: #fff;
  background-color: #b6d315;
}

.t--tertiary-3 .c-card {
  background-color: #fff;
}

.t--tertiary-3 .c-card__title {
  color: #a2bc13;
}

.t--tertiary-3 .c-card__text {
  color: #4d4d4d;
}

.c-content .list-module ul li a,
.c-content .t--alt .c-row__title,
.c-focus a .c-focus__heading,
.c-footer__legal-links a,
.c-footer__link,
.c-header__main-nav a,
.c-header__sub-nav a,
.e-accent {
  position: relative;
}

.c-content .list-module ul li a:after,
.c-content .t--alt .c-row__title:after,
.c-focus a .c-focus__heading:after,
.c-footer__legal-links a:after,
.c-footer__link:after,
.c-header__main-nav a:after,
.c-header__sub-nav a:after,
.e-accent:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  max-width: 2em;
  height: 2px;
  margin-bottom: -0.2rem;
  background-color: #8bd14d;
  transition: 0.1s;
}

.e-accent-wide:after {
  background-color: #0082ab !important;
  height: 3px !important;
  width: 90% !important;
  max-width: 90% !important;
}

.c-content .list-module ul li .c-header__main-nav a:after,
.c-content .t--alt .c-header__main-nav .c-row__title:after,
.c-focus a .c-header__main-nav .c-focus__heading:after,
.c-header__main-nav .c-content .list-module ul li a:after,
.c-header__main-nav .c-content .t--alt .c-row__title:after,
.c-header__main-nav .c-focus a .c-focus__heading:after,
.c-header__main-nav .c-footer__link:after,
.c-header__main-nav .c-header__sub-nav a:after,
.c-header__main-nav .e-accent:after,
.c-header__main-nav a:after,
.c-header__sub-nav .c-header__main-nav a:after {
  margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
  .c-content .list-module ul li .c-header__main-nav a:after,
  .c-content .t--alt .c-header__main-nav .c-row__title:after,
  .c-focus a .c-header__main-nav .c-focus__heading:after,
  .c-header__main-nav .c-content .list-module ul li a:after,
  .c-header__main-nav .c-content .t--alt .c-row__title:after,
  .c-header__main-nav .c-focus a .c-focus__heading:after,
  .c-header__main-nav .c-footer__link:after,
  .c-header__main-nav .c-header__sub-nav a:after,
  .c-header__main-nav .e-accent:after,
  .c-header__main-nav a:after,
  .c-header__sub-nav .c-header__main-nav a:after {
    margin-bottom: -0.2rem;
  }

  .c-content .list-module ul li .c-header__sub-nav a:after,
  .c-content .t--alt .c-header__sub-nav .c-row__title:after,
  .c-focus a .c-header__sub-nav .c-focus__heading:after,
  .c-header__main-nav .c-header__sub-nav a:after,
  .c-header__sub-nav .c-content .list-module ul li a:after,
  .c-header__sub-nav .c-content .t--alt .c-row__title:after,
  .c-header__sub-nav .c-focus a .c-focus__heading:after,
  .c-header__sub-nav .c-footer__link:after,
  .c-header__sub-nav .c-header__main-nav a:after,
  .c-header__sub-nav .e-accent:after,
  .c-header__sub-nav a:after {
    margin-bottom: 0.6rem;
  }
}

.c-content .list-module ul li:hover a:after,
.c-focus a:active .c-focus__heading:after,
.c-focus a:focus .c-focus__heading:after,
.c-focus a:hover .c-focus__heading:after,
.c-footer__legal-links a:active:after,
.c-footer__legal-links a:focus:after,
.c-footer__legal-links a:hover:after,
.c-footer__link:focus:after,
.c-footer__link:hover:after,
.c-header__main-nav li.s--active > a:after,
.c-header__sub-nav li.s--active > a:after,
.e-accent--extended:after {
  width: 2em !important;
}

.e-gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  40% {
    opacity: 0.3;
  }

  60% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.9;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  40% {
    opacity: 0.3;
  }

  60% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.9;
  }

  to {
    opacity: 1;
  }
}

.u-border {
  border: 1px solid;
}

.u-border-top {
  border-top: 1px solid;
}

.u-border-right {
  border-right: 1px solid;
}

.u-border-bottom {
  border-bottom: 1px solid;
}

.u-border-left {
  border-left: 1px solid;
}

.u-border-0 {
  border: 0 !important;
}

.u-border-top-0 {
  border-top: 0 !important;
}

.u-border-right-0 {
  border-right: 0 !important;
}

.u-border-bottom-0 {
  border-bottom: 0 !important;
}

.u-border-left-0 {
  border-left: 0 !important;
}

.u-border- {
  border: 1px solid !important;
}

.u-border--top {
  border-top: 1px solid !important;
}

.u-border--right {
  border-right: 1px solid !important;
}

.u-border--bottom {
  border-bottom: 1px solid !important;
}

.u-border--left {
  border-left: 1px solid !important;
}

.u-border--0 {
  border: 0 !important;
}

.u-border--top-0 {
  border-top: 0 !important;
}

.u-border--right-0 {
  border-right: 0 !important;
}

.u-border--bottom-0 {
  border-bottom: 0 !important;
}

.u-border--left-0 {
  border-left: 0 !important;
}

@media (min-width: 576px) {
  .u-border--sm {
    border: 1px solid !important;
  }

  .u-border--sm-top {
    border-top: 1px solid !important;
  }

  .u-border--sm-right {
    border-right: 1px solid !important;
  }

  .u-border--sm-bottom {
    border-bottom: 1px solid !important;
  }

  .u-border--sm-left {
    border-left: 1px solid !important;
  }

  .u-border--sm-0 {
    border: 0 !important;
  }

  .u-border--sm-top-0 {
    border-top: 0 !important;
  }

  .u-border--sm-right-0 {
    border-right: 0 !important;
  }

  .u-border--sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-border--sm-left-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-border--md {
    border: 1px solid !important;
  }

  .u-border--md-top {
    border-top: 1px solid !important;
  }

  .u-border--md-right {
    border-right: 1px solid !important;
  }

  .u-border--md-bottom {
    border-bottom: 1px solid !important;
  }

  .u-border--md-left {
    border-left: 1px solid !important;
  }

  .u-border--md-0 {
    border: 0 !important;
  }

  .u-border--md-top-0 {
    border-top: 0 !important;
  }

  .u-border--md-right-0 {
    border-right: 0 !important;
  }

  .u-border--md-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-border--md-left-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-border--lg {
    border: 1px solid !important;
  }

  .u-border--lg-top {
    border-top: 1px solid !important;
  }

  .u-border--lg-right {
    border-right: 1px solid !important;
  }

  .u-border--lg-bottom {
    border-bottom: 1px solid !important;
  }

  .u-border--lg-left {
    border-left: 1px solid !important;
  }

  .u-border--lg-0 {
    border: 0 !important;
  }

  .u-border--lg-top-0 {
    border-top: 0 !important;
  }

  .u-border--lg-right-0 {
    border-right: 0 !important;
  }

  .u-border--lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-border--lg-left-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .u-border--xl {
    border: 1px solid !important;
  }

  .u-border--xl-top {
    border-top: 1px solid !important;
  }

  .u-border--xl-right {
    border-right: 1px solid !important;
  }

  .u-border--xl-bottom {
    border-bottom: 1px solid !important;
  }

  .u-border--xl-left {
    border-left: 1px solid !important;
  }

  .u-border--xl-0 {
    border: 0 !important;
  }

  .u-border--xl-top-0 {
    border-top: 0 !important;
  }

  .u-border--xl-right-0 {
    border-right: 0 !important;
  }

  .u-border--xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-border--xl-left-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .u-border--xll {
    border: 1px solid !important;
  }

  .u-border--xll-top {
    border-top: 1px solid !important;
  }

  .u-border--xll-right {
    border-right: 1px solid !important;
  }

  .u-border--xll-bottom {
    border-bottom: 1px solid !important;
  }

  .u-border--xll-left {
    border-left: 1px solid !important;
  }

  .u-border--xll-0 {
    border: 0 !important;
  }

  .u-border--xll-top-0 {
    border-top: 0 !important;
  }

  .u-border--xll-right-0 {
    border-right: 0 !important;
  }

  .u-border--xll-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-border--xll-left-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 1600px) {
  .u-border--xxl {
    border: 1px solid !important;
  }

  .u-border--xxl-top {
    border-top: 1px solid !important;
  }

  .u-border--xxl-right {
    border-right: 1px solid !important;
  }

  .u-border--xxl-bottom {
    border-bottom: 1px solid !important;
  }

  .u-border--xxl-left {
    border-left: 1px solid !important;
  }

  .u-border--xxl-0 {
    border: 0 !important;
  }

  .u-border--xxl-top-0 {
    border-top: 0 !important;
  }

  .u-border--xxl-right-0 {
    border-right: 0 !important;
  }

  .u-border--xxl-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-border--xxl-left-0 {
    border-left: 0 !important;
  }
}

@media (min-width: 2000px) {
  .u-border--ws {
    border: 1px solid !important;
  }

  .u-border--ws-top {
    border-top: 1px solid !important;
  }

  .u-border--ws-right {
    border-right: 1px solid !important;
  }

  .u-border--ws-bottom {
    border-bottom: 1px solid !important;
  }

  .u-border--ws-left {
    border-left: 1px solid !important;
  }

  .u-border--ws-0 {
    border: 0 !important;
  }

  .u-border--ws-top-0 {
    border-top: 0 !important;
  }

  .u-border--ws-right-0 {
    border-right: 0 !important;
  }

  .u-border--ws-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-border--ws-left-0 {
    border-left: 0 !important;
  }
}

.u-bg--neutral-100 {
  background-color: #fff !important;
}

.u-color--neutral-100 {
  color: #fff !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-100 {
    background-color: #fff !important;
  }

  .u-color-sm--neutral-100 {
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-100 {
    background-color: #fff !important;
  }

  .u-color-md--neutral-100 {
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-100 {
    background-color: #fff !important;
  }

  .u-color-lg--neutral-100 {
    color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-100 {
    background-color: #fff !important;
  }

  .u-color-xl--neutral-100 {
    color: #fff !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-100 {
    background-color: #fff !important;
  }

  .u-color-xll--neutral-100 {
    color: #fff !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-100 {
    background-color: #fff !important;
  }

  .u-color-xxl--neutral-100 {
    color: #fff !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-100 {
    background-color: #fff !important;
  }

  .u-color-ws--neutral-100 {
    color: #fff !important;
  }
}

.u-bg--neutral-90 {
  background-color: #fefefe !important;
}

.u-color--neutral-90 {
  color: #fefefe !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-90 {
    background-color: #fefefe !important;
  }

  .u-color-sm--neutral-90 {
    color: #fefefe !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-90 {
    background-color: #fefefe !important;
  }

  .u-color-md--neutral-90 {
    color: #fefefe !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-90 {
    background-color: #fefefe !important;
  }

  .u-color-lg--neutral-90 {
    color: #fefefe !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-90 {
    background-color: #fefefe !important;
  }

  .u-color-xl--neutral-90 {
    color: #fefefe !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-90 {
    background-color: #fefefe !important;
  }

  .u-color-xll--neutral-90 {
    color: #fefefe !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-90 {
    background-color: #fefefe !important;
  }

  .u-color-xxl--neutral-90 {
    color: #fefefe !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-90 {
    background-color: #fefefe !important;
  }

  .u-color-ws--neutral-90 {
    color: #fefefe !important;
  }
}

.u-bg--neutral-80 {
  background-color: #efefef !important;
}

.u-color--neutral-80 {
  color: #efefef !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-80 {
    background-color: #efefef !important;
  }

  .u-color-sm--neutral-80 {
    color: #efefef !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-80 {
    background-color: #efefef !important;
  }

  .u-color-md--neutral-80 {
    color: #efefef !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-80 {
    background-color: #efefef !important;
  }

  .u-color-lg--neutral-80 {
    color: #efefef !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-80 {
    background-color: #efefef !important;
  }

  .u-color-xl--neutral-80 {
    color: #efefef !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-80 {
    background-color: #efefef !important;
  }

  .u-color-xll--neutral-80 {
    color: #efefef !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-80 {
    background-color: #efefef !important;
  }

  .u-color-xxl--neutral-80 {
    color: #efefef !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-80 {
    background-color: #efefef !important;
  }

  .u-color-ws--neutral-80 {
    color: #efefef !important;
  }
}

.u-bg--neutral-70 {
  background-color: #d8d8d8 !important;
}

.u-color--neutral-70 {
  color: #d8d8d8 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-70 {
    background-color: #d8d8d8 !important;
  }

  .u-color-sm--neutral-70 {
    color: #d8d8d8 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-70 {
    background-color: #d8d8d8 !important;
  }

  .u-color-md--neutral-70 {
    color: #d8d8d8 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-70 {
    background-color: #d8d8d8 !important;
  }

  .u-color-lg--neutral-70 {
    color: #d8d8d8 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-70 {
    background-color: #d8d8d8 !important;
  }

  .u-color-xl--neutral-70 {
    color: #d8d8d8 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-70 {
    background-color: #d8d8d8 !important;
  }

  .u-color-xll--neutral-70 {
    color: #d8d8d8 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-70 {
    background-color: #d8d8d8 !important;
  }

  .u-color-xxl--neutral-70 {
    color: #d8d8d8 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-70 {
    background-color: #d8d8d8 !important;
  }

  .u-color-ws--neutral-70 {
    color: #d8d8d8 !important;
  }
}

.u-bg--neutral-60 {
  background-color: #d6d6d6 !important;
}

.u-color--neutral-60 {
  color: #d6d6d6 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-60 {
    background-color: #d6d6d6 !important;
  }

  .u-color-sm--neutral-60 {
    color: #d6d6d6 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-60 {
    background-color: #d6d6d6 !important;
  }

  .u-color-md--neutral-60 {
    color: #d6d6d6 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-60 {
    background-color: #d6d6d6 !important;
  }

  .u-color-lg--neutral-60 {
    color: #d6d6d6 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-60 {
    background-color: #d6d6d6 !important;
  }

  .u-color-xl--neutral-60 {
    color: #d6d6d6 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-60 {
    background-color: #d6d6d6 !important;
  }

  .u-color-xll--neutral-60 {
    color: #d6d6d6 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-60 {
    background-color: #d6d6d6 !important;
  }

  .u-color-xxl--neutral-60 {
    color: #d6d6d6 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-60 {
    background-color: #d6d6d6 !important;
  }

  .u-color-ws--neutral-60 {
    color: #d6d6d6 !important;
  }
}

.u-bg--neutral-50 {
  background-color: #c4c4c4 !important;
}

.u-color--neutral-50 {
  color: #c4c4c4 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-50 {
    background-color: #c4c4c4 !important;
  }

  .u-color-sm--neutral-50 {
    color: #c4c4c4 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-50 {
    background-color: #c4c4c4 !important;
  }

  .u-color-md--neutral-50 {
    color: #c4c4c4 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-50 {
    background-color: #c4c4c4 !important;
  }

  .u-color-lg--neutral-50 {
    color: #c4c4c4 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-50 {
    background-color: #c4c4c4 !important;
  }

  .u-color-xl--neutral-50 {
    color: #c4c4c4 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-50 {
    background-color: #c4c4c4 !important;
  }

  .u-color-xll--neutral-50 {
    color: #c4c4c4 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-50 {
    background-color: #c4c4c4 !important;
  }

  .u-color-xxl--neutral-50 {
    color: #c4c4c4 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-50 {
    background-color: #c4c4c4 !important;
  }

  .u-color-ws--neutral-50 {
    color: #c4c4c4 !important;
  }
}

.u-bg--neutral-48 {
  background-color: #b1b0b0 !important;
}

.u-color--neutral-48 {
  color: #b1b0b0 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-48 {
    background-color: #b1b0b0 !important;
  }

  .u-color-sm--neutral-48 {
    color: #b1b0b0 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-48 {
    background-color: #b1b0b0 !important;
  }

  .u-color-md--neutral-48 {
    color: #b1b0b0 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-48 {
    background-color: #b1b0b0 !important;
  }

  .u-color-lg--neutral-48 {
    color: #b1b0b0 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-48 {
    background-color: #b1b0b0 !important;
  }

  .u-color-xl--neutral-48 {
    color: #b1b0b0 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-48 {
    background-color: #b1b0b0 !important;
  }

  .u-color-xll--neutral-48 {
    color: #b1b0b0 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-48 {
    background-color: #b1b0b0 !important;
  }

  .u-color-xxl--neutral-48 {
    color: #b1b0b0 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-48 {
    background-color: #b1b0b0 !important;
  }

  .u-color-ws--neutral-48 {
    color: #b1b0b0 !important;
  }
}

.u-bg--neutral-47 {
  background-color: #979797 !important;
}

.u-color--neutral-47 {
  color: #979797 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-47 {
    background-color: #979797 !important;
  }

  .u-color-sm--neutral-47 {
    color: #979797 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-47 {
    background-color: #979797 !important;
  }

  .u-color-md--neutral-47 {
    color: #979797 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-47 {
    background-color: #979797 !important;
  }

  .u-color-lg--neutral-47 {
    color: #979797 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-47 {
    background-color: #979797 !important;
  }

  .u-color-xl--neutral-47 {
    color: #979797 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-47 {
    background-color: #979797 !important;
  }

  .u-color-xll--neutral-47 {
    color: #979797 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-47 {
    background-color: #979797 !important;
  }

  .u-color-xxl--neutral-47 {
    color: #979797 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-47 {
    background-color: #979797 !important;
  }

  .u-color-ws--neutral-47 {
    color: #979797 !important;
  }
}

.u-bg--neutral-45 {
  background-color: grey !important;
}

.u-color--neutral-45 {
  color: grey !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-45 {
    background-color: grey !important;
  }

  .u-color-sm--neutral-45 {
    color: grey !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-45 {
    background-color: grey !important;
  }

  .u-color-md--neutral-45 {
    color: grey !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-45 {
    background-color: grey !important;
  }

  .u-color-lg--neutral-45 {
    color: grey !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-45 {
    background-color: grey !important;
  }

  .u-color-xl--neutral-45 {
    color: grey !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-45 {
    background-color: grey !important;
  }

  .u-color-xll--neutral-45 {
    color: grey !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-45 {
    background-color: grey !important;
  }

  .u-color-xxl--neutral-45 {
    color: grey !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-45 {
    background-color: grey !important;
  }

  .u-color-ws--neutral-45 {
    color: grey !important;
  }
}

.u-bg--neutral-40 {
  background-color: #4d4d4d !important;
}

.u-color--neutral-40 {
  color: #4d4d4d !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-40 {
    background-color: #4d4d4d !important;
  }

  .u-color-sm--neutral-40 {
    color: #4d4d4d !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-40 {
    background-color: #4d4d4d !important;
  }

  .u-color-md--neutral-40 {
    color: #4d4d4d !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-40 {
    background-color: #4d4d4d !important;
  }

  .u-color-lg--neutral-40 {
    color: #4d4d4d !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-40 {
    background-color: #4d4d4d !important;
  }

  .u-color-xl--neutral-40 {
    color: #4d4d4d !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-40 {
    background-color: #4d4d4d !important;
  }

  .u-color-xll--neutral-40 {
    color: #4d4d4d !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-40 {
    background-color: #4d4d4d !important;
  }

  .u-color-xxl--neutral-40 {
    color: #4d4d4d !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-40 {
    background-color: #4d4d4d !important;
  }

  .u-color-ws--neutral-40 {
    color: #4d4d4d !important;
  }
}

.u-bg--neutral-30 {
  background-color: #333 !important;
}

.u-color--neutral-30 {
  color: #333 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-30 {
    background-color: #333 !important;
  }

  .u-color-sm--neutral-30 {
    color: #333 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-30 {
    background-color: #333 !important;
  }

  .u-color-md--neutral-30 {
    color: #333 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-30 {
    background-color: #333 !important;
  }

  .u-color-lg--neutral-30 {
    color: #333 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-30 {
    background-color: #333 !important;
  }

  .u-color-xl--neutral-30 {
    color: #333 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-30 {
    background-color: #333 !important;
  }

  .u-color-xll--neutral-30 {
    color: #333 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-30 {
    background-color: #333 !important;
  }

  .u-color-xxl--neutral-30 {
    color: #333 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-30 {
    background-color: #333 !important;
  }

  .u-color-ws--neutral-30 {
    color: #333 !important;
  }
}

.u-bg--neutral-20 {
  background-color: #222 !important;
}

.u-color--neutral-20 {
  color: #222 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-20 {
    background-color: #222 !important;
  }

  .u-color-sm--neutral-20 {
    color: #222 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-20 {
    background-color: #222 !important;
  }

  .u-color-md--neutral-20 {
    color: #222 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-20 {
    background-color: #222 !important;
  }

  .u-color-lg--neutral-20 {
    color: #222 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-20 {
    background-color: #222 !important;
  }

  .u-color-xl--neutral-20 {
    color: #222 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-20 {
    background-color: #222 !important;
  }

  .u-color-xll--neutral-20 {
    color: #222 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-20 {
    background-color: #222 !important;
  }

  .u-color-xxl--neutral-20 {
    color: #222 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-20 {
    background-color: #222 !important;
  }

  .u-color-ws--neutral-20 {
    color: #222 !important;
  }
}

.u-bg--neutral-00 {
  background-color: #000 !important;
}

.u-color--neutral-00 {
  color: #000 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--neutral-00 {
    background-color: #000 !important;
  }

  .u-color-sm--neutral-00 {
    color: #000 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--neutral-00 {
    background-color: #000 !important;
  }

  .u-color-md--neutral-00 {
    color: #000 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--neutral-00 {
    background-color: #000 !important;
  }

  .u-color-lg--neutral-00 {
    color: #000 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--neutral-00 {
    background-color: #000 !important;
  }

  .u-color-xl--neutral-00 {
    color: #000 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--neutral-00 {
    background-color: #000 !important;
  }

  .u-color-xll--neutral-00 {
    color: #000 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--neutral-00 {
    background-color: #000 !important;
  }

  .u-color-xxl--neutral-00 {
    color: #000 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--neutral-00 {
    background-color: #000 !important;
  }

  .u-color-ws--neutral-00 {
    color: #000 !important;
  }
}

.u-bg--blue-light {
  background-color: #c7dfea !important;
}

.u-color--blue-light {
  color: #c7dfea !important;
}

@media (min-width: 576px) {
  .u-bg-sm--blue-light {
    background-color: #c7dfea !important;
  }

  .u-color-sm--blue-light {
    color: #c7dfea !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--blue-light {
    background-color: #c7dfea !important;
  }

  .u-color-md--blue-light {
    color: #c7dfea !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--blue-light {
    background-color: #c7dfea !important;
  }

  .u-color-lg--blue-light {
    color: #c7dfea !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--blue-light {
    background-color: #c7dfea !important;
  }

  .u-color-xl--blue-light {
    color: #c7dfea !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--blue-light {
    background-color: #c7dfea !important;
  }

  .u-color-xll--blue-light {
    color: #c7dfea !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--blue-light {
    background-color: #c7dfea !important;
  }

  .u-color-xxl--blue-light {
    color: #c7dfea !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--blue-light {
    background-color: #c7dfea !important;
  }

  .u-color-ws--blue-light {
    color: #c7dfea !important;
  }
}

.u-bg--blue {
  background-color: #0082ab !important;
}

.u-color--blue {
  color: #0082ab !important;
}

@media (min-width: 576px) {
  .u-bg-sm--blue {
    background-color: #0082ab !important;
  }

  .u-color-sm--blue {
    color: #0082ab !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--blue {
    background-color: #0082ab !important;
  }

  .u-color-md--blue {
    color: #0082ab !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--blue {
    background-color: #0082ab !important;
  }

  .u-color-lg--blue {
    color: #0082ab !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--blue {
    background-color: #0082ab !important;
  }

  .u-color-xl--blue {
    color: #0082ab !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--blue {
    background-color: #0082ab !important;
  }

  .u-color-xll--blue {
    color: #0082ab !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--blue {
    background-color: #0082ab !important;
  }

  .u-color-xxl--blue {
    color: #0082ab !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--blue {
    background-color: #0082ab !important;
  }

  .u-color-ws--blue {
    color: #0082ab !important;
  }
}

.u-bg--dark-blue {
  background-color: #1f5695 !important;
}

.u-color--dark-blue {
  color: #1f5695 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--dark-blue {
    background-color: #1f5695 !important;
  }

  .u-color-sm--dark-blue {
    color: #1f5695 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--dark-blue {
    background-color: #1f5695 !important;
  }

  .u-color-md--dark-blue {
    color: #1f5695 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--dark-blue {
    background-color: #1f5695 !important;
  }

  .u-color-lg--dark-blue {
    color: #1f5695 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--dark-blue {
    background-color: #1f5695 !important;
  }

  .u-color-xl--dark-blue {
    color: #1f5695 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--dark-blue {
    background-color: #1f5695 !important;
  }

  .u-color-xll--dark-blue {
    color: #1f5695 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--dark-blue {
    background-color: #1f5695 !important;
  }

  .u-color-xxl--dark-blue {
    color: #1f5695 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--dark-blue {
    background-color: #1f5695 !important;
  }

  .u-color-ws--dark-blue {
    color: #1f5695 !important;
  }
}

.u-bg--darkest-blue {
  background-color: #182037 !important;
}

.u-color--darkest-blue {
  color: #182037 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--darkest-blue {
    background-color: #182037 !important;
  }

  .u-color-sm--darkest-blue {
    color: #182037 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--darkest-blue {
    background-color: #182037 !important;
  }

  .u-color-md--darkest-blue {
    color: #182037 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--darkest-blue {
    background-color: #182037 !important;
  }

  .u-color-lg--darkest-blue {
    color: #182037 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--darkest-blue {
    background-color: #182037 !important;
  }

  .u-color-xl--darkest-blue {
    color: #182037 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--darkest-blue {
    background-color: #182037 !important;
  }

  .u-color-xll--darkest-blue {
    color: #182037 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--darkest-blue {
    background-color: #182037 !important;
  }

  .u-color-xxl--darkest-blue {
    color: #182037 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--darkest-blue {
    background-color: #182037 !important;
  }

  .u-color-ws--darkest-blue {
    color: #182037 !important;
  }
}

.u-bg--green {
  background-color: #a2bc13 !important;
}

.u-color--green {
  color: #a2bc13 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--green {
    background-color: #a2bc13 !important;
  }

  .u-color-sm--green {
    color: #a2bc13 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--green {
    background-color: #a2bc13 !important;
  }

  .u-color-md--green {
    color: #a2bc13 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--green {
    background-color: #a2bc13 !important;
  }

  .u-color-lg--green {
    color: #a2bc13 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--green {
    background-color: #a2bc13 !important;
  }

  .u-color-xl--green {
    color: #a2bc13 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--green {
    background-color: #a2bc13 !important;
  }

  .u-color-xll--green {
    color: #a2bc13 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--green {
    background-color: #a2bc13 !important;
  }

  .u-color-xxl--green {
    color: #a2bc13 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--green {
    background-color: #a2bc13 !important;
  }

  .u-color-ws--green {
    color: #a2bc13 !important;
  }
}

.u-bg--green-light {
  background-color: #bfcf93 !important;
}

.u-color--green-light {
  color: #bfcf93 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--green-light {
    background-color: #bfcf93 !important;
  }

  .u-color-sm--green-light {
    color: #bfcf93 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--green-light {
    background-color: #bfcf93 !important;
  }

  .u-color-md--green-light {
    color: #bfcf93 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--green-light {
    background-color: #bfcf93 !important;
  }

  .u-color-lg--green-light {
    color: #bfcf93 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--green-light {
    background-color: #bfcf93 !important;
  }

  .u-color-xl--green-light {
    color: #bfcf93 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--green-light {
    background-color: #bfcf93 !important;
  }

  .u-color-xll--green-light {
    color: #bfcf93 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--green-light {
    background-color: #bfcf93 !important;
  }

  .u-color-xxl--green-light {
    color: #bfcf93 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--green-light {
    background-color: #bfcf93 !important;
  }

  .u-color-ws--green-light {
    color: #bfcf93 !important;
  }
}

.u-bg--green-lighter {
  background-color: #ddeacf !important;
}

.u-color--green-lighter {
  color: #ddeacf !important;
}

@media (min-width: 576px) {
  .u-bg-sm--green-lighter {
    background-color: #ddeacf !important;
  }

  .u-color-sm--green-lighter {
    color: #ddeacf !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--green-lighter {
    background-color: #ddeacf !important;
  }

  .u-color-md--green-lighter {
    color: #ddeacf !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--green-lighter {
    background-color: #ddeacf !important;
  }

  .u-color-lg--green-lighter {
    color: #ddeacf !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--green-lighter {
    background-color: #ddeacf !important;
  }

  .u-color-xl--green-lighter {
    color: #ddeacf !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--green-lighter {
    background-color: #ddeacf !important;
  }

  .u-color-xll--green-lighter {
    color: #ddeacf !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--green-lighter {
    background-color: #ddeacf !important;
  }

  .u-color-xxl--green-lighter {
    color: #ddeacf !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--green-lighter {
    background-color: #ddeacf !important;
  }

  .u-color-ws--green-lighter {
    color: #ddeacf !important;
  }
}

.u-bg--orange {
  background-color: #ff7900 !important;
}

.u-color--orange {
  color: #ff7900 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--orange {
    background-color: #ff7900 !important;
  }

  .u-color-sm--orange {
    color: #ff7900 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--orange {
    background-color: #ff7900 !important;
  }

  .u-color-md--orange {
    color: #ff7900 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--orange {
    background-color: #ff7900 !important;
  }

  .u-color-lg--orange {
    color: #ff7900 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--orange {
    background-color: #ff7900 !important;
  }

  .u-color-xl--orange {
    color: #ff7900 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--orange {
    background-color: #ff7900 !important;
  }

  .u-color-xll--orange {
    color: #ff7900 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--orange {
    background-color: #ff7900 !important;
  }

  .u-color-xxl--orange {
    color: #ff7900 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--orange {
    background-color: #ff7900 !important;
  }

  .u-color-ws--orange {
    color: #ff7900 !important;
  }
}

.u-bg--orange-accent {
  background-color: #ff861a !important;
}

.u-color--orange-accent {
  color: #ff861a !important;
}

@media (min-width: 576px) {
  .u-bg-sm--orange-accent {
    background-color: #ff861a !important;
  }

  .u-color-sm--orange-accent {
    color: #ff861a !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--orange-accent {
    background-color: #ff861a !important;
  }

  .u-color-md--orange-accent {
    color: #ff861a !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--orange-accent {
    background-color: #ff861a !important;
  }

  .u-color-lg--orange-accent {
    color: #ff861a !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--orange-accent {
    background-color: #ff861a !important;
  }

  .u-color-xl--orange-accent {
    color: #ff861a !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--orange-accent {
    background-color: #ff861a !important;
  }

  .u-color-xll--orange-accent {
    color: #ff861a !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--orange-accent {
    background-color: #ff861a !important;
  }

  .u-color-xxl--orange-accent {
    color: #ff861a !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--orange-accent {
    background-color: #ff861a !important;
  }

  .u-color-ws--orange-accent {
    color: #ff861a !important;
  }
}

.u-bg--orange-lighter {
  background-color: #fcd7c8 !important;
}

.u-color--orange-lighter {
  color: #fcd7c8 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--orange-lighter {
    background-color: #fcd7c8 !important;
  }

  .u-color-sm--orange-lighter {
    color: #fcd7c8 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--orange-lighter {
    background-color: #fcd7c8 !important;
  }

  .u-color-md--orange-lighter {
    color: #fcd7c8 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--orange-lighter {
    background-color: #fcd7c8 !important;
  }

  .u-color-lg--orange-lighter {
    color: #fcd7c8 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--orange-lighter {
    background-color: #fcd7c8 !important;
  }

  .u-color-xl--orange-lighter {
    color: #fcd7c8 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--orange-lighter {
    background-color: #fcd7c8 !important;
  }

  .u-color-xll--orange-lighter {
    color: #fcd7c8 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--orange-lighter {
    background-color: #fcd7c8 !important;
  }

  .u-color-xxl--orange-lighter {
    color: #fcd7c8 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--orange-lighter {
    background-color: #fcd7c8 !important;
  }

  .u-color-ws--orange-lighter {
    color: #fcd7c8 !important;
  }
}

.u-bg--orange-lightest {
  background-color: #f3dccf !important;
}

.u-color--orange-lightest {
  color: #f3dccf !important;
}

@media (min-width: 576px) {
  .u-bg-sm--orange-lightest {
    background-color: #f3dccf !important;
  }

  .u-color-sm--orange-lightest {
    color: #f3dccf !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--orange-lightest {
    background-color: #f3dccf !important;
  }

  .u-color-md--orange-lightest {
    color: #f3dccf !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--orange-lightest {
    background-color: #f3dccf !important;
  }

  .u-color-lg--orange-lightest {
    color: #f3dccf !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--orange-lightest {
    background-color: #f3dccf !important;
  }

  .u-color-xl--orange-lightest {
    color: #f3dccf !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--orange-lightest {
    background-color: #f3dccf !important;
  }

  .u-color-xll--orange-lightest {
    color: #f3dccf !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--orange-lightest {
    background-color: #f3dccf !important;
  }

  .u-color-xxl--orange-lightest {
    color: #f3dccf !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--orange-lightest {
    background-color: #f3dccf !important;
  }

  .u-color-ws--orange-lightest {
    color: #f3dccf !important;
  }
}

.u-bg--orange-light {
  background-color: #ffedd4 !important;
}

.u-color--orange-light {
  color: #ffedd4 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--orange-light {
    background-color: #ffedd4 !important;
  }

  .u-color-sm--orange-light {
    color: #ffedd4 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--orange-light {
    background-color: #ffedd4 !important;
  }

  .u-color-md--orange-light {
    color: #ffedd4 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--orange-light {
    background-color: #ffedd4 !important;
  }

  .u-color-lg--orange-light {
    color: #ffedd4 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--orange-light {
    background-color: #ffedd4 !important;
  }

  .u-color-xl--orange-light {
    color: #ffedd4 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--orange-light {
    background-color: #ffedd4 !important;
  }

  .u-color-xll--orange-light {
    color: #ffedd4 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--orange-light {
    background-color: #ffedd4 !important;
  }

  .u-color-xxl--orange-light {
    color: #ffedd4 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--orange-light {
    background-color: #ffedd4 !important;
  }

  .u-color-ws--orange-light {
    color: #ffedd4 !important;
  }
}

.u-bg--purple {
  background-color: #660054 !important;
}

.u-color--purple {
  color: #660054 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--purple {
    background-color: #660054 !important;
  }

  .u-color-sm--purple {
    color: #660054 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--purple {
    background-color: #660054 !important;
  }

  .u-color-md--purple {
    color: #660054 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--purple {
    background-color: #660054 !important;
  }

  .u-color-lg--purple {
    color: #660054 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--purple {
    background-color: #660054 !important;
  }

  .u-color-xl--purple {
    color: #660054 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--purple {
    background-color: #660054 !important;
  }

  .u-color-xll--purple {
    color: #660054 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--purple {
    background-color: #660054 !important;
  }

  .u-color-xxl--purple {
    color: #660054 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--purple {
    background-color: #660054 !important;
  }

  .u-color-ws--purple {
    color: #660054 !important;
  }
}

.u-bg--purple-lighter {
  background-color: #d3bcd0 !important;
}

.u-color--purple-lighter {
  color: #d3bcd0 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--purple-lighter {
    background-color: #d3bcd0 !important;
  }

  .u-color-sm--purple-lighter {
    color: #d3bcd0 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--purple-lighter {
    background-color: #d3bcd0 !important;
  }

  .u-color-md--purple-lighter {
    color: #d3bcd0 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--purple-lighter {
    background-color: #d3bcd0 !important;
  }

  .u-color-lg--purple-lighter {
    color: #d3bcd0 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--purple-lighter {
    background-color: #d3bcd0 !important;
  }

  .u-color-xl--purple-lighter {
    color: #d3bcd0 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--purple-lighter {
    background-color: #d3bcd0 !important;
  }

  .u-color-xll--purple-lighter {
    color: #d3bcd0 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--purple-lighter {
    background-color: #d3bcd0 !important;
  }

  .u-color-xxl--purple-lighter {
    color: #d3bcd0 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--purple-lighter {
    background-color: #d3bcd0 !important;
  }

  .u-color-ws--purple-lighter {
    color: #d3bcd0 !important;
  }
}

.u-bg--red {
  background-color: #c7352d !important;
}

.u-color--red {
  color: #c7352d !important;
}

@media (min-width: 576px) {
  .u-bg-sm--red {
    background-color: #c7352d !important;
  }

  .u-color-sm--red {
    color: #c7352d !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--red {
    background-color: #c7352d !important;
  }

  .u-color-md--red {
    color: #c7352d !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--red {
    background-color: #c7352d !important;
  }

  .u-color-lg--red {
    color: #c7352d !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--red {
    background-color: #c7352d !important;
  }

  .u-color-xl--red {
    color: #c7352d !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--red {
    background-color: #c7352d !important;
  }

  .u-color-xll--red {
    color: #c7352d !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--red {
    background-color: #c7352d !important;
  }

  .u-color-xxl--red {
    color: #c7352d !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--red {
    background-color: #c7352d !important;
  }

  .u-color-ws--red {
    color: #c7352d !important;
  }
}

.u-bg--red-light {
  background-color: #c9382f !important;
}

.u-color--red-light {
  color: #c9382f !important;
}

@media (min-width: 576px) {
  .u-bg-sm--red-light {
    background-color: #c9382f !important;
  }

  .u-color-sm--red-light {
    color: #c9382f !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--red-light {
    background-color: #c9382f !important;
  }

  .u-color-md--red-light {
    color: #c9382f !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--red-light {
    background-color: #c9382f !important;
  }

  .u-color-lg--red-light {
    color: #c9382f !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--red-light {
    background-color: #c9382f !important;
  }

  .u-color-xl--red-light {
    color: #c9382f !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--red-light {
    background-color: #c9382f !important;
  }

  .u-color-xll--red-light {
    color: #c9382f !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--red-light {
    background-color: #c9382f !important;
  }

  .u-color-xxl--red-light {
    color: #c9382f !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--red-light {
    background-color: #c9382f !important;
  }

  .u-color-ws--red-light {
    color: #c9382f !important;
  }
}

.u-bg--red-lighter {
  background-color: #d15734 !important;
}

.u-color--red-lighter {
  color: #d15734 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--red-lighter {
    background-color: #d15734 !important;
  }

  .u-color-sm--red-lighter {
    color: #d15734 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--red-lighter {
    background-color: #d15734 !important;
  }

  .u-color-md--red-lighter {
    color: #d15734 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--red-lighter {
    background-color: #d15734 !important;
  }

  .u-color-lg--red-lighter {
    color: #d15734 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--red-lighter {
    background-color: #d15734 !important;
  }

  .u-color-xl--red-lighter {
    color: #d15734 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--red-lighter {
    background-color: #d15734 !important;
  }

  .u-color-xll--red-lighter {
    color: #d15734 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--red-lighter {
    background-color: #d15734 !important;
  }

  .u-color-xxl--red-lighter {
    color: #d15734 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--red-lighter {
    background-color: #d15734 !important;
  }

  .u-color-ws--red-lighter {
    color: #d15734 !important;
  }
}

.u-bg--black {
  background-color: #000 !important;
}

.u-color--black {
  color: #000 !important;
}

@media (min-width: 576px) {
  .u-bg-sm--black {
    background-color: #000 !important;
  }

  .u-color-sm--black {
    color: #000 !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--black {
    background-color: #000 !important;
  }

  .u-color-md--black {
    color: #000 !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--black {
    background-color: #000 !important;
  }

  .u-color-lg--black {
    color: #000 !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--black {
    background-color: #000 !important;
  }

  .u-color-xl--black {
    color: #000 !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--black {
    background-color: #000 !important;
  }

  .u-color-xll--black {
    color: #000 !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--black {
    background-color: #000 !important;
  }

  .u-color-xxl--black {
    color: #000 !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--black {
    background-color: #000 !important;
  }

  .u-color-ws--black {
    color: #000 !important;
  }
}

.u-bg--white {
  background-color: #fff !important;
}

.u-color--white {
  color: #fff !important;
}

@media (min-width: 576px) {
  .u-bg-sm--white {
    background-color: #fff !important;
  }

  .u-color-sm--white {
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--white {
    background-color: #fff !important;
  }

  .u-color-md--white {
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--white {
    background-color: #fff !important;
  }

  .u-color-lg--white {
    color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .u-bg-xl--white {
    background-color: #fff !important;
  }

  .u-color-xl--white {
    color: #fff !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xll--white {
    background-color: #fff !important;
  }

  .u-color-xll--white {
    color: #fff !important;
  }
}

@media (min-width: 1600px) {
  .u-bg-xxl--white {
    background-color: #fff !important;
  }

  .u-color-xxl--white {
    color: #fff !important;
  }
}

@media (min-width: 2000px) {
  .u-bg-ws--white {
    background-color: #fff !important;
  }

  .u-color-ws--white {
    color: #fff !important;
  }
}

.u-color--current-color {
  color: currentColor;
}

.u-flex-height {
  height: 100%;
}

@media (max-width: 575.98px) {
  .u-hidden-xs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .u-hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .u-hidden-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .u-hidden-xll {
    display: none !important;
  }
}

@media (min-width: 1600px) and (max-width: 1999.98px) {
  .u-hidden-xxl {
    display: none !important;
  }
}

@media (min-width: 2000px) {
  .u-hidden-ws {
    display: none !important;
  }
}

.u-hidden-outside {
  position: absolute;
  left: -99999px;
}

.chevron:before {
  color: #ff7900;
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: "";
  display: inline-block;
  height: 0.45rem;
  left: 0.15rem;
  position: relative;
  top: 0.25rem;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45rem;
  transition: 0.1s;
}

.chevron.down:before {
  top: 0.1rem;
  transform: rotate(135deg);
}

.chevron.check:before {
  transform: rotate(134deg);
  height: 0.5rem;
  width: 0.9rem;
}

.chevron.right:before {
  transform: rotate(45deg);
  color: #4d4d4d;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
}

@media (min-width: 992px) {
  .chevron:before {
    height: 0.6rem;
    width: 0.6rem;
  }

  .chevron.down:before {
    top: -0.1rem;
  }
}

.c-button {
  display: inline-flex;
  padding: 0.8rem 2.4rem;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: grey;
  border: none;
  border-radius: 10rem;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity, border;
}

.c-button:active,
.c-button:focus,
.c-button:hover {
  text-decoration: none;
  background-color: #c4c4c4;
}

.c-button.s--border {
  border: 1px solid #fff;
}

.c-button.s--border:focus,
.c-button.s--border:hover {
  font-weight: 600;
  text-decoration: none;
  color: #ff7900;
  background-color: #fff;
  border-color: #ff7900;
}

.c-button.s--border:active {
  font-weight: 600;
  text-decoration: none;
  color: #4d4d4d;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.c-button--secondary {
  background-color: #0082ab;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.c-button--secondary:active,
.c-button--secondary:focus,
.c-button--secondary:hover {
  background-color: #0095c5;
}

.c-button--social-media {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.6rem;
  box-sizing: border-box;
  color: #4d4d4d;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.1s;
}

.c-button--social-media svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.c-button--social-media:focus,
.c-button--social-media:hover {
  color: #ff7900;
}

@media (min-width: 992px) {
  .c-button {
    font-family: Soho Gothic W01 Medium, Soho Gothic W01 Regular, Verdana, Arial,
      sans-serif;
    font-size: 1rem;
  }

  .c-button--secondary {
    font-size: 1.25rem;
  }
}

.c-button-row {
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  display: flex;
  justify-content: center;
}

.c-cloudinary-video {
  height: 6rem;
  opacity: 0;
  position: relative;
  transition: 0.2s;
}

.c-cloudinary-video.loaded {
  min-height: 562.5px;
  opacity: 1;
}

.c-cloudinary-video .cld-video-player {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  opacity: 1;
  transition: 1s;
}

.c-cloudinary-video .cld-video-player .vjs-big-play-button {
  display: none;
}

.c-cloudinary-video .cld-video-player .vjs-tech {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-carousel {
  margin: 0 -1rem;
}

.c-carousel .carousel__expander {
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
  outline: none;
}

@media (min-width: 768px) {
  .c-carousel-border {
    border: 1px solid #b1b0b0;
    border-radius: 1.2rem;
  }
}

.c-carousel .slide {
  background: transparent;
}

.c-carousel .slide:hover .c-carousel__image-overlay:before {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 50%,
    rgba(0, 0, 0, 0.5)
  );
  border-color: #ff7900;
}

.c-carousel .slide .video-thumb {
  display: none;
}

.c-carousel .slide .flex-container {
  height: 90%;
}

.c-carousel .slide .flex-container > div {
  height: 100%;
}

.c-carousel .slide iframe {
  width: 90% !important;
  margin: 0 !important;
}

.c-carousel .slide button {
  background: transparent;
  border: none;
  display: flex;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #4d4d4d;
}

.c-carousel .slide img {
  border-radius: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .c-carousel .slide img {
    border-radius: 0.5rem;
  }
}

.c-carousel .slide .c-carousel__image-overlay {
  position: relative;
  cursor: pointer;
}

.c-carousel .slide .c-carousel__image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.c-carousel .slide video {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 90%;
}

@media (min-width: 768px) {
  .c-carousel .slide video {
    border-radius: 0.5rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .c-carousel .slide video {
    height: 100%;
  }
}

.c-carousel .slide .c-carousel__video-overlay {
  cursor: pointer;
}

.c-carousel .btn-nav {
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 230px;
  height: 34px;
  width: 32px;
  background: transparent;
  outline: none;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}

.c-carousel .btn-nav .icon {
  display: block;
  height: 100%;
  width: 100%;
}

.c-carousel .btn-nav.next {
  right: 0;
}

.c-carousel .btn-nav.prev {
  left: 0;
}

.c-carousel .btn-nav--ghost {
  opacity: 0.5;
}

.c-carousel .btn-nav--ghost:hover {
  cursor: default;
}

.c-carousel .thumbs-wrapper {
  background: #efefef;
  margin: 0;
}

.c-carousel .thumbs-wrapper .thumbs {
  display: inline-flex;
}

.c-carousel .thumbs-wrapper .thumb {
  border: 1px solid transparent;
  display: inline-block;
  padding-right: 0.5rem;
}

.c-carousel .thumbs-wrapper .thumb.selected img {
  border: 1px solid #0082ab;
}

.c-carousel .thumbs-wrapper .carousel__thumb,
.c-carousel .thumbs-wrapper .carousel__thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-carousel .thumbs-wrapper .carousel__thumb--video {
  position: relative;
}

.c-carousel .thumbs-wrapper .carousel__thumb--video:after {
  content: "";
  display: block;
  top: 0.35rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(gfx/thumb-play.svg) no-repeat 0 0;
  background-size: 30%;
  background-position: 50%;
}

.c-carousel .thumbs-wrapper .video-thumb {
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-carousel .thumbs-wrapper .video-thumb.control-prev {
  background: url(gfx/slider-prev.svg) no-repeat 0 0;
  left: 0.5rem;
}

.c-carousel .thumbs-wrapper .control-arrow {
  height: 25px;
  width: 25px;
  opacity: 1;
}

.c-carousel .thumbs-wrapper .control-arrow:before {
  display: none;
}

.c-carousel .thumbs-wrapper .control-arrow.control-prev {
  background: url(gfx/slider-prev.svg) no-repeat 0 0;
  background-size: cover;
  left: 0.5rem;
}

.c-carousel .thumbs-wrapper .control-arrow.control-next {
  background: url(gfx/slider-next.svg) no-repeat 0 0;
  background-size: cover;
  right: 0.5rem;
}

.c-carousel .thumbs-wrapper .control-arrow.control-disabled {
  opacity: 0.5;
  display: block;
}

.c-carousel .c-carousel__sticky-button {
  text-align: center;
  margin-top: 1rem;
}

.c-carousel .c-carousel__sticky-button .c-sticky__enquire-button {
  width: auto;
  background: transparent;
  border: none;
}

.carousel-root .carousel:last-child {
  padding: 0 2.5rem;
}

@media (max-width: 767.98px) {
  .c-modal .c-carousel.carousel-wrapper {
    padding-top: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .carousel-slider button.next,
  .carousel-slider button.prev {
    display: none;
  }
}

@media (max-width: 1999.98px) {
  .carousel-slider .btn-nav {
    top: 170px;
  }
}

@media (max-width: 1599.98px) {
  .carousel-slider .btn-nav {
    top: 140px;
  }
}

@media (max-width: 1199.98px) {
  .carousel-slider .btn-nav {
    top: 100px;
  }
}

@media (min-width: 1200px) {
  .c-carousel .slide button {
    font-size: 1rem;
  }
}

.c-heroslideshow .carousel-wrapper .carousel-root .carousel:nth-child(2) {
  background: #efefef;
}

@media (min-width: 768px) {
  .c-heroslideshow .carousel-wrapper .carousel-root .carousel:nth-child(2) {
    background: none;
  }
}

@media (max-width: 991.98px) {
  .c-heroslideshow .carousel-wrapper .carousel-root .carousel:nth-child(2) {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

@media (min-width: 768px) {
  .c-heroslideshow.c-row {
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .c-heroslideshow__hero {
    margin-top: -11rem;
  }
}

@media (min-width: 768px) {
  .c-heroslideshow__text {
    border-radius: 1.25rem 1.25rem 0 0;
    border: 1px solid #efefef;
  }
}

@media (min-width: 992px) {
  .c-heroslideshow__text {
    border-radius: 1.25rem 0 0 1.25rem;
    border: 1px solid #efefef;
    border-right: none;
  }
}

@media (min-width: 768px) {
  .c-heroslideshow__carousel {
    border: 1px solid #efefef;
    border-left: none;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

@media (min-width: 992px) {
  .c-heroslideshow__carousel {
    border-radius: 0 1.25rem 1.25rem 0;
  }
}

.c-heroslideshow .carousel .slide {
  background: #efefef;
}

.c-heroslideshow .carousel .slide div[thumbtype="image"] {
  display: grid;
}

@media (min-width: 576px) {
  .c-heroslideshow .carousel .slide div[thumbtype="image"] {
    height: auto;
  }
}

.c-heroslideshow .carousel .slide div[thumbtype="image"] .c-carousel__image {
  position: relative;
}

.c-heroslideshow
  .carousel
  .slide
  div[thumbtype="image"]
  .c-carousel__image-overlay
  img {
  height: 13.5rem;
}

@media (min-width: 576px) {
  .c-heroslideshow
    .carousel
    .slide
    div[thumbtype="image"]
    .c-carousel__image-overlay
    img {
    height: auto;
    max-height: 27rem;
  }
}

@media (min-width: 992px) {
  .c-heroslideshow
    .carousel
    .slide
    div[thumbtype="image"]
    .c-carousel__image-overlay
    img {
    max-height: 37rem;
  }
}

.c-heroslideshow
  .carousel
  .slide
  .flex-container
  .c-carousel__video-overlay
  video {
  height: 13.5rem;
}

@media (min-width: 576px) {
  .c-heroslideshow
    .carousel
    .slide
    .flex-container
    .c-carousel__video-overlay
    video {
    height: auto;
    max-height: 27rem;
  }
}

@media (min-width: 992px) {
  .c-heroslideshow
    .carousel
    .slide
    .flex-container
    .c-carousel__video-overlay
    video {
    max-height: 37rem;
  }
}

.c-heroslideshow
  .carousel
  .slide
  .flex-container
  .c-carousel__video-overlay
  .carousel__expander {
  bottom: 5px;
}

.c-heroslideshow .carousel .slide .carousel__expander {
  width: auto;
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 4px 10px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
  color: #ff7900;
  bottom: 0;
}

.c-heroslideshow .carousel .slide .c-carousel__image-description {
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
}

.c-heroslideshow .carousel .slide .c-carousel__video-description {
  padding-bottom: 45px;
}

.c-heroslideshow.t--alt .c-row__title:after {
  width: 40%;
  max-width: 40%;
  background-color: #0082ab;
  height: 3px;
}

@media (min-width: 768px) {
  .c-modal .c-heroslideshow-carousel .carousel-slider {
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .c-modal .c-heroslideshow-carousel .carousel-slider button {
    position: absolute;
  }

  .c-modal .c-heroslideshow-carousel .carousel-slider button.prev {
    left: -3rem;
  }

  .c-modal .c-heroslideshow-carousel .carousel-slider button.next {
    right: -3rem;
  }
}

.c-modal
  .c-heroslideshow-carousel
  .slide:hover
  .c-carousel__image-overlay:before {
  background: none;
  border: none;
}

.c-modal .c-heroslideshow-carousel .carousel--headerbottom {
  margin-top: 0.5rem;
}

.c-modal
  .c-heroslideshow-carousel
  .carousel--headerbottom
  .modal-carousel__title {
  align-self: flex-start;
}

@media (min-width: 992px) {
  .c-modal
    .c-heroslideshow-carousel
    .carousel--headerbottom
    .modal-carousel__title {
    flex: 0 0 50%;
  }
}

.c-modal .c-heroslideshow-carousel .carousel--headerbottom .thumbs-wrapper {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .c-modal .c-heroslideshow-carousel .carousel--headerbottom .thumbs-wrapper {
    padding: 0;
    margin: 0 0 0 35px;
    place-items: center;
  }
}

.c-modal
  .c-heroslideshow-carousel
  .carousel--headerbottom
  .thumbs-wrapper
  .control-next,
.c-modal
  .c-heroslideshow-carousel
  .carousel--headerbottom
  .thumbs-wrapper
  .control-prev {
  top: auto;
  bottom: calc(25px + 0.3rem);
}

@media (min-width: 992px) {
  .c-modal
    .c-heroslideshow-carousel
    .carousel--headerbottom
    .thumbs-wrapper
    .control-next,
  .c-modal
    .c-heroslideshow-carousel
    .carousel--headerbottom
    .thumbs-wrapper
    .control-prev {
    top: calc(25px + 0.3rem);
  }
}

@media (min-width: 992px) {
  .c-modal
    .c-heroslideshow-carousel
    .carousel--headerbottom
    .thumbs-wrapper
    .control-prev {
    left: 49%;
  }
}

@media (min-width: 992px) {
  .c-modal
    .c-heroslideshow-carousel
    .carousel--headerbottom
    .thumbs-wrapper
    .control-next {
    right: 0;
    bottom: auto;
  }
}

@media (min-width: 768px) {
  .c-modal .c-heroslideshow-carousel .carousel--headerbottom {
    background: none;
  }
}

@media (min-width: 992px) {
  .c-modal .c-heroslideshow-carousel .carousel--headerbottom {
    display: flex;
    padding: 0.5rem 2rem 0 0.5rem;
    margin-top: 0;
  }
}

.c-modal.c-heroslideshow-carousel
  .c-modal--inner
  .carousel
  .slide
  div[thumbtype="image"],
.c-modal.c-heroslideshow-carousel
  .c-modal--inner
  .carousel
  .slide
  div[thumbtype="image"]
  .c-carousel__image-overlay {
  height: 100%;
}

.c-modal.c-heroslideshow-carousel
  .c-modal--inner
  .carousel
  .slide
  div[thumbtype="image"]
  .c-carousel__image-overlay
  img {
  height: 13.5rem;
  width: 100%;
}

@media (min-width: 576px) {
  .c-modal.c-heroslideshow-carousel
    .c-modal--inner
    .carousel
    .slide
    div[thumbtype="image"]
    .c-carousel__image-overlay
    img {
    height: auto;
    position: relative;
    max-height: 27rem;
  }
}

@media (min-width: 768px) {
  .c-modal.c-heroslideshow-carousel
    .c-modal--inner
    .carousel
    .slide
    div[thumbtype="image"]
    .c-carousel__image-overlay
    img {
    max-height: 37rem;
    max-width: 72rem;
  }
}

.c-modal.c-heroslideshow-carousel
  .c-modal--inner
  .carousel
  .slide
  div[thumbtype="image"]
  .carousel__expander {
  align-self: flex-end;
  width: 100%;
}

.c-modal.c-heroslideshow-carousel
  .c-modal--inner
  .carousel
  .slide
  .flex-container
  .c-carousel__video-overlay
  video {
  height: 13.5rem;
}

@media (min-width: 576px) {
  .c-modal.c-heroslideshow-carousel
    .c-modal--inner
    .carousel
    .slide
    .flex-container
    .c-carousel__video-overlay
    video {
    height: auto;
    max-height: 27rem;
  }
}

@media (min-width: 768px) {
  .c-modal.c-heroslideshow-carousel
    .c-modal--inner
    .carousel
    .slide
    .flex-container
    .c-carousel__video-overlay
    video {
    max-height: 37rem;
    max-width: 72rem;
  }
}

.c-modal.c-heroslideshow-carousel
  .c-modal--inner
  .carousel
  .slide
  .c-carousel__image-description {
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .c-modal.c-heroslideshow-carousel .c-modal--inner .c-modal__close-button {
    top: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .c-modal.c-heroslideshow-carousel .c-modal--inner .carousel-wrapper {
    padding: 3rem 0 2rem;
  }
}

@media (max-width: 991.98px) {
  .c-modal.c-heroslideshow-carousel .c-modal--inner .modal-carousel__title {
    margin-left: -1.5rem;
  }
}

@media (max-width: 991.98px) {
  .c-modal.c-heroslideshow-carousel .c-modal--inner {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  #article-content-page .c-content .c-heroslideshow {
    padding-top: 175px;
    margin-top: 60px;
  }
}

.c-content ul:not(.ul--reset) {
  margin: 0 0 2rem;
  padding-left: 0;
  list-style: none;
}

.c-content ul:not(.ul--reset) li {
  margin: 0 0 0.25rem 1.75rem;
}

.c-content ul:not(.ul--reset) li:before {
  content: "";
  background-color: #8bd14d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
  margin-left: -1.75rem;
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
}

.c-carousel .c-content ul.slider,
.c-carousel .thumbs-wrapper .c-content ul.thumbs,
.c-content .c-carousel .thumbs-wrapper ul.thumbs,
.c-content .c-carousel ul.slider,
.c-content ul.ul--reset {
  margin: inherit;
  padding: inherit;
}

.c-carousel .c-content ul.slider li,
.c-carousel .thumbs-wrapper .c-content ul.thumbs li,
.c-content .c-carousel .thumbs-wrapper ul.thumbs li,
.c-content .c-carousel ul.slider li,
.c-content ul.ul--reset li {
  display: initial;
  margin: initial;
}

.c-carousel .c-content ul.slider li:before,
.c-carousel .thumbs-wrapper .c-content ul.thumbs li:before,
.c-content .c-carousel .thumbs-wrapper ul.thumbs li:before,
.c-content .c-carousel ul.slider li:before,
.c-content ul.ul--reset li:before {
  display: none;
}

.c-content .t--alt .c-row__title {
  color: #222;
  font-family: Soho Gothic W01 Medium, Soho Gothic W01 Regular, Verdana, Arial,
    sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding: 0;
}

.c-content .t--alt .preamble {
  margin-bottom: 2rem;
}

.c-content .list-module {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  flex-direction: row;
  height: auto;
  background: #efefef;
  border-radius: 1.25rem;
  padding: 2.063rem 2.5rem;
  position: relative;
  width: 100%;
}

.c-content .list-module ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  padding: 0;
}

.c-content .list-module ul li {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  display: inline-block;
  flex: 0 0 100%;
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.469rem 1.563rem;
  filter: drop-shadow(0 0 0.5rem #d6d6d6);
  flex-basis: calc(50% - 2rem);
  margin: 2rem 0 0.25rem;
  min-width: 100%;
}

.c-content .list-module ul li:hover {
  border: 0.06rem solid #0082ab;
  border-radius: 1.25rem;
  filter: drop-shadow(0 0 0.5rem grey);
}

.c-content .list-module ul li:before {
  display: none;
}

.c-content .list-module ul li a {
  display: block;
  color: #4d4d4d;
  font-size: 0.875rem;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.c-content .list-module ul li a .item--linktext,
.c-content .list-module ul li a .item--linktitle {
  visibility: visible;
  display: block !important;
  width: 95%;
}

.c-content .list-module ul li a .item--linktext--olddesign,
.c-content .list-module ul li a .item--linktitle--olddesign {
  visibility: hidden;
  display: none;
}

.c-content .list-module ul li .h3 {
  font-size: 1.25rem;
  display: block;
}

.c-content .list-module ul li.external a {
  background-image: url(/Static/gfx/svg/external.svg);
}

.c-content .list-module ul li.article a,
.c-content .list-module ul li.blog a,
.c-content .list-module ul li.career a,
.c-content .list-module ul li.case a,
.c-content .list-module ul li.document a,
.c-content .list-module ul li.event a,
.c-content .list-module ul li.idea a,
.c-content .list-module ul li.lower-cost a,
.c-content .list-module ul li.more-sales a,
.c-content .list-module ul li.news a,
.c-content .list-module ul li.page a,
.c-content .list-module ul li.press-release a,
.c-content .list-module ul li.product a,
.c-content .list-module ul li.risk-managed a {
  background-image: url(/Static/gfx/svg/arrow-blue.svg);
}

.c-content .list-module ul li.file a {
  background-image: url(/Static/gfx/svg/download.svg);
}

.c-content .list-module ul li.li--padding--thintop {
  padding: 0.813rem 1.563rem;
}

@media (min-width: 768px) {
  .c-content .list-module ul li {
    min-width: 48%;
    padding: 1.563rem;
  }

  .c-content .list-module ul li a {
    font-size: 1rem;
  }

  .c-content .list-module ul li .h3 {
    font-size: 1.313rem;
  }
}

.c-contact-us {
  border-radius: 10px;
  box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  margin: 0 1rem;
  max-width: 540px;
}

.c-contact-us__container {
  padding: 1.5rem;
}

.c-contact-us__heading {
  font-size: 1rem;
  line-height: 1.42;
}

.c-contact-us__preamble {
  font-size: 1rem;
}

.c-contact-us__upper {
  background-image: linear-gradient(129deg, #fff 42%, #efefef 86%);
  background: transparent url(/Static/dist/gfx/part-oval-down.svg) no-repeat
    bottom;
  background-size: cover;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}

@media (min-width: 992px) {
  .c-contact-us {
    border-radius: 60px;
    font-size: 1.25rem;
    max-width: 100%;
  }

  .c-contact-us .c-custom-select select,
  .c-contact-us p {
    font-size: 1.25rem;
  }

  .c-contact-us__heading {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .c-contact-us__preamble {
    font-size: 1.25rem;
  }

  .c-contact-us__upper {
    border-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(129deg, #fff 42%, #efefef 86%);
    background: url(/Static/dist/gfx/part-oval-right.svg) no-repeat 100% 0;
    background-size: 130% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100%;
    min-height: 522px;
  }

  .c-contact-us__lower {
    height: 100%;
  }

  .c-contact-us .c-form__fieldset {
    max-width: 560px;
  }
}

@media (min-width: 1600px) {
  .c-contact-us .c-custom-select select,
  .c-contact-us p {
    font-size: 1.5rem;
  }

  .c-contact-us__heading {
    font-size: 1.875rem;
    font-weight: 500;
  }

  .c-contact-us__preamble {
    font-size: 1.5rem;
  }

  .c-contact-us__upper {
    background-size: 100% 100%;
    min-height: 662px;
  }
}

.c-custom-select {
  display: block;
  position: relative;
}

.c-custom-select .select {
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ff7900;
  color: #b1b0b0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding: 2px 0 2px 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-bottom-color 0.3s ease;
}

.c-custom-select .select:focus {
  outline: none;
}

.c-custom-select .select::-ms-expand {
  display: none;
}

.c-custom-select .select:focus,
.c-custom-select .select:hover {
  color: #4d4d4d;
  background-color: #fff;
}

.c-custom-select .select:focus ~ .select-icon,
.c-custom-select .select:hover ~ .select-icon {
  background-color: #fff;
  border-color: #d6d6d6;
}

.c-custom-select .select.t--selected {
  color: #ff7900;
}

.c-custom-select .select-icon-container {
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  pointer-events: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.c-custom-select .select-icon-container .select-icon {
  display: block;
}

@media (min-width: 992px) {
  .c-custom-select {
    display: inline-block;
    font-size: 1.5rem;
  }

  .c-custom-select .select {
    padding-left: 22px;
  }

  .c-custom-select .select-icon-container {
    top: 16px;
  }
}

.c-footer__aside,
.c-footer__main {
  display: flex;
  width: 100%;
  max-width: 1700px;
}

.c-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #fff;
  background-color: #000;
}
.c-footer__column img {
  width: 100px;
  height: 100px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .lastfooterb {
    margin-left: 40px !important;
  }
}
.c-footer.c-footer--legacy {
  margin: 0 -10px;
  padding: 0 10px;
}

.c-footer.c-footer--legacy .c-footer__aside,
.c-footer.c-footer--legacy .c-footer__main {
  width: 100%;
}

.c-footer .row {
  flex-wrap: wrap;
}

.c-footer h2,
.c-footer h3,
.c-footer h4,
.c-footer h5,
.c-footer p {
  color: #fff;
}

.c-footer p {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  max-width: 80%;
  font-size: 1.14rem;
  line-height: 1.44rem;
}

.c-footer .c-button {
  margin: 1rem 0;
}

.c-footer .border,
.c-footer [class*="border-"] {
  border-color: #979797 !important;
}

.c-footer__heading-brand {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 0.6rem;
}

.c-footer__h2 {
  font-size: 1.1rem;
  font-weight: bold;
}

.c-footer__main {
  flex-wrap: wrap;
  padding: 2rem 0 0;
}

.c-footer__aside {
  padding: 0;
}

.c-footer__aside .c-footer__column {
  align-items: flex-end;
}

.c-footer__column {
  display: inline-flex;
  flex-wrap: wrap;
}

.c-footer__row {
  width: 100%;
}

.c-footer__column-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}

.c-footer__link-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}

.c-footer__link-list li {
  padding: 0;
  margin: 0;
  line-height: inherit;
  background: none;
}

.c-footer__link {
  position: relative;
  color: #c4c4c4;
  transition: 0.1s;
}

.c-footer__link:focus,
.c-footer__link:hover {
  text-decoration: none;
  color: #fff;
}

.c-footer__cta-button {
  font-size: 1rem;
}

.c-footer__social-media {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 14rem;
  padding: 0.6rem 0;
  margin: -81px 0;
}

@media screen and (max-width: 769px) {
  .c-footer__social-media {
    margin-top: 28px;
    margin-left: 23%;
  }
  .c-footer__social-media-heading {
    margin-left: 36%;
    width: 100%;
    padding: 0 26%;
    white-space: nowrap;
  }
  .c-footer__column-row {
    margin-bottom: 0rem;
  }
}

.c-footer__social-media li {
  padding: 0;
  margin: 27px auto;
  background: none;
}

.c-footer__logo-ds {
  width: 11.3rem;
  height: 7.6rem;
  fill: currentColor;
}

.c-footer__logo-power-of-less {
  width: 11.8rem;
  height: 1.2rem;
  fill: currentColor;
}

.c-footer__legal-links {
  width: 100%;
}

.c-footer__legal-links ul {
  list-style: none;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
section.c-footer__aside.row.no-gutters {
  margin-left: 230px;
  margin-top: -20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1600px) {
  section.c-footer__aside.row.no-gutters {
    margin-left: 0px;
  }
}
@media screen and (max-width: 769px) {
  .c-footer__legal-links ul li {
    display: none;
  }
  nav.c-footer__legal-links ul li:first-child {
    display: block;
        text-align: center;
        white-space: nowrap;font-size: 11px !important;
  }
  section.c-footer__aside.row.no-gutters {
    margin-left: 0px;
  }
}

.c-footer__legal-links li {
  display: inline-flex;
  padding: 0;
  margin: 0 0.3em;
  background: none;
}

.c-footer__legal-links a {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.8rem;
  color: #c4c4c4;
}

.c-footer__legal-links a:active,
.c-footer__legal-links a:focus,
.c-footer__legal-links a:hover {
  text-decoration: none;
  color: #fff;
}

.c-footer__legal-text p {
  width: 100%;
  max-width: none;
  font-size: 0.6rem;
  margin-bottom: 0;
}

.c-footer__copyright {
  font-size: 0.6rem;
  padding: 0.4rem 2.2rem;
}

.c-footer__logo-link {
  display: inline-flex;
  color: #fff;
}

.c-footer__logo-link:focus,
.c-footer__logo-link:hover {
  color: #fff;
}

@media (min-width: 576px) {
  .c-footer {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .c-footer p {
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 1px solid;
  }

  .c-footer.c-footer--legacy {
    padding: 0;
    margin: 0;
  }

  .c-footer.c-footer--legacy .c-footer__aside,
  .c-footer.c-footer--legacy .c-footer__main {
    width: 940px;
  }

  .c-footer__heading-brand {
    font-size: 1.3rem;
    padding-right: 2em;
  }

  .c-footer__h2 {
    font-size: 16px;
    /* text-decoration: underline !important; */
    white-space: nowrap;
  }

  .c-footer__main {
    padding: 4rem 0 0;
  }

  .c-footer__link-list ul {
    align-items: flex-start;
  }

  .c-footer__social-media-heading {
    font-size: 0.9rem;
  }

  .c-footer__legal-text p {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .c-footer__legal-links ul {
    justify-content: space-around;
    align-items: flex-end;
  }

  .c-footer__legal-links li {
    margin-top: 0.6em;
    font-size: 15px !important;
    font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  }

  .c-footer__legal-links a {
    font-family: inherit;
    line-height: 0.8rem;
    font-size: 15px !important;
  }

  .c-footer__logo-ds {
    width: 6.2rem;
    height: 4.2rem;
  }

  .c-footer__copyright {
    font-size: 0.8rem;
    text-align: center;
  }

  .c-footer__aside {
    padding: 0;
  }

  .c-footer__aside .c-footer__column {
    align-items: flex-end;
    border-bottom: none;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .c-footer__legal-links ul {
    justify-content: flex-start;
    margin: 0 auto;
  }

  .c-footer__legal-links li {
    flex: 0;
        margin: 0 2%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-footer .c-button--social-media {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.c-form__heading {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.c-form__input {
  border: none;
  border-bottom: 2px solid #4d4d4d;
  display: block;
  width: 100%;
}

.c-form .c-custom-select select {
  line-height: 1.44;
}

.c-form input[type="checkbox"] {
  align-self: flex-start;
  margin-top: 6px;
  margin-right: 10px;
}

.c-form__custom {
  position: absolute;
  left: -99999px;
}

.c-form__input-sublabel {
  line-height: 1.44;
}

.c-form :-ms-input-placeholder {
  color: #b1b0b0;
}

.c-form ::-moz-placeholder {
  color: #b1b0b0;
}

.c-form ::placeholder {
  color: #b1b0b0;
}

.c-form__btn {
  background: #fff;
  border: 1px solid #333;
  border-radius: 30px;
  color: #333;
  display: block;
  font-size: 1.25rem;
  padding: 0.875rem 3rem;
  text-transform: uppercase;
}

.c-form__btn:hover {
  border-color: #b1b0b0;
  box-shadow: 0 0 0 2px #b1b0b0;
}

.c-form__btn:active,
.c-form__btn:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 2px #333;
}

.c-form__btn:disabled:active,
.c-form__btn:disabled:focus,
.c-form__btn:disabled:hover {
  border-color: #333;
  box-shadow: none;
}

.c-form__btn.s--active {
  background: #ff7900;
  border-color: #ff7900;
  color: #fff;
}

.c-form__btn.s--active:active,
.c-form__btn.s--active:focus,
.c-form__btn.s--active:hover {
  background: #ff861a;
  box-shadow: none;
}

.c-form__submit-section {
  background: #efefef;
}

.c-form__submit-section-container * {
  font-size: 0.75rem !important;
}

.c-form__submit-section-container p {
  line-height: 1.44 !important;
  margin: 0 !important;
}

.c-form__submit-section-container a {
  color: #4d4d4d;
  text-decoration: underline !important;
}

.c-form__single-row .c-form__input {
  width: auto;
}

.c-form label {
  display: block;
}

@media (min-width: 992px) {
  .c-form__heading {
    font-size: 1.5rem;
  }

  .c-form .c-custom-select select,
  .c-form p {
    font-size: 1.25rem;
  }

  .c-form p {
    line-height: 2.5rem;
  }

  .c-form__btn,
  .c-form__input {
    display: inline-block;
    line-height: 1.44;
  }

  .c-form input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 20px;
    transform: scale(1.5);
  }

  .c-form label {
    display: block;
    max-width: none;
  }

  .c-form label.has-icon {
    display: flex;
  }

  .c-form__icon {
    align-self: center;
    height: 2rem;
    width: 2rem;
    margin-right: 20px;
  }
}

@media (min-width: 1600px) {
  .c-form__heading {
    font-size: 1.875rem;
  }

  .c-form .c-custom-select select,
  .c-form p {
    font-size: 1.5rem;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  background-color: #fff;
  flex-flow: column;
}

.c-header a:active,
.c-header a:focus,
.c-header a:hover {
  text-decoration: none;
}

.c-header a:not([href]):hover {
  cursor: default;
}

.c-header__bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 2.6rem;
  padding: 0.6rem 1rem;
}

.c-header__logo {
  width: auto;
  height: 100%;
}

.c-header__logo img {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
}

.c-header__menu-toggle {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.c-header__menu-toggle span {
  position: absolute;
  left: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4d4d4d;
  border-radius: 10px;
  transform-origin: left;
  transition: 0.2s;
}

.c-header__menu-toggle span:first-child {
  top: 18%;
}

.c-header__menu-toggle span:nth-child(2) {
  top: 50%;
}

.c-header__menu-toggle span:nth-child(3) {
  top: 82%;
}

.c-header__menu-toggle.s--active span {
  left: 15%;
  width: 100%;
}

.c-header__menu-toggle.s--active span:first-child {
  transform: rotate(40deg);
}

.c-header__menu-toggle.s--active span:nth-child(2) {
  left: 50%;
  width: 0;
}

.c-header__menu-toggle.s--active span:nth-child(3) {
  transform: rotate(-40deg);
}

.c-header__menu-toggle:active,
.c-header__menu-toggle:focus {
  outline: none;
}

.c-header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: auto;
  font-size: 1.1rem;
  background-color: #4d4d4d;
  transition: 0.2s;
}

.c-header__menu a:focus,
.c-header__menu a:hover {
  text-decoration: none;
}

.c-header__menu.s--active {
  height: calc(100vh - 2.6rem);
}

.c-header__nav-container {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
}

.c-header__search {
  order: 1;
}

.c-header__main-nav {
  order: 2;
}

.c-header__sub-nav {
  order: 3;
}

.c-header__tools-nav {
  order: 4;
}

.c-header__main-nav ul,
.c-header__sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-header__main-nav li.s--active > a,
.c-header__sub-nav li.s--active > a {
  font-weight: 400;
  color: #fff;
}

.c-header__main-nav a,
.c-header__sub-nav a {
  position: relative;
}

.c-header__main-nav a,
.c-header__main-nav a:active,
.c-header__main-nav a:focus,
.c-header__main-nav a:hover,
.c-header__sub-nav a,
.c-header__sub-nav a:active,
.c-header__sub-nav a:focus,
.c-header__sub-nav a:hover {
  color: #d6d6d6;
}

.c-header__main-nav {
  padding: 0.6rem 0;
  line-height: 1.8em;
}

.c-header__main-nav li {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.c-header__main-nav li.s--active > .c-header__sub-nav {
  max-height: none;
  padding: 0.6rem 0;
  margin: 0.6rem 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.c-header__main-nav li.s--active > a > .c-header__nav-arrow.s--toggle {
  transform: rotate(-90deg);
  fill: #ff7900;
}

.c-header__main-nav a {
  display: flex;
  margin: 0.8rem 1rem 0.2rem 1.2rem;
  padding-bottom: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-header__sub-nav {
  max-height: 0;
  transition: 0.2s;
  overflow: hidden;
}

.c-header__sub-nav .c-header__sub-nav {
  padding: 0;
  margin: 0;
}

.c-header__sub-nav .c-header__sub-nav li:first-child a {
  margin-top: 0;
}

.c-header__sub-nav .c-header__sub-nav li:last-child a {
  margin-bottom: 0;
}

.c-header__sub-nav .c-header__sub-nav a {
  margin: 0.6em 1rem;
}

.c-header__sub-nav ul {
  padding: 0 0 0 1.4rem;
}

.c-header__sub-nav li.s--active .c-header__sub-nav {
  padding: 0.2rem 0;
  border: none;
}

.c-header__tools-nav li .link:active,
.c-header__tools-nav li .link:focus {
  outline: none;
}

.c-header__tools-nav li .link--decorated .c-header__tools-nav__icon {
  transform: rotate(0deg);
}

.c-header__tools-nav li .link--decorated.s--active .c-header__tools-nav__icon {
  transform: rotate(180deg);
}

.c-header__sub-nav__title {
  display: none;
}

.c-header__search {
  padding: 1rem;
  border-bottom: 1px solid #d6d6d6;
}

.c-header__search-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-header__search-form input[type="text"] {
  width: 100%;
  height: auto;
  padding: 0 0.6em;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2em;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: 0.1s;
}

.c-header__search-form input[type="text"]::-moz-placeholder {
  color: #676767;
}

.c-header__search-form input[type="text"]:-ms-input-placeholder {
  color: #676767;
}

.c-header__search-form input[type="text"]::placeholder {
  color: #676767;
}

.c-header__search-form input[type="text"]:active,
.c-header__search-form input[type="text"]:focus {
  outline: none;
  background-color: #fff;
  border-color: #ff7900;
  box-shadow: none;
}

.c-header__search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  padding: 0.6rem;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  transition: 0.2s;
}

.c-header__search-submit:focus,
.c-header__search-submit:hover {
  color: #fff;
  background-color: #006400;
}

.c-header__search-submit__text {
  display: none;
}

.c-header__search-submit__icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #4d4d4d;
}

.c-header__nav-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.3em;
  fill: currentColor;
}

.c-header__nav-arrow.s--toggle {
  transform: rotate(90deg);
}

.c-header__search-toggle {
  display: none;
}

.c-header__search-toggle:active,
.c-header__search-toggle:focus {
  outline: none;
}

.c-header__spacing {
  width: 100%;
  height: 2.6rem;
}

.c-header__spacing--hasbanner {
  height: 13.6rem;
}

.c-header__menu-logo {
  width: 100%;
  order: 5;
  margin-top: 3rem;
  margin-bottom: 5rem;
  flex: 1 1 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}

.c-header__menu-logo__svg {
  width: 10rem;
  fill: #fff;
  margin-left: auto;
  margin-right: auto;
}

.c-header__lang {
  position: relative;
  display: inline-block;
}

.c-header__lang .c-header__lang_btn {
  border: none;
  cursor: pointer;
  padding-right: 4px;
}

.c-header__lang .c-header__lang_dropdown {
  display: none;
  position: absolute;
}

.c-header__lang .c-header__lang__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.3em;
  fill: currentColor;
}

.c-header__lang .c-header-lang__suggested__language {
  padding: 0;
}

.c-header__lang:hover .c-header__lang_dropdown {
  display: block;
}

.c-header__lang:hover .c-header__lang_dropdown .c-header__lang__icon {
  transform: rotate(180deg);
  fill: #ff7900;
}

@media (max-width: 767.98px) {
  .c-header__inner {
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
  }

  .c-header__nav-link-container {
    position: relative;
  }

  .c-header__nav-link-container .c-header__nav-link-symbol {
    display: flex;
    position: absolute;
    top: 1rem;
    right: 0;
    border: 1px solid #d6d6d6;
    border-radius: 10%;
    width: 2rem;
    height: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .c-header__nav-link-container .c-header__nav-link-symbol:after {
    display: none;
    content: unset;
  }

  .c-header__nav-link-container .c-header__nav-link-symbol svg {
    position: relative;
    margin: auto;
    top: 0;
    right: auto;
    width: 1rem;
    height: 1rem;
  }

  .c-header__nav-link-container a.c-header__nav-link-copy {
    margin-right: 4rem;
    color: #fff;
  }

  .c-header__sub-nav .c-header__sub-nav .c-header__nav-link-symbol {
    top: 0;
  }

  .c-header .s--mobile-hide {
    display: none;
  }

  .c-header__tools-nav {
    border-top: 1px solid #d3d3d3;
  }

  .c-header__tools-nav ul {
    padding-left: 0;
  }

  .c-header__tools-nav ul li .link {
    display: flex;
    position: relative;
    margin: 0.8rem 1.2rem 0.2rem;
    padding-bottom: 0.6rem;
    color: #d6d6d6;
  }

  .c-header__tools-nav ul li .link--decorated:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    max-width: 2em;
    height: 2px;
    margin-bottom: 0.4rem;
    background-color: #ff7900;
    transition: 0.1s;
  }

  .c-header__tools-nav ul li .link--decorated.s--active {
    color: #fff;
    font-weight: 600;
  }

  .c-header__tools-nav ul li .link--decorated.s--active:after {
    width: 2em;
  }

  .c-header__tools-nav
    ul
    li
    .link--decorated.s--active
    .c-header__tools-nav__icon {
    transform: rotate(180deg);
    fill: #ff7900;
  }

  .c-header__tools-nav .c-header__tools-nav__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    fill: currentColor;
  }

  .c-header__tools-nav .c-header__tools-nav__icon.s--toggle {
    transform: rotate(90deg);
  }

  .c-header--hasbanner .c-header__nav-container {
    min-height: calc(100% + 11rem);
  }

  .c-header--hasbanner .c-header__menu-logo {
    margin-bottom: 15rem;
  }

  .c-header .c-header__lang {
    width: 100%;
    border-top: 1px solid #d6d6d6;
  }

  .c-header .c-header__lang .c-header__lang_btn {
    color: #d6d6d6;
  }

  .c-header .c-header__lang .c-header-lang__selectors {
    margin: 0.8rem 1.2rem 0.2rem;
  }

  .c-header .c-header__lang .c-header__lang__icon {
    display: none;
  }

  .c-header .c-header__lang .c-header__lang_dropdown {
    padding-top: 0.8rem;
  }
}

@media (min-width: 768px) {
  .c-header {
    display: flex;
    justify-content: center;
    height: 5rem;
  }

  .c-header--hasbanner {
    height: 16rem;
  }

  .c-header--hasbanner .c-header__inner {
    height: 5rem;
  }

  .c-header.c-header--legacy .c-header__inner {
    width: 990px !important;
    margin: 0 auto;
  }

  .c-header.c-header--legacy .c-header__main-nav {
    font-size: 1rem;
  }

  .c-header.c-header--legacy .c-header__search-toggle {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.4rem;
  }

  .c-header__spacing {
    height: 5rem;
  }

  .c-header__spacing--hasbanner {
    height: 16rem;
  }

  .c-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 100%;
  }

  .c-header__bar {
    height: 100%;
    padding: 1rem 0;aspect-ratio: 1;
  }

  .c-header__menu-toggle {
    display: none;
  }

  .c-header__menu {
    position: static;
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    overflow: visible;
    font-size: 1rem;
    background-color: transparent;
  }

  .c-header__menu.s--active {
    height: auto;
  }

  .c-header__nav-container {
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: space-between;
    height: 100%;
  }

  .c-header__main-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 auto;
    padding: 0;
    font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
    line-height: 3em;
  }

  .c-header__main-nav ul {
    display: flex;
    /* height: 100% */
  }

  .c-header__main-nav li {
    display: block;
    width: auto;
    font-family: "微软雅黑";
  }

  .c-header__main-nav li.s--mobile-only {
    display: none;
  }

  .c-header__main-nav li.s--active > a {
    color: #4d4d4d;
    font-family: "微软雅黑";
  }

  .c-header__main-nav li.s--active > .c-header__sub-nav {
    height: 30em;
    max-height: none;
    padding: 2rem 0;
    margin: 0;
    border: none;
    opacity: 1;
    z-index: 1;
    pointer-events: painted;
  }

  .c-header__main-nav li.s--active > .c-header__sub-nav .c-header__sub-nav {
    height: 100%;
    padding: 0;
  }

  .c-header__main-nav a {
    margin: 0.8em 0.4rem 0;
    padding-bottom: 0;
    line-height: 1.6em;
    color: #4d4d4d;
  }

  .c-header__main-nav a:active,
  .c-header__main-nav a:focus,
  .c-header__main-nav a:hover {
    color: #4d4d4d;
  }

  .c-header__main-nav > ul > li > a .c-header__nav-arrow {
    display: none;
  }

  .c-header__main-nav > ul > li > .c-header__sub-nav {
    opacity: 1;
    overflow: hidden;
  }

  .c-header__main-nav
    > ul
    > li
    > .c-header__sub-nav
    > .c-header__flyout-container {
    opacity: 0;
    transition: 0.2s;
  }

  .c-header__main-nav > ul > li:not(.s--active) > .c-header__sub-nav {
    transition-delay: 0.2s;
    transition-property: height, padding;
  }

  .c-header__main-nav
    > ul
    > li.s--active
    > .c-header__sub-nav
    > .c-header__flyout-container {
    opacity: 1;
  }

  .c-header__sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0;
    max-height: none;
    padding: 0;
    margin: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #4d4d4d;
    opacity: 0;
    transition: 0.2s;
    overflow: visible;
  }

  .c-header__sub-nav ul {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .c-header__sub-nav li {
    padding: 0;
    margin-top: 0.2rem;
    width: 33%;
  }

  .c-header__sub-nav li:not(.s--mobile-only) > a {
    border-bottom: 1px solid #d6d6d6;
  }

  .c-header__sub-nav li.s--active > a {
    color: #fff;
  }

  .c-header__sub-nav a .c-header__nav-arrow.s--toggle {
    transform: translateY(-100%) !important;
    margin-top: 0;
  }

  .c-header__sub-nav a .c-header__nav-arrow:not(.s--toggle) {
    display: none;
  }

  .c-header__sub-nav ul li a {
    display: inline-flex;
    width: 100%;
    max-width: 90%;
    margin: 0;
    padding-bottom: 0.8rem;
    padding-right: 0.4rem;
    line-height: 1.6em;
    color: #d6d6d6;
  }

  .c-header__sub-nav ul li a:active,
  .c-header__sub-nav ul li a:focus,
  .c-header__sub-nav ul li a:hover {
    color: #fff;
  }

  .c-header__sub-nav .c-header__sub-nav {
    top: 0;
    left: 100%;
    max-height: none;
    padding: 0;
    background-color: transparent;
  }

  .c-header__sub-nav .c-header__sub-nav ul {
    width: 100%;
  }

  .c-header__sub-nav .c-header__sub-nav a {
    margin: 0;
    padding-right: 0.1rem;
  }

  .c-header__sub-nav__title {
    display: block;
    width: 100%;
    padding: 0 1.4rem;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 200;
    line-height: 3em;
    text-transform: uppercase;
    color: #d6d6d6;
  }

  .c-header__nav-arrow {
    margin-top: 0.2em;
  }

  .c-header__search-toggle {
    position: relative;
    display: inline-flex;
    width: 2.2rem;
    height: 1.4rem;
    padding: 0.2em;
    margin-bottom: 0;
    margin-left: 1rem;
    color: #4d4d4d;
    background-color: transparent;
    border: none;
    border-radius: 4px;
  }

  .c-header__search-toggle svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    transition: 0.2s;
  }

  .c-header__search-toggle.s--active {
    color: #fff;
    background-color: #ff7900;
  }

  .c-header__search-toggle.s--active:hover svg {
    fill: currentColor;
  }



  .c-header__search-toggle:hover svg {
    fill: #ff7900;
  }

  .c-header__flyout-container {
    flex: 1 1 auto;
    max-width: 1520px;
    padding: 0.6rem;
  }

  .c-header__flyout-container .c-header__flyout-container {
    padding: 0;
  }

  .c-header__tools-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    order: 1;
    font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
    font-size: 0.8rem;
  }

  .c-header__tools-nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
  }

  .c-header__tools-nav li {
    padding: 0 0.6em;
    font-family: Calibri;
  }

  .c-header__tools-nav li ~ li {
    border-left: 1px solid #d6d6d6;
  }

  .c-header__tools-nav li:last-child {
    margin-right: -1.2em;
  }

  .c-header__tools-nav li .link {
    padding: 0.2em 0.4em;
    vertical-align: middle;
    color: #4d4d4d;
    background-color: transparent;
    border-radius: 4px;
    transition: 0.2s;
  }

    .c-header__tools-nav li .link:focus,
  .c-header__tools-nav li .link:hover {
           border: none !important;
        color: #8bd14d !important;
  }
.s--mobile-hide a {
    border: none !important;
}
#yybuttn {
    border: none !important;
}

  .c-header__tools-nav li .link span + span {
    margin-left: 0.6rem;
  }

  .c-header__tools-nav__icon {
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.4em;
    fill: currentColor;
    transform: rotate(90deg);
  }

  .c-header__search {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0;
    padding: 0 1rem;
    overflow: hidden;
    background-color: #4d4d4d;
    border: none;
    transition: 0.2s;
    pointer-events: none;
  }

  .c-header__search .c-header__flyout-container {
    opacity: 0;
    transition: 0.2s;
  }

  .c-header__search.s--active {
    height: 6rem;
    padding: 1rem;
    pointer-events: painted;
  }

  .c-header__search.s--active .c-header__flyout-container {
    opacity: 1;
  }

  .c-header__search-form {
    align-items: stretch;
    max-width: 30rem;
    margin: 0 auto;
  }

  .c-header__search-form input[type="text"] {
    padding: 0.2rem 0.5em;
    font-size: 1rem;
    border-radius: 0;
  }

  .c-header__search-submit {
    position: static;
    width: auto;
    height: auto;
    margin-left: 2rem;
    padding: 0.2em 2em;
    background-color: #8bd14d;
  }

  .c-header__search-submit__text {
    display: inline;
  }

  .c-header__search-submit__icon {
    display: none;
  }
}

@media (min-width: 992px) {
  .c-header {
    height: 6.2rem;
  }

  .c-header--hasbanner {
    height: 12.4rem;
  }

  .c-header--hasbanner .c-header__inner,
  .c-header__spacing {
    height: 6.2rem;
  }

  .c-header__spacing--hasbanner {
    height: 12.4rem;
  }

  .c-header__main-nav {
    font-size: 1.1rem;
  }



  .c-header__search-toggle {
    width: 2.4rem;
    height: 1.6rem;
    margin-bottom: -0.7rem;
  }



  .c-header__search.s--active {
    height: 7rem;
  }

  .c-header__search-form {
    max-width: 34rem;
  }

  .c-header__search-form input[type="text"] {
    font-size: 1.2rem;
  }

  .c-header__flyout-container {
    padding: 1rem 4rem;
  }
}

@media (min-width: 1200px) {
  .c-header {
    height: 6.4rem;
  }

  .c-header--hasbanner {
    height: 12.8rem;
  }

  .c-header--hasbanner .c-header__inner,
  .c-header__spacing {
    height: 6.4rem;
  }

  .c-header__spacing--hasbanner {
    height: 12.8rem;
  }

  .c-header__main-nav {
    font-size: 1.1rem;
  }

  .c-header__main-nav a {
    margin: 0.8em 1.4rem 0;font-size: 18px;
        white-space: nowrap;
  }

  .c-header__search-toggle {
    width: 1.8rem;
    height: 1.8rem;
  }

  .c-header__search.s--active {
    height: 7.6rem;
  }

  .c-header__search-form {
    max-width: 48rem;
  }

  .c-header__search-form input[type="text"] {
    padding: 0.3rem 0.8em;
    font-size: 1.3rem;
  }

  .c-header__search-submit {
    font-size: 1.2rem;
  }
}

@media (min-width: 1600px) {
  .c-header {
    height: 7.6rem;
    box-shadow: 0 3px 6px rgba(75, 75, 77, 0.4);
  }

  .c-header--hasbanner {
    height: 15.2rem;
  }

  .c-header--hasbanner .c-header__inner {
    height: 7.6rem;
  }

  .c-header.c-header--legacy .c-header__search-toggle {
    margin-bottom: 1rem;
  }

  .c-header__spacing {
    height: 7.6rem;
  }

  .c-header__spacing--hasbanner {
    height: 15.2rem;
  }

  .c-header__main-nav {
    font-size: 1.3rem;
  }
}

.c-sectors {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  max-width: 540px;
  margin-bottom: -140px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.c-sectors__card {
  border-radius: 50%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 250px;
  width: 250px;
  max-height: 250px;
  max-width: 250px;
  text-align: center;
}

.c-sectors__card:hover {
  text-decoration: none;
}

.c-sectors__card:focus,
.c-sectors__card:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}

.c-sectors__card.t--yellow {
  background-color: #ffedd4;
}

.c-sectors__card.t--pink {
  background-color: #fcd7c8;
}

.c-sectors__card.t--blue {
  background-color: #c7dfea;
}

.c-sectors__card.t--green {
  background-color: #ddeacf;
}

.c-sectors__card-heading {
  color: #222;
  font-size: 1.25rem;
  line-height: 1.2;
}

.c-sectors__card-icon img {
  max-height: 60px;
}

.c-sectors__modal {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.15);
  cursor: auto;
  position: fixed;
  top: 15%;
  right: 15px;
  left: 15px;
  z-index: 100;
  max-width: 540px;
}

.c-sectors__modal-presentation {
  max-width: 75%;
}

.c-sectors__modal-heading {
  text-align: left;
}

.c-sectors__modal-nav {
  font-size: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.c-sectors__modal-nav a {
  color: #4d4d4d;
  display: flex;
  margin: 0.5rem 0;
  padding: 2px 0;
  position: relative;
}

.c-sectors__modal-nav a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  max-width: 2em;
  height: 2px;
  margin-bottom: -0.2rem;
  background-color: #ff7900;
  transition: 0.1s;
}

.c-sectors__modal-nav a:focus,
.c-sectors__modal-nav a:hover {
  font-weight: 600;
  text-decoration: none;
}

.c-sectors__modal-nav a:focus:after,
.c-sectors__modal-nav a:hover:after {
  width: 2em !important;
}

.c-sectors__modal-nav .s--active > a {
  font-weight: 600;
}

.c-sectors__modal-nav .s--parent > a {
  background: #ffedd4;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.c-sectors__modal-nav__subcontainer {
  position: relative;
  transition: 0.1s;
}

@media (max-width: 1199.98px) {
  .c-sectors__modal-nav__subcontainer {
    transition-property: z-index;
  }
}

.c-sectors__modal-nav__subcontainer .c-sectors__modal-nav__subcontainer {
  z-index: 100;
}

@media (max-width: 1199.98px) {
  .c-sectors__modal-nav__subcontainer .c-sectors__modal-nav__subcontainer {
    position: absolute;
    visibility: hidden;
  }
}

@media (max-width: 1199.98px) {
  .c-sectors__modal-nav__subcontainer.s--inactive
    > .c-sectors__modal-nav
    .s--active
    > a,
  .c-sectors__modal-nav__subcontainer.s--inactive
    > .c-sectors__modal-nav
    > li:not(.s--active) {
    display: none;
  }
}

.c-sectors__modal-nav__subcontainer.s--inactive
  .s--haschildren.s--active
  .c-sectors__modal-nav__subcontainer {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  display: flex;
  margin-top: -1.5rem;
}

@media (max-width: 1199.98px) {
  .c-sectors__modal-nav__subcontainer.s--inactive
    .s--haschildren.s--active
    .c-sectors__modal-nav__subcontainer {
    position: static;
    visibility: visible;
  }
}

.c-sectors__modal-nav__subcontainer.s--inactive
  .s--haschildren.s--active
  .c-sectors__modal-nav__subcontainer
  .c-sectors__modal-nav {
  align-self: flex-start;
}

@media (max-width: 1199.98px) {
  .c-sectors__modal-nav__subcontainer.s--inactive
    .s--haschildren.s--active
    .c-sectors__modal-nav__subcontainer
    .c-sectors__modal-nav
    li {
    order: 1;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive
    .s--haschildren.s--active
    .c-sectors__modal-nav__subcontainer
    .c-sectors__modal-nav
    li.s--parent {
    order: 0;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive
    .s--haschildren.s--active
    .c-sectors__modal-nav__subcontainer
    .c-sectors__modal-nav
    li.s--nav,
  .c-sectors__modal-nav__subcontainer.s--inactive
    .s--haschildren.s--active
    .c-sectors__modal-nav__subcontainer
    .c-sectors__modal-nav
    li.s--parent {
    margin-left: -25px;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive
    .s--haschildren.s--active
    .c-sectors__modal-nav__subcontainer
    .c-sectors__modal-nav
    li
    a {
    display: inline-block;
    margin: 0.25rem 0;
  }
}

.c-sectors__modal-nav__subcontainer.s--inactive
  .c-sectors__modal-nav__subcontainer-bg {
  background-color: hsla(0, 0%, 100%, 0.89);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .c-sectors__modal-nav__subcontainer.s--inactive
    .c-sectors__modal-nav__subcontainer-bg {
    display: none;
  }
}

.c-sectors__modal-icon img {
  max-width: 25%;
}

.c-sectors__modal-close {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.c-sectors__modal-back {
  background: transparent;
  border: none;
  display: flex;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
}

.c-sectors__modal-back .s--toggle {
  height: 15px !important;
  width: 15px !important;
  margin: 2px 4px 0 0 !important;
}

.c-sectors__bg {
  background-color: hsla(0, 0%, 100%, 0.89);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  z-index: 1;
}

.c-sectors .s--toggle {
  align-self: center;
  fill: #ff7900;
  height: 12px;
  width: 12px;
  margin-left: 8px;
}

.c-sectors .s--toggle.left {
  margin: 0 4px 0 0;
  transform: rotate(180deg);
}

.c-sectors .c-icon--close {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .c-sectors {
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-sectors__container {
    max-width: 860px;
  }

  .c-sectors__card {
    flex-basis: calc(50% - 50px);
    min-height: 350px;
    min-width: 350px;
    position: static;
  }

  .c-sectors__card-heading {
    font-size: 1.5rem;
    line-height: 1.44;
  }

  .c-sectors__card-icon img {
    max-height: 108px;
  }

  .c-sectors__modal {
    border: 3px solid #fbb040;
    border-radius: 500px;
    position: absolute;
    right: 0;
    left: 0;
    top: 10%;
    max-width: 100%;
  }

  .c-sectors__modal-presentation {
    max-width: 25rem;
    padding-right: 6rem;
    position: relative;
    z-index: 100;
  }

  .c-sectors__modal-presentation:after {
    content: " ";
    background-color: #ff7900;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% - 4rem);
    height: 2px;
    width: 2rem;
  }

  .c-sectors__modal-presentation.s--active:after {
    display: none;
  }

  .c-sectors__modal-heading {
    line-height: 1;
    text-align: left;
  }

  .c-sectors__modal-nav {
    display: flex;
    align-self: center;
    flex-direction: column;
  }

  .c-sectors__modal-nav a {
    margin: 5px 0;
  }

  .c-sectors__modal-nav .s--parent > a {
    display: inline-block;
    font-size: 1.25rem;
    margin-left: -15px;
    padding-left: 15px;
  }

  .c-sectors__modal-nav__subcontainer {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18rem;
  }

  .c-sectors__modal-nav__subcontainer .c-sectors__modal-nav__subcontainer {
    display: block;
    visibility: hidden;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive {
    left: -95px;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive
    .c-sectors__modal-nav__subcontainer-bg {
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #fff 25%, hsla(0, 0%, 100%, 0.48));
  }

  .c-sectors__modal-nav__subcontainer.s--inactive
    .s--haschildren.s--active
    .c-sectors__modal-nav__subcontainer {
    display: flex;
    visibility: visible;
  }

  .c-sectors__modal-nav__container {
    min-height: 400px;
    position: relative;
    width: 100%;
  }

  .c-sectors__modal-nav .c-sectors__modal-nav__subcontainer {
    left: 80%;
  }

  .c-sectors__modal-icon img {
    max-width: none;
  }

  .c-sectors__modal-back {
    font-size: 1.5rem;
  }

  .c-sectors__modal-back .s--toggle {
    height: 20px !important;
    width: 20px !important;
    margin: 2px 6px 0 0 !important;
  }

  .c-sectors__modal-close {
    position: static;
  }

  .c-sectors__modal-close span {
    font-size: 1.75rem;
  }

  .c-sectors .s--toggle {
    height: 15px;
    width: 15px;
  }

  .c-sectors .c-icon--close {
    height: 30px;
    width: 30px;
  }
}

.c-sectors__bg {
  top: -10px;
}

@media (min-width: 1200px) {
  .c-sectors__modal-presentation {
    max-width: 30rem;
    padding-right: 8rem;
  }

  .c-sectors__modal-presentation:after {
    left: calc(100% - 6rem);
    width: 4rem;
  }

  .c-sectors__modal-heading {
    font-size: 2rem;
  }

  .c-sectors__modal-nav__subcontainer {
    width: 21rem;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive {
    left: -130px;
  }

  .c-sectors__modal-nav .c-sectors__modal-nav__subcontainer {
    left: 100%;
  }

  .c-sectors__modal-nav a {
    font-size: 1.4rem;
  }

  .c-sectors__modal-back {
    font-size: 2rem;
  }

  .c-sectors__modal-back .s--toggle {
    height: 25px !important;
    width: 25px !important;
    margin: 2px 8px 0 0 !important;
  }

  .c-sectors__modal .s--toggle {
    height: 20px;
    width: 20px;
    margin-left: 16px;
  }

  .c-sectors .c-icon--close {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 1600px) {
  .c-sectors__modal-presentation {
    max-width: 30rem;
    padding-right: 10rem;
  }

  .c-sectors__modal-presentation:after {
    left: calc(100% - 7.5rem);
    width: 4.5rem;
  }

  .c-sectors__modal-heading {
    font-size: 2.5rem;
  }

  .c-sectors__modal-nav__subcontainer {
    width: 25rem;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive {
    left: -175px;
  }

  .c-sectors__modal-nav__container {
    width: 100%;
  }

  .c-sectors__modal-nav .c-sectors__modal-nav__subcontainer {
    left: 125%;
  }

  .c-sectors__modal-nav a {
    font-size: 2rem;
  }

  .c-sectors .c-icon--close {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 2000px) {
  .c-sectors__modal-nav__subcontainer {
    width: 30rem;
  }

  .c-sectors__modal-nav__subcontainer.s--inactive {
    left: -175px;
  }

  .c-sectors__modal-nav .c-sectors__modal-nav__subcontainer {
    left: 145%;
  }

  .c-sectors__modal-back {
    margin-left: -230px;
  }
}

.c-worldwide__content {
  position: relative;
}

.c-worldwide a {
  margin: 0;
}

.c-worldwide__form {
  z-index: 88;
}

.c-worldwide__input {
  display: inline-flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .c-worldwide__input {
    margin-right: 0.5rem;
  }
}

.c-worldwide__input .chevron.down:before,
.c-worldwide__input .chevron.up:before {
  color: #b1b0b0;
}

.c-worldwide__bg {
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

.c-worldwide__bg.img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.c-worldwide .c-worldwide__banner__wrapper--unactive {
  display: none;
}

.c-worldwide a.c-worldwide__select {
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #b1b0b0;
  border-radius: 0.2rem;
  position: relative;
  height: 3rem;
  cursor: pointer;
  z-index: 99;
  scrollbar-width: 1rem;
}

.c-worldwide a.c-worldwide__select:focus,
.c-worldwide a.c-worldwide__select:hover {
  background-color: #fff;
}

.c-worldwide a.c-worldwide__select ::-webkit-scrollbar {
  background-color: #fff;
  width: 1rem;
}

.c-worldwide a.c-worldwide__select ::-webkit-scrollbar-track {
  background: transparent;
}

.c-worldwide a.c-worldwide__select ::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  border-radius: 1rem;
  height: 5rem;
  border: 0.4rem solid #fff;
}

@media (min-width: 768px) {
  .c-worldwide a.c-worldwide__select {
    margin-right: 1.5rem;
  }
}

.c-worldwide a.c-worldwide__select .select-value,
.c-worldwide a.c-worldwide__select .select-value:focus,
.c-worldwide a.c-worldwide__select .select-value:hover {
  color: #4d4d4d;
}

.c-worldwide a.c-worldwide__select .select-value--default,
.c-worldwide a.c-worldwide__select .select-value--default:focus,
.c-worldwide a.c-worldwide__select .select-value--default:hover {
  color: #c4c4c4;
}

.c-worldwide a.c-worldwide__select .select {
  display: none;
  position: absolute;
  top: 2.9rem;
  left: -1px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #b1b0b0;
  border-radius: 0.2rem;
  width: calc(100% + 2px);
  overflow: hidden;
  overflow-y: scroll;
  height: 20rem;
  height: 30vh;
}

.c-worldwide a.c-worldwide__select .select--active {
  display: block;
}

.c-worldwide a.c-worldwide__select .select li {
  display: block;
  width: 100%;
  color: #4d4d4d;
  padding: 0.5rem 0.2rem 0.5rem 2rem;
}

.c-worldwide a.c-worldwide__select .select .select-item {
  cursor: pointer;
  font-size: 1rem;
}

.c-worldwide a.c-worldwide__select .select .select-item--selected,
.c-worldwide a.c-worldwide__select .select .select-item:hover {
  background-color: #efefef;
}

.c-worldwide a.c-worldwide__select .select .select-item--selected {
  font-weight: 600;
}

.c-worldwide a.c-worldwide__select .select-icon-container {
  position: absolute;
}

.c-worldwide a.c-worldwide__select .select-icon-container__dropdown {
  right: 1rem;
}

.c-worldwide
  a.c-worldwide__select
  .select-icon-container__dropdown
  .chevron.down:before,
.c-worldwide
  a.c-worldwide__select
  .select-icon-container__dropdown
  .chevron.up:before {
  height: 0.6rem;
  width: 0.6rem;
  left: 0;
}

.c-worldwide
  a.c-worldwide__select
  .select-icon-container__dropdown
  .chevron.down:before {
  top: 0.4rem;
}

@media (min-width: 768px) {
  .c-worldwide
    a.c-worldwide__select
    .select-icon-container__dropdown
    .chevron.down:before {
    top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .c-worldwide
    a.c-worldwide__select
    .select-icon-container__dropdown
    .chevron.down:before {
    top: 0.4rem;
  }
}

.c-worldwide
  a.c-worldwide__select
  .select-icon-container__dropdown
  .chevron.up:before {
  top: 0.6rem;
}

@media (min-width: 768px) {
  .c-worldwide
    a.c-worldwide__select
    .select-icon-container__dropdown
    .chevron.up:before {
    top: 0.7rem;
  }
}

@media (min-width: 992px) {
  .c-worldwide
    a.c-worldwide__select
    .select-icon-container__dropdown
    .chevron.up:before {
    top: 0.6rem;
  }
}

.c-worldwide a.c-worldwide__select .select-icon-container__selected {
  left: 0.9rem;
  top: 0.8rem;
}

.c-worldwide
  a.c-worldwide__select
  .select-icon-container__selected
  .chevron.check:before {
  top: 0.2rem;
}

.c-worldwide a.c-worldwide__button {
  cursor: pointer;
  text-transform: uppercase;
}

.c-worldwide__title {
  position: relative;
}

.c-worldwide__preamble {
  font-size: 1rem;
}

.c-worldwide div[data-react-component="WorldWideBanner"],
.c-worldwide div[data-react-component="WorldWideNavigator"] {
  width: 100%;
  height: 100%;
}

.c-worldwide__banner {
  position: relative;
  width: 100%;
  opacity: 0;
  height: 0;
  transition: 0.2s;
  display: flex;
}

.c-worldwide__banner--active {
  width: auto;
  height: auto;
  opacity: 1;
  transition: 0.2s;
}

.c-worldwide__banner__wrapper {
  width: 100%;
  height: 0;
  background-color: #efefef;
  opacity: 0;
  display: flex;
  transition: 0.2s;
}

@media (min-width: 992px) {
  .c-worldwide__banner__wrapper {
    justify-content: center;
  }
}

.c-worldwide__banner__wrapper--active {
  opacity: 1;
  height: 11rem;
}

@media (min-width: 768px) {
  .c-worldwide__banner__wrapper--active {
    height: 11rem;
  }
}

@media (min-width: 992px) {
  .c-worldwide__banner__wrapper--active {
    height: 6.2rem;
  }
}

@media (min-width: 1200px) {
  .c-worldwide__banner__wrapper--active {
    height: 6.4rem;
  }
}

@media (min-width: 1600px) {
  .c-worldwide__banner__wrapper--active {
    height: 7.6rem;
  }
}

.c-worldwide__banner .c-worldwide__button {
  background-color: #fff;
  border: 0.1rem solid #4d4d4d;
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 1rem 0 0 auto;
  padding: 0.5rem 1.5rem;
  flex: 0 0 15%;
  font-weight: 600;
  align-items: center;
  display: inline-flex;
}

@media (max-width: 374px) {
  .c-worldwide__banner .c-worldwide__button {
    flex: 0 0 100%;
    margin-top: 0.3rem;
  }
}

@media (min-width: 768px) {
  .c-worldwide__banner .c-worldwide__button {
    padding: 0.4rem 2rem;
    margin: 1rem auto 0 1rem;
    flex: 0 0 auto;
  }
}

@media (min-width: 992px) {
  .c-worldwide__banner .c-worldwide__button {
    font-weight: 500;
    padding: 0.5rem 2rem;
    margin: auto 1rem auto 0.8rem;
    flex: 0 0 auto;
  }
}

.c-worldwide__banner .c-worldwide__button:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.c-worldwide__banner .c-worldwide__select {
  padding: 0.2rem;
  height: 2.5rem;
  margin-top: 1rem;
  flex: 0 0 60%;
  display: inline-flex;
  width: 100%;
}

@media (max-width: 374px) {
  .c-worldwide__banner .c-worldwide__select {
    flex: 0 0 100%;
    padding: 0.1rem;
    margin-top: 0.3rem;
  }
}

.c-worldwide__banner .c-worldwide__select .select {
  top: 2.4rem;
}

.c-worldwide__banner .c-worldwide__select .select-icon-container__dropdown {
  top: 0.5rem;
}

.c-worldwide__banner .c-worldwide__select .select-icon-container__selected {
  top: 0.6rem;
}

@media (min-width: 768px) {
  .c-worldwide__banner .c-worldwide__select {
    margin-right: auto;
    flex: 0 0 70%;
  }
}

@media (min-width: 992px) {
  .c-worldwide__banner .c-worldwide__select {
    width: 30%;
    flex: 0 0 30%;
    padding: 0.2rem;
    margin: auto 1.5rem auto 1rem;
  }
}

.c-worldwide__banner .c-worldwide__preamble {
  margin-top: auto;
  margin-bottom: auto;
  flex: 0 0 60%;
  font-size: 0.9rem;
}

@media (max-width: 374px) {
  .c-worldwide__banner .c-worldwide__preamble {
    flex: 0 0 90%;
  }
}

@media (min-width: 992px) {
  .c-worldwide__banner .c-worldwide__preamble {
    display: inline-flex;
    flex: 0 0 30%;
  }
}

.c-worldwide__banner .c-worldwide__content {
  background: none;
  width: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  .c-worldwide__banner .c-worldwide__content {
    width: 50rem;
  }
}

@media (min-width: 992px) and (-ms-high-contrast: active),
  (min-width: 992px) and (-ms-high-contrast: none) {
  .c-worldwide__banner .c-worldwide__content {
    margin: 2rem 0 auto;
  }
}

.c-worldwide__banner .c-worldwide__form {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  opacity: 0;
  transition: 0.15s;
  padding: 0 1.1rem 1.1rem;
}

@media (max-width: 374px) {
  .c-worldwide__banner .c-worldwide__form {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .c-worldwide__banner .c-worldwide__form {
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  .c-worldwide__banner .c-worldwide__form {
    padding: inherit;
    justify-content: center;
  }
}

.c-worldwide__banner .c-worldwide__close {
  cursor: pointer;
  width: 1.5rem;
  height: 1rem;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  margin: 0 0 auto;
  position: absolute;
  top: 0;
  right: 1rem;
}

@media (min-width: 768px) {
  .c-worldwide__banner .c-worldwide__close {
    right: 2rem;
  }
}

@media (min-width: 992px) {
  .c-worldwide__banner .c-worldwide__close {
    margin-left: 1rem;
    margin-top: auto;
    position: relative;
    top: auto;
    right: auto;
  }
}

.c-worldwide__banner .c-worldwide__close span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 12px;
  background-color: #4d4d4d;
}

.c-worldwide__banner .c-worldwide__close span:first-child {
  transform: rotate(45deg);
}

.c-worldwide__banner .c-worldwide__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.c-worldwide__banner__wrapper--active .c-worldwide__form {
  opacity: 1;
}

.c-worldwide__navigator {
  width: 100%;
  opacity: 1;
  transition: 0.2s;
  position: relative;
  top: 0;
  left: 0;
}

.c-worldwide__navigator:not(.s--active) {
  height: 1px;
  opacity: 0;
}

@media (min-width: 768px) {
  .c-worldwide__navigator.s--active {
    border-top: 1px solid #b1b0b0;
    background-color: hsla(0, 0%, 100%, 0.9);
  }
}

.c-worldwide__navigator.s--active .c-worldwide__content {
  height: auto;
}

@media (min-width: 768px) {
  .c-worldwide__navigator.s--active .c-worldwide__content {
    height: 60vh;
  }
}

.c-worldwide__navigator.s--active .c-worldwide__form {
  opacity: 1;
  height: auto;
  display: block;
}

.c-worldwide__navigator .c-worldwide__bg {
  display: none;
  min-height: 1px;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .c-worldwide__navigator .c-worldwide__bg {
    display: block;
  }
}

.c-worldwide__navigator .c-worldwide__content {
  display: flex;
  margin: 1rem 0;
  width: auto;
  height: 1px;
  transition: 0.2s linear;
  background-color: #efefef;
}

@media (min-width: 768px) {
  .c-worldwide__navigator .c-worldwide__content {
    margin: 0.5rem 0.5rem auto;
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  .c-worldwide__navigator .c-worldwide__content {
    margin: 0.8rem 0.8rem auto;
  }
}

.c-worldwide__navigator .c-worldwide__title {
  position: relative;
}

@media (max-width: 991.98px) {
  .c-worldwide__navigator .c-worldwide__title {
    font-size: 1.5rem;
    padding-bottom: 0.3rem;
  }
}

@media (min-width: 768px) {
  .c-worldwide__navigator .c-worldwide__title {
    color: #fff;
  }
}

.c-worldwide__navigator .c-worldwide__title:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 9rem;
  height: 3px;
  margin-bottom: -0.2rem;
  background-color: #8bd14d;
}

.c-worldwide__navigator .c-worldwide__preamble {
  margin: 1rem 0;
}

@media (max-width: 991.98px) {
  .c-worldwide__navigator .c-worldwide__preamble {
    font-weight: 600;
    font-size: 1.2rem;
    width: 70%;
  }
}

@media (min-width: 768px) {
  .c-worldwide__navigator .c-worldwide__preamble {
    margin: 1.8rem 0;
    color: #fff;
  }
}

.c-worldwide__navigator .c-worldwide__form {
  display: none;
  opacity: 0;
  transition: 0.15s;
  width: 100%;
  height: 0;
  margin: 2rem 1.5rem;
  color: #4d4d4d;
}

@media (min-width: 768px) {
  .c-worldwide__navigator .c-worldwide__form {
    margin: auto 1.2rem auto 10rem;
  }
}

@media (min-width: 1200px) {
  .c-worldwide__navigator .c-worldwide__form {
    width: 33.75rem;
    margin-left: auto;
    margin-right: 20rem;
    top: 6.2rem;
  }
}

@media (min-width: 1200px) and (-ms-high-contrast: active),
  (min-width: 1200px) and (-ms-high-contrast: none) {
  .c-worldwide__navigator .c-worldwide__form {
    margin-top: 20vh;
  }
}

.c-worldwide__navigator .c-worldwide__button {
  margin-top: 0;
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .c-worldwide__navigator .c-worldwide__button {
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 1.1rem 3.7rem;
  }
}

@media (min-width: 992px) {
  .c-worldwide__navigator .c-worldwide__button {
    padding: 0.8rem 3.7rem;
  }
}

.c-worldwide__navigator a.c-worldwide__select {
  margin-top: 1.2rem;
  padding: 0.5rem;
  width: 100%;
}

.c-worldwide__navigator a.c-worldwide__select span {
  font-size: 1rem;
}

.c-worldwide__navigator a.c-worldwide__select ::-webkit-scrollbar {
  width: 1.1rem;
}

@media (max-width: 991.98px) {
  .c-worldwide__navigator a.c-worldwide__select {
    height: 3.4rem;
  }
}

@media (min-width: 768px) {
  .c-worldwide__navigator a.c-worldwide__select {
    margin-top: 0;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .c-worldwide__navigator a.c-worldwide__select {
    width: 40%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .c-worldwide__navigator a.c-worldwide__select {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .c-worldwide__navigator
    a.c-worldwide__select
    .select-icon-container
    .chevron.down:before {
    top: 0.3rem;
  }
}

@media (min-width: 992px) and (-ms-high-contrast: active),
  (min-width: 992px) and (-ms-high-contrast: none) {
  .c-worldwide__navigator a.c-worldwide__select .select-icon-container {
    top: 0.6rem;
  }
}

.c-worldwide__navigator a.c-worldwide__select .select {
  height: 25vh;
}

@media (max-width: 991.98px) {
  .c-worldwide__navigator a.c-worldwide__select .select {
    top: 3.3rem;
  }
}

@media (min-width: 768px) {
  .c-worldwide__navigator a.c-worldwide__select .select {
    height: 30vh;
  }
}

@media (min-width: 768px) {
  .c-worldwide__navigator {
    display: flex;
    height: 100vh;
    position: fixed;
    top: 5rem;
  }
}

@media (min-width: 992px) {
  .c-worldwide__navigator {
    top: 6.2rem;
  }
}

@media (min-width: 1200px) {
  .c-worldwide__navigator {
    top: 6.4rem;
  }
}

@media (min-width: 1600px) {
  .c-worldwide__navigator {
    top: 7.6rem;
  }
}

@media (min-width: 768px) {
  .c-header--hasbanner .c-worldwide__navigator {
    top: 16rem;
  }
}

@media (min-width: 992px) {
  .c-header--hasbanner .c-worldwide__navigator {
    top: 12.4rem;
  }
}

@media (min-width: 1200px) {
  .c-header--hasbanner .c-worldwide__navigator {
    top: 12.8rem;
  }
}

@media (min-width: 1600px) {
  .c-header--hasbanner .c-worldwide__navigator {
    top: 15.2rem;
  }
}

.c-breadcrumbs {
  background: #efefef;
  padding: 0.5rem 0.938rem;
  margin: 0;
  list-style: none;
}

.c-breadcrumbs li:before {
  content: none !important;
}

.c-breadcrumbs .c-breadcrumbs__link {
  color: #4d4d4d;
  font-family: Soho Gothic W01 Medium, Soho Gothic W01 Regular, Verdana, Arial,
    sans-serif;
  border-bottom: 0.125rem solid transparent;
  transition: border 0.2s ease-in-out;
}

.c-breadcrumbs .c-breadcrumbs__link:hover {
  text-decoration: none;
  border-bottom: 0.125rem solid #ff7900;
}

.c-breadcrumbs .active .c-breadcrumbs__link {
  border-bottom: 0.125rem solid #ff7900;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

.c-breadcrumbs .active .c-breadcrumbs__link:hover {
  cursor: default;
}

.c-focus {
  display: flex;
  align-items: center;
  border: 1px solid #979797;
  border-radius: 8px;
  background: #ffedd4;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

@media (max-width: 1399.98px) {
  .c-focus {
    max-width: 900px;
  }
}

.c-focus:nth-child(4n + 1) {
  background-color: #ffedd4;
}

.c-focus:nth-child(4n + 2) {
  background-color: #ddeacf;
}

.c-focus:nth-child(4n + 3) {
  background-color: #c7dfea;
}

.c-focus:nth-child(4n) {
  background-color: #d3bcd0;
}

.c-focus a {
  display: flex;
  align-items: center;
  height: inherit;
  text-decoration: none !important;
  position: relative;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity;
}

.c-focus a:after {
  content: "";
  background-image: url(/Static/gfx/svg/arrow-orange.svg);
  background-size: cover;
  width: 13px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .c-focus a:after {
    right: 15px;
  }
}

@media (max-width: 767.98px) {
  .c-focus a:after {
    top: auto;
    bottom: 0;
    right: 15px;
  }
}

.c-focus a:active,
.c-focus a:focus,
.c-focus a:hover {
  text-decoration: none;
  color: #4d4d4d;
  background-color: #d6d6d6;
}

.c-focus a:active .c-focus__heading,
.c-focus a:focus .c-focus__heading,
.c-focus a:hover .c-focus__heading {
  font-weight: 600;
}

.c-focus a .c-focus__text,
.c-focus a .c-focus__text padding {
  padding-right: 1.5rem;
}

@media (max-width: 767.98px) {
  .c-focus a {
    display: block;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.c-focus .c-focus__image {
  -webkit-clip-path: ellipse(100% 140% at left);
  clip-path: ellipse(100% 140% at left);
  background-color: #fff;
  background-size: cover;
  background-position: 50%;
  height: 100% !important;
  width: 250px;
  min-width: 250px;
}

.c-focus .c-focus__image img,
.c-focus .c-focus__image picture {
  flex: 250px 0;
  min-width: 250px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .c-focus .c-focus__image {
    display: none;
    flex: none;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.c-focus .c-focus__content {
  color: #4d4d4d;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.c-focus .c-focus__content .c-focus__heading {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 767.98px) {
  .c-focus .c-focus__content .c-focus__heading {
    font-size: 24px;
    line-height: 34px;
  }
}

.c-focus .c-focus__content .c-focus__text {
  margin-top: 8px;
}

.c-focus .c-focus__content .c-focus__text p {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 24px;
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199.98px) {
  .c-focus .c-focus__content {
    max-width: none;
    margin: 27px 17px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .c-focus {
    height: 165px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .c-focus {
    height: 135px;
  }
}

@media (max-width: 767.98px) {
  .c-focus {
    display: block;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none;
    height: auto;
  }
}

.c-focus-row {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  .c-focus-row {
    max-width: 90%;
  }
}

@media (max-width: 767.98px) {
  .c-focus-row {
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .c-focus-row__wrapper .container-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .c-focus-row__wrapper .c-focus-row > div {
    padding-left: 0;
    padding-right: 0 !important;
  }
}

.c-focus-row > div {
  padding-left: 20px;
  padding-right: 20px !important;
}

.c-focus-row > div:nth-child(4n + 1) .c-focus {
  background-color: #ffedd4;
}

.c-focus-row > div:nth-child(4n + 3) .c-focus {
  background-color: #c7dfea;
}

.c-focus-row > div:nth-child(4n + 2) .c-focus {
  background-color: #ddeacf;
}

.c-focus-row > div:nth-child(4n) .c-focus {
  background-color: #d3bcd0;
}

.c-focus-row .c-focus {
  margin-bottom: 30px;
}

.c-focus-row .c-focus .c-focus__image {
  width: 225px;
  flex: 250px 0;
  min-width: 225px;
}

@media (min-width: 1600px) {
  .c-focus-row .c-focus .c-focus__image {
    min-width: 250px;
    width: 250px;
  }
}

.c-focus-row .c-focus .c-focus__image img,
.c-focus-row .c-focus .c-focus__image picture {
  width: auto;
  height: 100%;
  max-width: none;
}

@media (max-width: 1199.98px) {
  .c-focus-row .c-focus .c-focus__content {
    max-width: none;
    margin: 27px 17px;
  }
}

.c-stat {
  background-color: #ffedd4;
  justify-content: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 70px;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

.c-stat .c-stat-text {
  font-size: 1.8rem;
  vertical-align: middle;
}

.c-stat .s-stat-horizontal {
  display: flex;
}

@media (min-width: 768px) {
  .c-stat {
    max-width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1208px;
  }

  .c-stat .c-stat-text,
  .c-stat .statistics-number {
    margin-bottom: auto;
    margin-top: auto;
  }

  .c-stat .c-stat-icon {
    height: 200px;
    width: 200px;
    margin-left: 50px;
    min-width: 100px;
  }
}

@media (max-width: 991.98px) {
  .c-stat .c-stat-icon {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .c-stat {
    max-width: 100%;
  }

  .c-stat .s-stat-horizontal {
    display: inline-grid;
  }

  .c-stat .c-stat-icon,
  .c-stat .c-stat-text,
  .c-stat .statistics-number {
    margin-left: auto;
    margin-right: auto;
  }

  .c-stat .c-stat-text,
  .c-stat .statistics-number {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-stat .statistics-number {
  font-weight: 650;
  padding-left: 30px;
  font-size: 80px;
  padding-right: 30px;
  vertical-align: middle;
}

.c-stat-large {
  min-height: 180px;
}

.c-stat-large .c-stat-icon {
  margin-top: auto;
  margin-bottom: auto;
}

.c-stat-large .statistics-number {
  margin-top: auto;
  margin-block: auto;
}

.c-stat-large .c-stat-text {
  padding-right: 60px;
}

.c-stat-small-col {
  max-width: 586px !important;
  min-height: 520px;
}

.c-stat-small-col .c-stat-content {
  justify-content: center;
  padding: 2rem 3.75rem 0 56px;
}

.c-stat-small {
  display: inline-grid;
  padding-left: 15px;
  width: 100%;
}

.c-stat-small .c-stat-content {
  max-width: 400px;
}

.c-stat-small .c-stat-text {
  text-align: center;
}

.c-stat-small .c-stat-icon,
.c-stat-small .c-stat-text,
.c-stat-small .statistics-number {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c-stat .s-stat-horizontal {
    flex-direction: row;
  }

  .c-stat .s-stat-horizontal .c-stat__content {
    justify-content: center;
    padding-left: 56px;
  }
}

@media (min-width: 768px) {
  .c-panelled-form__text {
    border-radius: 1.25rem 1.25rem 0 0;
    border: 1px solid #efefef;
  }
}

@media (min-width: 992px) {
  .c-panelled-form__text {
    border-radius: 1.25rem 0 0 1.25rem;
    border: 1px solid #efefef;
    border-right: none;
  }
}

.c-panelled-form__text img {
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-panelled-form__right-panel {
    border: 1px solid #efefef;
    border-left: none;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

@media (min-width: 992px) {
  .c-panelled-form__right-panel {
    border-radius: 0 1.25rem 1.25rem 0;
  }
}

.c-panelled-form.t--alt .c-row__title:after {
  width: 40%;
  max-width: 40%;
  background-color: #0082ab;
  height: 3px;
}

.c-panelled-form .form-yellow-theme {
  background-color: #ffedd4;
  padding: 1rem 1.5rem;
}

.c-panelled-form
  .form-yellow-theme
  .form-wrapper.form-yellow-theme
  form
  .full-width {
  background-color: #ffedd4;
  padding-top: 0;
}

.c-panelled-form
  .form-yellow-theme
  .form-wrapper.form-yellow-theme
  form
  section.FormStep {
  margin: 0;
}

.c-panelled-form
  .form-yellow-theme
  .form-wrapper.form-yellow-theme
  .FormRecaptcha {
  background-color: #efefef;
  margin-bottom: 1.5rem;
}

.c-panelled-form
  .form-yellow-theme
  .form-wrapper.form-yellow-theme
  .FormRecaptcha
  span[role="alert"] {
  padding: 2rem;
}

.c-panelled-form
  .form-yellow-theme
  .form-wrapper.form-yellow-theme
  form
  button {
  width: 100% !important;
}

.c-panelled-form
  .form-yellow-theme
  .form-wrapper.form-yellow-theme
  form
  .full-width,
.c-panelled-form
  .form-yellow-theme
  .form-wrapper.form-yellow-theme
  form
  .half-width {
  padding: 0 0.5rem;
}

.c-panelled-form .form-gray-theme {
  background-color: #efefef;
}

.c-panelled-form .form-color-standard {
  background-color: #fff;
}

.form-wrapper {
  color: #4d4d4d;
  border-radius: 20px;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0;
}

.form-wrapper.form-color-standard {
  overflow: visible;
}

.form-wrapper.form-gray-theme {
  background-color: #efefef;
  padding: 2rem 4rem;
  color: #4d4d4d;
}

.form-wrapper.form-gray-theme .Form__Element__Caption,
.form-wrapper.form-gray-theme p {
  color: inherit;
}

.form-wrapper.form-gray-theme .FormRecaptcha {
  background-color: #fff;
  border-radius: 3px;
}

.form-wrapper.form-gray-theme .FormRecaptcha span[role="alert"] {
  padding: 2rem;
}

.form-wrapper.form-gray-theme .FormRecaptcha .g-recaptcha {
  background-color: transparent;
}

.form-wrapper.form-gray-theme .EPiServerForms input[type="file"] {
  background-color: #fff;
}

.form-wrapper.form-gray-theme .EPiServerForms .FormRange output {
  background-color: #fefefe;
}

.form-wrapper.form-yellow-theme {
  background: #ffedd4;
  border-radius: 0;
  padding: 85px 0 105px;
  margin: 0;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

.form-wrapper.form-yellow-theme form {
  max-width: 825px;
  margin: 0 auto;
}

.form-wrapper.form-yellow-theme form h2.Form__Title {
  font-size: 30px;
  line-height: 26px;
  padding: 0;
  margin-bottom: 35px;
}

.form-wrapper.form-yellow-theme form h2.Form__Title:after {
  display: none;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme form h2.Form__Title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.form-wrapper.form-yellow-theme form .Form__Description {
  font-size: 21px;
  line-height: 35px;
  padding: 0;
  margin-bottom: 65px;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme form .Form__Description {
    margin-bottom: 35px;
  }
}

.form-wrapper.form-yellow-theme form section.FormStep {
  margin: 0 -50px;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme form section.FormStep {
    margin: 0;
  }
}

.form-wrapper.form-yellow-theme form .half-width {
  padding: 0 50px;
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme form .half-width {
    width: auto;
    max-width: none;
    padding: 0;
    margin-bottom: 30px;
  }
}

.form-wrapper.form-yellow-theme form .full-width {
  position: relative;
  margin: 0;
  padding: 0 50px;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme form .full-width {
    padding: 30px 30px 0;
  }
}

.form-wrapper.form-yellow-theme form div.Form_Element {
  width: 100%;
}

.form-wrapper.form-yellow-theme form label.Form_Element_Caption {
  font-size: 18px;
  padding-left: 10px;
}

.form-wrapper.form-yellow-theme form input.FormTextbox__Input {
  border: 1px solid #0082ab;
  box-shadow: inset 0 2px 2px 0 rgba(77, 77, 77, 0.42);
}

.form-wrapper.form-yellow-theme form div.FormChoice,
.form-wrapper.form-yellow-theme form div.FormParagraphText {
  background: #efefef;
  width: 100%;
}

.form-wrapper.form-yellow-theme form div.FormChoice label,
.form-wrapper.form-yellow-theme form div.FormChoice p,
.form-wrapper.form-yellow-theme form div.FormParagraphText label,
.form-wrapper.form-yellow-theme form div.FormParagraphText p {
  font-size: 12px;
  line-height: 30px;
}

.form-wrapper.form-yellow-theme form div.FormChoice {
  margin-top: 15px;
  padding: 22px 260px 5px 62px;
}

.form-wrapper.form-yellow-theme form div.FormChoice input {
  height: auto;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme form div.FormChoice {
    padding: 16px 29px 15px 12px;
  }
}

.form-wrapper.form-yellow-theme form div.FormParagraphText {
  padding: 0 260px 30px 62px;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme form div.FormParagraphText {
    padding: 0 29px 115px 12px;
  }
}

.form-wrapper.form-yellow-theme form button {
  width: auto !important;
  min-width: 132px;
  height: 46px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  padding: 11px 13.5px;
  position: absolute;
  top: -105px;
  right: 100px;
}

.form-wrapper.form-yellow-theme form button:hover {
  background: #333;
  color: #fff;
}

@media (max-width: 767.98px) {
  .form-wrapper.form-yellow-theme {
    padding: 65px 20px 20px;
  }
}

.form-wrapper.form-compact {
  padding: 1rem 0;
}

.form-wrapper.form-compact.form-gray-theme {
  padding: 1rem 1.5rem;
}

.form-wrapper.form-compact .EPiServerForms .custom-select,
.form-wrapper.form-compact .EPiServerForms .custom-select span,
.form-wrapper.form-compact .EPiServerForms input,
.form-wrapper.form-compact .EPiServerForms select,
.form-wrapper.form-compact .EPiServerForms textarea {
  padding: 0.25rem;
  height: 2rem;
}

.form-wrapper.form-compact .EPiServerForms .custom-select {
  padding: 0;
}

.form-wrapper.form-compact .EPiServerForms textarea {
  min-height: 4rem;
}

.form-wrapper.form-compact .EPiServerForms .Form__Element__Caption {
  font-size: 1rem;
}

.form-wrapper.form-compact .EPiServerForms .full-width,
.form-wrapper.form-compact .EPiServerForms .half-width {
  margin-bottom: 0.75rem;
}

.form-wrapper .EPiServerForms {
  margin-left: -0.5rem;
}

.form-wrapper .EPiServerForms p {
  font-size: 0.9375rem;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

.form-wrapper .EPiServerForms legend {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: normal;
}

.form-wrapper .EPiServerForms .Form__Title {
  color: #4d4d4d;
  position: relative;
  border: none;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.form-wrapper .EPiServerForms .Form__Title:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  background-color: #ff7900;
  height: 3px;
  width: 8rem;
}

.form-wrapper .EPiServerForms .Form__MainBody {
  display: flex;
  flex-wrap: wrap;
}

.form-wrapper .EPiServerForms .Form__Description,
.form-wrapper .EPiServerForms .Form__Status {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.form-wrapper .EPiServerForms .Form__Status .Form__Status__Message {
  border-radius: 3px;
}

.form-wrapper
  .EPiServerForms
  .Form__Status
  .Form__Status__Message.Form__Success__Message {
  background-color: #bfcf93;
}

.form-wrapper .EPiServerForms .Form__Status .Form__Status__Message p {
  font-size: 1rem;
}

.form-wrapper .EPiServerForms .Form__Status .Form__Status__Message :only-child {
  margin: 0;
}

.form-wrapper .EPiServerForms .Form__Element {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.form-wrapper .EPiServerForms .Form__Element__Caption {
  border: none;
  display: block;
  margin: 0 0 0.5rem;
}

.form-wrapper .EPiServerForms .FormTextbox__Input {
  display: block;
  width: 100%;
}

.form-wrapper .EPiServerForms .FormStep {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.form-wrapper .EPiServerForms .FormRecaptcha {
  margin-bottom: 1.5rem;
}

.form-wrapper .EPiServerForms .full-width,
.form-wrapper .EPiServerForms .half-width {
  flex: 0 0 100%;
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.form-wrapper .half-width {
  flex-basis: 100%;
  width: 50%;
  max-width: 50%;
  float: none;
  display: inline-flex;
  align-items: flex-start;
}

.form-wrapper .half-width .Form__Element {
  width: 100%;
}

.form-wrapper .custom-select,
.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  border-radius: 3px;
  padding: 0.75rem 1rem;
  height: 3rem;
  line-height: normal;
  margin: 0;
}

.form-wrapper textarea {
  min-height: 6rem;
}

.form-wrapper input[type="file"] {
  height: auto;
  line-height: normal;
  background-color: #efefef;
  width: 100%;
}

.form-wrapper input[type="range"] {
  padding-left: 0;
  padding-right: 0;
}

.form-wrapper .custom-select {
  padding: 0;
  border: 1px solid #d8d8d8;
}

.form-wrapper .custom-select span {
  background-position: 97% 50%;
  border: none;
  line-height: normal;
  padding: 0.75rem 1rem;
  height: 3rem;
}

.form-wrapper .custom-select ul li {
  padding: 0.5rem 1rem;
}

.form-wrapper .FormRange label {
  display: block;
}

.form-wrapper .FormRange > span:not([class]) {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 81px);
}

.form-wrapper .FormRange output {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.25rem 0;
  border: 1px solid #e2e2e2;
  margin-left: 1rem;
  background: #efefef;
  min-width: 3em;
  text-align: center;
  border-radius: 0.25rem;
}

.form-wrapper .FormRange .FormRange__Max,
.form-wrapper .FormRange .FormRange__Min {
  color: #4d4d4d;
  font-size: 1.25rem;
  align-self: center;
  padding: 0 0.5rem;
}

.form-wrapper .FormRange input[type="range"] {
  width: 100%;
  margin: 6px 0;
  background-color: transparent;
  -webkit-appearance: none;
  max-width: none;
}

.form-wrapper .FormRange input[type="range"]:focus {
  outline: none;
}

.form-wrapper .FormRange input[type="range"]::-webkit-slider-runnable-track {
  background: #efefef;
  border: 0.4px solid #d8d8d8;
  border-radius: 25px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}

.form-wrapper .FormRange input[type="range"]::-webkit-slider-thumb {
  margin-top: -6.4px;
  width: 23px;
  height: 23px;
  background: #ff7900;
  border: 2.5px solid #ff7900;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

.form-wrapper
  .FormRange
  input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #fff;
}

.form-wrapper .FormRange input[type="range"]::-moz-range-track {
  background: #efefef;
  border: 0.4px solid #d8d8d8;
  border-radius: 25px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}

.form-wrapper .FormRange input[type="range"]::-moz-range-thumb {
  width: 23px;
  height: 23px;
  background: #ff7900;
  border: 2.5px solid #83e584;
  border-radius: 50px;
  cursor: pointer;
}

.form-wrapper .FormRange input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 8.6px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}

.form-wrapper .FormRange input[type="range"]::-ms-fill-lower,
.form-wrapper .FormRange input[type="range"]::-ms-fill-upper {
  background: #efefef;
  border: 0.4px solid #d8d8d8;
  border-radius: 50px;
}

.form-wrapper .FormRange input[type="range"]::-ms-thumb {
  width: 23px;
  height: 23px;
  background: #ff7900;
  border: 2.5px solid #83e584;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0;
}

.form-wrapper .FormRange input[type="range"]:focus::-ms-fill-lower {
  background: #efefef;
}

.form-wrapper .FormRange input[type="range"]:focus::-ms-fill-upper {
  background: #fff;
}

@supports (-ms-ime-align: auto) {
  .form-wrapper .FormRange input[type="range"] {
    margin: 0;
  }
}

.form-wrapper .checkbox-group-parent {
  flex: 0 0 100%;
}

.js .form-wrapper .custom-input {
  display: initial;
}

.form-wrapper .custom-input-label {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-wrapper .custom-input-label input {
  position: absolute;
  opacity: 0;
}

.form-wrapper .custom-input-label input:checked ~ .custom-checkbox:after,
.form-wrapper .custom-input-label input:checked ~ .custom-radiobutton:after {
  display: block;
}

.form-wrapper .custom-input-label input:focus ~ .custom-checkbox,
.form-wrapper .custom-input-label input:focus ~ .custom-radiobutton {
  border-color: #ff7900;
  background-color: #efefef;
}

.form-wrapper .custom-input-label .custom-checkbox,
.form-wrapper .custom-input-label .custom-radiobutton {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  background-image: none;
}

.form-wrapper .custom-input-label .custom-radiobutton {
  border-radius: 50%;
}

.form-wrapper .custom-input-label .custom-radiobutton:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff7900;
}

.form-wrapper .custom-input-label .custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid #ff7900;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form-wrapper .custom-input-label:hover input ~ .custom-checkbox,
.form-wrapper .custom-input-label:hover input ~ .custom-radiobutton {
  background-color: #d6d6d6;
}

.form-wrapper .custom-input-label:checked ~ .custom-checkbox,
.form-wrapper .custom-input-label:checked ~ .custom-radiobutton {
  background-color: #0082ab;
}

.form-wrapper .FormRecaptcha {
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 0.75rem;
}

.form-wrapper .FormRecaptcha .g-recaptcha {
  margin: 0;
  background-color: #efefef;
  padding: 1rem;
  border-radius: 3px;
}

.form-wrapper .FormChoice--Image__Item {
  text-align: left;
  vertical-align: top;
  display: inline-flex;
  max-width: calc(50% - 0.5rem);
  margin: 0.5rem;
  align-items: flex-start;
}

.form-wrapper .FormChoice--Image__Item:nth-of-type(odd) {
  margin-left: 0;
}

.form-wrapper .FormChoice--Image__Item:nth-of-type(2n) {
  margin-right: 0;
}

.form-wrapper .FormChoice--Image__Item img {
  margin: 0;
}

.form-wrapper .FormChoice--Image__Item__Caption {
  font-size: 0.8rem;
  color: #979797;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.form-wrapper .FormChoice--Image .FormChoice__Input ~ img {
  border: 3px solid transparent;
}

.form-wrapper .FormChoice--Image .FormChoice__Input:checked,
.form-wrapper .FormChoice--Image .FormChoice__Input:focus,
.form-wrapper .FormChoice--Image .FormChoice__Input:hover {
  border-color: #ff7900;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.form-wrapper .FormChoice--Image .FormChoice__Input:checked ~ img,
.form-wrapper .FormChoice--Image .FormChoice__Input:focus ~ img,
.form-wrapper .FormChoice--Image .FormChoice__Input:hover ~ img {
  border: 3px solid #ff7900;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.form-wrapper .FormChoice--Image fieldset {
  display: flex;
  flex-wrap: wrap;
}

.form-wrapper .Form__NavigationBar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-wrapper .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: none;
  flex: 0 0 auto;
  width: auto;
  min-width: 100px;
}

.form-wrapper .Form__NavigationBar .Form__NavigationBar__Action {
  width: calc(50% - 1rem);
  max-width: none;
  margin: 0 0.5rem;
}

.form-wrapper .Form__NavigationBar__Action,
.form-wrapper button,
.form-wrapper input[type="reset"],
.form-wrapper input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0.8rem;
  min-width: 10rem;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  border-radius: 10rem;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity, border;
  background-image: none;
  height: auto;
  color: grey;
  border: 1px solid grey;
}

.form-wrapper .Form__NavigationBar__Action:focus,
.form-wrapper .Form__NavigationBar__Action:hover,
.form-wrapper button:focus,
.form-wrapper button:hover,
.form-wrapper input[type="reset"]:focus,
.form-wrapper input[type="reset"]:hover,
.form-wrapper input[type="submit"]:focus,
.form-wrapper input[type="submit"]:hover {
  text-decoration: none;
  color: #ff7900;
  background-color: #fff;
  border-color: #ff7900;
}

.form-wrapper .Form__NavigationBar__Action:active,
.form-wrapper button:active,
.form-wrapper input[type="reset"]:active,
.form-wrapper input[type="submit"]:active {
  font-weight: 600;
  text-decoration: none;
  color: #4d4d4d;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.form-wrapper .btnNext,
.form-wrapper button[type="submit"],
.form-wrapper input[type="submit"] {
  background-color: #ff7900;
  color: #fff;
  border: none;
}

.form-wrapper .btnNext:active,
.form-wrapper .btnNext:focus,
.form-wrapper .btnNext:hover,
.form-wrapper button[type="submit"]:active,
.form-wrapper button[type="submit"]:focus,
.form-wrapper button[type="submit"]:hover,
.form-wrapper input[type="submit"]:active,
.form-wrapper input[type="submit"]:focus,
.form-wrapper input[type="submit"]:hover {
  text-decoration: none;
  background-color: #ff861a;
  color: #fff;
  outline: none;
}

.form-wrapper .FormSubmitButton {
  margin: 0;
}

.form-wrapper .ValidationFail .custom-select,
.form-wrapper .ValidationFail input,
.form-wrapper .ValidationFail select,
.form-wrapper .ValidationFail textarea {
  border: 1px solid #d15734;
}

.form-wrapper .ValidationFail .Form__Element__ValidationError {
  color: #d15734;
}

.form-wrapper input:focus:invalid:focus,
.form-wrapper select:focus:invalid:focus,
.form-wrapper textarea:focus:invalid:focus {
  border-color: #ff7900;
}

.set-required-after {
  margin-bottom: 0.5rem;
}

.set-required-after p {
  margin: 0;
}

.contact-options,
.set-required-after,
.toggle-next {
  width: 100%;
  max-width: 100%;
}

.contact-options,
.toggle-next {
  margin-bottom: 1.5rem;
}

.contact-options p {
  margin-bottom: 0.75rem;
}

.form-wrapper.form-yellow-theme .FormRecaptcha ~ .full-width {
  background: #efefef;
  display: block !important;
}

.form-wrapper.form-yellow-theme .FormRecaptcha ~ .full-width > div {
  margin: 0;
  padding: 0;
}

.toggle-next + .hidden-form {
  display: none;
}

.form-wrapper.form-yellow-theme form .full-width {
  background: #efefef;
  padding-top: 40px;
}

.form-wrapper select {
  width: 100%;
}

.form-wrapper .custom-input {
  height: 14px !important;
  margin-right: 10px !important;
}

.form-wrapper label.label.small-label {
  margin-right: 20px;
}

.form-wrapper.form-yellow-theme .EPiServerForms .FormRecaptcha {
  margin-bottom: 0;
  padding: 0;
}

.form-wrapper.form-yellow-theme .EPiServerForms button {
  position: static;
  margin-bottom: 40px !important;
  margin-top: -10px !important;
}

.form-wrapper .EPiServerForms legend {
  font-size: 1rem;
}

.form-wrapper .FormStep .custom-input--enabled {
  position: relative;
}

.form-wrapper .FormStep .custom-input--enabled.custom-input--radio {
  padding-left: 1.7rem;
}

.form-wrapper .FormStep .custom-input--enabled.custom-input--checkbox {
  padding-left: 2rem;
  font-size: 0.875rem;
}

.form-wrapper .FormStep .custom-input--enabled .custom-radiobutton {
  border: 0.056rem solid #ff7900;
  background-color: #fff;
  height: 1.125rem;
  width: 1.125rem;
  left: 0;
  top: auto;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}

.form-wrapper .FormStep .custom-input--enabled .custom-radiobutton:after {
  content: "";
  position: absolute;
  background-color: #4d4d4d;
  display: none;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
}

.form-wrapper .FormStep .custom-input--enabled .custom-checkbox {
  border: 0.056rem solid #ff7900;
  background-color: #fff;
  height: 1.5rem;
  width: 1.5rem;
  left: 0;
  top: 0;
  border-radius: 0.25rem;
  position: absolute;
  cursor: pointer;
}

@media (min-width: 992px) {
  .form-wrapper .FormStep .custom-input--enabled .custom-checkbox {
    top: auto;
  }
}

.form-wrapper .FormStep .custom-input--enabled .custom-checkbox:after {
  position: absolute;
  content: " ";
  width: 35%;
  height: 75%;
  top: 0;
  left: 0.45rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(42deg);
  display: none;
}

.form-wrapper .FormStep .custom-input--enabled input[type="checkbox"],
.form-wrapper .FormStep .custom-input--enabled input[type="radio"] {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}

@media (min-width: 992px) {
  .form-wrapper .FormStep .custom-input--enabled input[type="checkbox"],
  .form-wrapper .FormStep .custom-input--enabled input[type="radio"] {
    top: auto;
  }
}

.form-wrapper .FormStep .custom-input--enabled input[type="radio"] {
  height: 1rem;
  width: 1rem;
  top: auto;
}

.form-wrapper .FormStep .custom-input--enabled input[type="checkbox"] {
  height: 1.5rem;
  width: 1.5rem;
}

.form-wrapper
  .FormStep
  .custom-input--enabled.marked
  .custom-radiobutton:after {
  display: block;
}

.form-wrapper .FormStep .custom-input--enabled.marked .custom-checkbox {
  background-color: #ff7900;
}

.form-wrapper .FormStep .custom-input--enabled.marked .custom-checkbox:after {
  display: block;
}

.form-wrapper .FormStep .hide {
  display: none;
}

.form-wrapper.style--landingform {
  padding: 3rem 1rem;
  border-radius: 0;
}

.form-wrapper.style--landingform .FormStep small p {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .form-wrapper.style--landingform .FormStep small p {
    width: 70%;
  }
}

.form-wrapper.style--landingform .FormStep small p a {
  text-decoration: underline;
}

.form-wrapper.style--landingform .FormStep .FormChoice {
  padding: 0;
  background-color: transparent;
}

.form-wrapper.style--landingform .FormStep .FormChoice fieldset {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .form-wrapper.style--landingform .FormStep .FormChoice fieldset {
    display: block;
  }
}

.form-wrapper.style--landingform .FormStep .FormChoice fieldset label {
  display: block;
  align-items: center;
  margin-right: 1.2rem;
  min-height: 1.5rem;
  font-size: 0.875rem;
}

.form-wrapper.style--landingform
  .FormStep
  .FormChoice
  fieldset
  label
  input[type="checkbox"],
.form-wrapper.style--landingform
  .FormStep
  .FormChoice
  fieldset
  label
  input[type="radio"] {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.4rem;
  opacity: 0;
}

.form-wrapper.style--landingform .FormStep .full-width,
.form-wrapper.style--landingform .FormStep .full-width .FormChoice,
.form-wrapper.style--landingform .FormStep .full-width .g-recaptcha {
  background-color: transparent;
}

.form-wrapper.style--landingform
  .FormStep
  .full-width:not(.full-width__section) {
  padding-top: 0;
  margin-bottom: 3.125rem;
}

.form-wrapper.style--landingform .FormStep .full-width__section {
  flex: 0 1 100%;
  padding: 1.1rem;
  margin: 0;
  position: static;
  background-color: #efefef;
}

@media (min-width: 992px) {
  .form-wrapper.style--landingform .FormStep .full-width__section {
    flex: 0 1 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.form-wrapper.style--landingform .FormStep .full-width__section--start {
  border-radius: 0.578rem 0.578rem 0 0;
}

@media (min-width: 992px) {
  .form-wrapper.style--landingform .FormStep .full-width__section--start {
    padding-top: 1.5rem;
    margin-top: 1rem;
    min-height: 3.333rem;
  }

  .form-wrapper.style--landingform
    .FormStep
    .full-width__section--start.FormRecaptcha {
    padding-top: 1.5rem;
  }
}

.form-wrapper.style--landingform .FormStep .full-width__section--end {
  border-radius: 0 0 0.578rem 0.578rem;
}

@media (min-width: 992px) {
  .form-wrapper.style--landingform .FormStep .full-width__section--end,
  .form-wrapper.style--landingform
    .FormStep
    .full-width__section--end.FormRecaptcha {
    padding-bottom: 1.5rem;
  }
}

.form-wrapper.style--landingform
  .FormStep
  .full-width__section
  .FormSubmitButton {
  position: relative;
  bottom: 0;
  right: auto;
  top: auto;
  margin: auto;
  min-width: 10rem;
}

@media (min-width: 992px) {
  .form-wrapper.style--landingform
    .FormStep
    .full-width__section
    .FormSubmitButton {
    position: static;
    right: 3rem;
    bottom: 7%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .form-wrapper.style--landingform
    .FormStep
    .full-width__section
    .FormSubmitButton {
    right: 4rem;
  }
}

@media (min-width: 1600px) {
  .form-wrapper.style--landingform
    .FormStep
    .full-width__section
    .FormSubmitButton {
    right: 5rem;
  }
}

.form-wrapper.style--landingform .FormStep .full-width__section .g-recaptcha {
  padding: 0;
}

.form-wrapper.style--landingform
  .FormStep
  .full-width__section.consent-element
  .set-required-after {
  font-weight: 700;
}

@media (min-width: 992px) {
  .form-wrapper.style--landingform
    .FormStep
    .full-width__section.consent-element
    .set-required-after {
    width: 70%;
  }

  .form-wrapper.style--landingform
    .FormStep
    .full-width__section.consent-element
    .toggle-next {
    margin-bottom: 0;
  }

  .form-wrapper.style--landingform
    .FormStep
    .full-width__section.consent-element__consent {
    max-width: 60%;
  }
}

.form-wrapper.style--landingform
  .FormStep
  .consent-element
  .toggle-next
  fieldset {
  display: flex;
  margin-bottom: 0.2rem;
}

.form-wrapper.style--landingform
  .FormStep
  .consent-element
  .toggle-next
  fieldset
  .small-label {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  min-height: 1.5rem;
}

@media (min-width: 992px) {
  .form-wrapper.style--landingform
    .FormStep
    .consent-element
    .toggle-next
    fieldset
    .small-label {
    margin-right: 1.9rem;
  }
}

.form-wrapper.style--landingform .FormStep .consent-element label {
  font-weight: 600;
  font-size: 0.875rem;
}

.form-wrapper.style--landingform
  .FormStep
  .consent-element
  label
  input[type="radio"] {
  margin-right: 0.4rem;
}

.form-wrapper.style--landingform .FormStep .FormSubmitButton,
.form-wrapper.style--landingform .FormStep button {
  width: auto;
  height: auto;
  background-color: #fff;
  border: 0.056rem solid;
  color: #333;
  font-size: 1rem;
  text-transform: uppercase;
}

.form-wrapper.style--landingform .FormStep .FormSubmitButton:focus,
.form-wrapper.style--landingform .FormStep .FormSubmitButton:hover,
.form-wrapper.style--landingform .FormStep button:focus,
.form-wrapper.style--landingform .FormStep button:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  outline: none;
}

.form-wrapper.style--landingform.form-gray-theme
  .FormStep
  .full-width__section {
  background-color: #fff;
}

.form-wrapper.style--landingform.form-yellow-theme
  .FormStep
  .full-width__section {
  background-color: #efefef;
}

.form-wrapper.form-full-width {
  margin: 0;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

@media (min-width: 768px) {
  .form-wrapper.form-full-width {
    padding: 5.313rem 0 6.563rem;
  }
}

.form-wrapper.form-full-width .EPiServerForms {
  max-width: 51.563rem;
  margin: 0 auto;
}

.form-wrapper.form-full-width .EPiServerForms .Form__Title {
  padding: 0 0 0.9rem;
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .form-wrapper.form-full-width .EPiServerForms .Form__Title {
    font-size: 1.875rem;
    line-height: 1.625rem;
    margin-bottom: 2.188rem;
    margin-left: 3.125rem;
    padding-bottom: 0.9rem;
  }
}

@media (min-width: 992px) {
  .form-wrapper.form-full-width .EPiServerForms .Form__Title {
    margin-left: 0;
    padding-bottom: 0.9rem;
  }
}

.form-wrapper.form-full-width .EPiServerForms .Form__Title:after {
  left: 0;
}

.form-wrapper.form-full-width .EPiServerForms .Form__Description {
  font-size: 1.313rem;
  line-height: 2.188rem;
  padding: 0;
  margin-bottom: 2.188rem;
}

@media (min-width: 768px) {
  .form-wrapper.form-full-width .EPiServerForms .Form__Description {
    margin-bottom: 4.063rem;
    padding: 0 50px;
  }
}

@media (min-width: 992px) {
  .form-wrapper.form-full-width .EPiServerForms .Form__Description {
    padding: 0;
  }
}

.form-wrapper.form-full-width .EPiServerForms .FormStep {
  margin: 0;
  position: relative;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .form-wrapper.form-full-width .EPiServerForms .FormStep {
    margin: 0 3.125rem;
  }
}

@media (min-width: 992px) {
  .form-wrapper.form-full-width .EPiServerForms .FormStep {
    margin: 0;
  }
}

.form-wrapper.form-full-width .EPiServerForms .FormStep .half-width {
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .form-wrapper.form-full-width .EPiServerForms .FormStep .half-width {
    flex: 0 0 45%;
  }
}

.form-wrapper.form-full-width
  .EPiServerForms
  .FormStep
  .full-width:not(.full-width__section) {
  padding: 0;
}

.form-wrapper.form-full-width .EPiServerForms .FormStep .full-width__section {
  position: static;
  display: flex !important;
}

.form-wrapper.form-full-width
  .EPiServerForms
  .FormStep
  input.FormTextbox__Input,
.form-wrapper.form-full-width
  .EPiServerForms
  .FormStep
  textarea.FormTextbox__Input {
  border: 1px solid #0082ab;
  box-shadow: inset 0 2px 2px 0 rgba(77, 77, 77, 0.42);
}

.form-wrapper.form-full-width .EPiServerForms .FormStep button {
  padding: 0.688rem 0.844rem;
}

.form-wrapper.form-landingpage,
.form-wrapper.form-productpage {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  overflow: hidden;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage,
  .form-wrapper.form-productpage {
    margin: 3.75rem auto;
    max-width: 59.333rem;
    flex: 0 0 auto;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-radius: 5rem;
    padding: 5rem 6rem;
  }
}

@media (min-width: 1200px) {
  .form-wrapper.form-landingpage,
  .form-wrapper.form-productpage {
    max-width: 66.556rem;
  }
}

@media (min-width: 1600px) {
  .form-wrapper.form-landingpage,
  .form-wrapper.form-productpage {
    max-width: 76.556rem;
  }
}

.form-wrapper.form-landingpage .Form__Title,
.form-wrapper.form-productpage .Form__Title {
  padding-bottom: 0.2rem;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage .Form__Description,
  .form-wrapper.form-productpage .Form__Description {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .form-wrapper.form-landingpage .Form__Description,
  .form-wrapper.form-productpage .Form__Description {
    width: 80%;
  }
}

.form-wrapper.form-landingpage .Form__Element__Caption,
.form-wrapper.form-productpage .Form__Element__Caption {
  padding-left: 0.5rem;
}

.form-wrapper.form-landingpage .FormStep,
.form-wrapper.form-productpage .FormStep {
  flex-flow: wrap;
  position: relative;
  padding: 0.5rem;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage .FormStep,
  .form-wrapper.form-productpage .FormStep {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.form-wrapper.form-landingpage .FormStep .consent-element .set-required-after,
.form-wrapper.form-productpage .FormStep .consent-element .set-required-after {
  font-weight: 700;
}

.form-wrapper.form-landingpage .FormStep .consent-element .toggle-next fieldset,
.form-wrapper.form-productpage
  .FormStep
  .consent-element
  .toggle-next
  fieldset {
  display: flex;
}

.form-wrapper.form-landingpage
  .FormStep
  .consent-element
  .toggle-next
  fieldset
  .small-label,
.form-wrapper.form-productpage
  .FormStep
  .consent-element
  .toggle-next
  fieldset
  .small-label {
  display: flex;
  align-items: center;
  min-height: 1.5rem;
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage
    .FormStep
    .consent-element
    .toggle-next
    fieldset
    .small-label,
  .form-wrapper.form-productpage
    .FormStep
    .consent-element
    .toggle-next
    fieldset
    .small-label {
    margin-right: 1.9rem;
  }
}

.form-wrapper.form-landingpage .FormStep .consent-element label,
.form-wrapper.form-productpage .FormStep .consent-element label {
  font-weight: 600;
  font-size: 0.875rem;
}

.form-wrapper.form-landingpage
  .FormStep
  .consent-element
  label
  input[type="radio"],
.form-wrapper.form-productpage
  .FormStep
  .consent-element
  label
  input[type="radio"] {
  margin-right: 0.4rem;
}

.form-wrapper.form-landingpage .FormStep .consent-element__consent,
.form-wrapper.form-productpage .FormStep .consent-element__consent {
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage .FormStep .consent-element__consent,
  .form-wrapper.form-productpage .FormStep .consent-element__consent {
    margin-bottom: 1.5rem;
  }
}

.form-wrapper.form-landingpage .FormStep small p a,
.form-wrapper.form-productpage .FormStep small p a {
  color: #000;
}

.form-wrapper.form-landingpage .FormStep .half-width,
.form-wrapper.form-productpage .FormStep .half-width {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  padding: 0;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage .FormStep .half-width,
  .form-wrapper.form-productpage .FormStep .half-width {
    width: 40%;
    max-width: 40%;
  }

  .form-wrapper.form-landingpage .FormStep .half-width.field-odd,
  .form-wrapper.form-productpage .FormStep .half-width.field-odd {
    width: 100%;
    max-width: 100%;
  }
}

.form-wrapper.form-landingpage .FormStep .FormTextbox__Input,
.form-wrapper.form-productpage .FormStep .FormTextbox__Input {
  border: 1px solid #0082ab;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage .FormStep .FormTextbox__Input,
  .form-wrapper.form-productpage .FormStep .FormTextbox__Input {
    border-color: #c4c4c4;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  }
}

.form-wrapper.form-landingpage .FormStep .full-width .FormSubmitButton,
.form-wrapper.form-productpage .FormStep .full-width .FormSubmitButton {
  margin: auto auto 1.5rem;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage .FormStep .full-width .FormSubmitButton,
  .form-wrapper.form-productpage .FormStep .full-width .FormSubmitButton {
    padding: 0.9rem 3rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage .FormStep .full-width__section,
  .form-wrapper.form-productpage .FormStep .full-width__section {
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage
    .FormStep
    .full-width__section
    .consent-element__consent,
  .form-wrapper.form-productpage
    .FormStep
    .full-width__section
    .consent-element__consent {
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage
    .FormStep
    .full-width__section
    .FormSubmitButton,
  .form-wrapper.form-productpage
    .FormStep
    .full-width__section
    .FormSubmitButton {
    position: absolute;
    right: 3rem;
    bottom: 7%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .form-wrapper.form-landingpage
    .FormStep
    .full-width__section
    .FormSubmitButton,
  .form-wrapper.form-productpage
    .FormStep
    .full-width__section
    .FormSubmitButton {
    right: 4rem;
  }
}

@media (min-width: 1600px) {
  .form-wrapper.form-landingpage
    .FormStep
    .full-width__section
    .FormSubmitButton,
  .form-wrapper.form-productpage
    .FormStep
    .full-width__section
    .FormSubmitButton {
    right: 5rem;
  }
}

.form-wrapper.form-landingpage
  .FormStep
  .full-width__section.FormRecaptcha
  .g-recaptcha,
.form-wrapper.form-productpage
  .FormStep
  .full-width__section.FormRecaptcha
  .g-recaptcha {
  padding: 0;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage
    .FormStep
    .full-width__section.FormRecaptcha
    .g-recaptcha,
  .form-wrapper.form-productpage
    .FormStep
    .full-width__section.FormRecaptcha
    .g-recaptcha {
    padding: 1rem 1rem 1rem 0;
  }
}

.form-wrapper.form-landingpage
  .EPiServerForms
  .Form__Status
  .Form__Status__Message.Form__Success__Message,
.form-wrapper.form-productpage
  .EPiServerForms
  .Form__Status
  .Form__Status__Message.Form__Success__Message {
  background-color: #ff9433;
}

.form-wrapper.form-landingpage
  .EPiServerForms
  .Form__Status
  .Form__Status__Message.Form__Success__Message
  a,
.form-wrapper.form-productpage
  .EPiServerForms
  .Form__Status
  .Form__Status__Message.Form__Success__Message
  a {
  color: #fff;
}

.form-wrapper.form-landingpage.form-gray-theme form,
.form-wrapper.form-landingpage.form-yellow-theme form,
.form-wrapper.form-productpage.form-gray-theme form,
.form-wrapper.form-productpage.form-yellow-theme form {
  max-width: 100%;
}

.form-wrapper.form-landingpage.form-gray-theme .Form__Description,
.form-wrapper.form-landingpage.form-yellow-theme .Form__Description,
.form-wrapper.form-productpage.form-gray-theme .Form__Description,
.form-wrapper.form-productpage.form-yellow-theme .Form__Description {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 992px) {
  .form-wrapper.form-landingpage.form-gray-theme .Form__Description,
  .form-wrapper.form-landingpage.form-yellow-theme .Form__Description,
  .form-wrapper.form-productpage.form-gray-theme .Form__Description,
  .form-wrapper.form-productpage.form-yellow-theme .Form__Description {
    width: 70%;
  }
}

.form-wrapper.form-landingpage.form-gray-theme .FormStep,
.form-wrapper.form-landingpage.form-yellow-theme .FormStep,
.form-wrapper.form-productpage.form-gray-theme .FormStep,
.form-wrapper.form-productpage.form-yellow-theme .FormStep {
  margin: auto;
}

.form-wrapper.form-landingpage.form-gray-theme .FormStep .full-width__section,
.form-wrapper.form-landingpage.form-gray-theme
  .FormStep
  .full-width__section
  .g-recaptcha,
.form-wrapper.form-landingpage.form-yellow-theme .FormStep .full-width__section,
.form-wrapper.form-landingpage.form-yellow-theme
  .FormStep
  .full-width__section
  .g-recaptcha,
.form-wrapper.form-productpage.form-gray-theme .FormStep .full-width__section,
.form-wrapper.form-productpage.form-gray-theme
  .FormStep
  .full-width__section
  .g-recaptcha,
.form-wrapper.form-productpage.form-yellow-theme .FormStep .full-width__section,
.form-wrapper.form-productpage.form-yellow-theme
  .FormStep
  .full-width__section
  .g-recaptcha {
  background-color: #fff;
}

.form-wrapper.form-landingpage.form-gray-theme
  .FormStep
  .full-width__section
  button,
.form-wrapper.form-landingpage.form-yellow-theme
  .FormStep
  .full-width__section
  button,
.form-wrapper.form-productpage.form-gray-theme
  .FormStep
  .full-width__section
  button,
.form-wrapper.form-productpage.form-yellow-theme
  .FormStep
  .full-width__section
  button {
  margin-bottom: 0 !important;
}

article .c-content .block-container {
  margin-bottom: 148px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767.98px) {
  article .c-content .block-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  article .c-content .column {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    padding-left: 0;
    margin-bottom: 30px;
  }

  article .c-content .column.col-6,
  article .c-content .column.col-md-6 {
    max-width: calc(50% - 3px);
    margin-left: 15px;
  }

  article .c-content .column.col-6 + .col-6,
  article .c-content .column.col-md-6 + .col-md-6 {
    padding-right: 0;
    margin-right: -15px;
    margin-left: 0;
  }

  article .c-content .column.col-12,
  article .c-content .column.col-md-12 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  article .c-content .column.col-6 > a,
  article .c-content .column.col-6 > blockquote,
  article .c-content .column.col-6 > div,
  article .c-content .column.col-6 > section,
  article .c-content .column.col-md-6 > a,
  article .c-content .column.col-md-6 > blockquote,
  article .c-content .column.col-md-6 > div,
  article .c-content .column.col-md-6 > section {
    max-width: 586px;
    width: 100%;
    float: right;
  }

  article .c-content .column.col-6 + .col-6 > a,
  article .c-content .column.col-6 + .col-6 > blockquote,
  article .c-content .column.col-6 + .col-6 > div,
  article .c-content .column.col-6 + .col-6 > section,
  article .c-content .column.col-md-6 + .col-md-6 > a,
  article .c-content .column.col-md-6 + .col-md-6 > blockquote,
  article .c-content .column.col-md-6 + .col-md-6 > div,
  article .c-content .column.col-md-6 + .col-md-6 > section {
    float: left;
  }
}

@media (max-width: 767.98px) {
  article .c-content .column {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

article .c-content h1 {
  font-size: 2.25rem;
  margin-bottom: 30px;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

article .c-content h1:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 250px;
  height: 4px;
  background: #8bd14d;
}

article .c-content .sticky-content > h2,
article .c-content > h2 {
  font-size: 1.88rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

article .c-content .sticky-content > p,
article .c-content > li,
article .c-content > p {
  font-size: 1.1rem;
  line-height: 28px;
  margin-bottom: 30px;
}

article .c-content > ol {
  padding-left: 15px;
}

article .c-content > ol > li::marker {
  font-weight: 600;
}

@media (min-width: 1200px) {
  article .c-content h1 {
    font-size: 3.2rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 75px;
    max-width: 950px;
  }

  article .c-content .sticky-content > h2,
  article .c-content > h2,
  article .c-content > h3,
  article .c-content > h4,
  article .c-content > h5 {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
  }

  article .c-content .sticky-content > h2,
  article .c-content > h2 {
    margin-bottom: 30px;
  }

  article .c-content > h3 {
    margin-bottom: 15px;
  }

  article .c-content > h4 {
    margin-bottom: 10px;
  }

  article .c-content p.lead + p {
    margin-top: 55px;
  }

  article .c-content .sticky-content > p,
  article .c-content > li,
  article .c-content > ol,
  article .c-content > p,
  article .c-content > table,
  article .c-content > ul {
    font-size: 1.3rem;
    line-height: 1.57;
    max-width: 825px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 35px !important;
  }

  article .c-content .sticky-content > p.lead,
  article .c-content > li.lead,
  article .c-content > ol.lead,
  article .c-content > p.lead,
  article .c-content > table.lead,
  article .c-content > ul.lead {
    font-size: 28px;
    line-height: 1.36;
    margin-bottom: 45px;
  }

  article .c-content > ol {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .sticky {
    overflow-x: hidden;
  }

  .sticky .c-row {
    overflow: visible;
  }

  .sticky-wrapper {
    display: flex;
    padding-bottom: 40px;
  }

  .sticky-content {
    padding-left: 50px;
    padding-right: 87px;
  }

  .sticky-sidebar {
    width: 280px;
    padding-top: 5px;
  }

  .sticky-sidebar > a,
  .sticky-sidebar > div {
    position: -webkit-sticky;
    position: sticky;
    top: 122px;
    width: 440px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .standard article .c-content h1 {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}

.BaseButton:hover span {
  font-weight: 700;
  color: #000;
}

.BaseButton button {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  padding: 0.25em 1em;
  border-radius: 16px;
  font-size: 1rem;
  box-shadow: none;
}

.BaseButton button i {
  font-size: 0 0 0 0.3em;
  padding: 0 0 0 0.3em;
}

.BaseButton button.sm {
  font-size: 0.8rem;
  padding: 0.2em 1em;
}

.BaseButton button.md {
  font-size: 1rem;
  padding: 0.25em 1em;
}

.BaseButton button.lg {
  font-size: 1.2rem;
  padding: 0.5em 1em;
}

.BaseButton button.box-shadow {
  box-shadow: 0 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
}

.BaseButton button.secondary:hover {
  background-color: #fff;
}

.BaseButton button.no-hover:hover {
  background-color: inherit;
}

.BaseButton button.justify-center {
  justify-content: center;
}

.BaseButton button.justify-start {
  justify-content: flex-start;
}

.BaseButton button.justify-end {
  justify-content: flex-end;
}

.BaseButton button.justify-sb {
  justify-content: space-between;
}

.BaseButton button:disabled {
  transform: none;
  background-color: grey;
  opacity: 0.4;
}

.BaseButton.justify-center {
  justify-content: center;
}

.BaseButton.justify-start {
  justify-content: flex-start;
}

.BaseButton.justify-end {
  justify-content: flex-end;
}

.BaseButton.justify-sb {
  justify-content: space-between;
}

.BaseButton.scale button:focus,
.BaseButton.scale button:hover {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  transform: scale(1.075);
}

.BaseButton.full-width {
  display: flex;
  width: 100%;
  padding: 0;
}

.BaseButton.full-width button {
  flex-grow: 1;
}

.BaseIconButton {
  display: flex;
  align-items: center;
}

.BaseIconButton button {
  background: transparent;
  border: none;
  color: #4d4d4d;
  padding: 0;
}

@media (hover: none) {
  .BaseIconButton button:active,
  .BaseIconButton button:hover {
    opacity: inherit;
    color: inherit;
    outline: inherit;
  }
}

.BaseIconButton button:hover {
  opacity: 0.9;
  color: #ff7900;
  outline: none;
}

.BaseIconButton button:focus {
  outline: none;
}

.BaseIconButton button:disabled {
  transform: none;
  background-color: grey;
  opacity: 0.4;
}

.BaseIconButton.sm {
  font-size: 0.8rem;
  padding: 0.2em 1em;
}

.BaseIconButton.md {
  font-size: 1rem;
  padding: 0.25em 1em;
}

.BaseIconButton.lg {
  font-size: 1.2rem;
  padding: 1em 1.2em;
}

.BaseIconButton.justify-center {
  justify-content: center;
}

.BaseIconButton.justify-start {
  justify-content: flex-start;
}

.BaseIconButton.justify-end {
  justify-content: flex-end;
}

.BaseIconButton.justify-sb {
  justify-content: space-between;
}

.BaseIconButton.scale button:focus,
.BaseIconButton.scale button:hover {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  transform: scale(1.075);
}

.BaseIconButton.full-width {
  display: flex;
  width: 100%;
  padding: 0;
}

.BaseIconButton.full-width button {
  flex-grow: 1;
}

.BaseDropdown {
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 16px;
}

.BaseDropdown .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.BaseDropdown > .BaseDropdownButton:hover .mdiMenuDown,
.BaseDropdown > .BaseDropdownButton:hover .mdiMenuDown-status {
  color: #ff7900;
}

.BaseDropdownButton {
  display: flex;
  width: 100%;
  padding: 0;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}

.BaseDropdownButton button {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 0.625em 0.867em 0.625em 1.688em;
  font-size: 18px;
  flex: 1;
  box-shadow: 0 0 2px #cacaca;
  height: 2.7rem;
}

.BaseDropdownButton button i {
  font-size: 1.5em;
  padding: 0 0 0 0.3em;
  color: #1f5695;
}

.BaseDropdownButton button:disabled {
  transform: none;
  background-color: grey;
  opacity: 0.4;
}

.BaseDropdownButton.sm {
  font-size: 0.8rem;
  padding: 0.2em 1em;
}

.BaseDropdownButton.md {
  font-size: 1rem;
  padding: 0.25em 1em;
}

.BaseDropdownButton.lg {
  font-size: 1.2rem;
  padding: 1em 1.2em;
}

.BaseDropdownButton .no-shadow {
  box-shadow: none;
}

.BaseDropdownButton .justify-center {
  justify-content: center;
}

.BaseDropdownButton .justify-start {
  justify-content: flex-start;
}

.BaseDropdownButton .justify-end {
  justify-content: flex-end;
}

.BaseDropdownButton .justify-sb {
  justify-content: space-between;
}

.BaseDropdownButton.scale button:focus,
.BaseDropdownButton.scale button:hover {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  transform: scale(1.075);
}

.BaseDropdownButton:hover span {
  font-family: Soho Gothic W01 Medium, Soho Gothic W01 Regular, Verdana, Arial,
    sans-serif;
  color: #4d4d4d;
}

.BaseDropdownButton button:focus,
.BaseDropdownButton button:hover {
  outline: none;
}

.BaseDropdownButton.full-width {
  display: flex;
  width: 100%;
  padding: 0;
}

.BaseDropdownButton.full-width button {
  flex-grow: 1;
}

.BaseDropdownContent {
  position: absolute;
  width: 100%;
}

.BaseSearchBar {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #efefef;
  position: relative;
}

.BaseSearchBar:hover .BaseIcon {
  color: #ff7900;
}

.BaseSearchBar input {
  border: none;
  height: 2.625rem;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #182037;
  background-color: transparent;
}

.BaseSearchBar input ::-moz-placeholder {
  opacity: 1;
}

.BaseSearchBar input:active,
.BaseSearchBar input:focus {
  outline: none;
}

.BaseSearchBar .BaseIcon {
  margin-left: 1rem;
}

* {
  box-sizing: border-box;
}

> * {
  box-sizing: content-box;
}

ul li {
  background-image: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

@media (max-width: 575.98px) {
  .legacy .c-footer {
    margin: 0 -15px;
    width: auto;
    min-width: 100%;
  }
}

.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;
}

@media (min-width: 576px) {
  .s--mobile-only {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .s--md-only {
    display: none;
  }
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-ws,
.col-ws-1,
.col-ws-2,
.col-ws-3,
.col-ws-4,
.col-ws-5,
.col-ws-6,
.col-ws-7,
.col-ws-8,
.col-ws-9,
.col-ws-10,
.col-ws-11,
.col-ws-12,
.col-ws-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xll,
.col-xll-1,
.col-xll-2,
.col-xll-3,
.col-xll-4,
.col-xll-5,
.col-xll-6,
.col-xll-7,
.col-xll-8,
.col-xll-9,
.col-xll-10,
.col-xll-11,
.col-xll-12,
.col-xll-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
  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.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    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.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (max-width: 767px) {
  #epi-quickNavigator {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .s--mobile-only {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .s--mobile-hide {
    display: none !important;
  }
}

.s--overflowhidden {
  overflow: hidden !important;
}

#onetrust-consent-sdk #ot-sdk-btn-floating .ot-floating-button__back,
#onetrust-consent-sdk #ot-sdk-btn-floating .ot-floating-button__front {
  background-color: #ff7900;
}

#business-email-validation {
  color: red;
  font-size: 14px;
  padding: 2px;
}
@media screen and (max-width:769px){
.c-footer__row.row.no-gutters {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.c-footer__h2 {
    white-space: nowrap;
}
.c-footer__column.col-12.col-sm-4.mb-5.mb-sm-0 {
    height: 50px !important;
    flex: 0 !important;
}
.lastfooterb{display:none;}
}
@media screen and (max-width:769px){
.c-footer__column.col-12.col-lg-5.mb-4 {
    display: flex;
    justify-content: center;
}
}
@media screen and (max-width: 769px) {
    .c-footer__legal-links li {
        margin: 0;
        flex: 0;
    }
}
.c-header__main-nav a {
        font-size: 17px;
        white-space: nowrap;
    }
      @media screen and (max-width:1200px) and (min-width:969px){
          .c-header__main-nav a {
    font-size: 16px;
  }
      }
       @media screen and (max-width:969px) and (min-width:769px){
          .c-header__main-nav a {
    font-size: 13px;
  }
      }