@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,700,700i&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@font-face {
  font-family: "Galaxie Polaris";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Galaxie Polaris/GalaxiePolaris-Book.otf?") format("opentype");
}
@font-face {
  font-family: "Galaxie Polaris";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Galaxie Polaris/GalaxiePolaris-Bold.otf?") format("opentype");
}
@font-face {
  font-family: "Galaxie Polaris";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Galaxie Polaris/GalaxiePolaris-Light.otf?") format("opentype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231F20;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0088FF;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0%, 37.3333333333%, 70%);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 14px;
}

body {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.c-header-hero,
#main,
.c-prefooter {
  font-size: 1.15rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h1, .h1 {
  font-family: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.0714285714;
  letter-spacing: -0.5px;
}

h2, .h2 {
  font-family: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.1428571429;
  letter-spacing: 0.25px;
}

h3, .h3 {
  font-family: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4285714286rem;
  line-height: 1.35;
  letter-spacing: -0.25px;
}

h4, .h4 {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 1.2222222222;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h5, .h5 {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.9285714286rem;
  line-height: 1.3076923077;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.lead {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.4285714286rem;
}

b, strong {
  font-weight: 700;
}

body {
  min-height: 100vh;
}

.rich-text {
  margin-bottom: -1rem;
  overflow: hidden;
}
.rich-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rich-text * + h2 {
  margin-top: 2rem;
}
.rich-text h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rich-text * + h3 {
  margin-top: 2rem;
}
.rich-text h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rich-text * + h4 {
  margin-top: 2rem;
}
.rich-text h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rich-text * + h5 {
  margin-top: 2rem;
}
.rich-text h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rich-text * + h6 {
  margin-top: 2rem;
}
.rich-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rich-text * + p {
  margin-top: 1rem;
}
.rich-text hr {
  border-top: 1px solid #231F20;
  border-bottom: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.rich-text ul, .rich-text ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 3.4rem;
}
.rich-text * + ul, .rich-text * + ol {
  margin-top: 1rem;
}
.rich-text ul li {
  padding-left: 0.7rem;
}
.rich-text ol li {
  padding-left: 1.2rem;
}
.rich-text img, .rich-text iframe {
  height: auto;
  max-width: 100%;
}
.rich-text img.left {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
.rich-text img.right {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
.rich-text a.linktype-document {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  padding-right: 0.25em;
  border: 1px solid #C3C3C3;
  background-color: #ECECEC;
  border-radius: 5px;
}
.rich-text a.linktype-document:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icon-document.svg);
  background-size: 100% 100%;
  width: 1.25em;
  height: 1.5em;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(50%, 76.6666666667%, 100%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #231F20;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 2rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #30B586;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(48, 181, 134, 0.9);
  border-radius: 8px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #30B586;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2330B586' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #30B586;
  box-shadow: 0 0 0 0.2rem rgba(48, 181, 134, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #30B586;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2330B586' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #30B586;
  box-shadow: 0 0 0 0.2rem rgba(48, 181, 134, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #30B586;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #30B586;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #30B586;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(28.7096497988%, 81.0942717698%, 62.5824128778%);
  background-color: rgb(28.7096497988%, 81.0942717698%, 62.5824128778%);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(48, 181, 134, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #30B586;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #30B586;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #30B586;
  box-shadow: 0 0 0 0.2rem rgba(48, 181, 134, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #FF3024;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 48, 36, 0.9);
  border-radius: 8px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF3024;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF3024' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF3024' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #FF3024;
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 36, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF3024;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF3024' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF3024' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF3024;
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 36, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF3024;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF3024;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF3024;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(100%, 37.7276390008%, 34.1176470588%);
  background-color: rgb(100%, 37.7276390008%, 34.1176470588%);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 36, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF3024;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF3024;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF3024;
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 36, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

label {
  font-family: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.7142857143rem;
  line-height: 1em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 0.75rem;
  color: #777777;
  transition: color 0.2s;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  order: 1;
}
.form-group .form-control {
  order: 2;
}
.form-group .help-and-errors {
  order: 3;
}
.form-group .help-and-errors {
  display: flex;
  justify-content: space-between;
}
.form-group .help-and-errors > small {
  flex-grow: 1;
}
.form-group small {
  font-size: 0.8571428571rem;
}
.form-group small.help-text {
  text-align: right;
}
.form-group small.errors {
  text-align: left;
  color: #FF3024;
}
.form-group.has-error .form-control {
  border-bottom-color: #FF3024;
}

.errors {
  color: #FF3024;
}

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #231F20;
  background-color: transparent;
  height: auto;
  padding: 0.25rem 0.75rem 1rem;
  font-family: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.1428571429rem;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.form-control.has-focus, .form-control:focus {
  color: #231F20;
  background-color: transparent;
  border-color: #134B61;
  box-shadow: none;
  outline: 0;
}
.form-control.has-focus + label, .form-control:focus + label {
  color: #231F20;
}

textarea.form-control {
  line-height: 1.5em;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem top 0.25rem;
  background-size: 1rem 1rem;
  padding-right: 2.5rem;
}

.radios-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.radios-horizontal .radio {
  width: 50%;
}
.radios-horizontal .radio-large--label {
  font-size: 0.9285714286rem;
  color: #231F20;
}
@media (min-width: 768px) {
  .radios-horizontal {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .radios-horizontal .radio {
    width: auto;
  }
}

.o-section {
  width: auto;
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .o-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .o-section {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.o-section.o-section--cover-margins {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .o-section.o-section--cover-margins {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .o-section.o-section--cover-margins {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.o-section-content {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .o-section-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .o-section-content {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.o-section-content {
  max-width: 1440px;
}

.o-section--style--gray {
  background-color: #ECECEC;
}

.o-section--style--vibrant-yellow {
  background-color: #FFE800;
}

.o-section--style--dark-teal {
  background-color: #134B61;
}

.o-section--style--medium-blue {
  background: #0088FF;
}

.o-section--style--light-blue {
  background: #00BCFF;
}

.o-section--style--yellow-gradient {
  background: linear-gradient(45deg, #FFBC00, #FFE800);
}

.o-section--style--blue-gradient {
  background: linear-gradient(45deg, #0088FF, #00BCFF);
}

.o-section--style--overlay--dark-teal {
  position: relative;
}
.o-section--style--overlay--dark-teal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #134B61;
  opacity: 0.85;
}
.o-section--style--overlay--dark-teal .o-section-content {
  z-index: 100;
}

.undo-site-gutters {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .undo-site-gutters {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 992px) {
  .undo-site-gutters {
    margin-left: -90px;
    margin-right: -90px;
  }
}

.hidden {
  display: none;
}

.o-section--image-full-bleed {
  position: relative;
}

.o-section--relative {
  position: relative;
}

.o-section--no-bottom-margin {
  padding-bottom: 0;
}

.o-section--no-bottom-margin.o-section--cover-margins {
  padding-bottom: 0;
}

.responsive-object {
  position: relative;
}

.responsive-object > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

a.icon-circle,
button.icon-circle {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #0088FF;
  appearance: none;
}
a.icon-circle:hover, a.icon-circle:focus,
button.icon-circle:hover,
button.icon-circle:focus {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  outline: 0;
}
a.icon-circle:focus,
button.icon-circle:focus {
  border: 1px solid #0088FF;
}
a.icon-circle svg,
button.icon-circle svg {
  width: 100%;
  height: auto;
  line-height: 50px;
}
a.icon-circle.style-medium-blue,
button.icon-circle.style-medium-blue {
  background-color: #0088FF;
}
a.icon-circle.style-medium-green,
button.icon-circle.style-medium-green {
  background-color: #30B586;
}
a.icon-circle.style-dark-teal,
button.icon-circle.style-dark-teal {
  background-color: #134B61;
}
a.icon-circle[disabled], a.icon-circle.disabled, a.icon-circle.slick-disabled,
button.icon-circle[disabled],
button.icon-circle.disabled,
button.icon-circle.slick-disabled {
  background-color: #C3C3C3;
}
a.icon-circle[disabled]:hover, a.icon-circle[disabled]:focus, a.icon-circle.disabled:hover, a.icon-circle.disabled:focus, a.icon-circle.slick-disabled:hover, a.icon-circle.slick-disabled:focus,
button.icon-circle[disabled]:hover,
button.icon-circle[disabled]:focus,
button.icon-circle.disabled:hover,
button.icon-circle.disabled:focus,
button.icon-circle.slick-disabled:hover,
button.icon-circle.slick-disabled:focus {
  border: none;
  box-shadow: none;
}

a.icon-circle {
  display: inline-block;
}

.o-entity-card {
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
}
.o-entity-card:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.o-entity-card > * {
  flex-grow: 0;
}
.o-entity-card > * {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.o-entity-card--image img {
  width: 100%;
  height: auto;
}

.o-entity-card--text p {
  margin-top: 0;
  margin-bottom: 0;
}
.o-entity-card--text p + p {
  margin-top: 0.5rem;
}

.o-entity-card--bottom {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-entity-card--bottom a:hover {
  color: #0088FF;
}

.o-pagination {
  text-align: center;
  margin-top: 3rem;
}

.o-pagination-current {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}

.modal-positioned {
  overflow: hidden;
}
.modal-positioned .o-modal {
  display: block;
}

.modal-positioned.modal-visible .o-modal {
  opacity: 1;
}

.o-modal {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.o-modal--backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #231F20;
  opacity: 0.95;
}
.o-modal--backdrop.fade {
  opacity: 0;
}

.o-modal--close {
  z-index: 2200;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  appearance: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.o-modal--close:hover, .o-modal--close:focus {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.o-modal--close:focus {
  border: 1px solid #0088FF;
}
.o-modal--close svg {
  line-height: 50px;
}

.o-modal--content {
  position: relative;
  z-index: 2100;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .o-modal--content {
    justify-content: center;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.o-modal--content {
  color: #FFFFFF;
}
.o-modal--content a {
  color: #FFFFFF;
}

.o-modal--slide {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.o-modal--slide:focus {
  outline: 0;
}

.block--textandimagesliderslideblock + .block--textandimagesliderslideblock {
  display: none;
}
.block--textandimagesliderslideblock + .block--textandimagesliderslideblock.slick-slide {
  display: block;
}

.o-modal--buttons {
  text-align: center;
  margin-top: 3rem;
  text-align: center;
}
.o-modal--buttons .icon-circle {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  z-index: 2100;
}
@media (min-width: 768px) {
  .o-modal--buttons {
    margin-top: 0;
  }
  .o-modal--buttons .icon-circle {
    position: fixed;
    margin-left: 0;
    margin-right: 0;
    top: 50%;
    margin-top: -25px;
  }
  .o-modal--buttons .icon-circle.icon-arrow-left {
    left: 30px;
  }
  .o-modal--buttons .icon-circle.icon-arrow-right {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .o-modal--buttons .icon-circle.icon-arrow-left {
    left: 90px;
  }
  .o-modal--buttons .icon-circle.icon-arrow-right {
    right: 90px;
  }
}

.o-modal--hidden-contents {
  display: none;
}

/**
 * Panels managed from the parent page.
 */
html.panel-open {
  overflow: hidden;
}

#panels-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: visible;
  z-index: 5000;
}
#panels-container #panels-container-veil {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in;
  cursor: w-resize;
}
#panels-container.active #panels-container-veil {
  width: 100%;
}
#panels-container[data-panel-count] #panels-container-veil {
  opacity: 1;
}
#panels-container[data-panel-count="0"] #panels-container-veil {
  opacity: 0;
}
#panels-container .is-panel {
  position: fixed;
  border: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  left: -100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: left 0.2s ease-in;
}
#panels-container .is-panel .panel-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #FFFFFF;
  background-clip: padding-box;
  box-shadow: -2px 0 20px rgba(0, 0, 0, 0.5);
}
#panels-container[data-panel-count="1"] .is-panel {
  left: 0;
}
#panels-container[data-panel-count="1"] .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="2"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="2"] .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="2"] .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="3"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="3"] .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="3"] .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="4"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="4"] .is-panel + .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="4"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="5"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="5"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="5"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="6"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="6"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="6"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="7"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="8"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="9"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container[data-panel-count="10"] .is-panel {
  left: 25%;
}
#panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: 0;
}
#panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
  left: -100%;
}
#panels-container .panel-close {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  appearance: none;
  top: 1rem;
  right: 1rem;
}
#panels-container .panel-close:hover, #panels-container .panel-close:focus {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  outline: 0;
}
#panels-container .panel-close:focus {
  border: 1px solid #0088FF;
}
#panels-container .panel-close svg {
  line-height: 50px;
}
#panels-container .is-panel .panel-veil {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in;
  cursor: w-resize;
}
#panels-container .is-panel.veil-open .panel-veil {
  width: 100%;
}
#panels-container .is-panel.veiled .panel-veil {
  opacity: 1;
}
#panels-container .is-panel iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

body #djDebug #djDebugToolbarHandle {
  right: -50px;
}
@media (min-width: 768px) {
  body #djDebug #djDebugToolbarHandle {
    right: 0;
  }
}

/**
 * Greater than Mobile.
 */
@media (min-width: 768px) {
  #panels-container .is-panel {
    top: 0;
    right: -66%;
    width: 66%;
    left: auto !important;
    bottom: 0;
    height: 100%;
    transition: right 0.2s ease-in;
  }
  #panels-container .is-panel .panel-inner {
    border-top: 0;
    border-right: 0;
    right: 0;
  }
  #panels-container[data-panel-count="1"] .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="1"] .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="2"] .is-panel {
    right: 17%;
  }
  #panels-container[data-panel-count="2"] .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="2"] .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="3"] .is-panel {
    right: 22.6666666667%;
  }
  #panels-container[data-panel-count="3"] .is-panel + .is-panel {
    right: 11.3333333333%;
  }
  #panels-container[data-panel-count="3"] .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="3"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="4"] .is-panel {
    right: 25.5%;
  }
  #panels-container[data-panel-count="4"] .is-panel + .is-panel {
    right: 17%;
  }
  #panels-container[data-panel-count="4"] .is-panel + .is-panel + .is-panel {
    right: 8.5%;
  }
  #panels-container[data-panel-count="4"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="4"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="5"] .is-panel {
    right: 27.2%;
  }
  #panels-container[data-panel-count="5"] .is-panel + .is-panel {
    right: 20.4%;
  }
  #panels-container[data-panel-count="5"] .is-panel + .is-panel + .is-panel {
    right: 13.6%;
  }
  #panels-container[data-panel-count="5"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: 6.8%;
  }
  #panels-container[data-panel-count="5"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="5"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="6"] .is-panel {
    right: 28.3333333333%;
  }
  #panels-container[data-panel-count="6"] .is-panel + .is-panel {
    right: 22.6666666667%;
  }
  #panels-container[data-panel-count="6"] .is-panel + .is-panel + .is-panel {
    right: 17%;
  }
  #panels-container[data-panel-count="6"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: 11.3333333333%;
  }
  #panels-container[data-panel-count="6"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 5.6666666667%;
  }
  #panels-container[data-panel-count="6"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="6"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="7"] .is-panel {
    right: 29.1428571429%;
  }
  #panels-container[data-panel-count="7"] .is-panel + .is-panel {
    right: 24.2857142857%;
  }
  #panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel {
    right: 19.4285714286%;
  }
  #panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: 14.5714285714%;
  }
  #panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 9.7142857143%;
  }
  #panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 4.8571428571%;
  }
  #panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="7"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="8"] .is-panel {
    right: 29.75%;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel {
    right: 25.5%;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel {
    right: 21.25%;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: 17%;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 12.75%;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 8.5%;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 4.25%;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="8"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="9"] .is-panel {
    right: 30.2222222222%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel {
    right: 26.4444444444%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel {
    right: 22.6666666667%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: 18.8888888889%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 15.1111111111%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 11.3333333333%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 7.5555555556%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 3.7777777778%;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="9"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container[data-panel-count="10"] .is-panel {
    right: 30.6%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel {
    right: 27.2%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel {
    right: 23.8%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel {
    right: 20.4%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 17%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 13.6%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 10.2%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 6.8%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 3.4%;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: 0;
  }
  #panels-container[data-panel-count="10"] .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel + .is-panel {
    right: -66%;
  }
  #panels-container .panel-close {
    top: 1rem;
    right: 1rem;
    color: #231F20;
    text-align: center;
  }
}
.tooltip {
  opacity: 0;
  display: none;
  transition: opacity 100ms ease-in;
}
.tooltip[data-show] {
  transition: opacity 200ms ease-out;
  opacity: 1;
}
.tooltip[open] {
  display: block;
}
.tooltip[data-show] .tooltip__inner {
  transform: translateY(0);
  transition: transform 200ms ease-out;
}
.tooltip__inner {
  transform: translateY(0.25rem);
  background-color: #333;
  color: white;
  padding: 0.66rem 1.125rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  max-width: 16rem;
  transition: transform 100ms ease-in;
}
.tooltip__arrow, .tooltip__arrow::before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: inherit;
}
.tooltip[data-popper-placement^=top] .tooltip__arrow {
  bottom: -4px;
}
.tooltip[data-popper-placement^=bottom] .tooltip__arrow {
  top: -4px;
}
.tooltip[data-popper-placement^=left] .tooltip__arrow {
  right: -4px;
}
.tooltip[data-popper-placement^=right] .tooltip__arrow {
  left: -4px;
}
.tooltip__arrow {
  visibility: hidden;
}
.tooltip__arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.btn-wrapper {
  margin-top: 1.5rem;
  margin-left: -0.7142857143rem;
  margin-right: -0.7142857143rem;
}

.btn {
  border: none;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  border: none;
  background: none;
  vertical-align: middle;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1.5px;
  color: #231F20;
  border-color: #231F20;
  font-size: 0.9285714286rem;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 700;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 1.4285714286rem;
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}

.btn > .btn--text {
  vertical-align: middle;
  text-decoration: none !important;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: inherit;
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.btn::before,
.btn .btn--hover-text {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn .btn--hover-text {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  padding-left: 2.8571428571rem;
  padding-right: 2.8571428571rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn > .btn--text {
  display: block;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  padding-left: 2.8571428571rem;
  padding-right: 2.8571428571rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn.btn-padding-small .btn--text,
.btn.btn-padding-small .btn--hover-text {
  padding-left: 2.1428571429rem;
  padding-right: 2.1428571429rem;
}

.btn:hover,
.btn:focus {
  color: #231F20;
  border-color: #231F20;
}
.btn:hover::before,
.btn:focus::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn:hover .btn--hover-text,
.btn:focus .btn--hover-text {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  text-decoration: none !important;
}
.btn:hover .btn--text,
.btn:focus .btn--text {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-decoration: none !important;
}

.btn-charcoal,
.btn-charcoal:hover,
.btn-charcoal:focus {
  color: #231F20;
  border-color: #231F20;
}

.btn-white,
.btn-white:hover,
.btn-white:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-dark-teal,
.btn-dark-teal:hover,
.btn-dark-teal:focus {
  color: #134B61;
  border-color: #134B61;
}

.c-navbar {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-navbar .o-section {
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
}

.navigation-open .c-navbar {
  min-height: 100vh;
}

.c-navbar--logo-hamburger {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  z-index: 100;
}
@media (min-width: 768px) {
  .c-navbar--logo-hamburger {
    margin-top: 2rem;
    padding-right: 80px;
  }
}

.c-navbar--logo {
  margin-right: auto;
}
.c-navbar--logo svg {
  width: 130px;
}
@media (min-width: 768px) {
  .c-navbar--logo svg {
    width: 183px;
  }
}
.c-navbar--logo svg path {
  fill: #FFFFFF;
}

.c-navbar--navigation-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-navbar--navigation-links--desktop {
  display: none;
}
@media (min-width: 768px) {
  .c-navbar--navigation-links--desktop {
    display: block;
  }
}
.c-navbar--navigation-links--desktop li {
  display: inline-block;
  margin-right: 2.25rem;
}
.c-navbar--navigation-links--desktop li a {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  line-height: 2em;
  font-size: 1.2857142857rem;
}

.c-navbar--navigation-links--mobile {
  display: block;
}
@media (min-width: 768px) {
  .c-navbar--navigation-links--mobile {
    display: none;
  }
}
.c-navbar--navigation-links--mobile {
  margin-top: 1.5rem;
}
.c-navbar--navigation-links--mobile li {
  margin-right: 1.5rem;
}
.c-navbar--navigation-links--mobile li a {
  display: block;
  color: #231F20;
  font-weight: 300;
  text-transform: lowercase;
  line-height: 1.75em;
  font-size: 2rem;
}

.c-navbar--search-toggle {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-right: 70px;
  border: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0);
  appearance: none;
  position: relative;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .c-navbar--search-toggle {
    margin-right: 1.5rem;
  }
}
.c-navbar--search-toggle > svg {
  width: 50%;
  height: 50%;
  position: relative;
  top: 1px;
  left: -1px;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.c-navbar--search-toggle > svg path {
  fill: #FFFFFF;
  transition: 0.2s;
}
.c-navbar--search-toggle:hover, .c-navbar--search-toggle:focus {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.c-navbar--search-toggle:hover svg, .c-navbar--search-toggle:focus svg {
  filter: none;
}
.c-navbar--search-toggle:hover > svg path, .c-navbar--search-toggle:focus > svg path {
  fill: #30B586;
}

.c-navbar--toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #30B586;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  appearance: none;
  position: fixed;
}
@media (max-width: 991.98px) {
  .c-navbar--toggle {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .c-navbar--toggle {
    right: 20px;
  }
}
@media (min-width: 1440px) {
  .c-navbar--toggle {
    right: auto;
    left: 50%;
    margin-left: 650px;
  }
}
.c-navbar--toggle:hover, .c-navbar--toggle:focus {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.c-navbar--toggle:focus {
  border: 1px solid #0088FF;
}
.c-navbar--toggle svg {
  line-height: 50px;
}
.c-navbar--toggle .c-navbar--toggle--close {
  display: none;
}

.navigation-open .c-navbar--toggle {
  background-color: #FFFFFF;
}
.navigation-open .c-navbar--toggle .c-navbar--toggle--hamburger {
  display: none;
}
.navigation-open .c-navbar--toggle .c-navbar--toggle--close {
  display: block;
}

.banner-style-white .c-navbar--logo svg > path {
  fill: #0088FF;
}

.banner-style-white.navigation-open .c-navbar--logo svg > path {
  fill: #0088FF;
}

.banner-style-medium-blue .c-navbar--logo svg > path {
  fill: #FFFFFF;
}

.banner-style-medium-blue.navigation-open .c-navbar--logo svg > path {
  fill: #0088FF;
}

.banner-style-dark-teal .c-navbar--logo svg > path {
  fill: #FFFFFF;
}

.banner-style-dark-teal.navigation-open .c-navbar--logo svg > path {
  fill: #0088FF;
}

.c-navbar--contents-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .c-navbar--contents-wrapper {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
}

.c-navbar--social {
  margin-top: 1.5rem;
}
.c-navbar--social > a {
  display: inline-block;
  margin: 0;
  margin-left: auto;
  margin-right: 1rem;
  width: 36px;
  height: 36px;
}
.c-navbar--social svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-navbar--social svg path {
  fill: #231F20;
}
@media (min-width: 768px) {
  .c-navbar--social {
    margin-top: 0;
  }
  .c-navbar--social > a {
    display: block;
    margin-top: 2rem;
    margin-right: auto;
    width: 24px;
    height: 24px;
  }
  .c-navbar--social {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 20px;
    width: 50px;
  }
  .c-navbar--social svg path {
    fill: #FFFFFF;
  }
}

.c-navbar--contents--menus,
.c-navbar--contents--ctas {
  z-index: 100;
}

.c-navbar--contents--ctas {
  display: none;
}
@media (min-width: 992px) {
  .c-navbar--contents--ctas {
    display: block;
    max-width: 45%;
    padding-top: 6rem;
  }
}

.c-navbar--contents--cta {
  display: flex;
}
.c-navbar--contents--cta + .c-navbar--contents--cta {
  margin-top: 3rem;
}
.c-navbar--contents--cta .c-navbar--contents--cta--image {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-right: 1rem;
}
.c-navbar--contents--cta .c-navbar--contents--cta--text {
  color: #FFFFFF;
}
.c-navbar--contents--cta .c-navbar--contents--cta--text p {
  margin-bottom: 0.5rem;
}
.c-navbar--contents--cta .c-navbar--contents--cta--text a {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}

.c-navbar--contents--menus {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-navbar--contents--menus {
    justify-content: space-between;
  }
}

.c-navbar--contents {
  display: none;
  height: 100%;
}

body.navigation-open {
  overflow: hidden;
}
body.navigation-open .c-navbar {
  width: 100vw;
  height: 100vh;
  background-color: #ECECEC !important;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.navigation-open .c-navbar--contents {
  display: flex;
}
@media (min-width: 768px) {
  body.navigation-open .c-navbar--contents {
    flex-direction: column;
  }
}

.c-navbar--mainmenu {
  list-style: none;
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
  font-family: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: lowercase;
  color: #231F20;
}
.c-navbar--mainmenu a {
  display: block;
  position: relative;
  color: #231F20;
  line-height: 1.75em;
}
.c-navbar--mainmenu a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-navbar--mainmenu {
    font-size: 3rem;
    margin-top: 4.5rem;
  }
}

.c-navbar--mainmenu > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  white-space: normal;
}
.c-navbar--mainmenu > li .c-navbar--menu--link {
  flex-grow: 1;
}
.c-navbar--mainmenu > li.active .c-navbar--menu--link {
  text-decoration: underline;
}
.c-navbar--mainmenu > li:before {
  display: none;
  content: "";
  z-index: -1;
  width: 50px;
  height: 50px;
  background-color: #FFE800;
  position: absolute;
  top: -10px;
  left: -35px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .c-navbar--mainmenu > li:before {
    top: 4px;
    left: -30px;
  }
}
.c-navbar--mainmenu > li.open:before {
  display: block;
}
.c-navbar--mainmenu > li.open > ul {
  display: block;
}
@media (min-width: 768px) {
  .c-navbar--mainmenu > li:hover:before {
    display: block;
  }
  .c-navbar--mainmenu > li:hover > ul {
    display: block;
  }
}
.c-navbar--mainmenu > li .c-navbar--submenu--link {
  flex-grow: 1;
}
.c-navbar--mainmenu > li .c-navbar--submenu--toggle {
  padding-left: 3rem;
  margin-right: -15px;
  padding-right: 15px;
}
.c-navbar--mainmenu > li .c-navbar--submenu--toggle svg {
  transform: rotate(-45deg);
  transition: transform 0.2s;
}
.c-navbar--mainmenu > li .c-navbar--submenu--toggle svg path {
  fill: #231F20;
}
@media (min-width: 768px) {
  .c-navbar--mainmenu > li .c-navbar--submenu--toggle {
    display: none;
  }
}
.c-navbar--mainmenu > li.open .c-navbar--submenu--toggle svg {
  transform: rotate(0deg);
}
.c-navbar--mainmenu > li ul {
  flex-basis: 100%;
}

.c-navbar--mainmenu > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: 1.4285714286rem;
}
.c-navbar--mainmenu > li > ul li {
  white-space: normal;
}
.c-navbar--mainmenu > li > ul li.active a,
.c-navbar--mainmenu > li > ul a:hover {
  text-decoration: underline;
}

.c-navbar--utilitymenu {
  list-style: none;
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
  font-family: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4285714286rem;
  text-transform: lowercase;
  color: #231F20;
}
.c-navbar--utilitymenu a {
  position: relative;
  color: #231F20;
  line-height: 2em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .c-navbar--utilitymenu {
    display: flex;
    margin-bottom: 1.5rem;
  }
  .c-navbar--utilitymenu li {
    margin-right: 4.5rem;
  }
}

@media (min-width: 768px) {
  .c-navbar--mainmenu,
  .c-navbar--utilitymenu {
    position: relative;
  }
}
@media (min-width: 768px) {
  .navigation-open .c-navbar .circle-1,
  .navigation-open .c-navbar .circle-2 {
    display: block;
    width: 60%;
    height: 0px;
    padding-top: 60%;
    position: absolute;
    margin-top: -7.75%;
    margin-right: -7.75%;
    top: -56px;
    right: 45px;
    border-radius: 100%;
    z-index: 1;
  }
  .navigation-open .c-navbar .circle-1:after,
  .navigation-open .c-navbar .circle-2:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
  }
  .navigation-open .c-navbar .circle-1 {
    z-index: 10;
  }
  .navigation-open .c-navbar .circle-1:after {
    background-color: #FFE800;
    top: 20px;
    left: -20px;
  }
  .navigation-open .c-navbar .circle-2 {
    z-index: 20;
  }
  .navigation-open .c-navbar .circle-2:after {
    background-color: #0088FF;
  }
}
.skip-to-content {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.skip-to-content:active, .skip-to-content:focus, .skip-to-content:hover {
  left: 40%;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 1000;
}

.c-header-hero {
  background-color: #C3C3C3;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.c-header-hero h1 {
  text-transform: lowercase;
}
@media (max-width: 767.98px) {
  .c-header-hero h1 {
    font-size: 3.2rem;
  }
}

.c-header-hero .header-hero--image {
  z-index: 10;
}

.c-header-hero-content {
  position: relative;
  padding-top: 50px;
  padding-right: 60px;
  padding-bottom: 60px;
  margin-top: 100px;
}
.c-header-hero-content > * {
  position: relative;
  z-index: 20;
  width: 100%;
}
@media (min-width: 768px) {
  .c-header-hero-content {
    margin-top: 0px;
    max-width: 555px;
    padding-top: 90px;
    padding-bottom: 230px;
    height: 850px;
  }
}

.c-header-hero-circle {
  display: block;
  position: absolute;
  opacity: 0.92;
  z-index: 0;
  width: 250%;
  top: -15px;
  left: -90%;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .c-header-hero-circle {
    width: 155%;
    top: -9.3023255814%;
    left: -15%;
    margin-left: -90px;
  }
}

.c-header-hero.style-medium-blue {
  color: #FFFFFF;
}
.c-header-hero.style-medium-blue .c-header-hero-circle circle {
  fill: #0088FF;
}

.c-header-hero.style-dark-teal {
  color: #FFFFFF;
}
.c-header-hero.style-dark-teal .c-header-hero-circle circle {
  fill: #134B61;
}

.c-header-hero.style-white {
  color: #231F20;
}
.c-header-hero.style-white h1 {
  color: #0088FF;
}
.c-header-hero.style-white .c-header-hero-circle circle {
  fill: #FFFFFF;
}

.block-title {
  margin-bottom: 1rem;
  text-align: center;
}

.block-subtitle {
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.block.titles-left .block-title,
.block.titles-left .block-subtitle {
  text-align: left;
  margin-left: 0;
}

.block.has-subtitle.has-title .block-title {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .block-header {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .block-header .block-header-left {
    flex-grow: 1;
  }
}

.block--richtextblock.style-align-left .rich-text {
  text-align: left;
}
.block--richtextblock.style-align-left .btn-wrapper {
  text-align: left;
}
.block--richtextblock.style-align-right .rich-text {
  text-align: right;
}
.block--richtextblock.style-align-right .btn-wrapper {
  text-align: right;
}
.block--richtextblock.style-align-center .rich-text {
  text-align: center;
}
.block--richtextblock.style-align-center .btn-wrapper {
  text-align: center;
}
.block--richtextblock .rich-text-width-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.block--imageblock img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.block--calltoactionblock {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
}
.block--calltoactionblock h3 {
  margin-bottom: 1rem;
}
.block--calltoactionblock .btn {
  margin-top: 1rem;
}

.block--calltoactionblock--contents {
  position: relative;
  z-index: 20;
}

.block--calltoactionblock.style-overlay-dark-teal,
.block--calltoactionblock.style-overlay-medium-green,
.block--calltoactionblock.style-overlay-medium-blue {
  color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
}
.block--calltoactionblock.style-overlay-dark-teal .block--calltoactionblock--inner,
.block--calltoactionblock.style-overlay-medium-green .block--calltoactionblock--inner,
.block--calltoactionblock.style-overlay-medium-blue .block--calltoactionblock--inner {
  padding: 3rem;
  padding-top: 4.5rem;
}
.block--calltoactionblock.style-overlay-dark-teal .block--calltoactionblock--image,
.block--calltoactionblock.style-overlay-medium-green .block--calltoactionblock--image,
.block--calltoactionblock.style-overlay-medium-blue .block--calltoactionblock--image {
  z-index: 10;
  filter: blur(4px);
  transition: filter 0.2s;
}
.block--calltoactionblock.style-overlay-dark-teal:hover,
.block--calltoactionblock.style-overlay-medium-green:hover,
.block--calltoactionblock.style-overlay-medium-blue:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.block--calltoactionblock.style-overlay-dark-teal:hover .block--calltoactionblock--image,
.block--calltoactionblock.style-overlay-medium-green:hover .block--calltoactionblock--image,
.block--calltoactionblock.style-overlay-medium-blue:hover .block--calltoactionblock--image {
  filter: blur(0);
}
.block--calltoactionblock.style-overlay-dark-teal:before,
.block--calltoactionblock.style-overlay-medium-green:before,
.block--calltoactionblock.style-overlay-medium-blue:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #134B61;
  opacity: 0.8;
}

.block--calltoactionblock.style-overlay-dark-teal:before {
  background-color: #134B61;
}

.block--calltoactionblock.style-overlay-medium-green:before {
  background-color: #30B586;
}

.block--calltoactionblock.style-overlay-medium-blue:before {
  background-color: #0088FF;
}

.block--calltoactionblock.style-image-card-medium-green,
.block--calltoactionblock.style-image-card-medium-blue {
  border-radius: 8px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .block--calltoactionblock.style-image-card-medium-green,
  .block--calltoactionblock.style-image-card-medium-blue {
    padding-bottom: 3rem;
  }
}
.block--calltoactionblock.style-image-card-medium-green,
.block--calltoactionblock.style-image-card-medium-blue {
  overflow: visible;
}
.block--calltoactionblock.style-image-card-medium-green .block--calltoactionblock--inner,
.block--calltoactionblock.style-image-card-medium-blue .block--calltoactionblock--inner {
  position: relative;
  padding-top: 35%;
}
.block--calltoactionblock.style-image-card-medium-green .block--calltoactionblock--image,
.block--calltoactionblock.style-image-card-medium-blue .block--calltoactionblock--image {
  border-radius: 8px;
}
.block--calltoactionblock.style-image-card-medium-green .block--calltoactionblock--contents,
.block--calltoactionblock.style-image-card-medium-blue .block--calltoactionblock--contents {
  position: relative;
  bottom: -15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
}
@media (min-width: 768px) {
  .block--calltoactionblock.style-image-card-medium-green .block--calltoactionblock--contents,
  .block--calltoactionblock.style-image-card-medium-blue .block--calltoactionblock--contents {
    bottom: -3rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.block--calltoactionblock.style-image-card-medium-green:hover .block--calltoactionblock--contents,
.block--calltoactionblock.style-image-card-medium-blue:hover .block--calltoactionblock--contents {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

.block--calltoactionblock.style-image-card-medium-green h3 {
  color: #30B586;
}

.block--calltoactionblock.style-image-card-medium-blue h3 {
  color: #0088FF;
}

.block--iconcardblock {
  text-align: center;
  background-color: #FFFFFF;
  padding: 2.5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
}
.block--iconcardblock:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.block--iconcardblock .block--iconcardblock--image {
  width: 50px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.block--iconcardblock h3 {
  margin-bottom: 1.5rem;
}
.block--iconcardblock p {
  margin-bottom: 1.5rem;
}
.block--iconcardblock .btn {
  margin-top: auto;
}

.question-answer {
  border-radius: 5px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
.question-answer + .question-answer {
  margin-top: 1rem;
}
.question-answer:hover, .question-answer:focus {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.question-answer .more,
.question-answer .less {
  margin-bottom: 0;
  line-height: 2.1428571429rem;
}
.question-answer .more {
  display: block;
  color: #0088FF;
}
.question-answer .less {
  display: none;
}
.question-answer.open .more {
  display: none;
}
.question-answer.open .less {
  display: block;
}

.question-answer--question {
  color: #231F20;
  padding: 1rem;
  display: flex;
}
.question-answer--question .question-answer--question-title {
  flex-grow: 1;
  margin-right: 1rem;
}
.question-answer--question:hover {
  text-decoration: none;
  color: #231F20;
}

.question-answer--answer {
  display: none;
  padding: 1rem;
}

.open .question-answer--answer {
  display: block;
}

.block--embedhtmlblock .block--embedhtmlblock--html {
  overflow: scroll;
  max-width: 100%;
}
.block--embedhtmlblock .block--embedhtmlblock--html > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-textandimageslider-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
}

.block--textandimagesliderslideblock {
  outline: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.block--textandimagesliderslideblock .c-textandimageslide {
  padding-bottom: 1rem;
}
.block--textandimagesliderslideblock .c-textandimageslide--image {
  padding-top: 1px;
}
@media (max-width: 767.98px) {
  .block--textandimagesliderslideblock .c-textandimageslide--image {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.block--textandimagesliderslideblock .c-textandimageslide--image .c-textandimageslide--image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: 5%;
}
.block--textandimagesliderslideblock .c-textandimageslide--image .c-textandimageslide--image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -5%;
  left: -3.75%;
  width: 100%;
  height: 100%;
  background-color: #0088FF;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.block--textandimagesliderslideblock .c-textandimageslide--image .c-textandimageslide--image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: block;
  z-index: 50;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
}
.block--textandimagesliderslideblock .c-textandimageslide--image .c-textandimageslide--image-wrapper .c-textandimagesslide--buttons {
  z-index: 100;
  position: absolute;
  right: 10%;
  bottom: 10%;
}
.block--textandimagesliderslideblock .c-textandimageslide--image .c-textandimageslide--image-wrapper .c-textandimagesslide--buttons button {
  margin-right: 1rem;
}
.block--textandimagesliderslideblock .c-textandimageslide--image .c-textandimageslide--image-wrapper .c-textandimagesslide--buttons button + button {
  margin-right: 0;
}
.block--textandimagesliderslideblock .c-textandimageslide--content {
  margin-top: 1.5rem;
}

.c-textandimagesslide--buttons {
  display: none;
}

.slick-slider .c-textandimagesslide--buttons {
  display: block;
}

.block--textandimagesliderslideblock + .block--textandimagesliderslideblock {
  display: none;
}
.block--textandimagesliderslideblock + .block--textandimagesliderslideblock.slick-slide {
  display: block;
}

.style-medium-blue .c-textandimageslide--image .c-textandimageslide--image-wrapper:after {
  background-color: #0088FF;
}

.style-medium-green .c-textandimageslide--image .c-textandimageslide--image-wrapper:after {
  background-color: #30B586;
}

@media (min-width: 768px) {
  .c-textandimageslide .c-textandimageslide--image .c-textandimageslide--image-wrapper {
    right: -10px;
  }
  .c-textandimageslide .c-textandimageslide--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .image-right .c-textandimageslide .c-textandimageslide--image {
    order: 2;
  }
  .image-right .c-textandimageslide .c-textandimageslide--content {
    order: 1;
  }
}
.block--instagramblock .c-block--instagramblock--items {
  overflow: visible;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .block--instagramblock .c-block--instagramblock--items {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .block--instagramblock .c-block--instagramblock--items {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.block--instagramblock .c-block--instagramblock--items > * + * {
  display: none;
}
.block--instagramblock .c-block--instagramblock--items.slick-slider > * + * {
  display: block;
}
.block--instagramblock .c-block--instagramblock--items .slick-list {
  overflow: visible;
}
.block--instagramblock .c-block--instagramblock--item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 33.3333%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
}
.block--instagramblock .c-block--instagramblock--item:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.block--instagramblock .c-block--instagramblock--item a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block--instagramblock .c-block--instagramblock--item a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.block--instagramblock .c-block--instagramblock--item a span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  background-color: rgba(35, 31, 32, 0.8);
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.block--instagramblock .c-block--instagramblock--item a span a {
  color: #FFFFFF;
}
.block--instagramblock .c-block--instagramblock--item a:hover span {
  opacity: 1;
}
.block--instagramblock .btn-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}

.block--columnsblock .block--columnsblock--column {
  display: flex;
  flex-direction: column;
}

.block--queriedcontentblock .block-header {
  align-items: center;
}
.block--queriedcontentblock .block-header .block-header-left {
  flex-grow: 0;
}

.c-queried-content--tab-links {
  display: flex;
}
.c-queried-content--tab-links a {
  color: #231F20;
  display: block;
  position: relative;
  line-height: 50px;
  white-space: nowrap;
}
.c-queried-content--tab-links a span {
  z-index: 10;
  position: relative;
  display: inline-block;
}
.c-queried-content--tab-links a.active:before, .c-queried-content--tab-links a:hover:before {
  z-index: 5;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FFE800;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
.c-queried-content--tab-links a + a {
  margin-left: 3rem;
}

.c-queried-content--tab {
  display: none;
}

.c-queried-content--tab.active {
  display: block;
}

.c-queried-content--tab .c-queried-content--buttons {
  margin-top: 3rem;
  text-align: center;
}

.block--emailsignupformblock.hidden {
  display: none;
}

.c-email-signup-form--image {
  display: none;
}
@media (min-width: 768px) {
  .c-email-signup-form--image {
    display: block;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.c-email-signup-form--left {
  padding-bottom: 15%;
  position: relative;
}
@media (min-width: 768px) {
  .c-email-signup-form--left {
    min-height: 500px;
    width: 50%;
    padding-right: 1.5rem;
    padding-bottom: 0%;
  }
}
@media (min-width: 992px) {
  .c-email-signup-form--left {
    padding-right: 3rem;
  }
}

.c-email-signup-form--hills {
  position: absolute;
  width: 120%;
  bottom: -60px;
  left: -30%;
}
.c-email-signup-form--hills svg {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-email-signup-form--hills {
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .c-email-signup-form--hills {
    bottom: -90px;
  }
}

.c-gallery {
  position: relative;
}
.c-gallery .slick-track {
  display: flex;
  align-items: stretch;
}
@media (min-width: 768px) {
  .c-gallery {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (min-width: 992px) {
  .c-gallery {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.c-gallery--buttons {
  margin-top: 1.5rem;
  text-align: center;
}
.c-gallery--buttons .icon-circle {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .c-gallery--buttons {
    margin-top: 0;
  }
  .c-gallery--buttons .icon-circle {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    top: 50%;
    margin-top: -25px;
  }
  .c-gallery--buttons .icon-circle.icon-arrow-left {
    left: 0;
  }
  .c-gallery--buttons .icon-circle.icon-arrow-right {
    right: 0;
  }
}

.c-gallery-item {
  float: none;
  height: auto;
  display: flex !important;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
.c-gallery-item + .c-gallery-item {
  display: none !important;
}
.c-gallery-item + .c-gallery-item.slick-slide {
  display: flex !important;
}

.c-gallery-item--modal-contents {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c-gallery-item--modal-contents img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.c-people-grid--items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.c-people-grid--items > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(50% - 1rem);
}

.c-people-grid--person--inner {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-people-grid--person--image {
  position: relative;
  width: 140px;
  height: 0;
  padding-top: 140px;
  margin-top: 55px;
  margin-bottom: 40px;
}
.c-people-grid--person--image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  border-radius: 100%;
}
.c-people-grid--person--image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #0088FF;
  position: absolute;
}

.c-people-grid.style--vibrant-yellow .c-people-grid--person--image:before {
  background-color: #FFE800;
}

.c-people-grid.style--medium-blue .c-people-grid--person--image:before {
  background-color: #0088FF;
}

.c-people-grid--person:nth-child(6n+1) .c-people-grid--person--image:before {
  top: 30px;
  left: -51px;
}

.c-people-grid--person:nth-child(6n+2) .c-people-grid--person--image:before {
  top: -11px;
  left: -54px;
}

.c-people-grid--person:nth-child(6n+3) .c-people-grid--person--image:before {
  top: 28px;
  left: -9px;
}

.c-people-grid--person:nth-child(6n+4) .c-people-grid--person--image:before {
  top: -14px;
  left: -11px;
}

.c-people-grid--person:nth-child(6n+5) .c-people-grid--person--image:before {
  top: 27px;
  left: 35px;
}

.c-people-grid--person:nth-child(6n+6) .c-people-grid--person--image:before {
  top: -16px;
  left: 32px;
}

@media (min-width: 768px) {
  .c-people-grid--person:nth-child(9n+1) .c-people-grid--person--image:before {
    top: 30px;
    left: -51px;
  }
  .c-people-grid--person:nth-child(9n+2) .c-people-grid--person--image:before {
    top: -11px;
    left: -54px;
  }
  .c-people-grid--person:nth-child(9n+3) .c-people-grid--person--image:before {
    top: -53px;
    left: -56px;
  }
  .c-people-grid--person:nth-child(9n+4) .c-people-grid--person--image:before {
    top: 28px;
    left: -9px;
  }
  .c-people-grid--person:nth-child(9n+5) .c-people-grid--person--image:before {
    top: -14px;
    left: -11px;
  }
  .c-people-grid--person:nth-child(9n+6) .c-people-grid--person--image:before {
    top: -56px;
    left: -12px;
  }
  .c-people-grid--person:nth-child(9n+7) .c-people-grid--person--image:before {
    top: 27px;
    left: 35px;
  }
  .c-people-grid--person:nth-child(9n+8) .c-people-grid--person--image:before {
    top: -16px;
    left: 32px;
  }
  .c-people-grid--person:nth-child(9n+9) .c-people-grid--person--image:before {
    top: -59px;
    left: 30px;
  }
}
.c-people-grid--person--name {
  font-weight: 700;
}

.c-people-grid--person--position {
  color: #7C7C7C;
}

.c-people-grid--person--bio-link {
  display: inline-block;
  color: #231F20;
  font-size: 0.9285714286rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1rem;
}
.c-people-grid--person--bio-link:hover {
  color: #231F20;
}

.c-people-grid--modal-contents--image {
  margin-bottom: 3rem;
}
.c-people-grid--modal-contents--image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c-people-grid--modal-contents {
    display: flex;
    align-items: center;
  }
  .c-people-grid--modal-contents--image {
    margin-bottom: 0;
    width: 50%;
  }
  .c-people-grid--modal-contents--bio {
    width: 50%;
  }
}
.c-tab-carousel--tabs {
  overflow: visible;
}

.c-tab-carousel--tab--trigger {
  display: block;
  position: relative;
  height: 100%;
  color: #231F20;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px 30px;
}
.c-tab-carousel--tab--trigger:hover, .c-tab-carousel--tab--trigger:focus {
  color: #231F20;
  text-decoration: none;
}
.c-tab-carousel--tab--trigger.active:before {
  opacity: 1;
}
.c-tab-carousel--tab--trigger:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #FFE800;
  border-radius: 100%;
  z-index: 80;
  opacity: 0;
  transition: opacity 0.2s;
}
.c-tab-carousel--tab--trigger > * {
  z-index: 100;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.c-tab-carousel--tab--trigger > * + * {
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .c-tab-carousel--tabs {
    display: flex;
    flex-wrap: nowrap;
    padding: 15px;
    margin-right: 15px;
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .c-tab-carousel--tabs {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .c-tab-carousel--tabs {
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media (max-width: 991.98px) {
  .c-tab-carousel--tabs::-webkit-scrollbar {
    display: none;
  }
  .c-tab-carousel--tab {
    width: calc(80vw - 30px);
    min-width: 300px;
    flex: 0 0 auto;
    margin-right: 15px;
  }
  .c-tab-carousel--tab:last-child {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .c-tab-carousel--tabs {
    padding: 30px;
  }
  .c-tab-carousel--tab {
    margin-right: 30px;
  }
  .c-tab-carousel--tab:last-child {
    padding-right: 30px;
  }
}
.c-tab-carousel--slide + .c-tab-carousel--slide {
  display: none;
}
.c-tab-carousel--slide + .c-tab-carousel--slide.slick-slide {
  display: block;
}

.c-tab-carousel--slide--inner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-tab-carousel--slide--circle {
  display: block;
  z-index: 20;
  position: absolute;
  left: 5%;
  width: 1200px;
  height: 0;
  padding-top: 1200px;
}
.c-tab-carousel--slide--circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #134B61;
  opacity: 0.97;
}

.c-tab-carousel--slide--image {
  z-index: 10;
}

.c-tab-carousel--slide--content {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 0;
  padding-right: 1.5rem;
}

.c-tab-carousel--slide--content h3 {
  font-size: 2.2857142857rem;
}

.c-tab-carousel--slide--icon {
  margin: 0 auto 1rem;
}

.c-tab-carousel--slides .slick-list {
  z-index: 10;
}

.c-tab-carousel--slides .slick-dots {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.25rem;
}
.c-tab-carousel--slides .slick-dots li {
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0.25rem;
}
.c-tab-carousel--slides .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -10000px;
  overflow: hidden;
  display: block;
}
.c-tab-carousel--slides .slick-dots li button:before {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 0.115rem solid #FFFFFF;
  border-radius: 100%;
  display: block;
  opacity: 1;
}
.c-tab-carousel--slides .slick-dots li.slick-active button:before {
  background-color: #FFFFFF;
}

@media (min-width: 992px) {
  .c-tab-carousel {
    position: relative;
  }
  .c-tab-carousel--tabs {
    position: absolute;
    z-index: 300;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
    max-width: 400px;
    overflow-y: auto;
    overflow-x: visible;
    padding: 15px;
    padding-top: 0;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .c-tab-carousel--tab {
    margin-right: 0;
    padding-right: 0 !important;
    padding-top: 15px;
  }
  .c-tab-carousel--tab--trigger {
    position: relative;
    transition: left 0.2s;
    left: 0;
  }
  .c-tab-carousel--tab--trigger.active {
    left: 2rem;
  }
  .c-tab-carousel--slide--circle {
    left: 50%;
  }
  .c-tab-carousel--slide--content {
    width: 35%;
    min-height: 700px;
    padding-right: 3rem;
  }
  .c-tab-carousel--slide--content h3 {
    font-size: 3rem;
  }
  .c-tab-carousel--slides .slick-dots {
    top: auto;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    right: auto;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-tab-carousel--slide--content {
    width: 40%;
    min-height: 700px;
    padding-right: 4rem;
  }
}
.c-tab-carousel--slide.style--dark-teal,
.c-tab-carousel--slide.style--medium-blue,
.c-tab-carousel--slide.style--medium-green {
  color: #FFFFFF;
}

.c-tab-carousel--slide.style--dark-teal .c-tab-carousel--slide--circle:after {
  background-color: #134B61;
}

.c-tab-carousel--slide.style--medium-blue .c-tab-carousel--slide--circle:after {
  background-color: #0088FF;
}

.c-tab-carousel--slide.style--medium-green .c-tab-carousel--slide--circle:after {
  background-color: #30B586;
}

.c-tab-carousel--slide.style--vibrant-yellow .c-tab-carousel--slide--circle:after {
  background-color: #FFE800;
}

.block--impactstatisticblock {
  color: #FFFFFF;
}
.block--impactstatisticblock a {
  color: #FFFFFF;
}
.block--impactstatisticblock a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.block--impactstatisticblock {
  margin-top: -60px;
}
@media (min-width: 768px) {
  .block--impactstatisticblock {
    margin-top: -60px;
  }
}

.c-impact-statistic--statistic {
  width: 100%;
  height: 0;
  padding-top: 100%;
  text-align: center;
  position: relative;
  top: -15px;
  margin-bottom: 3rem;
}

.c-impact-statistic--statistic-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-impact-statistic--statistic-inner > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-impact-statistic--statistic-inner > * + * {
  margin-top: 0.5rem;
}

.c-impact-statistic--statistic-contents {
  position: relative;
  z-index: 100;
}

.c-impact-statistic--image {
  border-radius: 8px;
  margin-bottom: 1rem;
}
.c-impact-statistic--image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-impact-statistic--statistic-value {
  font-weight: 700;
}

.c-impact-statistic--statistic-circle,
.c-impact-statistic--statistic-circle-offset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 10;
}

.c-impact-statistic--statistic-circle-offset {
  top: 30px;
  left: -20px;
}

.c-impact-statistic--statistic.style--blue .c-impact-statistic--statistic-circle {
  background-color: #00BCFF;
}
.c-impact-statistic--statistic.style--blue .c-impact-statistic--statistic-circle-offset {
  background-color: #0088FF;
}

.c-impact-statistic--statistic.style--blue-with-yellow {
  color: #231F20;
}
.c-impact-statistic--statistic.style--blue-with-yellow .c-impact-statistic--statistic-circle {
  background-color: #FFE800;
}
.c-impact-statistic--statistic.style--blue-with-yellow .c-impact-statistic--statistic-circle-offset {
  background-color: #0088FF;
}

@media (min-width: 768px) {
  .block--impactstatisticblock {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .c-impact-statistic--statistic-wrapper {
    width: 60%;
    margin-top: -90px;
    margin-bottom: -90px;
    flex-grow: 0;
    margin-left: auto;
  }
  .c-impact-statistic--statistic-inner {
    left: auto;
    right: 0;
  }
  .c-impact-statistic--statistic {
    top: 0;
    margin-bottom: 0;
    width: 110%;
    padding-top: 110%;
  }
  .c-impact-statistic--header {
    width: 50%;
  }
  .c-impact-statistic--header {
    margin-top: 60px;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .c-impact-statistic--statistic-wrapper {
    width: auto;
    margin-right: 1rem;
  }
  .c-impact-statistic--statistic {
    width: 500px;
    padding-top: 500px;
  }
}
.c-impact-statistics--statistics-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  margin-bottom: 5%;
}

.c-impact-statistics--statistics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-impact-statistics--statistic-cell {
  display: block;
  width: 50%;
  height: 0;
  padding-top: 50%;
  position: relative;
}

.c-impact-statistics--statistic-cell-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .c-impact-statistics--statistic-value {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .block--impactstatisticsblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-impact-statistics--header {
    width: 40%;
  }
  .c-impact-statistics--statistics-wrapper {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .c-impact-statistics--statistics-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.c-impact-statistics--statistics .dots {
  display: block;
  position: absolute;
  width: 28.6%;
  height: 28.6%;
  border-radius: 100%;
}
.c-impact-statistics--statistics .dots:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #0088FF;
}
.c-impact-statistics--statistics .dots:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #134B61;
}
.c-impact-statistics--statistics .dots.dots-1:before {
  top: 21.4285714286%;
  left: -36.4285714286%;
}
.c-impact-statistics--statistics .dots.dots-2:before {
  top: -7.8571428571%;
  left: -38.5714285714%;
}
.c-impact-statistics--statistics .dots.dots-3:before {
  top: -37.8571428571%;
  left: -40%;
}
.c-impact-statistics--statistics .dots.dots-4:before {
  top: 20%;
  left: -6.4285714286%;
}
.c-impact-statistics--statistics .dots.dots-5:before {
  top: -10%;
  left: -7.8571428571%;
}
.c-impact-statistics--statistics .dots.dots-6:before {
  top: -40%;
  left: -8.5714285714%;
}
.c-impact-statistics--statistics .dots.dots-7:before {
  top: 19.2857142857%;
  left: 25%;
}
.c-impact-statistics--statistics .dots.dots-8:before {
  top: -11.4285714286%;
  left: 22.8571428571%;
}
.c-impact-statistics--statistics .dots.dots-9:before {
  top: -42.1428571429%;
  left: 21.4285714286%;
}
.c-impact-statistics--statistics .dots.position-top-left {
  top: -14.3%;
  left: -14.3%;
}
.c-impact-statistics--statistics .dots.position-top-right {
  top: -14.3%;
  right: -14.3%;
}
.c-impact-statistics--statistics .dots.position-bottom-left {
  bottom: -14.3%;
  left: -14.3%;
}
.c-impact-statistics--statistics .dots.position-bottom-right {
  bottom: -14.3%;
  right: -14.3%;
}

.o-section--style--yellow-gradient .c-impact-statistics--statistics .dots:before {
  background-color: #0088FF;
}
.o-section--style--yellow-gradient .c-impact-statistics--statistics .dots:after {
  background-color: #134B61;
}

.o-section--style--blue-gradient .c-impact-statistics--header {
  color: #FFFFFF;
}
.o-section--style--blue-gradient .c-impact-statistics--statistics-wrapper {
  color: #FFFFFF;
}

.o-section--style--blue-gradient .c-impact-statistics--statistics .dots:before {
  background-color: #FFE800;
}
.o-section--style--blue-gradient .c-impact-statistics--statistics .dots:after {
  background-color: #0088FF;
}

.block .c-impact-statistics-pie-chart--header .c-impact-statistics-pie-chart--icon {
  margin-bottom: 1rem;
  display: block;
  border-radius: 5px;
}
.block .c-impact-statistics-pie-chart--header .block-title {
  margin-bottom: 3rem !important;
}
.block .c-impact-statistics-pie-chart--header .c-impact-statistics-pie-chart--header-value {
  margin-bottom: 0;
}
.block .c-impact-statistics-pie-chart--header .block-subtitle {
  margin-top: 3rem;
}

.c-impact-statistics-pie-chart--chart-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.c-impact-statistics-pie-chart--chart-wrapper .piechart-background {
  position: absolute;
  top: 12%;
  left: 12%;
  width: 82%;
  height: 82%;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.c-impact-statistics-pie-chart--chart-wrapper .piechart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-impact-statistics-pie-chart--statistics {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.c-impact-statistics-pie-chart--statistic {
  width: 50%;
  padding-left: 64px;
  position: relative;
  margin-bottom: 1rem;
}
.c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--value {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .block--impactstatisticspiechartblock {
    margin-top: -45px;
  }
  .c-impact-statistics-pie-chart--upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-impact-statistics-pie-chart--upper .c-impact-statistics-pie-chart--header {
    width: 48%;
  }
  .c-impact-statistics-pie-chart--upper .c-impact-statistics-pie-chart--chart-wrapper {
    width: 54%;
    padding-top: 54%;
    margin-top: -2%;
    right: -4%;
  }
  .c-impact-statistics-pie-chart--statistics {
    flex-wrap: nowrap;
  }
  .c-impact-statistics-pie-chart--statistic {
    width: auto;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;
    padding-right: 1rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
.style--purple .c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  background-color: #8A2E74;
}
.style--purple .c-impact-statistics-pie-chart--chart-wrapper svg g path {
  fill: #8A2E74 !important;
}

.style--orange .c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  background-color: #FFBC00;
}
.style--orange .c-impact-statistics-pie-chart--chart-wrapper svg g path {
  fill: #FFBC00 !important;
}

.style--light-green .c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  background-color: #CAE34C;
}
.style--light-green .c-impact-statistics-pie-chart--chart-wrapper svg g path {
  fill: #CAE34C !important;
}

.style--pink .c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  background-color: #FF80C3;
}
.style--pink .c-impact-statistics-pie-chart--chart-wrapper svg g path {
  fill: #FF80C3 !important;
}

.style--red .c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  background-color: #FF3024;
}
.style--red .c-impact-statistics-pie-chart--chart-wrapper svg g path {
  fill: #FF3024 !important;
}

.style--brown .c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  background-color: #977345;
}
.style--brown .c-impact-statistics-pie-chart--chart-wrapper svg g path {
  fill: #977345 !important;
}

.style--aqua .c-impact-statistics-pie-chart--statistic .c-impact-statistics-pie-chart--dot {
  background-color: #2FC9AD;
}
.style--aqua .c-impact-statistics-pie-chart--chart-wrapper svg g path {
  fill: #2FC9AD !important;
}

.c-donation-form--progress-bar {
  height: 10px;
  border-radius: 5px;
  background-color: #C3C3C3;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.c-donation-form--progress-bar--bar {
  height: 10px;
  border-radius: 5px;
  background-color: #FFE800;
}

.c-donation-form--progress-bar--marker {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  margin-top: -20px;
  margin-left: -25px;
  border-radius: 100%;
  background-color: #0088FF;
}

.c-pricing {
  display: grid;
  gap: 4rem;
  grid-template-rows: auto;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .c-pricing {
    display: none;
  }
}
@media (min-height: 560px) {
  .c-pricing__tier-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #FFF;
    padding-top: 3rem;
    box-shadow: 0 10px 10px -10px #FFF;
  }
}
.c-pricing__tier {
  font-weight: 700;
  color: var(--pricing-tier-color);
  padding: 0.75rem 1rem 0.875rem;
  text-align: center;
  margin-bottom: 0;
}
.c-pricing__price-group {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .c-pricing__price-group {
    border: 1px solid #d6d6d6;
  }
}
.c-pricing__price-row {
  text-align: center;
}
@media (max-width: 1200px) {
  .c-pricing__price-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
.c-pricing__price-row:nth-child(even) {
  background-color: #f2f2f2;
}
.c-pricing__price {
  padding: 0.75rem 1rem 0.875rem;
}
.c-pricing__users {
  padding: 0.75rem 1rem 0.875rem;
  text-align: right;
}
.c-pricing__category {
  padding: 0.75rem 1rem 0.875rem;
  padding-top: 3rem;
}
.c-pricing__feature-row {
  border-top: 1px solid #d6d6d6;
}
@media (max-width: 1200px) {
  .c-pricing__feature-row {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
  }
}
.c-pricing__feature-row:hover {
  background-color: #f2f2f2;
}
.c-pricing__feature {
  padding: 0.75rem 1rem 0.875rem;
}
.c-pricing__feature-button {
  text-align: left;
  text-decoration-color: #707070;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 0.312rem;
  text-decoration-style: dashed;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.c-pricing__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.5rem;
}
.c-pricing__contact > .btn,
.c-pricing__contact > .btn:hover {
  color: var(--pricing-tier-color);
  border-color: var(--pricing-tier-color);
}
.c-pricing__contact[role=cell] {
  padding-top: 1rem;
}
.c-pricing__check-wrapper {
  text-align: center;
  padding: 0.75rem 1rem 0.875rem;
}
.c-pricing__check {
  color: var(--pricing-tier-color);
}
.c-pricing__check > svg {
  width: 1.125rem;
  height: 1.125rem;
}

.c-pricing-table {
  display: grid;
  border-collapse: collapse;
  position: relative;
}
@media (max-width: 1200px) {
  .c-pricing-table {
    display: none;
  }
}
@media (min-height: 560px) {
  .c-pricing-table__head {
    position: sticky;
    top: 0;
    width: 100%;
    background: #FFF;
    padding-top: 3rem;
  }
  .c-pricing-table__head tr:last-child td {
    box-shadow: 0 10px 10px -10px #FFF;
  }
}
.c-pricing-table__row {
  display: grid;
  grid-template-columns: 1fr 16rem;
  grid-auto-flow: column;
  grid-auto-columns: 16rem;
}
.c-pricing-table__row > *:nth-last-child(-n+3) {
  border-left: 1px solid #d6d6d6;
}

.c-blog-post--image {
  max-width: 100%;
  height: auto;
}

.c-blog-post--social {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .c-blog-post--header .rows-of-2 .c-blog-post--image {
    width: calc(33% - 4.5rem);
  }
  .c-blog-post--header .rows-of-2 .c-blog-post--titles {
    width: calc(66% - 4.5rem);
  }
}

.c-blog-post--image {
  padding-top: 1px;
}
@media (max-width: 767.98px) {
  .c-blog-post--image {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-blog-post--image .c-blog-post--image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: 5%;
}
.c-blog-post--image .c-blog-post--image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -5%;
  left: -3.75%;
  width: 100%;
  height: 100%;
  background-color: #FFE800;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.c-blog-post--image .c-blog-post--image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: block;
  z-index: 50;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
}

.c-blog-post--titles {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-blog-post--titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
}

@media (min-width: 768px) {
  .c-blog-post--breadcrumb {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.c-blog-post--breadcrumb a {
  color: #FFFFFF;
}

.c-blog-post--categories-byline {
  color: #FFFFFF;
}

body.blog-header--medium-blue .c-navbar {
  background-color: #0088FF;
}
body.blog-header--medium-blue #main {
  margin-top: 60px;
}
body.blog-header--medium-blue .c-blog-post--header {
  background-color: #0088FF;
  color: #FFFFFF;
  margin-bottom: 120px;
}

.c-prefooter {
  background-color: #134B61;
  color: #fff;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.c-prefooter--inner {
  padding-top: 3rem;
  padding-bottom: 11%;
}

.c-prefooter--text {
  text-align: center;
}

.c-prefooter--buttons {
  text-align: center;
  margin-top: -1.4285714286rem !important;
  margin-bottom: 1rem;
}

.c-prefooter--dots {
  position: absolute;
  bottom: -5%;
  left: 51%;
  width: 100%;
  transform: translateX(-50%);
}
.c-prefooter--dots svg {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .c-prefooter--inner {
    padding-top: 4.5rem;
    display: flex;
    justify-content: space-between;
  }
  .c-prefooter--left {
    max-width: 50%;
  }
  .c-prefooter--title,
  .c-prefooter--text {
    text-align: left;
  }
  .c-prefooter--buttons {
    text-align: right;
  }
  .c-prefooter--left,
  .c-prefooter--right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-prefooter--dots {
    bottom: -13%;
  }
}
@media (min-width: 1200px) {
  .c-prefooter--inner {
    padding-bottom: 162px;
  }
}
.c-footer {
  background-color: #231F20;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

.c-footer a {
  color: #FFFFFF;
}

.c-footer--menu {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
}

.c-footer--menu li,
.c-footer--menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footer--menu > li > a {
  text-transform: uppercase;
  font-weight: bold;
}

.c-footer--menu li a {
  display: block;
  margin-bottom: 0.5rem;
}

.c-footer--menu-utility li a {
  font-weight: 400;
  text-transform: none;
}

.c-footer--mission-statement {
  margin-bottom: 4.5rem;
}

.c-footer--social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto 4.5rem;
  gap: 1rem;
}
.c-footer--social__links {
  text-align: center;
}
.c-footer--social__links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  width: 36px;
  height: 36px;
}
.c-footer--social__links svg {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-footer--social__links svg path {
  fill: #FFFFFF;
}
.c-footer--social__links .icon-medium svg {
  width: 25px;
}
.c-footer--social__partners {
  text-align: center;
  margin: 0 0.5rem;
}
.c-footer--social__partners > a {
  display: inline-block;
  margin: 0 1rem;
}

.c-footer--bottom {
  overflow: hidden;
}
.c-footer--bottom a {
  text-decoration: underline;
}
.c-footer--bottom .c-footer--menu-footer--left,
.c-footer--bottom .c-footer--menu-footer--right,
.c-footer--bottom .c-footer--copyright {
  text-align: center;
  margin-bottom: 1rem;
}
.c-footer--bottom .c-footer--copyright {
  text-align: center;
  font-size: 0.8571428571rem;
}

@media (min-width: 768px) {
  .c-footer--bottom {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-footer--bottom .c-footer--menu-footer--left,
  .c-footer--bottom .c-footer--menu-footer--right,
  .c-footer--bottom .c-footer--copyright {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .c-footer--bottom .c-footer--menu-footer--left {
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
  }
  .c-footer--bottom .c-footer--menu-footer--right {
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
    order: 3;
  }
  .c-footer--bottom .c-footer--copyright {
    order: 2;
    text-align: center;
    font-size: 0.8571428571rem;
  }
}
.c-donation-form--header {
  color: #FFFFFF;
}

.c-donation-form--total-contribution {
  display: flex;
  justify-content: space-between;
}
.c-donation-form--total-contribution .c-donation-form--amount-label {
  flex-grow: 1;
  padding-left: 0;
  text-transform: none;
  color: #231F20;
  font-size: 1.4285714286rem;
  font-weight: 700;
}
.c-donation-form--total-contribution .form-control {
  color: #231F20;
  text-align: right;
  width: auto;
  order: 1;
  font-weight: 700;
}
.c-donation-form--total-contribution .form-group {
  flex-grow: 0;
  position: relative;
}
.c-donation-form--total-contribution .form-group:before {
  content: "$";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #231F20;
}

.c-donation-form--checkbox {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.c-donation-form--checkbox label {
  text-transform: none;
  color: #30B586;
  font-weight: 500;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.c-donation-form h3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.5);
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.is-loading .c-loading-overlay {
  display: flex;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-width: 0.5rem;
  vertical-align: text-bottom;
  border: 0.5rem solid #0088FF;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.disclaimer {
  font-size: 0.9rem;
  color: #7C7C7C;
  max-width: 60%;
}

.main .o-section:first-child {
  margin-top: 0;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .main .o-section:first-child {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .main .o-section:first-child {
    padding-top: 90px;
  }
}

.c-search-form {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .c-search-form {
    margin-top: 60px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .c-search-form {
    margin-bottom: 60px;
  }
}
.c-search-form h1 {
  color: #231F20;
}

.c-search-form--form {
  margin-top: 1.5rem;
}
.c-search-form--form .form-groups-inline .form-group .form-control {
  font-size: 1.75rem;
  color: #231F20;
  text-align: center;
}
.c-search-form--form .form-groups-inline .btn-wrapper {
  margin-top: 0;
  text-align: center;
}
.c-search-form--form .form-groups-inline .btn-wrapper .btn {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-search-form--form .form-groups-inline {
    display: flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .c-search-form--form .form-groups-inline > * {
    margin-bottom: 0;
  }
  .c-search-form--form .form-groups-inline .form-group, .c-search-form--form .form-groups-inline .btn-wrapper {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .c-search-form--form .form-groups-inline .form-group {
    flex-grow: 1;
  }
  .c-search-form--form .form-groups-inline .form-group .form-control {
    text-align: left;
  }
  .c-search-form--form .form-groups-inline .btn-wrapper {
    flex-grow: 0;
    text-align: center;
  }
  .c-search-form--form .form-groups-inline .btn-wrapper .btn {
    margin-top: 0;
  }
}
.c-search-form--form.c-search-results-form--in-modal {
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 15px;
}

.c-search-results--tabs-scroller {
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: scroll;
}

.c-search-results--tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
  flex-direction: row;
}

.c-search-results--tab {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-search-results--tab + .c-search-results--tab {
  margin-left: 10px;
}
.c-search-results--tab {
  background-color: #C3C3C3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.c-search-results--tab.active, .c-search-results--tab:hover {
  background-color: #ECECEC;
}
.c-search-results--tab a {
  display: inline-block;
  color: #231F20;
  padding: 15px;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 0.7857142857rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-search-results--tab a {
    font-size: 0.9285714286rem;
  }
}

@media (max-width: 991.98px) {
  #djDebug {
    display: none !important;
  }
}
body.c-modal-body {
  min-height: auto;
}

.c-email-signup-popup {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #231F20;
}
@media (min-width: 768px) {
  .c-email-signup-popup {
    padding: 30px;
  }
}

.c-email-signup-popup-subtitle {
  margin-top: 15px;
}

.c-email-signup-popup-form {
  margin-top: 30px;
}
.c-email-signup-popup-form .errors {
  margin-bottom: 30px;
}

.c-email-signup-popup-success-message {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm--1 {
    margin: 2.25rem !important;
  }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: 2.25rem !important;
  }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: 2.25rem !important;
  }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: 2.25rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm--1 {
    padding: 2.25rem !important;
  }
  .pt-sm--1,
  .py-sm--1 {
    padding-top: 2.25rem !important;
  }
  .pr-sm--1,
  .px-sm--1 {
    padding-right: 2.25rem !important;
  }
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm--1,
  .px-sm--1 {
    padding-left: 2.25rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n-1 {
    margin: -2.25rem !important;
  }
  .mt-sm-n-1,
  .my-sm-n-1 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n-1,
  .mx-sm-n-1 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n-1,
  .my-sm-n-1 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n-1,
  .mx-sm-n-1 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md--1 {
    margin: 2.25rem !important;
  }
  .mt-md--1,
  .my-md--1 {
    margin-top: 2.25rem !important;
  }
  .mr-md--1,
  .mx-md--1 {
    margin-right: 2.25rem !important;
  }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md--1,
  .mx-md--1 {
    margin-left: 2.25rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md--1 {
    padding: 2.25rem !important;
  }
  .pt-md--1,
  .py-md--1 {
    padding-top: 2.25rem !important;
  }
  .pr-md--1,
  .px-md--1 {
    padding-right: 2.25rem !important;
  }
  .pb-md--1,
  .py-md--1 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md--1,
  .px-md--1 {
    padding-left: 2.25rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n-1 {
    margin: -2.25rem !important;
  }
  .mt-md-n-1,
  .my-md-n-1 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n-1,
  .mx-md-n-1 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n-1,
  .my-md-n-1 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n-1,
  .mx-md-n-1 {
    margin-left: -2.25rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg--1 {
    margin: 2.25rem !important;
  }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: 2.25rem !important;
  }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: 2.25rem !important;
  }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: 2.25rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg--1 {
    padding: 2.25rem !important;
  }
  .pt-lg--1,
  .py-lg--1 {
    padding-top: 2.25rem !important;
  }
  .pr-lg--1,
  .px-lg--1 {
    padding-right: 2.25rem !important;
  }
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg--1,
  .px-lg--1 {
    padding-left: 2.25rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n-1 {
    margin: -2.25rem !important;
  }
  .mt-lg-n-1,
  .my-lg-n-1 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n-1,
  .mx-lg-n-1 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n-1,
  .my-lg-n-1 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n-1,
  .mx-lg-n-1 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl--1 {
    margin: 2.25rem !important;
  }
  .mt-xl--1,
  .my-xl--1 {
    margin-top: 2.25rem !important;
  }
  .mr-xl--1,
  .mx-xl--1 {
    margin-right: 2.25rem !important;
  }
  .mb-xl--1,
  .my-xl--1 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl--1,
  .mx-xl--1 {
    margin-left: 2.25rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl--1 {
    padding: 2.25rem !important;
  }
  .pt-xl--1,
  .py-xl--1 {
    padding-top: 2.25rem !important;
  }
  .pr-xl--1,
  .px-xl--1 {
    padding-right: 2.25rem !important;
  }
  .pb-xl--1,
  .py-xl--1 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl--1,
  .px-xl--1 {
    padding-left: 2.25rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n-1 {
    margin: -2.25rem !important;
  }
  .mt-xl-n-1,
  .my-xl-n-1 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n-1,
  .mx-xl-n-1 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n-1,
  .my-xl-n-1 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n-1,
  .mx-xl-n-1 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0088FF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0%, 37.3333333333%, 70%) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(28.4473617773%, 30.8179752588%, 32.9251872423%) !important;
}

.text-success {
  color: #30B586 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(12.5353198048%, 47.2686017638%, 34.994434455%) !important;
}

.text-info {
  color: #00BCFF !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(0%, 51.6078431373%, 70%) !important;
}

.text-warning {
  color: #FFE800 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(70%, 63.6862745098%, 0%) !important;
}

.text-danger {
  color: #FF3024 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(84.1176470588%, 4.6091861402%, 0%) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(79.7549019608%, 82.6470588235%, 85.5392156863%) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(6.9438810007%, 7.7450980392%, 8.5463150778%) !important;
}

.text-body {
  color: #231F20 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.image-cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all-caps-title {
  text-transform: uppercase;
}

.readable-text-width {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center {
  text-align: center;
}

.flex-equal {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0;
}

.rows-of-1,
.rows-of-2,
.rows-of-3,
.rows-of-4 {
  margin-bottom: -30px;
  padding-bottom: 1px;
}
.rows-of-1 > *,
.rows-of-2 > *,
.rows-of-3 > *,
.rows-of-4 > * {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rows-of-1,
  .rows-of-2,
  .rows-of-3,
  .rows-of-4 {
    display: flex;
    margin-bottom: -60px;
  }
  .rows-of-1 > *,
  .rows-of-2 > *,
  .rows-of-3 > *,
  .rows-of-4 > * {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .rows-of-1,
  .rows-of-2,
  .rows-of-3,
  .rows-of-4 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .rows-of-1 > * {
    width: 100%;
  }
  .rows-of-2 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .rows-of-2 > * {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    width: calc(50% - 4.5rem);
  }
  .rows-of-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .rows-of-3 > * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(33.333333% - 3rem);
  }
  .rows-of-4 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .rows-of-4 > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: calc(25% - 1.5rem);
  }
}
.orphans-start {
  justify-content: flex-start;
}

.orphans-end {
  justify-content: flex-end;
}

.orphans-space-between {
  justify-content: space-between;
}

.orphans-center {
  justify-content: center;
}

.orphans-fill > * {
  flex-grow: 1;
}