@charset "UTF-8";
/**
    Please use the Block Element Modifier CSS methodology for naming classes.
    Refer to Airbnb's CSS style guide for more information:
    https://github.com/airbnb/javascript
 */
/*

 ---------------------------------------------------------------------------
 Mixins
 ---------------------------------------------------------------------------

 @see http://sass-lang.com/guide#topic-6

 ---------------------------------------------------------------------------

 */
:root {
  --blue: #228AE6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #FF8F2B;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #228AE6;
  --secondary: #F2DFE8;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "GT-America", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: "GT-America", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364E63;
  text-align: left;
  background-color: #ffffff;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: #364E63;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1b2732;
  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] {
  -webkit-box-sizing: border-box;
          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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .fl-content-slider .fl-slide-title, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "GT-America", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #364E63;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2, .fl-content-slider .fl-slide-title {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead, .archive__intro p, .archive__header-description p {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(33, 35, 38, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  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: 1092px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1398px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.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: 16px;
  padding-left: 16px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #228AE6 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1670bf !important;
}

.bg-secondary {
  background-color: #F2DFE8 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e3bbce !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #228AE6 !important;
}

.border-secondary {
  border-color: #F2DFE8 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

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

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

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

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

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

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

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

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

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

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(33, 35, 38, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(33, 35, 38, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(33, 35, 38, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(33, 35, 38, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(33, 35, 38, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(33, 35, 38, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: #ffffff !important;
}

.text-primary {
  color: #228AE6 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1362a8 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #dca9c1 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #364E63 !important;
}

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

.text-black-50 {
  color: rgba(33, 35, 38, 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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #364E63;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1b2732;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 138, 230, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(34, 138, 230, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #228AE6;
  border-color: #228AE6;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.fl-content-slider .fl-slide-content-wrap {
  z-index: 1;
  position: relative;
}

.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
  background: #fff !important;
  padding: 40px 60px;
  border-bottom-right-radius: 164.29px;
}
@media (max-width: 991.98px) {
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
    padding: 20px 50px !important;
    max-width: 450px !important;
  }
}
@media (max-width: 767.98px) {
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
    padding: 20px 30px !important;
    margin: 20px !important;
    background: white;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 350px) {
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
    margin: 20px 5px !important;
  }
}
@media (max-width: 767.98px) {
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content img {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .fl-content-slider .fl-slide-bg-photo {
    position: absolute;
  }
}
@media (max-width: 1199.98px) {
  .fl-content-slider .fl-slide-bg-photo {
    position: absolute;
  }
}

@media (max-width: 767.98px) {
  .fl-builder-content .fl-button-left {
    text-align: center;
  }
}

.fl-content-slider .fl-slide-title {
  margin-bottom: 10px !important;
}

.fl-content-slider .fl-slide-text-left .fl-slide-content-wrap {
  width: 100% !important;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .fl-content-slider .fl-slide-text-left .fl-slide-content-wrap {
    margin: 0 auto;
    width: 80% !important;
  }
}
@media (min-width: 992px) {
  .fl-content-slider .fl-slide-text-left .fl-slide-content-wrap {
    width: 66% !important;
    margin-left: 0;
  }
}

.fl-content-slider .fl-slide-text-left .fl-slide-foreground {
  max-width: 1400px;
}

.fl-content-slider .fl-button {
  margin-top: 10px;
  -webkit-box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
          box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
  border-radius: 20.88px !important;
  padding: 10.2px 31.9px !important;
  font-size: 16px !important;
  display: inline-block !important;
  margin-bottom: 25px !important;
  background-color: #228AE6 !important;
  border-bottom-left-radius: 0px !important;
  font-weight: 900 !important;
  color: #fff;
  border: none !important;
}
.fl-content-slider .fl-button:hover {
  background-color: #0071c7 !important;
}
a.fl-content-slider .fl-button:hover {
  color: #fff !important;
}

.fl-content-slider .fl-button .fl-button-text {
  color: #fff !important;
}

@media (min-width: 992px) {
  .fl-module-tabs .fl-tabs-horizontal .fl-tabs-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.fl-module-tabs .fl-tabs-panel {
  border-bottom: none !important;
}
.fl-module-tabs .fl-tabs-panel-content {
  background-color: #FAFAFA;
  padding: 17px 55px;
}
.fl-module-tabs .fl-tabs-panel-content h2,
.fl-module-tabs .fl-tabs-panel-content .h2,
.fl-module-tabs .fl-tabs-panel-content .fl-content-slider .fl-slide-title,
.fl-content-slider .fl-module-tabs .fl-tabs-panel-content .fl-slide-title,
.fl-module-tabs .fl-tabs-panel-content h3,
.fl-module-tabs .fl-tabs-panel-content .h3,
.fl-module-tabs .fl-tabs-panel-content h4,
.fl-module-tabs .fl-tabs-panel-content .h4,
.fl-module-tabs .fl-tabs-panel-content h5,
.fl-module-tabs .fl-tabs-panel-content .h5,
.fl-module-tabs .fl-tabs-panel-content h6,
.fl-module-tabs .fl-tabs-panel-content .h6 {
  color: #364E63;
}
.fl-module-tabs .fl-tabs-panel-content a {
  text-decoration: underline;
  color: #364E63;
}
.fl-module-tabs .fl-tabs-panel-content a:hover {
  text-decoration: none;
}
.fl-module-tabs .fl-tabs-panel-label {
  position: relative !important;
  padding: 15.7px 45px 15.7px 30px !important;
}
.fl-module-tabs .fl-tabs-panel-label:hover {
  background: #364E63;
  color: #fff;
}
.fl-module-tabs .fl-tabs-panel-label:hover:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMyAzIDEwLjAzOCAxMUwyMy4wNzcgMyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) !important;
}
.fl-module-tabs .fl-tabs-panel-label:after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 25px !important;
  height: 18px !important;
  right: 15px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMyAzIDEwLjAzOCAxMUwyMy4wNzcgMyIgc3Ryb2tlPSIjMzY0RTYzIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
}
.fl-module-tabs .fl-tabs-panel-label svg {
  display: none !important;
}
.fl-module-tabs .fl-tabs-label.fl-tab-active:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMyAzIDEwLjAzOCAxMUwyMy4wNzcgMyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) !important;
}
.fl-module-tabs .fl-tabs-horizontal .fl-tabs-label {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border: none !important;
  margin-bottom: 0;
}
.fl-module-tabs .fl-tabs-horizontal .fl-tabs-label.fl-tab-active:after {
  content: none;
}
.fl-module-tabs .fl-tabs-horizontal .fl-tabs-label.fl-tab-active:after {
  content: none;
}
.fl-module-tabs .fl-tabs-horizontal .fl-tabs-labels {
  border: 2px solid #212326 !important;
  border-right: none !important;
  border-left: none !important;
}
@media (max-width: 991.98px) {
  .fl-module-tabs .fas:before {
    content: "";
    font-size: 28px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    font-family: "Ultimate-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 3px;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .fl-module-tabs .fl-tab-active .fas:before {
    content: "";
  }
}
.fl-module-tabs .fl-tabs-panels {
  background: transparent;
  border: none !important;
}
.fl-module-tabs .fl-tabs-label {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 22px;
  font-weight: 700;
  background: #EAEAEA;
  text-align: center;
  color: #364E63;
  padding: 15.5px 18px;
}
@media (max-width: 1199.98px) {
  .fl-module-tabs .fl-tabs-label {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .fl-module-tabs .fl-tabs-label {
    margin-bottom: 0;
  }
}
.fl-module-tabs .fl-tabs-label.fl-tab-active {
  background: #364E63;
  color: #fff;
  border: none !important;
}

.uabb-tabs-layout-vertical .uabb-content h1,
.uabb-tabs-layout-vertical .uabb-content .h1,
.uabb-tabs-layout-vertical .uabb-content h2,
.uabb-tabs-layout-vertical .uabb-content .h2,
.uabb-tabs-layout-vertical .uabb-content .fl-content-slider .fl-slide-title,
.fl-content-slider .uabb-tabs-layout-vertical .uabb-content .fl-slide-title,
.uabb-tabs-layout-vertical .uabb-content h3,
.uabb-tabs-layout-vertical .uabb-content .h3,
.uabb-tabs-layout-vertical .uabb-content h4,
.uabb-tabs-layout-vertical .uabb-content .h4,
.uabb-tabs-layout-vertical .uabb-content h5,
.uabb-tabs-layout-vertical .uabb-content .h5,
.uabb-tabs-layout-vertical .uabb-content h6,
.uabb-tabs-layout-vertical .uabb-content .h6 {
  margin-bottom: 25px !important;
}

@media (min-width: 992px) {
  .uabb-tabs-layout-vertical .uabb-tabs-nav {
    border-right: 2px solid #212326;
  }
}

@media (min-width: 992px) {
  .fl-module-advanced-tabs .fl-module-content {
    border-top: 2px solid #212326;
    border-bottom: 2px solid #212326;
  }
}

.uabb-tabs .uabb-content-wrap .section.uabb-content-current > .uabb-content[style] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.uabb-adv-accordion-item-active .uabb-adv-accordion-button {
  background: #FDC9A6;
  border-top: none;
}

.uabb-adv-accordion-button {
  border-top: none !important;
  border-bottom: none !important;
  background-color: #EAEAEA;
  padding-left: 15px !important;
}

.uabb-adv-accordion-content {
  padding: 30px !important;
  color: #706E69;
}
.uabb-adv-accordion-content a,
.uabb-adv-accordion-content a span {
  text-decoration: underline !important;
  font-weight: bold !important;
}

.uabb-adv-accordion-button-label {
  color: #364E63;
  font-size: 25px;
  line-height: 31px;
}

.uabb-adv-accordion-item {
  margin-bottom: 24px !important;
  background-color: #FAFAFA;
}

.uabb-adv-before-text .uabb-adv-accordion-button-label {
  padding-left: 10px !important;
}

.uabb-adv-accordion-button-label:focus {
  outline: none !important;
}

.uabb-module-content .uabb-text-editor.uabb-accordion-desc *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 16px;
  margin-bottom: 15px;
}

.uabb-adv-accordion-button-label:focus, .uabb-adv-accordion-button-label:active,
.uabb-adv-accordion-button:focus,
.uabb-adv-accordion-button:active {
  outline: none !important;
}

.uabb-image-carousel {
  max-width: 1110px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.uabb-image-carousel-caption {
  background: none !important;
  overflow: auto !important;
  white-space: normal !important;
  background: none !important;
}

.uabb-image-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uabb-image-carousel .slick-list {
  height: 100%;
}

.uabb-image-carousel-content {
  height: 210px;
  width: auto;
}

.uabb-image-carousel-item img {
  max-height: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px;
}

.uabb-image-carousel .slick-list {
  max-width: 838px;
  margin: 0 auto;
}

.uabb-image-carousel-icon {
  height: 80px !important;
  width: 50px !important;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  opacity: 0.5;
  -webkit-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}
.uabb-image-carousel-icon:hover {
  opacity: 1;
}
.uabb-image-carousel-icon--prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4wNzUiIGhlaWdodD0iMjUuODE2IiB2aWV3Qm94PSIwIDAgMTMuMDc1IDI1LjgxNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE3NCIgZD0iTTExLjY2MiAxLjQxMyA0LjU1NCA5LjA3NiAxIDEyLjkwOGwxMC42NjIgMTEuNDk1IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMTIxMmIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) !important;
}
.uabb-image-carousel-icon--next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4xNyIgaGVpZ2h0PSIyNi4wMTkiIHZpZXdCb3g9IjAgMCAxMy4xNyAyNi4wMTkiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxNzMiIGQ9Im0xLjQxNCAyNC42MDYgMTAuNzU2LTExLjYtMTAuNzU2LTExLjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIxMjEyYiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) !important;
}

