@charset "UTF-8";
/*Min and Max mixins*/
@font-face {
  font-family: "Thesans-Semi-Light";
  src: url("https://style.bristol.gov.uk/fonts/the-sans/TheSansLP-SemiLight.eot");
  src: url("https://style.bristol.gov.uk/fonts/the-sans/TheSansLP-SemiLight.eot?#iefix") format("embedded-opentype"), url("https://style.bristol.gov.uk/fonts/the-sans/TheSansLP-SemiLight.woff") format("woff"), url("https://style.bristol.gov.uk/fonts/the-sans/TheSansLP-SemiLight.ttf") format("truetype"), url("https://style.bristol.gov.uk/fonts/the-sans/TheSansLP-SemiLight.svg#Thesans-Semi-Light") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Thesans-Bold";
  src: url("https://style.bristol.gov.uk/fonts/the-sans/TheSans_LP_700_Bold.eot");
  src: url("https://style.bristol.gov.uk/fonts/the-sans/TheSans_LP_700_Bold.eot?#iefix") format("embedded-opentype"), url("https://style.bristol.gov.uk/fonts/the-sans/TheSans_LP_700_Bold.woff") format("woff"), url("https://style.bristol.gov.uk/fonts/the-sans/TheSans_LP_700_Bold.ttf") format("truetype"), url("https://style.bristol.gov.uk/fonts/the-sans/TheSans_LP_700_Bold.svg#Thesans-Bold") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Thesans-SemiBold";
  src: url("https://www.bristol.gov.uk/o/bccweb-theme/fonts/the-sans/TheSans-B6SemiBold.ttf") format("ttf");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.bg-orange {
  background-color: #FF9600;
}
.bg-orange.example {
  position: relative;
}
.bg-orange.example:before {
  content: "bg-orange";
  /* $color-orange */
}
.bg-orange.example:after {
  content: "#FF9600";
  /* #FF9600 */
}

.bg-green {
  background-color: #188049;
}
.bg-green.example {
  position: relative;
}
.bg-green.example:before {
  content: "bg-green";
  /* $color-green */
}
.bg-green.example:after {
  content: "#188049";
  /* #188049 */
}

.bg-red {
  background-color: #ea0000;
}
.bg-red.example {
  position: relative;
}
.bg-red.example:before {
  content: "bg-red";
  /* $color-red */
}
.bg-red.example:after {
  content: "#ea0000";
  /* #ea0000 */
}

.bg-red-dark {
  background-color: #bc0031;
}
.bg-red-dark.example {
  position: relative;
}
.bg-red-dark.example:before {
  content: "bg-red-dark";
  /* $color-red-dark */
}
.bg-red-dark.example:after {
  content: "#bc0031";
  /* #bc0031 */
}

.bg-yellow {
  background-color: #ffcc00;
}
.bg-yellow.example {
  position: relative;
}
.bg-yellow.example:before {
  content: "bg-yellow";
  /* $color-yellow */
}
.bg-yellow.example:after {
  content: "#ffcc00";
  /* #ffcc00 */
}

.bg-grey {
  background-color: #676973;
}
.bg-grey.example {
  position: relative;
}
.bg-grey.example:before {
  content: "bg-grey";
  /* $color-grey */
}
.bg-grey.example:after {
  content: "#676973";
  /* #676973 */
}

.bg-grey-dark {
  background-color: #2e3137;
}
.bg-grey-dark.example {
  position: relative;
}
.bg-grey-dark.example:before {
  content: "bg-grey-dark";
  /* $color-grey-dark */
}
.bg-grey-dark.example:after {
  content: "#2e3137";
  /* #2e3137 */
}

.bg-grey-light {
  background-color: #CCCCCC;
}
.bg-grey-light.example {
  position: relative;
}
.bg-grey-light.example:before {
  content: "bg-grey-light";
  /* $color-grey-light */
}
.bg-grey-light.example:after {
  content: "#CCCCCC";
  /* #CCCCCC */
}

.bg-blue-light {
  background-color: #3771d0;
}
.bg-blue-light.example {
  position: relative;
}
.bg-blue-light.example:before {
  content: "bg-blue-light";
  /* $color-blue-light */
}
.bg-blue-light.example:after {
  content: "#3771d0";
  /* #3771d0 */
}

.bg-blue-dark {
  background-color: #274d8b;
}
.bg-blue-dark.example {
  position: relative;
}
.bg-blue-dark.example:before {
  content: "bg-blue-dark";
  /* $color-blue-dark */
}
.bg-blue-dark.example:after {
  content: "#274d8b";
  /* #274d8b */
}

.bg-blue {
  background-color: #0D45A0;
}
.bg-blue.example {
  position: relative;
}
.bg-blue.example:before {
  content: "bg-blue";
  /* $color-blue */
}
.bg-blue.example:after {
  content: "#0D45A0";
  /* #0D45A0 */
}

.bg-teal {
  background-color: #30737B;
}
.bg-teal.example {
  position: relative;
}
.bg-teal.example:before {
  content: "bg-teal";
  /* $color-teal */
}
.bg-teal.example:after {
  content: "#30737B";
  /* #30737B */
}

.bg-slate {
  background-color: #d5e5ff;
}
.bg-slate.example {
  position: relative;
}
.bg-slate.example:before {
  content: "bg-slate";
  /* $color-slate */
}
.bg-slate.example:after {
  content: "#d5e5ff";
  /* #d5e5ff */
}

.bg-brand {
  background-color: #bc0031;
}
.bg-brand.example {
  position: relative;
}
.bg-brand.example:before {
  content: "bg-brand";
  /* $color-brand */
}
.bg-brand.example:after {
  content: "#bc0031";
  /* #bc0031 */
}

.bg-white {
  background-color: #ffffff;
}
.bg-white.example {
  position: relative;
}
.bg-white.example:before {
  content: "bg-white";
  /* $color-white */
}
.bg-white.example:after {
  content: "#ffffff";
  /* #ffffff */
}

.bg-black {
  background-color: #000000;
}
.bg-black.example {
  position: relative;
}
.bg-black.example:before {
  content: "bg-black";
  /* $color-black */
}
.bg-black.example:after {
  content: "#000000";
  /* #000000 */
}

.bg-purple {
  background-color: #4c2c92;
}
.bg-purple.example {
  position: relative;
}
.bg-purple.example:before {
  content: "bg-purple";
  /* $color-purple */
}
.bg-purple.example:after {
  content: "#4c2c92";
  /* #4c2c92 */
}

.bg-teal,
.bg-grey-dark,
.bg-grey,
.bg-blur,
.bg-red-dark,
.bg-brand,
.bg-red,
.bg-green,
.bg-black,
.bg-blue-dark {
  color: #ffffff;
}

.has-font-size-root {
  font-size: 16px !important;
}

.has-font-size-paragraph {
  font-size: 1.1875rem !important;
}

.has-font-size-1 {
  font-size: 3rem !important;
}

.has-font-size-2 {
  font-size: 1.875rem !important;
}

.has-font-size-3 {
  font-size: 1.5rem !important;
}

.has-font-size-4 {
  font-size: 1.1875rem !important;
}

.has-font-size-5 {
  font-size: 1.5625rem !important;
}

.has-font-size-6 {
  font-size: 1rem !important;
}

.has-font-size-7 {
  font-size: 0.875rem !important;
}

.has-font-size-8 {
  font-size: 1.25rem !important;
}

.has-font-size-buttons {
  font-size: 1rem !important;
}

.has-font-size-button {
  font-size: 1.5rem !important;
}

.has-font-size-mobileButton {
  font-size: 1.313rem !important;
}

.has-font-size-small {
  font-size: 0.8125rem !important;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.625rem);
  padding-left: var(--bs-gutter-x, 0.625rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 375px;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.625rem);
  padding-left: var(--bs-gutter-x, 0.625rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.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%;
}

@media (min-width: 320px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 375px) {
  .col-xs-lg {
    flex: 1 0 0%;
  }
  .row-cols-xs-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 480px) {
  .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%;
  }
}
@media (min-width: 900px) {
  .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%;
  }
}
@media (min-width: 1200px) {
  .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%;
  }
}
@media (min-width: 1800px) {
  .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-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0.75rem;
}

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 1.875rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 1.875rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 2.5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 2.5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 3.125rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 3.125rem;
}

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

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

.g-10,
.gx-10 {
  --bs-gutter-x: 0.625rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 0.625rem;
}

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

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

.g-12,
.gx-12 {
  --bs-gutter-x: 1.625rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 1.625rem;
}

.g-field,
.gx-field {
  --bs-gutter-x: 30rem;
}

.g-field,
.gy-field {
  --bs-gutter-y: 30rem;
}

.g-smallfield,
.gx-smallfield {
  --bs-gutter-x: 10rem;
}

.g-smallfield,
.gy-smallfield {
  --bs-gutter-y: 10rem;
}

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

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

@media (min-width: 320px) {
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xs-11,
  .gx-xs-11 {
    --bs-gutter-x: 5rem;
  }
  .g-xs-11,
  .gy-xs-11 {
    --bs-gutter-y: 5rem;
  }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 1.625rem;
  }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 1.625rem;
  }
  .g-xs-field,
  .gx-xs-field {
    --bs-gutter-x: 30rem;
  }
  .g-xs-field,
  .gy-xs-field {
    --bs-gutter-y: 30rem;
  }
  .g-xs-smallfield,
  .gx-xs-smallfield {
    --bs-gutter-x: 10rem;
  }
  .g-xs-smallfield,
  .gy-xs-smallfield {
    --bs-gutter-y: 10rem;
  }
  .g-xs-gap,
  .gx-xs-gap {
    --bs-gutter-x: 1rem;
  }
  .g-xs-gap,
  .gy-xs-gap {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 375px) {
  .col-xs-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-lg-0 {
    margin-left: 0;
  }
  .offset-xs-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-lg-3 {
    margin-left: 25%;
  }
  .offset-xs-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-lg-6 {
    margin-left: 50%;
  }
  .offset-xs-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-lg-9 {
    margin-left: 75%;
  }
  .offset-xs-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-lg-0,
  .gx-xs-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-lg-0,
  .gy-xs-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-lg-1,
  .gx-xs-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-lg-1,
  .gy-xs-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-lg-2,
  .gx-xs-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-lg-2,
  .gy-xs-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-lg-3,
  .gx-xs-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xs-lg-3,
  .gy-xs-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xs-lg-4,
  .gx-xs-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xs-lg-4,
  .gy-xs-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xs-lg-5,
  .gx-xs-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-lg-5,
  .gy-xs-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-lg-6,
  .gx-xs-lg-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xs-lg-6,
  .gy-xs-lg-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xs-lg-7,
  .gx-xs-lg-7 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xs-lg-7,
  .gy-xs-lg-7 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xs-lg-8,
  .gx-xs-lg-8 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xs-lg-8,
  .gy-xs-lg-8 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xs-lg-9,
  .gx-xs-lg-9 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-lg-9,
  .gy-xs-lg-9 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-lg-10,
  .gx-xs-lg-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xs-lg-10,
  .gy-xs-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xs-lg-11,
  .gx-xs-lg-11 {
    --bs-gutter-x: 5rem;
  }
  .g-xs-lg-11,
  .gy-xs-lg-11 {
    --bs-gutter-y: 5rem;
  }
  .g-xs-lg-12,
  .gx-xs-lg-12 {
    --bs-gutter-x: 1.625rem;
  }
  .g-xs-lg-12,
  .gy-xs-lg-12 {
    --bs-gutter-y: 1.625rem;
  }
  .g-xs-lg-field,
  .gx-xs-lg-field {
    --bs-gutter-x: 30rem;
  }
  .g-xs-lg-field,
  .gy-xs-lg-field {
    --bs-gutter-y: 30rem;
  }
  .g-xs-lg-smallfield,
  .gx-xs-lg-smallfield {
    --bs-gutter-x: 10rem;
  }
  .g-xs-lg-smallfield,
  .gy-xs-lg-smallfield {
    --bs-gutter-y: 10rem;
  }
  .g-xs-lg-gap,
  .gx-xs-lg-gap {
    --bs-gutter-x: 1rem;
  }
  .g-xs-lg-gap,
  .gy-xs-lg-gap {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 480px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 1.625rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 1.625rem;
  }
  .g-sm-field,
  .gx-sm-field {
    --bs-gutter-x: 30rem;
  }
  .g-sm-field,
  .gy-sm-field {
    --bs-gutter-y: 30rem;
  }
  .g-sm-smallfield,
  .gx-sm-smallfield {
    --bs-gutter-x: 10rem;
  }
  .g-sm-smallfield,
  .gy-sm-smallfield {
    --bs-gutter-y: 10rem;
  }
  .g-sm-gap,
  .gx-sm-gap {
    --bs-gutter-x: 1rem;
  }
  .g-sm-gap,
  .gy-sm-gap {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 900px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 4rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 4rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 5rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 1.625rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 1.625rem;
  }
  .g-md-field,
  .gx-md-field {
    --bs-gutter-x: 30rem;
  }
  .g-md-field,
  .gy-md-field {
    --bs-gutter-y: 30rem;
  }
  .g-md-smallfield,
  .gx-md-smallfield {
    --bs-gutter-x: 10rem;
  }
  .g-md-smallfield,
  .gy-md-smallfield {
    --bs-gutter-y: 10rem;
  }
  .g-md-gap,
  .gx-md-gap {
    --bs-gutter-x: 1rem;
  }
  .g-md-gap,
  .gy-md-gap {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 1.625rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 1.625rem;
  }
  .g-lg-field,
  .gx-lg-field {
    --bs-gutter-x: 30rem;
  }
  .g-lg-field,
  .gy-lg-field {
    --bs-gutter-y: 30rem;
  }
  .g-lg-smallfield,
  .gx-lg-smallfield {
    --bs-gutter-x: 10rem;
  }
  .g-lg-smallfield,
  .gy-lg-smallfield {
    --bs-gutter-y: 10rem;
  }
  .g-lg-gap,
  .gx-lg-gap {
    --bs-gutter-x: 1rem;
  }
  .g-lg-gap,
  .gy-lg-gap {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1800px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 1.625rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 1.625rem;
  }
  .g-xl-field,
  .gx-xl-field {
    --bs-gutter-x: 30rem;
  }
  .g-xl-field,
  .gy-xl-field {
    --bs-gutter-y: 30rem;
  }
  .g-xl-smallfield,
  .gx-xl-smallfield {
    --bs-gutter-x: 10rem;
  }
  .g-xl-smallfield,
  .gy-xl-smallfield {
    --bs-gutter-y: 10rem;
  }
  .g-xl-gap,
  .gx-xl-gap {
    --bs-gutter-x: 1rem;
  }
  .g-xl-gap,
  .gy-xl-gap {
    --bs-gutter-y: 1rem;
  }
}
.table-orange {
  border-color: #FF9600;
  background-color: #FF9600 !important;
}
.table-orange:nth-child(2n) {
  background-color: #FF9600;
}

.table-green {
  border-color: #188049;
  background-color: #188049 !important;
}
.table-green:nth-child(2n) {
  background-color: #188049;
}

.table-red {
  border-color: #ea0000;
  background-color: #ea0000 !important;
}
.table-red:nth-child(2n) {
  background-color: #ea0000;
}

.table-red-dark {
  border-color: #bc0031;
  background-color: #bc0031 !important;
}
.table-red-dark:nth-child(2n) {
  background-color: #bc0031;
}

.table-yellow {
  border-color: #ffcc00;
  background-color: #ffcc00 !important;
}
.table-yellow:nth-child(2n) {
  background-color: #ffcc00;
}

.table-grey {
  border-color: #676973;
  background-color: #676973 !important;
}
.table-grey:nth-child(2n) {
  background-color: #676973;
}

.table-grey-dark {
  border-color: #2e3137;
  background-color: #2e3137 !important;
}
.table-grey-dark:nth-child(2n) {
  background-color: #2e3137;
}

.table-grey-light {
  border-color: #CCCCCC;
  background-color: #CCCCCC !important;
}
.table-grey-light:nth-child(2n) {
  background-color: #CCCCCC;
}

.table-blue-light {
  border-color: #3771d0;
  background-color: #3771d0 !important;
}
.table-blue-light:nth-child(2n) {
  background-color: #3771d0;
}

.table-blue-dark {
  border-color: #274d8b;
  background-color: #274d8b !important;
}
.table-blue-dark:nth-child(2n) {
  background-color: #274d8b;
}

.table-blue {
  border-color: #0D45A0;
  background-color: #0D45A0 !important;
}
.table-blue:nth-child(2n) {
  background-color: #0D45A0;
}

.table-teal {
  border-color: #30737B;
  background-color: #30737B !important;
}
.table-teal:nth-child(2n) {
  background-color: #30737B;
}

.table-slate {
  border-color: #d5e5ff;
  background-color: #d5e5ff !important;
}
.table-slate:nth-child(2n) {
  background-color: #d5e5ff;
}

.table-brand {
  border-color: #bc0031;
  background-color: #bc0031 !important;
}
.table-brand:nth-child(2n) {
  background-color: #bc0031;
}

.table-white {
  border-color: #ffffff;
  background-color: #ffffff !important;
}
.table-white:nth-child(2n) {
  background-color: #ffffff;
}

.table-black {
  border-color: #000000;
  background-color: #000000 !important;
}
.table-black:nth-child(2n) {
  background-color: #000000;
}

.table-purple {
  border-color: #4c2c92;
  background-color: #4c2c92 !important;
}
.table-purple:nth-child(2n) {
  background-color: #4c2c92;
}

.table-teal *,
.table-red *,
.table-grey-dark *,
.table-grey *,
.table-blue *,
.table-blue-dark *,
.table-red-dark *,
.table-brand *,
.table-green *,
.table-black *,
.table-blue-dark * {
  color: #ffffff;
}

table {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
  display: table;
}
@media only screen and (max-width: 900px) {
  table {
    overflow-wrap: anywhere;
  }
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

table thead tr,
table th,
table td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table {
  background-color: transparent;
  --mdb-table-table-striped-color: color(grey-dark);
  --mdb-table-table-striped-bg: rgba(0, 0, 0, 0.05);
  --mdb-table-table-active-color: color(grey-dark);
  --mdb-table-table-active-bg: rgba(0, 0, 0, 0.1);
  --mdb-table-table-hover-color: color(grey-dark);
  --mdb-table-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 2.5rem;
  color: #2e3137;
  vertical-align: top;
  border-color: #dee2e6;
}

/************************************************************************************************
*** We don't have a set breakpoint for devices that have a width of 280px (Galaxy Fold device) 
*** and smaller. Therefore, using the breakpoint of xs (width 320px) and using padding property
*** and the spacer() func to reduce the width to 280px.
************************************************************************************************/
.table > :not(caption) > * > * {
  background-color: transparent;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
  padding: 1rem 0.25rem;
}
@media only screen and (min-width: 320px) {
  .table > :not(caption) > * > * {
    padding: 1rem 0.75rem;
  }
}
@media only screen and (min-width: 900px) {
  .table > :not(caption) > * > * {
    padding: 1rem;
  }
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #CCCCCC;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
  color: #2e3137;
}

.table-no-stripe > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
  color: #2e3137;
}

.table-active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #2e3137;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #2e3137;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

div.table-responsive table {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
caption {
  font-size: 1.1875rem;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0px;
  font-weight: 400;
}
@media only screen and (min-width: 900px) {
  caption {
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0.75rem;
  }
}

table {
  width: 100%;
  margin-bottom: 2.5rem;
}
table thead tr {
  background-color: #ffffff;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 1rem;
  font-weight: bold;
}
table td {
  padding: 1rem;
  border-top: 1px solid #CCCCCC;
}
table tr:last-child td {
  border-bottom: 1px solid #CCCCCC;
}
table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table_mobile {
  display: none;
}

@media only screen and (max-width: 900px) {
  table.table-responsive {
    width: 100%;
  }
  table.table-responsive thead {
    display: none;
  }
  table.table-responsive tbody {
    width: 100%;
    display: block;
  }
  table.table-responsive tbody tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-top: 1px solid #a9a9a9;
    border-bottom: 3px solid #a9a9a9;
  }
  table.table-responsive tbody tr td {
    font-size: 1rem;
  }
  table.table-responsive tbody tr td span {
    width: 100%;
  }
  table.table-responsive tbody tr td:nth-child(1) {
    border: 0;
  }
  table.table-responsive tbody tr:last-child td {
    border-bottom: 0;
  }
  table.table-responsive.with-headings td .table_mobile {
    display: inline;
    font-weight: bold;
    padding-right: 4px;
  }
  table.table-responsive.with-headings td div {
    width: auto;
  }
  table.table-responsive.with-headings th {
    font-size: 1rem;
  }
  table.table-responsive.with-headings th .table_mobile {
    display: inline;
    font-weight: bold;
    padding-right: 4px;
  }
  table.table-responsive.bigger-heading tbody tr td:first-child {
    font-size: 1.4rem;
  }
  table.table-responsive.bigger-heading tbody tr th:first-child {
    font-size: 1.4rem;
    font-weight: bold;
  }
  table.table-responsive.bigger-heading.with-headings tbody tr td .table_mobile {
    display: inline;
    font-weight: bold;
    padding-right: 4px;
  }
  table.table-responsive.bigger-heading.with-headings tbody tr th:first-child .table_mobile {
    display: none;
  }
  table.table-responsive.bigger-heading.with-headings tbody tr td:first-child .table_mobile {
    display: none;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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;
}

dfn {
  font-style: italic;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 0.875rem;
}

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

figure {
  margin: 0 0 1rem;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.has-section-spacer {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 480px) {
  .has-section-spacer {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.has-section-spacer.is-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 480px) {
  .has-section-spacer.is-padding {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.has-section-spacer > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.has-section-spacer > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.has-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.has-py-0,
.has-pt-0,
.has-p-0 {
  padding-top: 0;
}

.has-py-0,
.has-pb-0,
.has-p-0 {
  padding-bottom: 0;
}

.has-px-0,
.has-pl-0,
.has-p-0 {
  padding-left: 0;
}

.has-px-0,
.has-pr-0,
.has-p-0 {
  padding-right: 0;
}

.has-my-0,
.has-mt-0,
.has-m-0 {
  margin-top: 0;
}

.has-my-0,
.has-mb-0,
.has-m-0 {
  margin-bottom: 0;
}

.has-mx-0,
.has-ml-0,
.has-m-0 {
  margin-left: 0;
}

.has-mx-0,
.has-mr-0,
.has-m-0 {
  margin-right: 0;
}

.has-my-neg-0,
.has-mt-neg-0,
.has-m-neg-0 {
  margin-top: calc(-1 * 0);
}

.has-my-neg-0,
.has-mb-neg-0,
.has-m-neg-0 {
  margin-bottom: calc(-1 * 0);
}

.has-mx-neg-0,
.has-ml-neg-0,
.has-m-neg-0 {
  margin-left: calc(-1 * 0);
}

.has-mx-neg-0,
.has-mr-neg-0,
.has-m-neg-0 {
  margin-right: calc(-1 * 0);
}

.has-py-1,
.has-pt-1,
.has-p-1 {
  padding-top: 0.25rem;
}

.has-py-1,
.has-pb-1,
.has-p-1 {
  padding-bottom: 0.25rem;
}

.has-px-1,
.has-pl-1,
.has-p-1 {
  padding-left: 0.25rem;
}

.has-px-1,
.has-pr-1,
.has-p-1 {
  padding-right: 0.25rem;
}

.has-my-1,
.has-mt-1,
.has-m-1 {
  margin-top: 0.25rem;
}

.has-my-1,
.has-mb-1,
.has-m-1 {
  margin-bottom: 0.25rem;
}

.has-mx-1,
.has-ml-1,
.has-m-1 {
  margin-left: 0.25rem;
}

.has-mx-1,
.has-mr-1,
.has-m-1 {
  margin-right: 0.25rem;
}

.has-my-neg-1,
.has-mt-neg-1,
.has-m-neg-1 {
  margin-top: calc(-1 * 0.25rem);
}

.has-my-neg-1,
.has-mb-neg-1,
.has-m-neg-1 {
  margin-bottom: calc(-1 * 0.25rem);
}

.has-mx-neg-1,
.has-ml-neg-1,
.has-m-neg-1 {
  margin-left: calc(-1 * 0.25rem);
}

.has-mx-neg-1,
.has-mr-neg-1,
.has-m-neg-1 {
  margin-right: calc(-1 * 0.25rem);
}

.has-py-2,
.has-pt-2,
.has-p-2 {
  padding-top: 0.5rem;
}

.has-py-2,
.has-pb-2,
.has-p-2 {
  padding-bottom: 0.5rem;
}

.has-px-2,
.has-pl-2,
.has-p-2 {
  padding-left: 0.5rem;
}

.has-px-2,
.has-pr-2,
.has-p-2 {
  padding-right: 0.5rem;
}

.has-my-2,
.has-mt-2,
.has-m-2 {
  margin-top: 0.5rem;
}

.has-my-2,
.has-mb-2,
.has-m-2 {
  margin-bottom: 0.5rem;
}

.has-mx-2,
.has-ml-2,
.has-m-2 {
  margin-left: 0.5rem;
}

.has-mx-2,
.has-mr-2,
.has-m-2 {
  margin-right: 0.5rem;
}

.has-my-neg-2,
.has-mt-neg-2,
.has-m-neg-2 {
  margin-top: calc(-1 * 0.5rem);
}

.has-my-neg-2,
.has-mb-neg-2,
.has-m-neg-2 {
  margin-bottom: calc(-1 * 0.5rem);
}

.has-mx-neg-2,
.has-ml-neg-2,
.has-m-neg-2 {
  margin-left: calc(-1 * 0.5rem);
}

.has-mx-neg-2,
.has-mr-neg-2,
.has-m-neg-2 {
  margin-right: calc(-1 * 0.5rem);
}

.has-py-3,
.has-pt-3,
.has-p-3 {
  padding-top: 0.75rem;
}

.has-py-3,
.has-pb-3,
.has-p-3 {
  padding-bottom: 0.75rem;
}

.has-px-3,
.has-pl-3,
.has-p-3 {
  padding-left: 0.75rem;
}

.has-px-3,
.has-pr-3,
.has-p-3 {
  padding-right: 0.75rem;
}

.has-my-3,
.has-mt-3,
.has-m-3 {
  margin-top: 0.75rem;
}

.has-my-3,
.has-mb-3,
.has-m-3 {
  margin-bottom: 0.75rem;
}

.has-mx-3,
.has-ml-3,
.has-m-3 {
  margin-left: 0.75rem;
}

.has-mx-3,
.has-mr-3,
.has-m-3 {
  margin-right: 0.75rem;
}

.has-my-neg-3,
.has-mt-neg-3,
.has-m-neg-3 {
  margin-top: calc(-1 * 0.75rem);
}

.has-my-neg-3,
.has-mb-neg-3,
.has-m-neg-3 {
  margin-bottom: calc(-1 * 0.75rem);
}

.has-mx-neg-3,
.has-ml-neg-3,
.has-m-neg-3 {
  margin-left: calc(-1 * 0.75rem);
}

.has-mx-neg-3,
.has-mr-neg-3,
.has-m-neg-3 {
  margin-right: calc(-1 * 0.75rem);
}

.has-py-4,
.has-pt-4,
.has-p-4 {
  padding-top: 1.25rem;
}

.has-py-4,
.has-pb-4,
.has-p-4 {
  padding-bottom: 1.25rem;
}

.has-px-4,
.has-pl-4,
.has-p-4 {
  padding-left: 1.25rem;
}

.has-px-4,
.has-pr-4,
.has-p-4 {
  padding-right: 1.25rem;
}

.has-my-4,
.has-mt-4,
.has-m-4 {
  margin-top: 1.25rem;
}

.has-my-4,
.has-mb-4,
.has-m-4 {
  margin-bottom: 1.25rem;
}

.has-mx-4,
.has-ml-4,
.has-m-4 {
  margin-left: 1.25rem;
}

.has-mx-4,
.has-mr-4,
.has-m-4 {
  margin-right: 1.25rem;
}

.has-my-neg-4,
.has-mt-neg-4,
.has-m-neg-4 {
  margin-top: calc(-1 * 1.25rem);
}

.has-my-neg-4,
.has-mb-neg-4,
.has-m-neg-4 {
  margin-bottom: calc(-1 * 1.25rem);
}

.has-mx-neg-4,
.has-ml-neg-4,
.has-m-neg-4 {
  margin-left: calc(-1 * 1.25rem);
}

.has-mx-neg-4,
.has-mr-neg-4,
.has-m-neg-4 {
  margin-right: calc(-1 * 1.25rem);
}

.has-py-5,
.has-pt-5,
.has-p-5 {
  padding-top: 1.5rem;
}

.has-py-5,
.has-pb-5,
.has-p-5 {
  padding-bottom: 1.5rem;
}

.has-px-5,
.has-pl-5,
.has-p-5 {
  padding-left: 1.5rem;
}

.has-px-5,
.has-pr-5,
.has-p-5 {
  padding-right: 1.5rem;
}

.has-my-5,
.has-mt-5,
.has-m-5 {
  margin-top: 1.5rem;
}

.has-my-5,
.has-mb-5,
.has-m-5 {
  margin-bottom: 1.5rem;
}

.has-mx-5,
.has-ml-5,
.has-m-5 {
  margin-left: 1.5rem;
}

.has-mx-5,
.has-mr-5,
.has-m-5 {
  margin-right: 1.5rem;
}

.has-my-neg-5,
.has-mt-neg-5,
.has-m-neg-5 {
  margin-top: calc(-1 * 1.5rem);
}

.has-my-neg-5,
.has-mb-neg-5,
.has-m-neg-5 {
  margin-bottom: calc(-1 * 1.5rem);
}

.has-mx-neg-5,
.has-ml-neg-5,
.has-m-neg-5 {
  margin-left: calc(-1 * 1.5rem);
}

.has-mx-neg-5,
.has-mr-neg-5,
.has-m-neg-5 {
  margin-right: calc(-1 * 1.5rem);
}

.has-py-6,
.has-pt-6,
.has-p-6 {
  padding-top: 1.875rem;
}

.has-py-6,
.has-pb-6,
.has-p-6 {
  padding-bottom: 1.875rem;
}

.has-px-6,
.has-pl-6,
.has-p-6 {
  padding-left: 1.875rem;
}

.has-px-6,
.has-pr-6,
.has-p-6 {
  padding-right: 1.875rem;
}

.has-my-6,
.has-mt-6,
.has-m-6 {
  margin-top: 1.875rem;
}

.has-my-6,
.has-mb-6,
.has-m-6 {
  margin-bottom: 1.875rem;
}

.has-mx-6,
.has-ml-6,
.has-m-6 {
  margin-left: 1.875rem;
}

.has-mx-6,
.has-mr-6,
.has-m-6 {
  margin-right: 1.875rem;
}

.has-my-neg-6,
.has-mt-neg-6,
.has-m-neg-6 {
  margin-top: calc(-1 * 1.875rem);
}

.has-my-neg-6,
.has-mb-neg-6,
.has-m-neg-6 {
  margin-bottom: calc(-1 * 1.875rem);
}

.has-mx-neg-6,
.has-ml-neg-6,
.has-m-neg-6 {
  margin-left: calc(-1 * 1.875rem);
}

.has-mx-neg-6,
.has-mr-neg-6,
.has-m-neg-6 {
  margin-right: calc(-1 * 1.875rem);
}

.has-py-7,
.has-pt-7,
.has-p-7 {
  padding-top: 2.5rem;
}

.has-py-7,
.has-pb-7,
.has-p-7 {
  padding-bottom: 2.5rem;
}

.has-px-7,
.has-pl-7,
.has-p-7 {
  padding-left: 2.5rem;
}

.has-px-7,
.has-pr-7,
.has-p-7 {
  padding-right: 2.5rem;
}

.has-my-7,
.has-mt-7,
.has-m-7 {
  margin-top: 2.5rem;
}

.has-my-7,
.has-mb-7,
.has-m-7 {
  margin-bottom: 2.5rem;
}

.has-mx-7,
.has-ml-7,
.has-m-7 {
  margin-left: 2.5rem;
}

.has-mx-7,
.has-mr-7,
.has-m-7 {
  margin-right: 2.5rem;
}

.has-my-neg-7,
.has-mt-neg-7,
.has-m-neg-7 {
  margin-top: calc(-1 * 2.5rem);
}

.has-my-neg-7,
.has-mb-neg-7,
.has-m-neg-7 {
  margin-bottom: calc(-1 * 2.5rem);
}

.has-mx-neg-7,
.has-ml-neg-7,
.has-m-neg-7 {
  margin-left: calc(-1 * 2.5rem);
}

.has-mx-neg-7,
.has-mr-neg-7,
.has-m-neg-7 {
  margin-right: calc(-1 * 2.5rem);
}

.has-py-8,
.has-pt-8,
.has-p-8 {
  padding-top: 3.125rem;
}

.has-py-8,
.has-pb-8,
.has-p-8 {
  padding-bottom: 3.125rem;
}

.has-px-8,
.has-pl-8,
.has-p-8 {
  padding-left: 3.125rem;
}

.has-px-8,
.has-pr-8,
.has-p-8 {
  padding-right: 3.125rem;
}

.has-my-8,
.has-mt-8,
.has-m-8 {
  margin-top: 3.125rem;
}

.has-my-8,
.has-mb-8,
.has-m-8 {
  margin-bottom: 3.125rem;
}

.has-mx-8,
.has-ml-8,
.has-m-8 {
  margin-left: 3.125rem;
}

.has-mx-8,
.has-mr-8,
.has-m-8 {
  margin-right: 3.125rem;
}

.has-my-neg-8,
.has-mt-neg-8,
.has-m-neg-8 {
  margin-top: calc(-1 * 3.125rem);
}

.has-my-neg-8,
.has-mb-neg-8,
.has-m-neg-8 {
  margin-bottom: calc(-1 * 3.125rem);
}

.has-mx-neg-8,
.has-ml-neg-8,
.has-m-neg-8 {
  margin-left: calc(-1 * 3.125rem);
}

.has-mx-neg-8,
.has-mr-neg-8,
.has-m-neg-8 {
  margin-right: calc(-1 * 3.125rem);
}

.has-py-9,
.has-pt-9,
.has-p-9 {
  padding-top: 4rem;
}

.has-py-9,
.has-pb-9,
.has-p-9 {
  padding-bottom: 4rem;
}

.has-px-9,
.has-pl-9,
.has-p-9 {
  padding-left: 4rem;
}

.has-px-9,
.has-pr-9,
.has-p-9 {
  padding-right: 4rem;
}

.has-my-9,
.has-mt-9,
.has-m-9 {
  margin-top: 4rem;
}

.has-my-9,
.has-mb-9,
.has-m-9 {
  margin-bottom: 4rem;
}

.has-mx-9,
.has-ml-9,
.has-m-9 {
  margin-left: 4rem;
}

.has-mx-9,
.has-mr-9,
.has-m-9 {
  margin-right: 4rem;
}

.has-my-neg-9,
.has-mt-neg-9,
.has-m-neg-9 {
  margin-top: calc(-1 * 4rem);
}

.has-my-neg-9,
.has-mb-neg-9,
.has-m-neg-9 {
  margin-bottom: calc(-1 * 4rem);
}

.has-mx-neg-9,
.has-ml-neg-9,
.has-m-neg-9 {
  margin-left: calc(-1 * 4rem);
}

.has-mx-neg-9,
.has-mr-neg-9,
.has-m-neg-9 {
  margin-right: calc(-1 * 4rem);
}

.has-py-10,
.has-pt-10,
.has-p-10 {
  padding-top: 0.625rem;
}

.has-py-10,
.has-pb-10,
.has-p-10 {
  padding-bottom: 0.625rem;
}

.has-px-10,
.has-pl-10,
.has-p-10 {
  padding-left: 0.625rem;
}

.has-px-10,
.has-pr-10,
.has-p-10 {
  padding-right: 0.625rem;
}

.has-my-10,
.has-mt-10,
.has-m-10 {
  margin-top: 0.625rem;
}

.has-my-10,
.has-mb-10,
.has-m-10 {
  margin-bottom: 0.625rem;
}

.has-mx-10,
.has-ml-10,
.has-m-10 {
  margin-left: 0.625rem;
}

.has-mx-10,
.has-mr-10,
.has-m-10 {
  margin-right: 0.625rem;
}

.has-my-neg-10,
.has-mt-neg-10,
.has-m-neg-10 {
  margin-top: calc(-1 * 0.625rem);
}

.has-my-neg-10,
.has-mb-neg-10,
.has-m-neg-10 {
  margin-bottom: calc(-1 * 0.625rem);
}

.has-mx-neg-10,
.has-ml-neg-10,
.has-m-neg-10 {
  margin-left: calc(-1 * 0.625rem);
}

.has-mx-neg-10,
.has-mr-neg-10,
.has-m-neg-10 {
  margin-right: calc(-1 * 0.625rem);
}

.has-py-11,
.has-pt-11,
.has-p-11 {
  padding-top: 5rem;
}

.has-py-11,
.has-pb-11,
.has-p-11 {
  padding-bottom: 5rem;
}

.has-px-11,
.has-pl-11,
.has-p-11 {
  padding-left: 5rem;
}

.has-px-11,
.has-pr-11,
.has-p-11 {
  padding-right: 5rem;
}

.has-my-11,
.has-mt-11,
.has-m-11 {
  margin-top: 5rem;
}

.has-my-11,
.has-mb-11,
.has-m-11 {
  margin-bottom: 5rem;
}

.has-mx-11,
.has-ml-11,
.has-m-11 {
  margin-left: 5rem;
}

.has-mx-11,
.has-mr-11,
.has-m-11 {
  margin-right: 5rem;
}

.has-my-neg-11,
.has-mt-neg-11,
.has-m-neg-11 {
  margin-top: calc(-1 * 5rem);
}

.has-my-neg-11,
.has-mb-neg-11,
.has-m-neg-11 {
  margin-bottom: calc(-1 * 5rem);
}

.has-mx-neg-11,
.has-ml-neg-11,
.has-m-neg-11 {
  margin-left: calc(-1 * 5rem);
}

.has-mx-neg-11,
.has-mr-neg-11,
.has-m-neg-11 {
  margin-right: calc(-1 * 5rem);
}

.has-py-12,
.has-pt-12,
.has-p-12 {
  padding-top: 1.625rem;
}

.has-py-12,
.has-pb-12,
.has-p-12 {
  padding-bottom: 1.625rem;
}

.has-px-12,
.has-pl-12,
.has-p-12 {
  padding-left: 1.625rem;
}

.has-px-12,
.has-pr-12,
.has-p-12 {
  padding-right: 1.625rem;
}

.has-my-12,
.has-mt-12,
.has-m-12 {
  margin-top: 1.625rem;
}

.has-my-12,
.has-mb-12,
.has-m-12 {
  margin-bottom: 1.625rem;
}

.has-mx-12,
.has-ml-12,
.has-m-12 {
  margin-left: 1.625rem;
}

.has-mx-12,
.has-mr-12,
.has-m-12 {
  margin-right: 1.625rem;
}

.has-my-neg-12,
.has-mt-neg-12,
.has-m-neg-12 {
  margin-top: calc(-1 * 1.625rem);
}

.has-my-neg-12,
.has-mb-neg-12,
.has-m-neg-12 {
  margin-bottom: calc(-1 * 1.625rem);
}

.has-mx-neg-12,
.has-ml-neg-12,
.has-m-neg-12 {
  margin-left: calc(-1 * 1.625rem);
}

.has-mx-neg-12,
.has-mr-neg-12,
.has-m-neg-12 {
  margin-right: calc(-1 * 1.625rem);
}

.has-py-field,
.has-pt-field,
.has-p-field {
  padding-top: 30rem;
}

.has-py-field,
.has-pb-field,
.has-p-field {
  padding-bottom: 30rem;
}

.has-px-field,
.has-pl-field,
.has-p-field {
  padding-left: 30rem;
}

.has-px-field,
.has-pr-field,
.has-p-field {
  padding-right: 30rem;
}

.has-my-field,
.has-mt-field,
.has-m-field {
  margin-top: 30rem;
}

.has-my-field,
.has-mb-field,
.has-m-field {
  margin-bottom: 30rem;
}

.has-mx-field,
.has-ml-field,
.has-m-field {
  margin-left: 30rem;
}

.has-mx-field,
.has-mr-field,
.has-m-field {
  margin-right: 30rem;
}

.has-my-neg-field,
.has-mt-neg-field,
.has-m-neg-field {
  margin-top: calc(-1 * 30rem);
}

.has-my-neg-field,
.has-mb-neg-field,
.has-m-neg-field {
  margin-bottom: calc(-1 * 30rem);
}

.has-mx-neg-field,
.has-ml-neg-field,
.has-m-neg-field {
  margin-left: calc(-1 * 30rem);
}

.has-mx-neg-field,
.has-mr-neg-field,
.has-m-neg-field {
  margin-right: calc(-1 * 30rem);
}

.has-py-smallfield,
.has-pt-smallfield,
.has-p-smallfield {
  padding-top: 10rem;
}

.has-py-smallfield,
.has-pb-smallfield,
.has-p-smallfield {
  padding-bottom: 10rem;
}

.has-px-smallfield,
.has-pl-smallfield,
.has-p-smallfield {
  padding-left: 10rem;
}

.has-px-smallfield,
.has-pr-smallfield,
.has-p-smallfield {
  padding-right: 10rem;
}

.has-my-smallfield,
.has-mt-smallfield,
.has-m-smallfield {
  margin-top: 10rem;
}

.has-my-smallfield,
.has-mb-smallfield,
.has-m-smallfield {
  margin-bottom: 10rem;
}

.has-mx-smallfield,
.has-ml-smallfield,
.has-m-smallfield {
  margin-left: 10rem;
}

.has-mx-smallfield,
.has-mr-smallfield,
.has-m-smallfield {
  margin-right: 10rem;
}

.has-my-neg-smallfield,
.has-mt-neg-smallfield,
.has-m-neg-smallfield {
  margin-top: calc(-1 * 10rem);
}

.has-my-neg-smallfield,
.has-mb-neg-smallfield,
.has-m-neg-smallfield {
  margin-bottom: calc(-1 * 10rem);
}

.has-mx-neg-smallfield,
.has-ml-neg-smallfield,
.has-m-neg-smallfield {
  margin-left: calc(-1 * 10rem);
}

.has-mx-neg-smallfield,
.has-mr-neg-smallfield,
.has-m-neg-smallfield {
  margin-right: calc(-1 * 10rem);
}

.has-py-gap,
.has-pt-gap,
.has-p-gap {
  padding-top: 1rem;
}

.has-py-gap,
.has-pb-gap,
.has-p-gap {
  padding-bottom: 1rem;
}

.has-px-gap,
.has-pl-gap,
.has-p-gap {
  padding-left: 1rem;
}

.has-px-gap,
.has-pr-gap,
.has-p-gap {
  padding-right: 1rem;
}

.has-my-gap,
.has-mt-gap,
.has-m-gap {
  margin-top: 1rem;
}

.has-my-gap,
.has-mb-gap,
.has-m-gap {
  margin-bottom: 1rem;
}

.has-mx-gap,
.has-ml-gap,
.has-m-gap {
  margin-left: 1rem;
}

.has-mx-gap,
.has-mr-gap,
.has-m-gap {
  margin-right: 1rem;
}

.has-my-neg-gap,
.has-mt-neg-gap,
.has-m-neg-gap {
  margin-top: calc(-1 * 1rem);
}

.has-my-neg-gap,
.has-mb-neg-gap,
.has-m-neg-gap {
  margin-bottom: calc(-1 * 1rem);
}

.has-mx-neg-gap,
.has-ml-neg-gap,
.has-m-neg-gap {
  margin-left: calc(-1 * 1rem);
}

.has-mx-neg-gap,
.has-mr-neg-gap,
.has-m-neg-gap {
  margin-right: calc(-1 * 1rem);
}

@media only screen and (min-width: 0) {
  .has-py-na-0,
  .has-pt-na-0,
  .has-p-na-0 {
    padding-top: 0;
  }
  .has-py-na-0,
  .has-pb-na-0,
  .has-p-na-0 {
    padding-bottom: 0;
  }
  .has-px-na-0,
  .has-pl-na-0,
  .has-p-na-0 {
    padding-left: 0;
  }
  .has-px-na-0,
  .has-pr-na-0,
  .has-p-na-0 {
    padding-right: 0;
  }
  .has-my-na-0,
  .has-mt-na-0,
  .has-m-na-0 {
    margin-top: 0;
  }
  .has-my-na-0,
  .has-mb-na-0,
  .has-m-na-0 {
    margin-bottom: 0;
  }
  .has-mx-na-0,
  .has-ml-na-0,
  .has-m-na-0 {
    margin-left: 0;
  }
  .has-mx-na-0,
  .has-mr-na-0,
  .has-m-na-0 {
    margin-right: 0;
  }
  .has-my-na-neg-0,
  .has-mt-na-neg-0,
  .has-m-na-neg-0 {
    margin-top: calc(-1 * 0);
  }
  .has-my-na-neg-0,
  .has-mb-na-neg-0,
  .has-m-na-neg-0 {
    margin-bottom: calc(-1 * 0);
  }
  .has-mx-na-neg-0,
  .has-ml-na-neg-0,
  .has-m-na-neg-0 {
    margin-left: calc(-1 * 0);
  }
  .has-mx-na-neg-0,
  .has-mr-na-neg-0,
  .has-m-na-neg-0 {
    margin-right: calc(-1 * 0);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-1,
  .has-pt-na-1,
  .has-p-na-1 {
    padding-top: 0.25rem;
  }
  .has-py-na-1,
  .has-pb-na-1,
  .has-p-na-1 {
    padding-bottom: 0.25rem;
  }
  .has-px-na-1,
  .has-pl-na-1,
  .has-p-na-1 {
    padding-left: 0.25rem;
  }
  .has-px-na-1,
  .has-pr-na-1,
  .has-p-na-1 {
    padding-right: 0.25rem;
  }
  .has-my-na-1,
  .has-mt-na-1,
  .has-m-na-1 {
    margin-top: 0.25rem;
  }
  .has-my-na-1,
  .has-mb-na-1,
  .has-m-na-1 {
    margin-bottom: 0.25rem;
  }
  .has-mx-na-1,
  .has-ml-na-1,
  .has-m-na-1 {
    margin-left: 0.25rem;
  }
  .has-mx-na-1,
  .has-mr-na-1,
  .has-m-na-1 {
    margin-right: 0.25rem;
  }
  .has-my-na-neg-1,
  .has-mt-na-neg-1,
  .has-m-na-neg-1 {
    margin-top: calc(-1 * 0.25rem);
  }
  .has-my-na-neg-1,
  .has-mb-na-neg-1,
  .has-m-na-neg-1 {
    margin-bottom: calc(-1 * 0.25rem);
  }
  .has-mx-na-neg-1,
  .has-ml-na-neg-1,
  .has-m-na-neg-1 {
    margin-left: calc(-1 * 0.25rem);
  }
  .has-mx-na-neg-1,
  .has-mr-na-neg-1,
  .has-m-na-neg-1 {
    margin-right: calc(-1 * 0.25rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-2,
  .has-pt-na-2,
  .has-p-na-2 {
    padding-top: 0.5rem;
  }
  .has-py-na-2,
  .has-pb-na-2,
  .has-p-na-2 {
    padding-bottom: 0.5rem;
  }
  .has-px-na-2,
  .has-pl-na-2,
  .has-p-na-2 {
    padding-left: 0.5rem;
  }
  .has-px-na-2,
  .has-pr-na-2,
  .has-p-na-2 {
    padding-right: 0.5rem;
  }
  .has-my-na-2,
  .has-mt-na-2,
  .has-m-na-2 {
    margin-top: 0.5rem;
  }
  .has-my-na-2,
  .has-mb-na-2,
  .has-m-na-2 {
    margin-bottom: 0.5rem;
  }
  .has-mx-na-2,
  .has-ml-na-2,
  .has-m-na-2 {
    margin-left: 0.5rem;
  }
  .has-mx-na-2,
  .has-mr-na-2,
  .has-m-na-2 {
    margin-right: 0.5rem;
  }
  .has-my-na-neg-2,
  .has-mt-na-neg-2,
  .has-m-na-neg-2 {
    margin-top: calc(-1 * 0.5rem);
  }
  .has-my-na-neg-2,
  .has-mb-na-neg-2,
  .has-m-na-neg-2 {
    margin-bottom: calc(-1 * 0.5rem);
  }
  .has-mx-na-neg-2,
  .has-ml-na-neg-2,
  .has-m-na-neg-2 {
    margin-left: calc(-1 * 0.5rem);
  }
  .has-mx-na-neg-2,
  .has-mr-na-neg-2,
  .has-m-na-neg-2 {
    margin-right: calc(-1 * 0.5rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-3,
  .has-pt-na-3,
  .has-p-na-3 {
    padding-top: 0.75rem;
  }
  .has-py-na-3,
  .has-pb-na-3,
  .has-p-na-3 {
    padding-bottom: 0.75rem;
  }
  .has-px-na-3,
  .has-pl-na-3,
  .has-p-na-3 {
    padding-left: 0.75rem;
  }
  .has-px-na-3,
  .has-pr-na-3,
  .has-p-na-3 {
    padding-right: 0.75rem;
  }
  .has-my-na-3,
  .has-mt-na-3,
  .has-m-na-3 {
    margin-top: 0.75rem;
  }
  .has-my-na-3,
  .has-mb-na-3,
  .has-m-na-3 {
    margin-bottom: 0.75rem;
  }
  .has-mx-na-3,
  .has-ml-na-3,
  .has-m-na-3 {
    margin-left: 0.75rem;
  }
  .has-mx-na-3,
  .has-mr-na-3,
  .has-m-na-3 {
    margin-right: 0.75rem;
  }
  .has-my-na-neg-3,
  .has-mt-na-neg-3,
  .has-m-na-neg-3 {
    margin-top: calc(-1 * 0.75rem);
  }
  .has-my-na-neg-3,
  .has-mb-na-neg-3,
  .has-m-na-neg-3 {
    margin-bottom: calc(-1 * 0.75rem);
  }
  .has-mx-na-neg-3,
  .has-ml-na-neg-3,
  .has-m-na-neg-3 {
    margin-left: calc(-1 * 0.75rem);
  }
  .has-mx-na-neg-3,
  .has-mr-na-neg-3,
  .has-m-na-neg-3 {
    margin-right: calc(-1 * 0.75rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-4,
  .has-pt-na-4,
  .has-p-na-4 {
    padding-top: 1.25rem;
  }
  .has-py-na-4,
  .has-pb-na-4,
  .has-p-na-4 {
    padding-bottom: 1.25rem;
  }
  .has-px-na-4,
  .has-pl-na-4,
  .has-p-na-4 {
    padding-left: 1.25rem;
  }
  .has-px-na-4,
  .has-pr-na-4,
  .has-p-na-4 {
    padding-right: 1.25rem;
  }
  .has-my-na-4,
  .has-mt-na-4,
  .has-m-na-4 {
    margin-top: 1.25rem;
  }
  .has-my-na-4,
  .has-mb-na-4,
  .has-m-na-4 {
    margin-bottom: 1.25rem;
  }
  .has-mx-na-4,
  .has-ml-na-4,
  .has-m-na-4 {
    margin-left: 1.25rem;
  }
  .has-mx-na-4,
  .has-mr-na-4,
  .has-m-na-4 {
    margin-right: 1.25rem;
  }
  .has-my-na-neg-4,
  .has-mt-na-neg-4,
  .has-m-na-neg-4 {
    margin-top: calc(-1 * 1.25rem);
  }
  .has-my-na-neg-4,
  .has-mb-na-neg-4,
  .has-m-na-neg-4 {
    margin-bottom: calc(-1 * 1.25rem);
  }
  .has-mx-na-neg-4,
  .has-ml-na-neg-4,
  .has-m-na-neg-4 {
    margin-left: calc(-1 * 1.25rem);
  }
  .has-mx-na-neg-4,
  .has-mr-na-neg-4,
  .has-m-na-neg-4 {
    margin-right: calc(-1 * 1.25rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-5,
  .has-pt-na-5,
  .has-p-na-5 {
    padding-top: 1.5rem;
  }
  .has-py-na-5,
  .has-pb-na-5,
  .has-p-na-5 {
    padding-bottom: 1.5rem;
  }
  .has-px-na-5,
  .has-pl-na-5,
  .has-p-na-5 {
    padding-left: 1.5rem;
  }
  .has-px-na-5,
  .has-pr-na-5,
  .has-p-na-5 {
    padding-right: 1.5rem;
  }
  .has-my-na-5,
  .has-mt-na-5,
  .has-m-na-5 {
    margin-top: 1.5rem;
  }
  .has-my-na-5,
  .has-mb-na-5,
  .has-m-na-5 {
    margin-bottom: 1.5rem;
  }
  .has-mx-na-5,
  .has-ml-na-5,
  .has-m-na-5 {
    margin-left: 1.5rem;
  }
  .has-mx-na-5,
  .has-mr-na-5,
  .has-m-na-5 {
    margin-right: 1.5rem;
  }
  .has-my-na-neg-5,
  .has-mt-na-neg-5,
  .has-m-na-neg-5 {
    margin-top: calc(-1 * 1.5rem);
  }
  .has-my-na-neg-5,
  .has-mb-na-neg-5,
  .has-m-na-neg-5 {
    margin-bottom: calc(-1 * 1.5rem);
  }
  .has-mx-na-neg-5,
  .has-ml-na-neg-5,
  .has-m-na-neg-5 {
    margin-left: calc(-1 * 1.5rem);
  }
  .has-mx-na-neg-5,
  .has-mr-na-neg-5,
  .has-m-na-neg-5 {
    margin-right: calc(-1 * 1.5rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-6,
  .has-pt-na-6,
  .has-p-na-6 {
    padding-top: 1.875rem;
  }
  .has-py-na-6,
  .has-pb-na-6,
  .has-p-na-6 {
    padding-bottom: 1.875rem;
  }
  .has-px-na-6,
  .has-pl-na-6,
  .has-p-na-6 {
    padding-left: 1.875rem;
  }
  .has-px-na-6,
  .has-pr-na-6,
  .has-p-na-6 {
    padding-right: 1.875rem;
  }
  .has-my-na-6,
  .has-mt-na-6,
  .has-m-na-6 {
    margin-top: 1.875rem;
  }
  .has-my-na-6,
  .has-mb-na-6,
  .has-m-na-6 {
    margin-bottom: 1.875rem;
  }
  .has-mx-na-6,
  .has-ml-na-6,
  .has-m-na-6 {
    margin-left: 1.875rem;
  }
  .has-mx-na-6,
  .has-mr-na-6,
  .has-m-na-6 {
    margin-right: 1.875rem;
  }
  .has-my-na-neg-6,
  .has-mt-na-neg-6,
  .has-m-na-neg-6 {
    margin-top: calc(-1 * 1.875rem);
  }
  .has-my-na-neg-6,
  .has-mb-na-neg-6,
  .has-m-na-neg-6 {
    margin-bottom: calc(-1 * 1.875rem);
  }
  .has-mx-na-neg-6,
  .has-ml-na-neg-6,
  .has-m-na-neg-6 {
    margin-left: calc(-1 * 1.875rem);
  }
  .has-mx-na-neg-6,
  .has-mr-na-neg-6,
  .has-m-na-neg-6 {
    margin-right: calc(-1 * 1.875rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-7,
  .has-pt-na-7,
  .has-p-na-7 {
    padding-top: 2.5rem;
  }
  .has-py-na-7,
  .has-pb-na-7,
  .has-p-na-7 {
    padding-bottom: 2.5rem;
  }
  .has-px-na-7,
  .has-pl-na-7,
  .has-p-na-7 {
    padding-left: 2.5rem;
  }
  .has-px-na-7,
  .has-pr-na-7,
  .has-p-na-7 {
    padding-right: 2.5rem;
  }
  .has-my-na-7,
  .has-mt-na-7,
  .has-m-na-7 {
    margin-top: 2.5rem;
  }
  .has-my-na-7,
  .has-mb-na-7,
  .has-m-na-7 {
    margin-bottom: 2.5rem;
  }
  .has-mx-na-7,
  .has-ml-na-7,
  .has-m-na-7 {
    margin-left: 2.5rem;
  }
  .has-mx-na-7,
  .has-mr-na-7,
  .has-m-na-7 {
    margin-right: 2.5rem;
  }
  .has-my-na-neg-7,
  .has-mt-na-neg-7,
  .has-m-na-neg-7 {
    margin-top: calc(-1 * 2.5rem);
  }
  .has-my-na-neg-7,
  .has-mb-na-neg-7,
  .has-m-na-neg-7 {
    margin-bottom: calc(-1 * 2.5rem);
  }
  .has-mx-na-neg-7,
  .has-ml-na-neg-7,
  .has-m-na-neg-7 {
    margin-left: calc(-1 * 2.5rem);
  }
  .has-mx-na-neg-7,
  .has-mr-na-neg-7,
  .has-m-na-neg-7 {
    margin-right: calc(-1 * 2.5rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-8,
  .has-pt-na-8,
  .has-p-na-8 {
    padding-top: 3.125rem;
  }
  .has-py-na-8,
  .has-pb-na-8,
  .has-p-na-8 {
    padding-bottom: 3.125rem;
  }
  .has-px-na-8,
  .has-pl-na-8,
  .has-p-na-8 {
    padding-left: 3.125rem;
  }
  .has-px-na-8,
  .has-pr-na-8,
  .has-p-na-8 {
    padding-right: 3.125rem;
  }
  .has-my-na-8,
  .has-mt-na-8,
  .has-m-na-8 {
    margin-top: 3.125rem;
  }
  .has-my-na-8,
  .has-mb-na-8,
  .has-m-na-8 {
    margin-bottom: 3.125rem;
  }
  .has-mx-na-8,
  .has-ml-na-8,
  .has-m-na-8 {
    margin-left: 3.125rem;
  }
  .has-mx-na-8,
  .has-mr-na-8,
  .has-m-na-8 {
    margin-right: 3.125rem;
  }
  .has-my-na-neg-8,
  .has-mt-na-neg-8,
  .has-m-na-neg-8 {
    margin-top: calc(-1 * 3.125rem);
  }
  .has-my-na-neg-8,
  .has-mb-na-neg-8,
  .has-m-na-neg-8 {
    margin-bottom: calc(-1 * 3.125rem);
  }
  .has-mx-na-neg-8,
  .has-ml-na-neg-8,
  .has-m-na-neg-8 {
    margin-left: calc(-1 * 3.125rem);
  }
  .has-mx-na-neg-8,
  .has-mr-na-neg-8,
  .has-m-na-neg-8 {
    margin-right: calc(-1 * 3.125rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-9,
  .has-pt-na-9,
  .has-p-na-9 {
    padding-top: 4rem;
  }
  .has-py-na-9,
  .has-pb-na-9,
  .has-p-na-9 {
    padding-bottom: 4rem;
  }
  .has-px-na-9,
  .has-pl-na-9,
  .has-p-na-9 {
    padding-left: 4rem;
  }
  .has-px-na-9,
  .has-pr-na-9,
  .has-p-na-9 {
    padding-right: 4rem;
  }
  .has-my-na-9,
  .has-mt-na-9,
  .has-m-na-9 {
    margin-top: 4rem;
  }
  .has-my-na-9,
  .has-mb-na-9,
  .has-m-na-9 {
    margin-bottom: 4rem;
  }
  .has-mx-na-9,
  .has-ml-na-9,
  .has-m-na-9 {
    margin-left: 4rem;
  }
  .has-mx-na-9,
  .has-mr-na-9,
  .has-m-na-9 {
    margin-right: 4rem;
  }
  .has-my-na-neg-9,
  .has-mt-na-neg-9,
  .has-m-na-neg-9 {
    margin-top: calc(-1 * 4rem);
  }
  .has-my-na-neg-9,
  .has-mb-na-neg-9,
  .has-m-na-neg-9 {
    margin-bottom: calc(-1 * 4rem);
  }
  .has-mx-na-neg-9,
  .has-ml-na-neg-9,
  .has-m-na-neg-9 {
    margin-left: calc(-1 * 4rem);
  }
  .has-mx-na-neg-9,
  .has-mr-na-neg-9,
  .has-m-na-neg-9 {
    margin-right: calc(-1 * 4rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-10,
  .has-pt-na-10,
  .has-p-na-10 {
    padding-top: 0.625rem;
  }
  .has-py-na-10,
  .has-pb-na-10,
  .has-p-na-10 {
    padding-bottom: 0.625rem;
  }
  .has-px-na-10,
  .has-pl-na-10,
  .has-p-na-10 {
    padding-left: 0.625rem;
  }
  .has-px-na-10,
  .has-pr-na-10,
  .has-p-na-10 {
    padding-right: 0.625rem;
  }
  .has-my-na-10,
  .has-mt-na-10,
  .has-m-na-10 {
    margin-top: 0.625rem;
  }
  .has-my-na-10,
  .has-mb-na-10,
  .has-m-na-10 {
    margin-bottom: 0.625rem;
  }
  .has-mx-na-10,
  .has-ml-na-10,
  .has-m-na-10 {
    margin-left: 0.625rem;
  }
  .has-mx-na-10,
  .has-mr-na-10,
  .has-m-na-10 {
    margin-right: 0.625rem;
  }
  .has-my-na-neg-10,
  .has-mt-na-neg-10,
  .has-m-na-neg-10 {
    margin-top: calc(-1 * 0.625rem);
  }
  .has-my-na-neg-10,
  .has-mb-na-neg-10,
  .has-m-na-neg-10 {
    margin-bottom: calc(-1 * 0.625rem);
  }
  .has-mx-na-neg-10,
  .has-ml-na-neg-10,
  .has-m-na-neg-10 {
    margin-left: calc(-1 * 0.625rem);
  }
  .has-mx-na-neg-10,
  .has-mr-na-neg-10,
  .has-m-na-neg-10 {
    margin-right: calc(-1 * 0.625rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-11,
  .has-pt-na-11,
  .has-p-na-11 {
    padding-top: 5rem;
  }
  .has-py-na-11,
  .has-pb-na-11,
  .has-p-na-11 {
    padding-bottom: 5rem;
  }
  .has-px-na-11,
  .has-pl-na-11,
  .has-p-na-11 {
    padding-left: 5rem;
  }
  .has-px-na-11,
  .has-pr-na-11,
  .has-p-na-11 {
    padding-right: 5rem;
  }
  .has-my-na-11,
  .has-mt-na-11,
  .has-m-na-11 {
    margin-top: 5rem;
  }
  .has-my-na-11,
  .has-mb-na-11,
  .has-m-na-11 {
    margin-bottom: 5rem;
  }
  .has-mx-na-11,
  .has-ml-na-11,
  .has-m-na-11 {
    margin-left: 5rem;
  }
  .has-mx-na-11,
  .has-mr-na-11,
  .has-m-na-11 {
    margin-right: 5rem;
  }
  .has-my-na-neg-11,
  .has-mt-na-neg-11,
  .has-m-na-neg-11 {
    margin-top: calc(-1 * 5rem);
  }
  .has-my-na-neg-11,
  .has-mb-na-neg-11,
  .has-m-na-neg-11 {
    margin-bottom: calc(-1 * 5rem);
  }
  .has-mx-na-neg-11,
  .has-ml-na-neg-11,
  .has-m-na-neg-11 {
    margin-left: calc(-1 * 5rem);
  }
  .has-mx-na-neg-11,
  .has-mr-na-neg-11,
  .has-m-na-neg-11 {
    margin-right: calc(-1 * 5rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-12,
  .has-pt-na-12,
  .has-p-na-12 {
    padding-top: 1.625rem;
  }
  .has-py-na-12,
  .has-pb-na-12,
  .has-p-na-12 {
    padding-bottom: 1.625rem;
  }
  .has-px-na-12,
  .has-pl-na-12,
  .has-p-na-12 {
    padding-left: 1.625rem;
  }
  .has-px-na-12,
  .has-pr-na-12,
  .has-p-na-12 {
    padding-right: 1.625rem;
  }
  .has-my-na-12,
  .has-mt-na-12,
  .has-m-na-12 {
    margin-top: 1.625rem;
  }
  .has-my-na-12,
  .has-mb-na-12,
  .has-m-na-12 {
    margin-bottom: 1.625rem;
  }
  .has-mx-na-12,
  .has-ml-na-12,
  .has-m-na-12 {
    margin-left: 1.625rem;
  }
  .has-mx-na-12,
  .has-mr-na-12,
  .has-m-na-12 {
    margin-right: 1.625rem;
  }
  .has-my-na-neg-12,
  .has-mt-na-neg-12,
  .has-m-na-neg-12 {
    margin-top: calc(-1 * 1.625rem);
  }
  .has-my-na-neg-12,
  .has-mb-na-neg-12,
  .has-m-na-neg-12 {
    margin-bottom: calc(-1 * 1.625rem);
  }
  .has-mx-na-neg-12,
  .has-ml-na-neg-12,
  .has-m-na-neg-12 {
    margin-left: calc(-1 * 1.625rem);
  }
  .has-mx-na-neg-12,
  .has-mr-na-neg-12,
  .has-m-na-neg-12 {
    margin-right: calc(-1 * 1.625rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-field,
  .has-pt-na-field,
  .has-p-na-field {
    padding-top: 30rem;
  }
  .has-py-na-field,
  .has-pb-na-field,
  .has-p-na-field {
    padding-bottom: 30rem;
  }
  .has-px-na-field,
  .has-pl-na-field,
  .has-p-na-field {
    padding-left: 30rem;
  }
  .has-px-na-field,
  .has-pr-na-field,
  .has-p-na-field {
    padding-right: 30rem;
  }
  .has-my-na-field,
  .has-mt-na-field,
  .has-m-na-field {
    margin-top: 30rem;
  }
  .has-my-na-field,
  .has-mb-na-field,
  .has-m-na-field {
    margin-bottom: 30rem;
  }
  .has-mx-na-field,
  .has-ml-na-field,
  .has-m-na-field {
    margin-left: 30rem;
  }
  .has-mx-na-field,
  .has-mr-na-field,
  .has-m-na-field {
    margin-right: 30rem;
  }
  .has-my-na-neg-field,
  .has-mt-na-neg-field,
  .has-m-na-neg-field {
    margin-top: calc(-1 * 30rem);
  }
  .has-my-na-neg-field,
  .has-mb-na-neg-field,
  .has-m-na-neg-field {
    margin-bottom: calc(-1 * 30rem);
  }
  .has-mx-na-neg-field,
  .has-ml-na-neg-field,
  .has-m-na-neg-field {
    margin-left: calc(-1 * 30rem);
  }
  .has-mx-na-neg-field,
  .has-mr-na-neg-field,
  .has-m-na-neg-field {
    margin-right: calc(-1 * 30rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-smallfield,
  .has-pt-na-smallfield,
  .has-p-na-smallfield {
    padding-top: 10rem;
  }
  .has-py-na-smallfield,
  .has-pb-na-smallfield,
  .has-p-na-smallfield {
    padding-bottom: 10rem;
  }
  .has-px-na-smallfield,
  .has-pl-na-smallfield,
  .has-p-na-smallfield {
    padding-left: 10rem;
  }
  .has-px-na-smallfield,
  .has-pr-na-smallfield,
  .has-p-na-smallfield {
    padding-right: 10rem;
  }
  .has-my-na-smallfield,
  .has-mt-na-smallfield,
  .has-m-na-smallfield {
    margin-top: 10rem;
  }
  .has-my-na-smallfield,
  .has-mb-na-smallfield,
  .has-m-na-smallfield {
    margin-bottom: 10rem;
  }
  .has-mx-na-smallfield,
  .has-ml-na-smallfield,
  .has-m-na-smallfield {
    margin-left: 10rem;
  }
  .has-mx-na-smallfield,
  .has-mr-na-smallfield,
  .has-m-na-smallfield {
    margin-right: 10rem;
  }
  .has-my-na-neg-smallfield,
  .has-mt-na-neg-smallfield,
  .has-m-na-neg-smallfield {
    margin-top: calc(-1 * 10rem);
  }
  .has-my-na-neg-smallfield,
  .has-mb-na-neg-smallfield,
  .has-m-na-neg-smallfield {
    margin-bottom: calc(-1 * 10rem);
  }
  .has-mx-na-neg-smallfield,
  .has-ml-na-neg-smallfield,
  .has-m-na-neg-smallfield {
    margin-left: calc(-1 * 10rem);
  }
  .has-mx-na-neg-smallfield,
  .has-mr-na-neg-smallfield,
  .has-m-na-neg-smallfield {
    margin-right: calc(-1 * 10rem);
  }
}
@media only screen and (min-width: 0) {
  .has-py-na-gap,
  .has-pt-na-gap,
  .has-p-na-gap {
    padding-top: 1rem;
  }
  .has-py-na-gap,
  .has-pb-na-gap,
  .has-p-na-gap {
    padding-bottom: 1rem;
  }
  .has-px-na-gap,
  .has-pl-na-gap,
  .has-p-na-gap {
    padding-left: 1rem;
  }
  .has-px-na-gap,
  .has-pr-na-gap,
  .has-p-na-gap {
    padding-right: 1rem;
  }
  .has-my-na-gap,
  .has-mt-na-gap,
  .has-m-na-gap {
    margin-top: 1rem;
  }
  .has-my-na-gap,
  .has-mb-na-gap,
  .has-m-na-gap {
    margin-bottom: 1rem;
  }
  .has-mx-na-gap,
  .has-ml-na-gap,
  .has-m-na-gap {
    margin-left: 1rem;
  }
  .has-mx-na-gap,
  .has-mr-na-gap,
  .has-m-na-gap {
    margin-right: 1rem;
  }
  .has-my-na-neg-gap,
  .has-mt-na-neg-gap,
  .has-m-na-neg-gap {
    margin-top: calc(-1 * 1rem);
  }
  .has-my-na-neg-gap,
  .has-mb-na-neg-gap,
  .has-m-na-neg-gap {
    margin-bottom: calc(-1 * 1rem);
  }
  .has-mx-na-neg-gap,
  .has-ml-na-neg-gap,
  .has-m-na-neg-gap {
    margin-left: calc(-1 * 1rem);
  }
  .has-mx-na-neg-gap,
  .has-mr-na-neg-gap,
  .has-m-na-neg-gap {
    margin-right: calc(-1 * 1rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-0,
  .has-pt-xs-0,
  .has-p-xs-0 {
    padding-top: 0;
  }
  .has-py-xs-0,
  .has-pb-xs-0,
  .has-p-xs-0 {
    padding-bottom: 0;
  }
  .has-px-xs-0,
  .has-pl-xs-0,
  .has-p-xs-0 {
    padding-left: 0;
  }
  .has-px-xs-0,
  .has-pr-xs-0,
  .has-p-xs-0 {
    padding-right: 0;
  }
  .has-my-xs-0,
  .has-mt-xs-0,
  .has-m-xs-0 {
    margin-top: 0;
  }
  .has-my-xs-0,
  .has-mb-xs-0,
  .has-m-xs-0 {
    margin-bottom: 0;
  }
  .has-mx-xs-0,
  .has-ml-xs-0,
  .has-m-xs-0 {
    margin-left: 0;
  }
  .has-mx-xs-0,
  .has-mr-xs-0,
  .has-m-xs-0 {
    margin-right: 0;
  }
  .has-my-xs-neg-0,
  .has-mt-xs-neg-0,
  .has-m-xs-neg-0 {
    margin-top: calc(-1 * 0);
  }
  .has-my-xs-neg-0,
  .has-mb-xs-neg-0,
  .has-m-xs-neg-0 {
    margin-bottom: calc(-1 * 0);
  }
  .has-mx-xs-neg-0,
  .has-ml-xs-neg-0,
  .has-m-xs-neg-0 {
    margin-left: calc(-1 * 0);
  }
  .has-mx-xs-neg-0,
  .has-mr-xs-neg-0,
  .has-m-xs-neg-0 {
    margin-right: calc(-1 * 0);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-1,
  .has-pt-xs-1,
  .has-p-xs-1 {
    padding-top: 0.25rem;
  }
  .has-py-xs-1,
  .has-pb-xs-1,
  .has-p-xs-1 {
    padding-bottom: 0.25rem;
  }
  .has-px-xs-1,
  .has-pl-xs-1,
  .has-p-xs-1 {
    padding-left: 0.25rem;
  }
  .has-px-xs-1,
  .has-pr-xs-1,
  .has-p-xs-1 {
    padding-right: 0.25rem;
  }
  .has-my-xs-1,
  .has-mt-xs-1,
  .has-m-xs-1 {
    margin-top: 0.25rem;
  }
  .has-my-xs-1,
  .has-mb-xs-1,
  .has-m-xs-1 {
    margin-bottom: 0.25rem;
  }
  .has-mx-xs-1,
  .has-ml-xs-1,
  .has-m-xs-1 {
    margin-left: 0.25rem;
  }
  .has-mx-xs-1,
  .has-mr-xs-1,
  .has-m-xs-1 {
    margin-right: 0.25rem;
  }
  .has-my-xs-neg-1,
  .has-mt-xs-neg-1,
  .has-m-xs-neg-1 {
    margin-top: calc(-1 * 0.25rem);
  }
  .has-my-xs-neg-1,
  .has-mb-xs-neg-1,
  .has-m-xs-neg-1 {
    margin-bottom: calc(-1 * 0.25rem);
  }
  .has-mx-xs-neg-1,
  .has-ml-xs-neg-1,
  .has-m-xs-neg-1 {
    margin-left: calc(-1 * 0.25rem);
  }
  .has-mx-xs-neg-1,
  .has-mr-xs-neg-1,
  .has-m-xs-neg-1 {
    margin-right: calc(-1 * 0.25rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-2,
  .has-pt-xs-2,
  .has-p-xs-2 {
    padding-top: 0.5rem;
  }
  .has-py-xs-2,
  .has-pb-xs-2,
  .has-p-xs-2 {
    padding-bottom: 0.5rem;
  }
  .has-px-xs-2,
  .has-pl-xs-2,
  .has-p-xs-2 {
    padding-left: 0.5rem;
  }
  .has-px-xs-2,
  .has-pr-xs-2,
  .has-p-xs-2 {
    padding-right: 0.5rem;
  }
  .has-my-xs-2,
  .has-mt-xs-2,
  .has-m-xs-2 {
    margin-top: 0.5rem;
  }
  .has-my-xs-2,
  .has-mb-xs-2,
  .has-m-xs-2 {
    margin-bottom: 0.5rem;
  }
  .has-mx-xs-2,
  .has-ml-xs-2,
  .has-m-xs-2 {
    margin-left: 0.5rem;
  }
  .has-mx-xs-2,
  .has-mr-xs-2,
  .has-m-xs-2 {
    margin-right: 0.5rem;
  }
  .has-my-xs-neg-2,
  .has-mt-xs-neg-2,
  .has-m-xs-neg-2 {
    margin-top: calc(-1 * 0.5rem);
  }
  .has-my-xs-neg-2,
  .has-mb-xs-neg-2,
  .has-m-xs-neg-2 {
    margin-bottom: calc(-1 * 0.5rem);
  }
  .has-mx-xs-neg-2,
  .has-ml-xs-neg-2,
  .has-m-xs-neg-2 {
    margin-left: calc(-1 * 0.5rem);
  }
  .has-mx-xs-neg-2,
  .has-mr-xs-neg-2,
  .has-m-xs-neg-2 {
    margin-right: calc(-1 * 0.5rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-3,
  .has-pt-xs-3,
  .has-p-xs-3 {
    padding-top: 0.75rem;
  }
  .has-py-xs-3,
  .has-pb-xs-3,
  .has-p-xs-3 {
    padding-bottom: 0.75rem;
  }
  .has-px-xs-3,
  .has-pl-xs-3,
  .has-p-xs-3 {
    padding-left: 0.75rem;
  }
  .has-px-xs-3,
  .has-pr-xs-3,
  .has-p-xs-3 {
    padding-right: 0.75rem;
  }
  .has-my-xs-3,
  .has-mt-xs-3,
  .has-m-xs-3 {
    margin-top: 0.75rem;
  }
  .has-my-xs-3,
  .has-mb-xs-3,
  .has-m-xs-3 {
    margin-bottom: 0.75rem;
  }
  .has-mx-xs-3,
  .has-ml-xs-3,
  .has-m-xs-3 {
    margin-left: 0.75rem;
  }
  .has-mx-xs-3,
  .has-mr-xs-3,
  .has-m-xs-3 {
    margin-right: 0.75rem;
  }
  .has-my-xs-neg-3,
  .has-mt-xs-neg-3,
  .has-m-xs-neg-3 {
    margin-top: calc(-1 * 0.75rem);
  }
  .has-my-xs-neg-3,
  .has-mb-xs-neg-3,
  .has-m-xs-neg-3 {
    margin-bottom: calc(-1 * 0.75rem);
  }
  .has-mx-xs-neg-3,
  .has-ml-xs-neg-3,
  .has-m-xs-neg-3 {
    margin-left: calc(-1 * 0.75rem);
  }
  .has-mx-xs-neg-3,
  .has-mr-xs-neg-3,
  .has-m-xs-neg-3 {
    margin-right: calc(-1 * 0.75rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-4,
  .has-pt-xs-4,
  .has-p-xs-4 {
    padding-top: 1.25rem;
  }
  .has-py-xs-4,
  .has-pb-xs-4,
  .has-p-xs-4 {
    padding-bottom: 1.25rem;
  }
  .has-px-xs-4,
  .has-pl-xs-4,
  .has-p-xs-4 {
    padding-left: 1.25rem;
  }
  .has-px-xs-4,
  .has-pr-xs-4,
  .has-p-xs-4 {
    padding-right: 1.25rem;
  }
  .has-my-xs-4,
  .has-mt-xs-4,
  .has-m-xs-4 {
    margin-top: 1.25rem;
  }
  .has-my-xs-4,
  .has-mb-xs-4,
  .has-m-xs-4 {
    margin-bottom: 1.25rem;
  }
  .has-mx-xs-4,
  .has-ml-xs-4,
  .has-m-xs-4 {
    margin-left: 1.25rem;
  }
  .has-mx-xs-4,
  .has-mr-xs-4,
  .has-m-xs-4 {
    margin-right: 1.25rem;
  }
  .has-my-xs-neg-4,
  .has-mt-xs-neg-4,
  .has-m-xs-neg-4 {
    margin-top: calc(-1 * 1.25rem);
  }
  .has-my-xs-neg-4,
  .has-mb-xs-neg-4,
  .has-m-xs-neg-4 {
    margin-bottom: calc(-1 * 1.25rem);
  }
  .has-mx-xs-neg-4,
  .has-ml-xs-neg-4,
  .has-m-xs-neg-4 {
    margin-left: calc(-1 * 1.25rem);
  }
  .has-mx-xs-neg-4,
  .has-mr-xs-neg-4,
  .has-m-xs-neg-4 {
    margin-right: calc(-1 * 1.25rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-5,
  .has-pt-xs-5,
  .has-p-xs-5 {
    padding-top: 1.5rem;
  }
  .has-py-xs-5,
  .has-pb-xs-5,
  .has-p-xs-5 {
    padding-bottom: 1.5rem;
  }
  .has-px-xs-5,
  .has-pl-xs-5,
  .has-p-xs-5 {
    padding-left: 1.5rem;
  }
  .has-px-xs-5,
  .has-pr-xs-5,
  .has-p-xs-5 {
    padding-right: 1.5rem;
  }
  .has-my-xs-5,
  .has-mt-xs-5,
  .has-m-xs-5 {
    margin-top: 1.5rem;
  }
  .has-my-xs-5,
  .has-mb-xs-5,
  .has-m-xs-5 {
    margin-bottom: 1.5rem;
  }
  .has-mx-xs-5,
  .has-ml-xs-5,
  .has-m-xs-5 {
    margin-left: 1.5rem;
  }
  .has-mx-xs-5,
  .has-mr-xs-5,
  .has-m-xs-5 {
    margin-right: 1.5rem;
  }
  .has-my-xs-neg-5,
  .has-mt-xs-neg-5,
  .has-m-xs-neg-5 {
    margin-top: calc(-1 * 1.5rem);
  }
  .has-my-xs-neg-5,
  .has-mb-xs-neg-5,
  .has-m-xs-neg-5 {
    margin-bottom: calc(-1 * 1.5rem);
  }
  .has-mx-xs-neg-5,
  .has-ml-xs-neg-5,
  .has-m-xs-neg-5 {
    margin-left: calc(-1 * 1.5rem);
  }
  .has-mx-xs-neg-5,
  .has-mr-xs-neg-5,
  .has-m-xs-neg-5 {
    margin-right: calc(-1 * 1.5rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-6,
  .has-pt-xs-6,
  .has-p-xs-6 {
    padding-top: 1.875rem;
  }
  .has-py-xs-6,
  .has-pb-xs-6,
  .has-p-xs-6 {
    padding-bottom: 1.875rem;
  }
  .has-px-xs-6,
  .has-pl-xs-6,
  .has-p-xs-6 {
    padding-left: 1.875rem;
  }
  .has-px-xs-6,
  .has-pr-xs-6,
  .has-p-xs-6 {
    padding-right: 1.875rem;
  }
  .has-my-xs-6,
  .has-mt-xs-6,
  .has-m-xs-6 {
    margin-top: 1.875rem;
  }
  .has-my-xs-6,
  .has-mb-xs-6,
  .has-m-xs-6 {
    margin-bottom: 1.875rem;
  }
  .has-mx-xs-6,
  .has-ml-xs-6,
  .has-m-xs-6 {
    margin-left: 1.875rem;
  }
  .has-mx-xs-6,
  .has-mr-xs-6,
  .has-m-xs-6 {
    margin-right: 1.875rem;
  }
  .has-my-xs-neg-6,
  .has-mt-xs-neg-6,
  .has-m-xs-neg-6 {
    margin-top: calc(-1 * 1.875rem);
  }
  .has-my-xs-neg-6,
  .has-mb-xs-neg-6,
  .has-m-xs-neg-6 {
    margin-bottom: calc(-1 * 1.875rem);
  }
  .has-mx-xs-neg-6,
  .has-ml-xs-neg-6,
  .has-m-xs-neg-6 {
    margin-left: calc(-1 * 1.875rem);
  }
  .has-mx-xs-neg-6,
  .has-mr-xs-neg-6,
  .has-m-xs-neg-6 {
    margin-right: calc(-1 * 1.875rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-7,
  .has-pt-xs-7,
  .has-p-xs-7 {
    padding-top: 2.5rem;
  }
  .has-py-xs-7,
  .has-pb-xs-7,
  .has-p-xs-7 {
    padding-bottom: 2.5rem;
  }
  .has-px-xs-7,
  .has-pl-xs-7,
  .has-p-xs-7 {
    padding-left: 2.5rem;
  }
  .has-px-xs-7,
  .has-pr-xs-7,
  .has-p-xs-7 {
    padding-right: 2.5rem;
  }
  .has-my-xs-7,
  .has-mt-xs-7,
  .has-m-xs-7 {
    margin-top: 2.5rem;
  }
  .has-my-xs-7,
  .has-mb-xs-7,
  .has-m-xs-7 {
    margin-bottom: 2.5rem;
  }
  .has-mx-xs-7,
  .has-ml-xs-7,
  .has-m-xs-7 {
    margin-left: 2.5rem;
  }
  .has-mx-xs-7,
  .has-mr-xs-7,
  .has-m-xs-7 {
    margin-right: 2.5rem;
  }
  .has-my-xs-neg-7,
  .has-mt-xs-neg-7,
  .has-m-xs-neg-7 {
    margin-top: calc(-1 * 2.5rem);
  }
  .has-my-xs-neg-7,
  .has-mb-xs-neg-7,
  .has-m-xs-neg-7 {
    margin-bottom: calc(-1 * 2.5rem);
  }
  .has-mx-xs-neg-7,
  .has-ml-xs-neg-7,
  .has-m-xs-neg-7 {
    margin-left: calc(-1 * 2.5rem);
  }
  .has-mx-xs-neg-7,
  .has-mr-xs-neg-7,
  .has-m-xs-neg-7 {
    margin-right: calc(-1 * 2.5rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-8,
  .has-pt-xs-8,
  .has-p-xs-8 {
    padding-top: 3.125rem;
  }
  .has-py-xs-8,
  .has-pb-xs-8,
  .has-p-xs-8 {
    padding-bottom: 3.125rem;
  }
  .has-px-xs-8,
  .has-pl-xs-8,
  .has-p-xs-8 {
    padding-left: 3.125rem;
  }
  .has-px-xs-8,
  .has-pr-xs-8,
  .has-p-xs-8 {
    padding-right: 3.125rem;
  }
  .has-my-xs-8,
  .has-mt-xs-8,
  .has-m-xs-8 {
    margin-top: 3.125rem;
  }
  .has-my-xs-8,
  .has-mb-xs-8,
  .has-m-xs-8 {
    margin-bottom: 3.125rem;
  }
  .has-mx-xs-8,
  .has-ml-xs-8,
  .has-m-xs-8 {
    margin-left: 3.125rem;
  }
  .has-mx-xs-8,
  .has-mr-xs-8,
  .has-m-xs-8 {
    margin-right: 3.125rem;
  }
  .has-my-xs-neg-8,
  .has-mt-xs-neg-8,
  .has-m-xs-neg-8 {
    margin-top: calc(-1 * 3.125rem);
  }
  .has-my-xs-neg-8,
  .has-mb-xs-neg-8,
  .has-m-xs-neg-8 {
    margin-bottom: calc(-1 * 3.125rem);
  }
  .has-mx-xs-neg-8,
  .has-ml-xs-neg-8,
  .has-m-xs-neg-8 {
    margin-left: calc(-1 * 3.125rem);
  }
  .has-mx-xs-neg-8,
  .has-mr-xs-neg-8,
  .has-m-xs-neg-8 {
    margin-right: calc(-1 * 3.125rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-9,
  .has-pt-xs-9,
  .has-p-xs-9 {
    padding-top: 4rem;
  }
  .has-py-xs-9,
  .has-pb-xs-9,
  .has-p-xs-9 {
    padding-bottom: 4rem;
  }
  .has-px-xs-9,
  .has-pl-xs-9,
  .has-p-xs-9 {
    padding-left: 4rem;
  }
  .has-px-xs-9,
  .has-pr-xs-9,
  .has-p-xs-9 {
    padding-right: 4rem;
  }
  .has-my-xs-9,
  .has-mt-xs-9,
  .has-m-xs-9 {
    margin-top: 4rem;
  }
  .has-my-xs-9,
  .has-mb-xs-9,
  .has-m-xs-9 {
    margin-bottom: 4rem;
  }
  .has-mx-xs-9,
  .has-ml-xs-9,
  .has-m-xs-9 {
    margin-left: 4rem;
  }
  .has-mx-xs-9,
  .has-mr-xs-9,
  .has-m-xs-9 {
    margin-right: 4rem;
  }
  .has-my-xs-neg-9,
  .has-mt-xs-neg-9,
  .has-m-xs-neg-9 {
    margin-top: calc(-1 * 4rem);
  }
  .has-my-xs-neg-9,
  .has-mb-xs-neg-9,
  .has-m-xs-neg-9 {
    margin-bottom: calc(-1 * 4rem);
  }
  .has-mx-xs-neg-9,
  .has-ml-xs-neg-9,
  .has-m-xs-neg-9 {
    margin-left: calc(-1 * 4rem);
  }
  .has-mx-xs-neg-9,
  .has-mr-xs-neg-9,
  .has-m-xs-neg-9 {
    margin-right: calc(-1 * 4rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-10,
  .has-pt-xs-10,
  .has-p-xs-10 {
    padding-top: 0.625rem;
  }
  .has-py-xs-10,
  .has-pb-xs-10,
  .has-p-xs-10 {
    padding-bottom: 0.625rem;
  }
  .has-px-xs-10,
  .has-pl-xs-10,
  .has-p-xs-10 {
    padding-left: 0.625rem;
  }
  .has-px-xs-10,
  .has-pr-xs-10,
  .has-p-xs-10 {
    padding-right: 0.625rem;
  }
  .has-my-xs-10,
  .has-mt-xs-10,
  .has-m-xs-10 {
    margin-top: 0.625rem;
  }
  .has-my-xs-10,
  .has-mb-xs-10,
  .has-m-xs-10 {
    margin-bottom: 0.625rem;
  }
  .has-mx-xs-10,
  .has-ml-xs-10,
  .has-m-xs-10 {
    margin-left: 0.625rem;
  }
  .has-mx-xs-10,
  .has-mr-xs-10,
  .has-m-xs-10 {
    margin-right: 0.625rem;
  }
  .has-my-xs-neg-10,
  .has-mt-xs-neg-10,
  .has-m-xs-neg-10 {
    margin-top: calc(-1 * 0.625rem);
  }
  .has-my-xs-neg-10,
  .has-mb-xs-neg-10,
  .has-m-xs-neg-10 {
    margin-bottom: calc(-1 * 0.625rem);
  }
  .has-mx-xs-neg-10,
  .has-ml-xs-neg-10,
  .has-m-xs-neg-10 {
    margin-left: calc(-1 * 0.625rem);
  }
  .has-mx-xs-neg-10,
  .has-mr-xs-neg-10,
  .has-m-xs-neg-10 {
    margin-right: calc(-1 * 0.625rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-11,
  .has-pt-xs-11,
  .has-p-xs-11 {
    padding-top: 5rem;
  }
  .has-py-xs-11,
  .has-pb-xs-11,
  .has-p-xs-11 {
    padding-bottom: 5rem;
  }
  .has-px-xs-11,
  .has-pl-xs-11,
  .has-p-xs-11 {
    padding-left: 5rem;
  }
  .has-px-xs-11,
  .has-pr-xs-11,
  .has-p-xs-11 {
    padding-right: 5rem;
  }
  .has-my-xs-11,
  .has-mt-xs-11,
  .has-m-xs-11 {
    margin-top: 5rem;
  }
  .has-my-xs-11,
  .has-mb-xs-11,
  .has-m-xs-11 {
    margin-bottom: 5rem;
  }
  .has-mx-xs-11,
  .has-ml-xs-11,
  .has-m-xs-11 {
    margin-left: 5rem;
  }
  .has-mx-xs-11,
  .has-mr-xs-11,
  .has-m-xs-11 {
    margin-right: 5rem;
  }
  .has-my-xs-neg-11,
  .has-mt-xs-neg-11,
  .has-m-xs-neg-11 {
    margin-top: calc(-1 * 5rem);
  }
  .has-my-xs-neg-11,
  .has-mb-xs-neg-11,
  .has-m-xs-neg-11 {
    margin-bottom: calc(-1 * 5rem);
  }
  .has-mx-xs-neg-11,
  .has-ml-xs-neg-11,
  .has-m-xs-neg-11 {
    margin-left: calc(-1 * 5rem);
  }
  .has-mx-xs-neg-11,
  .has-mr-xs-neg-11,
  .has-m-xs-neg-11 {
    margin-right: calc(-1 * 5rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-12,
  .has-pt-xs-12,
  .has-p-xs-12 {
    padding-top: 1.625rem;
  }
  .has-py-xs-12,
  .has-pb-xs-12,
  .has-p-xs-12 {
    padding-bottom: 1.625rem;
  }
  .has-px-xs-12,
  .has-pl-xs-12,
  .has-p-xs-12 {
    padding-left: 1.625rem;
  }
  .has-px-xs-12,
  .has-pr-xs-12,
  .has-p-xs-12 {
    padding-right: 1.625rem;
  }
  .has-my-xs-12,
  .has-mt-xs-12,
  .has-m-xs-12 {
    margin-top: 1.625rem;
  }
  .has-my-xs-12,
  .has-mb-xs-12,
  .has-m-xs-12 {
    margin-bottom: 1.625rem;
  }
  .has-mx-xs-12,
  .has-ml-xs-12,
  .has-m-xs-12 {
    margin-left: 1.625rem;
  }
  .has-mx-xs-12,
  .has-mr-xs-12,
  .has-m-xs-12 {
    margin-right: 1.625rem;
  }
  .has-my-xs-neg-12,
  .has-mt-xs-neg-12,
  .has-m-xs-neg-12 {
    margin-top: calc(-1 * 1.625rem);
  }
  .has-my-xs-neg-12,
  .has-mb-xs-neg-12,
  .has-m-xs-neg-12 {
    margin-bottom: calc(-1 * 1.625rem);
  }
  .has-mx-xs-neg-12,
  .has-ml-xs-neg-12,
  .has-m-xs-neg-12 {
    margin-left: calc(-1 * 1.625rem);
  }
  .has-mx-xs-neg-12,
  .has-mr-xs-neg-12,
  .has-m-xs-neg-12 {
    margin-right: calc(-1 * 1.625rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-field,
  .has-pt-xs-field,
  .has-p-xs-field {
    padding-top: 30rem;
  }
  .has-py-xs-field,
  .has-pb-xs-field,
  .has-p-xs-field {
    padding-bottom: 30rem;
  }
  .has-px-xs-field,
  .has-pl-xs-field,
  .has-p-xs-field {
    padding-left: 30rem;
  }
  .has-px-xs-field,
  .has-pr-xs-field,
  .has-p-xs-field {
    padding-right: 30rem;
  }
  .has-my-xs-field,
  .has-mt-xs-field,
  .has-m-xs-field {
    margin-top: 30rem;
  }
  .has-my-xs-field,
  .has-mb-xs-field,
  .has-m-xs-field {
    margin-bottom: 30rem;
  }
  .has-mx-xs-field,
  .has-ml-xs-field,
  .has-m-xs-field {
    margin-left: 30rem;
  }
  .has-mx-xs-field,
  .has-mr-xs-field,
  .has-m-xs-field {
    margin-right: 30rem;
  }
  .has-my-xs-neg-field,
  .has-mt-xs-neg-field,
  .has-m-xs-neg-field {
    margin-top: calc(-1 * 30rem);
  }
  .has-my-xs-neg-field,
  .has-mb-xs-neg-field,
  .has-m-xs-neg-field {
    margin-bottom: calc(-1 * 30rem);
  }
  .has-mx-xs-neg-field,
  .has-ml-xs-neg-field,
  .has-m-xs-neg-field {
    margin-left: calc(-1 * 30rem);
  }
  .has-mx-xs-neg-field,
  .has-mr-xs-neg-field,
  .has-m-xs-neg-field {
    margin-right: calc(-1 * 30rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-smallfield,
  .has-pt-xs-smallfield,
  .has-p-xs-smallfield {
    padding-top: 10rem;
  }
  .has-py-xs-smallfield,
  .has-pb-xs-smallfield,
  .has-p-xs-smallfield {
    padding-bottom: 10rem;
  }
  .has-px-xs-smallfield,
  .has-pl-xs-smallfield,
  .has-p-xs-smallfield {
    padding-left: 10rem;
  }
  .has-px-xs-smallfield,
  .has-pr-xs-smallfield,
  .has-p-xs-smallfield {
    padding-right: 10rem;
  }
  .has-my-xs-smallfield,
  .has-mt-xs-smallfield,
  .has-m-xs-smallfield {
    margin-top: 10rem;
  }
  .has-my-xs-smallfield,
  .has-mb-xs-smallfield,
  .has-m-xs-smallfield {
    margin-bottom: 10rem;
  }
  .has-mx-xs-smallfield,
  .has-ml-xs-smallfield,
  .has-m-xs-smallfield {
    margin-left: 10rem;
  }
  .has-mx-xs-smallfield,
  .has-mr-xs-smallfield,
  .has-m-xs-smallfield {
    margin-right: 10rem;
  }
  .has-my-xs-neg-smallfield,
  .has-mt-xs-neg-smallfield,
  .has-m-xs-neg-smallfield {
    margin-top: calc(-1 * 10rem);
  }
  .has-my-xs-neg-smallfield,
  .has-mb-xs-neg-smallfield,
  .has-m-xs-neg-smallfield {
    margin-bottom: calc(-1 * 10rem);
  }
  .has-mx-xs-neg-smallfield,
  .has-ml-xs-neg-smallfield,
  .has-m-xs-neg-smallfield {
    margin-left: calc(-1 * 10rem);
  }
  .has-mx-xs-neg-smallfield,
  .has-mr-xs-neg-smallfield,
  .has-m-xs-neg-smallfield {
    margin-right: calc(-1 * 10rem);
  }
}
@media only screen and (min-width: 320px) {
  .has-py-xs-gap,
  .has-pt-xs-gap,
  .has-p-xs-gap {
    padding-top: 1rem;
  }
  .has-py-xs-gap,
  .has-pb-xs-gap,
  .has-p-xs-gap {
    padding-bottom: 1rem;
  }
  .has-px-xs-gap,
  .has-pl-xs-gap,
  .has-p-xs-gap {
    padding-left: 1rem;
  }
  .has-px-xs-gap,
  .has-pr-xs-gap,
  .has-p-xs-gap {
    padding-right: 1rem;
  }
  .has-my-xs-gap,
  .has-mt-xs-gap,
  .has-m-xs-gap {
    margin-top: 1rem;
  }
  .has-my-xs-gap,
  .has-mb-xs-gap,
  .has-m-xs-gap {
    margin-bottom: 1rem;
  }
  .has-mx-xs-gap,
  .has-ml-xs-gap,
  .has-m-xs-gap {
    margin-left: 1rem;
  }
  .has-mx-xs-gap,
  .has-mr-xs-gap,
  .has-m-xs-gap {
    margin-right: 1rem;
  }
  .has-my-xs-neg-gap,
  .has-mt-xs-neg-gap,
  .has-m-xs-neg-gap {
    margin-top: calc(-1 * 1rem);
  }
  .has-my-xs-neg-gap,
  .has-mb-xs-neg-gap,
  .has-m-xs-neg-gap {
    margin-bottom: calc(-1 * 1rem);
  }
  .has-mx-xs-neg-gap,
  .has-ml-xs-neg-gap,
  .has-m-xs-neg-gap {
    margin-left: calc(-1 * 1rem);
  }
  .has-mx-xs-neg-gap,
  .has-mr-xs-neg-gap,
  .has-m-xs-neg-gap {
    margin-right: calc(-1 * 1rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-0,
  .has-pt-xs-lg-0,
  .has-p-xs-lg-0 {
    padding-top: 0;
  }
  .has-py-xs-lg-0,
  .has-pb-xs-lg-0,
  .has-p-xs-lg-0 {
    padding-bottom: 0;
  }
  .has-px-xs-lg-0,
  .has-pl-xs-lg-0,
  .has-p-xs-lg-0 {
    padding-left: 0;
  }
  .has-px-xs-lg-0,
  .has-pr-xs-lg-0,
  .has-p-xs-lg-0 {
    padding-right: 0;
  }
  .has-my-xs-lg-0,
  .has-mt-xs-lg-0,
  .has-m-xs-lg-0 {
    margin-top: 0;
  }
  .has-my-xs-lg-0,
  .has-mb-xs-lg-0,
  .has-m-xs-lg-0 {
    margin-bottom: 0;
  }
  .has-mx-xs-lg-0,
  .has-ml-xs-lg-0,
  .has-m-xs-lg-0 {
    margin-left: 0;
  }
  .has-mx-xs-lg-0,
  .has-mr-xs-lg-0,
  .has-m-xs-lg-0 {
    margin-right: 0;
  }
  .has-my-xs-lg-neg-0,
  .has-mt-xs-lg-neg-0,
  .has-m-xs-lg-neg-0 {
    margin-top: calc(-1 * 0);
  }
  .has-my-xs-lg-neg-0,
  .has-mb-xs-lg-neg-0,
  .has-m-xs-lg-neg-0 {
    margin-bottom: calc(-1 * 0);
  }
  .has-mx-xs-lg-neg-0,
  .has-ml-xs-lg-neg-0,
  .has-m-xs-lg-neg-0 {
    margin-left: calc(-1 * 0);
  }
  .has-mx-xs-lg-neg-0,
  .has-mr-xs-lg-neg-0,
  .has-m-xs-lg-neg-0 {
    margin-right: calc(-1 * 0);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-1,
  .has-pt-xs-lg-1,
  .has-p-xs-lg-1 {
    padding-top: 0.25rem;
  }
  .has-py-xs-lg-1,
  .has-pb-xs-lg-1,
  .has-p-xs-lg-1 {
    padding-bottom: 0.25rem;
  }
  .has-px-xs-lg-1,
  .has-pl-xs-lg-1,
  .has-p-xs-lg-1 {
    padding-left: 0.25rem;
  }
  .has-px-xs-lg-1,
  .has-pr-xs-lg-1,
  .has-p-xs-lg-1 {
    padding-right: 0.25rem;
  }
  .has-my-xs-lg-1,
  .has-mt-xs-lg-1,
  .has-m-xs-lg-1 {
    margin-top: 0.25rem;
  }
  .has-my-xs-lg-1,
  .has-mb-xs-lg-1,
  .has-m-xs-lg-1 {
    margin-bottom: 0.25rem;
  }
  .has-mx-xs-lg-1,
  .has-ml-xs-lg-1,
  .has-m-xs-lg-1 {
    margin-left: 0.25rem;
  }
  .has-mx-xs-lg-1,
  .has-mr-xs-lg-1,
  .has-m-xs-lg-1 {
    margin-right: 0.25rem;
  }
  .has-my-xs-lg-neg-1,
  .has-mt-xs-lg-neg-1,
  .has-m-xs-lg-neg-1 {
    margin-top: calc(-1 * 0.25rem);
  }
  .has-my-xs-lg-neg-1,
  .has-mb-xs-lg-neg-1,
  .has-m-xs-lg-neg-1 {
    margin-bottom: calc(-1 * 0.25rem);
  }
  .has-mx-xs-lg-neg-1,
  .has-ml-xs-lg-neg-1,
  .has-m-xs-lg-neg-1 {
    margin-left: calc(-1 * 0.25rem);
  }
  .has-mx-xs-lg-neg-1,
  .has-mr-xs-lg-neg-1,
  .has-m-xs-lg-neg-1 {
    margin-right: calc(-1 * 0.25rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-2,
  .has-pt-xs-lg-2,
  .has-p-xs-lg-2 {
    padding-top: 0.5rem;
  }
  .has-py-xs-lg-2,
  .has-pb-xs-lg-2,
  .has-p-xs-lg-2 {
    padding-bottom: 0.5rem;
  }
  .has-px-xs-lg-2,
  .has-pl-xs-lg-2,
  .has-p-xs-lg-2 {
    padding-left: 0.5rem;
  }
  .has-px-xs-lg-2,
  .has-pr-xs-lg-2,
  .has-p-xs-lg-2 {
    padding-right: 0.5rem;
  }
  .has-my-xs-lg-2,
  .has-mt-xs-lg-2,
  .has-m-xs-lg-2 {
    margin-top: 0.5rem;
  }
  .has-my-xs-lg-2,
  .has-mb-xs-lg-2,
  .has-m-xs-lg-2 {
    margin-bottom: 0.5rem;
  }
  .has-mx-xs-lg-2,
  .has-ml-xs-lg-2,
  .has-m-xs-lg-2 {
    margin-left: 0.5rem;
  }
  .has-mx-xs-lg-2,
  .has-mr-xs-lg-2,
  .has-m-xs-lg-2 {
    margin-right: 0.5rem;
  }
  .has-my-xs-lg-neg-2,
  .has-mt-xs-lg-neg-2,
  .has-m-xs-lg-neg-2 {
    margin-top: calc(-1 * 0.5rem);
  }
  .has-my-xs-lg-neg-2,
  .has-mb-xs-lg-neg-2,
  .has-m-xs-lg-neg-2 {
    margin-bottom: calc(-1 * 0.5rem);
  }
  .has-mx-xs-lg-neg-2,
  .has-ml-xs-lg-neg-2,
  .has-m-xs-lg-neg-2 {
    margin-left: calc(-1 * 0.5rem);
  }
  .has-mx-xs-lg-neg-2,
  .has-mr-xs-lg-neg-2,
  .has-m-xs-lg-neg-2 {
    margin-right: calc(-1 * 0.5rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-3,
  .has-pt-xs-lg-3,
  .has-p-xs-lg-3 {
    padding-top: 0.75rem;
  }
  .has-py-xs-lg-3,
  .has-pb-xs-lg-3,
  .has-p-xs-lg-3 {
    padding-bottom: 0.75rem;
  }
  .has-px-xs-lg-3,
  .has-pl-xs-lg-3,
  .has-p-xs-lg-3 {
    padding-left: 0.75rem;
  }
  .has-px-xs-lg-3,
  .has-pr-xs-lg-3,
  .has-p-xs-lg-3 {
    padding-right: 0.75rem;
  }
  .has-my-xs-lg-3,
  .has-mt-xs-lg-3,
  .has-m-xs-lg-3 {
    margin-top: 0.75rem;
  }
  .has-my-xs-lg-3,
  .has-mb-xs-lg-3,
  .has-m-xs-lg-3 {
    margin-bottom: 0.75rem;
  }
  .has-mx-xs-lg-3,
  .has-ml-xs-lg-3,
  .has-m-xs-lg-3 {
    margin-left: 0.75rem;
  }
  .has-mx-xs-lg-3,
  .has-mr-xs-lg-3,
  .has-m-xs-lg-3 {
    margin-right: 0.75rem;
  }
  .has-my-xs-lg-neg-3,
  .has-mt-xs-lg-neg-3,
  .has-m-xs-lg-neg-3 {
    margin-top: calc(-1 * 0.75rem);
  }
  .has-my-xs-lg-neg-3,
  .has-mb-xs-lg-neg-3,
  .has-m-xs-lg-neg-3 {
    margin-bottom: calc(-1 * 0.75rem);
  }
  .has-mx-xs-lg-neg-3,
  .has-ml-xs-lg-neg-3,
  .has-m-xs-lg-neg-3 {
    margin-left: calc(-1 * 0.75rem);
  }
  .has-mx-xs-lg-neg-3,
  .has-mr-xs-lg-neg-3,
  .has-m-xs-lg-neg-3 {
    margin-right: calc(-1 * 0.75rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-4,
  .has-pt-xs-lg-4,
  .has-p-xs-lg-4 {
    padding-top: 1.25rem;
  }
  .has-py-xs-lg-4,
  .has-pb-xs-lg-4,
  .has-p-xs-lg-4 {
    padding-bottom: 1.25rem;
  }
  .has-px-xs-lg-4,
  .has-pl-xs-lg-4,
  .has-p-xs-lg-4 {
    padding-left: 1.25rem;
  }
  .has-px-xs-lg-4,
  .has-pr-xs-lg-4,
  .has-p-xs-lg-4 {
    padding-right: 1.25rem;
  }
  .has-my-xs-lg-4,
  .has-mt-xs-lg-4,
  .has-m-xs-lg-4 {
    margin-top: 1.25rem;
  }
  .has-my-xs-lg-4,
  .has-mb-xs-lg-4,
  .has-m-xs-lg-4 {
    margin-bottom: 1.25rem;
  }
  .has-mx-xs-lg-4,
  .has-ml-xs-lg-4,
  .has-m-xs-lg-4 {
    margin-left: 1.25rem;
  }
  .has-mx-xs-lg-4,
  .has-mr-xs-lg-4,
  .has-m-xs-lg-4 {
    margin-right: 1.25rem;
  }
  .has-my-xs-lg-neg-4,
  .has-mt-xs-lg-neg-4,
  .has-m-xs-lg-neg-4 {
    margin-top: calc(-1 * 1.25rem);
  }
  .has-my-xs-lg-neg-4,
  .has-mb-xs-lg-neg-4,
  .has-m-xs-lg-neg-4 {
    margin-bottom: calc(-1 * 1.25rem);
  }
  .has-mx-xs-lg-neg-4,
  .has-ml-xs-lg-neg-4,
  .has-m-xs-lg-neg-4 {
    margin-left: calc(-1 * 1.25rem);
  }
  .has-mx-xs-lg-neg-4,
  .has-mr-xs-lg-neg-4,
  .has-m-xs-lg-neg-4 {
    margin-right: calc(-1 * 1.25rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-5,
  .has-pt-xs-lg-5,
  .has-p-xs-lg-5 {
    padding-top: 1.5rem;
  }
  .has-py-xs-lg-5,
  .has-pb-xs-lg-5,
  .has-p-xs-lg-5 {
    padding-bottom: 1.5rem;
  }
  .has-px-xs-lg-5,
  .has-pl-xs-lg-5,
  .has-p-xs-lg-5 {
    padding-left: 1.5rem;
  }
  .has-px-xs-lg-5,
  .has-pr-xs-lg-5,
  .has-p-xs-lg-5 {
    padding-right: 1.5rem;
  }
  .has-my-xs-lg-5,
  .has-mt-xs-lg-5,
  .has-m-xs-lg-5 {
    margin-top: 1.5rem;
  }
  .has-my-xs-lg-5,
  .has-mb-xs-lg-5,
  .has-m-xs-lg-5 {
    margin-bottom: 1.5rem;
  }
  .has-mx-xs-lg-5,
  .has-ml-xs-lg-5,
  .has-m-xs-lg-5 {
    margin-left: 1.5rem;
  }
  .has-mx-xs-lg-5,
  .has-mr-xs-lg-5,
  .has-m-xs-lg-5 {
    margin-right: 1.5rem;
  }
  .has-my-xs-lg-neg-5,
  .has-mt-xs-lg-neg-5,
  .has-m-xs-lg-neg-5 {
    margin-top: calc(-1 * 1.5rem);
  }
  .has-my-xs-lg-neg-5,
  .has-mb-xs-lg-neg-5,
  .has-m-xs-lg-neg-5 {
    margin-bottom: calc(-1 * 1.5rem);
  }
  .has-mx-xs-lg-neg-5,
  .has-ml-xs-lg-neg-5,
  .has-m-xs-lg-neg-5 {
    margin-left: calc(-1 * 1.5rem);
  }
  .has-mx-xs-lg-neg-5,
  .has-mr-xs-lg-neg-5,
  .has-m-xs-lg-neg-5 {
    margin-right: calc(-1 * 1.5rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-6,
  .has-pt-xs-lg-6,
  .has-p-xs-lg-6 {
    padding-top: 1.875rem;
  }
  .has-py-xs-lg-6,
  .has-pb-xs-lg-6,
  .has-p-xs-lg-6 {
    padding-bottom: 1.875rem;
  }
  .has-px-xs-lg-6,
  .has-pl-xs-lg-6,
  .has-p-xs-lg-6 {
    padding-left: 1.875rem;
  }
  .has-px-xs-lg-6,
  .has-pr-xs-lg-6,
  .has-p-xs-lg-6 {
    padding-right: 1.875rem;
  }
  .has-my-xs-lg-6,
  .has-mt-xs-lg-6,
  .has-m-xs-lg-6 {
    margin-top: 1.875rem;
  }
  .has-my-xs-lg-6,
  .has-mb-xs-lg-6,
  .has-m-xs-lg-6 {
    margin-bottom: 1.875rem;
  }
  .has-mx-xs-lg-6,
  .has-ml-xs-lg-6,
  .has-m-xs-lg-6 {
    margin-left: 1.875rem;
  }
  .has-mx-xs-lg-6,
  .has-mr-xs-lg-6,
  .has-m-xs-lg-6 {
    margin-right: 1.875rem;
  }
  .has-my-xs-lg-neg-6,
  .has-mt-xs-lg-neg-6,
  .has-m-xs-lg-neg-6 {
    margin-top: calc(-1 * 1.875rem);
  }
  .has-my-xs-lg-neg-6,
  .has-mb-xs-lg-neg-6,
  .has-m-xs-lg-neg-6 {
    margin-bottom: calc(-1 * 1.875rem);
  }
  .has-mx-xs-lg-neg-6,
  .has-ml-xs-lg-neg-6,
  .has-m-xs-lg-neg-6 {
    margin-left: calc(-1 * 1.875rem);
  }
  .has-mx-xs-lg-neg-6,
  .has-mr-xs-lg-neg-6,
  .has-m-xs-lg-neg-6 {
    margin-right: calc(-1 * 1.875rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-7,
  .has-pt-xs-lg-7,
  .has-p-xs-lg-7 {
    padding-top: 2.5rem;
  }
  .has-py-xs-lg-7,
  .has-pb-xs-lg-7,
  .has-p-xs-lg-7 {
    padding-bottom: 2.5rem;
  }
  .has-px-xs-lg-7,
  .has-pl-xs-lg-7,
  .has-p-xs-lg-7 {
    padding-left: 2.5rem;
  }
  .has-px-xs-lg-7,
  .has-pr-xs-lg-7,
  .has-p-xs-lg-7 {
    padding-right: 2.5rem;
  }
  .has-my-xs-lg-7,
  .has-mt-xs-lg-7,
  .has-m-xs-lg-7 {
    margin-top: 2.5rem;
  }
  .has-my-xs-lg-7,
  .has-mb-xs-lg-7,
  .has-m-xs-lg-7 {
    margin-bottom: 2.5rem;
  }
  .has-mx-xs-lg-7,
  .has-ml-xs-lg-7,
  .has-m-xs-lg-7 {
    margin-left: 2.5rem;
  }
  .has-mx-xs-lg-7,
  .has-mr-xs-lg-7,
  .has-m-xs-lg-7 {
    margin-right: 2.5rem;
  }
  .has-my-xs-lg-neg-7,
  .has-mt-xs-lg-neg-7,
  .has-m-xs-lg-neg-7 {
    margin-top: calc(-1 * 2.5rem);
  }
  .has-my-xs-lg-neg-7,
  .has-mb-xs-lg-neg-7,
  .has-m-xs-lg-neg-7 {
    margin-bottom: calc(-1 * 2.5rem);
  }
  .has-mx-xs-lg-neg-7,
  .has-ml-xs-lg-neg-7,
  .has-m-xs-lg-neg-7 {
    margin-left: calc(-1 * 2.5rem);
  }
  .has-mx-xs-lg-neg-7,
  .has-mr-xs-lg-neg-7,
  .has-m-xs-lg-neg-7 {
    margin-right: calc(-1 * 2.5rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-8,
  .has-pt-xs-lg-8,
  .has-p-xs-lg-8 {
    padding-top: 3.125rem;
  }
  .has-py-xs-lg-8,
  .has-pb-xs-lg-8,
  .has-p-xs-lg-8 {
    padding-bottom: 3.125rem;
  }
  .has-px-xs-lg-8,
  .has-pl-xs-lg-8,
  .has-p-xs-lg-8 {
    padding-left: 3.125rem;
  }
  .has-px-xs-lg-8,
  .has-pr-xs-lg-8,
  .has-p-xs-lg-8 {
    padding-right: 3.125rem;
  }
  .has-my-xs-lg-8,
  .has-mt-xs-lg-8,
  .has-m-xs-lg-8 {
    margin-top: 3.125rem;
  }
  .has-my-xs-lg-8,
  .has-mb-xs-lg-8,
  .has-m-xs-lg-8 {
    margin-bottom: 3.125rem;
  }
  .has-mx-xs-lg-8,
  .has-ml-xs-lg-8,
  .has-m-xs-lg-8 {
    margin-left: 3.125rem;
  }
  .has-mx-xs-lg-8,
  .has-mr-xs-lg-8,
  .has-m-xs-lg-8 {
    margin-right: 3.125rem;
  }
  .has-my-xs-lg-neg-8,
  .has-mt-xs-lg-neg-8,
  .has-m-xs-lg-neg-8 {
    margin-top: calc(-1 * 3.125rem);
  }
  .has-my-xs-lg-neg-8,
  .has-mb-xs-lg-neg-8,
  .has-m-xs-lg-neg-8 {
    margin-bottom: calc(-1 * 3.125rem);
  }
  .has-mx-xs-lg-neg-8,
  .has-ml-xs-lg-neg-8,
  .has-m-xs-lg-neg-8 {
    margin-left: calc(-1 * 3.125rem);
  }
  .has-mx-xs-lg-neg-8,
  .has-mr-xs-lg-neg-8,
  .has-m-xs-lg-neg-8 {
    margin-right: calc(-1 * 3.125rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-9,
  .has-pt-xs-lg-9,
  .has-p-xs-lg-9 {
    padding-top: 4rem;
  }
  .has-py-xs-lg-9,
  .has-pb-xs-lg-9,
  .has-p-xs-lg-9 {
    padding-bottom: 4rem;
  }
  .has-px-xs-lg-9,
  .has-pl-xs-lg-9,
  .has-p-xs-lg-9 {
    padding-left: 4rem;
  }
  .has-px-xs-lg-9,
  .has-pr-xs-lg-9,
  .has-p-xs-lg-9 {
    padding-right: 4rem;
  }
  .has-my-xs-lg-9,
  .has-mt-xs-lg-9,
  .has-m-xs-lg-9 {
    margin-top: 4rem;
  }
  .has-my-xs-lg-9,
  .has-mb-xs-lg-9,
  .has-m-xs-lg-9 {
    margin-bottom: 4rem;
  }
  .has-mx-xs-lg-9,
  .has-ml-xs-lg-9,
  .has-m-xs-lg-9 {
    margin-left: 4rem;
  }
  .has-mx-xs-lg-9,
  .has-mr-xs-lg-9,
  .has-m-xs-lg-9 {
    margin-right: 4rem;
  }
  .has-my-xs-lg-neg-9,
  .has-mt-xs-lg-neg-9,
  .has-m-xs-lg-neg-9 {
    margin-top: calc(-1 * 4rem);
  }
  .has-my-xs-lg-neg-9,
  .has-mb-xs-lg-neg-9,
  .has-m-xs-lg-neg-9 {
    margin-bottom: calc(-1 * 4rem);
  }
  .has-mx-xs-lg-neg-9,
  .has-ml-xs-lg-neg-9,
  .has-m-xs-lg-neg-9 {
    margin-left: calc(-1 * 4rem);
  }
  .has-mx-xs-lg-neg-9,
  .has-mr-xs-lg-neg-9,
  .has-m-xs-lg-neg-9 {
    margin-right: calc(-1 * 4rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-10,
  .has-pt-xs-lg-10,
  .has-p-xs-lg-10 {
    padding-top: 0.625rem;
  }
  .has-py-xs-lg-10,
  .has-pb-xs-lg-10,
  .has-p-xs-lg-10 {
    padding-bottom: 0.625rem;
  }
  .has-px-xs-lg-10,
  .has-pl-xs-lg-10,
  .has-p-xs-lg-10 {
    padding-left: 0.625rem;
  }
  .has-px-xs-lg-10,
  .has-pr-xs-lg-10,
  .has-p-xs-lg-10 {
    padding-right: 0.625rem;
  }
  .has-my-xs-lg-10,
  .has-mt-xs-lg-10,
  .has-m-xs-lg-10 {
    margin-top: 0.625rem;
  }
  .has-my-xs-lg-10,
  .has-mb-xs-lg-10,
  .has-m-xs-lg-10 {
    margin-bottom: 0.625rem;
  }
  .has-mx-xs-lg-10,
  .has-ml-xs-lg-10,
  .has-m-xs-lg-10 {
    margin-left: 0.625rem;
  }
  .has-mx-xs-lg-10,
  .has-mr-xs-lg-10,
  .has-m-xs-lg-10 {
    margin-right: 0.625rem;
  }
  .has-my-xs-lg-neg-10,
  .has-mt-xs-lg-neg-10,
  .has-m-xs-lg-neg-10 {
    margin-top: calc(-1 * 0.625rem);
  }
  .has-my-xs-lg-neg-10,
  .has-mb-xs-lg-neg-10,
  .has-m-xs-lg-neg-10 {
    margin-bottom: calc(-1 * 0.625rem);
  }
  .has-mx-xs-lg-neg-10,
  .has-ml-xs-lg-neg-10,
  .has-m-xs-lg-neg-10 {
    margin-left: calc(-1 * 0.625rem);
  }
  .has-mx-xs-lg-neg-10,
  .has-mr-xs-lg-neg-10,
  .has-m-xs-lg-neg-10 {
    margin-right: calc(-1 * 0.625rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-11,
  .has-pt-xs-lg-11,
  .has-p-xs-lg-11 {
    padding-top: 5rem;
  }
  .has-py-xs-lg-11,
  .has-pb-xs-lg-11,
  .has-p-xs-lg-11 {
    padding-bottom: 5rem;
  }
  .has-px-xs-lg-11,
  .has-pl-xs-lg-11,
  .has-p-xs-lg-11 {
    padding-left: 5rem;
  }
  .has-px-xs-lg-11,
  .has-pr-xs-lg-11,
  .has-p-xs-lg-11 {
    padding-right: 5rem;
  }
  .has-my-xs-lg-11,
  .has-mt-xs-lg-11,
  .has-m-xs-lg-11 {
    margin-top: 5rem;
  }
  .has-my-xs-lg-11,
  .has-mb-xs-lg-11,
  .has-m-xs-lg-11 {
    margin-bottom: 5rem;
  }
  .has-mx-xs-lg-11,
  .has-ml-xs-lg-11,
  .has-m-xs-lg-11 {
    margin-left: 5rem;
  }
  .has-mx-xs-lg-11,
  .has-mr-xs-lg-11,
  .has-m-xs-lg-11 {
    margin-right: 5rem;
  }
  .has-my-xs-lg-neg-11,
  .has-mt-xs-lg-neg-11,
  .has-m-xs-lg-neg-11 {
    margin-top: calc(-1 * 5rem);
  }
  .has-my-xs-lg-neg-11,
  .has-mb-xs-lg-neg-11,
  .has-m-xs-lg-neg-11 {
    margin-bottom: calc(-1 * 5rem);
  }
  .has-mx-xs-lg-neg-11,
  .has-ml-xs-lg-neg-11,
  .has-m-xs-lg-neg-11 {
    margin-left: calc(-1 * 5rem);
  }
  .has-mx-xs-lg-neg-11,
  .has-mr-xs-lg-neg-11,
  .has-m-xs-lg-neg-11 {
    margin-right: calc(-1 * 5rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-12,
  .has-pt-xs-lg-12,
  .has-p-xs-lg-12 {
    padding-top: 1.625rem;
  }
  .has-py-xs-lg-12,
  .has-pb-xs-lg-12,
  .has-p-xs-lg-12 {
    padding-bottom: 1.625rem;
  }
  .has-px-xs-lg-12,
  .has-pl-xs-lg-12,
  .has-p-xs-lg-12 {
    padding-left: 1.625rem;
  }
  .has-px-xs-lg-12,
  .has-pr-xs-lg-12,
  .has-p-xs-lg-12 {
    padding-right: 1.625rem;
  }
  .has-my-xs-lg-12,
  .has-mt-xs-lg-12,
  .has-m-xs-lg-12 {
    margin-top: 1.625rem;
  }
  .has-my-xs-lg-12,
  .has-mb-xs-lg-12,
  .has-m-xs-lg-12 {
    margin-bottom: 1.625rem;
  }
  .has-mx-xs-lg-12,
  .has-ml-xs-lg-12,
  .has-m-xs-lg-12 {
    margin-left: 1.625rem;
  }
  .has-mx-xs-lg-12,
  .has-mr-xs-lg-12,
  .has-m-xs-lg-12 {
    margin-right: 1.625rem;
  }
  .has-my-xs-lg-neg-12,
  .has-mt-xs-lg-neg-12,
  .has-m-xs-lg-neg-12 {
    margin-top: calc(-1 * 1.625rem);
  }
  .has-my-xs-lg-neg-12,
  .has-mb-xs-lg-neg-12,
  .has-m-xs-lg-neg-12 {
    margin-bottom: calc(-1 * 1.625rem);
  }
  .has-mx-xs-lg-neg-12,
  .has-ml-xs-lg-neg-12,
  .has-m-xs-lg-neg-12 {
    margin-left: calc(-1 * 1.625rem);
  }
  .has-mx-xs-lg-neg-12,
  .has-mr-xs-lg-neg-12,
  .has-m-xs-lg-neg-12 {
    margin-right: calc(-1 * 1.625rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-field,
  .has-pt-xs-lg-field,
  .has-p-xs-lg-field {
    padding-top: 30rem;
  }
  .has-py-xs-lg-field,
  .has-pb-xs-lg-field,
  .has-p-xs-lg-field {
    padding-bottom: 30rem;
  }
  .has-px-xs-lg-field,
  .has-pl-xs-lg-field,
  .has-p-xs-lg-field {
    padding-left: 30rem;
  }
  .has-px-xs-lg-field,
  .has-pr-xs-lg-field,
  .has-p-xs-lg-field {
    padding-right: 30rem;
  }
  .has-my-xs-lg-field,
  .has-mt-xs-lg-field,
  .has-m-xs-lg-field {
    margin-top: 30rem;
  }
  .has-my-xs-lg-field,
  .has-mb-xs-lg-field,
  .has-m-xs-lg-field {
    margin-bottom: 30rem;
  }
  .has-mx-xs-lg-field,
  .has-ml-xs-lg-field,
  .has-m-xs-lg-field {
    margin-left: 30rem;
  }
  .has-mx-xs-lg-field,
  .has-mr-xs-lg-field,
  .has-m-xs-lg-field {
    margin-right: 30rem;
  }
  .has-my-xs-lg-neg-field,
  .has-mt-xs-lg-neg-field,
  .has-m-xs-lg-neg-field {
    margin-top: calc(-1 * 30rem);
  }
  .has-my-xs-lg-neg-field,
  .has-mb-xs-lg-neg-field,
  .has-m-xs-lg-neg-field {
    margin-bottom: calc(-1 * 30rem);
  }
  .has-mx-xs-lg-neg-field,
  .has-ml-xs-lg-neg-field,
  .has-m-xs-lg-neg-field {
    margin-left: calc(-1 * 30rem);
  }
  .has-mx-xs-lg-neg-field,
  .has-mr-xs-lg-neg-field,
  .has-m-xs-lg-neg-field {
    margin-right: calc(-1 * 30rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-smallfield,
  .has-pt-xs-lg-smallfield,
  .has-p-xs-lg-smallfield {
    padding-top: 10rem;
  }
  .has-py-xs-lg-smallfield,
  .has-pb-xs-lg-smallfield,
  .has-p-xs-lg-smallfield {
    padding-bottom: 10rem;
  }
  .has-px-xs-lg-smallfield,
  .has-pl-xs-lg-smallfield,
  .has-p-xs-lg-smallfield {
    padding-left: 10rem;
  }
  .has-px-xs-lg-smallfield,
  .has-pr-xs-lg-smallfield,
  .has-p-xs-lg-smallfield {
    padding-right: 10rem;
  }
  .has-my-xs-lg-smallfield,
  .has-mt-xs-lg-smallfield,
  .has-m-xs-lg-smallfield {
    margin-top: 10rem;
  }
  .has-my-xs-lg-smallfield,
  .has-mb-xs-lg-smallfield,
  .has-m-xs-lg-smallfield {
    margin-bottom: 10rem;
  }
  .has-mx-xs-lg-smallfield,
  .has-ml-xs-lg-smallfield,
  .has-m-xs-lg-smallfield {
    margin-left: 10rem;
  }
  .has-mx-xs-lg-smallfield,
  .has-mr-xs-lg-smallfield,
  .has-m-xs-lg-smallfield {
    margin-right: 10rem;
  }
  .has-my-xs-lg-neg-smallfield,
  .has-mt-xs-lg-neg-smallfield,
  .has-m-xs-lg-neg-smallfield {
    margin-top: calc(-1 * 10rem);
  }
  .has-my-xs-lg-neg-smallfield,
  .has-mb-xs-lg-neg-smallfield,
  .has-m-xs-lg-neg-smallfield {
    margin-bottom: calc(-1 * 10rem);
  }
  .has-mx-xs-lg-neg-smallfield,
  .has-ml-xs-lg-neg-smallfield,
  .has-m-xs-lg-neg-smallfield {
    margin-left: calc(-1 * 10rem);
  }
  .has-mx-xs-lg-neg-smallfield,
  .has-mr-xs-lg-neg-smallfield,
  .has-m-xs-lg-neg-smallfield {
    margin-right: calc(-1 * 10rem);
  }
}
@media only screen and (min-width: 375px) {
  .has-py-xs-lg-gap,
  .has-pt-xs-lg-gap,
  .has-p-xs-lg-gap {
    padding-top: 1rem;
  }
  .has-py-xs-lg-gap,
  .has-pb-xs-lg-gap,
  .has-p-xs-lg-gap {
    padding-bottom: 1rem;
  }
  .has-px-xs-lg-gap,
  .has-pl-xs-lg-gap,
  .has-p-xs-lg-gap {
    padding-left: 1rem;
  }
  .has-px-xs-lg-gap,
  .has-pr-xs-lg-gap,
  .has-p-xs-lg-gap {
    padding-right: 1rem;
  }
  .has-my-xs-lg-gap,
  .has-mt-xs-lg-gap,
  .has-m-xs-lg-gap {
    margin-top: 1rem;
  }
  .has-my-xs-lg-gap,
  .has-mb-xs-lg-gap,
  .has-m-xs-lg-gap {
    margin-bottom: 1rem;
  }
  .has-mx-xs-lg-gap,
  .has-ml-xs-lg-gap,
  .has-m-xs-lg-gap {
    margin-left: 1rem;
  }
  .has-mx-xs-lg-gap,
  .has-mr-xs-lg-gap,
  .has-m-xs-lg-gap {
    margin-right: 1rem;
  }
  .has-my-xs-lg-neg-gap,
  .has-mt-xs-lg-neg-gap,
  .has-m-xs-lg-neg-gap {
    margin-top: calc(-1 * 1rem);
  }
  .has-my-xs-lg-neg-gap,
  .has-mb-xs-lg-neg-gap,
  .has-m-xs-lg-neg-gap {
    margin-bottom: calc(-1 * 1rem);
  }
  .has-mx-xs-lg-neg-gap,
  .has-ml-xs-lg-neg-gap,
  .has-m-xs-lg-neg-gap {
    margin-left: calc(-1 * 1rem);
  }
  .has-mx-xs-lg-neg-gap,
  .has-mr-xs-lg-neg-gap,
  .has-m-xs-lg-neg-gap {
    margin-right: calc(-1 * 1rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-0,
  .has-pt-sm-0,
  .has-p-sm-0 {
    padding-top: 0;
  }
  .has-py-sm-0,
  .has-pb-sm-0,
  .has-p-sm-0 {
    padding-bottom: 0;
  }
  .has-px-sm-0,
  .has-pl-sm-0,
  .has-p-sm-0 {
    padding-left: 0;
  }
  .has-px-sm-0,
  .has-pr-sm-0,
  .has-p-sm-0 {
    padding-right: 0;
  }
  .has-my-sm-0,
  .has-mt-sm-0,
  .has-m-sm-0 {
    margin-top: 0;
  }
  .has-my-sm-0,
  .has-mb-sm-0,
  .has-m-sm-0 {
    margin-bottom: 0;
  }
  .has-mx-sm-0,
  .has-ml-sm-0,
  .has-m-sm-0 {
    margin-left: 0;
  }
  .has-mx-sm-0,
  .has-mr-sm-0,
  .has-m-sm-0 {
    margin-right: 0;
  }
  .has-my-sm-neg-0,
  .has-mt-sm-neg-0,
  .has-m-sm-neg-0 {
    margin-top: calc(-1 * 0);
  }
  .has-my-sm-neg-0,
  .has-mb-sm-neg-0,
  .has-m-sm-neg-0 {
    margin-bottom: calc(-1 * 0);
  }
  .has-mx-sm-neg-0,
  .has-ml-sm-neg-0,
  .has-m-sm-neg-0 {
    margin-left: calc(-1 * 0);
  }
  .has-mx-sm-neg-0,
  .has-mr-sm-neg-0,
  .has-m-sm-neg-0 {
    margin-right: calc(-1 * 0);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-1,
  .has-pt-sm-1,
  .has-p-sm-1 {
    padding-top: 0.25rem;
  }
  .has-py-sm-1,
  .has-pb-sm-1,
  .has-p-sm-1 {
    padding-bottom: 0.25rem;
  }
  .has-px-sm-1,
  .has-pl-sm-1,
  .has-p-sm-1 {
    padding-left: 0.25rem;
  }
  .has-px-sm-1,
  .has-pr-sm-1,
  .has-p-sm-1 {
    padding-right: 0.25rem;
  }
  .has-my-sm-1,
  .has-mt-sm-1,
  .has-m-sm-1 {
    margin-top: 0.25rem;
  }
  .has-my-sm-1,
  .has-mb-sm-1,
  .has-m-sm-1 {
    margin-bottom: 0.25rem;
  }
  .has-mx-sm-1,
  .has-ml-sm-1,
  .has-m-sm-1 {
    margin-left: 0.25rem;
  }
  .has-mx-sm-1,
  .has-mr-sm-1,
  .has-m-sm-1 {
    margin-right: 0.25rem;
  }
  .has-my-sm-neg-1,
  .has-mt-sm-neg-1,
  .has-m-sm-neg-1 {
    margin-top: calc(-1 * 0.25rem);
  }
  .has-my-sm-neg-1,
  .has-mb-sm-neg-1,
  .has-m-sm-neg-1 {
    margin-bottom: calc(-1 * 0.25rem);
  }
  .has-mx-sm-neg-1,
  .has-ml-sm-neg-1,
  .has-m-sm-neg-1 {
    margin-left: calc(-1 * 0.25rem);
  }
  .has-mx-sm-neg-1,
  .has-mr-sm-neg-1,
  .has-m-sm-neg-1 {
    margin-right: calc(-1 * 0.25rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-2,
  .has-pt-sm-2,
  .has-p-sm-2 {
    padding-top: 0.5rem;
  }
  .has-py-sm-2,
  .has-pb-sm-2,
  .has-p-sm-2 {
    padding-bottom: 0.5rem;
  }
  .has-px-sm-2,
  .has-pl-sm-2,
  .has-p-sm-2 {
    padding-left: 0.5rem;
  }
  .has-px-sm-2,
  .has-pr-sm-2,
  .has-p-sm-2 {
    padding-right: 0.5rem;
  }
  .has-my-sm-2,
  .has-mt-sm-2,
  .has-m-sm-2 {
    margin-top: 0.5rem;
  }
  .has-my-sm-2,
  .has-mb-sm-2,
  .has-m-sm-2 {
    margin-bottom: 0.5rem;
  }
  .has-mx-sm-2,
  .has-ml-sm-2,
  .has-m-sm-2 {
    margin-left: 0.5rem;
  }
  .has-mx-sm-2,
  .has-mr-sm-2,
  .has-m-sm-2 {
    margin-right: 0.5rem;
  }
  .has-my-sm-neg-2,
  .has-mt-sm-neg-2,
  .has-m-sm-neg-2 {
    margin-top: calc(-1 * 0.5rem);
  }
  .has-my-sm-neg-2,
  .has-mb-sm-neg-2,
  .has-m-sm-neg-2 {
    margin-bottom: calc(-1 * 0.5rem);
  }
  .has-mx-sm-neg-2,
  .has-ml-sm-neg-2,
  .has-m-sm-neg-2 {
    margin-left: calc(-1 * 0.5rem);
  }
  .has-mx-sm-neg-2,
  .has-mr-sm-neg-2,
  .has-m-sm-neg-2 {
    margin-right: calc(-1 * 0.5rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-3,
  .has-pt-sm-3,
  .has-p-sm-3 {
    padding-top: 0.75rem;
  }
  .has-py-sm-3,
  .has-pb-sm-3,
  .has-p-sm-3 {
    padding-bottom: 0.75rem;
  }
  .has-px-sm-3,
  .has-pl-sm-3,
  .has-p-sm-3 {
    padding-left: 0.75rem;
  }
  .has-px-sm-3,
  .has-pr-sm-3,
  .has-p-sm-3 {
    padding-right: 0.75rem;
  }
  .has-my-sm-3,
  .has-mt-sm-3,
  .has-m-sm-3 {
    margin-top: 0.75rem;
  }
  .has-my-sm-3,
  .has-mb-sm-3,
  .has-m-sm-3 {
    margin-bottom: 0.75rem;
  }
  .has-mx-sm-3,
  .has-ml-sm-3,
  .has-m-sm-3 {
    margin-left: 0.75rem;
  }
  .has-mx-sm-3,
  .has-mr-sm-3,
  .has-m-sm-3 {
    margin-right: 0.75rem;
  }
  .has-my-sm-neg-3,
  .has-mt-sm-neg-3,
  .has-m-sm-neg-3 {
    margin-top: calc(-1 * 0.75rem);
  }
  .has-my-sm-neg-3,
  .has-mb-sm-neg-3,
  .has-m-sm-neg-3 {
    margin-bottom: calc(-1 * 0.75rem);
  }
  .has-mx-sm-neg-3,
  .has-ml-sm-neg-3,
  .has-m-sm-neg-3 {
    margin-left: calc(-1 * 0.75rem);
  }
  .has-mx-sm-neg-3,
  .has-mr-sm-neg-3,
  .has-m-sm-neg-3 {
    margin-right: calc(-1 * 0.75rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-4,
  .has-pt-sm-4,
  .has-p-sm-4 {
    padding-top: 1.25rem;
  }
  .has-py-sm-4,
  .has-pb-sm-4,
  .has-p-sm-4 {
    padding-bottom: 1.25rem;
  }
  .has-px-sm-4,
  .has-pl-sm-4,
  .has-p-sm-4 {
    padding-left: 1.25rem;
  }
  .has-px-sm-4,
  .has-pr-sm-4,
  .has-p-sm-4 {
    padding-right: 1.25rem;
  }
  .has-my-sm-4,
  .has-mt-sm-4,
  .has-m-sm-4 {
    margin-top: 1.25rem;
  }
  .has-my-sm-4,
  .has-mb-sm-4,
  .has-m-sm-4 {
    margin-bottom: 1.25rem;
  }
  .has-mx-sm-4,
  .has-ml-sm-4,
  .has-m-sm-4 {
    margin-left: 1.25rem;
  }
  .has-mx-sm-4,
  .has-mr-sm-4,
  .has-m-sm-4 {
    margin-right: 1.25rem;
  }
  .has-my-sm-neg-4,
  .has-mt-sm-neg-4,
  .has-m-sm-neg-4 {
    margin-top: calc(-1 * 1.25rem);
  }
  .has-my-sm-neg-4,
  .has-mb-sm-neg-4,
  .has-m-sm-neg-4 {
    margin-bottom: calc(-1 * 1.25rem);
  }
  .has-mx-sm-neg-4,
  .has-ml-sm-neg-4,
  .has-m-sm-neg-4 {
    margin-left: calc(-1 * 1.25rem);
  }
  .has-mx-sm-neg-4,
  .has-mr-sm-neg-4,
  .has-m-sm-neg-4 {
    margin-right: calc(-1 * 1.25rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-5,
  .has-pt-sm-5,
  .has-p-sm-5 {
    padding-top: 1.5rem;
  }
  .has-py-sm-5,
  .has-pb-sm-5,
  .has-p-sm-5 {
    padding-bottom: 1.5rem;
  }
  .has-px-sm-5,
  .has-pl-sm-5,
  .has-p-sm-5 {
    padding-left: 1.5rem;
  }
  .has-px-sm-5,
  .has-pr-sm-5,
  .has-p-sm-5 {
    padding-right: 1.5rem;
  }
  .has-my-sm-5,
  .has-mt-sm-5,
  .has-m-sm-5 {
    margin-top: 1.5rem;
  }
  .has-my-sm-5,
  .has-mb-sm-5,
  .has-m-sm-5 {
    margin-bottom: 1.5rem;
  }
  .has-mx-sm-5,
  .has-ml-sm-5,
  .has-m-sm-5 {
    margin-left: 1.5rem;
  }
  .has-mx-sm-5,
  .has-mr-sm-5,
  .has-m-sm-5 {
    margin-right: 1.5rem;
  }
  .has-my-sm-neg-5,
  .has-mt-sm-neg-5,
  .has-m-sm-neg-5 {
    margin-top: calc(-1 * 1.5rem);
  }
  .has-my-sm-neg-5,
  .has-mb-sm-neg-5,
  .has-m-sm-neg-5 {
    margin-bottom: calc(-1 * 1.5rem);
  }
  .has-mx-sm-neg-5,
  .has-ml-sm-neg-5,
  .has-m-sm-neg-5 {
    margin-left: calc(-1 * 1.5rem);
  }
  .has-mx-sm-neg-5,
  .has-mr-sm-neg-5,
  .has-m-sm-neg-5 {
    margin-right: calc(-1 * 1.5rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-6,
  .has-pt-sm-6,
  .has-p-sm-6 {
    padding-top: 1.875rem;
  }
  .has-py-sm-6,
  .has-pb-sm-6,
  .has-p-sm-6 {
    padding-bottom: 1.875rem;
  }
  .has-px-sm-6,
  .has-pl-sm-6,
  .has-p-sm-6 {
    padding-left: 1.875rem;
  }
  .has-px-sm-6,
  .has-pr-sm-6,
  .has-p-sm-6 {
    padding-right: 1.875rem;
  }
  .has-my-sm-6,
  .has-mt-sm-6,
  .has-m-sm-6 {
    margin-top: 1.875rem;
  }
  .has-my-sm-6,
  .has-mb-sm-6,
  .has-m-sm-6 {
    margin-bottom: 1.875rem;
  }
  .has-mx-sm-6,
  .has-ml-sm-6,
  .has-m-sm-6 {
    margin-left: 1.875rem;
  }
  .has-mx-sm-6,
  .has-mr-sm-6,
  .has-m-sm-6 {
    margin-right: 1.875rem;
  }
  .has-my-sm-neg-6,
  .has-mt-sm-neg-6,
  .has-m-sm-neg-6 {
    margin-top: calc(-1 * 1.875rem);
  }
  .has-my-sm-neg-6,
  .has-mb-sm-neg-6,
  .has-m-sm-neg-6 {
    margin-bottom: calc(-1 * 1.875rem);
  }
  .has-mx-sm-neg-6,
  .has-ml-sm-neg-6,
  .has-m-sm-neg-6 {
    margin-left: calc(-1 * 1.875rem);
  }
  .has-mx-sm-neg-6,
  .has-mr-sm-neg-6,
  .has-m-sm-neg-6 {
    margin-right: calc(-1 * 1.875rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-7,
  .has-pt-sm-7,
  .has-p-sm-7 {
    padding-top: 2.5rem;
  }
  .has-py-sm-7,
  .has-pb-sm-7,
  .has-p-sm-7 {
    padding-bottom: 2.5rem;
  }
  .has-px-sm-7,
  .has-pl-sm-7,
  .has-p-sm-7 {
    padding-left: 2.5rem;
  }
  .has-px-sm-7,
  .has-pr-sm-7,
  .has-p-sm-7 {
    padding-right: 2.5rem;
  }
  .has-my-sm-7,
  .has-mt-sm-7,
  .has-m-sm-7 {
    margin-top: 2.5rem;
  }
  .has-my-sm-7,
  .has-mb-sm-7,
  .has-m-sm-7 {
    margin-bottom: 2.5rem;
  }
  .has-mx-sm-7,
  .has-ml-sm-7,
  .has-m-sm-7 {
    margin-left: 2.5rem;
  }
  .has-mx-sm-7,
  .has-mr-sm-7,
  .has-m-sm-7 {
    margin-right: 2.5rem;
  }
  .has-my-sm-neg-7,
  .has-mt-sm-neg-7,
  .has-m-sm-neg-7 {
    margin-top: calc(-1 * 2.5rem);
  }
  .has-my-sm-neg-7,
  .has-mb-sm-neg-7,
  .has-m-sm-neg-7 {
    margin-bottom: calc(-1 * 2.5rem);
  }
  .has-mx-sm-neg-7,
  .has-ml-sm-neg-7,
  .has-m-sm-neg-7 {
    margin-left: calc(-1 * 2.5rem);
  }
  .has-mx-sm-neg-7,
  .has-mr-sm-neg-7,
  .has-m-sm-neg-7 {
    margin-right: calc(-1 * 2.5rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-8,
  .has-pt-sm-8,
  .has-p-sm-8 {
    padding-top: 3.125rem;
  }
  .has-py-sm-8,
  .has-pb-sm-8,
  .has-p-sm-8 {
    padding-bottom: 3.125rem;
  }
  .has-px-sm-8,
  .has-pl-sm-8,
  .has-p-sm-8 {
    padding-left: 3.125rem;
  }
  .has-px-sm-8,
  .has-pr-sm-8,
  .has-p-sm-8 {
    padding-right: 3.125rem;
  }
  .has-my-sm-8,
  .has-mt-sm-8,
  .has-m-sm-8 {
    margin-top: 3.125rem;
  }
  .has-my-sm-8,
  .has-mb-sm-8,
  .has-m-sm-8 {
    margin-bottom: 3.125rem;
  }
  .has-mx-sm-8,
  .has-ml-sm-8,
  .has-m-sm-8 {
    margin-left: 3.125rem;
  }
  .has-mx-sm-8,
  .has-mr-sm-8,
  .has-m-sm-8 {
    margin-right: 3.125rem;
  }
  .has-my-sm-neg-8,
  .has-mt-sm-neg-8,
  .has-m-sm-neg-8 {
    margin-top: calc(-1 * 3.125rem);
  }
  .has-my-sm-neg-8,
  .has-mb-sm-neg-8,
  .has-m-sm-neg-8 {
    margin-bottom: calc(-1 * 3.125rem);
  }
  .has-mx-sm-neg-8,
  .has-ml-sm-neg-8,
  .has-m-sm-neg-8 {
    margin-left: calc(-1 * 3.125rem);
  }
  .has-mx-sm-neg-8,
  .has-mr-sm-neg-8,
  .has-m-sm-neg-8 {
    margin-right: calc(-1 * 3.125rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-9,
  .has-pt-sm-9,
  .has-p-sm-9 {
    padding-top: 4rem;
  }
  .has-py-sm-9,
  .has-pb-sm-9,
  .has-p-sm-9 {
    padding-bottom: 4rem;
  }
  .has-px-sm-9,
  .has-pl-sm-9,
  .has-p-sm-9 {
    padding-left: 4rem;
  }
  .has-px-sm-9,
  .has-pr-sm-9,
  .has-p-sm-9 {
    padding-right: 4rem;
  }
  .has-my-sm-9,
  .has-mt-sm-9,
  .has-m-sm-9 {
    margin-top: 4rem;
  }
  .has-my-sm-9,
  .has-mb-sm-9,
  .has-m-sm-9 {
    margin-bottom: 4rem;
  }
  .has-mx-sm-9,
  .has-ml-sm-9,
  .has-m-sm-9 {
    margin-left: 4rem;
  }
  .has-mx-sm-9,
  .has-mr-sm-9,
  .has-m-sm-9 {
    margin-right: 4rem;
  }
  .has-my-sm-neg-9,
  .has-mt-sm-neg-9,
  .has-m-sm-neg-9 {
    margin-top: calc(-1 * 4rem);
  }
  .has-my-sm-neg-9,
  .has-mb-sm-neg-9,
  .has-m-sm-neg-9 {
    margin-bottom: calc(-1 * 4rem);
  }
  .has-mx-sm-neg-9,
  .has-ml-sm-neg-9,
  .has-m-sm-neg-9 {
    margin-left: calc(-1 * 4rem);
  }
  .has-mx-sm-neg-9,
  .has-mr-sm-neg-9,
  .has-m-sm-neg-9 {
    margin-right: calc(-1 * 4rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-10,
  .has-pt-sm-10,
  .has-p-sm-10 {
    padding-top: 0.625rem;
  }
  .has-py-sm-10,
  .has-pb-sm-10,
  .has-p-sm-10 {
    padding-bottom: 0.625rem;
  }
  .has-px-sm-10,
  .has-pl-sm-10,
  .has-p-sm-10 {
    padding-left: 0.625rem;
  }
  .has-px-sm-10,
  .has-pr-sm-10,
  .has-p-sm-10 {
    padding-right: 0.625rem;
  }
  .has-my-sm-10,
  .has-mt-sm-10,
  .has-m-sm-10 {
    margin-top: 0.625rem;
  }
  .has-my-sm-10,
  .has-mb-sm-10,
  .has-m-sm-10 {
    margin-bottom: 0.625rem;
  }
  .has-mx-sm-10,
  .has-ml-sm-10,
  .has-m-sm-10 {
    margin-left: 0.625rem;
  }
  .has-mx-sm-10,
  .has-mr-sm-10,
  .has-m-sm-10 {
    margin-right: 0.625rem;
  }
  .has-my-sm-neg-10,
  .has-mt-sm-neg-10,
  .has-m-sm-neg-10 {
    margin-top: calc(-1 * 0.625rem);
  }
  .has-my-sm-neg-10,
  .has-mb-sm-neg-10,
  .has-m-sm-neg-10 {
    margin-bottom: calc(-1 * 0.625rem);
  }
  .has-mx-sm-neg-10,
  .has-ml-sm-neg-10,
  .has-m-sm-neg-10 {
    margin-left: calc(-1 * 0.625rem);
  }
  .has-mx-sm-neg-10,
  .has-mr-sm-neg-10,
  .has-m-sm-neg-10 {
    margin-right: calc(-1 * 0.625rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-11,
  .has-pt-sm-11,
  .has-p-sm-11 {
    padding-top: 5rem;
  }
  .has-py-sm-11,
  .has-pb-sm-11,
  .has-p-sm-11 {
    padding-bottom: 5rem;
  }
  .has-px-sm-11,
  .has-pl-sm-11,
  .has-p-sm-11 {
    padding-left: 5rem;
  }
  .has-px-sm-11,
  .has-pr-sm-11,
  .has-p-sm-11 {
    padding-right: 5rem;
  }
  .has-my-sm-11,
  .has-mt-sm-11,
  .has-m-sm-11 {
    margin-top: 5rem;
  }
  .has-my-sm-11,
  .has-mb-sm-11,
  .has-m-sm-11 {
    margin-bottom: 5rem;
  }
  .has-mx-sm-11,
  .has-ml-sm-11,
  .has-m-sm-11 {
    margin-left: 5rem;
  }
  .has-mx-sm-11,
  .has-mr-sm-11,
  .has-m-sm-11 {
    margin-right: 5rem;
  }
  .has-my-sm-neg-11,
  .has-mt-sm-neg-11,
  .has-m-sm-neg-11 {
    margin-top: calc(-1 * 5rem);
  }
  .has-my-sm-neg-11,
  .has-mb-sm-neg-11,
  .has-m-sm-neg-11 {
    margin-bottom: calc(-1 * 5rem);
  }
  .has-mx-sm-neg-11,
  .has-ml-sm-neg-11,
  .has-m-sm-neg-11 {
    margin-left: calc(-1 * 5rem);
  }
  .has-mx-sm-neg-11,
  .has-mr-sm-neg-11,
  .has-m-sm-neg-11 {
    margin-right: calc(-1 * 5rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-12,
  .has-pt-sm-12,
  .has-p-sm-12 {
    padding-top: 1.625rem;
  }
  .has-py-sm-12,
  .has-pb-sm-12,
  .has-p-sm-12 {
    padding-bottom: 1.625rem;
  }
  .has-px-sm-12,
  .has-pl-sm-12,
  .has-p-sm-12 {
    padding-left: 1.625rem;
  }
  .has-px-sm-12,
  .has-pr-sm-12,
  .has-p-sm-12 {
    padding-right: 1.625rem;
  }
  .has-my-sm-12,
  .has-mt-sm-12,
  .has-m-sm-12 {
    margin-top: 1.625rem;
  }
  .has-my-sm-12,
  .has-mb-sm-12,
  .has-m-sm-12 {
    margin-bottom: 1.625rem;
  }
  .has-mx-sm-12,
  .has-ml-sm-12,
  .has-m-sm-12 {
    margin-left: 1.625rem;
  }
  .has-mx-sm-12,
  .has-mr-sm-12,
  .has-m-sm-12 {
    margin-right: 1.625rem;
  }
  .has-my-sm-neg-12,
  .has-mt-sm-neg-12,
  .has-m-sm-neg-12 {
    margin-top: calc(-1 * 1.625rem);
  }
  .has-my-sm-neg-12,
  .has-mb-sm-neg-12,
  .has-m-sm-neg-12 {
    margin-bottom: calc(-1 * 1.625rem);
  }
  .has-mx-sm-neg-12,
  .has-ml-sm-neg-12,
  .has-m-sm-neg-12 {
    margin-left: calc(-1 * 1.625rem);
  }
  .has-mx-sm-neg-12,
  .has-mr-sm-neg-12,
  .has-m-sm-neg-12 {
    margin-right: calc(-1 * 1.625rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-field,
  .has-pt-sm-field,
  .has-p-sm-field {
    padding-top: 30rem;
  }
  .has-py-sm-field,
  .has-pb-sm-field,
  .has-p-sm-field {
    padding-bottom: 30rem;
  }
  .has-px-sm-field,
  .has-pl-sm-field,
  .has-p-sm-field {
    padding-left: 30rem;
  }
  .has-px-sm-field,
  .has-pr-sm-field,
  .has-p-sm-field {
    padding-right: 30rem;
  }
  .has-my-sm-field,
  .has-mt-sm-field,
  .has-m-sm-field {
    margin-top: 30rem;
  }
  .has-my-sm-field,
  .has-mb-sm-field,
  .has-m-sm-field {
    margin-bottom: 30rem;
  }
  .has-mx-sm-field,
  .has-ml-sm-field,
  .has-m-sm-field {
    margin-left: 30rem;
  }
  .has-mx-sm-field,
  .has-mr-sm-field,
  .has-m-sm-field {
    margin-right: 30rem;
  }
  .has-my-sm-neg-field,
  .has-mt-sm-neg-field,
  .has-m-sm-neg-field {
    margin-top: calc(-1 * 30rem);
  }
  .has-my-sm-neg-field,
  .has-mb-sm-neg-field,
  .has-m-sm-neg-field {
    margin-bottom: calc(-1 * 30rem);
  }
  .has-mx-sm-neg-field,
  .has-ml-sm-neg-field,
  .has-m-sm-neg-field {
    margin-left: calc(-1 * 30rem);
  }
  .has-mx-sm-neg-field,
  .has-mr-sm-neg-field,
  .has-m-sm-neg-field {
    margin-right: calc(-1 * 30rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-smallfield,
  .has-pt-sm-smallfield,
  .has-p-sm-smallfield {
    padding-top: 10rem;
  }
  .has-py-sm-smallfield,
  .has-pb-sm-smallfield,
  .has-p-sm-smallfield {
    padding-bottom: 10rem;
  }
  .has-px-sm-smallfield,
  .has-pl-sm-smallfield,
  .has-p-sm-smallfield {
    padding-left: 10rem;
  }
  .has-px-sm-smallfield,
  .has-pr-sm-smallfield,
  .has-p-sm-smallfield {
    padding-right: 10rem;
  }
  .has-my-sm-smallfield,
  .has-mt-sm-smallfield,
  .has-m-sm-smallfield {
    margin-top: 10rem;
  }
  .has-my-sm-smallfield,
  .has-mb-sm-smallfield,
  .has-m-sm-smallfield {
    margin-bottom: 10rem;
  }
  .has-mx-sm-smallfield,
  .has-ml-sm-smallfield,
  .has-m-sm-smallfield {
    margin-left: 10rem;
  }
  .has-mx-sm-smallfield,
  .has-mr-sm-smallfield,
  .has-m-sm-smallfield {
    margin-right: 10rem;
  }
  .has-my-sm-neg-smallfield,
  .has-mt-sm-neg-smallfield,
  .has-m-sm-neg-smallfield {
    margin-top: calc(-1 * 10rem);
  }
  .has-my-sm-neg-smallfield,
  .has-mb-sm-neg-smallfield,
  .has-m-sm-neg-smallfield {
    margin-bottom: calc(-1 * 10rem);
  }
  .has-mx-sm-neg-smallfield,
  .has-ml-sm-neg-smallfield,
  .has-m-sm-neg-smallfield {
    margin-left: calc(-1 * 10rem);
  }
  .has-mx-sm-neg-smallfield,
  .has-mr-sm-neg-smallfield,
  .has-m-sm-neg-smallfield {
    margin-right: calc(-1 * 10rem);
  }
}
@media only screen and (min-width: 480px) {
  .has-py-sm-gap,
  .has-pt-sm-gap,
  .has-p-sm-gap {
    padding-top: 1rem;
  }
  .has-py-sm-gap,
  .has-pb-sm-gap,
  .has-p-sm-gap {
    padding-bottom: 1rem;
  }
  .has-px-sm-gap,
  .has-pl-sm-gap,
  .has-p-sm-gap {
    padding-left: 1rem;
  }
  .has-px-sm-gap,
  .has-pr-sm-gap,
  .has-p-sm-gap {
    padding-right: 1rem;
  }
  .has-my-sm-gap,
  .has-mt-sm-gap,
  .has-m-sm-gap {
    margin-top: 1rem;
  }
  .has-my-sm-gap,
  .has-mb-sm-gap,
  .has-m-sm-gap {
    margin-bottom: 1rem;
  }
  .has-mx-sm-gap,
  .has-ml-sm-gap,
  .has-m-sm-gap {
    margin-left: 1rem;
  }
  .has-mx-sm-gap,
  .has-mr-sm-gap,
  .has-m-sm-gap {
    margin-right: 1rem;
  }
  .has-my-sm-neg-gap,
  .has-mt-sm-neg-gap,
  .has-m-sm-neg-gap {
    margin-top: calc(-1 * 1rem);
  }
  .has-my-sm-neg-gap,
  .has-mb-sm-neg-gap,
  .has-m-sm-neg-gap {
    margin-bottom: calc(-1 * 1rem);
  }
  .has-mx-sm-neg-gap,
  .has-ml-sm-neg-gap,
  .has-m-sm-neg-gap {
    margin-left: calc(-1 * 1rem);
  }
  .has-mx-sm-neg-gap,
  .has-mr-sm-neg-gap,
  .has-m-sm-neg-gap {
    margin-right: calc(-1 * 1rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-0,
  .has-pt-md-0,
  .has-p-md-0 {
    padding-top: 0;
  }
  .has-py-md-0,
  .has-pb-md-0,
  .has-p-md-0 {
    padding-bottom: 0;
  }
  .has-px-md-0,
  .has-pl-md-0,
  .has-p-md-0 {
    padding-left: 0;
  }
  .has-px-md-0,
  .has-pr-md-0,
  .has-p-md-0 {
    padding-right: 0;
  }
  .has-my-md-0,
  .has-mt-md-0,
  .has-m-md-0 {
    margin-top: 0;
  }
  .has-my-md-0,
  .has-mb-md-0,
  .has-m-md-0 {
    margin-bottom: 0;
  }
  .has-mx-md-0,
  .has-ml-md-0,
  .has-m-md-0 {
    margin-left: 0;
  }
  .has-mx-md-0,
  .has-mr-md-0,
  .has-m-md-0 {
    margin-right: 0;
  }
  .has-my-md-neg-0,
  .has-mt-md-neg-0,
  .has-m-md-neg-0 {
    margin-top: calc(-1 * 0);
  }
  .has-my-md-neg-0,
  .has-mb-md-neg-0,
  .has-m-md-neg-0 {
    margin-bottom: calc(-1 * 0);
  }
  .has-mx-md-neg-0,
  .has-ml-md-neg-0,
  .has-m-md-neg-0 {
    margin-left: calc(-1 * 0);
  }
  .has-mx-md-neg-0,
  .has-mr-md-neg-0,
  .has-m-md-neg-0 {
    margin-right: calc(-1 * 0);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-1,
  .has-pt-md-1,
  .has-p-md-1 {
    padding-top: 0.25rem;
  }
  .has-py-md-1,
  .has-pb-md-1,
  .has-p-md-1 {
    padding-bottom: 0.25rem;
  }
  .has-px-md-1,
  .has-pl-md-1,
  .has-p-md-1 {
    padding-left: 0.25rem;
  }
  .has-px-md-1,
  .has-pr-md-1,
  .has-p-md-1 {
    padding-right: 0.25rem;
  }
  .has-my-md-1,
  .has-mt-md-1,
  .has-m-md-1 {
    margin-top: 0.25rem;
  }
  .has-my-md-1,
  .has-mb-md-1,
  .has-m-md-1 {
    margin-bottom: 0.25rem;
  }
  .has-mx-md-1,
  .has-ml-md-1,
  .has-m-md-1 {
    margin-left: 0.25rem;
  }
  .has-mx-md-1,
  .has-mr-md-1,
  .has-m-md-1 {
    margin-right: 0.25rem;
  }
  .has-my-md-neg-1,
  .has-mt-md-neg-1,
  .has-m-md-neg-1 {
    margin-top: calc(-1 * 0.25rem);
  }
  .has-my-md-neg-1,
  .has-mb-md-neg-1,
  .has-m-md-neg-1 {
    margin-bottom: calc(-1 * 0.25rem);
  }
  .has-mx-md-neg-1,
  .has-ml-md-neg-1,
  .has-m-md-neg-1 {
    margin-left: calc(-1 * 0.25rem);
  }
  .has-mx-md-neg-1,
  .has-mr-md-neg-1,
  .has-m-md-neg-1 {
    margin-right: calc(-1 * 0.25rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-2,
  .has-pt-md-2,
  .has-p-md-2 {
    padding-top: 0.5rem;
  }
  .has-py-md-2,
  .has-pb-md-2,
  .has-p-md-2 {
    padding-bottom: 0.5rem;
  }
  .has-px-md-2,
  .has-pl-md-2,
  .has-p-md-2 {
    padding-left: 0.5rem;
  }
  .has-px-md-2,
  .has-pr-md-2,
  .has-p-md-2 {
    padding-right: 0.5rem;
  }
  .has-my-md-2,
  .has-mt-md-2,
  .has-m-md-2 {
    margin-top: 0.5rem;
  }
  .has-my-md-2,
  .has-mb-md-2,
  .has-m-md-2 {
    margin-bottom: 0.5rem;
  }
  .has-mx-md-2,
  .has-ml-md-2,
  .has-m-md-2 {
    margin-left: 0.5rem;
  }
  .has-mx-md-2,
  .has-mr-md-2,
  .has-m-md-2 {
    margin-right: 0.5rem;
  }
  .has-my-md-neg-2,
  .has-mt-md-neg-2,
  .has-m-md-neg-2 {
    margin-top: calc(-1 * 0.5rem);
  }
  .has-my-md-neg-2,
  .has-mb-md-neg-2,
  .has-m-md-neg-2 {
    margin-bottom: calc(-1 * 0.5rem);
  }
  .has-mx-md-neg-2,
  .has-ml-md-neg-2,
  .has-m-md-neg-2 {
    margin-left: calc(-1 * 0.5rem);
  }
  .has-mx-md-neg-2,
  .has-mr-md-neg-2,
  .has-m-md-neg-2 {
    margin-right: calc(-1 * 0.5rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-3,
  .has-pt-md-3,
  .has-p-md-3 {
    padding-top: 0.75rem;
  }
  .has-py-md-3,
  .has-pb-md-3,
  .has-p-md-3 {
    padding-bottom: 0.75rem;
  }
  .has-px-md-3,
  .has-pl-md-3,
  .has-p-md-3 {
    padding-left: 0.75rem;
  }
  .has-px-md-3,
  .has-pr-md-3,
  .has-p-md-3 {
    padding-right: 0.75rem;
  }
  .has-my-md-3,
  .has-mt-md-3,
  .has-m-md-3 {
    margin-top: 0.75rem;
  }
  .has-my-md-3,
  .has-mb-md-3,
  .has-m-md-3 {
    margin-bottom: 0.75rem;
  }
  .has-mx-md-3,
  .has-ml-md-3,
  .has-m-md-3 {
    margin-left: 0.75rem;
  }
  .has-mx-md-3,
  .has-mr-md-3,
  .has-m-md-3 {
    margin-right: 0.75rem;
  }
  .has-my-md-neg-3,
  .has-mt-md-neg-3,
  .has-m-md-neg-3 {
    margin-top: calc(-1 * 0.75rem);
  }
  .has-my-md-neg-3,
  .has-mb-md-neg-3,
  .has-m-md-neg-3 {
    margin-bottom: calc(-1 * 0.75rem);
  }
  .has-mx-md-neg-3,
  .has-ml-md-neg-3,
  .has-m-md-neg-3 {
    margin-left: calc(-1 * 0.75rem);
  }
  .has-mx-md-neg-3,
  .has-mr-md-neg-3,
  .has-m-md-neg-3 {
    margin-right: calc(-1 * 0.75rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-4,
  .has-pt-md-4,
  .has-p-md-4 {
    padding-top: 1.25rem;
  }
  .has-py-md-4,
  .has-pb-md-4,
  .has-p-md-4 {
    padding-bottom: 1.25rem;
  }
  .has-px-md-4,
  .has-pl-md-4,
  .has-p-md-4 {
    padding-left: 1.25rem;
  }
  .has-px-md-4,
  .has-pr-md-4,
  .has-p-md-4 {
    padding-right: 1.25rem;
  }
  .has-my-md-4,
  .has-mt-md-4,
  .has-m-md-4 {
    margin-top: 1.25rem;
  }
  .has-my-md-4,
  .has-mb-md-4,
  .has-m-md-4 {
    margin-bottom: 1.25rem;
  }
  .has-mx-md-4,
  .has-ml-md-4,
  .has-m-md-4 {
    margin-left: 1.25rem;
  }
  .has-mx-md-4,
  .has-mr-md-4,
  .has-m-md-4 {
    margin-right: 1.25rem;
  }
  .has-my-md-neg-4,
  .has-mt-md-neg-4,
  .has-m-md-neg-4 {
    margin-top: calc(-1 * 1.25rem);
  }
  .has-my-md-neg-4,
  .has-mb-md-neg-4,
  .has-m-md-neg-4 {
    margin-bottom: calc(-1 * 1.25rem);
  }
  .has-mx-md-neg-4,
  .has-ml-md-neg-4,
  .has-m-md-neg-4 {
    margin-left: calc(-1 * 1.25rem);
  }
  .has-mx-md-neg-4,
  .has-mr-md-neg-4,
  .has-m-md-neg-4 {
    margin-right: calc(-1 * 1.25rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-5,
  .has-pt-md-5,
  .has-p-md-5 {
    padding-top: 1.5rem;
  }
  .has-py-md-5,
  .has-pb-md-5,
  .has-p-md-5 {
    padding-bottom: 1.5rem;
  }
  .has-px-md-5,
  .has-pl-md-5,
  .has-p-md-5 {
    padding-left: 1.5rem;
  }
  .has-px-md-5,
  .has-pr-md-5,
  .has-p-md-5 {
    padding-right: 1.5rem;
  }
  .has-my-md-5,
  .has-mt-md-5,
  .has-m-md-5 {
    margin-top: 1.5rem;
  }
  .has-my-md-5,
  .has-mb-md-5,
  .has-m-md-5 {
    margin-bottom: 1.5rem;
  }
  .has-mx-md-5,
  .has-ml-md-5,
  .has-m-md-5 {
    margin-left: 1.5rem;
  }
  .has-mx-md-5,
  .has-mr-md-5,
  .has-m-md-5 {
    margin-right: 1.5rem;
  }
  .has-my-md-neg-5,
  .has-mt-md-neg-5,
  .has-m-md-neg-5 {
    margin-top: calc(-1 * 1.5rem);
  }
  .has-my-md-neg-5,
  .has-mb-md-neg-5,
  .has-m-md-neg-5 {
    margin-bottom: calc(-1 * 1.5rem);
  }
  .has-mx-md-neg-5,
  .has-ml-md-neg-5,
  .has-m-md-neg-5 {
    margin-left: calc(-1 * 1.5rem);
  }
  .has-mx-md-neg-5,
  .has-mr-md-neg-5,
  .has-m-md-neg-5 {
    margin-right: calc(-1 * 1.5rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-6,
  .has-pt-md-6,
  .has-p-md-6 {
    padding-top: 1.875rem;
  }
  .has-py-md-6,
  .has-pb-md-6,
  .has-p-md-6 {
    padding-bottom: 1.875rem;
  }
  .has-px-md-6,
  .has-pl-md-6,
  .has-p-md-6 {
    padding-left: 1.875rem;
  }
  .has-px-md-6,
  .has-pr-md-6,
  .has-p-md-6 {
    padding-right: 1.875rem;
  }
  .has-my-md-6,
  .has-mt-md-6,
  .has-m-md-6 {
    margin-top: 1.875rem;
  }
  .has-my-md-6,
  .has-mb-md-6,
  .has-m-md-6 {
    margin-bottom: 1.875rem;
  }
  .has-mx-md-6,
  .has-ml-md-6,
  .has-m-md-6 {
    margin-left: 1.875rem;
  }
  .has-mx-md-6,
  .has-mr-md-6,
  .has-m-md-6 {
    margin-right: 1.875rem;
  }
  .has-my-md-neg-6,
  .has-mt-md-neg-6,
  .has-m-md-neg-6 {
    margin-top: calc(-1 * 1.875rem);
  }
  .has-my-md-neg-6,
  .has-mb-md-neg-6,
  .has-m-md-neg-6 {
    margin-bottom: calc(-1 * 1.875rem);
  }
  .has-mx-md-neg-6,
  .has-ml-md-neg-6,
  .has-m-md-neg-6 {
    margin-left: calc(-1 * 1.875rem);
  }
  .has-mx-md-neg-6,
  .has-mr-md-neg-6,
  .has-m-md-neg-6 {
    margin-right: calc(-1 * 1.875rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-7,
  .has-pt-md-7,
  .has-p-md-7 {
    padding-top: 2.5rem;
  }
  .has-py-md-7,
  .has-pb-md-7,
  .has-p-md-7 {
    padding-bottom: 2.5rem;
  }
  .has-px-md-7,
  .has-pl-md-7,
  .has-p-md-7 {
    padding-left: 2.5rem;
  }
  .has-px-md-7,
  .has-pr-md-7,
  .has-p-md-7 {
    padding-right: 2.5rem;
  }
  .has-my-md-7,
  .has-mt-md-7,
  .has-m-md-7 {
    margin-top: 2.5rem;
  }
  .has-my-md-7,
  .has-mb-md-7,
  .has-m-md-7 {
    margin-bottom: 2.5rem;
  }
  .has-mx-md-7,
  .has-ml-md-7,
  .has-m-md-7 {
    margin-left: 2.5rem;
  }
  .has-mx-md-7,
  .has-mr-md-7,
  .has-m-md-7 {
    margin-right: 2.5rem;
  }
  .has-my-md-neg-7,
  .has-mt-md-neg-7,
  .has-m-md-neg-7 {
    margin-top: calc(-1 * 2.5rem);
  }
  .has-my-md-neg-7,
  .has-mb-md-neg-7,
  .has-m-md-neg-7 {
    margin-bottom: calc(-1 * 2.5rem);
  }
  .has-mx-md-neg-7,
  .has-ml-md-neg-7,
  .has-m-md-neg-7 {
    margin-left: calc(-1 * 2.5rem);
  }
  .has-mx-md-neg-7,
  .has-mr-md-neg-7,
  .has-m-md-neg-7 {
    margin-right: calc(-1 * 2.5rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-8,
  .has-pt-md-8,
  .has-p-md-8 {
    padding-top: 3.125rem;
  }
  .has-py-md-8,
  .has-pb-md-8,
  .has-p-md-8 {
    padding-bottom: 3.125rem;
  }
  .has-px-md-8,
  .has-pl-md-8,
  .has-p-md-8 {
    padding-left: 3.125rem;
  }
  .has-px-md-8,
  .has-pr-md-8,
  .has-p-md-8 {
    padding-right: 3.125rem;
  }
  .has-my-md-8,
  .has-mt-md-8,
  .has-m-md-8 {
    margin-top: 3.125rem;
  }
  .has-my-md-8,
  .has-mb-md-8,
  .has-m-md-8 {
    margin-bottom: 3.125rem;
  }
  .has-mx-md-8,
  .has-ml-md-8,
  .has-m-md-8 {
    margin-left: 3.125rem;
  }
  .has-mx-md-8,
  .has-mr-md-8,
  .has-m-md-8 {
    margin-right: 3.125rem;
  }
  .has-my-md-neg-8,
  .has-mt-md-neg-8,
  .has-m-md-neg-8 {
    margin-top: calc(-1 * 3.125rem);
  }
  .has-my-md-neg-8,
  .has-mb-md-neg-8,
  .has-m-md-neg-8 {
    margin-bottom: calc(-1 * 3.125rem);
  }
  .has-mx-md-neg-8,
  .has-ml-md-neg-8,
  .has-m-md-neg-8 {
    margin-left: calc(-1 * 3.125rem);
  }
  .has-mx-md-neg-8,
  .has-mr-md-neg-8,
  .has-m-md-neg-8 {
    margin-right: calc(-1 * 3.125rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-9,
  .has-pt-md-9,
  .has-p-md-9 {
    padding-top: 4rem;
  }
  .has-py-md-9,
  .has-pb-md-9,
  .has-p-md-9 {
    padding-bottom: 4rem;
  }
  .has-px-md-9,
  .has-pl-md-9,
  .has-p-md-9 {
    padding-left: 4rem;
  }
  .has-px-md-9,
  .has-pr-md-9,
  .has-p-md-9 {
    padding-right: 4rem;
  }
  .has-my-md-9,
  .has-mt-md-9,
  .has-m-md-9 {
    margin-top: 4rem;
  }
  .has-my-md-9,
  .has-mb-md-9,
  .has-m-md-9 {
    margin-bottom: 4rem;
  }
  .has-mx-md-9,
  .has-ml-md-9,
  .has-m-md-9 {
    margin-left: 4rem;
  }
  .has-mx-md-9,
  .has-mr-md-9,
  .has-m-md-9 {
    margin-right: 4rem;
  }
  .has-my-md-neg-9,
  .has-mt-md-neg-9,
  .has-m-md-neg-9 {
    margin-top: calc(-1 * 4rem);
  }
  .has-my-md-neg-9,
  .has-mb-md-neg-9,
  .has-m-md-neg-9 {
    margin-bottom: calc(-1 * 4rem);
  }
  .has-mx-md-neg-9,
  .has-ml-md-neg-9,
  .has-m-md-neg-9 {
    margin-left: calc(-1 * 4rem);
  }
  .has-mx-md-neg-9,
  .has-mr-md-neg-9,
  .has-m-md-neg-9 {
    margin-right: calc(-1 * 4rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-10,
  .has-pt-md-10,
  .has-p-md-10 {
    padding-top: 0.625rem;
  }
  .has-py-md-10,
  .has-pb-md-10,
  .has-p-md-10 {
    padding-bottom: 0.625rem;
  }
  .has-px-md-10,
  .has-pl-md-10,
  .has-p-md-10 {
    padding-left: 0.625rem;
  }
  .has-px-md-10,
  .has-pr-md-10,
  .has-p-md-10 {
    padding-right: 0.625rem;
  }
  .has-my-md-10,
  .has-mt-md-10,
  .has-m-md-10 {
    margin-top: 0.625rem;
  }
  .has-my-md-10,
  .has-mb-md-10,
  .has-m-md-10 {
    margin-bottom: 0.625rem;
  }
  .has-mx-md-10,
  .has-ml-md-10,
  .has-m-md-10 {
    margin-left: 0.625rem;
  }
  .has-mx-md-10,
  .has-mr-md-10,
  .has-m-md-10 {
    margin-right: 0.625rem;
  }
  .has-my-md-neg-10,
  .has-mt-md-neg-10,
  .has-m-md-neg-10 {
    margin-top: calc(-1 * 0.625rem);
  }
  .has-my-md-neg-10,
  .has-mb-md-neg-10,
  .has-m-md-neg-10 {
    margin-bottom: calc(-1 * 0.625rem);
  }
  .has-mx-md-neg-10,
  .has-ml-md-neg-10,
  .has-m-md-neg-10 {
    margin-left: calc(-1 * 0.625rem);
  }
  .has-mx-md-neg-10,
  .has-mr-md-neg-10,
  .has-m-md-neg-10 {
    margin-right: calc(-1 * 0.625rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-11,
  .has-pt-md-11,
  .has-p-md-11 {
    padding-top: 5rem;
  }
  .has-py-md-11,
  .has-pb-md-11,
  .has-p-md-11 {
    padding-bottom: 5rem;
  }
  .has-px-md-11,
  .has-pl-md-11,
  .has-p-md-11 {
    padding-left: 5rem;
  }
  .has-px-md-11,
  .has-pr-md-11,
  .has-p-md-11 {
    padding-right: 5rem;
  }
  .has-my-md-11,
  .has-mt-md-11,
  .has-m-md-11 {
    margin-top: 5rem;
  }
  .has-my-md-11,
  .has-mb-md-11,
  .has-m-md-11 {
    margin-bottom: 5rem;
  }
  .has-mx-md-11,
  .has-ml-md-11,
  .has-m-md-11 {
    margin-left: 5rem;
  }
  .has-mx-md-11,
  .has-mr-md-11,
  .has-m-md-11 {
    margin-right: 5rem;
  }
  .has-my-md-neg-11,
  .has-mt-md-neg-11,
  .has-m-md-neg-11 {
    margin-top: calc(-1 * 5rem);
  }
  .has-my-md-neg-11,
  .has-mb-md-neg-11,
  .has-m-md-neg-11 {
    margin-bottom: calc(-1 * 5rem);
  }
  .has-mx-md-neg-11,
  .has-ml-md-neg-11,
  .has-m-md-neg-11 {
    margin-left: calc(-1 * 5rem);
  }
  .has-mx-md-neg-11,
  .has-mr-md-neg-11,
  .has-m-md-neg-11 {
    margin-right: calc(-1 * 5rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-12,
  .has-pt-md-12,
  .has-p-md-12 {
    padding-top: 1.625rem;
  }
  .has-py-md-12,
  .has-pb-md-12,
  .has-p-md-12 {
    padding-bottom: 1.625rem;
  }
  .has-px-md-12,
  .has-pl-md-12,
  .has-p-md-12 {
    padding-left: 1.625rem;
  }
  .has-px-md-12,
  .has-pr-md-12,
  .has-p-md-12 {
    padding-right: 1.625rem;
  }
  .has-my-md-12,
  .has-mt-md-12,
  .has-m-md-12 {
    margin-top: 1.625rem;
  }
  .has-my-md-12,
  .has-mb-md-12,
  .has-m-md-12 {
    margin-bottom: 1.625rem;
  }
  .has-mx-md-12,
  .has-ml-md-12,
  .has-m-md-12 {
    margin-left: 1.625rem;
  }
  .has-mx-md-12,
  .has-mr-md-12,
  .has-m-md-12 {
    margin-right: 1.625rem;
  }
  .has-my-md-neg-12,
  .has-mt-md-neg-12,
  .has-m-md-neg-12 {
    margin-top: calc(-1 * 1.625rem);
  }
  .has-my-md-neg-12,
  .has-mb-md-neg-12,
  .has-m-md-neg-12 {
    margin-bottom: calc(-1 * 1.625rem);
  }
  .has-mx-md-neg-12,
  .has-ml-md-neg-12,
  .has-m-md-neg-12 {
    margin-left: calc(-1 * 1.625rem);
  }
  .has-mx-md-neg-12,
  .has-mr-md-neg-12,
  .has-m-md-neg-12 {
    margin-right: calc(-1 * 1.625rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-field,
  .has-pt-md-field,
  .has-p-md-field {
    padding-top: 30rem;
  }
  .has-py-md-field,
  .has-pb-md-field,
  .has-p-md-field {
    padding-bottom: 30rem;
  }
  .has-px-md-field,
  .has-pl-md-field,
  .has-p-md-field {
    padding-left: 30rem;
  }
  .has-px-md-field,
  .has-pr-md-field,
  .has-p-md-field {
    padding-right: 30rem;
  }
  .has-my-md-field,
  .has-mt-md-field,
  .has-m-md-field {
    margin-top: 30rem;
  }
  .has-my-md-field,
  .has-mb-md-field,
  .has-m-md-field {
    margin-bottom: 30rem;
  }
  .has-mx-md-field,
  .has-ml-md-field,
  .has-m-md-field {
    margin-left: 30rem;
  }
  .has-mx-md-field,
  .has-mr-md-field,
  .has-m-md-field {
    margin-right: 30rem;
  }
  .has-my-md-neg-field,
  .has-mt-md-neg-field,
  .has-m-md-neg-field {
    margin-top: calc(-1 * 30rem);
  }
  .has-my-md-neg-field,
  .has-mb-md-neg-field,
  .has-m-md-neg-field {
    margin-bottom: calc(-1 * 30rem);
  }
  .has-mx-md-neg-field,
  .has-ml-md-neg-field,
  .has-m-md-neg-field {
    margin-left: calc(-1 * 30rem);
  }
  .has-mx-md-neg-field,
  .has-mr-md-neg-field,
  .has-m-md-neg-field {
    margin-right: calc(-1 * 30rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-smallfield,
  .has-pt-md-smallfield,
  .has-p-md-smallfield {
    padding-top: 10rem;
  }
  .has-py-md-smallfield,
  .has-pb-md-smallfield,
  .has-p-md-smallfield {
    padding-bottom: 10rem;
  }
  .has-px-md-smallfield,
  .has-pl-md-smallfield,
  .has-p-md-smallfield {
    padding-left: 10rem;
  }
  .has-px-md-smallfield,
  .has-pr-md-smallfield,
  .has-p-md-smallfield {
    padding-right: 10rem;
  }
  .has-my-md-smallfield,
  .has-mt-md-smallfield,
  .has-m-md-smallfield {
    margin-top: 10rem;
  }
  .has-my-md-smallfield,
  .has-mb-md-smallfield,
  .has-m-md-smallfield {
    margin-bottom: 10rem;
  }
  .has-mx-md-smallfield,
  .has-ml-md-smallfield,
  .has-m-md-smallfield {
    margin-left: 10rem;
  }
  .has-mx-md-smallfield,
  .has-mr-md-smallfield,
  .has-m-md-smallfield {
    margin-right: 10rem;
  }
  .has-my-md-neg-smallfield,
  .has-mt-md-neg-smallfield,
  .has-m-md-neg-smallfield {
    margin-top: calc(-1 * 10rem);
  }
  .has-my-md-neg-smallfield,
  .has-mb-md-neg-smallfield,
  .has-m-md-neg-smallfield {
    margin-bottom: calc(-1 * 10rem);
  }
  .has-mx-md-neg-smallfield,
  .has-ml-md-neg-smallfield,
  .has-m-md-neg-smallfield {
    margin-left: calc(-1 * 10rem);
  }
  .has-mx-md-neg-smallfield,
  .has-mr-md-neg-smallfield,
  .has-m-md-neg-smallfield {
    margin-right: calc(-1 * 10rem);
  }
}
@media only screen and (min-width: 900px) {
  .has-py-md-gap,
  .has-pt-md-gap,
  .has-p-md-gap {
    padding-top: 1rem;
  }
  .has-py-md-gap,
  .has-pb-md-gap,
  .has-p-md-gap {
    padding-bottom: 1rem;
  }
  .has-px-md-gap,
  .has-pl-md-gap,
  .has-p-md-gap {
    padding-left: 1rem;
  }
  .has-px-md-gap,
  .has-pr-md-gap,
  .has-p-md-gap {
    padding-right: 1rem;
  }
  .has-my-md-gap,
  .has-mt-md-gap,
  .has-m-md-gap {
    margin-top: 1rem;
  }
  .has-my-md-gap,
  .has-mb-md-gap,
  .has-m-md-gap {
    margin-bottom: 1rem;
  }
  .has-mx-md-gap,
  .has-ml-md-gap,
  .has-m-md-gap {
    margin-left: 1rem;
  }
  .has-mx-md-gap,
  .has-mr-md-gap,
  .has-m-md-gap {
    margin-right: 1rem;
  }
  .has-my-md-neg-gap,
  .has-mt-md-neg-gap,
  .has-m-md-neg-gap {
    margin-top: calc(-1 * 1rem);
  }
  .has-my-md-neg-gap,
  .has-mb-md-neg-gap,
  .has-m-md-neg-gap {
    margin-bottom: calc(-1 * 1rem);
  }
  .has-mx-md-neg-gap,
  .has-ml-md-neg-gap,
  .has-m-md-neg-gap {
    margin-left: calc(-1 * 1rem);
  }
  .has-mx-md-neg-gap,
  .has-mr-md-neg-gap,
  .has-m-md-neg-gap {
    margin-right: calc(-1 * 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-0,
  .has-pt-lg-0,
  .has-p-lg-0 {
    padding-top: 0;
  }
  .has-py-lg-0,
  .has-pb-lg-0,
  .has-p-lg-0 {
    padding-bottom: 0;
  }
  .has-px-lg-0,
  .has-pl-lg-0,
  .has-p-lg-0 {
    padding-left: 0;
  }
  .has-px-lg-0,
  .has-pr-lg-0,
  .has-p-lg-0 {
    padding-right: 0;
  }
  .has-my-lg-0,
  .has-mt-lg-0,
  .has-m-lg-0 {
    margin-top: 0;
  }
  .has-my-lg-0,
  .has-mb-lg-0,
  .has-m-lg-0 {
    margin-bottom: 0;
  }
  .has-mx-lg-0,
  .has-ml-lg-0,
  .has-m-lg-0 {
    margin-left: 0;
  }
  .has-mx-lg-0,
  .has-mr-lg-0,
  .has-m-lg-0 {
    margin-right: 0;
  }
  .has-my-lg-neg-0,
  .has-mt-lg-neg-0,
  .has-m-lg-neg-0 {
    margin-top: calc(-1 * 0);
  }
  .has-my-lg-neg-0,
  .has-mb-lg-neg-0,
  .has-m-lg-neg-0 {
    margin-bottom: calc(-1 * 0);
  }
  .has-mx-lg-neg-0,
  .has-ml-lg-neg-0,
  .has-m-lg-neg-0 {
    margin-left: calc(-1 * 0);
  }
  .has-mx-lg-neg-0,
  .has-mr-lg-neg-0,
  .has-m-lg-neg-0 {
    margin-right: calc(-1 * 0);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-1,
  .has-pt-lg-1,
  .has-p-lg-1 {
    padding-top: 0.25rem;
  }
  .has-py-lg-1,
  .has-pb-lg-1,
  .has-p-lg-1 {
    padding-bottom: 0.25rem;
  }
  .has-px-lg-1,
  .has-pl-lg-1,
  .has-p-lg-1 {
    padding-left: 0.25rem;
  }
  .has-px-lg-1,
  .has-pr-lg-1,
  .has-p-lg-1 {
    padding-right: 0.25rem;
  }
  .has-my-lg-1,
  .has-mt-lg-1,
  .has-m-lg-1 {
    margin-top: 0.25rem;
  }
  .has-my-lg-1,
  .has-mb-lg-1,
  .has-m-lg-1 {
    margin-bottom: 0.25rem;
  }
  .has-mx-lg-1,
  .has-ml-lg-1,
  .has-m-lg-1 {
    margin-left: 0.25rem;
  }
  .has-mx-lg-1,
  .has-mr-lg-1,
  .has-m-lg-1 {
    margin-right: 0.25rem;
  }
  .has-my-lg-neg-1,
  .has-mt-lg-neg-1,
  .has-m-lg-neg-1 {
    margin-top: calc(-1 * 0.25rem);
  }
  .has-my-lg-neg-1,
  .has-mb-lg-neg-1,
  .has-m-lg-neg-1 {
    margin-bottom: calc(-1 * 0.25rem);
  }
  .has-mx-lg-neg-1,
  .has-ml-lg-neg-1,
  .has-m-lg-neg-1 {
    margin-left: calc(-1 * 0.25rem);
  }
  .has-mx-lg-neg-1,
  .has-mr-lg-neg-1,
  .has-m-lg-neg-1 {
    margin-right: calc(-1 * 0.25rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-2,
  .has-pt-lg-2,
  .has-p-lg-2 {
    padding-top: 0.5rem;
  }
  .has-py-lg-2,
  .has-pb-lg-2,
  .has-p-lg-2 {
    padding-bottom: 0.5rem;
  }
  .has-px-lg-2,
  .has-pl-lg-2,
  .has-p-lg-2 {
    padding-left: 0.5rem;
  }
  .has-px-lg-2,
  .has-pr-lg-2,
  .has-p-lg-2 {
    padding-right: 0.5rem;
  }
  .has-my-lg-2,
  .has-mt-lg-2,
  .has-m-lg-2 {
    margin-top: 0.5rem;
  }
  .has-my-lg-2,
  .has-mb-lg-2,
  .has-m-lg-2 {
    margin-bottom: 0.5rem;
  }
  .has-mx-lg-2,
  .has-ml-lg-2,
  .has-m-lg-2 {
    margin-left: 0.5rem;
  }
  .has-mx-lg-2,
  .has-mr-lg-2,
  .has-m-lg-2 {
    margin-right: 0.5rem;
  }
  .has-my-lg-neg-2,
  .has-mt-lg-neg-2,
  .has-m-lg-neg-2 {
    margin-top: calc(-1 * 0.5rem);
  }
  .has-my-lg-neg-2,
  .has-mb-lg-neg-2,
  .has-m-lg-neg-2 {
    margin-bottom: calc(-1 * 0.5rem);
  }
  .has-mx-lg-neg-2,
  .has-ml-lg-neg-2,
  .has-m-lg-neg-2 {
    margin-left: calc(-1 * 0.5rem);
  }
  .has-mx-lg-neg-2,
  .has-mr-lg-neg-2,
  .has-m-lg-neg-2 {
    margin-right: calc(-1 * 0.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-3,
  .has-pt-lg-3,
  .has-p-lg-3 {
    padding-top: 0.75rem;
  }
  .has-py-lg-3,
  .has-pb-lg-3,
  .has-p-lg-3 {
    padding-bottom: 0.75rem;
  }
  .has-px-lg-3,
  .has-pl-lg-3,
  .has-p-lg-3 {
    padding-left: 0.75rem;
  }
  .has-px-lg-3,
  .has-pr-lg-3,
  .has-p-lg-3 {
    padding-right: 0.75rem;
  }
  .has-my-lg-3,
  .has-mt-lg-3,
  .has-m-lg-3 {
    margin-top: 0.75rem;
  }
  .has-my-lg-3,
  .has-mb-lg-3,
  .has-m-lg-3 {
    margin-bottom: 0.75rem;
  }
  .has-mx-lg-3,
  .has-ml-lg-3,
  .has-m-lg-3 {
    margin-left: 0.75rem;
  }
  .has-mx-lg-3,
  .has-mr-lg-3,
  .has-m-lg-3 {
    margin-right: 0.75rem;
  }
  .has-my-lg-neg-3,
  .has-mt-lg-neg-3,
  .has-m-lg-neg-3 {
    margin-top: calc(-1 * 0.75rem);
  }
  .has-my-lg-neg-3,
  .has-mb-lg-neg-3,
  .has-m-lg-neg-3 {
    margin-bottom: calc(-1 * 0.75rem);
  }
  .has-mx-lg-neg-3,
  .has-ml-lg-neg-3,
  .has-m-lg-neg-3 {
    margin-left: calc(-1 * 0.75rem);
  }
  .has-mx-lg-neg-3,
  .has-mr-lg-neg-3,
  .has-m-lg-neg-3 {
    margin-right: calc(-1 * 0.75rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-4,
  .has-pt-lg-4,
  .has-p-lg-4 {
    padding-top: 1.25rem;
  }
  .has-py-lg-4,
  .has-pb-lg-4,
  .has-p-lg-4 {
    padding-bottom: 1.25rem;
  }
  .has-px-lg-4,
  .has-pl-lg-4,
  .has-p-lg-4 {
    padding-left: 1.25rem;
  }
  .has-px-lg-4,
  .has-pr-lg-4,
  .has-p-lg-4 {
    padding-right: 1.25rem;
  }
  .has-my-lg-4,
  .has-mt-lg-4,
  .has-m-lg-4 {
    margin-top: 1.25rem;
  }
  .has-my-lg-4,
  .has-mb-lg-4,
  .has-m-lg-4 {
    margin-bottom: 1.25rem;
  }
  .has-mx-lg-4,
  .has-ml-lg-4,
  .has-m-lg-4 {
    margin-left: 1.25rem;
  }
  .has-mx-lg-4,
  .has-mr-lg-4,
  .has-m-lg-4 {
    margin-right: 1.25rem;
  }
  .has-my-lg-neg-4,
  .has-mt-lg-neg-4,
  .has-m-lg-neg-4 {
    margin-top: calc(-1 * 1.25rem);
  }
  .has-my-lg-neg-4,
  .has-mb-lg-neg-4,
  .has-m-lg-neg-4 {
    margin-bottom: calc(-1 * 1.25rem);
  }
  .has-mx-lg-neg-4,
  .has-ml-lg-neg-4,
  .has-m-lg-neg-4 {
    margin-left: calc(-1 * 1.25rem);
  }
  .has-mx-lg-neg-4,
  .has-mr-lg-neg-4,
  .has-m-lg-neg-4 {
    margin-right: calc(-1 * 1.25rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-5,
  .has-pt-lg-5,
  .has-p-lg-5 {
    padding-top: 1.5rem;
  }
  .has-py-lg-5,
  .has-pb-lg-5,
  .has-p-lg-5 {
    padding-bottom: 1.5rem;
  }
  .has-px-lg-5,
  .has-pl-lg-5,
  .has-p-lg-5 {
    padding-left: 1.5rem;
  }
  .has-px-lg-5,
  .has-pr-lg-5,
  .has-p-lg-5 {
    padding-right: 1.5rem;
  }
  .has-my-lg-5,
  .has-mt-lg-5,
  .has-m-lg-5 {
    margin-top: 1.5rem;
  }
  .has-my-lg-5,
  .has-mb-lg-5,
  .has-m-lg-5 {
    margin-bottom: 1.5rem;
  }
  .has-mx-lg-5,
  .has-ml-lg-5,
  .has-m-lg-5 {
    margin-left: 1.5rem;
  }
  .has-mx-lg-5,
  .has-mr-lg-5,
  .has-m-lg-5 {
    margin-right: 1.5rem;
  }
  .has-my-lg-neg-5,
  .has-mt-lg-neg-5,
  .has-m-lg-neg-5 {
    margin-top: calc(-1 * 1.5rem);
  }
  .has-my-lg-neg-5,
  .has-mb-lg-neg-5,
  .has-m-lg-neg-5 {
    margin-bottom: calc(-1 * 1.5rem);
  }
  .has-mx-lg-neg-5,
  .has-ml-lg-neg-5,
  .has-m-lg-neg-5 {
    margin-left: calc(-1 * 1.5rem);
  }
  .has-mx-lg-neg-5,
  .has-mr-lg-neg-5,
  .has-m-lg-neg-5 {
    margin-right: calc(-1 * 1.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-6,
  .has-pt-lg-6,
  .has-p-lg-6 {
    padding-top: 1.875rem;
  }
  .has-py-lg-6,
  .has-pb-lg-6,
  .has-p-lg-6 {
    padding-bottom: 1.875rem;
  }
  .has-px-lg-6,
  .has-pl-lg-6,
  .has-p-lg-6 {
    padding-left: 1.875rem;
  }
  .has-px-lg-6,
  .has-pr-lg-6,
  .has-p-lg-6 {
    padding-right: 1.875rem;
  }
  .has-my-lg-6,
  .has-mt-lg-6,
  .has-m-lg-6 {
    margin-top: 1.875rem;
  }
  .has-my-lg-6,
  .has-mb-lg-6,
  .has-m-lg-6 {
    margin-bottom: 1.875rem;
  }
  .has-mx-lg-6,
  .has-ml-lg-6,
  .has-m-lg-6 {
    margin-left: 1.875rem;
  }
  .has-mx-lg-6,
  .has-mr-lg-6,
  .has-m-lg-6 {
    margin-right: 1.875rem;
  }
  .has-my-lg-neg-6,
  .has-mt-lg-neg-6,
  .has-m-lg-neg-6 {
    margin-top: calc(-1 * 1.875rem);
  }
  .has-my-lg-neg-6,
  .has-mb-lg-neg-6,
  .has-m-lg-neg-6 {
    margin-bottom: calc(-1 * 1.875rem);
  }
  .has-mx-lg-neg-6,
  .has-ml-lg-neg-6,
  .has-m-lg-neg-6 {
    margin-left: calc(-1 * 1.875rem);
  }
  .has-mx-lg-neg-6,
  .has-mr-lg-neg-6,
  .has-m-lg-neg-6 {
    margin-right: calc(-1 * 1.875rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-7,
  .has-pt-lg-7,
  .has-p-lg-7 {
    padding-top: 2.5rem;
  }
  .has-py-lg-7,
  .has-pb-lg-7,
  .has-p-lg-7 {
    padding-bottom: 2.5rem;
  }
  .has-px-lg-7,
  .has-pl-lg-7,
  .has-p-lg-7 {
    padding-left: 2.5rem;
  }
  .has-px-lg-7,
  .has-pr-lg-7,
  .has-p-lg-7 {
    padding-right: 2.5rem;
  }
  .has-my-lg-7,
  .has-mt-lg-7,
  .has-m-lg-7 {
    margin-top: 2.5rem;
  }
  .has-my-lg-7,
  .has-mb-lg-7,
  .has-m-lg-7 {
    margin-bottom: 2.5rem;
  }
  .has-mx-lg-7,
  .has-ml-lg-7,
  .has-m-lg-7 {
    margin-left: 2.5rem;
  }
  .has-mx-lg-7,
  .has-mr-lg-7,
  .has-m-lg-7 {
    margin-right: 2.5rem;
  }
  .has-my-lg-neg-7,
  .has-mt-lg-neg-7,
  .has-m-lg-neg-7 {
    margin-top: calc(-1 * 2.5rem);
  }
  .has-my-lg-neg-7,
  .has-mb-lg-neg-7,
  .has-m-lg-neg-7 {
    margin-bottom: calc(-1 * 2.5rem);
  }
  .has-mx-lg-neg-7,
  .has-ml-lg-neg-7,
  .has-m-lg-neg-7 {
    margin-left: calc(-1 * 2.5rem);
  }
  .has-mx-lg-neg-7,
  .has-mr-lg-neg-7,
  .has-m-lg-neg-7 {
    margin-right: calc(-1 * 2.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-8,
  .has-pt-lg-8,
  .has-p-lg-8 {
    padding-top: 3.125rem;
  }
  .has-py-lg-8,
  .has-pb-lg-8,
  .has-p-lg-8 {
    padding-bottom: 3.125rem;
  }
  .has-px-lg-8,
  .has-pl-lg-8,
  .has-p-lg-8 {
    padding-left: 3.125rem;
  }
  .has-px-lg-8,
  .has-pr-lg-8,
  .has-p-lg-8 {
    padding-right: 3.125rem;
  }
  .has-my-lg-8,
  .has-mt-lg-8,
  .has-m-lg-8 {
    margin-top: 3.125rem;
  }
  .has-my-lg-8,
  .has-mb-lg-8,
  .has-m-lg-8 {
    margin-bottom: 3.125rem;
  }
  .has-mx-lg-8,
  .has-ml-lg-8,
  .has-m-lg-8 {
    margin-left: 3.125rem;
  }
  .has-mx-lg-8,
  .has-mr-lg-8,
  .has-m-lg-8 {
    margin-right: 3.125rem;
  }
  .has-my-lg-neg-8,
  .has-mt-lg-neg-8,
  .has-m-lg-neg-8 {
    margin-top: calc(-1 * 3.125rem);
  }
  .has-my-lg-neg-8,
  .has-mb-lg-neg-8,
  .has-m-lg-neg-8 {
    margin-bottom: calc(-1 * 3.125rem);
  }
  .has-mx-lg-neg-8,
  .has-ml-lg-neg-8,
  .has-m-lg-neg-8 {
    margin-left: calc(-1 * 3.125rem);
  }
  .has-mx-lg-neg-8,
  .has-mr-lg-neg-8,
  .has-m-lg-neg-8 {
    margin-right: calc(-1 * 3.125rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-9,
  .has-pt-lg-9,
  .has-p-lg-9 {
    padding-top: 4rem;
  }
  .has-py-lg-9,
  .has-pb-lg-9,
  .has-p-lg-9 {
    padding-bottom: 4rem;
  }
  .has-px-lg-9,
  .has-pl-lg-9,
  .has-p-lg-9 {
    padding-left: 4rem;
  }
  .has-px-lg-9,
  .has-pr-lg-9,
  .has-p-lg-9 {
    padding-right: 4rem;
  }
  .has-my-lg-9,
  .has-mt-lg-9,
  .has-m-lg-9 {
    margin-top: 4rem;
  }
  .has-my-lg-9,
  .has-mb-lg-9,
  .has-m-lg-9 {
    margin-bottom: 4rem;
  }
  .has-mx-lg-9,
  .has-ml-lg-9,
  .has-m-lg-9 {
    margin-left: 4rem;
  }
  .has-mx-lg-9,
  .has-mr-lg-9,
  .has-m-lg-9 {
    margin-right: 4rem;
  }
  .has-my-lg-neg-9,
  .has-mt-lg-neg-9,
  .has-m-lg-neg-9 {
    margin-top: calc(-1 * 4rem);
  }
  .has-my-lg-neg-9,
  .has-mb-lg-neg-9,
  .has-m-lg-neg-9 {
    margin-bottom: calc(-1 * 4rem);
  }
  .has-mx-lg-neg-9,
  .has-ml-lg-neg-9,
  .has-m-lg-neg-9 {
    margin-left: calc(-1 * 4rem);
  }
  .has-mx-lg-neg-9,
  .has-mr-lg-neg-9,
  .has-m-lg-neg-9 {
    margin-right: calc(-1 * 4rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-10,
  .has-pt-lg-10,
  .has-p-lg-10 {
    padding-top: 0.625rem;
  }
  .has-py-lg-10,
  .has-pb-lg-10,
  .has-p-lg-10 {
    padding-bottom: 0.625rem;
  }
  .has-px-lg-10,
  .has-pl-lg-10,
  .has-p-lg-10 {
    padding-left: 0.625rem;
  }
  .has-px-lg-10,
  .has-pr-lg-10,
  .has-p-lg-10 {
    padding-right: 0.625rem;
  }
  .has-my-lg-10,
  .has-mt-lg-10,
  .has-m-lg-10 {
    margin-top: 0.625rem;
  }
  .has-my-lg-10,
  .has-mb-lg-10,
  .has-m-lg-10 {
    margin-bottom: 0.625rem;
  }
  .has-mx-lg-10,
  .has-ml-lg-10,
  .has-m-lg-10 {
    margin-left: 0.625rem;
  }
  .has-mx-lg-10,
  .has-mr-lg-10,
  .has-m-lg-10 {
    margin-right: 0.625rem;
  }
  .has-my-lg-neg-10,
  .has-mt-lg-neg-10,
  .has-m-lg-neg-10 {
    margin-top: calc(-1 * 0.625rem);
  }
  .has-my-lg-neg-10,
  .has-mb-lg-neg-10,
  .has-m-lg-neg-10 {
    margin-bottom: calc(-1 * 0.625rem);
  }
  .has-mx-lg-neg-10,
  .has-ml-lg-neg-10,
  .has-m-lg-neg-10 {
    margin-left: calc(-1 * 0.625rem);
  }
  .has-mx-lg-neg-10,
  .has-mr-lg-neg-10,
  .has-m-lg-neg-10 {
    margin-right: calc(-1 * 0.625rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-11,
  .has-pt-lg-11,
  .has-p-lg-11 {
    padding-top: 5rem;
  }
  .has-py-lg-11,
  .has-pb-lg-11,
  .has-p-lg-11 {
    padding-bottom: 5rem;
  }
  .has-px-lg-11,
  .has-pl-lg-11,
  .has-p-lg-11 {
    padding-left: 5rem;
  }
  .has-px-lg-11,
  .has-pr-lg-11,
  .has-p-lg-11 {
    padding-right: 5rem;
  }
  .has-my-lg-11,
  .has-mt-lg-11,
  .has-m-lg-11 {
    margin-top: 5rem;
  }
  .has-my-lg-11,
  .has-mb-lg-11,
  .has-m-lg-11 {
    margin-bottom: 5rem;
  }
  .has-mx-lg-11,
  .has-ml-lg-11,
  .has-m-lg-11 {
    margin-left: 5rem;
  }
  .has-mx-lg-11,
  .has-mr-lg-11,
  .has-m-lg-11 {
    margin-right: 5rem;
  }
  .has-my-lg-neg-11,
  .has-mt-lg-neg-11,
  .has-m-lg-neg-11 {
    margin-top: calc(-1 * 5rem);
  }
  .has-my-lg-neg-11,
  .has-mb-lg-neg-11,
  .has-m-lg-neg-11 {
    margin-bottom: calc(-1 * 5rem);
  }
  .has-mx-lg-neg-11,
  .has-ml-lg-neg-11,
  .has-m-lg-neg-11 {
    margin-left: calc(-1 * 5rem);
  }
  .has-mx-lg-neg-11,
  .has-mr-lg-neg-11,
  .has-m-lg-neg-11 {
    margin-right: calc(-1 * 5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-12,
  .has-pt-lg-12,
  .has-p-lg-12 {
    padding-top: 1.625rem;
  }
  .has-py-lg-12,
  .has-pb-lg-12,
  .has-p-lg-12 {
    padding-bottom: 1.625rem;
  }
  .has-px-lg-12,
  .has-pl-lg-12,
  .has-p-lg-12 {
    padding-left: 1.625rem;
  }
  .has-px-lg-12,
  .has-pr-lg-12,
  .has-p-lg-12 {
    padding-right: 1.625rem;
  }
  .has-my-lg-12,
  .has-mt-lg-12,
  .has-m-lg-12 {
    margin-top: 1.625rem;
  }
  .has-my-lg-12,
  .has-mb-lg-12,
  .has-m-lg-12 {
    margin-bottom: 1.625rem;
  }
  .has-mx-lg-12,
  .has-ml-lg-12,
  .has-m-lg-12 {
    margin-left: 1.625rem;
  }
  .has-mx-lg-12,
  .has-mr-lg-12,
  .has-m-lg-12 {
    margin-right: 1.625rem;
  }
  .has-my-lg-neg-12,
  .has-mt-lg-neg-12,
  .has-m-lg-neg-12 {
    margin-top: calc(-1 * 1.625rem);
  }
  .has-my-lg-neg-12,
  .has-mb-lg-neg-12,
  .has-m-lg-neg-12 {
    margin-bottom: calc(-1 * 1.625rem);
  }
  .has-mx-lg-neg-12,
  .has-ml-lg-neg-12,
  .has-m-lg-neg-12 {
    margin-left: calc(-1 * 1.625rem);
  }
  .has-mx-lg-neg-12,
  .has-mr-lg-neg-12,
  .has-m-lg-neg-12 {
    margin-right: calc(-1 * 1.625rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-field,
  .has-pt-lg-field,
  .has-p-lg-field {
    padding-top: 30rem;
  }
  .has-py-lg-field,
  .has-pb-lg-field,
  .has-p-lg-field {
    padding-bottom: 30rem;
  }
  .has-px-lg-field,
  .has-pl-lg-field,
  .has-p-lg-field {
    padding-left: 30rem;
  }
  .has-px-lg-field,
  .has-pr-lg-field,
  .has-p-lg-field {
    padding-right: 30rem;
  }
  .has-my-lg-field,
  .has-mt-lg-field,
  .has-m-lg-field {
    margin-top: 30rem;
  }
  .has-my-lg-field,
  .has-mb-lg-field,
  .has-m-lg-field {
    margin-bottom: 30rem;
  }
  .has-mx-lg-field,
  .has-ml-lg-field,
  .has-m-lg-field {
    margin-left: 30rem;
  }
  .has-mx-lg-field,
  .has-mr-lg-field,
  .has-m-lg-field {
    margin-right: 30rem;
  }
  .has-my-lg-neg-field,
  .has-mt-lg-neg-field,
  .has-m-lg-neg-field {
    margin-top: calc(-1 * 30rem);
  }
  .has-my-lg-neg-field,
  .has-mb-lg-neg-field,
  .has-m-lg-neg-field {
    margin-bottom: calc(-1 * 30rem);
  }
  .has-mx-lg-neg-field,
  .has-ml-lg-neg-field,
  .has-m-lg-neg-field {
    margin-left: calc(-1 * 30rem);
  }
  .has-mx-lg-neg-field,
  .has-mr-lg-neg-field,
  .has-m-lg-neg-field {
    margin-right: calc(-1 * 30rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-smallfield,
  .has-pt-lg-smallfield,
  .has-p-lg-smallfield {
    padding-top: 10rem;
  }
  .has-py-lg-smallfield,
  .has-pb-lg-smallfield,
  .has-p-lg-smallfield {
    padding-bottom: 10rem;
  }
  .has-px-lg-smallfield,
  .has-pl-lg-smallfield,
  .has-p-lg-smallfield {
    padding-left: 10rem;
  }
  .has-px-lg-smallfield,
  .has-pr-lg-smallfield,
  .has-p-lg-smallfield {
    padding-right: 10rem;
  }
  .has-my-lg-smallfield,
  .has-mt-lg-smallfield,
  .has-m-lg-smallfield {
    margin-top: 10rem;
  }
  .has-my-lg-smallfield,
  .has-mb-lg-smallfield,
  .has-m-lg-smallfield {
    margin-bottom: 10rem;
  }
  .has-mx-lg-smallfield,
  .has-ml-lg-smallfield,
  .has-m-lg-smallfield {
    margin-left: 10rem;
  }
  .has-mx-lg-smallfield,
  .has-mr-lg-smallfield,
  .has-m-lg-smallfield {
    margin-right: 10rem;
  }
  .has-my-lg-neg-smallfield,
  .has-mt-lg-neg-smallfield,
  .has-m-lg-neg-smallfield {
    margin-top: calc(-1 * 10rem);
  }
  .has-my-lg-neg-smallfield,
  .has-mb-lg-neg-smallfield,
  .has-m-lg-neg-smallfield {
    margin-bottom: calc(-1 * 10rem);
  }
  .has-mx-lg-neg-smallfield,
  .has-ml-lg-neg-smallfield,
  .has-m-lg-neg-smallfield {
    margin-left: calc(-1 * 10rem);
  }
  .has-mx-lg-neg-smallfield,
  .has-mr-lg-neg-smallfield,
  .has-m-lg-neg-smallfield {
    margin-right: calc(-1 * 10rem);
  }
}
@media only screen and (min-width: 1200px) {
  .has-py-lg-gap,
  .has-pt-lg-gap,
  .has-p-lg-gap {
    padding-top: 1rem;
  }
  .has-py-lg-gap,
  .has-pb-lg-gap,
  .has-p-lg-gap {
    padding-bottom: 1rem;
  }
  .has-px-lg-gap,
  .has-pl-lg-gap,
  .has-p-lg-gap {
    padding-left: 1rem;
  }
  .has-px-lg-gap,
  .has-pr-lg-gap,
  .has-p-lg-gap {
    padding-right: 1rem;
  }
  .has-my-lg-gap,
  .has-mt-lg-gap,
  .has-m-lg-gap {
    margin-top: 1rem;
  }
  .has-my-lg-gap,
  .has-mb-lg-gap,
  .has-m-lg-gap {
    margin-bottom: 1rem;
  }
  .has-mx-lg-gap,
  .has-ml-lg-gap,
  .has-m-lg-gap {
    margin-left: 1rem;
  }
  .has-mx-lg-gap,
  .has-mr-lg-gap,
  .has-m-lg-gap {
    margin-right: 1rem;
  }
  .has-my-lg-neg-gap,
  .has-mt-lg-neg-gap,
  .has-m-lg-neg-gap {
    margin-top: calc(-1 * 1rem);
  }
  .has-my-lg-neg-gap,
  .has-mb-lg-neg-gap,
  .has-m-lg-neg-gap {
    margin-bottom: calc(-1 * 1rem);
  }
  .has-mx-lg-neg-gap,
  .has-ml-lg-neg-gap,
  .has-m-lg-neg-gap {
    margin-left: calc(-1 * 1rem);
  }
  .has-mx-lg-neg-gap,
  .has-mr-lg-neg-gap,
  .has-m-lg-neg-gap {
    margin-right: calc(-1 * 1rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-0,
  .has-pt-xl-0,
  .has-p-xl-0 {
    padding-top: 0;
  }
  .has-py-xl-0,
  .has-pb-xl-0,
  .has-p-xl-0 {
    padding-bottom: 0;
  }
  .has-px-xl-0,
  .has-pl-xl-0,
  .has-p-xl-0 {
    padding-left: 0;
  }
  .has-px-xl-0,
  .has-pr-xl-0,
  .has-p-xl-0 {
    padding-right: 0;
  }
  .has-my-xl-0,
  .has-mt-xl-0,
  .has-m-xl-0 {
    margin-top: 0;
  }
  .has-my-xl-0,
  .has-mb-xl-0,
  .has-m-xl-0 {
    margin-bottom: 0;
  }
  .has-mx-xl-0,
  .has-ml-xl-0,
  .has-m-xl-0 {
    margin-left: 0;
  }
  .has-mx-xl-0,
  .has-mr-xl-0,
  .has-m-xl-0 {
    margin-right: 0;
  }
  .has-my-xl-neg-0,
  .has-mt-xl-neg-0,
  .has-m-xl-neg-0 {
    margin-top: calc(-1 * 0);
  }
  .has-my-xl-neg-0,
  .has-mb-xl-neg-0,
  .has-m-xl-neg-0 {
    margin-bottom: calc(-1 * 0);
  }
  .has-mx-xl-neg-0,
  .has-ml-xl-neg-0,
  .has-m-xl-neg-0 {
    margin-left: calc(-1 * 0);
  }
  .has-mx-xl-neg-0,
  .has-mr-xl-neg-0,
  .has-m-xl-neg-0 {
    margin-right: calc(-1 * 0);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-1,
  .has-pt-xl-1,
  .has-p-xl-1 {
    padding-top: 0.25rem;
  }
  .has-py-xl-1,
  .has-pb-xl-1,
  .has-p-xl-1 {
    padding-bottom: 0.25rem;
  }
  .has-px-xl-1,
  .has-pl-xl-1,
  .has-p-xl-1 {
    padding-left: 0.25rem;
  }
  .has-px-xl-1,
  .has-pr-xl-1,
  .has-p-xl-1 {
    padding-right: 0.25rem;
  }
  .has-my-xl-1,
  .has-mt-xl-1,
  .has-m-xl-1 {
    margin-top: 0.25rem;
  }
  .has-my-xl-1,
  .has-mb-xl-1,
  .has-m-xl-1 {
    margin-bottom: 0.25rem;
  }
  .has-mx-xl-1,
  .has-ml-xl-1,
  .has-m-xl-1 {
    margin-left: 0.25rem;
  }
  .has-mx-xl-1,
  .has-mr-xl-1,
  .has-m-xl-1 {
    margin-right: 0.25rem;
  }
  .has-my-xl-neg-1,
  .has-mt-xl-neg-1,
  .has-m-xl-neg-1 {
    margin-top: calc(-1 * 0.25rem);
  }
  .has-my-xl-neg-1,
  .has-mb-xl-neg-1,
  .has-m-xl-neg-1 {
    margin-bottom: calc(-1 * 0.25rem);
  }
  .has-mx-xl-neg-1,
  .has-ml-xl-neg-1,
  .has-m-xl-neg-1 {
    margin-left: calc(-1 * 0.25rem);
  }
  .has-mx-xl-neg-1,
  .has-mr-xl-neg-1,
  .has-m-xl-neg-1 {
    margin-right: calc(-1 * 0.25rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-2,
  .has-pt-xl-2,
  .has-p-xl-2 {
    padding-top: 0.5rem;
  }
  .has-py-xl-2,
  .has-pb-xl-2,
  .has-p-xl-2 {
    padding-bottom: 0.5rem;
  }
  .has-px-xl-2,
  .has-pl-xl-2,
  .has-p-xl-2 {
    padding-left: 0.5rem;
  }
  .has-px-xl-2,
  .has-pr-xl-2,
  .has-p-xl-2 {
    padding-right: 0.5rem;
  }
  .has-my-xl-2,
  .has-mt-xl-2,
  .has-m-xl-2 {
    margin-top: 0.5rem;
  }
  .has-my-xl-2,
  .has-mb-xl-2,
  .has-m-xl-2 {
    margin-bottom: 0.5rem;
  }
  .has-mx-xl-2,
  .has-ml-xl-2,
  .has-m-xl-2 {
    margin-left: 0.5rem;
  }
  .has-mx-xl-2,
  .has-mr-xl-2,
  .has-m-xl-2 {
    margin-right: 0.5rem;
  }
  .has-my-xl-neg-2,
  .has-mt-xl-neg-2,
  .has-m-xl-neg-2 {
    margin-top: calc(-1 * 0.5rem);
  }
  .has-my-xl-neg-2,
  .has-mb-xl-neg-2,
  .has-m-xl-neg-2 {
    margin-bottom: calc(-1 * 0.5rem);
  }
  .has-mx-xl-neg-2,
  .has-ml-xl-neg-2,
  .has-m-xl-neg-2 {
    margin-left: calc(-1 * 0.5rem);
  }
  .has-mx-xl-neg-2,
  .has-mr-xl-neg-2,
  .has-m-xl-neg-2 {
    margin-right: calc(-1 * 0.5rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-3,
  .has-pt-xl-3,
  .has-p-xl-3 {
    padding-top: 0.75rem;
  }
  .has-py-xl-3,
  .has-pb-xl-3,
  .has-p-xl-3 {
    padding-bottom: 0.75rem;
  }
  .has-px-xl-3,
  .has-pl-xl-3,
  .has-p-xl-3 {
    padding-left: 0.75rem;
  }
  .has-px-xl-3,
  .has-pr-xl-3,
  .has-p-xl-3 {
    padding-right: 0.75rem;
  }
  .has-my-xl-3,
  .has-mt-xl-3,
  .has-m-xl-3 {
    margin-top: 0.75rem;
  }
  .has-my-xl-3,
  .has-mb-xl-3,
  .has-m-xl-3 {
    margin-bottom: 0.75rem;
  }
  .has-mx-xl-3,
  .has-ml-xl-3,
  .has-m-xl-3 {
    margin-left: 0.75rem;
  }
  .has-mx-xl-3,
  .has-mr-xl-3,
  .has-m-xl-3 {
    margin-right: 0.75rem;
  }
  .has-my-xl-neg-3,
  .has-mt-xl-neg-3,
  .has-m-xl-neg-3 {
    margin-top: calc(-1 * 0.75rem);
  }
  .has-my-xl-neg-3,
  .has-mb-xl-neg-3,
  .has-m-xl-neg-3 {
    margin-bottom: calc(-1 * 0.75rem);
  }
  .has-mx-xl-neg-3,
  .has-ml-xl-neg-3,
  .has-m-xl-neg-3 {
    margin-left: calc(-1 * 0.75rem);
  }
  .has-mx-xl-neg-3,
  .has-mr-xl-neg-3,
  .has-m-xl-neg-3 {
    margin-right: calc(-1 * 0.75rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-4,
  .has-pt-xl-4,
  .has-p-xl-4 {
    padding-top: 1.25rem;
  }
  .has-py-xl-4,
  .has-pb-xl-4,
  .has-p-xl-4 {
    padding-bottom: 1.25rem;
  }
  .has-px-xl-4,
  .has-pl-xl-4,
  .has-p-xl-4 {
    padding-left: 1.25rem;
  }
  .has-px-xl-4,
  .has-pr-xl-4,
  .has-p-xl-4 {
    padding-right: 1.25rem;
  }
  .has-my-xl-4,
  .has-mt-xl-4,
  .has-m-xl-4 {
    margin-top: 1.25rem;
  }
  .has-my-xl-4,
  .has-mb-xl-4,
  .has-m-xl-4 {
    margin-bottom: 1.25rem;
  }
  .has-mx-xl-4,
  .has-ml-xl-4,
  .has-m-xl-4 {
    margin-left: 1.25rem;
  }
  .has-mx-xl-4,
  .has-mr-xl-4,
  .has-m-xl-4 {
    margin-right: 1.25rem;
  }
  .has-my-xl-neg-4,
  .has-mt-xl-neg-4,
  .has-m-xl-neg-4 {
    margin-top: calc(-1 * 1.25rem);
  }
  .has-my-xl-neg-4,
  .has-mb-xl-neg-4,
  .has-m-xl-neg-4 {
    margin-bottom: calc(-1 * 1.25rem);
  }
  .has-mx-xl-neg-4,
  .has-ml-xl-neg-4,
  .has-m-xl-neg-4 {
    margin-left: calc(-1 * 1.25rem);
  }
  .has-mx-xl-neg-4,
  .has-mr-xl-neg-4,
  .has-m-xl-neg-4 {
    margin-right: calc(-1 * 1.25rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-5,
  .has-pt-xl-5,
  .has-p-xl-5 {
    padding-top: 1.5rem;
  }
  .has-py-xl-5,
  .has-pb-xl-5,
  .has-p-xl-5 {
    padding-bottom: 1.5rem;
  }
  .has-px-xl-5,
  .has-pl-xl-5,
  .has-p-xl-5 {
    padding-left: 1.5rem;
  }
  .has-px-xl-5,
  .has-pr-xl-5,
  .has-p-xl-5 {
    padding-right: 1.5rem;
  }
  .has-my-xl-5,
  .has-mt-xl-5,
  .has-m-xl-5 {
    margin-top: 1.5rem;
  }
  .has-my-xl-5,
  .has-mb-xl-5,
  .has-m-xl-5 {
    margin-bottom: 1.5rem;
  }
  .has-mx-xl-5,
  .has-ml-xl-5,
  .has-m-xl-5 {
    margin-left: 1.5rem;
  }
  .has-mx-xl-5,
  .has-mr-xl-5,
  .has-m-xl-5 {
    margin-right: 1.5rem;
  }
  .has-my-xl-neg-5,
  .has-mt-xl-neg-5,
  .has-m-xl-neg-5 {
    margin-top: calc(-1 * 1.5rem);
  }
  .has-my-xl-neg-5,
  .has-mb-xl-neg-5,
  .has-m-xl-neg-5 {
    margin-bottom: calc(-1 * 1.5rem);
  }
  .has-mx-xl-neg-5,
  .has-ml-xl-neg-5,
  .has-m-xl-neg-5 {
    margin-left: calc(-1 * 1.5rem);
  }
  .has-mx-xl-neg-5,
  .has-mr-xl-neg-5,
  .has-m-xl-neg-5 {
    margin-right: calc(-1 * 1.5rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-6,
  .has-pt-xl-6,
  .has-p-xl-6 {
    padding-top: 1.875rem;
  }
  .has-py-xl-6,
  .has-pb-xl-6,
  .has-p-xl-6 {
    padding-bottom: 1.875rem;
  }
  .has-px-xl-6,
  .has-pl-xl-6,
  .has-p-xl-6 {
    padding-left: 1.875rem;
  }
  .has-px-xl-6,
  .has-pr-xl-6,
  .has-p-xl-6 {
    padding-right: 1.875rem;
  }
  .has-my-xl-6,
  .has-mt-xl-6,
  .has-m-xl-6 {
    margin-top: 1.875rem;
  }
  .has-my-xl-6,
  .has-mb-xl-6,
  .has-m-xl-6 {
    margin-bottom: 1.875rem;
  }
  .has-mx-xl-6,
  .has-ml-xl-6,
  .has-m-xl-6 {
    margin-left: 1.875rem;
  }
  .has-mx-xl-6,
  .has-mr-xl-6,
  .has-m-xl-6 {
    margin-right: 1.875rem;
  }
  .has-my-xl-neg-6,
  .has-mt-xl-neg-6,
  .has-m-xl-neg-6 {
    margin-top: calc(-1 * 1.875rem);
  }
  .has-my-xl-neg-6,
  .has-mb-xl-neg-6,
  .has-m-xl-neg-6 {
    margin-bottom: calc(-1 * 1.875rem);
  }
  .has-mx-xl-neg-6,
  .has-ml-xl-neg-6,
  .has-m-xl-neg-6 {
    margin-left: calc(-1 * 1.875rem);
  }
  .has-mx-xl-neg-6,
  .has-mr-xl-neg-6,
  .has-m-xl-neg-6 {
    margin-right: calc(-1 * 1.875rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-7,
  .has-pt-xl-7,
  .has-p-xl-7 {
    padding-top: 2.5rem;
  }
  .has-py-xl-7,
  .has-pb-xl-7,
  .has-p-xl-7 {
    padding-bottom: 2.5rem;
  }
  .has-px-xl-7,
  .has-pl-xl-7,
  .has-p-xl-7 {
    padding-left: 2.5rem;
  }
  .has-px-xl-7,
  .has-pr-xl-7,
  .has-p-xl-7 {
    padding-right: 2.5rem;
  }
  .has-my-xl-7,
  .has-mt-xl-7,
  .has-m-xl-7 {
    margin-top: 2.5rem;
  }
  .has-my-xl-7,
  .has-mb-xl-7,
  .has-m-xl-7 {
    margin-bottom: 2.5rem;
  }
  .has-mx-xl-7,
  .has-ml-xl-7,
  .has-m-xl-7 {
    margin-left: 2.5rem;
  }
  .has-mx-xl-7,
  .has-mr-xl-7,
  .has-m-xl-7 {
    margin-right: 2.5rem;
  }
  .has-my-xl-neg-7,
  .has-mt-xl-neg-7,
  .has-m-xl-neg-7 {
    margin-top: calc(-1 * 2.5rem);
  }
  .has-my-xl-neg-7,
  .has-mb-xl-neg-7,
  .has-m-xl-neg-7 {
    margin-bottom: calc(-1 * 2.5rem);
  }
  .has-mx-xl-neg-7,
  .has-ml-xl-neg-7,
  .has-m-xl-neg-7 {
    margin-left: calc(-1 * 2.5rem);
  }
  .has-mx-xl-neg-7,
  .has-mr-xl-neg-7,
  .has-m-xl-neg-7 {
    margin-right: calc(-1 * 2.5rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-8,
  .has-pt-xl-8,
  .has-p-xl-8 {
    padding-top: 3.125rem;
  }
  .has-py-xl-8,
  .has-pb-xl-8,
  .has-p-xl-8 {
    padding-bottom: 3.125rem;
  }
  .has-px-xl-8,
  .has-pl-xl-8,
  .has-p-xl-8 {
    padding-left: 3.125rem;
  }
  .has-px-xl-8,
  .has-pr-xl-8,
  .has-p-xl-8 {
    padding-right: 3.125rem;
  }
  .has-my-xl-8,
  .has-mt-xl-8,
  .has-m-xl-8 {
    margin-top: 3.125rem;
  }
  .has-my-xl-8,
  .has-mb-xl-8,
  .has-m-xl-8 {
    margin-bottom: 3.125rem;
  }
  .has-mx-xl-8,
  .has-ml-xl-8,
  .has-m-xl-8 {
    margin-left: 3.125rem;
  }
  .has-mx-xl-8,
  .has-mr-xl-8,
  .has-m-xl-8 {
    margin-right: 3.125rem;
  }
  .has-my-xl-neg-8,
  .has-mt-xl-neg-8,
  .has-m-xl-neg-8 {
    margin-top: calc(-1 * 3.125rem);
  }
  .has-my-xl-neg-8,
  .has-mb-xl-neg-8,
  .has-m-xl-neg-8 {
    margin-bottom: calc(-1 * 3.125rem);
  }
  .has-mx-xl-neg-8,
  .has-ml-xl-neg-8,
  .has-m-xl-neg-8 {
    margin-left: calc(-1 * 3.125rem);
  }
  .has-mx-xl-neg-8,
  .has-mr-xl-neg-8,
  .has-m-xl-neg-8 {
    margin-right: calc(-1 * 3.125rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-9,
  .has-pt-xl-9,
  .has-p-xl-9 {
    padding-top: 4rem;
  }
  .has-py-xl-9,
  .has-pb-xl-9,
  .has-p-xl-9 {
    padding-bottom: 4rem;
  }
  .has-px-xl-9,
  .has-pl-xl-9,
  .has-p-xl-9 {
    padding-left: 4rem;
  }
  .has-px-xl-9,
  .has-pr-xl-9,
  .has-p-xl-9 {
    padding-right: 4rem;
  }
  .has-my-xl-9,
  .has-mt-xl-9,
  .has-m-xl-9 {
    margin-top: 4rem;
  }
  .has-my-xl-9,
  .has-mb-xl-9,
  .has-m-xl-9 {
    margin-bottom: 4rem;
  }
  .has-mx-xl-9,
  .has-ml-xl-9,
  .has-m-xl-9 {
    margin-left: 4rem;
  }
  .has-mx-xl-9,
  .has-mr-xl-9,
  .has-m-xl-9 {
    margin-right: 4rem;
  }
  .has-my-xl-neg-9,
  .has-mt-xl-neg-9,
  .has-m-xl-neg-9 {
    margin-top: calc(-1 * 4rem);
  }
  .has-my-xl-neg-9,
  .has-mb-xl-neg-9,
  .has-m-xl-neg-9 {
    margin-bottom: calc(-1 * 4rem);
  }
  .has-mx-xl-neg-9,
  .has-ml-xl-neg-9,
  .has-m-xl-neg-9 {
    margin-left: calc(-1 * 4rem);
  }
  .has-mx-xl-neg-9,
  .has-mr-xl-neg-9,
  .has-m-xl-neg-9 {
    margin-right: calc(-1 * 4rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-10,
  .has-pt-xl-10,
  .has-p-xl-10 {
    padding-top: 0.625rem;
  }
  .has-py-xl-10,
  .has-pb-xl-10,
  .has-p-xl-10 {
    padding-bottom: 0.625rem;
  }
  .has-px-xl-10,
  .has-pl-xl-10,
  .has-p-xl-10 {
    padding-left: 0.625rem;
  }
  .has-px-xl-10,
  .has-pr-xl-10,
  .has-p-xl-10 {
    padding-right: 0.625rem;
  }
  .has-my-xl-10,
  .has-mt-xl-10,
  .has-m-xl-10 {
    margin-top: 0.625rem;
  }
  .has-my-xl-10,
  .has-mb-xl-10,
  .has-m-xl-10 {
    margin-bottom: 0.625rem;
  }
  .has-mx-xl-10,
  .has-ml-xl-10,
  .has-m-xl-10 {
    margin-left: 0.625rem;
  }
  .has-mx-xl-10,
  .has-mr-xl-10,
  .has-m-xl-10 {
    margin-right: 0.625rem;
  }
  .has-my-xl-neg-10,
  .has-mt-xl-neg-10,
  .has-m-xl-neg-10 {
    margin-top: calc(-1 * 0.625rem);
  }
  .has-my-xl-neg-10,
  .has-mb-xl-neg-10,
  .has-m-xl-neg-10 {
    margin-bottom: calc(-1 * 0.625rem);
  }
  .has-mx-xl-neg-10,
  .has-ml-xl-neg-10,
  .has-m-xl-neg-10 {
    margin-left: calc(-1 * 0.625rem);
  }
  .has-mx-xl-neg-10,
  .has-mr-xl-neg-10,
  .has-m-xl-neg-10 {
    margin-right: calc(-1 * 0.625rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-11,
  .has-pt-xl-11,
  .has-p-xl-11 {
    padding-top: 5rem;
  }
  .has-py-xl-11,
  .has-pb-xl-11,
  .has-p-xl-11 {
    padding-bottom: 5rem;
  }
  .has-px-xl-11,
  .has-pl-xl-11,
  .has-p-xl-11 {
    padding-left: 5rem;
  }
  .has-px-xl-11,
  .has-pr-xl-11,
  .has-p-xl-11 {
    padding-right: 5rem;
  }
  .has-my-xl-11,
  .has-mt-xl-11,
  .has-m-xl-11 {
    margin-top: 5rem;
  }
  .has-my-xl-11,
  .has-mb-xl-11,
  .has-m-xl-11 {
    margin-bottom: 5rem;
  }
  .has-mx-xl-11,
  .has-ml-xl-11,
  .has-m-xl-11 {
    margin-left: 5rem;
  }
  .has-mx-xl-11,
  .has-mr-xl-11,
  .has-m-xl-11 {
    margin-right: 5rem;
  }
  .has-my-xl-neg-11,
  .has-mt-xl-neg-11,
  .has-m-xl-neg-11 {
    margin-top: calc(-1 * 5rem);
  }
  .has-my-xl-neg-11,
  .has-mb-xl-neg-11,
  .has-m-xl-neg-11 {
    margin-bottom: calc(-1 * 5rem);
  }
  .has-mx-xl-neg-11,
  .has-ml-xl-neg-11,
  .has-m-xl-neg-11 {
    margin-left: calc(-1 * 5rem);
  }
  .has-mx-xl-neg-11,
  .has-mr-xl-neg-11,
  .has-m-xl-neg-11 {
    margin-right: calc(-1 * 5rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-12,
  .has-pt-xl-12,
  .has-p-xl-12 {
    padding-top: 1.625rem;
  }
  .has-py-xl-12,
  .has-pb-xl-12,
  .has-p-xl-12 {
    padding-bottom: 1.625rem;
  }
  .has-px-xl-12,
  .has-pl-xl-12,
  .has-p-xl-12 {
    padding-left: 1.625rem;
  }
  .has-px-xl-12,
  .has-pr-xl-12,
  .has-p-xl-12 {
    padding-right: 1.625rem;
  }
  .has-my-xl-12,
  .has-mt-xl-12,
  .has-m-xl-12 {
    margin-top: 1.625rem;
  }
  .has-my-xl-12,
  .has-mb-xl-12,
  .has-m-xl-12 {
    margin-bottom: 1.625rem;
  }
  .has-mx-xl-12,
  .has-ml-xl-12,
  .has-m-xl-12 {
    margin-left: 1.625rem;
  }
  .has-mx-xl-12,
  .has-mr-xl-12,
  .has-m-xl-12 {
    margin-right: 1.625rem;
  }
  .has-my-xl-neg-12,
  .has-mt-xl-neg-12,
  .has-m-xl-neg-12 {
    margin-top: calc(-1 * 1.625rem);
  }
  .has-my-xl-neg-12,
  .has-mb-xl-neg-12,
  .has-m-xl-neg-12 {
    margin-bottom: calc(-1 * 1.625rem);
  }
  .has-mx-xl-neg-12,
  .has-ml-xl-neg-12,
  .has-m-xl-neg-12 {
    margin-left: calc(-1 * 1.625rem);
  }
  .has-mx-xl-neg-12,
  .has-mr-xl-neg-12,
  .has-m-xl-neg-12 {
    margin-right: calc(-1 * 1.625rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-field,
  .has-pt-xl-field,
  .has-p-xl-field {
    padding-top: 30rem;
  }
  .has-py-xl-field,
  .has-pb-xl-field,
  .has-p-xl-field {
    padding-bottom: 30rem;
  }
  .has-px-xl-field,
  .has-pl-xl-field,
  .has-p-xl-field {
    padding-left: 30rem;
  }
  .has-px-xl-field,
  .has-pr-xl-field,
  .has-p-xl-field {
    padding-right: 30rem;
  }
  .has-my-xl-field,
  .has-mt-xl-field,
  .has-m-xl-field {
    margin-top: 30rem;
  }
  .has-my-xl-field,
  .has-mb-xl-field,
  .has-m-xl-field {
    margin-bottom: 30rem;
  }
  .has-mx-xl-field,
  .has-ml-xl-field,
  .has-m-xl-field {
    margin-left: 30rem;
  }
  .has-mx-xl-field,
  .has-mr-xl-field,
  .has-m-xl-field {
    margin-right: 30rem;
  }
  .has-my-xl-neg-field,
  .has-mt-xl-neg-field,
  .has-m-xl-neg-field {
    margin-top: calc(-1 * 30rem);
  }
  .has-my-xl-neg-field,
  .has-mb-xl-neg-field,
  .has-m-xl-neg-field {
    margin-bottom: calc(-1 * 30rem);
  }
  .has-mx-xl-neg-field,
  .has-ml-xl-neg-field,
  .has-m-xl-neg-field {
    margin-left: calc(-1 * 30rem);
  }
  .has-mx-xl-neg-field,
  .has-mr-xl-neg-field,
  .has-m-xl-neg-field {
    margin-right: calc(-1 * 30rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-smallfield,
  .has-pt-xl-smallfield,
  .has-p-xl-smallfield {
    padding-top: 10rem;
  }
  .has-py-xl-smallfield,
  .has-pb-xl-smallfield,
  .has-p-xl-smallfield {
    padding-bottom: 10rem;
  }
  .has-px-xl-smallfield,
  .has-pl-xl-smallfield,
  .has-p-xl-smallfield {
    padding-left: 10rem;
  }
  .has-px-xl-smallfield,
  .has-pr-xl-smallfield,
  .has-p-xl-smallfield {
    padding-right: 10rem;
  }
  .has-my-xl-smallfield,
  .has-mt-xl-smallfield,
  .has-m-xl-smallfield {
    margin-top: 10rem;
  }
  .has-my-xl-smallfield,
  .has-mb-xl-smallfield,
  .has-m-xl-smallfield {
    margin-bottom: 10rem;
  }
  .has-mx-xl-smallfield,
  .has-ml-xl-smallfield,
  .has-m-xl-smallfield {
    margin-left: 10rem;
  }
  .has-mx-xl-smallfield,
  .has-mr-xl-smallfield,
  .has-m-xl-smallfield {
    margin-right: 10rem;
  }
  .has-my-xl-neg-smallfield,
  .has-mt-xl-neg-smallfield,
  .has-m-xl-neg-smallfield {
    margin-top: calc(-1 * 10rem);
  }
  .has-my-xl-neg-smallfield,
  .has-mb-xl-neg-smallfield,
  .has-m-xl-neg-smallfield {
    margin-bottom: calc(-1 * 10rem);
  }
  .has-mx-xl-neg-smallfield,
  .has-ml-xl-neg-smallfield,
  .has-m-xl-neg-smallfield {
    margin-left: calc(-1 * 10rem);
  }
  .has-mx-xl-neg-smallfield,
  .has-mr-xl-neg-smallfield,
  .has-m-xl-neg-smallfield {
    margin-right: calc(-1 * 10rem);
  }
}
@media only screen and (min-width: 1800px) {
  .has-py-xl-gap,
  .has-pt-xl-gap,
  .has-p-xl-gap {
    padding-top: 1rem;
  }
  .has-py-xl-gap,
  .has-pb-xl-gap,
  .has-p-xl-gap {
    padding-bottom: 1rem;
  }
  .has-px-xl-gap,
  .has-pl-xl-gap,
  .has-p-xl-gap {
    padding-left: 1rem;
  }
  .has-px-xl-gap,
  .has-pr-xl-gap,
  .has-p-xl-gap {
    padding-right: 1rem;
  }
  .has-my-xl-gap,
  .has-mt-xl-gap,
  .has-m-xl-gap {
    margin-top: 1rem;
  }
  .has-my-xl-gap,
  .has-mb-xl-gap,
  .has-m-xl-gap {
    margin-bottom: 1rem;
  }
  .has-mx-xl-gap,
  .has-ml-xl-gap,
  .has-m-xl-gap {
    margin-left: 1rem;
  }
  .has-mx-xl-gap,
  .has-mr-xl-gap,
  .has-m-xl-gap {
    margin-right: 1rem;
  }
  .has-my-xl-neg-gap,
  .has-mt-xl-neg-gap,
  .has-m-xl-neg-gap {
    margin-top: calc(-1 * 1rem);
  }
  .has-my-xl-neg-gap,
  .has-mb-xl-neg-gap,
  .has-m-xl-neg-gap {
    margin-bottom: calc(-1 * 1rem);
  }
  .has-mx-xl-neg-gap,
  .has-ml-xl-neg-gap,
  .has-m-xl-neg-gap {
    margin-left: calc(-1 * 1rem);
  }
  .has-mx-xl-neg-gap,
  .has-mr-xl-neg-gap,
  .has-m-xl-neg-gap {
    margin-right: calc(-1 * 1rem);
  }
}
.has-m-auto {
  margin: auto;
}

form > * + * {
  margin-top: 1.875rem;
}

.field {
  margin: 0;
  position: relative;
  max-width: 30rem;
}
.field + .field {
  margin-top: 1.875rem;
}
.field__label {
  user-select: none;
  overflow: inherit;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .field__label {
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
}
.field__label--divider {
  padding: 0.25rem 0 0.75rem 0;
}
.field__instructions {
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #676973;
  display: block;
  font-size: 0.875rem;
  margin: 0;
}
.field__instructions__error {
  color: #ea0000;
}
@media only screen and (min-width: 900px) {
  .field__instructions {
    font-size: 1rem;
  }
}
.field__add-info {
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #676973;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 3.125rem;
}
@media only screen and (min-width: 900px) {
  .field__add-info {
    font-size: 1rem;
  }
}
.field__message {
  margin-top: 0.5rem;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
}
@media only screen and (min-width: 900px) {
  .field__message {
    font-size: 1rem;
  }
}
.field__radio-hint {
  padding-left: 30px;
  color: #676973;
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 900px) {
  .field__radio-hint {
    line-height: 22px;
    font-size: 16px;
  }
}
.field__radio-hint p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 900px) {
  .field__radio-hint p {
    line-height: 22px;
    font-size: 16px;
  }
}
.field__radio-hint ul {
  margin-top: 4px;
  margin-bottom: 4px;
}
.field__radio-hint ul li {
  margin-bottom: 0px !important;
}
.field__radio-conditional {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.field__radio-input {
  max-width: 12em;
}
.field__input {
  width: 100%;
  display: flex;
  box-shadow: inset 0 2px 0 0 #eaeaea;
}
.field__input[type=radio] {
  display: inline;
  position: absolute;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
  opacity: 0;
}
.field__input[type=radio] + .field__label {
  padding: 0 1.875rem;
}
.field__input[type=radio] + label.field__label:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #96969a;
  top: 0px;
  left: 0;
  background: #ffffff;
  position: absolute;
  box-shadow: inset 0 2px 0 0 #CCCCCC;
  transition: all 0.2s;
  border-radius: 50%;
}
@media only screen and (min-width: 900px) {
  .field__input[type=radio] + label.field__label:before {
    top: 4px;
  }
}
.field__input[type=radio] + label.field__label:after {
  background: #2e3137;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  transition: 0.2s;
  width: 0;
}
.field__input[type=radio]:checked + label {
  border-color: #188049;
}
.field__input[type=radio]:checked + .field__label:before {
  border-color: #2e3137;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.field__input[type=radio]:checked + .field__label:after {
  height: 10px;
  left: 5px;
  top: 5px;
  transform: rotate(0);
  width: 10px;
}
@media only screen and (min-width: 900px) {
  .field__input[type=radio]:checked + .field__label:after {
    top: 9px;
  }
}
.field__input[type=radio]:focus + .field__label:before {
  border-color: #FF9600;
  background: #d8d8d9;
  border-width: 3px;
  outline: 3px solid transparent;
  outline-offset: 1px;
}
.field__input[type=checkbox] {
  display: inline;
  position: absolute;
  margin: 0;
  width: 1.875rem;
  height: 1.875rem;
  z-index: 1;
  opacity: 0;
}
.field__input[type=checkbox] + .field__label {
  padding: 0 3.125rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .field__input[type=checkbox] + .field__label {
    line-height: 1.875rem;
  }
}
.field__input[type=checkbox] + label.field__label:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #96969a;
  top: 0;
  left: 0;
  background: #ffffff;
  position: absolute;
  box-shadow: inset 0 2px 0 0 #CCCCCC;
  transition: all 0.2s;
}
.field__input[type=checkbox] + label.field__label:after {
  content: "";
  position: absolute;
  margin-top: 2px;
  top: 6px;
  left: 6px;
  width: 19px;
  height: 10px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 4px 4px;
  border-top-color: rgba(0, 0, 0, 0);
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}
.field__input[type=checkbox]:checked + label {
  border-color: #188049;
}
.field__input[type=checkbox]:checked + .field__label:before {
  border-color: #2e3137;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.field__input[type=checkbox]:checked + .field__label:after {
  left: 6px;
  top: 6px;
  opacity: 1;
}
.field__input[type=checkbox]:focus + .field__label:before {
  border-color: #FF9600;
  background: #d8d8d9;
  border-width: 3px;
  outline: 3px solid transparent;
  outline-offset: 1px;
}
.field:focus {
  outline: none;
  outline-width: 0;
}
.field:focus + .field__label:before {
  border-color: #FF9600;
  background: #ffffff;
  border-width: 3px;
  outline: 3px solid transparent;
  outline-offset: 1px;
}
.field[data-error]:focus {
  border-color: #FF9600;
  background: #d8d8d9;
}
.field:disabled + .field__label {
  color: #CCCCCC;
}
.field:disabled + .field__label:before, .field:disabled + .field__label:active:before {
  border-color: #CCCCCC;
  box-shadow: none;
}
.field > [class*=bcc-form] {
  flex-basis: 100%;
}
@media only screen and (min-width: 900px) {
  .field > [class*=bcc-form] {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 900px) {
  .field > [class*=bcc-form]:nth-child(-n+2) {
    margin-top: 0;
  }
}
.field > [class*=bcc-form] .button {
  margin: 0;
}
.field .bcc-form-question .field__label {
  font-weight: 700;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
}
.field .bcc-form-answer {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.field .bcc-form-answer:has(input) button.secondary {
  line-height: unset;
  padding-bottom: 0.45rem;
}
.field .bcc-form-search {
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width: 900px) {
  .field .bcc-form-search {
    gap: 1.25rem;
  }
}
.field .bcc-form-search .search-input {
  border: 0;
  box-shadow: inset 0 4px 0 0 #eaeaea;
}
.field .bcc-form-search .search-input::placeholder {
  color: lightgrey;
}
.field .bcc-form-search .search-input:focus {
  color: #000000;
  outline: #FF9600 solid 3px;
  outline-offset: -3px;
  text-decoration: none;
}
.field .bcc-form-search button {
  margin-bottom: 0;
}
.field .bcc-form-search button i.bcc-font_search {
  font-size: 1.5rem;
  color: #ffffff;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 900px) {
  .field .bcc-form-search button i.bcc-font_search {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 0.75rem;
  }
}
.field .bcc-form-block {
  display: block;
}
.field .bcc-form-inline {
  display: inline-block;
}
.field .field__message--error {
  display: none;
}
.field--error .bcc-form-question .field__label {
  color: #ea0000;
}
.field--error legend.field__label {
  color: #ea0000;
}
.field--error .field__message--error {
  color: #ea0000;
  font-size: 1rem;
  padding-top: 0.5rem;
  font-weight: 700;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  display: block;
}
.field--error .field__input {
  border-color: #ea0000;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3ctitle%3ealert%3c/title%3e%3cpath d='M31.675 27.825l-14.688-26c-0.2-0.363-0.587-0.575-1-0.575s-0.787 0.225-1 0.575l-14.675 26c-0.2 0.35-0.2 0.788 0.013 1.125 0.2 0.35 0.575 0.563 0.988 0.563h29.375c0.4 0 0.775-0.212 0.988-0.563 0.188-0.337 0.188-0.762 0-1.125zM17.8 26.2h-3.625v-3.325h3.625v3.325zM17.8 20.375h-3.625v-9.988h3.625v9.988z' fill='%23ea0000'%3e%3c/path%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 30px 30px;
}
.field--error textarea.field__input {
  background-image: none;
}
.field--error .field_input[type=radio] + label.field_label:before,
.field--error .field_input[type=checkbox] + label.field_label:before {
  border-color: #ea0000;
}
.field--error .field_input[type=radio] + label.field_label::after,
.field--error .field_input[type=checkbox] + label.field_label::after {
  line-height: 0.75rem;
}
.field--error .message--error {
  font-weight: 700;
  color: #ea0000;
}
.field--error .drop .drop__background:before {
  border-color: #ea0000;
}
.field--postcode {
  max-width: none;
}
.field--postcode .field__input {
  width: 100%;
  max-width: 10rem;
  margin-right: 0.75rem;
}
.field--short-number .field__input {
  max-width: 10rem;
}

legend.field__label {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 900px) {
  legend.field__label {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}

.field--set {
  display: flex;
  flex-direction: column;
  max-width: none;
}
.field--set.inline {
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .field--set.inline {
    flex-direction: row;
  }
}

.feedback {
  font-style: italic;
}

input[type=checkbox],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=week],
input[type=url],
optgroup,
select,
textarea {
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 0;
}

input,
textarea,
[contenteditable] {
  font-size: 1rem;
  box-sizing: inherit !important;
  transition: none;
  padding: 0.75rem 1rem;
  outline-width: 0;
  color: #2e3137;
  caret-color: #2e3137;
  border: 2px solid #CCCCCC;
  border-radius: 0;
}
input::placeholder,
textarea::placeholder,
[contenteditable]::placeholder {
  opacity: 1;
  color: #2e3137;
  font-weight: 400;
}
input:focus,
input .valid,
textarea:focus,
textarea .valid,
[contenteditable]:focus,
[contenteditable] .valid {
  border-color: #FF9600;
}
input.invalid,
textarea.invalid,
[contenteditable].invalid {
  border-color: #ea0000;
  color: #ea0000;
}
input[disabled],
textarea[disabled],
[contenteditable][disabled] {
  opacity: 50;
  pointer-events: none;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner,
[contenteditable]::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

input {
  flex: 999;
  line-height: 1;
  overflow: visible;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search], input[type=url] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=url]::-webkit-search-cancel-button, input[type=url]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-file-upload-button {
  -webkit-appearance: button;
}
input::-webkit-inner-spin-button {
  opacity: 1;
}
input[type=submit] {
  background-color: #2e3137;
  color: #ffffff;
}
input[type=reset] {
  background-color: #CCCCCC;
  color: #2e3137;
}

textarea {
  transition: none;
  width: 100%;
  min-height: 140px;
  height: 140px;
  flex-basis: 100%;
  line-height: 19px;
  color: #676973;
  border-color: #CCCCCC;
  overflow: auto;
  resize: vertical;
}

select {
  flex: 1;
  appearance: none;
  color: #2e3137;
  height: 46px;
  background: none;
  border: 0;
  margin-bottom: 0;
  padding: 0.25rem 0.75rem;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 2;
  line-height: 1.875rem;
  width: 100%;
  width: calc(100% - 1.5rem);
  min-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
.h1 {
  font-size: 1.875rem;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.875rem;
  margin: 0 0 1.25rem 0;
  font-weight: 400;
}
@media only screen and (min-width: 900px) {
  h1,
  .h1 {
    line-height: 3rem;
    font-size: 3rem;
    margin: 0 0 2.5rem 0;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  font-weight: 400;
}
@media only screen and (min-width: 900px) {
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 1rem;
  }
}

h3,
.h3 {
  font-size: 1.1875rem;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
  font-weight: 400;
}
@media only screen and (min-width: 900px) {
  h3,
  .h3 {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0.75rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 900px) {
  h4,
  .h4 {
    margin-bottom: 0.75rem;
    line-height: 1.5rem;
    font-size: 1.1875rem;
    margin-top: 0.5rem;
  }
}

h5,
.h5 {
  font-size: 1.5625rem;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
@media only screen and (min-width: 900px) {
  h5,
  .h5 {
    margin-bottom: 1.25rem;
  }
}

h6,
.h6 {
  font-size: 0.875rem;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 900px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 900px) {
  p {
    font-size: 1.1875rem;
    margin-bottom: 1.25rem;
    line-height: 26px;
  }
}

.lightcopy {
  color: #676973;
}

small,
.text-small {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25rem;
}
small.micro,
.text-small.micro {
  font-size: 0.8125rem;
}

.lead {
  font-weight: 300;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .lead {
    line-height: 30px;
    font-size: 25px;
  }
}

strong {
  font-weight: 400;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
}

legend {
  font-weight: 400;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
@media only screen and (min-width: 900px) {
  legend {
    font-size: 1.1875rem;
  }
}

a {
  color: #0D45A0;
}
a:hover, a:focus {
  text-decoration: none;
}

p + h2,
p + h3,
p + h4 {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 900px) {
  p + h2,
  p + h3,
  p + h4 {
    margin-top: 2.5rem;
  }
}

.quotetext {
  font-size: 180%;
  line-height: 1;
}

.blockquote .quotetext {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.blockquote .citation {
  margin-top: 16px;
  margin-bottom: 0;
  color: #2e3137;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 900px) {
  .blockquote .citation {
    font-size: 19px;
    line-height: 26px;
  }
}

html {
  background-color: white;
  color: #2e3137;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 26px;
  color: #2e3137;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  display: flex;
  flex-direction: column;
}

a,
.anchor {
  outline-width: 0;
  outline-style: solid;
  position: relative;
  text-decoration-skip-ink: auto;
  text-decoration: none;
}
a:not([class]),
.anchor:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1em;
  color: #0D45A0;
}
a:not([class]):hover,
.anchor:not([class]):hover {
  color: #3771d0;
  text-decoration: underline;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
}
a:not([class]):focus,
.anchor:not([class]):focus {
  background-color: #FF9600;
  color: #000000;
  outline: #FF9600 solid 3px;
  outline-offset: 0;
  box-shadow: 0 -2px #FF9600, 0 4px #2e3137;
  text-decoration: none;
}
a:not([class]):not([class]):not(header a):not(footer a):visited,
.anchor:not([class]):not([class]):not(header a):not(footer a):visited {
  color: #4c2c92;
}

@media (max-width: 900px) {
  li {
    font-size: 1rem;
  }
}
ol,
ul {
  padding: 0;
  list-style: none;
  margin: 0 0 1.25rem 0;
}
@media only screen and (min-width: 900px) {
  ol,
  ul {
    margin: 0 0 2.5rem 0;
  }
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
ol li,
ul li {
  line-height: 1.5rem;
}
ol li:not(:last-child),
ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

ul:not([class]) .default-list ul {
  list-style: none;
}
ul:not([class]) .default-list li::before {
  content: "○";
  font-size: 1.1em;
  padding-right: 1em;
  color: black;
}

ol:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) .default-list,
ul:not([class]) ol:not([class]),
ul:not([class]) ul:not([class]),
ul:not([class]) .default-list,
.default-list ol:not([class]),
.default-list ul:not([class]),
.default-list .default-list {
  margin: 0.5rem 0 0.25rem 0;
}
ol:not([class]) li,
ul:not([class]) li,
.default-list li {
  padding-left: 1.5rem;
  position: relative;
}
ol:not([class]) li:not(:last-child),
ul:not([class]) li:not(:last-child),
.default-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
ol:not([class]) li::before,
ul:not([class]) li::before,
.default-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
ol:not([class]) li[class^=item] a,
ul:not([class]) li[class^=item] a,
.default-list li[class^=item] a {
  text-decoration: none;
}
ol:not([class]) li[class^=item]:before,
ul:not([class]) li[class^=item]:before,
.default-list li[class^=item]:before {
  content: "\e900";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "bccFont";
  font-size: 1.5rem;
  font-weight: 300;
  color: #bc0031;
}

ol:not([class]):not([class*=continued-list]) > li:first-child,
ol.default-list:not([class*=continued-list]) > li:first-child {
  counter-reset: list-number;
}
ol:not([class])[start="1"],
ol.default-list[start="1"] {
  counter-increment: listCounter 0 !important;
}
ol:not([class])[start="2"],
ol.default-list[start="2"] {
  counter-increment: listCounter 1 !important;
}
ol:not([class])[start="3"],
ol.default-list[start="3"] {
  counter-increment: listCounter 2 !important;
}
ol:not([class])[start="4"],
ol.default-list[start="4"] {
  counter-increment: listCounter 3 !important;
}
ol:not([class])[start="5"],
ol.default-list[start="5"] {
  counter-increment: listCounter 4 !important;
}
ol:not([class])[start="6"],
ol.default-list[start="6"] {
  counter-increment: listCounter 5 !important;
}
ol:not([class])[start="7"],
ol.default-list[start="7"] {
  counter-increment: listCounter 6 !important;
}
ol:not([class])[start="8"],
ol.default-list[start="8"] {
  counter-increment: listCounter 7 !important;
}
ol:not([class])[start="9"],
ol.default-list[start="9"] {
  counter-increment: listCounter 8 !important;
}
ol:not([class])[start="10"],
ol.default-list[start="10"] {
  counter-increment: listCounter 9 !important;
}
ol:not([class]) > li,
ol.default-list > li {
  counter-increment: list-number;
}
ol:not([class]) > li::before,
ol.default-list > li::before {
  content: counters(list-number, ".") ". " !important;
  font-size: 1.1875rem !important;
  font-weight: 300;
}
ol:not([class]) > li::marker,
ol.default-list > li::marker {
  content: "";
}
ol:not([class])[reversed],
ol.default-list[reversed] {
  display: flex;
  flex-direction: column-reverse;
}
ol:not([class])[reversed] > li:first-child,
ol.default-list[reversed] > li:first-child {
  margin-bottom: 0;
}
ol:not([class])[reversed] > li:not(:first-child),
ol.default-list[reversed] > li:not(:first-child) {
  margin-bottom: 0.5rem;
}
ol:not([class]) ol:not([class]) li,
ol:not([class]) ol.default-list li,
ol.default-list ol:not([class]) li,
ol.default-list ol.default-list li {
  padding-left: calc(1rem + 1rem);
}
ol:not([class]) ol:not([class]) li::marker,
ol:not([class]) ol.default-list li::marker,
ol.default-list ol:not([class]) li::marker,
ol.default-list ol.default-list li::marker {
  content: "";
}

[counter-reset] {
  counter-reset: ordered-list;
}

ul:not([class]) li:before,
ul.default-list li:before {
  content: "•";
  font-size: 1.5em;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline li {
  margin-right: 0.75rem;
  display: inline-block;
}
.list-inline li:nth-last-child(-n+1) {
  margin-right: 0;
}
.list-inline li:before {
  display: none;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li:not(:last-child) {
  margin: 0;
}
.list-unstyled li:before {
  display: none;
}

.list-reset {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.25rem 0;
}
@media only screen and (min-width: 900px) {
  .list-reset {
    margin: 0 0 2.5rem 0;
  }
}
.list-reset li {
  line-height: 1.25rem;
}
.list-reset li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list-reset:before {
  display: none;
}

.list-icons li {
  position: relative;
  padding-left: 25px;
}
.list-icons li::before {
  content: "\e605";
  font-family: "bccFont";
  font-size: 20px;
  color: #BC053E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.has-font-family-Light {
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif !important;
}

.has-font-family-Bold {
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif !important;
}

.has-font-family-SemiBold {
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif !important;
}

.has-font-family-Icons {
  font-family: "bccFont" !important;
}

@font-face {
  font-family: "bccFont";
  src: url("../../demo-code/assets/fonts/bccFont.ttf?yz0bn5") format("truetype"), url("../../demo-code/assets/fonts/bccFont.woff?yz0bn5") format("woff"), url("../../demo-code/assets/fonts/bccFont.svg?yz0bn5#bbcFont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=bcc-font_], [class*=" bcc-font_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bccFont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bcc-font_youtube1:before {
  content: "\e901";
}

.bcc-font_facebook:before {
  content: "\e90b";
}

.bcc-font_instagram:before {
  content: "\e917";
}

.bcc-font_twitter:before {
  content: "\e935";
}

.bcc-font_x:before {
  content: "\e902";
}

.bcc-font_flickr:before {
  content: "\eaa3";
}

.bcc-font_nextdoor:before {
  content: "\e903";
}

.bcc-font_pinterest:before {
  content: "\ead1";
}

.bcc-font_linkedin:before {
  content: "\eac9";
}

.bcc-font_external-link:before {
  content: "\e973";
}

.bcc-font_cheveron-right:before {
  content: "\e900";
}

.bcc-font_menu:before {
  content: "\e617";
}

.bcc-font_search:before {
  content: "\e618";
}

.bcc-font_buspass:before {
  content: "\e611";
}

.bcc-font_counciltax:before {
  content: "\e612";
}

.bcc-font_feedback:before {
  content: "\e613";
}

.bcc-font_foi:before {
  content: "\e614";
}

.bcc-font_parking:before {
  content: "\e615";
}

.bcc-font_registerbirth:before {
  content: "\e616";
}

.bcc-font_cross:before {
  content: "\e610";
}

.bcc-font_verified:before {
  content: "\e60e";
}

.bcc-font_download:before {
  content: "\e60f";
}

.bcc-font_user-add:before {
  content: "\e600";
}

.bcc-font_bin:before {
  content: "\e606";
}

.bcc-font_alert:before {
  content: "\e601";
}

.bcc-font_alert-outlined:before {
  content: "\ea07";
}

.bcc-font_user:before {
  content: "\e607";
}

.bcc-font_account:before {
  content: "\e60b";
}

.bcc-font_pdf:before {
  content: "\e60a";
}

.bcc-font_up:before {
  content: "\e609";
}

.bcc-font_left:before {
  content: "\e608";
}

.bcc-font_down:before {
  content: "\e60c";
}

.bcc-font_right:before {
  content: "\e605";
}

.bcc-font_cancel:before {
  content: "\e602";
}

.bcc-font_tick:before {
  content: "\e603";
}

.bcc-font_blockquote:before {
  content: "\e60d";
}

.bcc-font_calendar:before {
  content: "\e619";
}

.bcc-font_phone:before {
  content: "\e61a";
}

.bcc-font_info:before {
  content: "\e61b";
}

.bcc-font_info-outlined:before {
  content: "\ea0c";
}

.bcc-font_help:before {
  content: "\e61c";
}

.bcc-font_location:before {
  content: "\e61d";
}

.bcc-font_new-window:before {
  content: "\e61e";
}

.bcc-font_printer:before {
  content: "\e61f";
}

.bcc-font_clock:before {
  content: "\e620";
}

.bcc-font_settings:before {
  content: "\e621";
}

.bcc-font_eye:before {
  content: "\e9ce";
}

.bcc-font_eye-blocked:before {
  content: "\e9d1";
}

.bcc-font_notification:before {
  content: "\ea08";
}

.bcc-font_link:before {
  content: "\e622";
}

.social-items {
  display: flex;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .social-items {
    justify-content: flex-end;
    flex-direction: row;
  }
}
.social-items li + li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-items a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0;
}
.social-items a::before {
  font-family: "bccFont" !important;
  font-size: 1.1875rem;
}
.social-items a[href*=facebook]::before {
  content: "\e90b";
}
.social-items a[href*=twitter]::before {
  content: "\e902";
}
.social-items a[href*=youtube]::before {
  content: "\e901";
}
.social-items a[href*=instagram]::before {
  content: "\e917";
}
.social-items a[href*=flickr]::before {
  content: "\eaa3";
}
.social-items a[href*=nextdoor]::before {
  content: "\e903";
}
.social-items a[href*=pinterest]::before {
  content: "\ead1";
}
.social-items a:hover {
  text-decoration: none;
  color: #bc0031;
}
.social-items a:focus {
  background-color: transparent;
  box-shadow: none;
}
.social-items a:focus::before {
  color: #FF9600;
}

.container:not(.is-fluid) {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: ) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 375px;
  }
}
@media only screen and (min-width: 480px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 480px;
  }
}
@media only screen and (min-width: 900px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1800px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 1200px;
  }
}
.container:not(.is-fluid).is-narrow {
  width: 100%;
  max-width: 900px;
}
.container:not(.is-fluid).is-narrow.is-carousel-container {
  max-width: 480px;
}
@media only screen and (min-width: 900px) {
  .container:not(.is-fluid).is-narrow.is-carousel-container {
    max-width: 900px;
  }
}
.container:not(.is-fluid).is-narrow-sx-lg {
  width: 100%;
  max-width: 375px;
}
.container:not(.is-fluid).is-narrow-sm {
  width: 100%;
  max-width: 480px;
}
.container:not(.is-fluid).is-narrow-md {
  width: 100%;
  max-width: 900px;
}
.container:not(.is-fluid).is-narrow-lg {
  width: 100%;
  max-width: 1200px;
}
.container:not(.is-fluid).is-narrow-xl {
  width: 100%;
  max-width: 1200px;
}

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

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

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

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

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

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

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

.is-align-around {
  align-items: space-around !important;
}

.is-align-between {
  align-items: space-between !important;
}

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

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

.has-flex-none {
  flex: none;
}

/* purgecss start ignore */
.is-row-reverse {
  flex-direction: row-reverse;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-row {
  flex-direction: row;
}

/* purgecss end ignore */
@media only screen and (min-width: 0) {
  .is-justify-na-start {
    justify-content: flex-start !important;
  }
  .is-justify-na-end {
    justify-content: flex-end !important;
  }
  .is-justify-na-around {
    justify-content: space-around !important;
  }
  .is-justify-na-between {
    justify-content: space-between !important;
  }
  .is-justify-na-center {
    justify-content: center !important;
  }
  .is-align-na-start {
    align-items: flex-start !important;
  }
  .is-align-na-end {
    align-items: flex-end !important;
  }
  .is-align-na-around {
    align-items: space-around !important;
  }
  .is-align-na-between {
    align-items: space-between !important;
  }
  .is-align-na-center {
    align-items: center !important;
  }
  .is-row-na-reverse {
    flex-direction: row-reverse;
  }
  .is-flex-na-column {
    flex-direction: column;
  }
  .is-flex-na-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 320px) {
  .is-justify-xs-start {
    justify-content: flex-start !important;
  }
  .is-justify-xs-end {
    justify-content: flex-end !important;
  }
  .is-justify-xs-around {
    justify-content: space-around !important;
  }
  .is-justify-xs-between {
    justify-content: space-between !important;
  }
  .is-justify-xs-center {
    justify-content: center !important;
  }
  .is-align-xs-start {
    align-items: flex-start !important;
  }
  .is-align-xs-end {
    align-items: flex-end !important;
  }
  .is-align-xs-around {
    align-items: space-around !important;
  }
  .is-align-xs-between {
    align-items: space-between !important;
  }
  .is-align-xs-center {
    align-items: center !important;
  }
  .is-row-xs-reverse {
    flex-direction: row-reverse;
  }
  .is-flex-xs-column {
    flex-direction: column;
  }
  .is-flex-xs-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 375px) {
  .is-justify-xs-lg-start {
    justify-content: flex-start !important;
  }
  .is-justify-xs-lg-end {
    justify-content: flex-end !important;
  }
  .is-justify-xs-lg-around {
    justify-content: space-around !important;
  }
  .is-justify-xs-lg-between {
    justify-content: space-between !important;
  }
  .is-justify-xs-lg-center {
    justify-content: center !important;
  }
  .is-align-xs-lg-start {
    align-items: flex-start !important;
  }
  .is-align-xs-lg-end {
    align-items: flex-end !important;
  }
  .is-align-xs-lg-around {
    align-items: space-around !important;
  }
  .is-align-xs-lg-between {
    align-items: space-between !important;
  }
  .is-align-xs-lg-center {
    align-items: center !important;
  }
  .is-row-xs-lg-reverse {
    flex-direction: row-reverse;
  }
  .is-flex-xs-lg-column {
    flex-direction: column;
  }
  .is-flex-xs-lg-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 480px) {
  .is-justify-sm-start {
    justify-content: flex-start !important;
  }
  .is-justify-sm-end {
    justify-content: flex-end !important;
  }
  .is-justify-sm-around {
    justify-content: space-around !important;
  }
  .is-justify-sm-between {
    justify-content: space-between !important;
  }
  .is-justify-sm-center {
    justify-content: center !important;
  }
  .is-align-sm-start {
    align-items: flex-start !important;
  }
  .is-align-sm-end {
    align-items: flex-end !important;
  }
  .is-align-sm-around {
    align-items: space-around !important;
  }
  .is-align-sm-between {
    align-items: space-between !important;
  }
  .is-align-sm-center {
    align-items: center !important;
  }
  .is-row-sm-reverse {
    flex-direction: row-reverse;
  }
  .is-flex-sm-column {
    flex-direction: column;
  }
  .is-flex-sm-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 900px) {
  .is-justify-md-start {
    justify-content: flex-start !important;
  }
  .is-justify-md-end {
    justify-content: flex-end !important;
  }
  .is-justify-md-around {
    justify-content: space-around !important;
  }
  .is-justify-md-between {
    justify-content: space-between !important;
  }
  .is-justify-md-center {
    justify-content: center !important;
  }
  .is-align-md-start {
    align-items: flex-start !important;
  }
  .is-align-md-end {
    align-items: flex-end !important;
  }
  .is-align-md-around {
    align-items: space-around !important;
  }
  .is-align-md-between {
    align-items: space-between !important;
  }
  .is-align-md-center {
    align-items: center !important;
  }
  .is-row-md-reverse {
    flex-direction: row-reverse;
  }
  .is-flex-md-column {
    flex-direction: column;
  }
  .is-flex-md-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .is-justify-lg-start {
    justify-content: flex-start !important;
  }
  .is-justify-lg-end {
    justify-content: flex-end !important;
  }
  .is-justify-lg-around {
    justify-content: space-around !important;
  }
  .is-justify-lg-between {
    justify-content: space-between !important;
  }
  .is-justify-lg-center {
    justify-content: center !important;
  }
  .is-align-lg-start {
    align-items: flex-start !important;
  }
  .is-align-lg-end {
    align-items: flex-end !important;
  }
  .is-align-lg-around {
    align-items: space-around !important;
  }
  .is-align-lg-between {
    align-items: space-between !important;
  }
  .is-align-lg-center {
    align-items: center !important;
  }
  .is-row-lg-reverse {
    flex-direction: row-reverse;
  }
  .is-flex-lg-column {
    flex-direction: column;
  }
  .is-flex-lg-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1800px) {
  .is-justify-xl-start {
    justify-content: flex-start !important;
  }
  .is-justify-xl-end {
    justify-content: flex-end !important;
  }
  .is-justify-xl-around {
    justify-content: space-around !important;
  }
  .is-justify-xl-between {
    justify-content: space-between !important;
  }
  .is-justify-xl-center {
    justify-content: center !important;
  }
  .is-align-xl-start {
    align-items: flex-start !important;
  }
  .is-align-xl-end {
    align-items: flex-end !important;
  }
  .is-align-xl-around {
    align-items: space-around !important;
  }
  .is-align-xl-between {
    align-items: space-between !important;
  }
  .is-align-xl-center {
    align-items: center !important;
  }
  .is-row-xl-reverse {
    flex-direction: row-reverse;
  }
  .is-flex-xl-column {
    flex-direction: column;
  }
  .is-flex-xl-row {
    flex-direction: row;
  }
}
.is-d-none {
  display: none;
}

.is-d-block {
  display: block;
}

.is-d-inline-block {
  display: inline-block;
}

.is-d-inline {
  display: inline;
}

.is-d-flex {
  display: flex;
}

.is-d-inline-flex {
  display: inline-flex;
}

.is-d-grid {
  display: grid;
}

.is-d-inline-grid {
  display: inline-grid;
}

.is-w-100 {
  width: 100%;
}

.is-h-100 {
  height: 100%;
}

.is-w-auto {
  width: auto;
}

.has-max-xs-lg {
  max-width: 375px;
}

.has-max-sm {
  max-width: 480px;
}

.is-relative {
  position: relative;
}

.has-z-1 {
  z-index: 1;
}

@media only screen and (min-width: 0) {
  .is-d-na-none {
    display: none;
  }
  .is-d-na-block {
    display: block;
  }
  .is-d-na-inline-block {
    display: inline-block;
  }
  .is-d-na-inline {
    display: inline;
  }
  .is-d-na-flex {
    display: flex;
  }
  .is-d-na-inline-flex {
    display: inline-flex;
  }
  .is-d-na-grid {
    display: grid;
  }
  .is-d-na-inline-grid {
    display: inline-grid;
  }
}
@media only screen and (min-width: 320px) {
  .is-d-xs-none {
    display: none;
  }
  .is-d-xs-block {
    display: block;
  }
  .is-d-xs-inline-block {
    display: inline-block;
  }
  .is-d-xs-inline {
    display: inline;
  }
  .is-d-xs-flex {
    display: flex;
  }
  .is-d-xs-inline-flex {
    display: inline-flex;
  }
  .is-d-xs-grid {
    display: grid;
  }
  .is-d-xs-inline-grid {
    display: inline-grid;
  }
}
@media only screen and (min-width: 375px) {
  .is-d-xs-lg-none {
    display: none;
  }
  .is-d-xs-lg-block {
    display: block;
  }
  .is-d-xs-lg-inline-block {
    display: inline-block;
  }
  .is-d-xs-lg-inline {
    display: inline;
  }
  .is-d-xs-lg-flex {
    display: flex;
  }
  .is-d-xs-lg-inline-flex {
    display: inline-flex;
  }
  .is-d-xs-lg-grid {
    display: grid;
  }
  .is-d-xs-lg-inline-grid {
    display: inline-grid;
  }
}
@media only screen and (min-width: 480px) {
  .is-d-sm-none {
    display: none;
  }
  .is-d-sm-block {
    display: block;
  }
  .is-d-sm-inline-block {
    display: inline-block;
  }
  .is-d-sm-inline {
    display: inline;
  }
  .is-d-sm-flex {
    display: flex;
  }
  .is-d-sm-inline-flex {
    display: inline-flex;
  }
  .is-d-sm-grid {
    display: grid;
  }
  .is-d-sm-inline-grid {
    display: inline-grid;
  }
}
@media only screen and (min-width: 900px) {
  .is-d-md-none {
    display: none;
  }
  .is-d-md-block {
    display: block;
  }
  .is-d-md-inline-block {
    display: inline-block;
  }
  .is-d-md-inline {
    display: inline;
  }
  .is-d-md-flex {
    display: flex;
  }
  .is-d-md-inline-flex {
    display: inline-flex;
  }
  .is-d-md-grid {
    display: grid;
  }
  .is-d-md-inline-grid {
    display: inline-grid;
  }
}
@media only screen and (min-width: 1200px) {
  .is-d-lg-none {
    display: none;
  }
  .is-d-lg-block {
    display: block;
  }
  .is-d-lg-inline-block {
    display: inline-block;
  }
  .is-d-lg-inline {
    display: inline;
  }
  .is-d-lg-flex {
    display: flex;
  }
  .is-d-lg-inline-flex {
    display: inline-flex;
  }
  .is-d-lg-grid {
    display: grid;
  }
  .is-d-lg-inline-grid {
    display: inline-grid;
  }
}
@media only screen and (min-width: 1800px) {
  .is-d-xl-none {
    display: none;
  }
  .is-d-xl-block {
    display: block;
  }
  .is-d-xl-inline-block {
    display: inline-block;
  }
  .is-d-xl-inline {
    display: inline;
  }
  .is-d-xl-flex {
    display: flex;
  }
  .is-d-xl-inline-flex {
    display: inline-flex;
  }
  .is-d-xl-grid {
    display: grid;
  }
  .is-d-xl-inline-grid {
    display: inline-grid;
  }
}
.has-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.has-no-gutters > [class*=col-], .has-no-gutters > .col {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-right-mobile {
  padding-right: 0 !important;
}
@media only screen and (min-width: 480px) {
  .no-gutter-right-mobile {
    padding-right: 15px !important;
  }
}

.row > [class*=col-].is-full-mobile-col {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 480px) {
  .row > [class*=col-].is-full-mobile-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-only.is-focusable:focus, .screen-reader-only.is-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.aspect-ratio-container {
  position: relative;
}
.aspect-ratio-container:before {
  display: block;
  content: "";
  width: 100%;
}
.aspect-ratio-container > .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio-container > .aspect-ratio-content.has-zoom .media-cover {
  transform: perspective(1px) scale(1);
  transition: transform 0.3s ease-in-out;
}
.aspect-ratio-container > .aspect-ratio-content.has-zoom:hover .media-cover, .aspect-ratio-container > .aspect-ratio-content.has-zoom:focus .media-cover, .aspect-ratio-container > .aspect-ratio-content.has-zoom:active .media-cover {
  transform: scale(1.05);
}
.aspect-ratio-container > .aspect-ratio-content.has-zoom:hover:after, .aspect-ratio-container > .aspect-ratio-content.has-zoom:focus:after, .aspect-ratio-container > .aspect-ratio-content.has-zoom:active:after {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.aspect-ratio-container > .aspect-ratio-content.has-zoom:after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease-in-out;
}
.aspect-ratio-container.is-1x1:not(.is-portrait):before {
  padding-top: 100%;
}
.aspect-ratio-container.is-1x1.is-portrait:before {
  padding-top: 100%;
}
.aspect-ratio-container.is-2x1:not(.is-portrait):before {
  padding-top: 100%;
}
.aspect-ratio-container.is-2x1.is-portrait:before {
  padding-top: 100%;
}
.aspect-ratio-container.is-16x9:not(.is-portrait):before {
  padding-top: 56.25%;
}
.aspect-ratio-container.is-16x9.is-portrait:before {
  padding-top: 177.7777777778%;
}
.aspect-ratio-container.is-4x3:not(.is-portrait):before {
  padding-top: 75%;
}
.aspect-ratio-container.is-4x3.is-portrait:before {
  padding-top: 133.3333333333%;
}
.aspect-ratio-container.is-3x2:not(.is-portrait):before {
  padding-top: 66.6666666667%;
}
.aspect-ratio-container.is-3x2.is-portrait:before {
  padding-top: 150%;
}

.media-cover,
.media-cover-sizeless {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.media-cover.is-top-left,
.media-cover-sizeless.is-top-left {
  object-position: 0 0;
}
.media-cover.is-top-center,
.media-cover-sizeless.is-top-center {
  object-position: 50% 0;
}
.media-cover.is-top-right,
.media-cover-sizeless.is-top-right {
  object-position: 100% 0;
}
.media-cover.is-center-left,
.media-cover-sizeless.is-center-left {
  object-position: 0 50%;
}
.media-cover.is-center-right,
.media-cover-sizeless.is-center-right {
  object-position: 100% 50%;
}
.media-cover.is-bottom-left,
.media-cover-sizeless.is-bottom-left {
  object-position: 0 100%;
}
.media-cover.is-bottom-center,
.media-cover-sizeless.is-bottom-center {
  object-position: 50% 100%;
}
.media-cover.is-bottom-right,
.media-cover-sizeless.is-bottom-right {
  object-position: 100% 100%;
}

.media-contain {
  object-fit: contain;
  object-position: 50% 50%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
.media-contain.is-bottom-center {
  object-position: 50% 100%;
  font-family: "object-fit: contain; object-position: 50% 100%;";
}

.media-cover, .media-contain {
  height: 100%;
  width: 100%;
}

.media-cover-sizeless {
  max-width: 100%;
  height: auto;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}
.bg-cover.is-focus-right-top {
  background-position: right top;
}
.bg-cover.is-focus-right-center {
  background-position: right center;
}
.bg-cover.is-focus-right-bottom {
  background-position: right bottom;
}
.bg-cover.is-focus-center-top {
  background-position: center top;
}
.bg-cover.is-focus-center-center {
  background-position: center center;
}
.bg-cover.is-focus-center-bottom {
  background-position: center bottom;
}
.bg-cover.is-focus-left-top {
  background-position: left top;
}
.bg-cover.is-focus-left-center {
  background-position: left center;
}
.bg-cover.is-focus-left-bottom {
  background-position: left bottom;
}

/*! purgecss end ignore */
#skip-navigation a {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
#skip-navigation a:focus, #skip-navigation a:active {
  border-radius: 0;
  color: #2e3137;
  background-color: #FF9600;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 0.75rem 1.5rem;
  border: 2px solid #2e3137;
  text-align: center;
  font-size: 1.1875rem;
  z-index: 20;
}

.has-text-center,
.has-text-center * {
  text-align: center;
}

.has-text-left,
.has-text-left * {
  text-align: left;
}

.has-text-right,
.has-text-right * {
  text-align: right;
}

@media only screen and (min-width: 480px) {
  .has-text-sm-center,
  .has-text-sm-center * {
    text-align: center;
  }
}

@media only screen and (min-width: 480px) {
  .has-text-sm-left,
  .has-text-sm-left * {
    text-align: left;
  }
}

@media only screen and (min-width: 900px) {
  .has-text-md-center,
  .has-text-md-center * {
    text-align: center;
  }
}

@media only screen and (min-width: 900px) {
  .has-text-md-left,
  .has-text-md-left * {
    text-align: left;
  }
}

.has-siema-controls .controls-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.has-siema-controls .controls-wrapper .controls {
  display: flex;
  justify-content: flex-end;
}
.has-siema-controls.has-dots .controls-wrapper .siema-pagination {
  display: inline-flex;
  position: relative;
  width: auto;
  vertical-align: middle;
  bottom: auto;
  left: auto;
  transform: none;
}
.has-siema-controls.has-dots .controls-wrapper .siema-pagination button {
  transition: all 0.8s 0.3s ease;
  background-color: transparent;
}
.has-siema-controls.has-dots .controls-wrapper .siema-pagination button.is-active {
  background-color: #ffffff;
  transition: all 0.8s 0.3s ease;
}
.has-siema-controls .siema-arrows {
  width: 100%;
  padding: 0 1.25rem;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 0;
  display: flex;
}
.has-siema-controls .siema-arrows button {
  transition: all 0.3s ease;
  padding: 0.25rem;
  border-radius: 70%;
  background-color: rgba(46, 49, 55, 0.2);
  border: 1px solid #ffffff;
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  pointer-events: auto;
}
.has-siema-controls .siema-arrows button.is-showing {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(46, 49, 55, 0.8);
}
.has-siema-controls .siema-arrows button.is-showing:focus {
  background-color: #ff9600;
}

.button,
button [type=button] {
  display: inline-block;
  border: 0;
  text-decoration: none;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: inherit;
  font-weight: 400;
  font-size: 1.5rem;
  color: #2e3137;
}
.button[type]:focus, .button:focus,
button [type=button][type]:focus,
button [type=button]:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #FF9600;
  color: #ffffff;
  outline-offset: 0;
}
.button.primary,
button [type=button].primary {
  border-radius: 3px;
  background-color: #3771d0;
  outline-width: 0;
  color: #ffffff;
  box-shadow: 0px 3px 0px #1F4482;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.313rem;
}
@media only screen and (min-width: 900px) {
  .button.primary,
  button [type=button].primary {
    font-size: 1.5rem;
  }
}
.button.primary:hover,
button [type=button].primary:hover {
  box-shadow: 0px 3px 0px #2D65C0;
}
.button.primary.negative,
button [type=button].primary.negative {
  box-shadow: 0px 3px 0px #f1f1f1;
  background-color: #eaeaea;
  color: #2e3137;
}
.button.primary.negative:hover,
button [type=button].primary.negative:hover {
  box-shadow: 0px 3px 0px #f1f1f1;
  background-color: #f1f1f1;
}
.button.primary.small,
button [type=button].primary.small {
  font-size: 0.8125rem;
  padding: 0.5rem 1.25rem;
}
.button.primary.bg-brand,
button [type=button].primary.bg-brand {
  background-color: #bc0031;
  color: #ffffff;
  box-shadow: 0px 3px 0px rgb(137, 0, 35.7074468085);
}
.button.primary.link,
button [type=button].primary.link {
  padding: 1.25rem 1.25rem 1.25rem 0;
  font-size: 1.313rem;
}
@media only screen and (min-width: 900px) {
  .button.primary.link,
  button [type=button].primary.link {
    font-size: 1.5rem;
  }
}
.button.primary.has-m-0,
button [type=button].primary.has-m-0 {
  margin: 0;
}
.button.secondary,
button [type=button].secondary {
  border-radius: 3px;
  background-color: #274d8b;
  white-space: normal;
  text-align: left;
  outline-width: 0;
  font-size: 1rem;
  color: #ffffff;
  box-shadow: 0px 3px 0px #1F4482;
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  line-height: 19px;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
}
.button.secondary:hover,
button [type=button].secondary:hover {
  box-shadow: 0px 3px 0px #2D65C0;
}
.button.secondary.small,
button [type=button].secondary.small {
  font-size: 0.8125rem;
  padding: 0.5rem 1.25rem;
}
.button.secondary.bg-brand,
button [type=button].secondary.bg-brand {
  background-color: #bc0031;
  color: #ffffff;
  box-shadow: 0px 3px 0px rgb(137, 0, 35.7074468085);
}
.button.secondary.is-search,
button [type=button].secondary.is-search {
  padding: 0.75rem 1.25rem 0.75rem 1.3rem;
  text-indent: -9990em;
  border-radius: 3px;
  box-shadow: none;
}
.button.secondary.is-search .bcc-font_search,
button [type=button].secondary.is-search .bcc-font_search {
  text-indent: 0;
}
@media only screen and (min-width: 900px) {
  .button.secondary.is-search,
  button [type=button].secondary.is-search {
    padding: 0.75rem 1.25rem 0.75rem 3.125rem;
    text-indent: 0;
  }
}
.button.secondary.has-m-0,
button [type=button].secondary.has-m-0 {
  margin: 0;
}
.button.link,
button [type=button].link {
  background-color: transparent;
  outline-width: 0;
  font-size: 1.1875rem;
  color: #0D45A0;
  box-shadow: none;
  padding: 0 0;
  text-decoration: underline;
}
.button.link:hover,
button [type=button].link:hover {
  color: #3771d0;
  text-decoration: underline;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  box-shadow: none;
}
.button.link:focus,
button [type=button].link:focus {
  background-color: transparent;
  color: #000000;
  outline: #FF9600 solid 3px;
  outline-offset: 0;
  text-decoration: none;
}
.button:not(:disabled):not(.disabled),
button [type=button]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.button.disabled,
.button disabled,
button [type=button].disabled,
button [type=button] disabled {
  font-size: 1.5rem;
  cursor: none;
  padding: 0.75rem 1.25rem;
  background-color: #CCCCCC;
  color: #ffffff;
}
.button[type]:focus, .button:focus,
button [type=button][type]:focus,
button [type=button]:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #FF9600;
  color: #ffffff;
  outline-offset: 0;
}
.button:active,
button [type=button]:active {
  top: 2px;
}
.button:hover.icon-right i, .button:hover.icon-left i,
button [type=button]:hover.icon-right i,
button [type=button]:hover.icon-left i {
  color: white;
}
.button.icon-right i, .button.icon-left i,
button [type=button].icon-right i,
button [type=button].icon-left i {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 1.1875rem;
  color: rgba(255, 255, 255, 0.6);
}
.button.icon-right,
button [type=button].icon-right {
  padding: 0.75rem 3.125rem 0.75rem 1.25rem;
}
.button.icon-right i,
button [type=button].icon-right i {
  right: 0.75rem;
}
.button.icon-left,
button [type=button].icon-left {
  padding: 0.75rem 1.25rem 0.75rem 3.125rem;
}
.button.icon-left i,
button [type=button].icon-left i {
  left: 0.75rem;
}

.button {
  margin-bottom: 1.25rem;
}
.button:not(:last-child) {
  margin-right: calc(3.125rem / 2);
}

.button-no-group {
  display: inline-block;
}
.button-no-group .button,
.button-no-group small {
  display: block;
}

.button-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 1rem;
}
@media only screen and (min-width: 900px) {
  .button-group {
    gap: 0 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(18.438rem, 18.438rem));
  }
}
.button-group.head {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .button-group.head {
    padding-bottom: 1.25rem;
  }
}
.button-group > div .button {
  white-space: normal;
  text-align: left;
  line-height: normal;
  margin-right: 1.5625rem;
}
.button-group > div small {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .button-group > div small {
    padding-bottom: 1.25rem;
  }
}

.primary-disabled {
  pointer-events: none;
  border: none;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  user-select: none;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 20px;
  min-width: 100px;
  background: rgb(204, 204, 204) !important;
}

.primary-disabled-spinner {
  height: 23px;
  text-align: center;
}

@keyframes preventDoubleAnimation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.primary-disabled-spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  display: inline-block;
  transform: scale(1);
  margin: 0px 4px;
  border-radius: 100%;
  animation: preventDoubleAnimation 1.4s ease-in-out infinite;
}

.primary-disabled-spinner div:nth-child(1) {
  animation-delay: -0.32s;
}

.primary-disabled-spinner div:nth-child(2) {
  animation-delay: -0.16s;
}

/* ACCORDION */
.accordion-block {
  margin: 40px 0;
  max-width: 900px;
}
.accordion-block button {
  background-color: transparent;
  all: inherit;
  margin: 0px 0px 5px 0px;
  display: flex;
  align-items: center;
  color: #0D45A0;
}
.accordion-block p {
  margin: 0px;
  font-size: 1rem;
}

.accordion {
  border-bottom: 1px solid #CCC;
}
.accordion-summary {
  margin: 0px;
  padding: 0px 40px 1.25rem 0px !important;
}
@media only screen and (max-width: 900px) {
  .accordion-summary {
    padding-right: 30px !important;
  }
}
.accordion_all-button:hover, .accordion_all-button:focus {
  cursor: pointer;
  text-decoration: underline;
}
.accordion_all-button_bottom {
  margin: 5px 0px 0px 0px !important;
}
.accordion-item {
  border-top: 1px solid #CCC;
}
.accordion-item div {
  padding: 0 40px 1.25rem 0;
}
@media only screen and (max-width: 900px) {
  .accordion-item div {
    font-size: 16px;
    line-height: 19px;
    padding-right: 30px;
  }
}
.accordion-header {
  padding: 1.25rem 0 !important;
}
.accordion-header:hover {
  cursor: pointer;
  background-color: #DEE6FC;
  text-decoration-line: none;
}
.accordion h2 {
  margin: 0;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 900px) {
  .accordion h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.accordion h2 button {
  all: inherit;
  border: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  color: #0D45A0;
  background-color: transparent;
  font-size: 1.875rem;
  gap: 10px;
}
@media only screen and (max-width: 900px) {
  .accordion h2 button {
    font-size: 20px;
    line-height: 22px;
  }
}
.accordion h2 button svg {
  height: 1em;
  margin-left: 0.5em;
}
.accordion h2 button:focus {
  color: #000000;
  background-color: #FF9600;
  outline: 3px solid #FF9600;
  outline-offset: 0;
}

.field .drop {
  position: relative;
  line-height: 2.5rem;
  overflow: hidden;
}
.field .drop select:-ms-expand {
  display: none;
}
.field .drop select:focus {
  background: none;
  outline: none;
  outline-width: 0;
}
.field .drop select:focus + .drop__background:before {
  border-color: #FF9600;
}
.field .drop select option {
  max-width: 100%;
  overflow: hidden;
  word-wrap: normal !important;
  white-space: break-spaces !important;
}
.field .drop .drop__background {
  font-size: 0;
  height: 0;
  width: 0;
}
.field .drop .drop__background:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #CCCCCC;
  box-shadow: 0 1px 0 0 #2e3137;
  border-radius: 3px;
  transition: all 0.2s;
  top: 0;
  background: white;
}
.field .drop .drop__background:after {
  color: #676973;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  text-align: center;
  text-transform: none;
  line-height: 1.25rem;
  font-size: 0.8125rem;
  transition: all 0.2s;
  transform: rotate(0deg);
  font-family: "bccFont";
  content: "\e60c";
}

.field--set-option-block .option-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.field--set-option-block .option-block .field__label {
  padding: 1.25rem 1.875rem;
  border: 2px solid #CCCCCC;
  width: 100%;
}
.field--set-option-block .option-block .field__label:before, .field--set-option-block .option-block .field__label:after {
  display: none;
}

.slate__title, .key-data__title, .info--affirm.info--reverse .info__copy, .info--affirm .info__title, .info--reverse .info__copy, .info__title {
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (min-width: 900px) {
  .slate__title, .key-data__title, .info--affirm.info--reverse .info__copy, .info--affirm .info__title, .info--reverse .info__copy, .info__title {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

.slate__copy, .key-data__copy, .warning__copy, .info--affirm.info--reverse .info__title, .info--affirm .info__copy, .info--reverse .info__title, .info__copy {
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .slate__copy, .key-data__copy, .warning__copy, .info--affirm.info--reverse .info__title, .info--affirm .info__copy, .info--reverse .info__title, .info__copy {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}

.key-data__footer {
  font-size: 1.1875rem;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
}
@media only screen and (max-width: 900px) {
  .key-data__footer {
    font-size: 1rem;
    line-height: 21px;
  }
}

.slate, .key-data, .warning, .info {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .slate, .key-data, .warning, .info {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

/* add a small amount of margin to resolve styling issue with demo spacing on mobile */
@media only screen and (max-width: 900px) {
  .panel-block {
    margin-bottom: 20px;
  }
}

.info {
  max-width: 900px;
  padding: 10px;
  position: relative;
  border-left: 6px solid #eaeaea;
}
@media only screen and (min-width: 900px) {
  .info {
    border-left-width: 10px;
    padding-left: 1.25rem;
  }
}
.info a {
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 900px) {
  .info a {
    font-size: 19px;
  }
}
.info a:not(:last-child) {
  margin-right: calc(2.5rem / 2);
}
.info__title {
  margin-bottom: 0;
}
.info__copy {
  /* add > to only select direct children */
}
.info__copy li a:not(:last-child),
.info__copy p a:not(:last-child) {
  margin-right: 0;
}
.info__copy li ~ li {
  margin-top: 0.625rem;
}

.info--reverse .info__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .info--reverse .info__title {
    font-size: 19px;
    line-height: 26px;
  }
}
.info--reverse .info__copy {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (min-width: 900px) {
  .info--reverse .info__copy {
    font-size: 30px;
    line-height: 36px;
  }
}

.info--affirm {
  border-color: #188049;
}
.info--affirm .info__title {
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  color: #188049;
}
.info--affirm .info__copy {
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
.info--affirm.info--reverse .info__title {
  color: #2e3137;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
}
.info--affirm.info--reverse .info__copy {
  color: #188049;
  font-weight: 400;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
}

.warning {
  width: 100%;
  max-width: 900px;
  position: relative;
  padding: 0;
  border: 0;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  display: flex;
  align-items: center;
}
.warning__icon {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 0.75rem;
}
.warning__icon:before {
  font-size: 3rem;
}
.warning__copy {
  padding-left: 5rem;
  padding-block: 1.875rem;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .warning__copy {
    line-height: 1.625rem;
  }
}

.key-data {
  width: 100%;
  max-width: 900px;
  position: relative;
  padding: 15px;
  background-color: #188049;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .key-data {
    padding: 30px;
  }
}
.key-data__title {
  color: #ffffff;
  font-size: 19px;
  line-height: 26px;
}
@media only screen and (min-width: 900px) {
  .key-data__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.key-data__copy {
  color: #ffffff;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 480px) {
  .key-data__copy {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 900px) {
  .key-data__copy {
    font-size: 72px;
    line-height: 72px;
  }
}
.key-data__footer {
  color: #ffffff;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 900px) {
  .key-data__footer {
    font-size: 19px;
    line-height: 36px;
  }
}

.info--1of2 {
  margin-bottom: 0;
}

.info--2of2 {
  margin-top: 0;
  padding-top: 0;
}

.block {
  border-left: 6px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  margin: 0;
  padding: 0 1rem 0 5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .block {
    border-left-width: 0.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .block {
    margin-bottom: 1.875rem;
  }
}
.block .block__title {
  margin-top: 1.875rem;
}
.block .icon--bcc:before {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
  font-size: 32px;
}

.slate {
  max-width: 900px;
  background: #eaeaea;
  padding: 1.875rem;
}
@media only screen and (max-width: 900px) {
  .slate {
    padding: 25px 1.25rem;
  }
}
.slate__title {
  font-size: 19px;
  line-height: 26px;
}
@media only screen and (min-width: 900px) {
  .slate__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.slate__copy {
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .slate__copy {
    font-size: 19px;
    line-height: 26px;
  }
}

.slate--white {
  background: none;
}
.slate--white.slate--outline {
  border: 2px solid #eaeaea;
}

.slate--outline {
  border: 2px solid #d8d8d9;
}

.slate--primary {
  background: #d5e5ff;
}

/* Equalities */
.slatelayout--main,
.slatelayout--side {
  padding-left: 0;
  padding-right: 0;
}

.slatelayout--main {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 1.25rem;
}

.slatelayout--side {
  margin-top: 10px;
  padding-right: 0;
}
@media only screen and (min-width: 900px) {
  .slatelayout--side {
    margin-top: 0;
  }
  .slatelayout--side .cta {
    float: right;
  }
}

.info--errors {
  border-color: #ea0000;
}
.info--errors ul {
  margin-bottom: 0;
}
.info--errors .info__title {
  color: #ea0000;
  line-height: 22px;
}
@media only screen and (min-width: 900px) {
  .info--errors .info__title {
    font-size: 24px;
    line-height: 27px;
  }
}
.info--errors .info__copy li {
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 900px) {
  .info--errors .info__copy li {
    line-height: 1.875rem;
  }
}
.info--errors .info__copy p a {
  color: #2e3137;
}
@media only screen and (min-width: 900px) {
  .info--errors .info__copy {
    font-size: 1rem;
    line-height: 22px;
  }
}
.info--errors p:last-child {
  margin-bottom: 0;
}

.panel {
  line-height: 22px;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 0.5rem;
  position: relative;
  border-left: 6px solid #CCCCCC;
}
@media only screen and (min-width: 900px) {
  .panel {
    border-left-width: 0.5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
  }
}
.panel .panel__title,
.panel .panel__copy {
  max-width: 600px;
}
.panel .panel__title {
  font-weight: 700;
  display: block;
  margin: 0 0 0.5rem;
  line-height: 1.1em;
  font-weight: normal;
}
@media only screen and (min-width: 900px) {
  .panel .panel__title {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 900px) {
  .panel .panel__copy {
    line-height: 1.875rem;
  }
}
.panel.panel--errors {
  border-color: #ea0000;
}
.panel.panel--errors ul {
  margin-bottom: 0;
}
.panel.panel--errors .panel__title {
  color: #ea0000;
  line-height: 22px;
}
@media only screen and (min-width: 900px) {
  .panel.panel--errors .panel__title {
    font-size: 1.5rem;
    line-height: 27px;
  }
}
.panel.panel--errors .panel__copy li {
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 900px) {
  .panel.panel--errors .panel__copy li {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 900px) {
  .panel.panel--errors .panel__copy {
    font-size: 1rem;
    line-height: 22px;
  }
}
.panel.panel--errors p:last-child {
  margin-bottom: 0;
}
.panel.panel--warning {
  width: 100%;
  display: table;
  padding: 0;
  border: 0;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  max-width: 2.5rem;
}
.panel.panel--warning .panel__icon {
  width: 32px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 48px;
}
.panel.panel--warning .panel__copy {
  display: table-cell;
  vertical-align: middle;
  padding: 1.875rem 0.5rem;
  max-width: auto;
}
@media only screen and (min-width: 900px) {
  .panel.panel--warning .panel__copy {
    line-height: 1.875rem;
  }
}
.panel.panel--warning p {
  margin-bottom: 0;
}
.panel.panel--feedback {
  background: none;
  border: 2px solid #CCCCCC;
  border-radius: 0;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .panel.panel--feedback {
    padding: 1.875rem;
    margin-top: 60px;
  }
}
.panel.panel--affirm + p {
  margin-top: 1.25rem;
}
.panel.panel--affirm {
  border-color: #188049;
}
.panel.panel--affirm .panel__title {
  color: #188049;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .panel.panel--affirm .panel__title {
    font-size: 1.875rem;
    line-height: 34px;
    margin: 0 0 5px;
  }
}
.panel.panel--affirm .panel__copy {
  font-weight: 700;
  font-size: 1rem;
  line-height: 21px;
  margin: 0 0 5px;
}
@media only screen and (min-width: 900px) {
  .panel.panel--affirm .panel__copy {
    line-height: 1.875rem;
  }
}
.panel.panel--affirm.panel--date .panel__title {
  font-size: 1rem;
  line-height: 21px;
  font-weight: 700;
}
.panel.panel--affirm.panel--date .panel__copy {
  color: #188049;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .panel.panel--affirm.panel--date .panel__copy {
    font-size: 1.875rem;
    line-height: 34px;
  }
}
.panel.panel--side {
  margin-top: 0;
}
.panel.panel--side .panel__title {
  font-size: 1.1875rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .panel.panel--side .panel__title {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.panel.panel--side .panel__copy {
  line-height: 1.875rem;
}
.panel.panel--side .panel__copy p,
.panel.panel--side .panel__copy ol,
.panel.panel--side .panel__copy ul {
  font-size: inherit;
  line-height: inherit;
}
.panel.panel--side.panel--affirm .panel__title {
  font-size: 1.1875rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .panel.panel--side.panel--affirm .panel__title {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.panel.panel--side.panel--affirm .panel__copy {
  font-size: 1rem;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .panel.panel--side.panel--affirm .panel__copy {
    font-size: 1rem;
    line-height: 21px;
  }
}
.panel.panel--side.panel--affirm a {
  font-size: 1rem;
}
.panel.panel--side.panel--affirm.panel--date {
  margin-bottom: 1.25rem;
}
.panel.panel--side.panel--affirm.panel--date .panel__title {
  font-size: 1rem;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .panel.panel--side.panel--affirm.panel--date .panel__title {
    font-size: 1rem;
    line-height: 21px;
  }
}
.panel.panel--side.panel--affirm.panel--date .panel__copy {
  font-size: 1.1875rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .panel.panel--side.panel--affirm.panel--date .panel__copy {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.panel.panel--1of2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.panel.panel--2of2 {
  margin-top: 0;
  padding-top: 0;
}

.panel--tile {
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  margin: 0;
  padding: 0 15px 0 70px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .panel--tile {
    margin-bottom: 1.875rem;
  }
}
.panel--tile .panel__title {
  margin-top: 1.875rem;
}
.panel--tile .icon--bcc:before {
  position: absolute;
  top: 31px;
  left: 1.25rem;
  font-size: 32px;
}

.panel .panel__copy > *:last-child,
.panel .panel__copy > *:last-child > *:last-child,
.panel .panel__copy > *:last-child > *:last-child > *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.step-header {
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 900px) {
  .step-header {
    margin: 0 0 2.5rem;
  }
}
.step-header__title {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 900px) {
  .step-header__title {
    border-bottom: 2px solid #CCCCCC;
  }
}
.step-header__title__steps {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  color: #676973;
}
@media only screen and (min-width: 900px) {
  .step-header__title__steps {
    font-size: 19px;
  }
}
.step-header__title__steps__seperator {
  display: inline;
  margin: 0 5px 0 0;
}
.pagination-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aui #loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 49, 55, 0.8);
  z-index: 9999;
  place-items: center;
}
.aui #loading-overlay div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}
.aui #loading-overlay div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  margin: -4px 0 0 -4px;
}
.aui #loading-overlay div:nth-child(1) {
  animation-delay: -0.036s;
}
.aui #loading-overlay div:nth-child(1) :after {
  top: 63px;
  left: 63px;
}
.aui #loading-overlay div:nth-child(2) {
  animation-delay: -0.072s;
}
.aui #loading-overlay div:nth-child(2) :after {
  top: 68px;
  left: 56px;
}
.aui #loading-overlay div:nth-child(3) {
  animation-delay: -0.108s;
}
.aui #loading-overlay div:nth-child(3) :after {
  top: 71px;
  left: 48px;
}
.aui #loading-overlay div:nth-child(4) {
  animation-delay: -0.144s;
}
.aui #loading-overlay div:nth-child(4) :after {
  top: 72px;
  left: 40px;
}
.aui #loading-overlay div:nth-child(5) {
  animation-delay: -0.18s;
}
.aui #loading-overlay div:nth-child(5) :after {
  top: 71px;
  left: 32px;
}
.aui #loading-overlay div:nth-child(6) {
  animation-delay: -0.216s;
}
.aui #loading-overlay div:nth-child(6) :after {
  top: 68px;
  left: 24px;
}
.aui #loading-overlay div:nth-child(7) {
  animation-delay: -0.252s;
}
.aui #loading-overlay div:nth-child(7) :after {
  top: 63px;
  left: 17px;
}
.aui #loading-overlay div:nth-child(8) {
  animation-delay: -0.288s;
}
.aui #loading-overlay div:nth-child(8) :after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumb-block {
  border-bottom: 5px solid #eaeaea;
}
.breadcrumb-block .breadcrumb-bar {
  position: relative;
}
.breadcrumb-block .breadcrumb-bar ul {
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: calc(1.25rem - 5px);
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 480px) {
  .breadcrumb-block .breadcrumb-bar ul {
    justify-content: flex-start;
  }
}
.breadcrumb-block .breadcrumb-bar ul li {
  vertical-align: text-bottom;
  color: #676973;
  white-space: nowrap;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.breadcrumb-block .breadcrumb-bar ul li:not(:last-of-type) {
  padding-right: 0.75rem;
}
.breadcrumb-block .breadcrumb-bar ul li:not(:last-of-type):after {
  display: inline-block;
  color: #676973;
  font-size: 1.1875rem;
  content: ">";
  padding: 0 0 0 0.75rem;
}
.breadcrumb-block .breadcrumb-bar ul li a {
  display: inline-block;
}

.navigation-lists-block .articles {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}
@media only screen and (min-width: 900px) {
  .navigation-lists-block .articles {
    border-top: 0px;
  }
}
.navigation-lists-block .articles .article header h3 {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 900px) {
  .navigation-lists-block .row {
    flex-direction: row;
  }
}

.theme-orange {
  position: relative;
  border-bottom: 6px solid #cc7800;
  background-color: #FF9600;
}
.theme-orange.heading {
  border: 0;
  background-color: rgba(255, 150, 0, 0.73);
}
.theme-orange h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-green {
  position: relative;
  border-bottom: 6px solid rgb(15.9473684211, 85.0526315789, 48.5065789474);
  background-color: #188049;
}
.theme-green.heading {
  border: 0;
  background-color: rgba(24, 128, 73, 0.73);
}
.theme-green h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-red {
  position: relative;
  border-bottom: 6px solid #b70000;
  background-color: #ea0000;
}
.theme-red.heading {
  border: 0;
  background-color: rgba(234, 0, 0, 0.73);
}
.theme-red h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-red-dark {
  position: relative;
  border-bottom: 6px solid rgb(137, 0, 35.7074468085);
  background-color: #bc0031;
}
.theme-red-dark.heading {
  border: 0;
  background-color: rgba(188, 0, 49, 0.73);
}
.theme-red-dark h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-yellow {
  position: relative;
  border-bottom: 6px solid rgb(204, 163.2, 0);
  background-color: #ffcc00;
}
.theme-yellow.heading {
  border: 0;
  background-color: rgba(255, 204, 0, 0.73);
}
.theme-yellow h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-grey {
  position: relative;
  border-bottom: 6px solid rgb(78.9036697248, 80.4357798165, 88.0963302752);
  background-color: #676973;
}
.theme-grey.heading {
  border: 0;
  background-color: rgba(103, 105, 115, 0.73);
}
.theme-grey h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-grey-dark {
  position: relative;
  border-bottom: 6px solid rgb(22.7722772277, 24.2574257426, 27.2277227723);
  background-color: #2e3137;
}
.theme-grey-dark.heading {
  border: 0;
  background-color: rgba(46, 49, 55, 0.73);
}
.theme-grey-dark h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-grey-light {
  position: relative;
  border-bottom: 6px solid rgb(178.5, 178.5, 178.5);
  background-color: #CCCCCC;
}
.theme-grey-light.heading {
  border: 0;
  background-color: rgba(204, 204, 204, 0.73);
}
.theme-grey-light h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-blue-light {
  position: relative;
  border-bottom: 6px solid rgb(40.3400809717, 90.1214574899, 171.6599190283);
  background-color: #3771d0;
}
.theme-blue-light.heading {
  border: 0;
  background-color: rgba(55, 113, 208, 0.73);
}
.theme-blue-light h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-blue-dark {
  position: relative;
  border-bottom: 6px solid rgb(27.8258426966, 54.9382022472, 99.1741573034);
  background-color: #274d8b;
}
.theme-blue-dark.heading {
  border: 0;
  background-color: rgba(39, 77, 139, 0.73);
}
.theme-blue-dark h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-blue {
  position: relative;
  border-bottom: 6px solid rgb(9.1676300578, 48.6589595376, 112.8323699422);
  background-color: #0D45A0;
}
.theme-blue.heading {
  border: 0;
  background-color: rgba(13, 69, 160, 0.73);
}
.theme-blue h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-teal {
  position: relative;
  border-bottom: 6px solid rgb(33.6842105263, 80.701754386, 86.3157894737);
  background-color: #30737B;
}
.theme-teal.heading {
  border: 0;
  background-color: rgba(23, 55, 73, 0.73);
}
.theme-teal h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-slate {
  position: relative;
  border-bottom: 6px solid rgb(162, 197.4285714286, 255);
  background-color: #d5e5ff;
}
.theme-slate.heading {
  border: 0;
  background-color: rgba(213, 229, 255, 0.73);
}
.theme-slate h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-brand {
  position: relative;
  border-bottom: 6px solid rgb(137, 0, 35.7074468085);
  background-color: #bc0031;
}
.theme-brand.heading {
  border: 0;
  background-color: rgba(188, 0, 49, 0.73);
}
.theme-brand h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-white {
  position: relative;
  border-bottom: 6px solid rgb(229.5, 229.5, 229.5);
  background-color: #ffffff;
}
.theme-white.heading {
  border: 0;
  background-color: rgba(255, 255, 255, 0.73);
}
.theme-white h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-black {
  position: relative;
  border-bottom: 6px solid black;
  background-color: #000000;
}
.theme-black.heading {
  border: 0;
  background-color: rgba(0, 0, 0, 0.73);
}
.theme-black h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-purple {
  position: relative;
  border-bottom: 6px solid rgb(55.6, 32.1894736842, 106.8105263158);
  background-color: #4c2c92;
}
.theme-purple.heading {
  border: 0;
  background-color: rgba(76, 44, 146, 0.73);
}
.theme-purple h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Thesans-SemiBold", "Helvetica Neue", Arial, sans-serif;
}

.theme-teal {
  background-color: #30737B;
}
.theme-teal h1 {
  color: #ffffff;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
}
.theme-teal .tiles-grid .tile-link {
  color: #2e3137;
  background-color: #ffffff;
  box-shadow: 0px 3px 0px #999999;
}
.theme-teal .tiles-grid .tile-link:hover {
  color: #ffffff;
  background-color: #bc0031;
  box-shadow: 0px 3px 0px rgb(137, 0, 35.7074468085);
}
.theme-teal .tiles-grid .tile-link:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #FF9600;
  outline-offset: 0;
}

.theme-grey-light h1 {
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
}

.theme-grey-dark h1 {
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
}

.theme-grey-light-teal {
  background-color: #CCCCCC;
  border-bottom: 6px solid rgb(178.5, 178.5, 178.5);
}
.theme-grey-light-teal .tiles-grid .tile-link {
  color: #ffffff;
  background-color: #30737B;
  box-shadow: 0px 3px 0px rgb(33.6842105263, 80.701754386, 86.3157894737);
}
.theme-grey-light-teal .tiles-grid .tile-link:hover {
  background-color: rgb(33.6842105263, 80.701754386, 86.3157894737);
  box-shadow: 0px 3px 0px rgb(19.3684210526, 46.4035087719, 49.6315789474);
}
.theme-grey-light-teal .tiles-grid .tile-link:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #FF9600;
  outline-offset: 0;
}

.theme-teal h1,
.theme-grey-dark h1,
.theme-grey h1,
.theme-blue h1,
.theme-red-dark h1,
.theme-brand h1,
.theme-red h1,
.theme-green h1,
.theme-black h1,
.theme-blue-dark h1 {
  color: #ffffff;
}

.navigation-tiles-block .heading {
  border: 0;
}
.navigation-tiles-block h1 {
  position: relative;
  padding: 1.875rem 0;
  line-height: 2.5rem;
  margin: 0 !important;
}

.tiles-grid .tile {
  display: flex;
}
.tiles-grid .tile-link {
  display: flex;
  align-items: center;
  border-radius: 3px;
  outline-width: 0;
  font-weight: 400;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.5rem;
  transition: all 0.2s ease;
  flex: auto;
  color: #2e3137;
  background-color: #ffffff;
  box-shadow: 0px 3px 0px #999999;
}
@media only screen and (min-width: 900px) {
  .tiles-grid .tile-link {
    min-height: 4.0625rem;
    font-size: 1.1875rem;
  }
}
.tiles-grid .tile-link:hover {
  color: #ffffff;
  background-color: #bc0031;
  box-shadow: 0px 3px 0px rgb(137, 0, 35.7074468085);
}
.tiles-grid .tile-link:hover.icon-right i {
  color: #ffffff;
}
.tiles-grid .tile-link:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #FF9600;
  outline-offset: 0;
}
.tiles-grid .tile-link.icon-right {
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
}
.tiles-grid .tile-link.icon-right i {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 0.5rem;
  color: #CCC;
  transition: all 0.2s ease;
}

.promotional-tiles-block .tile-container header {
  display: flex;
}
.promotional-tiles-block .tile-container h2 {
  margin-bottom: 1rem;
  margin-top: 0;
}
.promotional-tiles-block .tile-container .promotional-tile {
  border-top: 5px solid #bc0031;
}
.promotional-tiles-block .tile-container .promotional-tile h3 {
  margin-bottom: 1rem;
}

.carouselbannerblock {
  padding: 0;
}

.siema.carousel-header-block.has-dots,
.imagebannerblock.has-dots {
  margin-bottom: 0;
}
.siema.carousel-header-block.has-dots .siema-pagination,
.imagebannerblock.has-dots .siema-pagination {
  padding: 0.75rem 0;
}
.siema.carousel-header-block.has-dots .siema-pagination button,
.imagebannerblock.has-dots .siema-pagination button {
  height: 10px;
  width: 10px;
}
.siema.carousel-header-block .siema-arrows button,
.imagebannerblock .siema-arrows button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.siema.carousel-header-block .siema-arrows button span,
.imagebannerblock .siema-arrows button span {
  font-size: 1.1875rem;
}
.siema.carousel-header-block .slide, .siema.carousel-header-block .slide:after, .siema.carousel-header-block .slide:before,
.imagebannerblock .slide,
.imagebannerblock .slide:after,
.imagebannerblock .slide:before {
  height: 100%;
  width: 100%;
}
.siema.carousel-header-block .slide,
.imagebannerblock .slide {
  position: relative;
}
.siema.carousel-header-block .slide:after,
.imagebannerblock .slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 20%);
}
.siema.carousel-header-block .slide video,
.imagebannerblock .slide video {
  width: 100%;
  height: 100%;
}

.siema {
  position: relative;
}
.siema .siema-slides-wrapper .slide .aspect-ratio-container {
  pointer-events: none;
}
.siema .siema-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  pointer-events: auto;
}
.siema .siema-pagination button {
  margin-right: 0.5rem;
}
.siema .siema-pagination button:nth-last-child(-n+1) {
  margin-right: 0;
}
.siema.has-no-pagination .siema-pagination {
  display: none;
}
.siema.has-dots {
  margin-bottom: 1.875rem;
}
.siema.has-dots .siema-pagination {
  pointer-events: auto;
}
.siema.has-dots .siema-pagination button {
  display: block;
  padding: 0;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
  border: 1px solid #ffffff;
}
.siema.has-dots .siema-pagination button.is-active {
  padding: 0.25rem;
  background-color: #CCCCCC;
}
.siema.has-dots .siema-pagination button:focus {
  background-color: #ff9600 !important;
}
.siema.has-dots.has-blue-dots .siema-pagination button {
  border: 1px solid #0D45A0;
}
.siema.has-dots.has-blue-dots .siema-pagination button.is-active {
  background-color: #0D45A0;
}
.siema.has-arrow-sides .siema-arrows button {
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  padding: 0;
}
.siema.has-arrow-sides .siema-arrows button:last-of-type {
  left: auto;
  right: -6px;
}
.siema.has-arrow-sides .siema-arrows button span {
  font-size: 1.5rem;
}
.siema.has-arrow-top {
  position: relative;
}
.siema.has-arrow-top .siema-arrows {
  position: absolute;
  top: 0;
  right: 0.75rem;
  transform: translateY(-100%);
  padding-bottom: 0.5rem;
}
.siema.has-arrow-top .siema-arrows button {
  color: #676973;
  transition: color 0.6s ease-in-out;
}
.siema.has-arrow-top .siema-arrows button.is-showing {
  color: inherit;
}
.siema.has-inactive-slide-style .slide .aspect-ratio-container .aspect-ratio-content img {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.6;
}
.siema.has-inactive-slide-style .slide.has-active-slide .aspect-ratio-container .aspect-ratio-content img {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.multistate-checkbox__title {
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__title {
    font-size: 30px;
    line-height: 34px;
  }
}

.multistate-checkbox__hint {
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  color: #676973;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__hint {
    font-size: 19px;
    line-height: 26px;
  }
}

.multistate-checkbox__link-panel, .multistate-checkbox__link {
  color: #0d45a0;
  flex-grow: 1;
  margin-bottom: 0px;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1em;
}
.multistate-checkbox__link-panel:hover, .multistate-checkbox__link:hover {
  color: #142561;
  text-decoration: underline;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
}

.multistate-checkbox {
  margin: 0px 20px;
  max-width: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox {
    margin: 0px 16px;
  }
}
.multistate-checkbox__parent {
  max-width: 100%;
  width: fit-content;
}
.multistate-checkbox__spacer {
  margin-top: 20px;
}
.multistate-checkbox__wrapper {
  display: flex;
  flex-direction: column;
  border: #CCCCCC 2px solid;
  margin-bottom: 10px;
  padding: 14px;
  max-width: 100%;
}
.multistate-checkbox__blocked-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding: 12px;
  max-width: 100%;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__blocked-wrapper {
    padding: 14px;
  }
}
.multistate-checkbox__label-wrapper {
  display: flex;
  max-width: 100%;
}
.multistate-checkbox__icon {
  position: absolute;
}
.multistate-checkbox__icon:before {
  font-size: 24px;
}
.multistate-checkbox__input[type=checkbox] {
  display: inline;
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  opacity: 0;
}
.multistate-checkbox__input[type=checkbox] + label.multistate-checkbox__label:before {
  content: "";
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  left: 0;
  background: #ffffff;
  position: absolute;
  transition: all 0.2s;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__input[type=checkbox] + label.multistate-checkbox__label:before {
    top: 2px;
  }
}
.multistate-checkbox__input[type=checkbox] + label.multistate-checkbox__label:after {
  content: "";
  position: absolute;
  margin-top: 2px;
  width: 13px;
  height: 7px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 3px 3px;
  border-top-color: rgba(0, 0, 0, 0);
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}
.multistate-checkbox__input[type=checkbox]:checked + .multistate-checkbox__label:after {
  top: 3px;
  left: 4px;
  opacity: 1;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__input[type=checkbox]:checked + .multistate-checkbox__label:after {
    top: 5px;
  }
}
.multistate-checkbox__input[type=checkbox]:focus + .multistate-checkbox__label:before {
  outline-offset: 0px;
  border-color: black;
  border-width: 1px;
  background: #ffffff;
  outline: 3px solid #FF9600;
}
.multistate-checkbox__label {
  user-select: none;
  overflow: inherit;
  position: relative;
  display: inline-block;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  flex-grow: 1;
  padding-left: 35px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__label {
    font-size: 19px;
    line-height: 26px;
  }
}
.multistate-checkbox__extra-information {
  position: relative;
  display: inline-block;
  color: #676973;
  flex-grow: 1;
  padding-left: 35px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__extra-information {
    font-size: 17px;
    line-height: 24px;
  }
}
.multistate-checkbox__warning {
  color: #2e3137 !important;
}
.multistate-checkbox__link {
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__link {
    font-size: 17px;
    line-height: 24px;
  }
}
.multistate-checkbox__link-panel {
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__link-panel {
    font-size: 19px;
    line-height: 26px;
  }
}
.multistate-checkbox__link-panel:hover {
  color: #3771d0;
}
.multistate-checkbox__error-title {
  color: #ea0000;
}
.multistate-checkbox__error-label {
  display: none;
  color: #ea0000;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0px;
}
@media only screen and (min-width: 900px) {
  .multistate-checkbox__error-label {
    font-size: 19px;
    line-height: 26px;
  }
}
.multistate-checkbox__display {
  display: block !important;
}

.demo-tab-header {
  display: flex;
  border-bottom: 2px solid #F2F2F2;
  padding-top: 25px;
}
@media only screen and (min-width: 900px) {
  .demo-tab-header {
    border: 2px solid #F2F2F2;
    border-top: none;
  }
}
.demo-tab-header.active {
  border-bottom: none;
}

.demo-tab-header-no-border {
  display: flex;
  border-bottom: 2px solid #F2F2F2;
}
.demo-tab-header-no-border.active {
  border-bottom: none;
}

.demo-tab-button {
  background: transparent;
  border: 2px solid #F2F2F2;
  padding: 1rem;
  font-family: "Thesans-bold";
  font-size: 16px;
  line-height: 20px;
  color: #0d45a0;
  cursor: pointer;
  outline: none;
  text-decoration: underline #0d45a0 1px;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  position: relative;
  text-underline-offset: 3px;
}
@media only screen and (min-width: 900px) {
  .demo-tab-button {
    font-size: 19px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .demo-tab-button {
    border-left: none;
  }
}
.demo-tab-button:hover {
  background-color: #F6F8FA;
  text-decoration-thickness: 2px;
}
.demo-tab-button.no-border {
  border-left: 2px solid #F2F2F2;
}
.demo-tab-button.active {
  color: #4D5056;
  background-color: #F6F8FA;
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .demo-tab-button:not(:first-child) {
    border-left: none;
  }
}
.demo-tab-content {
  font-size: 16px;
  line-height: 20px;
  border: none !important;
}
.demo-tab-content .theme-code-block {
  box-shadow: none !important;
}
.demo-tab-content pre {
  border: 2px solid #F2F2F2 !important;
}

.text-area {
  max-width: 900px;
  min-height: 140px;
}
@media only screen and (max-width: 900px) {
  .text-area h6 {
    line-height: 18px;
  }
}
.text-area label {
  cursor: text;
}
.text-area__input {
  field-sizing: content;
  height: auto;
}
.text-area__bold {
  font-weight: bold;
}
.text-area__label {
  padding-bottom: 10px;
}
.text-area__word-count {
  padding-top: 10px;
}

.alert-banner {
  width: 100%;
  background-color: #d5e5ff;
  padding: 30px;
}
.alert-banner div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
}
@media only screen and (max-width: 900px) {
  .alert-banner div {
    margin: 0 34px;
  }
}
@media only screen and (max-width: 480px) {
  .alert-banner div {
    margin: 0 0px;
  }
}
.alert-banner p {
  margin-bottom: 0px;
  font-size: 19px;
}
@media only screen and (max-width: 900px) {
  .alert-banner p {
    font-size: 16px;
  }
}
.alert-banner i {
  margin-right: 22px;
  font-size: 30px;
}
.alert-banner-high {
  background-color: #bc0031 !important;
  color: #fff;
}
.alert-banner-high a {
  color: #fff !important;
}
.alert-banner-medium {
  background-color: #ff9600 !important;
}
.alert-banner-low {
  background-color: #ffcc00 !important;
}

.bcc-tabbed-content__parent {
  max-width: 900px;
}

.bcc-tabbed-content__buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.bcc-tabbed-content__buttons span {
  font-family: "Thesans-Bold", "Helvetica Neue", Helvetica, sans-serif;
}
.bcc-tabbed-content__buttons > .bcc-tabbed-content__buttons--left {
  text-align: left;
  flex-direction: column;
  display: flex;
}
.bcc-tabbed-content__buttons > .bcc-tabbed-content__buttons--right {
  text-align: right;
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 768px) {
  .bcc-tabbed-content__buttons {
    flex-wrap: wrap;
  }
  .bcc-tabbed-content__buttons > .bcc-tabbed-content__buttons--left,
  .bcc-tabbed-content__buttons > .bcc-tabbed-content__buttons--right {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bcc-tabbed-content__buttons > .bcc-tabbed-content__buttons--left,
  .bcc-tabbed-content__buttons > .bcc-tabbed-content__buttons--right {
    font-size: 1rem;
  }
}

.bcc-tabbed-content__group {
  display: none;
}
.bcc-tabbed-content__group > div {
  display: none;
}

.bcc-tabbed-content {
  padding-bottom: 24px;
  margin-bottom: 50px;
  border-bottom: 2px solid #ededed;
}
.bcc-tabbed-content h2 {
  margin: 0 0 10px;
  font-size: 19px;
}
.bcc-tabbed-content ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bcc-tabbed-content ul li {
  line-height: 25px;
  margin-bottom: 10px;
  width: 100%;
}
.bcc-tabbed-content ul li a {
  text-decoration: underline !important;
  color: #0d45a0 !important;
  cursor: pointer;
}
.bcc-tabbed-content ul li a:focus {
  color: #000000 !important;
}
.bcc-tabbed-content ul li a.bcc-tabbed-content__selected {
  text-decoration: none !important;
  color: #000000 !important;
}
.bcc-tabbed-content ul li:before {
  content: "–";
  width: 20px;
  left: 0;
  overflow: hidden;
  margin-right: 5px;
}

.bcc-tabbed-content__content {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ededed;
}

.bcc-tabbed-content__group {
  display: block;
}
.bcc-tabbed-content__group .sub_item2 {
  display: none;
}

.bcc-tabbed-content__group_content {
  opacity: 0;
  transition: opacity 1s ease;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.bcc-tabbed-content__group_content.active {
  opacity: 1;
  max-height: none;
  overflow: visible;
}

.container:not(.is-fluid) {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: ) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 375px;
  }
}
@media only screen and (min-width: 480px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 480px;
  }
}
@media only screen and (min-width: 900px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1800px) {
  .container:not(.is-fluid):not([class^=is-narrow]) {
    width: 100%;
    max-width: 1200px;
  }
}
.container:not(.is-fluid).is-narrow {
  width: 100%;
  max-width: 900px;
}
.container:not(.is-fluid).is-narrow.is-carousel-container {
  max-width: 480px;
}
@media only screen and (min-width: 900px) {
  .container:not(.is-fluid).is-narrow.is-carousel-container {
    max-width: 900px;
  }
}
.container:not(.is-fluid).is-narrow-sx-lg {
  width: 100%;
  max-width: 375px;
}
.container:not(.is-fluid).is-narrow-sm {
  width: 100%;
  max-width: 480px;
}
.container:not(.is-fluid).is-narrow-md {
  width: 100%;
  max-width: 900px;
}
.container:not(.is-fluid).is-narrow-lg {
  width: 100%;
  max-width: 1200px;
}
.container:not(.is-fluid).is-narrow-xl {
  width: 100%;
  max-width: 1200px;
}

.main-content {
  flex-grow: 1;
}

.header {
  position: relative;
}
.header .brand {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  max-width: calc(100% - 90px);
  min-height: 70px;
}
.header .brand .brand-img {
  padding: 0;
  position: relative;
  padding-right: 1rem;
  margin: 0.5rem 0 0.5rem 0;
}
@media only screen and (min-width: 900px) {
  .header .brand .brand-img {
    padding-right: 1rem;
    margin: 1rem 0 1rem 0;
  }
}
.header .brand .brand-img img,
.header .brand .brand-img svg {
  min-width: 42px;
  height: 42px;
}
@media only screen and (min-width: 900px) {
  .header .brand .brand-img img,
  .header .brand .brand-img svg {
    min-width: 81px;
    max-width: 81px;
    width: 100%;
    height: auto;
  }
}
.header .brand .brand-text {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 900px) {
  .header .brand .brand-text {
    font-size: 1.1875rem;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .header .brand .brand-text {
    font-size: 1.875rem;
  }
}
.header .brand:focus {
  background: none;
  outline: 0;
}
.header .brand:focus .brand-img, .header .brand:focus .brand-text {
  background-color: #FF9600;
  color: #000000;
  outline: #FF9600 solid 3px;
  outline-offset: 0;
  box-shadow: 0 -2px #FF9600, 0 4px #2e3137;
  text-decoration: none;
}
.header .sign-in-account {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  padding-bottom: 0.5rem;
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .header .sign-in-account {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-end;
    flex-basis: calc(50% - 1rem * 1);
  }
}
.header .sign-in-account li {
  position: relative;
  margin: 0;
}
.header .sign-in-account li:not(:last-of-type) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}
.header .sign-in-account li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #676973;
  margin: 0 0 0 0.75rem;
}
.header .sign-in-account a {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  white-space: nowrap;
  transition: color 0.3 ease-in-out;
}
.header .your-accounts {
  justify-content: flex-end;
  border-radius: 3px;
  margin-bottom: 0px;
  position: absolute;
  right: 0px;
  top: 18px;
  margin-right: 20px;
  display: flex;
}
@media only screen and (min-width: 320px) {
  .header .your-accounts {
    top: 17px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .header .your-accounts {
    position: relative;
    top: auto;
    right: auto;
    margin-right: 0;
  }
}
.header .your-accounts li {
  position: relative;
  padding: 0 0 0 1rem;
  margin: 0;
}
.header .your-accounts a {
  line-height: unset;
  margin-bottom: 0;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  white-space: nowrap;
  padding: 8px 16px;
  background-color: #2e3137;
}
@media only screen and (min-width: 320px) {
  .header .your-accounts a {
    padding: 8px 5px;
  }
}
@media only screen and (min-width: 900px) {
  .header .your-accounts a {
    padding: 12px 20px;
  }
}
.header .your-accounts a:hover {
  background-color: #676973;
}
.header .your-accounts a:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #FF9600;
}
.header form {
  padding: 0.5rem 0 1.25rem 0;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .header form {
    padding: 0 0 0 1rem;
    max-width: 486px;
  }
}
.header .container .no-nav {
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .header .container .no-nav {
    flex-direction: row;
  }
}
.header .has-nav {
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .header .has-nav {
    flex-direction: row;
  }
}
.header .has-nav .nav-account {
  position: absolute;
  right: 0;
  top: 0.75rem;
}
.header .has-nav .nav-account a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  display: flex;
}

.footer {
  border-top: 0.5rem solid #bc0031;
  color: #ffffff;
  padding: 1.25rem 0;
}
.footer * {
  font-size: 0.875rem;
}
@media only screen and (min-width: 900px) {
  .footer * {
    font-size: 1rem;
  }
}
.footer .footer-nav {
  display: flex;
  grid-area: navigation;
}
.footer .footer-nav .nav-items {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0.5rem 0;
}
@media only screen and (min-width: 900px) {
  .footer .footer-nav .nav-items {
    margin: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer .footer-nav .nav-items li {
  list-style: none;
  position: relative;
  padding-bottom: 0.25rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 900px) {
  .footer .footer-nav .nav-items li {
    padding: 0 0.75rem;
  }
  .footer .footer-nav .nav-items li + li {
    padding: 0 0.75rem;
  }
  .footer .footer-nav .nav-items li + li:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 0;
    height: 1.25rem;
    width: 1px;
    background-color: #676973;
  }
  .footer .footer-nav .nav-items li:first-child {
    padding-left: 0;
  }
  .footer .footer-nav .nav-items li:last-child {
    padding-right: 0;
  }
}
.footer .footer-nav .nav-items li .nav-link {
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.footer .footer-nav .nav-items li .nav-link:hover {
  text-decoration: none;
}
.footer .footer-nav .nav-items li .nav-link:focus {
  background-color: #FF9600;
  color: #000000;
  outline: #FF9600 solid 3px;
  outline-offset: 0;
  box-shadow: 0 -2px #FF9600, 0 4px #2e3137;
  text-decoration: none;
}
.footer.light-footer .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 900px) {
  .footer.light-footer .footer-container {
    align-items: center;
  }
}
.footer.light-footer .footer-container .brand-container {
  display: flex;
}
.footer.light-footer .footer-container .brand-container .brand {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  grid-area: brand;
  margin: 0;
}
.footer.light-footer .footer-container .brand-container .brand .brand-img {
  width: 100%;
  display: flex;
  min-width: 5rem;
  max-width: 5rem;
}
@media only screen and (min-width: 900px) {
  .footer.light-footer .footer-container .brand-container .brand .brand-img {
    min-width: 5rem;
    max-width: 5rem;
  }
}
.footer.site-footer .footer-container {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 0fr 0fr 0fr;
  gap: 1rem 1rem;
  grid-auto-flow: row;
  grid-template-areas: "brand-container brand-container" "navigation navigation" "social social" "copyright copyright";
}
@media only screen and (min-width: 900px) {
  .footer.site-footer .footer-container {
    grid-template-areas: "brand-container social" "navigation copyright";
  }
}
.footer.site-footer .footer-container .nav-items .copyright {
  display: none;
}
.footer.site-footer .brand-container {
  grid-area: brand-container;
}
.footer.site-footer .brand-container.has-extra-brand {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1.6fr;
  grid-template-rows: 0fr;
  grid-auto-rows: 1fr;
  grid-template-areas: "brand extra-brand";
}
.footer.site-footer .brand-container .brand {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  grid-area: brand;
  margin: 0;
}
.footer.site-footer .brand-container .brand .brand-img {
  width: 100%;
  display: flex;
  min-width: 5rem;
  max-width: 5rem;
}
@media only screen and (min-width: 900px) {
  .footer.site-footer .brand-container .brand .brand-img {
    min-width: 5rem;
    max-width: 5rem;
  }
}
.footer.site-footer .brand-container .extra-brand {
  grid-area: extra-brand;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 900px) {
  .footer.site-footer .brand-container .extra-brand {
    gap: 1.875rem;
  }
}
.footer.site-footer .brand-container .extra-brand a {
  width: 100%;
  max-width: 160px;
  display: flex;
  align-items: center;
}
.footer.site-footer .brand-container a:focus {
  background: none;
  color: #000000;
  outline: #FF9600 solid 3px;
  outline-offset: 0;
  box-shadow: 0 -2px #FF9600, 0 4px #2e3137;
  text-decoration: none;
}
.footer.site-footer .social-container {
  grid-area: social;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .footer.site-footer .social-container {
    align-items: flex-end;
  }
}
.footer.site-footer .social-container .social-wrapper {
  width: fit-content;
}
.footer.site-footer .social-container .social-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer.site-footer .social-container h4 {
  margin-bottom: 0.5rem;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  display: none;
}
@media only screen and (min-width: 900px) {
  .footer.site-footer .social-container h4 {
    display: block;
  }
}
.footer.site-footer .copyright-container {
  grid-area: copyright;
  display: flex;
}
@media only screen and (min-width: 900px) {
  .footer.site-footer .copyright-container {
    justify-content: flex-end;
  }
}
.footer.site-footer .copyright-container p {
  color: #ffffff;
  margin: 0;
}

.navigation {
  position: static;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  transform: none;
  overflow-y: visible;
  background-color: #2e3137;
  border-top: 5px solid #676973;
}
.navigation::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #bc0031;
  bottom: -5px;
  pointer-events: none;
  z-index: 1;
}
.navigation .nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.navigation .nav-wrap .nav-items, .navigation .nav-wrap .nav-account {
  width: auto;
}
.navigation .nav-wrap .nav-items {
  display: flex;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .navigation .nav-wrap .nav-items {
    position: inherit;
  }
}
.navigation .nav-wrap > ul {
  margin: 0;
}
.navigation .nav-wrap > ul > li:nth-last-child(-n+1) {
  margin-right: 0;
}
.navigation .nav-wrap > ul > li {
  margin: 0;
  align-items: center;
  border-right: 1px solid #676973;
}
.navigation .nav-wrap > ul > li:nth-last-child(-n+1) {
  border-right: 0px;
}
.navigation .nav-wrap > ul > li > a, .navigation .nav-wrap > ul > li button {
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: lighter;
  font-size: 0.875rem;
  position: relative;
  color: #ffffff;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  border: 0;
  background-color: transparent;
  padding: 0.75rem 0.75rem;
  transition: background-color 0.2s ease-in-out;
  height: 100%;
}
@media only screen and (min-width: 900px) {
  .navigation .nav-wrap > ul > li > a, .navigation .nav-wrap > ul > li button {
    padding: 1.1rem 1.25rem;
    font-size: 1.1875rem;
    text-decoration: none;
  }
}
.navigation .nav-wrap > ul > li > a:hover, .navigation .nav-wrap > ul > li button:hover {
  background-color: #676973;
}
.navigation .nav-wrap > ul > li > a:hover, .navigation .nav-wrap > ul > li > a:focus, .navigation .nav-wrap > ul > li button:hover, .navigation .nav-wrap > ul > li button:focus {
  color: #ffffff;
}
.navigation .nav-wrap > ul > li > a:focus, .navigation .nav-wrap > ul > li button:focus {
  background-color: #FF9600;
  color: #000000;
}
.navigation .nav-wrap > ul > li.active {
  position: relative;
}
.navigation .nav-wrap > ul > li.active::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #bc0031;
  top: -5px;
  pointer-events: none;
}
.navigation .nav-wrap > ul > li.active::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  bottom: -5px;
  pointer-events: none;
}
.navigation .nav-wrap > ul > li.active a {
  background-color: #ffffff;
  color: #2e3137;
}
.navigation .nav-wrap > ul > li.active a:before {
  top: 0;
  opacity: 1;
  background-color: #bc0031;
}
.navigation .nav-wrap > ul.nav-account {
  position: absolute;
}
@media only screen and (min-width: 900px) {
  .navigation .nav-wrap > ul.nav-account {
    position: relative;
    border: 0;
    justify-content: flex-end;
  }
}
.navigation .nav-wrap > ul.nav-account a {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
}

.has-search-form .sliding-nav {
  top: 195px;
}

.sliding-nav {
  position: absolute;
  top: 65px;
  z-index: 10;
  left: -100%;
  height: calc(100vh - 65px);
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  border-top: 5px solid #676973;
}
.sliding-nav::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #bc0031;
  bottom: -5px;
  pointer-events: none;
}
@media only screen and (min-width: 900px) {
  .sliding-nav {
    top: 0;
    left: auto;
    display: flex;
    background-color: #2e3137;
  }
}
@media only screen and (min-width: 900px) {
  .sliding-nav {
    z-index: unset;
    opacity: 1;
    visibility: visible;
    position: static;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    transform: none;
    overflow-y: visible;
  }
}
.sliding-nav.is-visible, .sliding-nav.is-sliding {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.sliding-nav.is-sliding {
  overflow-y: hidden;
}
.sliding-nav.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transform: translate3d(100%, 0, 0);
  background-color: transparent;
}
@media only screen and (min-width: 900px) {
  .sliding-nav.is-open {
    transform: none;
    height: auto;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 900px) {
  .sliding-nav.is-open .nav-wrap {
    background-color: #2e3137;
  }
  .sliding-nav.is-open .nav-wrap:after, .sliding-nav.is-open .nav-wrap:before {
    display: none;
  }
}
.sliding-nav.is-open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 49, 55, 0.09);
}
.sliding-nav.is-open:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #2e3137;
}
.sliding-nav:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #2e3137;
}
@media only screen and (min-width: 900px) {
  .sliding-nav:before {
    background-color: rgba(46, 49, 55, 0);
  }
}
.sliding-nav .nav-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem 0 2.5rem 0;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .nav-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
.sliding-nav .nav-wrap .nav-items,
.sliding-nav .nav-wrap .nav-account {
  width: 75%;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .nav-wrap .nav-items,
  .sliding-nav .nav-wrap .nav-account {
    width: auto;
  }
}
.sliding-nav .nav-wrap .nav-items {
  min-height: 100%;
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .nav-wrap .nav-items {
    height: 100%;
  }
}
.sliding-nav .nav-wrap > ul {
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .nav-wrap > ul {
    display: flex;
  }
  .sliding-nav .nav-wrap > ul > li {
    margin: 0;
  }
  .sliding-nav .nav-wrap > ul > li:nth-last-child(-n+1) {
    margin-right: 0;
  }
}
.sliding-nav .nav-wrap > ul > li {
  align-items: center;
}
.sliding-nav .nav-wrap > ul > li > a, .sliding-nav .nav-wrap > ul > li > span,
.sliding-nav .nav-wrap > ul > li > button {
  display: block;
  text-align: left;
  cursor: pointer;
  font-weight: lighter;
  font-size: 1rem;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  position: relative;
  color: #ffffff;
  border: 0;
  background-color: transparent;
  padding: 0.75rem 1.25rem;
  height: 100%;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .nav-wrap > ul > li > a, .sliding-nav .nav-wrap > ul > li > span,
  .sliding-nav .nav-wrap > ul > li > button {
    text-align: center;
    font-size: 1.1875rem;
    text-decoration: none;
    padding: 1.1rem 1.25rem;
    transition: background-color 0.2s ease-in-out;
  }
  .sliding-nav .nav-wrap > ul > li > a:hover, .sliding-nav .nav-wrap > ul > li > span:hover,
  .sliding-nav .nav-wrap > ul > li > button:hover {
    background-color: #676973;
  }
  .sliding-nav .nav-wrap > ul > li > a:hover, .sliding-nav .nav-wrap > ul > li > a:focus, .sliding-nav .nav-wrap > ul > li > span:hover, .sliding-nav .nav-wrap > ul > li > span:focus,
  .sliding-nav .nav-wrap > ul > li > button:hover,
  .sliding-nav .nav-wrap > ul > li > button:focus {
    color: #ffffff;
  }
  .sliding-nav .nav-wrap > ul > li > a:focus, .sliding-nav .nav-wrap > ul > li > span:focus,
  .sliding-nav .nav-wrap > ul > li > button:focus {
    background-color: #FF9600;
    color: #000000;
  }
}
@media only screen and (min-width: 900px) {
  .sliding-nav .nav-wrap > ul > li.active {
    position: relative;
  }
  .sliding-nav .nav-wrap > ul > li.active::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #bc0031;
    top: -5px;
    pointer-events: none;
  }
  .sliding-nav .nav-wrap > ul > li.active::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    bottom: -5px;
    pointer-events: none;
  }
  .sliding-nav .nav-wrap > ul > li.active a {
    background-color: #ffffff;
    color: #2e3137;
  }
  .sliding-nav .nav-wrap > ul > li.active a:before {
    top: 0;
    opacity: 1;
    background-color: #bc0031;
  }
}
.sliding-nav .nav-wrap > ul.nav-account {
  position: relative;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .nav-wrap > ul.nav-account {
    border: 0;
    justify-content: flex-end;
  }
}
.sliding-nav .nav-wrap > ul.nav-account a {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
}

.has-search-form .sliding-nav {
  top: 195px;
}

.has-nav-panel {
  position: static;
}
.has-nav-panel > .nav-panel-cta {
  text-align: left;
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .has-nav-panel > .nav-panel-cta {
    padding: 1.1rem 2.5rem 1.1rem 1.25rem !important;
  }
}
.has-nav-panel > .nav-panel-cta:after {
  font-family: "bccFont";
  font-size: 0.8125rem;
  content: "\e60c";
  padding-left: 0.5rem;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
@media only screen and (min-width: 900px) {
  .has-nav-panel > .nav-panel-cta:after {
    right: 1.25rem;
    font-size: 0.875rem;
    padding-left: 0;
  }
}
.has-nav-panel .nav-panel li a {
  padding: 1rem 0.75rem;
  color: #ffffff;
  text-decoration: none;
  font-family: "Thesans-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1rem;
}
@media only screen and (min-width: 900px) {
  .has-nav-panel .nav-panel li a {
    background-color: #2e3137;
    font-size: 1.1875rem;
  }
}
.has-nav-panel .nav-panel li a:hover {
  color: #ffffff;
  background-color: #676973;
}
.has-nav-panel .nav-panel li a:focus {
  background-color: #FF9600;
  color: #000000;
}
.has-nav-panel .nav-panel .aspect-ratio-container {
  max-width: 250px;
  margin: 0 auto;
}
.has-nav-panel .nav-panel .aspect-ratio-container img {
  width: 250px;
}
.has-nav-panel.is-active {
  background-color: #676973;
}
.has-nav-panel.is-active > button.nav-panel-cta:after {
  content: "\e609";
}
.has-nav-panel.is-active .nav-panel {
  display: block !important;
  box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.25);
}

.navigation .has-nav-panel > .nav-panel-cta:after {
  right: 0;
}
@media only screen and (min-width: 900px) {
  .navigation .has-nav-panel > .nav-panel-cta:after {
    right: 1.25rem;
  }
}
.navigation .has-nav-panel .nav-panel {
  display: none;
  background-color: #676973;
  padding: 0.75rem 0.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .navigation .has-nav-panel .nav-panel {
    padding: 0;
    background-color: #2e3137;
    transform: translateY(100%);
    width: auto;
    left: auto;
    min-width: max-content;
    position: absolute;
    bottom: 0;
  }
}

.sliding-nav .has-nav-panel > .nav-panel-cta:after {
  right: 1.25rem;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .has-nav-panel > .nav-panel-cta:after {
    right: 1.25rem;
  }
}
.sliding-nav .has-nav-panel .nav-panel {
  display: none;
  background-color: #676973;
  position: relative;
  padding: 0.75rem 0.5rem;
}
@media only screen and (min-width: 900px) {
  .sliding-nav .has-nav-panel .nav-panel {
    padding: 0;
    background-color: #2e3137;
    transform: translateY(100%);
    width: auto;
    left: auto;
    min-width: max-content;
    position: absolute;
    bottom: 0;
  }
}

button.burger {
  border: none;
  background: transparent;
  position: absolute;
  right: 0.75rem;
  top: 20px;
  cursor: pointer;
  color: #bc0031;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
button.burger:hover {
  text-decoration: none;
}
button.burger span.burger-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
  /*margin-bottom: spacer(2);*/
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
button.burger span.burger-icon:after, button.burger span.burger-icon:before, button.burger span.burger-icon span {
  width: 100%;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  background: #ffffff;
  transform: rotate(0deg);
  transition: all 0.4s;
}
button.burger span.burger-icon:after, button.burger span.burger-icon:before {
  content: "";
}
button.burger span.burger-icon:after {
  top: 0;
  margin-top: 0;
}
button.burger span.burger-icon span {
  top: 50%;
  transform: rotate(0deg) translateY(-50%) !important;
}
button.burger span.burger-icon:before {
  bottom: 0;
  margin-bottom: 0;
}
button.burger span.burger-icon span, button.burger span.burger-icon:before {
  width: 100%;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  background: #ffffff;
  transform: rotate(0deg);
  transition: all 0.4s;
}
button.burger[aria-expanded=true] span.burger-icon span {
  opacity: 0;
  transform: rotate(135deg);
}
button.burger[aria-expanded=true] span.burger-icon:after {
  transform: rotate(135deg) translate(7px, -7px);
}
button.burger[aria-expanded=true] span.burger-icon:before {
  transform: rotate(225deg);
  bottom: 50%;
  margin-bottom: -2px;
}
button.burger[aria-expanded=true] span.burger-icon span {
  transform: rotate(135deg);
}

.header .nav-container,
.header .container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width: 900px) {
  .header .nav-container,
  .header .container {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 900px) {
  .header .nav-container,
  .header .container {
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: column;
  }
}
.header .nav-container .nav-cta,
.header .container .nav-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0px 10px;
  background: transparent;
  position: absolute;
  right: 0.75rem;
  top: 17px;
  font-family: "Thesans-bold";
  cursor: pointer;
  background-color: #BC0031;
  color: #ffffff;
  font-size: 19px;
  height: 38px;
  line-height: 24px;
}
@media only screen and (min-width: 900px) {
  .header .nav-container .nav-cta,
  .header .container .nav-cta {
    display: none;
  }
}
.header .nav-container .nav-cta:after,
.header .container .nav-cta:after {
  font-family: "bccFont";
  font-size: 17px;
  content: "\e60c";
  padding-left: 0.5rem;
}
.header .nav-container .nav-cta[aria-expanded=true]:after,
.header .container .nav-cta[aria-expanded=true]:after {
  content: "\e609";
}

.palette.colors-examples div[class^=bg] {
  padding: 0px;
  margin-bottom: 12px;
  position: relative;
  float: left;
  height: 100px;
  position: relative;
  width: 100%;
}
.palette.colors-examples div[class^=bg]:before, .palette.colors-examples div[class^=bg]:after {
  color: #fff;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  line-height: 1.75;
  position: absolute;
  width: 100%;
  padding-left: 1rem;
}
.palette.colors-examples div[class^=bg]:before {
  bottom: 28px;
}
.palette.colors-examples div[class^=bg]:after {
  bottom: 0;
}

.live-example .row.style-grid > [class^=col-] {
  border: 1px solid #CCCCCC;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(204, 204, 204, 0.4);
  font-size: 0.85rem;
}
.live-example .row.style-grid + .row {
  margin-top: 0.75rem;
}
.live-example .example-icons-style {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 1.875rem;
}
.live-example .example-icons-style i {
  position: relative;
  font-family: "Thesans-Semi-Light", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 0.8125rem;
  padding: 0.75rem 0 1.25rem 2.5rem;
}
.live-example .example-icons-style i:before {
  font-family: "bccFont";
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
}

.live-example.icons {
  margin: 1.5rem;
}
.live-example.icons i[class^=bcc-font_] {
  padding: 12px;
  background-color: #CCCCCC;
  border-radius: 5px;
  gap: 1rem;
  display: flex;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.live-example.icons i[class^=bcc-font_]:not(:last-child) {
  margin-right: calc(1rem / 2);
}

.bd-placeholder-img-lg {
  font-size: 3.5rem;
  color: white;
}

.bd-placeholder-img {
  text-anchor: middle;
  user-select: none;
  width: 100%;
}

/*# sourceMappingURL=design-system.css.map */
