@charset "UTF-8";
/* Base - site-specific settings */
/*Theme colors*/
/* General colors */
/*General typography*/
/*Error*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-black {
  color: #0A3C47;
}

.color-dark-blue {
  color: #0A3C47;
}

.color-light-blue {
  color: #DAE1E3;
}

.color-blue {
  color: #007388;
}

.color-blue-90 {
  color: rgba(0, 115, 136, 0.9);
}

.color-bright-blue {
  color: #81dadf;
}

.color-rorange {
  color: #ff5e00;
}

.color-grey {
  color: #d9d8d6;
}

.color-highlight-blue {
  color: #0091B2;
}

.color-highlight-green {
  color: #ADDB91;
}

.color-highlight-teal {
  color: #6ECBB8;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #0A3C47;
  color: #FFF;
}

.bg-off-black {
  background-color: #084452;
}

.bg-xl-light-black {
  background-color: #F3F5F6;
}

.bg-light-black {
  background-color: #DAE1E3;
}

.bg-light-blue {
  background-color: #DAE1E3;
}

.bg-blue {
  background-color: #007388;
}

.bg-dark-blue {
  background-color: #0A3C47;
}

.bg-dark-blue-medium {
  background-color: rgba(10, 60, 71, 0.15);
}

.bg-dark-blue-light {
  background-color: rgba(10, 60, 71, 0.9);
}

.bg-bright-blue {
  background-color: #81dadf;
}

.bg-rorange {
  background-color: #ff5e00;
}

.bg-grey {
  background-color: #d9d8d6;
}

.bg-light-grey {
  background-color: #F3F5F6;
}

/*Global Options*/
/*Typography*/
/*Font path*/
/*Grid*/
/*Gutters*/
/*Used to set the padding on .container-fluid, per breakpoint*/
/*Wrapper max width*/
/*Container max width*/
/*Breakpoints*/
/*Container Widths*/
/*Transition settings*/
/*Modals*/
/*Borders*/
/*Global border radius*/
/*Sliders*/
/*Custom fonts*/
@font-face {
  font-family: "National Book";
  src: url("../fonts/National-Book.woff2") format("woff2"), url("../fonts/National-Book.woff") format("woff"), url("../fonts/National-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "National Medium";
  src: url("../fonts/National-Medium.woff2") format("woff2"), url("../fonts/National-Medium.woff") format("woff"), url("../fonts/National-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "National Semibold";
  src: url("../fonts/National-Semibold.woff2") format("woff2"), url("../fonts/National-Semibold.woff") format("woff"), url("../fonts/National-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "National Regular";
  src: url("../fonts/National-Regular.woff2") format("woff2"), url("../fonts/National-Regular.woff") format("woff"), url("../fonts/National-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Font mixins*/
/* Vendor - unedited vendor base styles */
/*Bootstrap grid/reset*/
/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-ms, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-ms, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-ms {
    flex: 1 0 0%;
  }

  .row-cols-ms-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-ms-5,
.gy-ms-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1450px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-ms-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-ms-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1450px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Utilities v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 375px) {
  .sticky-ms-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1450px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 0 solid transparent !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 0 solid transparent !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 0 solid transparent !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 0 solid transparent !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 0 solid transparent !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0 !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .float-ms-start {
    float: left !important;
  }

  .float-ms-end {
    float: right !important;
  }

  .float-ms-none {
    float: none !important;
  }

  .d-ms-inline {
    display: inline !important;
  }

  .d-ms-inline-block {
    display: inline-block !important;
  }

  .d-ms-block {
    display: block !important;
  }

  .d-ms-grid {
    display: grid !important;
  }

  .d-ms-table {
    display: table !important;
  }

  .d-ms-table-row {
    display: table-row !important;
  }

  .d-ms-table-cell {
    display: table-cell !important;
  }

  .d-ms-flex {
    display: flex !important;
  }

  .d-ms-inline-flex {
    display: inline-flex !important;
  }

  .d-ms-none {
    display: none !important;
  }

  .flex-ms-fill {
    flex: 1 1 auto !important;
  }

  .flex-ms-row {
    flex-direction: row !important;
  }

  .flex-ms-column {
    flex-direction: column !important;
  }

  .flex-ms-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-ms-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-ms-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-ms-wrap {
    flex-wrap: wrap !important;
  }

  .flex-ms-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-ms-0 {
    gap: 0 !important;
  }

  .gap-ms-1 {
    gap: 0.25rem !important;
  }

  .gap-ms-2 {
    gap: 0.5rem !important;
  }

  .gap-ms-3 {
    gap: 1rem !important;
  }

  .gap-ms-4 {
    gap: 1.5rem !important;
  }

  .gap-ms-5 {
    gap: 3rem !important;
  }

  .justify-content-ms-start {
    justify-content: flex-start !important;
  }

  .justify-content-ms-end {
    justify-content: flex-end !important;
  }

  .justify-content-ms-center {
    justify-content: center !important;
  }

  .justify-content-ms-between {
    justify-content: space-between !important;
  }

  .justify-content-ms-around {
    justify-content: space-around !important;
  }

  .justify-content-ms-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-ms-start {
    align-items: flex-start !important;
  }

  .align-items-ms-end {
    align-items: flex-end !important;
  }

  .align-items-ms-center {
    align-items: center !important;
  }

  .align-items-ms-baseline {
    align-items: baseline !important;
  }

  .align-items-ms-stretch {
    align-items: stretch !important;
  }

  .align-content-ms-start {
    align-content: flex-start !important;
  }

  .align-content-ms-end {
    align-content: flex-end !important;
  }

  .align-content-ms-center {
    align-content: center !important;
  }

  .align-content-ms-between {
    align-content: space-between !important;
  }

  .align-content-ms-around {
    align-content: space-around !important;
  }

  .align-content-ms-stretch {
    align-content: stretch !important;
  }

  .align-self-ms-auto {
    align-self: auto !important;
  }

  .align-self-ms-start {
    align-self: flex-start !important;
  }

  .align-self-ms-end {
    align-self: flex-end !important;
  }

  .align-self-ms-center {
    align-self: center !important;
  }

  .align-self-ms-baseline {
    align-self: baseline !important;
  }

  .align-self-ms-stretch {
    align-self: stretch !important;
  }

  .order-ms-first {
    order: -1 !important;
  }

  .order-ms-0 {
    order: 0 !important;
  }

  .order-ms-1 {
    order: 1 !important;
  }

  .order-ms-2 {
    order: 2 !important;
  }

  .order-ms-3 {
    order: 3 !important;
  }

  .order-ms-4 {
    order: 4 !important;
  }

  .order-ms-5 {
    order: 5 !important;
  }

  .order-ms-last {
    order: 6 !important;
  }

  .m-ms-0 {
    margin: 0 !important;
  }

  .m-ms-1 {
    margin: 0.25rem !important;
  }

  .m-ms-2 {
    margin: 0.5rem !important;
  }

  .m-ms-3 {
    margin: 1rem !important;
  }

  .m-ms-4 {
    margin: 1.5rem !important;
  }

  .m-ms-5 {
    margin: 3rem !important;
  }

  .m-ms-auto {
    margin: auto !important;
  }

  .mx-ms-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-ms-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-ms-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-ms-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-ms-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-ms-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-ms-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-ms-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-ms-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-ms-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-ms-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-ms-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-ms-0 {
    margin-top: 0 !important;
  }

  .mt-ms-1 {
    margin-top: 0.25rem !important;
  }

  .mt-ms-2 {
    margin-top: 0.5rem !important;
  }

  .mt-ms-3 {
    margin-top: 1rem !important;
  }

  .mt-ms-4 {
    margin-top: 1.5rem !important;
  }

  .mt-ms-5 {
    margin-top: 3rem !important;
  }

  .mt-ms-auto {
    margin-top: auto !important;
  }

  .me-ms-0 {
    margin-right: 0 !important;
  }

  .me-ms-1 {
    margin-right: 0.25rem !important;
  }

  .me-ms-2 {
    margin-right: 0.5rem !important;
  }

  .me-ms-3 {
    margin-right: 1rem !important;
  }

  .me-ms-4 {
    margin-right: 1.5rem !important;
  }

  .me-ms-5 {
    margin-right: 3rem !important;
  }

  .me-ms-auto {
    margin-right: auto !important;
  }

  .mb-ms-0 {
    margin-bottom: 0 !important;
  }

  .mb-ms-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-ms-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-ms-3 {
    margin-bottom: 1rem !important;
  }

  .mb-ms-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-ms-5 {
    margin-bottom: 3rem !important;
  }

  .mb-ms-auto {
    margin-bottom: auto !important;
  }

  .ms-ms-0 {
    margin-left: 0 !important;
  }

  .ms-ms-1 {
    margin-left: 0.25rem !important;
  }

  .ms-ms-2 {
    margin-left: 0.5rem !important;
  }

  .ms-ms-3 {
    margin-left: 1rem !important;
  }

  .ms-ms-4 {
    margin-left: 1.5rem !important;
  }

  .ms-ms-5 {
    margin-left: 3rem !important;
  }

  .ms-ms-auto {
    margin-left: auto !important;
  }

  .p-ms-0 {
    padding: 0 !important;
  }

  .p-ms-1 {
    padding: 0.25rem !important;
  }

  .p-ms-2 {
    padding: 0.5rem !important;
  }

  .p-ms-3 {
    padding: 1rem !important;
  }

  .p-ms-4 {
    padding: 1.5rem !important;
  }

  .p-ms-5 {
    padding: 3rem !important;
  }

  .px-ms-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-ms-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-ms-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-ms-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-ms-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-ms-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-ms-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-ms-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-ms-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-ms-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-ms-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-ms-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-ms-0 {
    padding-top: 0 !important;
  }

  .pt-ms-1 {
    padding-top: 0.25rem !important;
  }

  .pt-ms-2 {
    padding-top: 0.5rem !important;
  }

  .pt-ms-3 {
    padding-top: 1rem !important;
  }

  .pt-ms-4 {
    padding-top: 1.5rem !important;
  }

  .pt-ms-5 {
    padding-top: 3rem !important;
  }

  .pe-ms-0 {
    padding-right: 0 !important;
  }

  .pe-ms-1 {
    padding-right: 0.25rem !important;
  }

  .pe-ms-2 {
    padding-right: 0.5rem !important;
  }

  .pe-ms-3 {
    padding-right: 1rem !important;
  }

  .pe-ms-4 {
    padding-right: 1.5rem !important;
  }

  .pe-ms-5 {
    padding-right: 3rem !important;
  }

  .pb-ms-0 {
    padding-bottom: 0 !important;
  }

  .pb-ms-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-ms-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-ms-3 {
    padding-bottom: 1rem !important;
  }

  .pb-ms-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-ms-5 {
    padding-bottom: 3rem !important;
  }

  .ps-ms-0 {
    padding-left: 0 !important;
  }

  .ps-ms-1 {
    padding-left: 0.25rem !important;
  }

  .ps-ms-2 {
    padding-left: 0.5rem !important;
  }

  .ps-ms-3 {
    padding-left: 1rem !important;
  }

  .ps-ms-4 {
    padding-left: 1.5rem !important;
  }

  .ps-ms-5 {
    padding-left: 3rem !important;
  }

  .text-ms-start {
    text-align: left !important;
  }

  .text-ms-end {
    text-align: right !important;
  }

  .text-ms-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1450px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*Optional components*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    transition: none;
  }
}
.btn:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:hover {
  color: #212529;
}
.btn-check:focus + .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-check:focus + button.mktoButton, .btn:focus, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:disabled, .btn.disabled, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.disabled.mktoButton, fieldset:disabled .btn, fieldset:disabled .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill fieldset:disabled button.mktoButton {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-lg > button.mktoButton {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-sm > button.mktoButton {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 375px) {
  .dropdown-menu-ms-start {
    --bs-position: start;
  }
  .dropdown-menu-ms-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-ms-end {
    --bs-position: end;
  }
  .dropdown-menu-ms-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1450px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > button.mktoButton,
.btn-group-vertical > .btn,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > button.mktoButton {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > .btn-check:checked + button.mktoButton,
.btn-group > .btn-check:focus + .btn,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > .btn-check:focus + button.mktoButton,
.btn-group > .btn:hover,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > button.mktoButton:hover,
.btn-group > .btn:focus,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > button.mktoButton:focus,
.btn-group > .btn:active,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > button.mktoButton:active,
.btn-group > .btn.active,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > button.active.mktoButton,
.btn-group-vertical > .btn-check:checked + .btn,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > .btn-check:checked + button.mktoButton,
.btn-group-vertical > .btn-check:focus + .btn,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > .btn-check:focus + button.mktoButton,
.btn-group-vertical > .btn:hover,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > button.mktoButton:hover,
.btn-group-vertical > .btn:focus,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > button.mktoButton:focus,
.btn-group-vertical > .btn:active,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > button.mktoButton:active,
.btn-group-vertical > .btn.active,
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > button.active.mktoButton {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group > button.mktoButton:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-sm > button.mktoButton + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-lg > button.mktoButton + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > button.mktoButton,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-group-vertical > button.mktoButton:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: none;
  border: 0 solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0 solid transparent;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 375px) {
  .navbar-expand-ms {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-ms .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-ms .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ms .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ms .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-ms .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-ms .navbar-toggler {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1450px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: 0;
  border-top-width: 0;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 0;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: 0;
  border-left-width: 0;
}

@media (min-width: 375px) {
  .list-group-horizontal-ms {
    flex-direction: row;
  }
  .list-group-horizontal-ms > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-ms > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-ms > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 1450px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 1800px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 0;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0A3C47;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.4;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid transparent;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid transparent;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1250px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 374.98px) {
  .modal-fullscreen-ms-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-ms-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-ms-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1449.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1799.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: -0.5rem;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: -0.5rem;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: -0.5rem;
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0 solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: -0.5rem;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 0 solid #d8d8d8;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* so we can override bootstrap */
/*Theme colors*/
/* General colors */
/*General typography*/
/*Error*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-black {
  color: #0A3C47;
}

.color-dark-blue {
  color: #0A3C47;
}

.color-light-blue {
  color: #DAE1E3;
}

.color-blue {
  color: #007388;
}

.color-blue-90 {
  color: rgba(0, 115, 136, 0.9);
}

.color-bright-blue {
  color: #81dadf;
}

.color-rorange {
  color: #ff5e00;
}

.color-grey {
  color: #d9d8d6;
}

.color-highlight-blue {
  color: #0091B2;
}

.color-highlight-green {
  color: #ADDB91;
}

.color-highlight-teal {
  color: #6ECBB8;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #0A3C47;
  color: #FFF;
}

.bg-off-black {
  background-color: #084452;
}

.bg-xl-light-black {
  background-color: #F3F5F6;
}

.bg-light-black {
  background-color: #DAE1E3;
}

.bg-light-blue {
  background-color: #DAE1E3;
}

.bg-blue {
  background-color: #007388;
}

.bg-dark-blue {
  background-color: #0A3C47;
}

.bg-dark-blue-medium {
  background-color: rgba(10, 60, 71, 0.15);
}

.bg-dark-blue-light {
  background-color: rgba(10, 60, 71, 0.9);
}

.bg-bright-blue {
  background-color: #81dadf;
}

.bg-rorange {
  background-color: #ff5e00;
}

.bg-grey {
  background-color: #d9d8d6;
}

.bg-light-grey {
  background-color: #F3F5F6;
}

/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Input Placeholder Color*/
/*Columns*/
/*Site wrapper*/
.wrapper {
  background: #FFF;
  max-width: 1910px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*Custom container fluid*/
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1910px;
}
@media (max-width: 767.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1450px) and (max-width: 1799.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1800px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.container-fluid-sm {
  max-width: 1910px;
}
@media (max-width: 767.98px) {
  .container-fluid-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-fluid-sm {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1449.98px) {
  .container-fluid-sm {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (min-width: 1450px) {
  .container-fluid-sm {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 767.98px) {
  .container-offset-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .container-offset-left {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .container-offset-left {
    padding-left: 60px;
  }
}
@media (min-width: 1450px) {
  .container-offset-left {
    padding-left: 70px;
  }
}

@media (max-width: 767.98px) {
  .container-offset-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .container-offset-right {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .container-offset-right {
    padding-right: 60px;
  }
}
@media (min-width: 1450px) {
  .container-offset-right {
    padding-right: 70px;
  }
}
/*Adds 10px gutter to container element*/
@media (min-width: 992px) {
  .container-gutter {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*Removes gutters to any bootstrap row*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/*Larger gutter options*/
@media (min-width: 1450px) {
  .gutters-lg {
    margin-right: -85px;
    margin-left: -85px;
  }
}
@media (min-width: 1450px) {
  .gutters-lg > .col,
.gutters-lg > [class*=col-] {
    padding-right: 85px;
    padding-left: 85px;
  }
}

/*Medium gutter options*/
@media (min-width: 1450px) {
  .gutters-md {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (min-width: 1450px) {
  .gutters-md > .col,
.gutters-md > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/*Small gutter options*/
@media (min-width: 992px) {
  .gutters-sm {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  .gutters-sm > .col,
.gutters-sm > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

/*Smallest gutter options*/
@media (min-width: 992px) {
  .gutters-xs {
    margin: -5px;
  }
}
@media (min-width: 992px) {
  .gutters-xs > .col,
.gutters-xs > [class*=col-] {
    padding: 5px;
  }
}

/*Adds top/bottom padding to each column*/
.row-grid {
  margin-bottom: -15px;
  margin-top: -15px;
}
.row-grid > [class*=col-],
.row-grid > .col {
  padding-bottom: 15px;
  padding-top: 15px;
}

.row-grid-sm {
  margin: -5px;
  margin: -5px;
}
.row-grid-sm > [class*=col-],
.row-grid-sm > .col {
  padding: 5px;
  padding: 5px;
}

@media (max-width: 767.98px) {
  .row-grid-lg {
    margin-bottom: -20px;
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .row-grid-lg {
    margin-bottom: -40px;
    margin-top: -40px;
  }
}
@media (max-width: 767.98px) {
  .row-grid-lg > [class*=col-],
.row-grid-lg > .col {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .row-grid-lg > [class*=col-],
.row-grid-lg > .col {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

/*Used to create 5 equal columns that wrap*/
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-lg-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-lg-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-lg-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1450px) {
  .col-xxl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxxl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxxl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxxl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxxl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxxl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxxl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.css-grid {
  display: grid;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 993px) {
  .css-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  .css-grid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .css-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.css-grid.no-px {
  padding-left: 0;
  padding-right: 0;
}
.css-grid.center-grid {
  margin: 0 auto;
}
.css-grid.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.contain-xxxl {
  max-width: 1910px;
}

.contain-xxl {
  max-width: 1380px;
}

.contain-xl {
  max-width: 1200px;
}

.contain-lg {
  max-width: 992px;
}

.contain-md {
  max-width: 768px;
}

.contain-sm {
  max-width: 576px;
}

.contain-ms {
  max-width: 375px;
}

@media screen and (min-width: 992px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "a b";
  }
  .grid-2 div:nth-of-type(1) {
    grid-area: a;
  }
  .grid-2 div:nth-of-type(2) {
    grid-area: b;
  }
  .grid-2.grid-reverse {
    grid-template-areas: "b a";
  }
}
@media screen and (max-width: 992px) {
  .grid-2 {
    grid-auto-rows: auto;
    grid-template-areas: "a" "b";
    grid-template-columns: minmax(0, 1fr);
  }
  .grid-2 div:nth-of-type(1) {
    grid-area: a;
  }
  .grid-2 div:nth-of-type(2) {
    grid-area: b;
  }
  .grid-2.grid-reverse {
    grid-template-areas: "b" "a";
  }
}

@media screen and (min-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .grid-3.md-col-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .grid-3.md-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-3.md-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-4 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-5 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) and (max-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .grid-6 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.gap-10 {
  gap: 10px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

@media screen and (min-width: 992px) {
  .gap-column-30 {
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-40 {
    grid-column-gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-180 {
    grid-column-gap: 180px;
  }
}

@media screen and (min-width: 992px) {
  .gap-row-30 {
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 992px) {
  .sm-gap-row-30 {
    grid-row-gap: 30px;
  }
}

/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Input Placeholder Color*/
/*Columns*/
html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "National Regular", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #FFFFFF;
  color: #0A3C47;
  font-weight: normal;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  position: relative;
  text-align: left;
  /*Prevents body from scrolling*/
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body {
    font-size: 1.87rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.98rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
}

picture {
  display: block;
}

/*Utilities*/
/*Animated styles*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  /*Animated delay options*/
  /*Animation duration options*/
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.animated.slower {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated.slowest {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

/*Disabled for print*/
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    transition: none !important;
  }
}
/*Fade in*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*Fade in - up*/
@media (max-width: 767.98px) {
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (min-width: 992px) {
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/*Slide in - up*/
@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

/*Fade in - down*/
@media (max-width: 767.98px) {
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (min-width: 992px) {
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -10%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -10%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

/*Fade in - left*/
@media (max-width: 767.98px) {
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (min-width: 992px) {
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-50px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-50px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

/*Fade in - right*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*Fade in - right*/
@-webkit-keyframes fadeInSpin {
  from {
    opacity: 0;
    transform: rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes fadeInSpin {
  from {
    opacity: 0;
    transform: rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
.animated-spin {
  -webkit-animation-name: fadeInSpin;
          animation-name: fadeInSpin;
}

/*Bounce*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*Scale in*/
@-webkit-keyframes scaleIn {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.scaleIn {
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  transition: 0.4s;
}

/*Fades list items in sequentially*/
@-webkit-keyframes listFadeIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes listFadeIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*Fades in SVG for animation on scroll*/
@-webkit-keyframes fadeInSVG {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSVG {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInSVG .svg-bg {
  -webkit-animation-name: fadeInSVG;
          animation-name: fadeInSVG;
  transition: 0.4s;
}

/*Bounce element in from left side*/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-13px);
  }
  60% {
    opacity: 1;
    transform: translateX(8px);
  }
  80% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-13px);
  }
  60% {
    opacity: 1;
    transform: translateX(8px);
  }
  80% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: "National Regular", "Helvetica", sans-serif;
  display: block;
}
@media (min-width: 992px) {
  .micro-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.heading-1 {
  font-family: "National Book", "Helvetica", sans-serif;
  letter-spacing: -0.75px;
  line-height: 1.05;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-1 {
    font-size: 4.5rem;
    line-height: 1.07;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-1 {
    font-size: 6rem;
  }
}
@media (min-width: 1450px) {
  .heading-1 {
    font-size: 8rem;
  }
}

.heading-2 {
  font-family: "National Regular", "Helvetica", sans-serif;
  line-height: 1.03;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.035;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-2 {
    font-size: 4rem;
  }
}
@media (min-width: 1450px) {
  .heading-2 {
    font-size: 5rem;
    letter-spacing: -0.5px;
  }
}

.heading-3 {
  font-family: "National Book", "Helvetica", sans-serif;
  line-height: 1.1;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-3 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-3 {
    font-size: 4rem;
  }
}
@media (min-width: 1450px) {
  .heading-3 {
    font-size: 5rem;
  }
}

.heading-4 {
  font-family: "National Regular", "Helvetica", sans-serif;
  line-height: 1.03;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-4 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-4 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-4 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1450px) {
  .heading-4 {
    font-size: 4rem;
    line-height: 1.1;
  }
}

/*Add transition to all heading options*/
[class*=heading-] {
  transition: 0.4s;
}
[class*=heading-] a:hover {
  color: #00008b;
}

/*Used to style Gutenberg blocks that do not contain classes direclty on elements*/
.cms-styles {
  /*Typography*/
  /*Headings*/
  /*Combined list styles*/
  /*Unordered list*/
  /*Ordered list*/
  /*Images*/
  /*Alignment options*/
}
.cms-styles p {
  font-size: 1.87rem;
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .cms-styles p {
    font-size: 1.87rem;
  }
}
@media (min-width: 1450px) {
  .cms-styles p {
    font-size: 1.98rem;
  }
}
.cms-styles h1, .cms-styles .h1 {
  font-family: "National Book", "Helvetica", sans-serif;
  letter-spacing: -0.75px;
  line-height: 1.05;
}
@media (max-width: 767.98px) {
  .cms-styles h1, .cms-styles .h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cms-styles h1, .cms-styles .h1 {
    font-size: 4.5rem;
    line-height: 1.07;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .cms-styles h1, .cms-styles .h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1450px) {
  .cms-styles h1, .cms-styles .h1 {
    font-size: 8rem;
  }
}
.cms-styles h2, .cms-styles .h2 {
  font-family: "National Regular", "Helvetica", sans-serif;
  line-height: 1.03;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .cms-styles h2, .cms-styles .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cms-styles h2, .cms-styles .h2 {
    font-size: 3.5rem;
    line-height: 1.035;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .cms-styles h2, .cms-styles .h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1450px) {
  .cms-styles h2, .cms-styles .h2 {
    font-size: 5rem;
    letter-spacing: -0.5px;
  }
}
.cms-styles h2:not(.color-white), .cms-styles .h2:not(.color-white) {
  color: #0A3C47;
}
.cms-styles h3, .cms-styles .h3 {
  font-family: "National Book", "Helvetica", sans-serif;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .cms-styles h3, .cms-styles .h3 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cms-styles h3, .cms-styles .h3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .cms-styles h3, .cms-styles .h3 {
    font-size: 4rem;
  }
}
@media (min-width: 1450px) {
  .cms-styles h3, .cms-styles .h3 {
    font-size: 5rem;
  }
}
.cms-styles h3:not(.color-white), .cms-styles .h3:not(.color-white) {
  color: #0A3C47;
}
.cms-styles h4, .cms-styles .h4,
.cms-styles h5,
.cms-styles .h5 {
  font-family: "National Regular", "Helvetica", sans-serif;
  line-height: 1.03;
  font-size: 3rem;
  color: #007388;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .cms-styles h4, .cms-styles .h4,
.cms-styles h5,
.cms-styles .h5 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cms-styles h4, .cms-styles .h4,
.cms-styles h5,
.cms-styles .h5 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .cms-styles h4, .cms-styles .h4,
.cms-styles h5,
.cms-styles .h5 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1450px) {
  .cms-styles h4, .cms-styles .h4,
.cms-styles h5,
.cms-styles .h5 {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.cms-styles h6, .cms-styles .h6 {
  font-family: "National Medium", "Helvetica", sans-serif;
}
@media (max-width: 1199.98px) {
  .cms-styles h6, .cms-styles .h6 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .cms-styles h6, .cms-styles .h6 {
    font-size: 2.55rem;
  }
}
@media (min-width: 1450px) {
  .cms-styles h6, .cms-styles .h6 {
    font-size: 2.7rem;
  }
}
.cms-styles h6:not(.color-white), .cms-styles .h6:not(.color-white) {
  color: #007388;
}
.cms-styles .figure,
.cms-styles .card-image {
  margin-top: 50px;
  margin-bottom: 80px;
  position: relative;
}
.cms-styles .bg-blur img {
  position: relative;
}
.cms-styles figcaption {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 1.6rem;
  color: #007388;
  padding: 0px;
  margin-top: 17px;
}
.cms-styles blockquote {
  background: rgba(129, 218, 223, 0.3);
  padding: 35px 50px;
  font-family: "National Regular", "Helvetica", sans-serif;
  border-radius: 10px;
  /*Offset alignment options*/
}
@media (max-width: 991.98px) {
  .cms-styles blockquote {
    padding: 15px 30px;
  }
}
@media (max-width: 767.98px) {
  .cms-styles blockquote {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cms-styles blockquote {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .cms-styles blockquote {
    font-size: 2.55rem;
    width: 670px;
  }
}
@media (min-width: 1450px) {
  .cms-styles blockquote {
    font-size: 2.7rem;
    width: 670px;
  }
}
@media (min-width: 1200px) {
  .cms-styles blockquote.align-left {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .cms-styles blockquote.align-left {
    margin: 10px 40px 40px -33%;
    max-width: 75%;
  }
}
@media (min-width: 1450px) {
  .cms-styles blockquote.align-left {
    margin: 40px 80px 40px -260px;
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .cms-styles blockquote.align-right {
    float: right;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .cms-styles blockquote.align-right {
    margin: 10px -35% 40px 40px;
    max-width: 75%;
  }
}
@media (min-width: 1450px) {
  .cms-styles blockquote.align-right {
    margin: 40px -260px 40px 80px;
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .cms-styles .alignleft {
    margin-left: -150px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .cms-styles .alignright {
    margin-right: -150px;
    margin-left: 50px;
  }
}

/*Column options*/
@media (min-width: 992px) {
  .column-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40pxpx;
         column-gap: 40pxpx;
  }

  .column-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40pxpx;
         column-gap: 40pxpx;
  }
}
/*Global alignment options*/
.justify-left {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
  text-align: center;
}

.justify-right {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

/*Alignment options*/
@media (max-width: 767.98px) {
  .center-xs {
    margin-left: auto;
    margin-right: auto;
  }
}
/*Splits paragraph content into 2 columns*/
@media (min-width: 768px) {
  .paragraph-col-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
/*Display options*/
@media (max-width: 767.98px) {
  .d-xs-none {
    display: none;
  }
}
/*Hide element on mobile*/
@media (max-width: 767.98px) {
  .hidden-xs {
    display: none;
  }
}
/*Adds styled Horizontal Rule*/
.horizontal-rule {
  background: #0A3C47;
  border: none;
  height: 1px;
  max-width: 1320px;
}

/*Adds scribble line coming out of any corner*/
.scribble-line:before {
  background: url("../images/icons/icon-line-dark.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 250px;
}
.scribble-line.scribble-line-tl:before {
  right: calc(100% + 20px);
  top: 0;
}

.bg-stars {
  background: url(/assets/images/placeholder/bg-stars.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 991.98px) {
  .bg-stars {
    background: #0A3D48 url("/assets/images/placeholder/md-stars.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 450px) {
  .bg-stars {
    background: #0A3D48 url("/assets/images/placeholder/xs-stars.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.bg-stars.xl-bg-stars {
  background: #0A3C47;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 60, 71, 0.9) 50%), url("/assets/images/placeholder/bg-stars.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .bg-stars.xl-bg-stars {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 60, 71, 0.9) 50%), url("/assets/images/placeholder/md-stars.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 450px) {
  .bg-stars.xl-bg-stars {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 60, 71, 0.9) 50%), url("/assets/images/placeholder/xs-stars.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991.98px) {
  .bg-stars.sm-bg-cover {
    background-size: cover;
  }
}

.border-divider .br-line {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
  .border-divider .br-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.border-divider .br-line:last-child {
  border-right: none;
  border-bottom: none;
}
.border-divider .br-line.gray-line {
  border-right: 1px solid rgba(10, 60, 71, 0.2);
}
@media (max-width: 991.98px) {
  .border-divider .br-line.gray-line {
    border-bottom: 1px solid rgba(10, 60, 71, 0.2);
  }
}

.border-top-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.border-top-divider.border-white-bg {
  border-top: 1px solid rgba(10, 60, 71, 0.2);
}

.border-bottom-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.border-bottom-divider.border-white-bg {
  border-bottom: 1px solid rgba(10, 60, 71, 0.2);
}

.border-bottom-divider-grey {
  border-bottom: 1px solid rgba(10, 60, 71, 0.2);
}

@media (max-width: 991.98px) {
  .sm-border-none {
    border-bottom: none !important;
    border-top: none !important;
  }
}

@media (min-width: 992px) {
  .circle-white {
    border: 3px solid #FFF;
    border-radius: 50%;
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  .allow-x-scroll {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    margin-right: -20px;
  }
  .allow-x-scroll .btn, .allow-x-scroll .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .allow-x-scroll button.mktoButton {
    margin-right: 0px !important;
  }
  .allow-x-scroll .btn.btn-primary, .allow-x-scroll .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-primary.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .allow-x-scroll button.btn-primary.mktoButton {
    font-size: 1.8rem !important;
    padding: 10px 23px !important;
  }
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.max-100 {
  max-width: 100% !important;
}

@media (max-width: 991.98px) {
  .sm-x-scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .sm-x-scroll .scroll-width {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sm-x-scroll::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

@media screen and (min-width: 769px) and (max-width: 993px) {
  .scroll-cross-container {
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-cross-container {
    margin-right: -20px;
  }
}

.width-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.callout-service {
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  max-width: 1300px;
  margin: 0 auto;
  gap: 85px;
}
@media (max-width: 991.98px) {
  .callout-service {
    gap: 30px;
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 825px) {
  .callout-service {
    gap: 45px;
  }
}
.callout-service .item-contain img {
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .callout-service .item-contain.item-1, .callout-service .item-contain.item-3 {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .callout-service .item-contain.item-2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 825px) {
  .callout-service .item-contain.item-2 {
    margin-top: -12px;
    padding-top: 0;
  }
}

.item-arrows {
  list-style-type: none;
  padding-left: 0;
}
.item-arrows li {
  min-height: 50px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.1;
}
.item-arrows li.list-arrow {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.item-arrows .right-arrow {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding-left: 34px;
  margin-right: 34px;
  background: linear-gradient(270deg, #0091B2 59.85%, rgba(0, 96, 114, 0.5) 100%);
}
.item-arrows .right-arrow:after {
  content: "";
  position: absolute;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #0091B2;
  border-top: 25px solid transparent;
  height: 0px;
  width: 0px;
  right: -34px;
}
.item-arrows .left-arrow {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: 34px;
  padding-right: 34px;
  background: linear-gradient(90deg, #0091B2 59.85%, rgba(0, 96, 114, 0.5) 100%);
}
.item-arrows .left-arrow:after {
  content: "";
  position: absolute;
  border-bottom: 25px solid transparent;
  border-right: 35px solid #0091B2;
  border-top: 25px solid transparent;
  height: 0px;
  width: 0px;
  left: -34px;
}
.item-arrows .double-arrow {
  background: #0A3C47;
  margin-left: 34px;
  margin-right: 34px;
}
.item-arrows .double-arrow:before {
  content: "";
  position: absolute;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #0A3C47;
  border-top: 25px solid transparent;
  height: 0px;
  width: 0px;
  right: -34px;
}
.item-arrows .double-arrow:after {
  content: "";
  position: absolute;
  border-bottom: 25px solid transparent;
  border-right: 35px solid #0A3C47;
  border-top: 25px solid transparent;
  height: 0px;
  width: 0px;
  left: -34px;
}

.toggle-items {
  background-color: rgba(10, 60, 71, 0.15);
  border-radius: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .toggle-items .secondary {
    margin-left: -25px;
    padding-left: 7px;
    margin-right: -5px;
  }
}
.toggle-items .nav-link {
  border-radius: 100px;
  color: #0A3C47;
  font-family: "National Semibold", "Helvetica", sans-serif;
  padding: 8px 24px;
}
.toggle-items .nav-link.active {
  border-radius: 100px;
  background-color: rgba(10, 60, 71, 0.9);
}
@media (min-width: 992px) {
  .bg-blur:before {
    background: linear-gradient(270deg, #0A3C47 52.02%, rgba(10, 60, 71, 0) 107.6%);
    opacity: 0.3;
    filter: blur(72.3333px);
    content: "";
    width: 700px;
    height: 80%;
    position: absolute;
    left: -35%;
    top: 50%;
    transform: translate(25%, -50%);
  }
}

@media (max-width: 767.98px) {
  .flex-gap {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .flex-gap {
    gap: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .flex-gap {
    gap: 60px;
  }
}
@media (min-width: 1450px) {
  .flex-gap {
    gap: 85px;
  }
}

.flex-gap-85 {
  gap: 85px;
}

.flex-gap-20 {
  gap: 20px;
}

.flex-gap-25 {
  gap: 25px;
}

.flex-gap-30 {
  gap: 30px;
}

.flex-gap-35 {
  gap: 35px;
}

.flex-gap-40 {
  gap: 40px;
}

.nav-icon-links a {
  margin-right: 3px;
}
.nav-icon-links a .page-icon {
  background: url("/assets/images/icons/resource-page-icon.svg");
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-icon-links a .page-icon:hover, .nav-icon-links a .page-icon.active {
  background: url("/assets/images/icons/resource-page-icon-active.svg");
}

.icon-disabled {
  opacity: 0.3;
}

.nav-next:hover {
  margin-right: -5px;
}

.border-rad-10 {
  border-radius: 10px;
}

.list-group-scroll-in {
  overflow-y: scroll;
  scroll-padding-top: 100px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
@media (max-width: 991.98px) {
  .list-group-scroll-in :target::before {
    content: "";
    display: block;
    height: 50px;
    /* fixed header height*/
    margin: -50px 0 0;
    /* negative fixed header height */
  }
}
.list-group-scroll-in::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.list-group-scroll-in .list-content-group {
  max-width: 830px;
}
.list-group-scroll-in .list-content-group.all-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .list-group-scroll-in .list-content-group.activate-section {
    opacity: 0;
    transition: 0.4s;
  }
  .list-group-scroll-in .list-content-group.activate-section.active {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .list-group-scroll-in .list-content-group {
    margin-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .list-group-scroll-in .list-content-group {
    margin-bottom: 40px;
  }
  .list-group-scroll-in .list-content-group picture {
    margin-bottom: 10px;
    margin-top: 50px;
    scroll-margin-top: 100px;
  }
}
.list-group-scroll-in .list-content-group:last-child {
  margin-bottom: 40px;
}

.stars {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.twinkle-star {
  opacity: 0;
  position: absolute;
  -webkit-animation: blink 2.5s infinite;
          animation: blink 2.5s infinite;
  z-index: 99;
}

.shooting-star {
  opacity: 0;
  position: absolute;
  -webkit-animation: shooting 15s ease-in infinite;
          animation: shooting 15s ease-in infinite;
  transition-timing-function: ease-in;
  z-index: 99;
  bottom: 0;
  left: 20px;
  scale: 1;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    opacity: 0;
    transform: translateX(0);
    bottom: 70%;
  }
  17% {
    opacity: 0.8;
    left: 95%;
    bottom: 70%;
  }
  18% {
    opacity: 1;
    left: 95%;
    bottom: 70%;
    scale: 2;
  }
  18.5% {
    opacity: 0;
    left: 95%;
    bottom: 70%;
  }
  100% {
    opacity: 0;
    transform: translateX(0%);
  }
}
@keyframes shooting {
  0% {
    opacity: 0;
    transform: translateX(0);
    bottom: 70%;
  }
  17% {
    opacity: 0.8;
    left: 95%;
    bottom: 70%;
  }
  18% {
    opacity: 1;
    left: 95%;
    bottom: 70%;
    scale: 2;
  }
  18.5% {
    opacity: 0;
    left: 95%;
    bottom: 70%;
  }
  100% {
    opacity: 0;
    transform: translateX(0%);
  }
}
@media screen and (min-width: 1500px) {
  .demo-lg-pr-160 {
    padding-right: 100px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .demo-lg-pr-160 {
    padding-right: 80px;
    margin-left: 25px;
  }
}

@media screen and (min-width: 1900px) {
  .landing-page-content-mobile {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .landing-page-content-mobile {
    padding-left: 10px;
  }
}
.landing-page-content-mobile .demo-img-quote {
  max-width: 100px;
}
.landing-page-content-mobile .demo-img-quote img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .landing-page-content-mobile .card-item {
    margin-bottom: 0 !important;
  }
}

.media-constraint {
  max-width: 829px;
}

@media (min-width: 1199.99px) and (max-width: 1500px) {
  .resource-type-case-studies .wp-block-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .resource-type-case-studies .wp-block-image {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .resource-type-case-studies .wp-block-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*Responsive image options*/
.img-responsive {
  height: auto;
  width: 100%;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

/*Absolute position image to mimic background cover*/
.img-absolute-container {
  border: none;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.img-absolute {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: auto;
}

.zoom-img {
  transition: 0.4s;
}
.zoom-img:hover {
  transform: scale(1.05);
}

/*Position options*/
.position-absolute {
  position: absolute !important;
}

@media (min-width: 992px) {
  .lg-pos-relative {
    position: relative !important;
  }
}

.position-absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 660px;
}

.position-absolute-30-tl {
  left: 30px;
  position: absolute;
  top: 30px;
}

.position-absolute-30-tr {
  position: absolute;
  right: 30px;
  top: 30px;
}

.position-absolute-30-br {
  bottom: 30px;
  position: absolute;
  right: 30px;
}

.position-absolute-30-bl {
  bottom: 30px;
  left: 30px;
  position: absolute;
}

/*Responsive position options*/
@media (min-width: 576px) {
  .position-absolute-sm {
    position: absolute !important;
  }

  .position-absolute-tl-sm {
    left: 50px;
    top: 50px;
  }

  .position-absolute-tr-sm {
    right: 50px;
    top: 50px;
  }

  .position-absolute-br-sm {
    bottom: 50px;
    right: 50px;
  }

  .position-absolute-bl-sm {
    bottom: 50px;
    left: 50px;
  }
}
@media (min-width: 768px) {
  .position-absolute-md {
    position: absolute !important;
  }

  .position-absolute-tl-md {
    left: 50px;
    top: 50px;
  }

  .position-absolute-tr-md {
    right: 50px;
    top: 50px;
  }

  .position-absolute-br-md {
    bottom: 50px;
    right: 50px;
  }

  .position-absolute-bl-md {
    bottom: 50px;
    left: 50px;
  }
}
@media (min-width: 992px) {
  .position-absolute-lg {
    position: absolute !important;
  }

  .position-absolute-tl-lg {
    left: 50px;
    top: 50px;
  }

  .position-absolute-tr-lg {
    right: 50px;
    top: 50px;
  }

  .position-absolute-br-lg {
    bottom: 50px;
    right: 50px;
  }

  .position-absolute-bl-lg {
    bottom: 50px;
    left: 50px;
  }
}
@media (min-width: 1200px) {
  .position-absolute-xl {
    position: absolute !important;
  }

  .position-absolute-tl-xl {
    left: 50px;
    top: 50px;
  }

  .position-absolute-tr-xl {
    right: 50px;
    top: 50px;
  }

  .position-absolute-br-xl {
    bottom: 50px;
    right: 50px;
  }

  .position-absolute-bl-xl {
    bottom: 50px;
    left: 50px;
  }
}
/*Used to apply top/bottom padding to any block*/
@media (max-width: 767.98px) {
  .pb-xl {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pb-xl {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .pb-xl {
    padding-bottom: 150px;
  }
}

@media (max-width: 767.98px) {
  .pt-xl {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pt-xl {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .pt-xl {
    padding-top: 150px;
  }
}

@media (max-width: 767.98px) {
  .pb-lg {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pb-lg {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .pb-lg {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .pt-lg {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pt-lg {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .pt-lg {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .pb-md {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1449.98px) {
  .pb-md {
    padding-bottom: 50px;
  }
}
@media (min-width: 1450px) {
  .pb-md {
    padding-bottom: 75px;
  }
}

@media (max-width: 991.98px) {
  .pt-md {
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1449.98px) {
  .pt-md {
    padding-top: 50px;
  }
}
@media (min-width: 1450px) {
  .pt-md {
    padding-top: 75px;
  }
}

.pb-sm {
  padding-bottom: 50px;
}

.pt-sm {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .pr-44-lg {
    padding-right: 44%;
  }
}
.pr-0 {
  padding-right: 0;
}

.pad-30 {
  padding: 30px;
}

.pad-50 {
  padding: 50px;
}

/*Used to apply top/bottom margin to any block*/
@media (max-width: 767.98px) {
  .mb-lg {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-lg {
    margin-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .mb-lg {
    margin-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .mt-lg {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-lg {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .mt-lg {
    margin-top: 100px;
  }
}

/*Responsive margin options*/
@media (min-width: 992px) {
  .ml-30-lg {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .mt-20-xs {
    margin-top: 20px;
  }
}
/*Margin options*/
@media (max-width: 767.98px) {
  .mb-md {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-md {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

/*Margin options*/
.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-neg-2 {
  margin-top: -2px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-180 {
  margin-top: 180px;
}

@media (min-width: 992px) {
  .lg-mb-20 {
    margin-bottom: 20px;
  }

  .lg-mb-30 {
    margin-bottom: 30px;
  }

  .lg-mb-40 {
    margin-bottom: 40px;
  }

  .lg-mb-60 {
    margin-bottom: 60px;
  }

  .lg-ml-neg-10 {
    margin-left: -10px;
  }

  .lg-mt-30 {
    margin-top: 30px;
  }

  .lg-mt-60 {
    margin-top: 60px;
  }

  .lg-mt-neg-10 {
    margin-top: -10px;
  }

  .lg-mt-neg-100 {
    margin-top: -100px;
  }

  .lg-mr-30 {
    margin-right: 30px;
  }

  .lg-pl-20 {
    padding-left: 20px;
  }

  .lg-pl-40 {
    padding-left: 40px;
  }

  .lg-pl-85 {
    padding-left: 85px;
  }

  .lg-pr-0 {
    padding-right: 0;
  }

  .lg-pr-30 {
    padding-right: 30px;
  }

  .lg-pr-80 {
    padding-right: 80px;
  }

  .lg-pr-150 {
    padding-right: 150px;
  }
}
@media (max-width: 1449.98px) {
  .xxl-mt-20 {
    margin-top: 20px;
  }
}
@media (min-width: 1450px) {
  .xxl-pr-150 {
    padding-right: 150px;
  }
}
@media (max-width: 991.98px) {
  .sm-mb-30 {
    margin-bottom: 30px;
  }

  .sm-mt-20 {
    margin-top: 20px;
  }

  .sm-mt-30 {
    margin-top: 30px;
  }

  .sm-mt-neg-10 {
    margin-top: -10px;
  }

  .sm-mt-neg-20 {
    margin-top: -20px;
  }

  .sm-mt-50 {
    margin-top: 50px;
  }

  .sm-mb-0 {
    margin-bottom: 0;
  }

  .sm-mr-0 {
    margin-right: 0;
  }

  .sm-mr-neg-50 {
    margin-right: -50px;
  }

  .sm-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-pb-20 {
    padding-bottom: 20px;
  }

  .sm-pb-30 {
    padding-bottom: 30px;
  }

  .sm-pb-50 {
    padding-bottom: 50px;
  }

  .sm-pb-60 {
    padding-bottom: 60px;
  }

  .sm-pt-10 {
    padding-top: 10px;
  }

  .sm-pt-20 {
    padding-top: 20px;
  }

  .sm-pt-50 {
    padding-top: 50px;
  }

  .sm-pl-10 {
    padding-left: 10px;
  }

  .sm-pl-20 {
    padding-left: 20 !important;
  }

  .sm-pr-0 {
    padding-right: 0;
  }

  .sm-mb-20 {
    margin-bottom: 20px;
  }

  .sm-mb-40 {
    margin-bottom: 40px;
  }

  .sm-pad-20 {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .xs-mt-20 {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .sm-no-px {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .sm-no-container-px {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.transform-left-35 {
  transform: translateX(-35px);
}

@media screen and (min-width: 1200px) {
  .lg-mw-537 {
    max-width: 537px;
  }
}

@media screen and (max-width: 1200px) {
  .mb-down-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .mw-35-lg {
    width: 35%;
  }

  .mw-40-lg {
    width: 40%;
  }

  .mw-50-lg {
    width: 50%;
  }

  .mw-55-lg {
    width: 55%;
  }

  .mw-65-lg {
    width: 65%;
  }

  .mw-70-lg {
    width: 70%;
  }

  .mw-75-lg {
    max-width: 75%;
  }

  .mw-80-lg {
    max-width: 80%;
  }

  .mw-95-lg {
    max-width: 95%;
  }

  .lg-mw-lg {
    max-width: 1350px;
  }

  .lg-mw-xl {
    max-width: 1460px;
  }
}
@media (min-width: 1200px) {
  .mw-50-xl {
    max-width: 50%;
  }

  .mw-90-xl {
    max-width: 90%;
  }
}
@media (min-width: 1450px) {
  .mw-50-xxl {
    max-width: 50%;
  }
}
@media (min-width: 1800px) {
  .mw-50-xxxl {
    max-width: 50%;
  }
}
.mw-830 {
  max-width: 830px;
}

.mw-1144 {
  max-width: 1144px;
}

.pb-180 {
  padding-bottom: 180px;
}

/*Text mixin options*/
.large-title {
  font-family: "National Book", "Helvetica", sans-serif;
}
@media (max-width: 767.98px) {
  .large-title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .large-title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .large-title {
    font-size: 5rem;
  }
}
@media (min-width: 1450px) {
  .large-title {
    font-size: 6rem;
  }
}

.small-title {
  font-family: "National Regular", "Helvetica", sans-serif;
}
@media (max-width: 767.98px) {
  .small-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .small-title {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .small-title {
    font-size: 2.85rem;
  }
}
@media (min-width: 1450px) {
  .small-title {
    font-size: 3rem;
  }
}

.medium-title {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 3.5rem;
}
@media (max-width: 767.98px) {
  .medium-title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .medium-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .medium-title {
    font-size: 3.4rem;
  }
}
@media (min-width: 1450px) {
  .medium-title {
    font-size: 3.5rem;
  }
}

/*Text style options*/
.text-14-regular {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}

.text-20-regular {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
}

.text-20-medium {
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 2rem;
}

.text-22-regular {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 2.2rem;
}
@media (max-width: 991.98px) {
  .text-22-regular {
    font-size: 1.8rem;
  }
}

.text-24-regular {
  font-family: "National Regular", "Helvetica", sans-serif;
}
@media (max-width: 1199.98px) {
  .text-24-regular {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .text-24-regular {
    font-size: 2.04rem;
  }
}
@media (min-width: 1450px) {
  .text-24-regular {
    font-size: 2.16rem;
  }
}

.text-book {
  font-family: "National Book", "Helvetica", sans-serif !important;
}

.text-regular {
  font-family: "National Regular", "Helvetica", sans-serif;
}

.text-semibold {
  font-family: "National Semibold", "Helvetica", sans-serif;
}

.text-medium {
  font-family: "National Medium", "Helvetica", sans-serif;
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*Reponsive text alignment options*/
@media (max-width: 767.98px) {
  .text-center-xs {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Fades text 80%*/
.text-fade-70 {
  opacity: 0.7;
}

/*Used for larger paragraph text*/
@media (max-width: 1199.98px) {
  .paragraph-lead p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1199.98px) {
  .paragraph-lead-lg p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead-lg p {
    font-size: 2.4rem;
  }
}

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}

/*Global anchor styles*/
a {
  color: inherit;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

/*General dropcap setup*/
/*Adds underline to anchors within this element*/
.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  color: #0A3C47;
  text-decoration: underline;
}
.link-underline a {
  text-decoration: underline;
}
.link-underline a:hover {
  color: #0A3C47;
  text-decoration: underline;
}

/*Link color options*/
.link-dark {
  color: #0A3C47;
}

.link-white:hover a {
  color: #6ECBB8;
}
.link-white a {
  color: #FFF;
}
.link-dark-blue:hover a {
  color: #0091B2;
}
.link-dark-blue a {
  color: #0A3C47;
}
.link-dark-blue a:hover {
  color: #0091B2;
}

/*Default strong styles*/
/*Small text*/
small, .small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Formats telephone element*/
.link-tel {
  color: inherit;
}

.no-underlines a {
  text-decoration: none;
}

.progress {
  position: absolute;
  height: 160px;
  width: 160px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -80px;
  z-index: 9999;
}

.progress-circle {
  transform: rotate(-90deg);
  margin-top: -40px;
}

.progress-circle-back {
  fill: none;
  stroke: #D2D2D2;
  stroke-width: 10px;
}

.progress-circle-prog {
  fill: none;
  stroke: #7E3451;
  stroke-width: 10px;
  stroke-dasharray: 0 999;
  stroke-dashoffset: 0px;
  transition: stroke-dasharray 0.7s linear 0s;
}

.progress-text {
  width: 100%;
  position: absolute;
  top: 60px;
  text-align: center;
  font-size: 2em;
  z-index: 9999;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 330px;
  height: 420px;
  transition: 10s;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}

.flip-card-back {
  transition: transform 10s;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card:hover .flip-card-inner .flip-card-back {
  transition: transform 10s;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}

.timeline {
  box-sizing: border-box;
  position: relative;
}
.timeline *,
.timeline *::before,
.timeline *::after {
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal)::before {
  background-color: #DDD;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 1rem;
  padding: 10px 40px 10px 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item::after {
  background: url("/assets/images/icons/timeline-icon.svg");
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
  width: 16px;
  z-index: 1;
}
.timeline__item.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 10px 0 10px 40px;
}
.timeline__item--right::after {
  left: -10px;
}
.timeline__item--right .timeline__content::before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  left: -12px;
}

.timeline__content {
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 22.3363px 17.869px rgba(0, 0, 0, 0.125183), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.105), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0848175), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0590406);
  text-align: center;
  display: block;
  padding: 20px;
  direction: ltr;
  position: relative;
}
.timeline__content.timeline__dark-bg {
  background-color: #CED7DA;
}
.timeline__content::before {
  content: "";
  height: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content::before {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #CCC;
  z-index: 1;
}
.timeline__content:after {
  background: url("../images/icons/icon-timeline-graphic.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 10px;
  z-index: 1;
}
.timeline__content .timeline__title {
  font-family: "National Medium", "Helvetica", sans-serif;
  color: #0A3C47;
  font-size: 2.2rem;
  margin: 0 0 10px;
}
.timeline__content p {
  color: #007388;
  font-family: "National Book", "Helvetica", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 50px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .timeline--horizontal {
    padding-right: 120px;
  }
}
.timeline--horizontal .timeline-divider {
  background-color: #58A3AB;
  display: block;
  height: 1px;
  left: 0px;
  position: absolute;
  transform: translateY(-50%);
  right: 193px;
  z-index: 1;
}
.timeline--horizontal .timeline-divider:before {
  background: url("/assets/images/icons/timeline-marker.svg");
  left: -28px;
  top: -26px;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
}
.timeline--horizontal .timeline-divider:after {
  background: url("/assets/images/icons/timeline-marker.svg");
  content: "";
  right: 0px;
  top: -26px;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
}
.timeline--horizontal .timeline__items {
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 40px;
  position: relative;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #CCC;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 40px 0 0;
}
.timeline--horizontal .timeline__item--bottom::after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content::before {
  border-bottom: 12px solid #CCC;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  background-color: transparent;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button::before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 32px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 32px;
}
.timeline-nav-button--prev {
  left: 50px;
}
.timeline-nav-button--prev::before {
  background-image: url("/assets/images/icons/timeline-prev.svg");
}
.timeline-nav-button--next {
  right: 70px;
}
.timeline-nav-button--next::before {
  background-image: url("/assets/images/icons/timeline-next.svg");
}

.timeline--mobile {
  padding: 0;
}
.timeline--mobile::before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item::after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content::before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  border-top: 12px solid transparent;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}
@keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}
.timeline-space {
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .timeline-space {
    padding-bottom: 120px;
  }
}
.timeline-space.pr-0 {
  padding-right: 0;
}
.timeline-space.pl-193 {
  padding-left: 193px;
}

.timeline-radar {
  padding-top: 200px;
  padding-right: 400px;
  padding-left: 400px;
  position: relative;
}
@media (max-width: 991.98px) {
  .timeline-radar {
    padding-top: 222px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 450px) {
  .timeline-radar {
    padding-right: 30px;
  }
}
.timeline-radar .timeline-line {
  position: absolute;
  left: 219px;
  right: 219px;
  height: 1px;
  background: #72C4CA;
  top: 38.5%;
}
@media (max-width: 991.98px) {
  .timeline-radar .timeline-line {
    top: 41.25%;
    left: 80px;
    right: 40px;
  }
}
.timeline-radar .timeline-line:before, .timeline-radar .timeline-line:after {
  background: #72C4CA;
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: 50%;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .timeline-radar .timeline-line:before, .timeline-radar .timeline-line:after {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .timeline-radar .timeline-line:before, .timeline-radar .timeline-line:after {
    margin-top: -1px;
    width: 300px;
  }
}
.timeline-radar .timeline-line:before {
  right: 100%;
}
.timeline-radar .timeline-line:after {
  left: 100%;
}
.timeline-radar .timeline-line.no-marker-next:after {
  opacity: 1;
  visibility: visible;
}
.timeline-radar .timeline-line.no-marker-next .marker-circle-next {
  opacity: 0;
  visibility: hidden;
}
.timeline-radar .timeline-line.no-marker-prev:before {
  opacity: 1;
  visibility: visible;
}
.timeline-radar .timeline-line.no-marker-prev .marker-circle-prev {
  opacity: 0;
  visibility: hidden;
}
.timeline-radar.no-marker-prev.no-marker-next:before, .timeline-radar.no-marker-prev.no-marker-next:after {
  opacity: 1;
  visibility: visible;
}
.timeline-radar .slick-list {
  overflow: inherit;
}
.timeline-radar .slick-active .timeline__content {
  background: #fff;
}
.timeline-radar .slick-active.top .timeline__content:before {
  border-top-color: #fff;
}
.timeline-radar .timeline__content {
  background: #CED7DA;
}
.timeline-radar .timeline-item {
  position: relative;
  max-width: 320px;
}
.timeline-radar .timeline-item:after {
  content: initial;
}
.timeline-radar .top {
  transform: translateY(-137%) rotate(180deg);
}
.timeline-radar .top:after {
  background: url("/assets/images/icons/timeline-icon.svg");
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -75px;
}
.timeline-radar .top .timeline__content {
  transform: rotate(180deg);
}
.timeline-radar .top .timeline__content:before {
  right: initial;
  top: initial;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: solid 16px #CED7DA;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
}
.timeline-radar .top .timeline__content:after {
  bottom: -7px;
  margin-left: -5px;
  transform: rotate(180deg);
}
.timeline-radar .bottom {
  transform: translateY(20%);
}
.timeline-radar .bottom:after {
  background: url("/assets/images/icons/timeline-icon.svg");
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -30px);
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: 1;
  top: -20%;
}
.timeline-radar .bottom .timeline__content:before {
  border-bottom: 16px solid #CED7DA;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: none;
  bottom: 100%;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -50%);
}
.timeline-radar .bottom .timeline__content:after {
  top: -7px;
}
.timeline-radar .bottom.slick-active .timeline__content:before {
  border-bottom-color: #fff;
}
@media screen and (max-width: 450px) {
  .timeline-radar .timeline-controls {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
  }
}
.timeline-radar .timeline-prev, .timeline-radar .timeline-next {
  width: 32px;
  height: 32px;
  top: 35.2%;
}
@media (max-width: 991.98px) {
  .timeline-radar .timeline-prev, .timeline-radar .timeline-next {
    top: 38%;
  }
}
@media screen and (max-width: 450px) {
  .timeline-radar .timeline-prev, .timeline-radar .timeline-next {
    top: 20px;
  }
}
.timeline-radar .slick-disabled {
  opacity: 0.3;
}
.timeline-radar .timeline-prev {
  background: url("/assets/images/icons/timeline-next.svg");
  position: absolute;
  right: 65px;
}
@media (max-width: 991.98px) {
  .timeline-radar .timeline-prev {
    right: 30px;
  }
}
@media (max-width: 991.98px) {
  .timeline-radar .timeline-prev {
    left: 40px;
  }
}
.timeline-radar .timeline-next {
  background: url("/assets/images/icons/timeline-prev.svg");
  position: absolute;
  left: 65px;
}
@media (max-width: 991.98px) {
  .timeline-radar .timeline-next {
    left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .timeline-radar .timeline-next {
    left: 260px;
  }
}

.timeline-years {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .timeline-years {
    padding-right: 20px;
  }
}

.nav-years {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 0 auto;
  font-family: "National Book", "Helvetica", sans-serif;
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .nav-years {
    justify-content: end;
  }
}
.nav-years .hide-year {
  display: none;
}
.nav-years a {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .nav-years a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.nav-years a:hover, .nav-years a.active {
  color: #FFF;
  border-bottom: 2px solid #6ECBB8;
}

.timeline-container {
  padding: 200px 0 50px;
}

/*Pulsating circle animation*/
.timeline-line {
  position: relative;
}
.timeline-line .marker-circle {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  visibility: visible;
  width: 56px;
}
.timeline-line .marker-circle:before {
  -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 56px;
  position: relative;
  width: 56px;
}
.timeline-line .marker-circle:after {
  -webkit-animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  background-color: #ADDB91;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.timeline-line .marker-circle-prev {
  left: -28px;
}
.timeline-line .marker-circle-next {
  right: -28px;
}

/*Pulsating circle keyframes*/
@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(0.8);
  }
}
/*Elements*/
.blockquote p {
  margin-bottom: 0;
  position: relative;
  font-size: 3rem;
  font-family: "National Regular", "Helvetica", sans-serif;
  line-height: 1.1;
  /*Wrap paragraph with quotes*/
}
.blockquote p:before, .blockquote p:after {
  display: inline-block;
  line-height: 1;
}
.blockquote p:before {
  content: open-quote;
  left: -15px;
  position: absolute;
  top: 4px;
}
.blockquote p:after {
  content: close-quote;
}

/*Buttons*/
.btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
  font-family: "National Semibold", "Helvetica", sans-serif;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.4s;
  white-space: normal;
  border-radius: 100px;
  padding: 10px 25px;
  background-color: #007388;
  color: #FFF;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  /*Prmary button*/
  /*Stretches button full width at all breakpoints*/
  /*Stretches button full width on smallest breakpoint only*/
}
@media (max-width: 1199.98px) {
  .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    font-size: 1.87rem;
  }
}
@media (min-width: 1450px) {
  .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    font-size: 1.98rem;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .btn, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    line-height: 1.3;
  }
}
.btn:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:hover {
  text-decoration: none;
  background-color: #0091B2;
  color: #FFF;
}
.btn.btn-primary, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-primary.mktoButton, .btn.btn-orange, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-orange.mktoButton {
  align-items: center;
  min-height: 36px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background-color: #ff5e00;
}
.btn.btn-primary:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-primary.mktoButton:hover, .btn.btn-orange:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-orange.mktoButton:hover {
  background-color: #ff8239;
}
.btn.btn-blue, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-blue.mktoButton {
  background-color: #007388;
  color: #FFF;
}
.btn.btn-blue:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-blue.mktoButton:hover {
  background-color: #0091B2;
}
.btn.btn-white, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-white.mktoButton {
  background-color: #FFF;
  color: #007388;
}
.btn.btn-white:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-white.mktoButton:hover {
  background-color: #d9d8d6;
}
.btn.btn-transparent, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.mktoButton {
  border: 3px solid #6ECBB8;
  background-color: transparent;
  color: #007388;
  padding: 10px 22px;
}
@media (max-width: 1199.98px) {
  .btn.btn-transparent, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.mktoButton {
    height: 53px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .btn.btn-transparent, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.mktoButton {
    height: 49px;
  }
}
@media (min-width: 1450px) {
  .btn.btn-transparent, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.mktoButton {
    height: 49px;
  }
}
.btn.btn-transparent.color-black, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.color-black.mktoButton {
  color: #0A3C47;
}
.btn.btn-transparent.color-white, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.color-white.mktoButton {
  color: #FFF;
}
.btn.btn-transparent:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.mktoButton:hover {
  background-color: transparent;
  border: 3px solid #007388;
}
.btn.btn-full, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-full.mktoButton {
  width: 100%;
}
@media (max-width: 575.98px) {
  .btn.btn-xs-full, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-xs-full.mktoButton {
    width: 100%;
  }
}

.bg-stars .btn.btn-transparent, .bg-stars .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .bg-stars button.btn-transparent.mktoButton {
  color: #FFF;
}
.bg-stars .btn.btn-transparent:hover, .bg-stars .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-transparent.mktoButton:hover, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .bg-stars button.btn-transparent.mktoButton:hover {
  background-color: transparent;
  border: 3px solid #007388;
}

/*Button row*/
.btn-row {
  align-items: center;
  display: inline-flex;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
.btn-row.btn-justify-start {
  justify-content: start !important;
}
@media screen and (min-width: 1800px) {
  .btn-row.btn-same-width .btn, .btn-row.btn-same-width .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-row.btn-same-width button.mktoButton {
    min-width: 250px;
  }
}
@media (max-width: 575.98px) {
  .btn-row:not(.inline-xs) {
    flex-wrap: wrap;
  }
}
.btn-row .btn, .btn-row .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-row button.mktoButton {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .btn-row .btn.btn-xs-full, .btn-row .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.btn-xs-full.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-row button.btn-xs-full.mktoButton {
    margin-right: -10px !important;
  }
}
@media (max-width: 374.98px) {
  .btn-row .btn, .btn-row .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-row button.mktoButton {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .btn-row .btn, .btn-row .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-row button.mktoButton {
    margin-top: 20px;
  }
}

/*Stacked column of buttons*/
.btn-stacked {
  display: inline-flex;
  flex-direction: column;
}
.btn-stacked .btn:not(:last-child), .btn-stacked .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:not(:last-child), .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .btn-stacked button.mktoButton:not(:last-child) {
  margin-bottom: 20px;
}

/*Global combined dropdown/dropup setup*/
.dropdown:not(.dropdown-full) .dropdown-toggle:after,
.dropup:not(.dropdown-full) .dropdown-toggle:after {
  border-bottom: 5px solid #0A3C47;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  content: "";
  display: block;
  height: 0;
  transition: 0.4s;
  width: 0;
}

/*Global dropdown setup*/
.dropdown.show .dropdown-toggle:after {
  transform: rotate(0);
}
.dropdown:not(.dropdown-full) .dropdown-toggle:after {
  transform: rotate(180deg);
}

/*Global dropup setup*/
.dropup .btn-toggle:after {
  transform: rotate(-180deg);
}

/*Global dropdown toggle setup which adds arrow behind dropdown toggle*/
.dropdown-toggle {
  background: transparent;
  border: none;
  align-items: center;
  display: flex;
  padding: 0 20px;
  position: relative;
  transition: 0.4s;
}
/*Global dropdown menu setup*/
/*Dropdown itemm*/
.figure {
  margin: 0;
  /*Offset alignment options*/
}
@media (min-width: 1200px) {
  .figure.align-left {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .figure.align-left {
    margin: 10px 40px 40px -33%;
    max-width: 75%;
  }
}
@media (min-width: 1450px) {
  .figure.align-left {
    margin: 10px 85px 50px -260px;
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .figure.align-right {
    float: right;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .figure.align-right {
    margin: 10px -35% 40px 40px;
    max-width: 75%;
  }
}
@media (min-width: 1450px) {
  .figure.align-right {
    margin: 10px -260px 50px 85px;
    max-width: 85%;
  }
}

.is-video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.is-video:hover {
  cursor: pointer;
}
.is-video:after {
  background: url(/assets/images/icons/icon-video-play.svg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .is-video:after {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .is-video:after {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .is-video:after {
    width: 122px;
    height: 122px;
  }
}
@media (min-width: 1450px) {
  .is-video:after {
    width: 130px;
    height: 130px;
  }
}
.is-video.video-align-bl:after {
  left: 30px;
  bottom: 30px;
  transform: initial;
  top: initial;
}
@media (max-width: 991.98px) {
  .is-video.video-align-bl:after {
    width: 100px;
    height: 100px;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .is-video.video-align-bl:after {
    width: 70px;
    height: 70px;
    left: 10px;
    bottom: 10px;
  }
}

figcaption {
  font-family: "National Regular", "Helvetica", sans-serif;
}
@media (min-width: 992px) {
  figcaption {
    padding: 35px 40px;
  }
}
@media (max-width: 1199.98px) {
  figcaption {
    padding: 10px 20px;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  figcaption {
    font-size: 1.87rem;
  }
}
@media (min-width: 1450px) {
  figcaption {
    font-size: 1.98rem;
  }
}
figcaption .element-type, figcaption .element-time {
  font-family: "National Medium", "Helvetica", sans-serif;
}
figcaption .element-type {
  color: #6ECBB8;
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  figcaption .element-type {
    display: block;
  }
}
figcaption .element-time {
  color: #ADDB91;
  padding-left: 30px;
}
@media (min-width: 992px) {
  figcaption .element-time {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  figcaption .element-time {
    padding-left: 10px;
  }
}

/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: "National Regular", "Helvetica", sans-serif;
  display: block;
}
@media (min-width: 992px) {
  .micro-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.heading-1 {
  font-family: "National Book", "Helvetica", sans-serif;
  letter-spacing: -0.75px;
  line-height: 1.05;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-1 {
    font-size: 4.5rem;
    line-height: 1.07;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-1 {
    font-size: 6rem;
  }
}
@media (min-width: 1450px) {
  .heading-1 {
    font-size: 8rem;
  }
}

.heading-2 {
  font-family: "National Regular", "Helvetica", sans-serif;
  line-height: 1.03;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.035;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-2 {
    font-size: 4rem;
  }
}
@media (min-width: 1450px) {
  .heading-2 {
    font-size: 5rem;
    letter-spacing: -0.5px;
  }
}

.heading-3 {
  font-family: "National Book", "Helvetica", sans-serif;
  line-height: 1.1;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-3 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-3 {
    font-size: 4rem;
  }
}
@media (min-width: 1450px) {
  .heading-3 {
    font-size: 5rem;
  }
}

.heading-4 {
  font-family: "National Regular", "Helvetica", sans-serif;
  line-height: 1.03;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-4 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-4 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-4 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1450px) {
  .heading-4 {
    font-size: 4rem;
    line-height: 1.1;
  }
}

/*Add transition to all heading options*/
[class*=heading-] {
  transition: 0.4s;
}
[class*=heading-] a:hover {
  color: #00008b;
}

ol {
  margin-bottom: 30px;
  padding: 0 0 0 20px;
}
ol li:not(:last-child) {
  margin-bottom: 15px;
}

/*General unstyled list*/
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .list-unstyled {
    font-size: 2.3rem;
  }
}
.list-unstyled li:not(:last-child) {
  margin-bottom: 10px;
}

/*Used to display elements inline on all screens*/
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: inline-flex;
}
.list-inline li:not(:last-child),
.list-inline .list-item:not(:last-child) {
  margin-right: 24px;
}

/*Adds dividers between list items*/
.list-inline-dividers {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.list-inline-dividers li:not(:last-child):after,
.list-inline-dividers .list-item:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
  color: rgba(129, 218, 223, 0.5);
}

/*General list with yellow bullets*/
.list-bullets, .cms-styles ul.bold-line-list, .has-bold-line-list ul {
  list-style: none;
  margin: 0px 0px 20px;
  padding: 0px;
}
.list-bullets li, .cms-styles ul.bold-line-list li, .has-bold-line-list ul li {
  align-items: center;
  display: flex;
  font-size: 3rem;
  padding: 0 0 0 70px;
  font-family: "National Semibold", "Helvetica", sans-serif;
  position: relative;
}
@media (max-width: 767.98px) {
  .list-bullets li, .cms-styles ul.bold-line-list li, .has-bold-line-list ul li {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .list-bullets li, .cms-styles ul.bold-line-list li, .has-bold-line-list ul li {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .list-bullets li, .cms-styles ul.bold-line-list li, .has-bold-line-list ul li {
    font-size: 2.55rem;
  }
}
@media (min-width: 1450px) {
  .list-bullets li, .cms-styles ul.bold-line-list li, .has-bold-line-list ul li {
    font-size: 2.7rem;
  }
}
@media (max-width: 991.98px) {
  .list-bullets li, .cms-styles ul.bold-line-list li, .has-bold-line-list ul li {
    padding-left: 50px;
  }
}
.list-bullets li:not(:last-child), .cms-styles ul.bold-line-list li:not(:last-child), .has-bold-line-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.list-bullets li:before, .cms-styles ul.bold-line-list li:before, .has-bold-line-list ul li:before {
  background: url("/assets/images/icons/bullet.jpg");
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  background-position: left center;
  width: 50px;
}
@media (max-width: 991.98px) {
  .list-bullets li:before, .cms-styles ul.bold-line-list li:before, .has-bold-line-list ul li:before {
    width: 40px;
  }
}

.check-list {
  list-style: none;
  margin: 0px 0px 20px;
  padding: 0px;
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 2.2rem;
  line-height: 1.25;
}
.check-list li {
  align-items: center;
  display: flex;
  padding: 0 0 0 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .check-list li {
    padding-left: 50px;
  }
}
.check-list li:not(:last-child) {
  margin-bottom: 23px;
}
.check-list li:before {
  background: url("/assets/images/icons/bullet.svg");
  content: "";
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  width: 30px;
}

/*Used to create a stacked list*/
.list-stacked {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-stacked li:not(:last-child),
.list-stacked .list-item:not(:last-child) {
  margin-bottom: 8px;
}
.list-stacked .list-link {
  color: inherit;
}
.list-stacked .list-link:hover {
  text-decoration: underline;
}

/*Adds numbers before list item*/
.list-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: listNumbers;
  margin-bottom: 30px;
}
.list-numbers li, .list-numbers .list-item {
  font-size: 1.8rem;
  color: #596669;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .list-numbers li, .list-numbers .list-item {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .list-numbers li, .list-numbers .list-item {
    margin-left: 10%;
  }
}
.list-numbers li:not(:last-child), .list-numbers .list-item:not(:last-child) {
  margin-bottom: 20px;
}
.list-numbers li:before, .list-numbers li:after, .list-numbers .list-item:before, .list-numbers .list-item:after {
  display: block;
  position: absolute;
}
.list-numbers li:before, .list-numbers .list-item:before {
  border-radius: 50%;
  content: "";
  height: 30px;
  left: -10;
  top: 0;
  width: 30px;
  z-index: 1;
}
.list-numbers li:after, .list-numbers .list-item:after {
  font-family: "National Semibold", "Helvetica", sans-serif;
  content: counter(listNumbers);
  counter-increment: listNumbers;
  left: 0px;
  letter-spacing: -0.01em;
  line-height: 1;
  top: 4px;
  z-index: 15;
  color: #CDD7F4;
}
.list-numbers li span,
.list-numbers li strong,
.list-numbers li b, .list-numbers .list-item span,
.list-numbers .list-item strong,
.list-numbers .list-item b {
  font-family: "National Semibold", "Helvetica", sans-serif;
  font-size: 1.8rem;
  color: #007388;
  display: block;
  margin-bottom: 5px;
}

/*Splits list into two columns*/
@media (min-width: 992px) {
  .list-col-2-lg {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
/*Splits list into two columns*/
@media (min-width: 992px) {
  .list-col-3-lg {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
/* Components - specific elements that make up a page */
/*GLobal accordion setup*/
.accordion-default {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 3rem;
}
.accordion-default .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(10, 60, 71, 0.2);
}
.accordion-default .accordion-item.accordion-border-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-default .accordion-item.accordion-border-light:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-default .accordion-item.accordion-border-light:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-default .accordion-item:last-child {
  border-bottom: none;
}
.accordion-default .accordion-item .accordion-header {
  background: transparent;
}
.accordion-default .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: inherit;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
}
.accordion-default .accordion-item .accordion-header .accordion-button:focus {
  border-color: none !important;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .accordion-default .accordion-item .accordion-header .accordion-button {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1449.98px) {
  .accordion-default .accordion-item .accordion-header .accordion-button {
    font-size: 2.8rem;
  }
}
@media (min-width: 1450px) {
  .accordion-default .accordion-item .accordion-header .accordion-button {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  .accordion-default .accordion-item .accordion-header .accordion-button {
    padding-left: 30px;
  }
}
.accordion-default .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  padding-bottom: 10px;
}
.accordion-default .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: initial;
}
.accordion-default .accordion-item .accordion-header .accordion-button:after {
  content: initial;
}
.accordion-default .accordion-item .accordion-header .accordion-button:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .accordion-default .accordion-item .accordion-header .accordion-button:before {
    left: -30px;
  }
}
@media (max-width: 991.98px) {
  .accordion-default .accordion-item .accordion-header .accordion-button:before {
    left: 0px;
  }
}
.accordion-default .accordion-item .accordion-header .accordion-button.arrow-white:not(.collapsed)::before {
  background-image: url("/assets/images/icons/icon-arrow-down-light-blue.svg");
}
.accordion-default .accordion-item .accordion-header .accordion-button.arrow-white:before {
  background: url("/assets/images/icons/icon-arrow-right-white.svg");
}
.accordion-default .accordion-item .accordion-header .accordion-button.arrow-blue:not(.collapsed)::before {
  background-image: url("/assets/images/icons/icon-arrow-down-light-blue.svg");
}
.accordion-default .accordion-item .accordion-header .accordion-button.arrow-blue:before {
  background: url("/assets/images/icons/icon-arrow-right-dark-blue.svg");
}
@media screen and (max-width: 450px) {
  .accordion-default .accordion-item .accordion-header .accordion-button.arrow-blue:before {
    top: 33px;
  }
}
.accordion-default .accordion-item .accordion-body {
  font-size: 2.2rem;
  opacity: 0.9;
  padding-top: 0;
  padding-bottom: 23px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .accordion-default .accordion-item .accordion-body {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}

.card-content {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
@media (min-width: 992px) {
  .card-content {
    padding-left: 60px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .card-content {
    padding-left: 120px;
    padding-right: 10px;
  }
}
@media (min-width: 1450px) {
  .card-content {
    padding-left: 180px;
    padding-right: 5%;
  }
}
@media (max-width: 991.98px) {
  .card-content {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

/*Global modal setup*/
.modal {
  /*close button*/
}
.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal .modal-body {
  padding: 0;
}
/*Global navbar*/
.navbar {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*Global slider dots setup*/
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li.slick-active button {
  width: 13px;
  height: 13px;
}
.slick-dots li.slick-active button:before {
  background: #FFF;
  height: 13px;
  border: 3px solid #36646D;
}
.slick-dots button {
  align-items: center;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  font-size: 0;
  height: 7px;
  justify-content: center;
  line-height: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  transition: 0.4s;
  width: 7px;
  border: 3px transparent;
}
.slick-dots button:before {
  background: #36646D;
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  border-radius: 50%;
}

/*Global arrow setup*/
.slick-arrow {
  background: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  transition: 0.4s;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

/*Global arrow setup*/
.slick-arrow {
  background: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  transition: 0.4s;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

/*Slider control options*/
.slider-controls {
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  display: flex;
}
@media (max-width: 991.98px) {
  .slider-controls {
    bottom: 40px;
  }
}
.slider-controls.center-content-controls {
  width: auto;
  margin: initial;
  transform: none;
  left: 61%;
  z-index: 99;
  bottom: 132px;
}
@media (max-width: 767.98px) {
  .slider-controls.center-content-controls {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .slider-controls.center-content-controls {
    left: 57%;
    bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .slider-controls.center-content-controls {
    left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .slider-controls.center-content-controls {
    left: 63%;
    bottom: 30px;
  }
}
@media (min-width: 1450px) {
  .slider-controls.center-content-controls {
    left: 63%;
    bottom: 50px;
  }
}
.slider-controls.center-content-controls .slick-arrow {
  position: relative;
}
.slider-controls.left-controls {
  left: 11%;
}
@media (max-width: 1199.98px) {
  .slider-controls.left-controls {
    left: 5%;
  }
}

.slider-controls-light .slick-disabled:before {
  opacity: 0.5;
}
.slider-controls-light .slick-arrow {
  z-index: 8;
}
.slider-controls-light .slick-arrow:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-controls-light .slide-m-prev {
  margin-right: 40px;
}
.slider-controls-light .slide-m-prev:before {
  background-image: url("../images/icons/icon-slider-prev.svg");
}
.slider-controls-light .slide-m-dots li {
  margin: 0px 2px;
}
.slider-controls-light .slide-m-dots button {
  width: 16px;
  height: 16px;
}
.slider-controls-light .slide-m-dots button:before {
  background: url("/assets/images/icons/slider-dot-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.slider-controls-light .slide-m-dots .slick-active button {
  width: 16px !important;
  height: 16px !important;
}
.slider-controls-light .slide-m-dots .slick-active button:before {
  background: url("/assets/images/icons/slider-active-dot-green.svg") !important;
  background-repeat: no-repeat;
  border: none;
  height: 16px;
}
.slider-controls-light .slide-m-next {
  margin-left: 40px;
  right: 0;
  top: 0;
}
.slider-controls-light .slide-m-next:before {
  background-image: url("../images/icons/icon-slider-next.svg");
}
.slider-controls-light .slide-item-prev {
  margin-right: 20px;
}
.slider-controls-light .slide-item-prev:before {
  background-image: url("../images/icons/icon-slider-prev-green.svg");
}
.slider-controls-light .slide-item-dots li {
  margin: 0px 2px;
}
.slider-controls-light .slide-item-dots button {
  width: 16px;
  height: 16px;
}
.slider-controls-light .slide-item-dots button:before {
  background: url("/assets/images/icons/slider-dot.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.slider-controls-light .slide-item-dots .slick-active button {
  width: 16px !important;
  height: 16px !important;
}
.slider-controls-light .slide-item-dots .slick-active button:before {
  background: url("/assets/images/icons/slider-active-dot.svg") !important;
  background-repeat: no-repeat;
  border: none;
  height: 16px;
}
.slider-controls-light .slide-item-next {
  margin-left: 20px;
  right: 0;
  top: 0;
}
.slider-controls-light .slide-item-next:before {
  background-image: url("../images/icons/icon-slider-next-green.svg");
}
.slider-controls-light .slick-dots {
  margin-top: 10px;
}

.slider-controls-dark .slick-arrow {
  border-color: #0A3C47;
}
.slider-controls-dark .slick-arrow:hover {
  background-color: #0A3C47;
}
.site-main .card-slider .slick-current .card-item {
  transform: scale(1);
  opacity: 1;
}
.site-main .card-slider .slick-current .card-item .quote, .site-main .card-slider .slick-current .card-item .card-info {
  visibility: visible;
}

.page.page-id-107 .image-block.image-static img.bg-image,
.page.page-id-109 .image-block.image-static img.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.page.page-id-107 .image-block.image-static .image-overlay,
.page.page-id-109 .image-block.image-static .image-overlay {
  position: static !important;
  padding: 110px 0;
}

@media (max-width: 1199.98px) {
  .card-slider .card-item .quote, .card-slider .card-item .card-info {
    opacity: 0;
  }

  .card-item {
    margin-bottom: 50px;
  }
  .card-item .quote {
    font-size: 3rem !important;
  }

  .slick-current .quote, .slick-current .card-info {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .page.page-id-107 .timeline-years,
.page.page-id-109 .timeline-years {
    display: none !important;
  }
  .page.page-id-107 .timeline-space,
.page.page-id-109 .timeline-space {
    padding-bottom: 60px;
  }
  .page.page-id-107 .image-block .image-overlay,
.page.page-id-109 .image-block .image-overlay {
    padding: 40px 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .card-item quote {
    font-size: 2rem !important;
  }
}
/*Layout*/
/*Global site header*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: auto;
  /*Adds navigation toggle button on mobile*/
  /*Position primary navigation off screen on mobile*/
  /*Toggler icons*/
  /*Global dropdown menu setup*/
}
.site-header .header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .site-header .header-container {
    padding: 60px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-container {
    padding: 20px 60px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-container {
    padding: 30px 20px;
  }
}
.site-header .header-container.is-fixed {
  position: fixed;
  background: #0A3C47;
  width: 100%;
  padding: 20px 30px;
}
@media (max-width: 1199.98px) {
  .site-header .site-logo img {
    max-width: 150px;
  }
}
.site-header .navbar-toggle {
  background: transparent;
  border: none;
  height: 24px;
  opacity: 1;
  padding: 0;
  pointer-events: all;
  position: relative;
  transition: 0.4s;
  visibility: visible;
  width: 24px;
  z-index: 100;
  /*Default styles*/
  /*Used when sub toggle is visible*/
}
@media (min-width: 1200px) {
  .site-header .navbar-toggle {
    display: none;
  }
}
.site-header .navbar-toggle:focus {
  outline: none;
}
.site-header .navbar-toggle.collapsed .toggler-icons {
  border-color: #FFF;
}
.site-header .navbar-toggle.collapsed .toggler-icons:before, .site-header .navbar-toggle.collapsed .toggler-icons:after {
  transform: translate(-50%, -50%);
}
.site-header .navbar-toggle.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.site-header .navigation-collapse {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .site-header .navigation-collapse {
    align-items: flex-start;
    background: #007388;
    color: #FFF;
    bottom: 0;
    display: block;
    justify-content: flex-start;
    left: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0px;
    padding-top: 83px;
    z-index: -1 !important;
    transition: 0.4s;
    z-index: 50;
    transform: translateX(200%);
  }
  .site-header .navigation-collapse.is-expanded {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateX(0);
  }
}
.site-header .nav-item a {
  color: #FFF;
  font-family: "National Regular", "Helvetica", sans-serif;
  font-weight: 600;
}
.site-header .nav-item a span {
  font-size: 2.4rem;
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-header .nav-item a span {
    font-size: 2.04rem;
  }
}
@media (min-width: 1450px) {
  .site-header .nav-item a span {
    font-size: 2.16rem;
  }
}
@media (max-width: 1199.98px) {
  .site-header .navbar {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 1px;
  }
  .site-header .nav-item {
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .site-header .nav-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .site-header .nav-item a {
    color: #FFF;
    font-weight: 400;
  }
  .site-header .nav-item a:after {
    position: absolute;
    right: 0;
    color: #FFF;
    background: url("/assets/images/icons/icon-mobile-arrow.svg");
    width: 7px;
    height: 7px;
    border: none;
  }
  .site-header .nav-item .dropdown-menu a {
    color: #FFF;
    font-size: 2rem;
  }
  .site-header .nav-link {
    padding: 0px;
  }
}
.site-header .toggler-icons {
  background: transparent;
  border-bottom: 2px solid transparent;
  border-color: transparent;
  border-top: 2px solid transparent;
  color: #FFF;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0 auto;
  position: relative;
  transition: 0.4s;
  width: 24px;
}
.site-header .toggler-icons:before, .site-header .toggler-icons:after {
  background: #FFF;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  width: 100%;
}
.site-header .toggler-icons:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .toggler-icons:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .dropdown-2-col {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .dropdown-2-col {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-column-gap: 55px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .site-header .dropdown-2-col {
    grid-column-gap: 30px;
  }
}
.site-header .dropdown-3-col {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .dropdown-3-col {
    display: grid;
    grid-template-columns: 1fr 1fr 350px;
    grid-column-gap: 55px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .site-header .dropdown-3-col {
    grid-column-gap: 30px;
  }
}
.site-header .dropdown-4-col {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .dropdown-4-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 55px;
  }
}
@media (min-width: 1200px) {
  .site-header .dropdown-4-col {
    grid-template-columns: 1fr 1fr 1fr 350px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .site-header .dropdown-4-col {
    grid-column-gap: 30px;
  }
}
.site-header .tooltip_outer {
  position: absolute;
  top: -12px;
  width: 0;
  height: 5px;
  display: block;
  top: -32px;
  position: absolute;
  border: 2px solid transparent;
  display: inline-block;
  border-width: 19px;
  border-bottom-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .site-header .tooltip_outer {
    display: none;
  }
}
.site-header .tooltip_outer .tooltip_arrow {
  position: absolute;
  left: -5px;
  top: 10px;
}
.site-header .tooltip_outer .tooltip_arrow:before {
  content: "";
  background: url(/assets/images/icons/dropdown-middlesvg.svg);
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
}
.site-header .dropdown-list .dropdown-title {
  font-family: "National Medium", "Helvetica", sans-serif;
  margin-top: -10px;
  color: #007388;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .dropdown-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-header .dropdown-list .dropdown-title {
    font-size: 2.55rem;
  }
}
@media (min-width: 1450px) {
  .site-header .dropdown-list .dropdown-title {
    font-size: 2.7rem;
  }
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .dropdown-title {
    position: relative;
    color: #FFF;
    font-size: 4rem;
    padding-bottom: 3px;
    text-align: center;
    letter-spacing: -1px;
  }
}
.site-header .dropdown-list .divider {
  height: 1px;
  display: block;
  background: #d9d8d6;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .divider {
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
  }
}
.site-header .dropdown-list .sub-title {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 1.6rem;
  color: #007388;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .sub-title {
    color: rgba(255, 255, 255, 0.7);
  }
}
.site-header .dropdown-list .list-unstyled {
  color: #007388;
  font-family: "National Regular", "Helvetica", sans-serif;
  padding-top: 15px;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .list-unstyled {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-header .dropdown-list .list-unstyled {
    font-size: 1.87rem;
  }
}
@media (min-width: 1450px) {
  .site-header .dropdown-list .list-unstyled {
    font-size: 1.98rem;
  }
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .list-unstyled {
    padding-top: 15px;
    margin-bottom: 45px;
  }
}
.site-header .dropdown-list .list-unstyled.pt-0 {
  padding-top: 0;
}
.site-header .dropdown-list .list-unstyled.pt-0 li {
  white-space: normal;
  line-height: 22px;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .list-unstyled.pt-0 li {
    margin-bottom: 15px !important;
  }
}
.site-header .dropdown-list .list-unstyled.pt-0 li a {
  display: block;
  white-space: nowrap;
}
.site-header .dropdown-list .list-unstyled.pt-0 li span {
  font-size: 1.8rem;
  color: rgba(10, 60, 71, 0.8);
  line-height: 1.27;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .list-unstyled.pt-0 li span {
    color: rgba(255, 255, 255, 0.7);
  }
}
.site-header .dropdown-list .list-unstyled.pt-0 li span.desc {
  width: 201px;
  display: block;
  margin-top: 5px;
}
.site-header .dropdown-list .list-unstyled li:not(:last-child) {
  margin-bottom: 15px;
}
.site-header .dropdown-list .list-unstyled a {
  text-decoration: none;
  color: #0A3C47;
  font-weight: 400;
}
.site-header .dropdown-list .list-unstyled a:hover {
  color: #0091B2;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-list .list-unstyled a {
    color: #FFF;
  }
  .site-header .dropdown-list .list-unstyled a:hover {
    color: #6ECBB8;
  }
}
.site-header .dropdown-list .list-unstyled a.text-semibold {
  font-weight: 700 !important;
}
.site-header .dropdown-feature span {
  display: block;
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 2rem;
  color: #007388;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-feature span {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
  }
}
.site-header .dropdown-feature .feature-title {
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 2.4rem;
  color: #0A3C47;
  line-height: 26px;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-feature .feature-title {
    margin-top: 5px;
  }
}
.site-header .dropdown-feature .feature-title a {
  white-space: break-spaces;
  text-decoration: none;
  color: #0A3C47;
}
.site-header .dropdown-feature .feature-title a:hover {
  color: #0091B2;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-feature .feature-title a {
    font-weight: 600;
    font-size: 2.4rem;
    color: #FFF;
  }
  .site-header .dropdown-feature .feature-title a:hover {
    color: #6ECBB8;
  }
}
@media (max-width: 1199.98px) {
  .site-header .parent-link {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .site-header .parent-link > a span {
    border-bottom: 4px solid transparent;
  }
  .site-header .parent-link > a:hover span, .site-header .active span {
    border-bottom: 4px solid #81dadf;
  }
}
.site-header .login-link-desktop {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #FFF;
  text-decoration: none;
  margin-right: 30px;
}
.site-header .login-link-desktop:hover {
  text-decoration: underline;
}
.site-header .dropdown-menu {
  background: #FFF;
  display: block;
  list-style: none;
  margin-top: 0;
  border-radius: 8px;
  opacity: 0;
  font-size: 1.4rem;
  font-family: "National Medium", "Helvetica", sans-serif;
  pointer-events: none;
  position: absolute;
  top: 150%;
  transition: 0.4s;
  visibility: hidden;
  z-index: 100;
  position: absolute;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.21), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.150959), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.125183), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.105), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0848175), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0590406);
  padding: 50px;
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
  .site-header .dropdown-menu {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-menu {
    border-radius: 0px;
    background: #007388;
    color: #FFF;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .site-header .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .site-header .dropdown-menu {
    width: 100%;
    top: 83px;
    transform: translateX(200%);
    opacity: 1;
    padding: 20px;
  }
}
.site-header .dropdown-menu.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  .site-header .dropdown-menu.show {
    transform: translateX(-20px);
    position: fixed;
    top: 83px;
    bottom: 0;
    overflow-y: scroll;
  }
}
@media (max-width: 1199.98px) {
  .site-header .mobile-back {
    background: url("/assets/images/icons/icon-mobile-back.svg");
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .mobile-back:hover {
    cursor: pointer;
  }
}
.site-header .dropdown-toggle {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .site-header .dropdown-toggle {
    margin-right: 25px;
  }
}
.site-header .nav-link.dropdown-toggle.show.active:after {
  transform: rotate(180deg);
}
.site-header .dropdown:not(.dropdown-full) .dropdown-toggle:after, .site-header .dropup:not(.dropdown-full) .dropdown-toggle:after {
  background: url("/assets/images/icons/nav-icon-arrow.svg");
  content: "";
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  border: none;
  transform: rotate(0deg);
}
@media screen and (max-width: 993px) {
  .site-header .dropdown:not(.dropdown-full) .dropdown-toggle:after, .site-header .dropup:not(.dropdown-full) .dropdown-toggle:after {
    transform: rotate(-90deg);
  }
}
.site-header .mobile-cta {
  padding-left: 20px;
  padding-right: 20px;
}
.site-header .mobile-cta .btn, .site-header .mobile-cta .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .site-header .mobile-cta button.mktoButton {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .site-header .xl-btn-xs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header .xl-btn-xs a {
    width: 100%;
  }
}

.login-link-mobile-container {
  text-align: center;
  padding: 15px 0;
}

.login-link-mobile {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  color: #FFF;
  text-decoration: none;
}
.login-link-mobile:hover {
  color: rgba(255, 255, 255, 0.8);
}

/*Global site footer*/
.site-footer {
  background-color: #0A3C47;
  color: #FFF;
  /*Footer mobile toggle button*/
}
.site-footer .footer-border-bottom {
  border-bottom: 1px solid #3B636C;
}
@media (max-width: 991.98px) {
  .site-footer .footer-border-bottom {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1700px) {
  .site-footer .footer-col {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1700px) {
  .site-footer .footer-col {
    padding: 20px 30px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-col {
    padding: 15px 0px;
  }
  .site-footer .footer-col .footer-list li:last-child a {
    padding-bottom: 0px;
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 993px) {
  .site-footer .footer-col {
    border-right: 1px solid #3B636C;
  }
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-col {
    border-bottom: 1px solid #3B636C;
  }
}
.site-footer .footer-col:last-child {
  border-right: none;
}
@media (min-width: 991px) {
  .site-footer .has-multi-columns {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
}
.site-footer .footer-menu div:nth-of-type(1) {
  grid-area: a;
}
.site-footer .footer-menu div:nth-of-type(2) {
  grid-area: b;
}
.site-footer .footer-menu div:nth-of-type(3) {
  grid-area: c;
}
.site-footer .footer-menu div:nth-of-type(4) {
  grid-area: d;
}
.site-footer .footer-menu div:nth-of-type(5) {
  grid-area: e;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-menu {
    grid-template-columns: repeat(minmax(auto, 1fr));
    grid-template-areas: "a a" "b c" "d e";
    grid-auto-rows: auto;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-menu {
    grid-template-areas: "a a a a a" "b c d e e";
    grid-auto-rows: auto;
  }
}
@media screen and (min-width: 1700px) {
  .site-footer .footer-menu {
    grid-template-columns: 361px minmax(350px, 1fr);
    grid-template-areas: "a b c d e";
  }
}
@media screen and (max-width: 992px) {
  .site-footer .footer-menu {
    grid-auto-rows: auto;
    grid-template-areas: "a" "b" "c" "d" "e";
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 1700px) {
  .site-footer .footer-menu .footer-logo-contain {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #3B636C;
  }
}
.site-footer .footer-menu .footer-logo-contain .footer-logo img {
  width: 215px;
}
@media screen and (min-width: 1700px) {
  .site-footer .footer-menu .footer-logo-contain .footer-logo img {
    margin: 0 auto;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-menu .collapse {
    display: block;
  }
}
.site-footer .footer-menu .footer-title {
  font-size: 2rem;
  color: #ADDB91;
}
.site-footer .footer-menu .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.site-footer .footer-menu .footer-list.list-wrap {
  display: flex;
  flex-flow: wrap column;
  max-height: 268px;
}
.site-footer .footer-menu .footer-list li {
  margin-bottom: 11px;
  font-size: 1.6rem;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-list li {
    border-bottom: 1px solid #3B636C;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-list li:first-child {
    border-top: 1px solid #3B636C;
  }
}
.site-footer .footer-menu .footer-list li:last-child {
  border-bottom: 0px;
}
.site-footer .footer-menu .footer-list a {
  display: block;
  color: #FFF;
  text-decoration: none;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-list a {
    color: #FFF;
    padding: 10px 0;
  }
}
.site-footer .footer-menu .footer-list a:hover {
  color: #81dadf;
  text-decoration: none;
}
.site-footer .footer-menu .footer-list.is-lg a {
  font-family: "National Regular", "Helvetica", sans-serif;
}
@media (min-width: 992px) {
  .site-footer .footer-menu .footer-list.is-lg a {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-menu .footer-list.is-lg a {
    color: #d9d8d6;
    margin-bottom: 20px;
  }
  .site-footer .footer-menu .footer-list.is-lg a:hover {
    color: #81dadf;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-list.is-sm a {
    font-family: "National Regular", "Helvetica", sans-serif;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .site-footer .footer-menu .footer-list.is-sm a {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.site-footer .footer-toggle {
  font-family: "National Regular", "Helvetica", sans-serif;
  background: transparent;
  border: none;
  display: block;
  justify-content: flex-start;
  padding: 0px;
  position: relative;
  text-align: left;
  width: 100%;
  /*Adds arrow behind text*/
}
@media (min-width: 992px) {
  .site-footer .footer-toggle {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-toggle.btn, .site-footer .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.footer-toggle.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .site-footer button.footer-toggle.mktoButton {
    justify-content: flex-start;
    color: #FFF;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-toggle.btn, .site-footer .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.footer-toggle.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .site-footer button.footer-toggle.mktoButton {
    display: none;
  }
}
.site-footer .footer-toggle:after {
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
  vertical-align: middle;
  width: 9px;
}
.site-footer .footer-toggle:not(.collapsed):after {
  transform: translateX(-50%) rotate(-135deg);
}
.site-footer .footer-toggle:focus {
  outline: none;
}
.site-footer .footer-copyright {
  font-size: 1.6rem;
}
@media (max-width: 991.98px) {
  .site-footer .footer-copyright {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }
}
.site-footer .footer-copyright .copyright-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .site-footer .footer-copyright .copyright-content {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .site-footer .footer-copyright .copyright-content .list-inline-dividers {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .site-footer .footer-copyright .copyright-content .list-inline-dividers li {
    border-bottom: 1px solid rgba(129, 218, 223, 0.5);
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .site-footer .footer-copyright .copyright-content .list-inline-dividers li:not(:last-child):after {
    content: initial;
  }
  .site-footer .footer-copyright .copyright-content .list-inline-dividers li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.site-footer .footer-copyright .footer-col {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer .footer-copyright a {
  text-decoration: none;
}
.site-footer .footer-copyright a:hover {
  color: #81dadf;
  text-decoration: none;
}

/*Global main content area*/
@media (max-width: 991.98px) {
  .site-main .carousel-logo {
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-main .carousel-logo .slick-track {
  display: flex;
}
.site-main .carousel-logo .slider-item {
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.site-main .carousel-logo .slider-item img {
  filter: grayscale(100%) opacity(70%);
  transition: 0.4s;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .site-main .carousel-logo .slider-item img {
    max-height: 48px;
  }
}
@media (max-width: 767.98px) {
  .site-main .carousel-logo .slider-item img {
    max-height: none;
  }
}
.site-main .carousel-logo .slider-item:hover img {
  filter: grayscale(0%);
}
.site-main .container-element {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 991.98px) {
  .site-main .container-element {
    flex-direction: column;
  }
}
.site-main .container-element.flex-wrap {
  flex-wrap: wrap;
}
.site-main .container-element .element-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .site-main .container-element .element-column {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .container-element .element-column {
    padding: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .container-element .element-column {
    padding: 50px;
  }
}
@media (min-width: 1450px) {
  .site-main .container-element .element-column {
    padding: 70px;
  }
}
.site-main .container-element .element-column.element-thirds-desktop {
  flex-basis: 100%;
  min-width: 100%;
}
@media (min-width: 992px) {
  .site-main .container-element .element-column.element-thirds-desktop {
    flex-basis: 33.333333%;
    min-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .site-main .container-element .element-column.element-small-pad {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.site-main .container-element .element-column.element-small-pad .element-top {
  margin-bottom: 0;
}
.site-main .container-element .element-column .element-top {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .site-main .container-element .element-column .element-top {
    margin-bottom: 23px;
  }
}
.site-main .container-element .element-column .element-top span {
  min-height: 77px;
  display: block;
}
@media (min-width: 992px) {
  .site-main .article-listing picture {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .site-main .article-listing picture {
    margin-bottom: 25px;
  }
}
.site-main .article-listing .category {
  font-family: "National Medium", "Helvetica", sans-serif;
}
@media (min-width: 992px) {
  .site-main .article-listing .category {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .site-main .article-listing .category {
    font-size: 1.6rem;
  }
}
@media (min-width: 1450px) {
  .site-main .article-listing .article-excerpt {
    padding-right: 300px;
  }
}
.site-main .blue-link {
  text-decoration: none;
  color: #007388;
  transition: 0.4s;
}
.site-main .blue-link:hover {
  color: #ff5e00;
}
.site-main .blue-dark-link {
  text-decoration: none;
  color: #0A3C47;
  transition: 0.4s;
}
.site-main .blue-dark-link:hover {
  color: #007388;
}
@media (min-width: 1200px) {
  .site-main .slider-container .card-callout {
    width: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-main .slider-container .card-callout {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .site-main .slider-container .card-slider {
    width: 65%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-main .slider-container .card-slider {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .site-main .slider-articles .slick-list {
    margin-right: -50px;
  }
}
@media (max-width: 767.98px) {
  .site-main .slider-articles .slick-list {
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .site-main .slider-articles.lg-articles-width {
    justify-content: center;
  }
}
.site-main .slider-articles.lg-articles-width .side-articles {
  max-width: 420px;
}
@media (min-width: 992px) {
  .site-main .side-articles {
    flex-direction: row;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .site-main .side-articles.no-flex {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .site-main .side-articles {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .site-main .side-articles picture {
    flex-basis: 50%;
    max-width: 270px;
  }
}
.site-main .side-articles .category {
  text-decoration: none;
  color: #007388;
}
@media (min-width: 992px) {
  .site-main .side-articles .side-content {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .site-main .side-articles .side-content .heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .side-articles .side-content .heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .side-articles .side-content .heading {
    font-size: 2.55rem;
  }
}
@media (min-width: 1450px) {
  .site-main .side-articles .side-content .heading {
    font-size: 2.7rem;
  }
}
@media (max-width: 767.98px) {
  .site-main .card-callout {
    padding: 50px 20px 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .card-callout {
    padding: 80px 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .card-callout {
    padding: 100px 50px;
  }
}
@media (min-width: 1450px) {
  .site-main .card-callout {
    padding: 135px 100px;
  }
}
.site-main .card-slider {
  padding-top: 70px;
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  .site-main .card-slider {
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 60px;
  }
}
.site-main .card-slider .card-item {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .site-main .card-slider .card-item {
    transform: scale(0.93);
  }
}
@media (max-width: 991.98px) {
  .site-main .card-slider .card-item {
    padding: 0px;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-main .card-slider .card-item .card-padding {
    padding: 24px 33px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .card-slider .card-item .card-padding {
    padding: 36px 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .card-slider .card-item .card-padding {
    padding: 48px 57px;
  }
}
@media (min-width: 1450px) {
  .site-main .card-slider .card-item .card-padding {
    padding: 60px 70px;
  }
}
@media (min-width: 992px) {
  .site-main .card-slider .card-item .quote, .site-main .card-slider .card-item .card-info {
    visibility: hidden;
  }
}
.site-main .quote {
  font-family: "National Regular", "Helvetica", sans-serif;
  position: relative;
  line-height: 1.25;
}
@media (max-width: 1199.98px) {
  .site-main .quote {
    font-size: 2rem !important;
    line-height: 0.75;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .quote {
    font-size: 3.4rem;
  }
}
@media (min-width: 1450px) {
  .site-main .quote {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .quote.normal-text {
    font-size: 2.55rem;
  }
}
@media (min-width: 1450px) {
  .site-main .quote.normal-text {
    font-size: 2.7rem;
  }
}
.site-main .quote:before {
  content: open-quote;
  display: block;
  left: -17px;
  top: 0;
  position: absolute;
  font-family: "National Regular", "Helvetica", sans-serif;
}
.site-main .quote:after {
  content: close-quote;
}
.site-main .card-info {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .site-main .card-info {
    display: block;
    margin-top: 35px;
  }
}
.site-main .card-info picture {
  margin-right: 15px;
  margin-top: -10px;
}
@media (max-width: 991.98px) {
  .site-main .card-info picture {
    margin-bottom: 10px;
    width: 70px;
  }
}
.site-main .card-info picture img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.site-main .card-detail {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.site-main .card-detail .author {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .site-main .card-detail .author {
    margin-bottom: 0;
  }
}
.site-main .content-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .site-main .content-card {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .content-card {
    padding: 42px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .content-card {
    padding: 64px 40px;
  }
}
@media (min-width: 1450px) {
  .site-main .content-card {
    padding: 85px 50px;
  }
}
@media (max-width: 767.98px) {
  .site-main .content-card.content-card-control-padding {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .content-card.content-card-control-padding {
    padding-top: 93px;
    padding-bottom: 133px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .content-card.content-card-control-padding {
    padding-top: 146px;
    padding-bottom: 166px;
  }
}
@media (min-width: 1450px) {
  .site-main .content-card.content-card-control-padding {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.site-main .content-card.content-card-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.site-main .page-header {
  z-index: 1;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .site-main .page-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .page-header {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .site-main .page-header {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (max-width: 767.98px) {
  .site-main .page-header {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .page-header.page-header-no-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .site-main .page-header.page-header-no-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-main .page-header.page-header-no-text {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .site-main .page-header.page-header-no-text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .site-main .page-header.page-header-no-text {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.site-main .page-header.page-header-no-text .container,
.site-main .page-header.page-header-no-text [class*=container-] {
  position: relative;
}
@media (max-width: 767.98px) {
  .site-main .page-header.page-header-no-text .container,
.site-main .page-header.page-header-no-text [class*=container-] {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .site-main .page-header.page-header-title-only {
    padding-top: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-main .page-header.page-header-title-only {
    padding-top: 200px !important;
  }
}
.site-main .page-header .container,
.site-main .page-header [class*=container-] {
  position: relative;
}
@media (max-width: 767.98px) {
  .site-main .page-header .container,
.site-main .page-header [class*=container-] {
    margin-top: 70px;
  }
}
.site-main .page-header .img-object-cover {
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .site-main .radar-pills {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.site-main .radar-pills .nav-item {
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .site-main .radar-pills .nav-item {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .site-main .radar-pills .nav-item:last-child {
    margin-right: 0;
  }
}
.site-main .radar-pills .nav-link {
  font-family: "National Regular", "Helvetica", sans-serif;
  padding: 0;
  color: #81dadf;
}
@media (max-width: 1199.98px) {
  .site-main .radar-pills .nav-link {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .radar-pills .nav-link {
    font-size: 2.55rem;
  }
}
@media (min-width: 1450px) {
  .site-main .radar-pills .nav-link {
    font-size: 2.7rem;
  }
}
.site-main .radar-pills .nav-link.active {
  background: transparent;
  color: #FFF;
  border-bottom: 4px solid #81dadf;
  position: relative;
}
@media (min-width: 992px) {
  .site-main .radar-pills .nav-link.active:before {
    content: "";
    background: url("/assets/images/icons/pill-arrow.svg");
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 13px;
  }
}
.site-main .no-outside-border {
  position: relative;
}
.site-main .no-outside-border:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid transparent;
  border-color: inherit;
  z-index: -1;
}
.site-main .item-grid {
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .site-main .item-grid {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .item-grid {
    padding: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .item-grid {
    padding: 50px;
  }
}
@media (min-width: 1450px) {
  .site-main .item-grid {
    padding: 60px;
  }
}
.site-main .item-grid:hover {
  background: #007388;
  color: #FFF;
}
@media (min-width: 1200px) {
  .site-main .resource-grid.resource-4 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .site-main .resource-grid.resource-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .site-main .resource-grid.resource-4 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .site-main .resource-grid.resource-4 .el-feature {
    max-height: 87%;
    grid-row: 1/3;
    grid-column: 3/4;
  }
}
@media (max-width: 1199.98px) {
  .site-main .resource-grid.resource-4 .el-feature {
    grid-column: span 2;
  }
}
@media (max-width: 767.98px) {
  .site-main .resource-grid.resource-4 .el-feature {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .site-main .resource-grid.resource-7 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .site-main .resource-grid.resource-7 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .site-main .resource-grid.resource-7 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .site-main .resource-grid.resource-7 .el-feature {
    max-height: 87%;
    grid-row: 2/4;
    grid-column: 3/4;
  }
}
.site-main .resource-grid .el-item {
  text-decoration: none;
}
.site-main .resource-grid .el-item .el-title {
  font-family: "National Regular", "Helvetica", sans-serif;
}
@media (max-width: 1199.98px) {
  .site-main .resource-grid .el-item .el-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .resource-grid .el-item .el-title {
    font-size: 2.55rem;
  }
}
@media (min-width: 1450px) {
  .site-main .resource-grid .el-item .el-title {
    font-size: 2.7rem;
  }
}
.site-main .resource-grid .el-feature {
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  background: url("/assets/images/placeholder/el-feature-bg.jpg");
  background-size: cover;
}
.site-main .resource-grid .el-feature .btn, .site-main .resource-grid .el-feature .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .resource-grid .el-feature button.mktoButton {
  width: 100%;
}
.site-main .resource-filters {
  position: absolute;
  background: rgba(10, 60, 71, 0.9);
  left: 0;
  right: 0;
  z-index: 9;
  max-height: 150px;
}
@media (min-width: 1200px) {
  .site-main .resource-filters {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -132px;
  }
}
@media (max-width: 1199.98px) {
  .site-main .resource-filters {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: -73px;
  }
}
@media (max-width: 991.98px) {
  .site-main .resource-filters {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: -75px;
  }
}
@media (max-width: 767.98px) {
  .site-main .resource-filters {
    margin-top: 0;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .site-main .resource-filters.filter-no-content-above {
    margin-top: -150px;
  }
}
@media (max-width: 1199.98px) {
  .site-main .resource-filters.filter-no-content-above {
    margin-top: -100px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .site-main .resource-filters.filter-no-content-above {
    margin-top: -86px;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .site-main .resource-filters.filter-no-content-above {
    margin-top: -90px;
  }
}
@media screen and (max-width: 768px) {
  .site-main .resource-filters.filter-no-content-above {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .site-main .resource-filters span {
    font-size: 2.2rem;
    display: block;
    text-align: center;
  }
}
.site-main .resource-filters button {
  color: #FFF;
}
@media (max-width: 767.98px) {
  .site-main .resource-filters button {
    font-size: 2.6rem;
  }
}
.site-main .resource-filters button:hover {
  color: #ADDB91;
}
.site-main .resource-filters .dropdown:not(.dropdown-full) .dropdown-toggle:after, .site-main .resource-filters .dropup:not(.dropdown-full) .dropdown-toggle:after {
  border-bottom: 5px solid #fff;
}
.site-main .resource-filters .dropdown-menu {
  min-width: 200px;
  padding: 0px;
}
.site-main .resource-filters .dropdown-toggle {
  padding: 0px;
}
@media (max-width: 767.98px) {
  .site-main .resource-filters .dropdown-toggle {
    margin: 0 auto;
  }
}
.site-main .resource-filters .dropdown-item {
  font-size: 1.8rem;
  padding: 10px 20px;
}
.site-main .resource-filters .dropdown-center {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.site-main .resource-filters .dropdown-right {
  right: 0;
  left: auto;
  transform: none;
}
.site-main .blue-callout {
  background-color: rgba(129, 218, 223, 0.3);
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-main .blue-callout .callout-title {
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .site-main .blue-callout .callout-title {
    text-align: center;
  }
}
.site-main .br-tl {
  border-top-left-radius: 10px;
}
.site-main .br-tr {
  border-top-right-radius: 10px;
}
.site-main .br-bl {
  border-bottom-left-radius: 10px;
}
.site-main .br-br {
  border-bottom-right-radius: 10px;
}
@media (max-width: 991.98px) {
  .site-main .blurb-container {
    grid-auto-rows: auto;
  }
}
.site-main .card-blurb {
  padding: 40px 70px;
}
@media screen and (max-width: 1900px) {
  .site-main .card-blurb {
    padding: 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .site-main .card-blurb {
    padding: 10px 20px 20px;
  }
  .site-main .card-blurb.br-line {
    border-right: none;
  }
}
.site-main .card-blurb .item-title {
  font-family: "National Book", "Helvetica", sans-serif;
}
@media (max-width: 767.98px) {
  .site-main .card-blurb .item-title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .card-blurb .item-title {
    font-size: 5.25rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .card-blurb .item-title {
    font-size: 6.8rem;
  }
}
@media (min-width: 1450px) {
  .site-main .card-blurb .item-title {
    font-size: 7.2rem;
  }
}
.site-main .card-blurb .item-title img {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .site-main .card-blurb .item-title img {
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-main .card-blurb .item-title img {
    height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .site-main .card-blurb .item-title img {
    height: 38px;
  }
}
.site-main .card-blurb .item-text {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 2.2rem;
}
.site-main .el-pad-item {
  padding: 60px 70px 70px;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .site-main .el-pad-item {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-main .el-pad-item {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .site-main .el-pad-item {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .site-main .el-pad-item.item-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media (max-width: 991.98px) {
  .site-main .el-pad-item.item-left {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (min-width: 992px) {
  .site-main .el-pad-item.item-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (max-width: 991.98px) {
  .site-main .el-pad-item.item-right {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.site-main .el-pad-item.pad-columns {
  padding-top: 140px;
  padding-bottom: 160px;
}
.site-main .custom-form {
  /* form.mktoForm .mktoFieldWrap> label[for="EU_Consent_Provided_for_Communications__c"],
  form.mktoForm .mktoFieldWrap> label[for="jan232020"],
  form.mktoForm .mktoFieldWrap> label[for="feb132020"],
  form.mktoForm .mktoFieldWrap> label[for="feb272020"], */
}
.site-main .custom-form form {
  margin: 0 auto;
  max-width: 610px !important;
}
.site-main .custom-form .mktoFormRow {
  color: #FFF;
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 2.2rem;
}
.site-main .custom-form .mktoForm input[type=text], .site-main .custom-form .mktoForm input[type=url], .site-main .custom-form .mktoForm input[type=email], .site-main .custom-form .mktoForm input[type=tel], .site-main .custom-form .mktoForm input[type=number], .site-main .custom-form .mktoForm input[type=date], .site-main .custom-form .mktoForm select.mktoField, .site-main .custom-form .mktoForm textarea.mktoField {
  border-radius: 0px;
}
.site-main .custom-form .mktoAsterix {
  color: #FFF;
}
.site-main .custom-form form.mktoForm.mktoHasWidth.mktoLayoutLeft {
  margin-top: 50px;
  width: 100% !important;
}
.site-main .custom-form form.mktoForm .mktoFormRow,
.site-main .custom-form form.mktoForm .mktoButtonRow {
  width: 100%;
}
.site-main .custom-form .mktoForm .mktoFormCol {
  float: initial;
}
.site-main .custom-form form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(2),
.site-main .custom-form form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(1) {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .site-main .custom-form form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(3),
.site-main .custom-form form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(2),
.site-main .custom-form form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(1) {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
}
.site-main .custom-form form.mktoForm input[type=text], .site-main .custom-form form.mktoForm input[type=url], .site-main .custom-form form.mktoForm input[type=email], .site-main .custom-form form.mktoForm input[type=tel], .site-main .custom-form form.mktoForm input[type=number], .site-main .custom-form form.mktoForm input[type=date], .site-main .custom-form form.mktoForm select.mktoField, .site-main .custom-form form.mktoForm textarea.mktoField {
  width: 100% !important;
  position: relative;
  min-height: 40px;
  color: #0A3C47;
  padding: 10px 15px;
  border: 1px solid #dedee0;
  font-weight: 300;
  outline: 0 none;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex-grow: 1;
}
.site-main .custom-form form.mktoForm select.mktoField.mktoHasWidth.mktoRequired {
  background-size: 18px !important;
  cursor: pointer;
  text-align: left;
  width: 100% !important;
  position: relative;
}
.site-main .custom-form form.mktoForm select.mktoField.mktoHasWidth.mktoRequired:after {
  content: "";
  background: url("/assets/images/icons/select-dropdown.svg");
  position: absolute;
  right: 0px;
  width: 7px;
  height: 7px;
}
.site-main .custom-form form.mktoForm .mktoLabel {
  padding-top: 0;
  margin-right: 10px;
  min-width: 30%;
}
@media screen and (max-width: 768px) {
  .site-main .custom-form form.mktoForm .mktoLabel {
    min-width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .site-main .custom-form .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right;
  }
}
.site-main .custom-form .mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
}
.site-main .custom-form form.mktoForm span.mktoButtonWrap.mktoBluePill {
  margin: auto;
  float: right;
  text-align: right;
  margin-top: 15px;
}
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
  background: #ff5e00;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 14px 25px;
  border: 2px solid #ff5e00;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 30px;
  -webkit-appearance: none;
  width: auto;
  box-shadow: none;
  text-shadow: none;
}
@media (min-width: 992px) {
  .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    min-width: 420px;
  }
}
.site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:hover {
  background-color: #ff8239;
  border: 2px solid #ff8239;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
.site-main .custom-form form.mktoForm .mktoGutter {
  display: none;
}
.site-main .custom-form form.mktoForm .mktoOffset {
  display: none;
}
.site-main .custom-form form.mktoForm .mktoFieldWrap {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.site-main .custom-form .mktoForm .mktoFieldWrap {
  float: initial;
}
.site-main .custom-form form.mktoForm .cstmLogicField label.mktoLabel {
  padding-left: 25px;
  width: 100% !important;
}
.site-main .custom-form form.mktoForm .cstmLogicField div.mktoRadioList,
.site-main .custom-form form.mktoForm .cstmLogicField div.mktoCheckboxList {
  position: absolute;
  left: 0;
  top: 0;
}
.site-main .custom-form .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoLogicalField {
  width: auto !important;
}
.site-main .custom-form .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap #LblhandRaised, .site-main .custom-form .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap #LblEU_Consent_Provided_for_Communications__c {
  width: 100% !important;
}
.site-main .custom-form .mktoForm input[type=checkbox] + label:before, .site-main .custom-form .mktoForm input[type=radio] + label:before {
  margin-left: -25px;
  width: 25px;
  height: 25px;
  line-height: 2;
}
.site-main .custom-form .mktoForm .mktoRadioList, .site-main .custom-form .mktoForm .mktoCheckboxList {
  padding: 0;
}
.site-main .split-between {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.site-main .el-profile .corner-radius {
  border-radius: 10px;
}
.site-main .el-profile .flip-card-front {
  background: #fff;
}
.site-main .el-profile .el-front {
  padding: 30px;
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 2.2rem;
}
.site-main .el-profile .el-front img {
  margin-bottom: 10px;
}
.site-main .el-profile .el-front span {
  display: block;
}
.site-main .el-profile .el-front .title {
  color: #0A3C47;
  line-height: 1.5;
}
.site-main .el-profile .el-front .sub-title {
  color: rgba(10, 60, 71, 0.7);
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}
.site-main .el-profile .el-back {
  text-align: left;
  line-height: 1.5;
}
.site-main .el-profile .el-back .text-regular {
  opacity: 0;
  transition: transform 4s;
}
.site-main .el-profile .el-back .split-between {
  padding: 20px 30px;
}
.site-main .el-profile .el-back .btn-full {
  width: 100%;
}
.site-main .flip-card:hover {
  transition: transform 4s;
}
.site-main .modal .btn-close {
  background: none;
  padding-right: 20px;
  padding-top: 20px;
}
.site-main .modal .modal-content {
  border-radius: 10px;
}
.site-main .modal-radarfirst {
  padding: 10px 75px 45px 70px;
}
.site-main .modal-radarfirst .modal-gap {
  gap: 20px;
}
@media (min-width: 992px) {
  .site-main .modal-radarfirst .modal-gap {
    gap: 70px;
  }
}
.site-main .modal-radarfirst .split-between {
  height: auto;
}
.site-main .modal-radarfirst .modal-profile {
  width: 270px;
}
.site-main .modal-radarfirst .modal-profile span {
  display: block;
}
.site-main .modal-radarfirst .modal-profile .title {
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  color: #0A3C47;
}
.site-main .modal-radarfirst .modal-profile .sub-title {
  font-family: "National Regular", "Helvetica", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  color: #007388;
}
.site-main .modal-radarfirst .social-profile-links {
  display: flex;
  justify-content: center;
}
.site-main .modal-radarfirst .social-profile-links a {
  margin-right: 10px;
}
.site-main .modal-radarfirst .social-profile-links a:last-child {
  margin-right: 0;
}
.site-main .modal-radarfirst .modal-profile-content {
  color: rgba(10, 60, 71, 0.9);
}
.site-main .date-block {
  border-radius: 10px;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-height: 102px;
}
.site-main .date-block span {
  display: block;
  width: 100%;
}
.site-main .date-block span.month {
  font-family: "National Semibold", "Helvetica", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  opacity: 0.9;
}
.site-main .date-block span.days {
  font-size: 4.5rem;
  margin-top: -15px;
  margin-bottom: -20px;
  white-space: nowrap;
}
.site-main .date-block span.year {
  font-family: "National Semibold", "Helvetica", sans-serif;
  opacity: 0.9;
  letter-spacing: -1px;
}
.site-main .feature-title {
  font-family: "National Medium", "Helvetica", sans-serif;
  font-size: 2.4rem;
  padding: 8px 18px;
  color: #0A3C47;
  background-color: #81dadf;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 120px;
  text-align: center;
}
.site-main .feature-title:hover {
  color: #0A3C47;
}
.site-main .feature-title.bg-blue {
  background-color: #81dadf;
}
.site-main .feature-title.bg-green {
  background-color: #ADDB91;
}
.site-main .scrollspy {
  height: 800px;
  overflow-y: scroll;
}

.side-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .side-fixed {
    top: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .side-fixed .parallax-down {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.object-view {
  display: none;
}

.animated .object-view {
  display: block;
}

.demo-header .login-link-desktop {
  font-size: 2.2rem;
}
.demo-header .login-link-desktop:last-child {
  margin-right: 0;
}
.demo-header .login-link-mobile {
  display: block;
}
@media (min-width: 768px) {
  .demo-header .navbar-toggle {
    display: none;
  }
}

.demo .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .resource-template-default .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
  width: 100%;
  max-height: 50px !important;
  padding: 8px 25px;
  text-transform: initial;
  margin-top: 18px;
  letter-spacing: 0px;
  font-family: "National Semibold", "Helvetica", sans-serif;
}
.demo .custom-form form.mktoForm span.mktoButtonWrap.mktoBluePill, .resource-template-default .custom-form form.mktoForm span.mktoButtonWrap.mktoBluePill {
  float: none;
  margin-left: 0 !important;
}
@media screen and (min-width: 1500px) {
  .demo .demo-xl-center, .resource-template-default .demo-xl-center {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .demo .demo-xl-center, .resource-template-default .demo-xl-center {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .demo .demo-xl-center, .resource-template-default .demo-xl-center {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .demo .quote-container, .resource-template-default .quote-container {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1450px) {
  .demo .quote-container, .resource-template-default .quote-container {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .demo .quote-container .card-item, .resource-template-default .quote-container .card-item {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .demo .no-quote-container, .resource-template-default .no-quote-container {
    margin-top: 20px;
  }
}

.demo-footer .footer-copyright .copyright-content {
  align-items: center;
}
.demo-footer .list-inline-dividers {
  margin-bottom: 0;
}

.legacy-vc-cta-box {
  margin-top: 40px;
  margin-bottom: 60px;
  background: #DAE1E3;
  padding: 20px;
}
.legacy-vc-cta-box h2, .legacy-vc-cta-box .h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .legacy-vc-cta-box .legacy-vc-cta-footer {
    display: flex;
    align-items: center;
  }
  .legacy-vc-cta-box .legacy-vc-cta-footer .legacy-vc-cta {
    padding-left: 30px;
  }
}
.legacy-vc-cta-box .btn, .legacy-vc-cta-box .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton, .site-main .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill .legacy-vc-cta-box button.mktoButton {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .legacy-vc-cta-box .legacy-vc-cta-copy {
    margin-bottom: 20px;
  }
}

.sideBlock {
  margin-top: 20px;
  color: #FFF;
  font-weight: 700;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imported-post-content a {
  text-decoration: underline;
  font-weight: 700;
}
.imported-post-content a:hover {
  color: #ff5e00;
}

/* Blocks */
.image-block {
  z-index: 1;
  /*Static*/
  /*Absolute*/
  /*Position breakpoint options*/
  /*Image overlay*/
}
.image-block.image-block-landing {
  position: relative;
  z-index: 2;
  overflow: visible !important;
  background-size: cover;
  padding-top: 160px;
  /*Absolute*/
}
@media (max-width: 1200px) {
  .image-block.image-block-landing {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
.image-block.image-block-landing .heading-1 {
  padding-top: 40px;
  line-height: 0.9;
}
@media screen and (max-width: 1200px) {
  .image-block.image-block-landing .card-item {
    margin-bottom: 0px;
  }
}
.image-block.image-block-landing picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block.image-block-landing .custom-form-container {
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.image-block.image-block-landing .custom-form-container .heading-2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .image-block.image-block-landing .custom-form-container {
    padding: 74px 100px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .image-block.image-block-landing .custom-form-container {
    max-width: 870px;
  }
}
@media screen and (max-width: 1199px) {
  .image-block.image-block-landing .custom-form-container {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .image-block.image-block-landing .custom-form-container {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .image-block.image-block-landing .custom-form-container {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .image-block.image-block-landing .custom-form-container {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 450px) {
  .image-block.image-block-landing .custom-form-container .custom-form form.mktoForm .mktoFieldWrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) {
  .image-block.image-block-landing .custom-form-container .custom-form form.mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    min-width: auto !important;
  }
}
.image-block.image-block-landing.image-absolute {
  display: block;
  overflow: hidden;
  position: relative;
}
.image-block.image-block-landing.image-absolute.to-top-header .container,
.image-block.image-block-landing.image-absolute.to-top-header [class*=container-] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .image-block.image-block-landing.image-absolute.to-top-header .container,
.image-block.image-block-landing.image-absolute.to-top-header [class*=container-] {
    top: 10%;
    left: initial;
    transform: translateY(0%);
  }
}
@media (max-width: 767.98px) {
  .image-block.image-block-landing.image-absolute.to-top-header .container,
.image-block.image-block-landing.image-absolute.to-top-header [class*=container-] {
    top: 10%;
    transform: translateY(0%);
  }
}
.image-block.image-static {
  position: absolute;
  top: 0;
}
.image-block.image-static .bg-image {
  height: auto;
  width: 100%;
}
.image-block.image-static .img-unset {
  max-height: 719px;
}
.image-block.image-static .image-overlay {
  z-index: 1;
}
.image-block.image-absolute {
  display: block;
  overflow: hidden;
  position: relative;
}
.image-block.image-absolute.to-top-header .container,
.image-block.image-absolute.to-top-header [class*=container-] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 993px) and (max-width: 1500px) {
  .image-block.image-absolute.to-top-header .container,
.image-block.image-absolute.to-top-header [class*=container-] {
    top: 60%;
  }
}
.image-block.image-absolute .bg-image {
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block.image-absolute .image-overlay {
  position: relative;
  z-index: 10;
}
.image-block.image-absolute .image-overlay.overlay-v-center {
  top: 50%;
}
.image-block.image-absolute .image-overlay.overlay-v-center-transform {
  top: 50%;
  transform: translateY(-50%);
}
.image-block.image-absolute .image-overlay.overlay-v-bottom {
  top: 93%;
  transform: translateY(-50%);
}
.image-block.image-absolute .container,
.image-block.image-absolute [class*=container-] {
  position: relative;
}
.image-block .position-absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.image-block .position-absolute .container,
.image-block .position-absolute [class*=container-],
.image-block .position-absolute .row {
  height: 100%;
}
@media (max-width: 575.98px) {
  .image-block .position-absolute-sm {
    background: #ff5e00;
    padding: 30px 20px;
  }
}
@media (min-width: 576px) {
  .image-block .position-absolute-sm {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-sm .container,
.image-block .position-absolute-sm [class*=container-],
.image-block .position-absolute-sm .row {
  height: 100%;
}
@media (max-width: 767.98px) {
  .image-block .position-absolute-md {
    background: #ff5e00;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .image-block .position-absolute-md {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-md .container,
.image-block .position-absolute-md [class*=container-],
.image-block .position-absolute-md .row {
  height: 100%;
}
@media (max-width: 991.98px) {
  .image-block .position-absolute-lg {
    background: #ff5e00;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .image-block .position-absolute-lg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-lg .container,
.image-block .position-absolute-lg [class*=container-],
.image-block .position-absolute-lg .row {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .image-block .position-absolute-xl {
    background: #ff5e00;
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .image-block .position-absolute-xl {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.image-block .position-absolute-xl .container,
.image-block .position-absolute-xl [class*=container-],
.image-block .position-absolute-xl .row {
  height: 100%;
}
.image-block .image-overlay .justify-content-center {
  text-align: center;
}
.image-block .image-overlay .btn-row {
  justify-content: center;
}

.cover-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
  height: 100%;
}

@media (min-width: 1450px) {
  .resource-template-default .demo .heading-1 {
    font-size: 6rem;
  }
}
.resource-template-default .image-block.image-block-landing picture {
  height: 100% !important;
}
.resource-template-default .image-block.image-block-landing picture img {
  height: 100% !important;
}

.block-carousel-step-up .section-title {
  font-size: 5rem;
  line-height: 1.1;
}
@media screen and (max-width: 993px) {
  .block-carousel-step-up .section-title {
    font-size: 3rem;
  }
}
.block-carousel-step-up .slider-item {
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 993px) {
  .block-carousel-step-up .slider-item.top-push-lg {
    padding-top: 100px;
  }
}
@media screen and (min-width: 993px) {
  .block-carousel-step-up .slider-item.top-push-md {
    padding-top: 60px;
  }
}
.block-carousel-step-up .slider-item picture, .block-carousel-step-up .slider-item span {
  flex-basis: 100%;
}
.block-carousel-step-up .el-quote {
  font-size: 3rem;
  line-height: 1.1;
  display: flex;
}
@media screen and (max-width: 993px) {
  .block-carousel-step-up .el-quote {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 993px) {
  .block-carousel-step-up .el-quote.flex-end {
    align-items: flex-end;
  }
}
.block-carousel-step-up .el-quote:before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
}
.block-carousel-step-up .step-up-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 993px) {
  .block-carousel-step-up .step-up-controls {
    justify-content: start;
  }
}
.block-carousel-step-up .step-up-controls .step-arrow:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}
.block-carousel-step-up .step-up-controls .step-disabled:before {
  opacity: 0.5;
}
.block-carousel-step-up .step-up-controls .step-prev:before {
  left: -40px;
  background-image: url("/assets/images/icons/icon-slider-prev-green.svg");
}
@media screen and (max-width: 993px) {
  .block-carousel-step-up .step-up-controls .step-prev:before {
    left: 0;
  }
}
.block-carousel-step-up .step-up-controls .step-dots .slick-dots {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 993px) {
  .block-carousel-step-up .step-up-controls .step-dots .slick-dots {
    padding-left: 35px;
  }
}
.block-carousel-step-up .step-up-controls .step-dots .slick-dots li {
  margin: 0px 2px;
}
.block-carousel-step-up .step-up-controls .step-dots .slick-dots button {
  width: 16px;
  height: 16px;
}
.block-carousel-step-up .step-up-controls .step-dots .slick-dots button:before {
  background: url("/assets/images/icons/slider-dot.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.block-carousel-step-up .step-up-controls .step-dots .slick-dots .slick-active button {
  width: 16px !important;
  height: 16px !important;
}
.block-carousel-step-up .step-up-controls .step-dots .slick-dots .slick-active button:before {
  background: url("/assets/images/icons/slider-active-dot.svg") !important;
  background-repeat: no-repeat;
  border: none;
  height: 16px;
}
.block-carousel-step-up .step-up-controls .step-next:before {
  right: 0px;
  background-image: url("/assets/images/icons/icon-slider-next-green.svg");
}
@media screen and (max-width: 993px) {
  .block-carousel-step-up .step-up-controls .step-next:before {
    right: initial;
  }
}

@-webkit-keyframes progress {
  0% {
    --percentage: 0;
  }
  100% {
    --percentage: var(--value);
  }
}

@keyframes progress {
  0% {
    --percentage: 0;
  }
  100% {
    --percentage: var(--value);
  }
}
@property --percentage {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
[role=progressbar] {
  --percentage: var(--value);
  --primary: #ADDB91;
  --secondary: #38616A;
  -webkit-animation: progress 3s forwards;
          animation: progress 3s forwards;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  [role=progressbar] {
    width: 340px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  [role=progressbar] {
    width: 260px;
  }
}
@media screen and (max-width: 1199px) {
  [role=progressbar] {
    max-width: 340px;
  }
}

[role=progressbar]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  -webkit-mask: radial-gradient(white 63%, transparent 0);
          mask: radial-gradient(white 63%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(rgba(0, 0, 0, 0) 63%, #000 0);
  -webkit-mask-mode: alpha;
}

[role=progressbar]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
  font-family: "National Book", "Helvetica", sans-serif;
  font-size: 8rem;
  color: #FFF;
}

.progressbar.radial-green[role=progressbar] {
  --primary: #ADDB91;
}
.progressbar.radial-teal[role=progressbar] {
  --primary: #6ECBB8;
}
.progressbar.radial-blue[role=progressbar] {
  --primary: #81DADF;
}

.accordion-header-table {
  padding-top: 40px;
  padding-bottom: 95px;
}
@media screen and (max-width: 993px) {
  .accordion-header-table .accordion-body {
    padding: 0 !important;
  }
}
.accordion-header-table .accordion-header {
  padding-top: 5px !important;
}
.accordion-header-table .accordion-header [aria-expanded=true] {
  margin-bottom: 20px;
  border-bottom: 4px solid #6ECBB8;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1199.98px) {
  .accordion-header-table .accordion-header [aria-expanded=true] {
    font-size: 3rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .accordion-header-table .accordion-header [aria-expanded=true] {
    font-size: 2.55rem !important;
  }
}
@media (min-width: 1450px) {
  .accordion-header-table .accordion-header [aria-expanded=true] {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 450px) {
  .accordion-header-table .accordion-header [aria-expanded=true] {
    font-size: 2.4rem !important;
  }
}
.accordion-header-table .accordion-header [aria-expanded=true]:before {
  background: url("/assets/images/icons/icon-arrow-down-light-blue.svg") !important;
  top: 10px !important;
}

.accordion-grid {
  font-family: "National Regular", "Helvetica", sans-serif;
  grid-template-columns: auto 150px 150px;
}
@media (max-width: 1199.98px) {
  .accordion-grid {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .accordion-grid {
    font-size: 1.87rem;
  }
}
@media (min-width: 1450px) {
  .accordion-grid {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 993px) {
  .accordion-grid {
    grid-template-columns: auto 80px 80px;
  }
}
@media screen and (max-width: 450px) {
  .accordion-grid {
    grid-template-columns: auto 60px 60px;
  }
}

.accordion-row > div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 8px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 993px) {
  .accordion-row > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .accordion-row > div {
    font-size: 1.8rem;
  }
}
.accordion-row > div:first-child {
  justify-content: start;
  padding-left: 54px;
  padding-right: 54px;
}
@media screen and (max-width: 993px) {
  .accordion-row > div:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion-row > div:last-child {
  border-right: none;
}
.accordion-row.row-data > div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 115, 136, 0.9);
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .accordion-row.row-data > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.accordion-row-title {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  font-size: 2.2rem !important;
  line-height: 1.1;
  position: relative;
}
.accordion-row-title:hover {
  cursor: pointer;
}
@media screen and (max-width: 993px) {
  .accordion-row-title {
    font-size: 2.4rem;
    padding: 0px !important;
  }
}
@media screen and (max-width: 450px) {
  .accordion-row-title {
    font-size: 1.8rem;
  }
}
.accordion-row-title:before {
  content: "";
  background: url("/assets/images/icons/icon-arrow-right-white.svg") !important;
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  top: 3px !important;
}
@media screen and (max-width: 993px) {
  .accordion-row-title:before {
    content: initial !important;
  }
}

.accordion-table-content {
  justify-content: space-between;
  gap: 75px;
  font-family: "National Book", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .accordion-table-content {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  .accordion-table-content {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .accordion-table-content {
    font-size: 1.7rem;
  }
}
@media (min-width: 1450px) {
  .accordion-table-content {
    font-size: 1.8rem;
  }
}
.accordion-table-content .content-title {
  display: block;
  color: #ADDB91;
}

.scroll-group {
  font-family: "National Regular", "Helvetica", sans-serif;
}
@media (max-width: 1199.98px) {
  .scroll-group {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .scroll-group {
    font-size: 1.87rem;
  }
}
@media (min-width: 1450px) {
  .scroll-group {
    font-size: 1.98rem;
  }
}
@media (min-width: 992px) {
  .page-id-59 #vertical_tab_nav .col-lg-7.col-xl-7.article article{
    left: 0;
    right: auto;
  }
}
.scroll-group .list-group-item {
  padding-left: 0;
  color: rgba(10, 60, 71, 0.6);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767.98px) {
  .scroll-group .list-group-item {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1449.98px) {
  .scroll-group .list-group-item {
    font-size: 2.5rem;
  }
}
@media (min-width: 1450px) {
  .scroll-group .list-group-item {
    font-size: 2.7rem;
  }
}
@media (max-width: 991.98px) {
  .scroll-group .list-group-item {
    color: #0A3C47;
    line-height: 1.25;
  }
}
.scroll-group .list-group-item.active {
  background: transparent;
  color: #0A3C47;
  border-bottom: 4px solid #81dadf;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 0;
  margin-bottom: 10px;
}