.uabb-image-carousel-content {
  margin-right: auto;
  margin-left: auto;
}

.uabb-infobox .uabb-photo-img {
  max-height: 56px;
}

@media (max-width: 991.98px) {
  .uabb-infobox.infobox-has-photo h1.uabb-infobox-title,
.uabb-infobox.infobox-has-photo h2.uabb-infobox-title,
.uabb-infobox.infobox-has-photo h3.uabb-infobox-title {
    font-size: 20px !important;
  }
}

.uabb-progress-bar-style-style3 .uabb-progress-value {
  vertical-align: bottom;
  padding-bottom: 40px !important;
}

.uabb-pb-list li {
  height: auto !important;
}

.uabb-info-circle-icon-content .uabb-photo-img {
  padding: 15px;
  border-radius: 0px !important;
  background-color: #FDC9A6;
}
@media (max-width: 991.98px) {
  .uabb-info-circle-icon-content .uabb-photo-img {
    background-color: #FF8F2B;
  }
}

@media (min-width: 992px) {
  .uabb-info-circle-icon-content.active .uabb-photo-img {
    background-color: #FF8F2B;
  }
}

.uabb-info-circle-icon-content .uabb-image-content {
  border-radius: 50% !important;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .uabb-info-circle-icon-content {
    background-color: #fff !important;
  }
}

.uabb-info-circle-title {
  color: #364E63 !important;
  font-size: 30px !important;
  line-height: 1.27 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  line-height: 1.26666667;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .uabb-info-circle-title {
    font-size: 22px !important;
  }
}

.uabb-info-circle-desc {
  color: #364E63 !important;
  line-height: 1.27 !important;
  font-size: 22px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .uabb-info-circle-desc {
    font-size: 16px !important;
  }
}

.cli-wrapper {
  max-width: 1305px;
}

.cli-bar-message {
  font-size: 16px;
  width: 73%;
}
.cli-bar-message a {
  color: #228AE6;
}

.cli-plugin-main-button,
.wt-cli-privacy-btn {
  font-family: "GT-America", sans-serif, sans-serif !important;
  -webkit-box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
          box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
  font-weight: 900 !important;
  border-radius: 20.88px !important;
  padding: 10.2px 31.9px !important;
  font-size: 16px !important;
  display: inline-block !important;
  background-color: #228AE6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.cli-plugin-main-button:hover,
.wt-cli-privacy-btn:hover {
  background-color: #1778cd !important;
}
a.cli-plugin-main-button:hover, .wt-cli-privacy-btn:hover {
  color: #fff;
}

.cli-bar-message a:focus-visible {
  outline: none !important;
}

.resumator-job-link {
  font-family: "GT-America", sans-serif !important;
  -webkit-box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
          box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
  font-weight: 900 !important;
  border-radius: 20.88px !important;
  padding: 10.2px 31.9px !important;
  font-size: 16px !important;
  display: inline-block !important;
  margin-bottom: 25px !important;
  border-bottom-left-radius: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212326 !important;
  background-color: #b3d5f0 !important;
  line-height: 1.5 !important;
}
.resumator-job-link:hover {
  background-color: #8abce4 !important;
}
a.resumator-job-link:hover {
  color: #212326 !important;
}

.resumator-job-description-text p,
.resumator-job-description-text span,
.resumator-job-description-text li {
  background-color: transparent !important;
  font-family: "GT-America", sans-serif !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
}
@media (max-width: 991.98px) {
  .resumator-job-description-text p,
.resumator-job-description-text span,
.resumator-job-description-text li {
    font-size: 16px !important;
  }
}

.resumator-job-title {
  font-family: "GT-America", sans-serif !important;
  padding-top: 30px !important;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-size: 28px !important;
}
@media (max-width: 991.98px) {
  .resumator-job-title {
    font-size: 24px !important;
  }
}

.resumator-job-info,
.resumator-job-info-details,
.resumator-job-type,
.resumator-job-experience,
.resumator-job-experience-data {
  font-family: "GT-America", sans-serif !important;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-size: 16px !important;
}
@media (max-width: 991.98px) {
  .resumator-job-info,
.resumator-job-info-details,
.resumator-job-type,
.resumator-job-experience,
.resumator-job-experience-data {
    font-size: 16px !important;
  }
}

.resumator-apply-button {
  font-family: "GT-America", sans-serif !important;
  -webkit-box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
          box-shadow: 2.6px 2.6px 2.6px rgba(75, 77, 102, 0.25) !important;
  font-weight: 900 !important;
  border-radius: 20.88px !important;
  padding: 10.2px 31.9px !important;
  font-size: 16px !important;
  display: inline-block !important;
  margin-bottom: 25px !important;
  border-bottom-left-radius: 0 !important;
  margin-right: 20px !important;
  margin-bottom: 0 !important;
  border: none !important;
  font-family: "GT-America", sans-serif !important;
  color: #fff !important;
  background-color: #228AE6 !important;
  line-height: 1.5 !important;
}
.resumator-apply-button:hover {
  background-color: #0071c7 !important;
}
a.resumator-apply-button:hover {
  color: #fff !important;
}

.resumator-buttons ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/**
 * Desktop overrides
 */
@media (min-width: 992px) {
  .ubermenu-sub-indicator {
    display: none !important;
  }

  .ubermenu-main {
    margin-right: 12px;
  }

  .ubermenu-tab > .ubermenu-submenu {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .ubermenu-tab.ubermenu-active > .ubermenu-target {
    position: relative;
    z-index: 15;
  }
  .ubermenu-tab.ubermenu-active > .ubermenu-target:after {
    display: block;
    position: absolute;
    left: 100%;
    top: 43%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #B3D5F0;
  }

  .ubermenu-item-level-0 > .ubermenu-submenu {
    border-bottom-left-radius: 63px !important;
    border-bottom-right-radius: 63px !important;
  }
}
/**
 * Responsive overrides
 */
@media (max-width: 991.98px) {
  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    font-size: 65px !important;
    margin-right: 5px;
    color: #C4C4C4;
    padding: 0;
  }
  .ubermenu-skin-minimal.ubermenu-responsive-toggle svg {
    margin-right: 0 !important;
  }

  .ubermenu-responsive-toggle-open {
    opacity: 0.25 !important;
  }

  body .ubermenu-tabs-group {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-custom-content.ubermenu-custom-content-padded {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    font-size: 18px !important;
    text-align: left;
    padding-left: 35px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-bottom: 1px solid #00000012 !important;
  }

  .ubermenu-responsive-default.ubermenu .ubermenu-mobile-header {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-mobile-footer .ubermenu-mobile-close-button {
    border-bottom: 1px solid #00000012 !important;
    background: #e8e4d5;
    font-size: 18px;
    font-family: "GT-America";
    font-weight: 700;
    padding: 25px 0;
  }

  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab:last-of-type .ubermenu-target {
    border-bottom: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 15px !important;
    padding: 15px;
  }
}
.ubermenu-has-submenu-drop .ubermenu-current-menu-item > .ubermenu-target > .ubermenu-target-text {
  text-decoration: underline;
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
  font-weight: 700 !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
  border-bottom-right-radius: 62px !important;
  background: #B3D5F0 !important;
  border: none !important;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 991.98px) {
  .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
    border-bottom-right-radius: 0 !important;
  }
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #EAEAEA !important;
}

.ubermenu-submenu-type-tab-content-panel {
  z-index: -1 !important;
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle {
  color: #C4C4C4;
}

.ubermenu-mobile-view {
  margin-top: 139px !important;
}

@media (max-width: 991.98px) {
  .ubermenu-target {
    text-align: center !important;
  }
}

@media (max-width: 991.98px) {
  .ubermenu-target-title {
    font-size: 25px !important;
  }
}

@media (max-width: 991.98px) {
  .ubermenu-submenu .ubermenu-target {
    padding: 25px 40px !important;
  }
}

@media (max-width: 991.98px) {
  .ubermenu-submenu .ubermenu-tab .ubermenu-tab-content-panel {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .ubermenu-item-level-0.ubermenu-has-submenu-drop.ubermenu-active {
    background: #FCFAF5;
  }
}

button.ubermenu-mobile-close-button {
  font-family: "GT-America", sans-serif;
  font-weight: bold;
  font-size: 25px !important;
  line-height: 31px;
  color: #B6B6B6 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-height: 740px) {
  button.ubermenu-mobile-close-button {
    -webkit-box-shadow: 0 -6px 10px rgba(185, 177, 154, 0.05), 0 15px 40px rgba(203, 203, 203, 0.33);
            box-shadow: 0 -6px 10px rgba(185, 177, 154, 0.05), 0 15px 40px rgba(203, 203, 203, 0.33);
  }
}

button.ubermenu-mobile-close-button svg {
  margin-right: 8px;
  margin-bottom: -1px;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  border: none !important;
}

.ubermenu-tabs-group {
  padding-top: 30px !important;
  padding-bottom: 110px !important;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target[href="#"] {
  cursor: default;
}

.ubermenu-tabs-group > li > a[href="#"] {
  cursor: default;
}

a.ubermenu-target > span {
  text-decoration: underline !important;
  font-weight: bold !important;
}
a.ubermenu-target:hover > span {
  text-decoration: none !important;
}

.hbspt-form {
  background-color: #FF8F2B;
  padding: 30px 25px 10px 25px;
}
.hbspt-form h1 {
  font-size: 25px;
  line-height: 1.25;
  text-align: center;
}
.hbspt-form h2 {
  margin-bottom: 5px !important;
}
.hbspt-form ul.inputs-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.hbspt-form .hs-fieldtype-select .input {
  position: relative;
}
.hbspt-form .hs-fieldtype-select > .input:after {
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 100%;
  right: 20px;
  top: 0;
  border-radius: 20px !important;
  pointer-events: none;
}

label.hs-form-booleancheckbox-display {
  margin-top: 5px;
  line-height: 1.2;
}

.hs-form-field label {
  margin-bottom: 5px;
}
.hs-form-field label span {
  font-family: "GT-America", sans-serif;
  font-size: 18px;
}

.hs-field-desc {
  font-size: 18px !important;
}

label.hs-error-msg {
  display: block;
  margin-top: 10px !important;
  font-size: 15px !important;
  line-height: 1.3;
}

.hs-input[type=checkbox] {
  float: left !important;
  display: inline-block !important;
  width: auto !important;
  height: 19px !important;
  width: 19px !important;
  background-color: white;
  border-radius: 50% !important;
  border: 1px solid #ddd !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  outline: none;
  cursor: pointer;
  margin-right: 8px !important;
  padding: 0 !important;
  position: relative;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  top: 2px;
}
.hs-input[type=checkbox]:checked {
  background-color: #228AE6;
  border: 3px solid #fff !important;
}

.hs-input {
  color: #212326 !important;
  border-radius: 20px !important;
  padding: 12.5px 5px 12.5px 15px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 25px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
}
.hs-input::-webkit-input-placeholder {
  color: rgba(112, 110, 105, 0.5) !important;
}
.hs-input::-moz-placeholder {
  color: rgba(112, 110, 105, 0.5) !important;
}
.hs-input:-ms-input-placeholder {
  color: rgba(112, 110, 105, 0.5) !important;
}
.hs-input::-ms-input-placeholder {
  color: rgba(112, 110, 105, 0.5) !important;
}
.hs-input::placeholder {
  color: rgba(112, 110, 105, 0.5) !important;
}

select.hs-input:invalid {
  color: rgba(112, 110, 105, 0.5) !important;
}

.hs-input.error {
  outline: 2px solid red !important;
}

.hs-button {
  font-weight: bold !important;
  border-radius: 9999px !important;
  min-width: 155px;
  padding: 14px 23px !important;
  font-size: 20px !important;
  line-height: 25px !important;
  display: inline-block !important;
  margin-bottom: 25px !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #364E63 !important;
  margin-bottom: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: none !important;
  font-family: "GT-America", sans-serif !important;
  text-shadow: none !important;
}
.hs-button:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  background-color: #293c4c;
}
a.hs-button:hover {
  color: #fff !important;
}

@media (min-width: 992px) {
  .form-columns-2 > .field:nth-of-type(1),
.form-columns-2 > .hs-dependent-field:nth-of-type(1) > .hs-form-field {
    padding-right: 15px !important;
  }

  .form-columns-2 > .field:nth-of-type(2),
.form-columns-2 > .hs-dependent-field:nth-of-type(2) > .hs-form-field {
    padding-left: 15px !important;
  }
}
.hbspt-form fieldset {
  max-width: 100% !important;
}

@media (max-width: 767.98px) {
  .hbspt-form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }
}

.hs_submit.hs-submit {
  margin-top: 35px;
  margin-bottom: 30px;
  text-align: center;
}
.hs_submit.hs-submit .actions {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hs_subscribe {
  margin: 20px 0 !important;
}

.hs_error_rollup label {
  font-size: 20px;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.form--light-orange .hbspt-form {
  background-color: #FDC9A6;
  padding: 30px 25px 10px 25px;
}
.form--light-orange .hs-button {
  background-color: #364E63 !important;
  color: #fff !important;
}
.form--light-orange .hs-button:hover {
  background-color: #293c4c !important;
}
a.form--light-orange .hs-button:hover {
  color: #fff !important;
}

.form--light-orange .hs_error_rollup label {
  color: #364E63 !important;
}

.form--light-blue .hbspt-form {
  background-color: #B3D5F0;
  padding: 30px 25px 10px 25px;
}
.form--light-blue .hs-button {
  background-color: #364E63 !important;
  color: #fff !important;
}
.form--light-blue .hs-button:hover {
  background-color: #293c4c !important;
}
a.form--light-blue .hs-button:hover {
  color: #fff !important;
}

.form--light-blue .hs_error_rollup label {
  color: #364E63 !important;
}

.form--blue .hbspt-form {
  background-color: #228AE6;
  padding: 30px 25px 10px 25px;
}
.form--blue .hs-button {
  background-color: #FDC9A6 !important;
  color: #364E63 !important;
}
.form--blue .hs-button:hover {
  background-color: #fcba8d !important;
}
a.form--blue .hs-button:hover {
  color: #364E63 !important;
}

.form--blue .hs_error_rollup label {
  color: #fff !important;
}
.form--blue .hs-form-field label {
  color: #fff !important;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/**
 * Disable animation delay on mobile
 */
@media (max-width: 768px) {
  .fl-animation {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    opacity: 1 !important;
  }
}
.bg--white {
  background-color: #fff;
}
.bg--beige {
  background-color: #f4f1e9;
}
.bg--light-beige {
  background-color: #FCFAF5;
}
.bg--blue {
  background-color: #228AE6;
}
.bg--light-blue {
  background-color: #B3D5F0;
}
.bg--light-gray {
  background-color: #EAEAEA;
}

.button, .card__button, .primary-menu__item--cta a, .header__cta {
  font-weight: bold;
  border-radius: 9999px;
  padding: 14px 23px;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
  text-decoration: none !important;
}
.button:hover, .card__button:hover, .primary-menu__item--cta a:hover, .header__cta:hover {
  color: inherit;
  text-decoration: none;
}
.button--lg {
  font-size: 25px;
  line-height: 31px;
}
.button--wide {
  min-width: 284px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.button--dark-blue {
  color: #fff;
  background-color: #364E63;
}
a.button--dark-blue {
  color: #fff;
}

.button--dark-blue:hover {
  background-color: #293c4c;
  color: #fff;
}
.button--white {
  color: #364E63;
  background: #fff;
}
.button--white:hover {
  color: #364E63;
  background: #f2f2f2;
}
.button--blue, .card__button {
  color: #fff;
  background-color: #228AE6;
}
.button--blue:hover, .card__button:hover {
  background-color: #1778cd;
}
a.button--blue:hover, a.card__button:hover {
  color: #fff;
}

.button--light-blue, .primary-menu__item--cta a {
  color: #364E63 !important;
  background-color: #B3D5F0;
}
.button--light-blue:hover, .primary-menu__item--cta a:hover {
  background-color: #9ec9ec;
  color: #364E63 !important;
}
a.button--light-blue:hover, .primary-menu__item--cta a:hover {
  color: #364E63;
}

.button--orange {
  color: #364E63;
  background-color: #FF8F2B;
}
.button--orange:hover {
  background-color: #ff8212;
}
a.button--orange:hover {
  color: #364E63;
}

.button--light-orange {
  color: #364E63;
  background-color: #FDC9A6;
}
.button--light-orange:hover {
  background-color: #fcba8d;
}
a.button--light-orange:hover {
  color: #364E63;
}

.button--light-pink {
  color: #364E63;
  background-color: #F2DFE8;
}
.button--light-pink:hover {
  background-color: #ebcddb;
}
a.button--light-pink:hover {
  color: #364E63;
}

.button--square-top-right {
  border-top-right-radius: 0px;
}
.button--square-bottom-right, .primary-menu__item--cta a {
  border-bottom-right-radius: 0px;
}
.button--square-bottom-left {
  border-bottom-left-radius: 0px;
}
.button--square-top-left {
  border-top-left-radius: 0px;
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
  font-weight: bold !important;
  border-radius: 9999px !important;
  padding: 14px 23px !important;
  font-size: 20px !important;
  line-height: 25px !important;
  display: inline-block !important;
  margin-bottom: 25px !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #228AE6;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-width: 260px;
}
.fl-builder-content a.fl-button:hover,
.fl-builder-content a.fl-button:visited:hover {
  color: inherit !important;
  text-decoration: none !important;
  background-color: #187dd6;
}
a.fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:visited:hover {
  color: #fff !important;
}

.fl-builder-content a.fl-button span,
.fl-builder-content a.fl-button:visited span {
  color: #fff !important;
}

@font-face {
  font-family: "GT-America";
  font-weight: 400;
  src: url(../fonts/GT-America-Standard-Regular.f7989b.otf) format("opentype"), url(../fonts/GT-America-Standard-Regular.eefae4.ttf) format("truetype"), url(../fonts/GT-America-Standard-Regular.9827f0.woff) format("woff"), url(../fonts/GT-America-Standard-Regular.a7c05d.woff2) format("woff2");
}
@font-face {
  font-family: "GT-America";
  font-weight: 700;
  src: url(../fonts/GT-America-Standard-Bold.80ce33.otf) format("opentype"), url(../fonts/GT-America-Standard-Bold.ec2558.ttf) format("truetype"), url(../fonts/GT-America-Standard-Bold.2616c5.woff) format("woff"), url(../fonts/GT-America-Standard-Bold.c530e2.woff2) format("woff2");
}
@font-face {
  font-family: "GT-America";
  font-weight: 900;
  src: url(../fonts/GT-America-Extended-Bold.94b0a6.otf) format("opentype"), url(../fonts/GT-America-Extended-Bold.1fbbea.ttf) format("truetype"), url(../fonts/GT-America-Extended-Bold.72c8fe.woff) format("woff"), url(../fonts/GT-America-Extended-Bold.172443.woff2) format("woff2");
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
.row-items-bottom-gutter [class*=col-] {
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .switch-cols-mobile [class^=col-]:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .switch-cols-mobile [class^=col-]:last-of-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

img {
  max-width: 100%;
}

.hs-cta img {
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

img.alignleft {
  float: left;
  margin-top: 20px;
  margin-right: 50px;
  margin-bottom: 30px;
}

img.alignright {
  float: right;
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 30px;
}

.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}

body {
  -webkit-font-smoothing: antialiased;
}

h2,
.h2,
.fl-content-slider .fl-slide-title,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 25px;
}
h2 + hr,
.h2 + hr,
.fl-content-slider .fl-slide-title + hr,
h3 + hr,
.h3 + hr,
h4 + hr,
.h4 + hr,
h5 + hr,
.h5 + hr,
h6 + hr,
.h6 + hr {
  margin-top: -12px;
}

h1,
.h1 {
  font-size: 55px;
  line-height: 1.26;
}
@media (min-width: 576px) {
  h1,
.h1 {
    font-size: calc(55px + 15 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 70px;
  }
}

h2,
.h2,
.fl-content-slider .fl-slide-title {
  font-size: 45px;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h2,
.h2,
.fl-content-slider .fl-slide-title {
    font-size: calc(45px + 15 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  h2,
.h2,
.fl-content-slider .fl-slide-title {
    font-size: 60px;
  }
}

h3,
.h3 {
  font-size: 35px;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h3,
.h3 {
    font-size: calc(35px + 15 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 50px;
  }
}

h4,
.h4 {
  font-size: 25px;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h4,
.h4 {
    font-size: calc(25px + 15 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 40px;
  }
}

h5,
.h5 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  color: #706E69;
}
@media (min-width: 576px) {
  h5,
.h5 {
    font-size: calc(22px + 14 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 36px;
  }
}

h6,
.h6 {
  font-size: 20px;
  line-height: 25px;
  line-height: 1.25;
  font-weight: 400;
  color: #706E69;
}

p,
.p {
  font-size: 20px;
  line-height: 1.358;
}

.lead, .archive__intro p, .archive__header-description p {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 1em;
}

li {
  font-weight: normal;
  font-size: 20px;
  line-height: 190.3%;
}

.wp-block-pullquote blockquote {
  background: #fafafa;
  padding: 40px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-separator {
  border-color: #f1f1f1;
}

.mks_separator {
  margin: 40px 0 60px;
  color: #eaeaea;
}

.round {
  border-radius: 50%;
}
.round--top-right {
  border-top-right-radius: 50%;
}
.round--bottom-right {
  border-bottom-right-radius: 50%;
}
.round--bottom-left {
  border-bottom-left-radius: 50%;
}
.round--top-left {
  border-top-left-radius: 50%;
}

.square--top-right {
  border-top-right-radius: 0;
}
.square--bottom-right {
  border-bottom-right-radius: 0;
}
.square--bottom-left {
  border-bottom-left-radius: 0;
}
.square--top-left {
  border-top-left-radius: 0;
}

.announcement-banner {
  position: sticky;
  top: 0;
  background: #228AE6;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.announcement-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.announcement-banner__hide {
  cursor: pointer;
  font-weight: 700;
  padding: 0px 10px;
}
.announcement-banner p {
  margin-bottom: 0;
}
.announcement-banner a, .announcement-banner a:hover, .announcement-banner a:active, .announcement-banner a:focus {
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
  margin-left: 4px;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  -webkit-transition: 0.25s ease box-shadow;
  transition: 0.25s ease box-shadow;
  background: #fff;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__inner {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.header__logo {
  max-width: 319px;
  width: 100%;
  height: 64px;
}
@media (max-width: 1305px) {
  .header__logo {
    max-width: 210px;
    margin-left: 0;
  }
}
.header__logo--desktop {
  display: block;
}
@media (max-width: 1199.98px) {
  .header__logo--desktop {
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .header__logo--desktop {
    display: none;
  }
}
.header__logo--mobile {
  display: none;
  margin-left: 6px;
  max-width: 114.14px;
}
@media (max-width: 991.98px) {
  .header__logo--mobile {
    display: block;
  }
}
.header__menu-toggle {
  display: none;
}
@media (max-width: 991.98px) {
  .header__menu-toggle {
    display: inline-block;
    cursor: pointer;
  }
}
.header__cta-group {
  padding: 41px 0 !important;
  margin-left: 30px !important;
}
@media (max-width: 1199.98px) {
  .header__cta-group {
    padding: 45px 0 !important;
  }
}
.header__cta {
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 22px;
  text-align: center;
  min-width: 175px;
}
@media (max-width: 1199.98px) {
  .header__cta {
    font-size: 16px;
    padding: 10px 20px;
    min-width: 140px;
  }
}
@media (max-width: 991.98px) {
  .header__cta {
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    padding: 14px 23px;
    font-size: 20px;
    line-height: 25px;
    min-width: 248px;
  }
}
@media (min-width: 992px) {
  .header__cta:last-of-type {
    margin-right: 0;
  }
}

body.is-scrolling .header {
  -webkit-box-shadow: 0 15px 10px rgba(185, 177, 154, 0.05), 0 15px 40px rgba(87, 123, 157, 0.1);
          box-shadow: 0 15px 10px rgba(185, 177, 154, 0.05), 0 15px 40px rgba(87, 123, 157, 0.1);
}
.primary-menu {
  margin-bottom: 0;
  font-size: 0;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.primary-menu__inner {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .primary-menu {
    display: none;
  }
}
.primary-menu__item {
  display: inline-block;
  margin: 0 25px;
}
.primary-menu__item:last-of-type {
  margin-right: 0;
}
.primary-menu__link {
  position: relative;
  display: block;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin: 0;
  color: #212326;
}
.primary-menu__link:hover {
  color: #228AE6;
}
.primary-menu__item--current .primary-menu__link::after, .current_page_parent .primary-menu__link::after {
  border-bottom-color: #228AE6;
}
.primary-menu__item--cta a {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .header--mobile-menu-active .primary-menu {
    position: fixed;
    top: 102px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 19.5px;
    color: #fff;
    text-align: center;
    background: #228AE6;
  }
  .header--mobile-menu-active .primary-menu__item {
    display: block;
  }
  .header--mobile-menu-active .primary-menu__item:hover {
    font-weight: 700;
  }
  .header--mobile-menu-active .primary-menu__link {
    padding: 12.5px;
    color: #fff;
  }
  .header--mobile-menu-active .primary-menu__link::after, .header--mobile-menu-active .primary-menu__link:hover::after, .header--mobile-menu-active .primary-menu__link:active::after, .header--mobile-menu-active .primary-menu__link:focus::after {
    content: none;
  }
}
.footer {
  background-color: #364E63;
  padding-bottom: 45px;
}
@media (max-width: 767.98px) {
  .footer__left {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.footer__left-inner {
  position: relative;
  padding-top: 63px;
  padding-bottom: 131px;
  background: #fff;
  max-width: 408px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer__left-inner {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .footer__left-inner {
    padding-top: 73px;
  }
}
.footer__right {
  padding-top: 53px;
}
.footer__logo-wrapper {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.footer__logo-wrapper, .footer__logo-wrapper:hover, .footer__logo-wrapper:active, .footer__logo-wrapper:focus {
  text-decoration: none;
}
.footer__logo-wrapper img {
  max-width: 90%;
  min-width: 162px;
}
.footer__contact-link {
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 10px;
}
a.footer__contact-link {
  color: #fff;
}

.footer__address p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 40px;
}
.footer__menu-heading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.footer__menu-heading, .footer__menu-heading:hover, .footer__menu-heading:active, .footer__menu-heading:focus {
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer__menu-heading {
    font-size: 25px;
  }
}
.footer__social {
  text-align: center;
  width: 100%;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .footer__social {
    max-width: 300px;
    margin-bottom: 35px;
  }
}
.footer__social-icon {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.footer__social-icon:hover {
  opacity: 0.65;
}
.footer__social-icon--facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjQuMTc3LjAxMUEyNC4yNzYgMjQuMjc2IDAgMCAwIDcuMDggNy4wMzYgMjMuODg1IDIzLjg4NSAwIDAgMCAwIDIzLjk5M2MwIDYuMzYgMi41NDcgMTIuNDYgNy4wODEgMTYuOTU4YTI0LjI3NiAyNC4yNzYgMCAwIDAgMTcuMDk1IDcuMDI0IDI0LjI3NiAyNC4yNzYgMCAwIDAgMTcuMDk2LTcuMDI0IDIzLjg4NCAyMy44ODQgMCAwIDAgNy4wOC0xNi45NTdjMC02LjM2LTIuNTQ2LTEyLjQ2LTcuMDgtMTYuOTU4QTI0LjI3NiAyNC4yNzYgMCAwIDAgMjQuMTc3LjAxem02LjE1MiAxNi42MDhoLTIuOTczYy0uNDQ4IDAtMS40ODcuNjk1LTEuNDg3IDEuNDc1djIuOTVoNC40NnY0LjQyNGgtNC40NnYxMC4zMzdoLTQuNDZWMjUuNDY4aC00LjQ4NXYtNC40MjRoNC40NnYtMi45NWE2LjA2OCA2LjA2OCAwIDAgMSAxLjgyNy00LjE1OSA2LjE2NiA2LjE2NiAwIDAgMSA0LjIxNy0xLjc1M2gyLjg3N2wuMDI0IDQuNDM3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.footer__social-icon--twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjQuNzA2LjAxMkEyNC4yNzYgMjQuMjc2IDAgMCAwIDcuNjEgNy4wMzYgMjMuODg1IDIzLjg4NSAwIDAgMCAuNTI5IDIzLjk5NGMwIDYuMzYgMi41NDggMTIuNDYgNy4wODIgMTYuOTU4YTI0LjI3NiAyNC4yNzYgMCAwIDAgMTcuMDk1IDcuMDI0QTI0LjI3NiAyNC4yNzYgMCAwIDAgNDEuOCA0MC45NTJhMjMuODg0IDIzLjg4NCAwIDAgMCA3LjA4MS0xNi45NTggMjMuODkgMjMuODkgMCAwIDAtNy4wOC0xNi45NThBMjQuMjc2IDI0LjI3NiAwIDAgMCAyNC43MDUuMDEyem0xMC44OCAyMC42MjVhMTMuNTk4IDEzLjU5OCAwIDAgMS0xLjAzMiA1LjI4OSAxMy42ODYgMTMuNjg2IDAgMCAxLTMuMDA3IDQuNDg1IDEzLjgxMiAxMy44MTIgMCAwIDEtNC41MiAyLjk4OCAxMy45MDQgMTMuOTA0IDAgMCAxLTUuMzMxIDEuMDI3IDEzLjg3NSAxMy44NzUgMCAwIDEtNy40ODMtMi4xODIgOS45MTUgOS45MTUgMCAwIDAgNy4yNTMtMi4wMDMgNC44NiA0Ljg2IDAgMCAxLTIuODE2LS45NTcgNC43OTcgNC43OTcgMCAwIDEtMS43MTctMi40MTIgNS40NDEgNS40NDEgMCAwIDAgMi40MDYtLjA4NCA0LjY3IDQuNjcgMCAwIDEtMi43MDItMS43MzcgNC42MDMgNC42MDMgMCAwIDEtLjkyNS0zLjA2di0uMDZjMCAuMzYgMS4xNDkuNTg4IDEuOTQ3LjYxMmE1LjE1MyA1LjE1MyAwIDAgMS0xLjcwMy0xLjczIDUuMTAyIDUuMTAyIDAgMCAxLS43MTUtMi4zMSA0Ljg4NiA0Ljg4NiAwIDAgMSAuNjUzLTIuNEExMy43ODQgMTMuNzg0IDAgMCAwIDIwLjM2IDE5LjdhMTMuODkyIDEzLjg5MiAwIDAgMCA1LjU1NSAxLjQ3NyA0LjY3IDQuNjcgMCAwIDEtLjEyMS0xLjEwM2MwLTEuMjcyLjUxLTIuNDkyIDEuNDE2LTMuMzkyYTQuODU1IDQuODU1IDAgMCAxIDMuNDItMS40MDUgNC44NyA0Ljg3IDAgMCAxIDEuOTg5LjM3NGMuNjMuMjYzIDEuMTk1LjY1NCAxLjY2IDEuMTVhOS44MzkgOS44MzkgMCAwIDAgMy4wOTUtMS4yIDQuODY0IDQuODY0IDAgMCAxLTIuMTQgMi42NzQgMTAuMDkgMTAuMDkgMCAwIDAgMi44MDUtLjc1NSA5Ljg1NiA5Ljg1NiAwIDAgMS0yLjQxNyAyLjUwNmMtLjAzNy4xOTItLjAzNy4zNzItLjAzNy42MTJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.footer__social-icon--linkedin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjQuMjM1LjAxMkEyNC4yNzYgMjQuMjc2IDAgMCAwIDcuMTQgNy4wMzYgMjMuODg1IDIzLjg4NSAwIDAgMCAuMDU5IDIzLjk5NGEyMy44OSAyMy44OSAwIDAgMCA3LjA4IDE2Ljk1OCAyNC4yNzYgMjQuMjc2IDAgMCAwIDE3LjA5NiA3LjAyNCAyNC4yNzYgMjQuMjc2IDAgMCAwIDE3LjA5Ni03LjAyNCAyMy44ODUgMjMuODg1IDAgMCAwIDcuMDgtMTYuOTU4IDIzLjg5IDIzLjg5IDAgMCAwLTcuMDgtMTYuOTU4QTI0LjI3NiAyNC4yNzYgMCAwIDAgMjQuMjM1LjAxMnptLTUuMjgyIDMzLjgxNWgtNC40NlYxNy41OWg0LjQ2djE2LjIzNnptLTIuMjI1LTE3LjcxMWEyLjI0IDIuMjQgMCAwIDEtMS41OC0uNjQyIDIuMjA3IDIuMjA3IDAgMCAxLS42NTYtMS41NjVjMC0uNTg4LjIzNi0xLjE1Mi42NTUtMS41NjhhMi4yNDYgMi4yNDYgMCAwIDEgMy4xNTggMCAyLjIwNCAyLjIwNCAwIDAgMS0uMDA0IDMuMTI5IDIuMjM0IDIuMjM0IDAgMCAxLTEuNTczLjY0NnptMjAuMDkxIDE3LjcxaC00LjQ3M3YtOC4yNjFjMC0yLjA2My0xLjAxNS0zLjQ5LTIuODc3LTMuNDlhMy4yNDcgMy4yNDcgMCAwIDAtMS43NC41MzQgMy4yMSAzLjIxIDAgMCAwLTEuMTczIDEuMzg1IDMuNTcgMy41NyAwIDAgMC0uMTU3IDEuMnY4LjYzM2gtNC40NnMuMTA4LTE0Ljc2MSAwLTE2LjIzNmg0LjQyNHYyLjk1YTQuNDQzIDQuNDQzIDAgMCAxIDEuNzU1LTIuMjI3IDQuNSA0LjUgMCAwIDEgMi43NTQtLjcyM2MzLjM2IDAgNS45NiAyLjY1IDUuOTYgNy4zODZsLS4wMTMgOC44NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.footer__social-icon--youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEuOSAxOC40MThjLS40NzEtLjI3Ni0uODQ2IDAtLjg0Ni40OHY5Ljg5MmMwIC41NC4zNzUuNzU2Ljg0Ni40NjhsOC4wNzUtNC44OGEuNTQzLjU0MyAwIDAgMCAuMzQ4LS41MDQuNTM3LjUzNyAwIDAgMC0uMzQ4LS41MDNMMjEuOSAxOC40MTh6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI0Ljc2NS4wMTJBMjQuMjc2IDI0LjI3NiAwIDAgMCA3LjY3IDcuMDM2IDIzLjg4NSAyMy44ODUgMCAwIDAgLjU4OCAyMy45OTRjMCA2LjM2IDIuNTQ4IDEyLjQ2IDcuMDgyIDE2Ljk1OGEyNC4yNzYgMjQuMjc2IDAgMCAwIDE3LjA5NSA3LjAyNCAyNC4yNzYgMjQuMjc2IDAgMCAwIDE3LjA5NS03LjAyNCAyMy44ODQgMjMuODg0IDAgMCAwIDcuMDgxLTE2Ljk1OCAyMy44OSAyMy44OSAwIDAgMC03LjA4LTE2Ljk1OEEyNC4yNzYgMjQuMjc2IDAgMCAwIDI0Ljc2NC4wMTJ6bTE0LjgyIDI5LjY5YTQuOTY2IDQuOTY2IDAgMCAxLTEuMzUyIDMuNTUzIDUuMDQ2IDUuMDQ2IDAgMCAxLTMuNDgzIDEuNTc5SDE0LjgwNGE1LjA1OSA1LjA1OSAwIDAgMS0zLjQ3OS0xLjU4MiA0Ljk3OCA0Ljk3OCAwIDAgMS0xLjM1Ni0zLjU1VjE3LjkyNmE0Ljk5IDQuOTkgMCAwIDEgMS4zNTUtMy41NTQgNS4wNyA1LjA3IDAgMCAxIDMuNDgtMS41OUgzNC43NWE1LjA1OCA1LjA1OCAwIDAgMSAzLjQ4MyAxLjU4NyA0Ljk3OCA0Ljk3OCAwIDAgMSAxLjM1MiAzLjU1OHYxMS43NzV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.footer__social-icon--instagram {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjExOCAyMy45OTRjMC00Ljc1MyAxLjQyNC05LjM5OSA0LjA5LTEzLjM0N2EyNC4xMzYgMjQuMTM2IDAgMCAxIDEwLjg4OC04LjgzIDI0LjM1OSAyNC4zNTkgMCAwIDEgMTQtMS4zMjZBMjQuMjM2IDI0LjIzNiAwIDAgMSA0MS40NyA3LjExOGEyMy45MiAyMy45MiAwIDAgMSA2LjU2MyAxMi4zMzkgMjMuODA0IDIzLjgwNCAwIDAgMS0xLjQ3IDEzLjg3MyAyNC4wMjggMjQuMDI4IDAgMCAxLTkuMDA2IDEwLjcxNSAyNC4zMTkgMjQuMzE5IDAgMCAxLTEzLjQ5NCAzLjkzMSAyNC4yNzMgMjQuMjczIDAgMCAxLTE2Ljk0Ny03LjEwNCAyMy44ODQgMjMuODg0IDAgMCAxLTctMTYuODc4em05LjU1IDBoLS4wNjFsLjEwOSA1LjYyNGExMS45IDExLjkgMCAwIDAgLjMxNCAyLjY5OCA3LjQ0IDcuNDQgMCAwIDAgMi4wNzcgMy44MDYgNy41MzggNy41MzggMCAwIDAgMy44NTggMi4wMjFjMS4zMTMuMjY1IDIuNjUuMzgyIDMuOTkuMzQ4aDguNjQzYTE5LjQ5NiAxOS40OTYgMCAwIDAgMy45ODktLjM0OCA3LjY3IDcuNjcgMCAwIDAgMy45MzEtMi4xNDkgNy41NjggNy41NjggMCAwIDAgMi4wNC0zLjk2NmMuMjI3LTEuMjc4LjMyOS0yLjU3NS4zMDItMy44NzNWMTkuNzZhMTkuMTk2IDE5LjE5NiAwIDAgMC0uMzE0LTMuODk3IDcuNTQyIDcuNTQyIDAgMCAwLTEuMS0yLjc1NCA3LjYwNCA3LjYwNCAwIDAgMC0yLjA4LTIuMTI2IDguNzY1IDguNzY1IDAgMCAwLTQuNDcyLTEuMzggNTIuMzE1IDUyLjMxNSAwIDAgMC0zLjYyNi0uMTA3Yy0yLjkxMyAwLTUuODI3IDAtOC43NC4wNi0uOSAwLTEuNzk2LjEwNS0yLjY3MS4zMTJhNy41MTUgNy41MTUgMCAwIDAtMy41OTUgMS44MzMgNy40MjQgNy40MjQgMCAwIDAtMi4xMTEgMy40MTkgMTMuOTQ1IDEzLjk0NSAwIDAgMC0uNDcyIDQuMDc3Yy0uMDI0IDEuNTU4LS4wMTIgMy4xNjUtLjAxMiA0Ljc5NnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTIuMzAzIDIzLjk5NHYtNS4xOGE5LjMzNCA5LjMzNCAwIDAgMSAuNDk1LTMuMzFjLjI4Ny0uNzkuNzgtMS40OTMgMS40MjYtMi4wMzZhNC44NTMgNC44NTMgMCAwIDEgMi4yNjEtMS4wNTdjLjgyNy0uMTc2IDEuNjctLjI2OCAyLjUxNC0uMjc2aDguOTdjMS4xMS0uMDA0IDIuMjIuMDUyIDMuMzI0LjE2OC44NjYuMDUgMS43MDQuMzIyIDIuNDMyLjc4OGE1LjAwNCA1LjAwNCAwIDAgMSAxLjcyNyAxLjg3NGMuNDEuNzg4LjY0IDEuNjU2LjY3NiAyLjU0Mi4yMyAzLjY1Ny4xNTcgNy4zMjYuMDk3IDEwLjk5Ni4wMTIuOTk1LS4wNiAxLjk5LS4yMTggMi45NzNhNC45NjIgNC45NjIgMCAwIDEtMS40MiAyLjc5NiA1LjAzMiA1LjAzMiAwIDAgMS0yLjgyMyAxLjQwMWMtLjc5OC4xMzktMS42MDcuMjEtMi40MTcuMjE2SDE5LjE0NGExMC4yOCAxMC4yOCAwIDAgMS0zLjA4Mi0uMzcyIDQuOTI1IDQuOTI1IDAgMCAxLTIuMzc4LTEuNDc4IDQuODYzIDQuODYzIDAgMCAxLTEuMTc2LTIuNTI3IDIzLjUwMiAyMy41MDIgMCAwIDEtLjI2Ni00LjEyNVYyNC4wM2wuMDYtLjAzNnptNC40NiAwYTcuNDA0IDcuNDA0IDAgMCAwIDEuMjc1IDQuMTI4IDcuNSA3LjUgMCAwIDAgMy4zNyAyLjczMiA3LjU3IDcuNTcgMCAwIDAgNC4zMzIuNDE4IDcuNTI2IDcuNTI2IDAgMCAwIDMuODM4LTIuMDM3IDcuNDI4IDcuNDI4IDAgMCAwIDIuMDUzLTMuODA2IDcuMzkgNy4zOSAwIDAgMC0uNDIxLTQuMjk4IDcuNDYgNy40NiAwIDAgMC0yLjc1NS0zLjM0MyA3LjU1IDcuNTUgMCAwIDAtNy4wNDctLjcwMiA3LjUxMSA3LjUxMSAwIDAgMC0yLjQ0NiAxLjYxOSA3LjQ0NSA3LjQ0NSAwIDAgMC0xLjYzMiAyLjQyNiA3LjM5NSA3LjM5NSAwIDAgMC0uNTY3IDIuODYzem0xNS4yOC01Ljk5NWExLjc0OCAxLjc0OCAwIDAgMCAxLjY0Ni0xLjAyNyAxLjcyNSAxLjcyNSAwIDAgMC0uMzIyLTEuOTAyIDEuNzU2IDEuNzU2IDAgMCAwLTEuODk0LS40MzdjLS4zMjQuMTItLjYwNS4zMzQtLjgwNy42MTNhMS43MyAxLjczIDAgMCAwLS4zMjguOTU0Yy0uMDEuNDYxLjE2My45MDguNDgyIDEuMjQ1LjMxOS4zMzYuNzU4LjUzNSAxLjIyMy41NTN6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI5LjEzIDIzLjk5NGE0Ljc3IDQuNzcgMCAwIDEtLjg1IDIuNjQ1Yy0uNTQuNzgtMS4zIDEuMzgzLTIuMTg1IDEuNzM1YTQuODcyIDQuODcyIDAgMCAxLTIuNzg4LjI0MyA0Ljg0NyA0Ljg0NyAwIDAgMS0yLjQ1Ny0xLjMyOSA0Ljc4NCA0Ljc4NCAwIDAgMS0xLjMwMy0yLjQ1NiA0Ljc2IDQuNzYgMCAwIDEgLjI4Ny0yLjc2MiA0LjgwNSA0LjgwNSAwIDAgMSAxLjc4Mi0yLjE0IDQuODYzIDQuODYzIDAgMCAxIDYuMTIzLjYyNiA0Ljc5MiA0Ljc5MiAwIDAgMSAxLjM5IDMuNDM4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.footer__social-icon--spotify {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjQuODI0LjAxMmEyNC4zMSAyNC4zMSAwIDAgMSAxMy40MzEgNC4wNDIgMjQuMDI1IDI0LjAyNSAwIDAgMSA4LjkwNSAxMC43NjIgMjMuODAzIDIzLjgwMyAwIDAgMSAxLjM3NiAxMy44NTcgMjMuOTIzIDIzLjkyMyAwIDAgMS02LjYxNyAxMi4yNzkgMjQuMjM4IDI0LjIzOCAwIDAgMS0xMi4zNzkgNi41NjNjLTQuNjkuOTI1LTkuNTUuNDUtMTMuOTY4LTEuMzY0YTI0LjEzNiAyNC4xMzYgMCAwIDEtMTAuODUtOC44MzNBMjMuODQ1IDIzLjg0NSAwIDAgMSAuNjQ3IDIzLjk5NGMwLTYuMzYgMi41NDctMTIuNDYgNy4wODEtMTYuOTU4QTI0LjI3NiAyNC4yNzYgMCAwIDEgMjQuODI0LjAxMnptLTMuNTE4IDEyLjM4N2MtMi40MTguMjE2LTQuODM1LjM2LTcuMTMyLjY2YTM2LjU3MyAzNi41NzMgMCAwIDAtNC4zNTIuOTQ3IDIuMjUgMi4yNSAwIDAgMC0xLjI1Ni44IDIuMjE5IDIuMjE5IDAgMCAwLS40NzMgMS40MDZjLS4wMzIuNDguMDk4Ljk1OC4zNyAxLjM1OC4yNy4zOTkuNjY4LjY5NyAxLjEzLjg0OGEzLjk2NiAzLjk2NiAwIDAgMCAxLjU5NSAwYzEuNzI5LS4zIDMuNDMzLS43NTUgNS4xNjItLjk3MWE0Mi42NDkgNDIuNjQ5IDAgMCAxIDExLjU5Mi4yMDQgMzAuOTY1IDMwLjk2NSAwIDAgMSAxMS4wNDkgMy41MjVjLjMxMi4xODEuNjU3LjMgMS4wMTUuMzQ4YTIuMjIgMi4yMiAwIDAgMCAxLjQ3LS4yOGMuNDQtLjI2Ljc3Ni0uNjY3Ljk0OC0xLjE0N2EyLjMwOCAyLjMwOCAwIDAgMCAuMDQ1LTEuNTg1IDIuMzMgMi4zMyAwIDAgMC0uOTg4LTEuMjQ1IDMxLjEzOCAzMS4xMzggMCAwIDAtMy42MjYtMS43NzUgNDYuNzUgNDYuNzUgMCAwIDAtMTYuNTUtMy4wOTN6TTM5LjE2IDI3LjA2NGExLjkwNiAxLjkwNiAwIDAgMC0uMjMzLTEuMDkyIDEuOTI3IDEuOTI3IDAgMCAwLS44MDYtLjc3OWMtMS4wNC0uNTY0LTIuMDkyLTEuMTk5LTMuMTgtMS42M0EzNC4wNzUgMzQuMDc1IDAgMCAwIDIyLjk1IDIwLjc4YTM0LjUzMyAzNC41MzMgMCAwIDAtMTEuNzE0IDEuMjYgMi4wMDQgMi4wMDQgMCAwIDAtMS4yNTMuOTYzIDEuOTY3IDEuOTY3IDAgMCAwLS4xNDkgMS41NjcgMS44NjYgMS44NjYgMCAwIDAgLjk1NCAxLjEwNSAxLjg5NyAxLjg5NyAwIDAgMCAxLjQ2NC4wOTQgMzIuMzMyIDMyLjMzMiAwIDAgMSAxNy44MDYuMTY4IDI4LjMwNCAyOC4zMDQgMCAwIDEgNi4yNSAyLjczMyAxLjg3MyAxLjg3MyAwIDAgMCAyLjYxMS0uNjUyYy4xNjYtLjI5LjI1LS42Mi4yNDEtLjk1NHpNMjEuMDI4IDI4LjYxYTQxLjQxNyA0MS40MTcgMCAwIDAtOC45MzMgMS4wNDQgMS42MTcgMS42MTcgMCAwIDAtMS4xMTUuNzA2IDEuNTg4IDEuNTg4IDAgMCAwLS4yMDMgMS4yOTYgMS41NjQgMS41NjQgMCAwIDAgLjc2Ljk3MyAxLjU5NCAxLjU5NCAwIDAgMCAxLjIzNS4xM2MxLjkzNC0uMzIzIDMuODU2LS43MDcgNS43OS0uODc1IDQuMDctLjQ0NCA4LjE4Ni4xMDggMTEuOTkxIDEuNjA3IDEuMTI1LjQ1NiAyLjE3NiAxLjA1NSAzLjI2NCAxLjU5NWExLjQ5NyAxLjQ5NyAwIDAgMCAxLjcyOS0uMDk2IDEuNTM0IDEuNTM0IDAgMCAwIC41MzItMS42NDMgMS43MiAxLjcyIDAgMCAwLTEuMDE2LTEuMkEyNy4yMjYgMjcuMjI2IDAgMCAwIDIxLjA0IDI4LjYxaC0uMDEyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.footer__copyright {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.footer__copyright-logo {
  max-width: 116px;
  vertical-align: text-top;
}

.footer-menu {
  margin-bottom: 44px;
  list-style-type: none;
  padding-left: 60px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer-menu {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer-menu {
    padding-left: 0px;
    margin-bottom: 57px;
  }
}
.footer-menu__item {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer-menu__item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer-menu__item {
    margin-bottom: 26px;
    font-size: 27px;
  }
}
.footer-menu__link {
  letter-spacing: -0.03em;
  line-height: 21.5px;
  display: block;
}
a.footer-menu__link {
  color: #fff;
}
a.footer-menu__link:hover {
  text-decoration: underline;
}

.social-share {
  text-align: right;
  display: inline-block;
  margin-left: 20px;
  top: -2px;
  position: relative;
}
.social-share__link {
  margin-right: 5px;
  text-decoration: none !important;
}
.social-share__link:hover {
  text-decoration: none;
}
.social-share__icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 5px;
}
.social-share__icon--facebook {
  background-color: #706E69;
}
.social-share__icon--facebook:hover {
  background-color: #63615d;
}
.social-share__icon--twitter {
  background-color: #706E69;
}
.social-share__icon--twitter:hover {
  background-color: #63615d;
}
.social-share__icon--linkedin {
  background-color: #706E69;
}
.social-share__icon--linkedin:hover {
  background-color: #63615d;
}

.filter {
  font-weight: 700;
  position: relative;
}
.filter--open .filter__button:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS4yIDEyLjc2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNS4yIDEyLjc2IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjQuMiAxMS43NiAxMi42IDEgMSAxMS43NiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzIxMjEyYztzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQiLz48L3N2Zz4=);
}
.filter--open .filter__dropdown {
  display: block;
}
.filter__button {
  background-color: #FAFAFA;
  max-width: 500px;
  font-size: 19px;
  padding: 15px 50px 15px 25px;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.filter__button:after {
  content: " ";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMyAzIDEwLjAzOCAxMUwyMy4wNzcgMyIgc3Ryb2tlPSIjMzY0RTYzIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .filter__button {
    width: 100%;
    max-width: 100%;
  }
}
.filter__button:hover {
  background-color: rgba(170, 170, 170, 0.5);
}
.filter__button span {
  font-weight: 400;
}
.filter__dropdown {
  display: none;
  background: #fff;
  width: 520px;
  position: absolute;
  top: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 5px 10px rgba(185, 177, 154, 0.05), 0 15px 40px rgba(201, 191, 166, 0.22);
          box-shadow: 0 5px 10px rgba(185, 177, 154, 0.05), 0 15px 40px rgba(201, 191, 166, 0.22);
  padding: 30px;
}
@media (max-width: 767.98px) {
  .filter__dropdown {
    width: calc(100vw - 47px);
  }
}
.filter__dropdown-inner {
  border-bottom: 2px solid #212326;
}
.filter__category {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  padding-left: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .filter__category {
    font-size: calc(18px + 0 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .filter__category {
    font-size: 18px;
  }
}
.filter__category:hover {
  color: #228AE6;
}
.filter__category-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
}
.filter__category-checkbox:before {
  content: " ";
  position: absolute;
  display: block;
  right: 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS42IDMxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjYgMzEuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzIxMjEyYjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIGQ9Ik0yLjcgMi43SDI5VjI5SDIuN3oiLz48L3N2Zz4=);
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .filter__category-checkbox:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991.98px) {
  .filter__category-checkbox:before {
    width: 20px;
    height: 20px;
  }
}
.filter__category-checkbox:checked:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS42IDMxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjYgMzEuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzIyOGFlNjtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgZD0ibTUuNCAxNS41IDYuNSA2LjVMMjYuMyA3LjYiLz48cGF0aCBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMjEyMTJiO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgZD0iTTIuNyAyLjdIMjlWMjlIMi43eiIvPjwvc3ZnPg==);
}
.filter__category-checkbox::checked {
  background: #228AE6;
}
.filter__clear:hover {
  background: #EAEAEA;
}
.filter__clear, .filter__apply {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .filter__clear, .filter__apply {
    font-size: calc(16px + 4 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .filter__clear, .filter__apply {
    font-size: 20px;
  }
}

.sort {
  background-color: #FAFAFA;
  font-size: 19px;
  padding: 15px 25px;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767.98px) {
  .sort {
    width: 100%;
  }
}
.sort:hover {
  background-color: rgba(170, 170, 170, 0.5);
}
.sort:focus-visible {
  outline: none;
}

.sort-container {
  position: relative;
}
.sort-container:after {
  content: " ";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMyAzIDEwLjAzOCAxMUwyMy4wNzcgMyIgc3Ryb2tlPSIjMzY0RTYzIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.search-form {
  position: relative;
  background: #fff;
}
@media (max-width: 991.98px) {
  .search-form {
    margin-bottom: 20px;
  }
}
.search-form__input {
  border: none;
  font-weight: bold;
  font-size: 25px;
  line-height: 31px;
  padding: 14px 27px;
  width: 100%;
  max-width: 526px;
  padding-right: 20px;
}
.search-form__input::-webkit-input-placeholder {
  color: rgba(170, 170, 170, 0.5);
}
.search-form__input::-moz-placeholder {
  color: rgba(170, 170, 170, 0.5);
}
.search-form__input:-ms-input-placeholder {
  color: rgba(170, 170, 170, 0.5);
}
.search-form__input::-ms-input-placeholder {
  color: rgba(170, 170, 170, 0.5);
}
.search-form__input::placeholder {
  color: rgba(170, 170, 170, 0.5);
}
.search-form__input:focus {
  outline: none;
}
.search-form__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 52px;
  height: 57px;
  background-size: 22px 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi40MSIgaGVpZ2h0PSIyOS4yMiIgdmlld0JveD0iMCAwIDIyLjQxIDI5LjIyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzM2NGU2M308L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjEwLjE4IiBjeT0iMTAuMTgiIHI9IjEwLjE4Ii8+PGNpcmNsZSBjeD0iOS43NiIgY3k9IjkuNzYiIHI9IjYuMzYiIHN0eWxlPSJmaWxsOiNmYWZhZmEiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC41NiAxNy4xOGEyLjEyIDIuMTIgMCAwIDEgMi45Ljc4TDIyLjEzIDI2YTIuMTMgMi4xMyAwIDAgMS0uNzggMi45IDIuMTIgMi4xMiAwIDAgMS0yLjktLjc4bC00LjY2LTguMDhhMi4xMiAyLjEyIDAgMCAxIC43Ny0yLjg2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
}
.search-form__submit:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi40MSIgaGVpZ2h0PSIyOS4yMiIgdmlld0JveD0iMCAwIDIyLjQxIDI5LjIyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmOGYyYn08L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjEwLjE4IiBjeT0iMTAuMTgiIHI9IjEwLjE4Ii8+PGNpcmNsZSBjeD0iOS43NiIgY3k9IjkuNzYiIHI9IjYuMzYiIHN0eWxlPSJmaWxsOiNmYWZhZmEiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC41NiAxNy4xOGEyLjEyIDIuMTIgMCAwIDEgMi45Ljc4TDIyLjEzIDI2YTIuMTMgMi4xMyAwIDAgMS0uNzggMi45IDIuMTIgMi4xMiAwIDAgMS0yLjktLjc4bC00LjY2LTguMDhhMi4xMiAyLjEyIDAgMCAxIC43Ny0yLjg2eiIvPjwvc3ZnPg==);
}

.card {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.card:hover, .card:active, .card:focus {
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: 0 5px 15px rgba(181, 181, 181, 0.35);
          box-shadow: 0 5px 15px rgba(181, 181, 181, 0.35);
}
.card:hover .card__button {
  color: #fff;
  background-color: #1778cd;
}
.card__highlight {
  background: #228AE6;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
}
.card__image {
  width: 100%;
  height: auto;
  -webkit-transition: 1s background-color ease;
  transition: 1s background-color ease;
  background-color: #dddddd;
  background-color: #B3D5F0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 400/300;
}
.card__placeholder {
  position: relative;
  background-size: cover;
  -webkit-transition: 1s background-color ease;
  transition: 1s background-color ease;
  background-color: #dddddd;
  background-color: #B3D5F0;
}
.card__placeholder::after {
  display: block;
  width: 100%;
  padding-top: 75%;
  content: " ";
}
.card__inner {
  background: #fff;
  padding: 27px 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card__heading {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 576px) {
  .card__heading {
    font-size: calc(24px + 10 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .card__heading {
    font-size: 34px;
  }
}
.card__body {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 133.3%;
  color: #706E69;
}
@media (min-width: 576px) {
  .card__body {
    font-size: calc(18px + 6 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .card__body {
    font-size: 24px;
  }
}
.card__button {
  margin-top: auto;
  margin-bottom: 0px;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .card__button {
    min-width: 228px;
    width: auto;
  }
}

.cards {
  margin-right: auto;
  margin-left: auto;
}

.cta-banner__image {
  background-position: center center;
  background-size: cover;
}
.cta-banner__body {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .cta-banner__body {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .cta-banner__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cta-banner__body:before {
  content: " ";
  background: inherit;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: 50%;
  margin-right: -25%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.cta-banner__body-inner {
  position: relative;
  z-index: 1;
  color: #364E63;
}
@media (min-width: 992px) {
  .cta-banner__body-inner {
    max-width: 500px;
    margin-left: -10%;
  }
}
@media (max-width: 991.98px) {
  .cta-banner__body-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cta-banner__text {
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: -0.0035;
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  .cta-banner__text {
    font-size: calc(16px + 8 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .cta-banner__text {
    font-size: 24px;
  }
}

.hover-block {
  background-color: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 303px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s background-color ease, 0.15s -webkit-box-shadow ease;
  transition: 0.25s background-color ease, 0.15s -webkit-box-shadow ease;
  transition: 0.25s background-color ease, 0.15s box-shadow ease;
  transition: 0.25s background-color ease, 0.15s box-shadow ease, 0.15s -webkit-box-shadow ease;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.hover-block:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .hover-block {
    min-height: 250px;
  }
}
.hover-block:hover, .hover-block:active, .hover-block:focus {
  background-color: #B3D5F0 !important;
  color: #fff;
}
.hover-block--expanded {
  background-color: #B3D5F0 !important;
  color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hover-block--dark {
  background-color: #f4f1e9;
}
.hover-block__inner {
  padding: 26px 20px;
  width: 100%;
}
.hover-block__icon {
  width: 88px;
  height: 88px;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.hover-block__heading {
  font-family: "GT-America", sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  color: #364E63;
}
.hover-block__body {
  color: #364E63;
  font-size: 18px;
  line-height: 23px;
  margin-top: 12px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-style: italic;
}
.hover-block:hover .hover-block__body, .hover-block--expanded .hover-block__body {
  max-height: 300px;
  opacity: 1;
}
.hover-block:hover .hover-block__heading, .hover-block--expanded .hover-block__heading {
  font-size: 25px;
  line-height: 31px;
}
.hover-block:hover .hover-block__icon, .hover-block--expanded .hover-block__icon {
  height: 0px;
}

.results {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1173.37px;
  margin-left: auto;
  margin-right: auto;
}
.results__heading {
  margin-bottom: 128px;
}
.results__item {
  background-color: #fff;
  max-width: 351.72px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.results__item-inner {
  padding-top: 44px;
  padding-right: 31.6px;
  padding-bottom: 86.7px;
  padding-left: 31.6px;
}
.results__item-metric {
  font-size: 28px;
  color: #228AE6;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 36px;
  margin-bottom: 3px;
}
@media (min-width: 576px) {
  .results__item-metric {
    font-size: calc(28px + 10 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .results__item-metric {
    font-size: 38px;
  }
}
.results__item-heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 36px;
  margin-bottom: 11px;
}
.results__item-body {
  font-size: 18px;
  letter-spacing: -0.034em;
  line-height: 1.66;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .results__item-body {
    font-size: calc(18px + 2 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .results__item-body {
    font-size: 20px;
  }
}
.results__item-image {
  max-height: 350px;
  width: 100%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  margin-top: auto;
}

.tall-card {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1173.37px;
  margin-left: auto;
  margin-right: auto;
}
.tall-card__item-heading {
  font-size: 28px;
  color: #228AE6;
  margin-bottom: 20px;
  line-height: 1.25;
  font-weight: bold;
}
@media (min-width: 576px) {
  .tall-card__item-heading {
    font-size: calc(28px + 12 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .tall-card__item-heading {
    font-size: 40px;
  }
}
.tall-card__item {
  background-color: #fff;
  max-width: 351.72px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tall-card__item-inner {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.tall-card__item-body {
  font-size: 18px;
  letter-spacing: -0.034em;
  line-height: 1.66;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .tall-card__item-body {
    font-size: calc(18px + 2 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .tall-card__item-body {
    font-size: 20px;
  }
}
.tall-card__item-image {
  max-height: 350px;
  width: 100%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  margin-top: auto;
}

.fl-module-tall-card {
  height: 100% !important;
}
.fl-module-tall-card .fl-module-content {
  height: 100% !important;
}

.quote {
  background: #F2DFE8;
  color: #364E63;
  border-top-right-radius: 100px;
  margin-right: 8%;
}
.quote__body {
  min-height: 100px;
  padding: 50px 40px 110px 21px;
  font-size: 20px;
  position: relative;
}
.quote__body--has-accent:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 0;
  height: 37px;
  width: 446px;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQ2IiBoZWlnaHQ9IjM3IiB2aWV3Qm94PSIwIDAgNDQ2IDM3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xODguNTAzIDE5Ljk2NSA3LjI5MS0uMTEzYy40NjUgMCAxLjE0Ni4wNDggMS4zODEuMDgzIDEuNDU2LjIyLTEuNDA2LjM2MS0xMC42NzMuNTIxbC0xMC42MTcuMjAxLTY1LjU3NCAxLjQ5Mi0xLjM3NS4wNDcgMS42MTYuMDc3Yy03LjMwMy4yMjUtMTQuODY2LjM5Ny0yMi41MDQuNTYzbC0zOS44Ljg0LTQxLjI2Ljk0MS0yLjI4Ni4wNDgtLjE2OC00LjU0YTE4OTcuNTQzIDE4OTcuNTQzIDAgMCAxIDQyLjE5LTEuMjg1YzQuNTcyLS4wODkgOS4yMzctLjE0OCAxMy40NDMtLjMwMmwxLjMyNS0uMDQxYzExLjE1LS4xMTkgMjIuMTg5LS4yNiAzMy4wOTctLjQ5MWg1LjY0M2M0LjA0NSAwIDcuNDM0IDAgMTAuOTIxLS4xNDIgMi43NDQtLjEwNyA2Ljg3Ni0uMTA3IDEwLjIxNS0uMTEzbDI4LjA5Mi0uMTA2IDI4LjIyOC0uMTQyIDI2LjAxNi0uMDljNi4wNTkgMCAxMi4xMTctLjAyOSAxNy45NjQtLjEgNC42NzctLjA2NSA5Ljk1NS0uMDMgMTUuMDY1IDAgOC40NzQuMDMgMTYuOTg1LjExMyAyNS42MjcuMDM2aDQuNDcyYzE1LjE1Mi4xOTUgMzEuMTg5LjE2NSA0Ni43ODcuMjQ4bDM5LjUyLjE2YzkuODQ5LjA0MSAxOS43MTcuMDg5IDI5LjYxNi4yMDEgOS44OTkuMTEzIDE5LjgyMi4yNjcgMjkuNzg5LjQ4bDE3LjA0Ny4zNzktLjI2IDQuNzM1LTQuMi0uMjZjLTkuMDQ0LS42MjgtMTguMTA2LS45NzctMjcuMTk0LTEuNDE1LTkuNDA5LS4zNjctMTkuMTAzLS43NTItMjcuNTUzLTEuMTg0LTEuNDEyLS4wNzctMy45NTgtLjE1NC01Ljk4My0uMjI1bC0xMi4yMTYtLjQxNGMtMjIuNDMtLjc1Mi00NC42NDktMS4yOTctNjcuMDI0LTEuODgzYTEyNzM4LjEgMTI3MzguMSAwIDAgMC00Ni43NzQtMS4wODlsLTI3LjQ0MS0uNjI3LTgyLjQ0OC0yLTY4LjM3NS0xLjcxNy0xNC40Ny0uNDE1LTE0LjQ5NS0uNDg1LjA2Mi0xLjc3NiAxMy44NTcuMjg0IDExLjkxMi4xNmM2LjYxLjE0OCAxMy42MjguMjA3IDIwLjcwMi4yNzJsMjguOTc3LjIwMiAyNy4zNjEuMTY1YzEyLjA2Ny4xMDcgMjQuMzIuMTI1IDM2LjUxLjE2NiAxMC4xNDEgMCAyMC4yNTYgMCAzMC4zNTMuMDcxaDkzLjk2NGw3NS4wMTQtLjIxMyAyMi45Mi0uMTA2IDIyLjkxOS0uMTU0IDIyLjQ4LS4yMjV2NC4yOGMtNi41NDEgMC0xMy4wNzctLjA2LTE5LjYyNCAwbC0xOS42NDMuMS0xOS42NDIuMTc3LTE5LjY0OS4yMjVhMjAxMDguNTUgMjAxMDguNTUgMCAwIDAtMTI3LjExIDEuOTc3bC0yNy4yODcuNDJjLTE4LjYzOS4yNTUtMzcuNTc1LjU5My01Ni41MTEuOTM2bC00NC4yNzguODA1Yy0zLjAwNS4wNTMtNi4zODcuMTEyLTkuMDEzLjEyNC0xMC40Mi4wNTMtMjEuNjMxLjIzNy0zMi45OC4zOS0zLjQzMS0uMDg4LTguMjYzLS4xMjQtNS4yNDYtLjM0My44NTUtLjA2NS0uMjY3LS4wODgtMS4zMDEtLjExMmwtNS43NjctLjEzYy0yLjY5NS0uMDY1LS43ODctLjI1NS01LjQxNC0uMjQzLTQuODk0IDAtNi4wNy0uMDk1LTEwLjQ3NS0uMDg5LTQuMjM3IDAtMi40MTYtLjA4OC0uNzMtLjE4My41NzUtLjAzNi0uMzcyLS4wNjUtLjUwMi0uMDk1LS45MzYtLjI0OC0uOTMtLjIzLTEyLjI5Ny0uMTYtMi44MjQgMC02LjQ0OC4wNzEtNy4wNTUtLjA0MWwxNy40NTYtLjIwN2MzLjA5Ny0uMTAxIDUuNzYtLjE5IDcuNjc1LS4yOSAxLjcwMy0uMDkgMy4wNTQtLjE1NC40OS0uMTktMS4zNzYgMC0uMTU2LS4wODkgMS4wMTUtLjE0OC44MTItLjAzNSAyLjQ3OC0uMSAxLjIzOS0uMTA2LTguNTg1IDAtLjMyMi0uMjktMS45ODItLjQwOSA1LjAzNi0uMTk1IDEyLjI0Ni0uMjg0IDE4LjI4Ni0uNDMyIDIuMjM2LS4xNDggNC4xMi0uMjkgOS4xOTktLjQ1NmE1MzM5LjE5IDUzMzkuMTkgMCAwIDAgNDAuODAyLS45MTFsMTIuMDYxLS4yNTUgNDkuMDA0LS44NzYgNTkuNzE1LTEuMDc3IDQxLjI4Ni0uNzQgODIuNzQ1LTEuMzc5IDI1LjI3My0uMzM3IDI1LjI1NS0uMjU1IDE3LjUzNy0uMDc3IDE3LjU2Ny4wNDJ2NC40OGMtMjQuNTguMTI1LTQ5LjE1My4wNjYtNzMuNzE0LS4wNDctMTUuMDU5LS4wNjUtMzAuNDk1LS4xNDItNDUuNDQ5LS4wOTUtNi4xOTQgMC0xMy4yMTgtLjA0MS0xOS43NDEtLjFsLTMwLjQ4My0uMjMxLTc4LjAwMS0uNjUxYy0zMC4wMzQtLjI3Mi02MC4xMDItLjU5LTkwLjIwMy0uOTUzbC0yMS40NTgtLjMxNGMtOC4wMDktLjEzLTE2LjAyNS0uMjU0LTI0LjAzNC0uNDMyYTQ2NTUuNTQgNDY1NS41NCAwIDAgMS0yNC4wMzQtLjU5MmwuMDU1LTEuNDUgMTUuNzY1LjQyIDE1Ljc3MS4zNWMxNi43MjUuMzM3IDMzLjQ1LjY0NSA1MC4xNzUuOTE3IDUuNTc1LjA4OSAxMS4yMDYuMTkgMTYuMjMuMjI1IDMuNTMgMCA3Ljg0OC4xIDExLjkxOC4xNjVsMzkuNzkzLjY0YzMuNTYyLjA1OSA2Ljg2My4xMyAxMC40LjE2bDUuODQ4LjA4OGMxMS4wNDUuMjU1IDIyLjIxMy4zODUgMzMuMzE0LjU5MiAzLjU4Ni4wNiA3LjA0OS4xMDcgMTAuMTgzLjExOSAzLjUzNyAwIDcuNTAyLjA3NyAxMS42NTguMTQybDE4LjI0OS4yNzggMjIuODY0LjM4NSAyMi45NjMuNDY3YzI3LjU2NS42MjggNTUuMTYxIDEuMjYxIDgyLjc1NyAyLjI2N2w5LjkxMS40MTVjMy4yODQuMTQ4IDYuNTIzLjI2IDkuNjk1LjQ5N2EzNzEuNCAzNzEuNCAwIDAgMCA5LjA0NC41MTVsMS45NTcuMDk0LS4yNDggNC40OTMtMzUuOTI3LS41OTJjLTEwLjE3Mi0uMDgzLTIwLjQ0Mi0uMjMtMzAuNTk1LS4yNzhsLTQ1LjkwMS0uMzM3Yy0xNy44NTgtLjA4My0zNS42OTgtLjE5LTUzLjU1Ny0uMjA4LTExLjcwNyAwLTIzLjQyMSAwLTM1LjE0MS4wNmwtMTYuNzk5LjAzNWMtMjEuNDQxLjA2LTQyLjg4Mi4xNTgtNjQuMzIzLjI5Ni0zMS42NDIuMjM3LTYzLjI5NS41MzMtOTQuOTQ5IDEuMTEzbC0xMS45LjIzLTExLjg4Ny4zMTRjLTcuOTI4LjE3Mi0xNS44MjYuNTMzLTIzLjczLjg0bC0uMTgtNS4wODQgNTYuNDg3LTEuMjQ5IDQ1LjkwNy0xLjAyNGMxMC41NjItLjIxOSAyMS4yNDEtLjQxNCAzMS44MzMtLjQ4NS4xOC4xNzggMS4wMS4zNDMgNi4zNzQuMzc5IDQuOTU2LjAzIDcuODc0LjE1NCAxMy40OC4xMjQtLjUxNS4yMDctNi4zMDYuMjcyLTEwLjA3My40MTUgMy40NjkuMTI0IDMuMDk4LjM0OSA2Ljk4Mi40NTUgMTAuMTY1LS4wNTMgMjAuOTc0LS4xNzcgMzIuNjgxLS40NDQuNzgxLjA3Ny0yLjIxNy4xNDgtMi43MTMuMjIuNDY1LjExMiAzLjI5Ni4xNDcgNS45MjguMTgzaC4wNWMtMi44ODEuMTktNi40MTEuMzczLTE0LjE3OS41OTIgNi41NDcgMCAxMi40NTEtLjIyNSAxNi40NTItLjIxM2w5Ljk4Ni4wM2MtNS43My40NzMtNS44ODUuNDk2LTMuOTE1LjU5MS00LjI4MS4xNi0xMS43ODIuMzI2LTExLjM2MS41Mzl6bS0xMC4zMzIuMTYtOS45MTEuMjc4LS4zNDEuMDcgNy4xOTItLjE0MWMyLjE4LS4wNiA1LjAyNC0uMTM2IDMuMDYtLjIwN3oiIGZpbGw9IiMzNjRFNjMiLz48cGF0aCBkPSJNMTMwLjY1MyAyMS44NmMyLjY3LS4wNDIgNS4yNDctLjA2IDcuODMtLjE2N2EyNjUuOSAyNjUuOSAwIDAgMC03LjgzLjE2NnptMTkuNDItLjQ2OWM1LjEzNS0uMDUzIDguODUyLS4xIDEzLjExMy0uMjY2LTQuMjQ5LjAxMi03Ljk2Ni4xMDctMTMuMTEzLjI2NnptNDAuOTMzLTMuMDQxYy0uODg2LjA1Mi0uMjExLjA2NC40NjQuMDc2LjA2MiAwIC4yMjMtLjA1My4yNzMtLjA3N2gtLjczN3pNNTMuOTIyIDE2Ljg4MWwtLjIxLjAxOC45OTctLjAxOGgtLjc4N3oiIGZpbGw9IiMxRDFEMUIiLz48L3N2Zz4=);
}
.quote__quote {
  margin-bottom: 1.5rem;
}
.quote__quote:before, .quote__quote:after {
  content: '"';
  display: inline;
}
.quote__author {
  font-weight: 700;
}
.quote__author-title {
  font-style: italic;
}
.quote__image {
  width: 100%;
}

.archive__header {
  background-size: cover;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
.archive__header-inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .archive__header-inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (max-width: 1199.98px) {
  .archive__header-inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.archive__header--invert-text, .archive__header--invert-text .archive__header-heading {
  color: #fff;
}
.archive__intro {
  padding-top: 50px;
  padding-bottom: 1px;
}
.archive__checkbox-filter-label {
  font-size: 18px;
  line-height: 58px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.archive__checkbox-filter-label:hover {
  color: #228AE6;
}
.archive__checkbox-filter-checkbox {
  margin-left: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
}
.archive__checkbox-filter-checkbox:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS42IDMxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjYgMzEuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzIxMjEyYjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIGQ9Ik0yLjcgMi43SDI5VjI5SDIuN3oiLz48L3N2Zz4=);
}
@media (max-width: 1199.98px) {
  .archive__checkbox-filter-checkbox:before {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 991.98px) {
  .archive__checkbox-filter-checkbox:before {
    width: 23px;
    height: 23px;
  }
}
.archive__checkbox-filter-checkbox:checked:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS42IDMxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjYgMzEuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzIyOGFlNjtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgZD0ibTUuNCAxNS41IDYuNSA2LjVMMjYuMyA3LjYiLz48cGF0aCBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMjEyMTJiO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgZD0iTTIuNyAyLjdIMjlWMjlIMi43eiIvPjwvc3ZnPg==);
}

body.post-type-archive-news .card__image,
body.post-type-archive-news .card__placeholder,
body.post-type-archive-media_resource .card__image,
body.post-type-archive-media_resource .card__placeholder {
  display: none;
}

.single__header {
  color: #fff;
  background: #228AE6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single__heading {
  color: #fff;
}
.single__thumbnail {
  max-height: 380px;
}
.single__byline {
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  color: #706E69;
}
.single__content {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 20px;
  line-height: 27px;
  color: #706E69;
}
.single__content--post {
  padding-right: 76px;
  padding-left: 76px;
}
@media (max-width: 991.98px) {
  .single__content--post {
    padding-right: 56px;
    padding-left: 56px;
  }
}
.single__content a:not(.wp-block-button__link) {
  text-decoration: underline;
  color: #364E63;
}
.single__content a:not(.wp-block-button__link):hover {
  text-decoration: none;
}
.single__content p,
.single__content ol,
.single__content ul {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .single__content p,
.single__content ol,
.single__content ul {
    font-size: calc(16px + 4 * ((100vw - 576px) / (1200)));
  }
}
@media (min-width: 1200px) {
  .single__content p,
.single__content ol,
.single__content ul {
    font-size: 20px;
  }
}
.single__recent-posts {
  padding-top: 85px;
  padding-bottom: 85px;
}

.single-success_story .single__header {
  background: #FDC9A6;
  color: #364E63;
}
.single-success_story .single__heading {
  color: #364E63;
}

body.single-post .single__header-container {
  padding-right: 76px;
  padding-left: 76px;
}
@media (max-width: 991.98px) {
  body.single-post .single__header-container {
    padding-right: 56px;
    padding-left: 56px;
  }
}
body.single-post .single__content {
  padding-right: 76px;
  padding-left: 76px;
}
@media (max-width: 991.98px) {
  body.single-post .single__content {
    padding-right: 56px;
    padding-left: 56px;
  }
}
body.single-post .single__recent-posts-container {
  padding-right: 76px;
  padding-left: 76px;
}
@media (max-width: 991.98px) {
  body.single-post .single__recent-posts-container {
    padding-right: 56px;
    padding-left: 56px;
  }
}

body.single-download .header .ubermenu,
body.single-download .header .ubermenu-responsive-toggle {
  display: none !important;
}
@media (min-width: 992px) {
  body.single-download .header__logo {
    margin: 35px 0;
  }
}
body.single-download .footer .footer__menu-heading,
body.single-download .footer .footer-menu,
body.single-download .footer .footer__social,
body.single-download .footer .footer__copyright {
  display: none;
}

.components .uabb-photo-gallery-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-transition: 0.25s ease border-color;
  transition: 0.25s ease border-color;
  overflow: hidden !important;
}
.components .uabb-photo-gallery-content:hover {
  border-color: #228AE6;
}

.team .uabb-photo__gallery-filters {
  padding-left: 0 !important;
}
.team .uabb-photo-gallery-link a, .team .uabb-photo-gallery-link img {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50% 50%;
  display: block;
}
.team .uabb-photo-gallery img {
  max-width: 100%;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.team .uabb-background-mask {
  overflow: hidden;
  position: absolute;
  inset: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50% 50%;
  display: block;
}
.team b {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.team .uabb-caption {
  margin-bottom: 0;
  font-weight: 100 !important;
  font-size: 20px !important;
  color: #fff;
  padding: 10%;
}
.team .uabb-photo-gallery-content {
  border-radius: 50%;
  overflow: hidden;
}

.fl-rich-text a {
  text-decoration: underline;
}

.icon-block__icon img {
  max-height: 76px;
}

body.hide-page-menus .header .ubermenu,
body.hide-page-menus .header .ubermenu-responsive-toggle {
  display: none !important;
}
@media (min-width: 992px) {
  body.hide-page-menus .header__logo {
    margin: 35px 0;
  }
}
body.hide-page-menus .footer .footer__menu-heading,
body.hide-page-menus .footer .footer-menu,
body.hide-page-menus .footer .footer__social,
body.hide-page-menus .footer .footer__copyright {
  display: none;
}
