@charset "UTF-8";
/*!
Theme Name: Schwarzman College of Computing
Author: 
Description: Custom theme: opus wp theme
*/
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass/overpass-black-webfont.woff2") format("woff2"), url("assets/fonts/overpass/overpass-black-webfont.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass/overpass-extrabold-webfont.woff2") format("woff2"), url("assets/fonts/overpass/overpass-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass/overpass-bold-webfont.woff2") format("woff2"), url("assets/fonts/overpass/overpass-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass/overpass-semibold-webfont.woff2") format("woff2"), url("assets/fonts/overpass/overpass-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass/overpass-regular-webfont.woff2") format("woff2"), url("assets/fonts/overpass/overpass-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass/overpass-italic-webfont.woff2") format("woff2"), url("assets/fonts/overpass/overpass-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass/overpass-light-webfont.woff2") format("woff2"), url("assets/fonts/overpass/overpass-light-webfont.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
/* Schwarzman Colors */
/* Bootstrap variables */
@media (min-width: 768px) and (max-width: 1079px) {
  .row > .col,
.row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1d57a5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d31e25;
  --orange: #fd7e14;
  --yellow: #fed141;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1d57a5;
  --secondary: #d31e25;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed141;
  --danger: #d31e25;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1080px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Overpass", Helvetica, Arial, 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(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[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: 1.6rem;
}

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

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: #1d57a5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #123564;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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: 1.2rem;
  padding-bottom: 1.2rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.6rem;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

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

h2, .h2 {
  font-size: 3.2rem;
}

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

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

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

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

.lead {
  font-size: 2rem;
  font-weight: 300;
}

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

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

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

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

hr {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 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.8rem;
}

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

.blockquote {
  margin-bottom: 3.2rem;
  font-size: 2rem;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.4rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 1.6rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.32rem 0.64rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

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

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

.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: 1080px) {
  .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%;
  }
}
.table, .wp-block-table table {
  width: 100%;
  margin-bottom: 3.2rem;
  color: #212529;
}
.table th, .wp-block-table table th,
.table td,
.wp-block-table table td {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .wp-block-table table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .wp-block-table table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.48rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c0d0e6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #89a8d0;
}

.table-hover .table-primary:hover {
  background-color: #aec2df;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aec2df;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f3c0c2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e88a8e;
}

.table-hover .table-secondary:hover {
  background-color: #efabad;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #efabad;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff2ca;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fee79c;
}

.table-hover .table-warning:hover {
  background-color: #ffecb1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffecb1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3c0c2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e88a8e;
}

.table-hover .table-danger:hover {
  background-color: #efabad;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efabad;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .wp-block-table table tfoot tr,
.table-dark > th,
.wp-block-table table tfoot tr > th,
.table-dark > td,
.wp-block-table table tfoot tr > td {
  background-color: #c6c8ca;
}
.table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th,
.table-dark tbody + tbody,
.wp-block-table table tfoot tr tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover, .table-hover .wp-block-table table tfoot tr:hover, .wp-block-table table tfoot .table-hover tr:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, .table-hover .wp-block-table table tfoot tr:hover > td, .wp-block-table table tfoot .table-hover tr:hover > td,
.table-hover .table-dark:hover > th,
.table-hover .wp-block-table table tfoot tr:hover > th,
.wp-block-table table tfoot .table-hover tr:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .wp-block-table table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .wp-block-table table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark, .wp-block-table table tfoot tr {
  color: #fff;
  background-color: #343a40;
}
.table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered, .wp-block-table table tfoot tr.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .wp-block-table table tfoot tr.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover, .wp-block-table table tfoot tr.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1079.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5f97e3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 1.2rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 3.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 80%;
  color: #d31e25;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(211, 30, 37, 0.9);
  border-radius: 0;
}

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d31e25;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d31e25;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e44046;
  background-color: #e44046;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d31e25;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d31e25;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d31e25;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.25);
}

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

.btn, footer .footer__form button.frm_button_submit.frm_final_submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, footer .footer__form button.frm_button_submit.frm_final_submit {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, footer .footer__form button.frm_button_submit.frm_final_submit:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, footer .footer__form button.frm_button_submit.frm_final_submit:focus, .btn.focus, footer .footer__form button.focus.frm_button_submit.frm_final_submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.btn.disabled, footer .footer__form button.disabled.frm_button_submit.frm_final_submit, .btn:disabled, footer .footer__form button.frm_button_submit.frm_final_submit:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1d57a5;
  border-color: #1d57a5;
}
.btn-primary:hover {
  color: #fff;
  background-color: #174684;
  border-color: #15407a;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #174684;
  border-color: #15407a;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(63, 112, 179, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(63, 112, 179, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1d57a5;
  border-color: #1d57a5;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #15407a;
  border-color: #133a6f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(63, 112, 179, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(63, 112, 179, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #b2191f;
  border-color: #a6181d;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #b2191f;
  border-color: #a6181d;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #a6181d;
  border-color: #9b161b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fed141;
  border-color: #fed141;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fec81b;
  border-color: #fec50e;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #fec81b;
  border-color: #fec50e;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(221, 183, 61, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(221, 183, 61, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fed141;
  border-color: #fed141;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fec50e;
  border-color: #fec202;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(221, 183, 61, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(221, 183, 61, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b2191f;
  border-color: #a6181d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b2191f;
  border-color: #a6181d;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a6181d;
  border-color: #9b161b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(218, 64, 70, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #1d57a5;
  border-color: #1d57a5;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1d57a5;
  border-color: #1d57a5;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1d57a5;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d57a5;
  border-color: #1d57a5;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.5);
}

.btn-outline-secondary {
  color: #d31e25;
  border-color: #d31e25;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #d31e25;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #fed141;
  border-color: #fed141;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fed141;
  border-color: #fed141;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(254, 209, 65, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(254, 209, 65, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fed141;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fed141;
  border-color: #fed141;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(254, 209, 65, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(254, 209, 65, 0.5);
}

.btn-outline-danger {
  color: #d31e25;
  border-color: #d31e25;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d31e25;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d31e25;
  border-color: #d31e25;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
}

.btn-outline-light, footer .footer__form button.frm_button_submit.frm_final_submit {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover, footer .footer__form button.frm_button_submit.frm_final_submit:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, footer .footer__form button.frm_button_submit.frm_final_submit:focus, .btn-outline-light.focus, footer .footer__form button.focus.frm_button_submit.frm_final_submit {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, footer .footer__form button.disabled.frm_button_submit.frm_final_submit, .btn-outline-light:disabled, footer .footer__form button.frm_button_submit.frm_final_submit:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, footer .footer__form button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, footer .footer__form button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle, footer .footer__form .show > button.dropdown-toggle.frm_button_submit.frm_final_submit {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, footer .footer__form button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, footer .footer__form button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus, footer .footer__form .show > button.dropdown-toggle.frm_button_submit.frm_final_submit:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1d57a5;
  text-decoration: none;
}
.btn-link:hover {
  color: #123564;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, footer .footer__form .btn-group-lg > button.frm_button_submit.frm_final_submit {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, footer .footer__form .btn-group-sm > button.frm_button_submit.frm_final_submit {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.8rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 0.8rem 0;
  margin: 0.2rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1080px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.2rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.2rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 1.6rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 2.4rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1d57a5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.8rem 2.4rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.4rem 2.4rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, footer .footer__form .btn-group > button.frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn,
footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover, footer .footer__form .btn-group > button.frm_button_submit.frm_final_submit:hover,
.btn-group-vertical > .btn:hover,
footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit:hover {
  z-index: 1;
}
.btn-group > .btn:focus, footer .footer__form .btn-group > button.frm_button_submit.frm_final_submit:focus, .btn-group > .btn:active, footer .footer__form .btn-group > button.frm_button_submit.frm_final_submit:active, .btn-group > .btn.active, footer .footer__form .btn-group > button.active.frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn:focus,
footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit:focus,
.btn-group-vertical > .btn:active,
footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit:active,
.btn-group-vertical > .btn.active,
footer .footer__form .btn-group-vertical > button.active.frm_button_submit.frm_final_submit {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), footer .footer__form .btn-group > button.frm_button_submit.frm_final_submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), footer .footer__form .btn-group > button.frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
footer .footer__form .btn-group > .btn-group:not(:last-child) > button.frm_button_submit.frm_final_submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), footer .footer__form .btn-group > button.frm_button_submit.frm_final_submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
footer .footer__form .btn-group > .btn-group:not(:first-child) > button.frm_button_submit.frm_final_submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, footer .footer__form .btn-group-sm > button.frm_button_submit.frm_final_submit + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, footer .footer__form .btn-group-lg > button.frm_button_submit.frm_final_submit + .dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.btn-group-vertical {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
footer .footer__form .btn-group-vertical > .btn-group:not(:last-child) > button.frm_button_submit.frm_final_submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), footer .footer__form .btn-group-vertical > button.frm_button_submit.frm_final_submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
footer .footer__form .btn-group-vertical > .btn-group:not(:first-child) > button.frm_button_submit.frm_final_submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, footer .footer__form .btn-group-toggle > button.frm_button_submit.frm_final_submit,
.btn-group-toggle > .btn-group > .btn,
footer .footer__form .btn-group-toggle > .btn-group > button.frm_button_submit.frm_final_submit {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], footer .footer__form .btn-group-toggle > button.frm_button_submit.frm_final_submit input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
footer .footer__form .btn-group-toggle > button.frm_button_submit.frm_final_submit input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend footer .footer__form button.frm_button_submit.frm_final_submit, footer .footer__form .input-group-prepend button.frm_button_submit.frm_final_submit,
.input-group-append .btn,
.input-group-append footer .footer__form button.frm_button_submit.frm_final_submit,
footer .footer__form .input-group-append button.frm_button_submit.frm_final_submit {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend footer .footer__form button.frm_button_submit.frm_final_submit:focus, footer .footer__form .input-group-prepend button.frm_button_submit.frm_final_submit:focus,
.input-group-append .btn:focus,
.input-group-append footer .footer__form button.frm_button_submit.frm_final_submit:focus,
footer .footer__form .input-group-append button.frm_button_submit.frm_final_submit:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend footer .footer__form button.frm_button_submit.frm_final_submit + .btn, footer .footer__form .input-group-prepend button.frm_button_submit.frm_final_submit + .btn, .input-group-prepend footer .footer__form .btn + button.frm_button_submit.frm_final_submit, footer .footer__form .input-group-prepend .btn + button.frm_button_submit.frm_final_submit, .input-group-prepend footer .footer__form button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit, footer .footer__form .input-group-prepend button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend footer .footer__form button.frm_button_submit.frm_final_submit + .input-group-text,
footer .footer__form .input-group-prepend button.frm_button_submit.frm_final_submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend footer .footer__form .input-group-text + button.frm_button_submit.frm_final_submit,
footer .footer__form .input-group-prepend .input-group-text + button.frm_button_submit.frm_final_submit,
.input-group-append .btn + .btn,
.input-group-append footer .footer__form button.frm_button_submit.frm_final_submit + .btn,
footer .footer__form .input-group-append button.frm_button_submit.frm_final_submit + .btn,
.input-group-append footer .footer__form .btn + button.frm_button_submit.frm_final_submit,
footer .footer__form .input-group-append .btn + button.frm_button_submit.frm_final_submit,
.input-group-append footer .footer__form button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit,
footer .footer__form .input-group-append button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit,
.input-group-append .btn + .input-group-text,
.input-group-append footer .footer__form button.frm_button_submit.frm_final_submit + .input-group-text,
footer .footer__form .input-group-append button.frm_button_submit.frm_final_submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append footer .footer__form .input-group-text + button.frm_button_submit.frm_final_submit,
footer .footer__form .input-group-append .input-group-text + button.frm_button_submit.frm_final_submit {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.6rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
footer .footer__form .input-group-lg > .input-group-prepend > button.frm_button_submit.frm_final_submit,
.input-group-lg > .input-group-append > .btn,
footer .footer__form .input-group-lg > .input-group-append > button.frm_button_submit.frm_final_submit {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.8rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
footer .footer__form .input-group-sm > .input-group-prepend > button.frm_button_submit.frm_final_submit,
.input-group-sm > .input-group-append > .btn,
footer .footer__form .input-group-sm > .input-group-append > button.frm_button_submit.frm_final_submit {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.8rem;
}

.input-group > .input-group-prepend > .btn, footer .footer__form .input-group > .input-group-prepend > button.frm_button_submit.frm_final_submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
footer .footer__form .input-group > .input-group-append:not(:last-child) > button.frm_button_submit.frm_final_submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
footer .footer__form .input-group > .input-group-append:last-child > button.frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, footer .footer__form .input-group > .input-group-append > button.frm_button_submit.frm_final_submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
footer .footer__form .input-group > .input-group-prepend:not(:first-child) > button.frm_button_submit.frm_final_submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
footer .footer__form .input-group > .input-group-prepend:first-child > button.frm_button_submit.frm_final_submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 2.4rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.6rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.6rem;
  height: 2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1d57a5;
  background-color: #1d57a5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5f97e3;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8ab3ea;
  border-color: #8ab3ea;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1d57a5;
  background-color: #1d57a5;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(29, 87, 165, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(29, 87, 165, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(29, 87, 165, 0.5);
}

.custom-switch {
  padding-left: 3.6rem;
}
.custom-switch .custom-control-label::before {
  left: -3.6rem;
  width: 2.8rem;
  pointer-events: all;
  border-radius: 0.8rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.4rem + 2px);
  left: calc(-3.6rem + 2px);
  width: calc(1.6rem - 4px);
  height: calc(1.6rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.8rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.2rem);
          transform: translateX(1.2rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(29, 87, 165, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 2.8rem 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #5f97e3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.2rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.6rem;
  font-size: 2rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5f97e3;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.2rem);
  padding: 0.6rem 1.2rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 2.24rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.4rem;
  background-color: #1d57a5;
  border: 0;
  border-radius: 1.6rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #8ab3ea;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.custom-range::-moz-range-thumb {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #1d57a5;
  border: 0;
  border-radius: 1.6rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #8ab3ea;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.custom-range::-ms-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-right: 0.32rem;
  margin-left: 0.32rem;
  background-color: #1d57a5;
  border: 0;
  border-radius: 1.6rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #8ab3ea;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.8rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.8rem 1.6rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1d57a5;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 3.2rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 3.2rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.4rem 1.2rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1080px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

.card-title {
  margin-bottom: 1.2rem;
}

.card-subtitle {
  margin-top: -0.6rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2rem;
}

.card-header {
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: -1px -1px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.2rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 -1px -1px;
}

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1.2rem;
  margin-left: -1rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.2rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.2rem 1.6rem;
  margin-bottom: 1.6rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.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.8rem 1.2rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1d57a5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #123564;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 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: #fff;
  background-color: #1d57a5;
  border-color: #1d57a5;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 1.2rem 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, footer .footer__form button.frm_button_submit.frm_final_submit .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #1d57a5;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #15407a;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(29, 87, 165, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #d31e25;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #a6181d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #fed141;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #fec50e;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(254, 209, 65, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(254, 209, 65, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #d31e25;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #a6181d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(211, 30, 37, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 1.2rem 2rem;
  margin-bottom: 1.6rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 6.4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.2rem 2rem;
  color: inherit;
}

.alert-primary {
  color: #0f2d56;
  background-color: #d2dded;
  border-color: #c0d0e6;
}
.alert-primary hr {
  border-top-color: #aec2df;
}
.alert-primary .alert-link {
  color: #07162b;
}

.alert-secondary {
  color: #6e1013;
  background-color: #f6d2d3;
  border-color: #f3c0c2;
}
.alert-secondary hr {
  border-top-color: #efabad;
}
.alert-secondary .alert-link {
  color: #410a0b;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #846d22;
  background-color: #fff6d9;
  border-color: #fff2ca;
}
.alert-warning hr {
  border-top-color: #ffecb1;
}
.alert-warning .alert-link {
  color: #5b4c18;
}

.alert-danger {
  color: #6e1013;
  background-color: #f6d2d3;
  border-color: #f3c0c2;
}
.alert-danger hr {
  border-top-color: #efabad;
}
.alert-danger .alert-link {
  color: #410a0b;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d57a5;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.6rem 1.6rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.2rem 2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1d57a5;
  border-color: #1d57a5;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1080px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0f2d56;
  background-color: #c0d0e6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0f2d56;
  background-color: #aec2df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0f2d56;
  border-color: #0f2d56;
}

.list-group-item-secondary {
  color: #6e1013;
  background-color: #f3c0c2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6e1013;
  background-color: #efabad;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6e1013;
  border-color: #6e1013;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #846d22;
  background-color: #fff2ca;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #846d22;
  background-color: #ffecb1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #846d22;
  border-color: #846d22;
}

.list-group-item-danger {
  color: #6e1013;
  background-color: #f3c0c2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6e1013;
  background-color: #efabad;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6e1013;
  border-color: #6e1013;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 1.2rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1.2rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 1.2rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.8rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1.6rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1.6rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1.6rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1.6rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 1.6rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.modal-header .close {
  padding: 1.6rem 1.6rem;
  margin: -1.6rem -1.6rem -1.6rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.6rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.35rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 2.8rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 5.6rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 5.6rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 5.6rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 5.6rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1.28rem;
  height: 0.64rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.64rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.64rem 0.64rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.64rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.64rem 0.64rem 0.64rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.64rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.64rem 0.64rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.64rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.64rem 0 0.64rem 0.64rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 0.8rem;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.8rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.8rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.8rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.8rem - 1px);
  width: 0.8rem;
  height: 1.6rem;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.8rem 0.8rem 0.8rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.8rem 0.8rem 0.8rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.8rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.8rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.8rem 0.8rem 0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.8rem 0.8rem 0.8rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.6rem;
  margin-left: -0.8rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.8rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.8rem - 1px);
  width: 0.8rem;
  height: 1.6rem;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.8rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.8rem 1.2rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1.6rem;
  height: 1.6rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1.6rem;
  height: 1.6rem;
}

.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: #1d57a5 !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a6181d !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: #fed141 !important;
}

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a6181d !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: #fff !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: #1d57a5 !important;
}

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0 !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 !important;
}

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

.rounded-pill {
  border-radius: 80rem !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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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;
  }
}
.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .query-wrangler__form .dropdown-menu label.query-exposed-label,
.query-wrangler__form .dropdown-menu input[type=checkbox], .navbar-nav.mobile-menu .searchform .screen-reader-text,
.utility-navigation nav .searchform .screen-reader-text, a.a2a_button_facebook span.a2a_label,
a.a2a_button_twitter span.a2a_label,
a.a2a_button_linkedin span.a2a_label,
a.a2a_button_email span.a2a_label, .screen-reader-text {
  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.2rem 0.4rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 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;
}

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

.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.8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1080px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #1d57a5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #123564 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #901419 !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: #fed141 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f1b801 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #901419 !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: #212529 !important;
}

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

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

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

.text-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;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1080px !important;
  }

  .container {
    min-width: 1080px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .wp-block-table table {
    border-collapse: collapse !important;
  }
  .table td, .wp-block-table table td,
.table th,
.wp-block-table table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark, .wp-block-table table tfoot tr {
    color: inherit;
  }
  .table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th,
.table-dark tbody + tbody,
.wp-block-table table tfoot tr tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th, .wp-block-table table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.icon-arrow-button--blue--mobile {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.787' height='20.371'%3E%3Cg data-name='blue button arrow_phone' fill='none' stroke='%231d57a5' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M19.787 20.003v-19h-19'/%3E%3Cpath data-name='Line 51' d='M19.644.726L.707 19.663'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-button--blue, .search__header button:before, .btn-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26.829' height='26.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%231d57a5;stroke-miterlimit:10;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Cg id='red_button_arrow' transform='translate(.707 .707)'%3E%3Cpath id='Path_5252' d='M122.9 322.873v-25.022H97.873' class='cls-1' transform='translate(-97.773 -297.49)'/%3E%3Cpath id='Line_51' d='M24.936 0L0 24.936' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-button--red--mobile {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.787' height='20.37'%3E%3Cg data-name='red button arrow_phone' fill='none' stroke='%23d31e25' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M19.787 20.003v-19h-19'/%3E%3Cpath data-name='Line 51' d='M19.644.725L.707 19.662'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-button--red, .btn-outline-primary.btn-outline-primary--red.btn-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26.829' height='26.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23d31e25;stroke-miterlimit:10;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Cg id='red_button_arrow' transform='translate(.707 .707)'%3E%3Cpath id='Path_5252' d='M122.9 322.873v-25.022H97.873' class='cls-1' transform='translate(-97.773 -297.49)'/%3E%3Cpath id='Line_51' d='M24.936 0L0 24.936' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-button--white--mobile {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.787' height='20.372'%3E%3Cg data-name='white button arrow_phone' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M19.787 20.003v-19h-19'/%3E%3Cpath data-name='Line 51' d='M19.644.727L.707 19.664'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-button--white, .btn-outline-light.btn-arrow:after, footer .footer__form button.btn-arrow.frm_button_submit.frm_final_submit:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26.831' height='26.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Cg id='white_button_arrow' transform='translate(.707 .707)'%3E%3Cpath id='Path_5252' d='M122.9 322.873v-25.022H97.873' class='cls-1' transform='translate(-97.771 -297.49)'/%3E%3Cpath id='Line_51' d='M24.936 0L0 24.936' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-head--black {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21.024' height='20.675'%3E%3Cg data-name='Group 4473'%3E%3Cpath data-name='Path 5252' d='M10.24 19.91l9.37-9.368-9.37-9.37' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-head--red--small {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.327' height='15.978'%3E%3Cg data-name='Group 5382'%3E%3Cpath data-name='Path 5252' d='M7.904 15.215l7.009-7.009-7.034-7.033' fill='none' stroke='%23d31e25' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-head--red, .related_posts__link a span.arrow:after, a.arrow-link span.arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21.024' height='20.675'%3E%3Cg data-name='Group 4473'%3E%3Cpath data-name='Path 5252' d='M10.24 19.91l9.37-9.368-9.37-9.37' fill='none' stroke='%23d31e25' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow-head--yellow, a.arrow-link.arrow-link--yellow span.arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21.024' height='20.675'%3E%3Cg data-name='Group 4473'%3E%3Cpath data-name='Path 5252' d='M10.24 19.91l9.37-9.368-9.37-9.37' fill='none' stroke='%23fed141' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-black-arrow, .post-header a.carousel-control-prev,
.post-header a.carousel-control-next {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21.024' height='20.675'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Cg id='black_arrow' transform='rotate(180 10.096 9.838)'%3E%3Cg id='Group_4473' transform='rotate(45 4.753 11.474)'%3E%3Cpath id='Path_5252' d='M111.124 311.1v-13.249H97.873' class='cls-1' transform='translate(-97.82 -297.66)'/%3E%3Cpath id='Line_51' d='M13.205 0L0 13.205' class='cls-1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-black-dropdown-arrow, .news-header__scroll-link a, .homepage__spotlight .scroll-cue a {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='25.865' height='17.092'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' d='M24.366 1.348l-11.252 12.75L1.477 1.348'/%3E%3C/svg%3E");
}

.icon-checkbox-active, .query-wrangler__form .dropdown-menu .query-checkboxes input[type=checkbox]:checked + label:before, .gutenberg-body .frm_forms.with_frm_style .frm_opt_container input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath data-name='yellow square checkbox' fill='%23fed141' d='M0 0h20v20H0z'/%3E%3Cg data-name='checkbox X' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath data-name='Line 459' d='M5 5l10 10'/%3E%3Cpath data-name='Line 460' d='M15 5L5 15'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-close-mobile-filters, .query-wrangler__form-mobile-close a {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.414' height='16.414'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23fff;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Cg id='checkbox_X' transform='translate(.707 .707)'%3E%3Cpath id='Line_459' d='M0 0l15 15' class='cls-1'/%3E%3Cpath id='Line_460' d='M15 0L0 15' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-default-event-image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='275'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Rectangle_3854' fill='%23707070' stroke='%23707070' d='M0 0h412v275H0z'/%3E%3C/clipPath%3E%3Cstyle%3E.cls-2{fill:%23707070}%3C/style%3E%3C/defs%3E%3Cg id='default_event_image'%3E%3Cg id='Group_5367'%3E%3Cpath id='Rectangle_3745' d='M0 0h412v275H0z' class='cls-2'/%3E%3C/g%3E%3Cg id='Mask_Group_209' style='isolation:isolate;mix-blend-mode:screen' clip-path='url(%23clip-path)' opacity='.402'%3E%3Cg id='Group_5369' transform='translate(117.227 48.383)'%3E%3Cg id='schwarzman_mark' style='isolation:isolate'%3E%3Cpath id='Path_8844' d='M537.316 278.6v111.193a9.821 9.821 0 01-9.834 9.808H407.817a1.645 1.645 0 01-1.647-1.643v-33.572a1.645 1.645 0 011.647-1.643h90.093a2.456 2.456 0 002.459-2.452v-52.21a2.453 2.453 0 00-2.459-2.452h-90.093a1.645 1.645 0 01-1.647-1.643v-33.542a1.645 1.645 0 011.647-1.643h119.664a9.819 9.819 0 019.835 9.799z' class='cls-2' transform='translate(-359.044 -222.215)'/%3E%3Cpath id='Path_8845' d='M527.751 388.478V354.9a1.633 1.633 0 00-1.637-1.643H436a2.456 2.456 0 01-2.459-2.452V298.61a2.453 2.453 0 012.459-2.452h90.112a1.645 1.645 0 001.647-1.643v-33.571a1.645 1.645 0 00-1.647-1.643H406.42a9.822 9.822 0 00-9.834 9.808v111.2a9.825 9.825 0 009.834 9.808h119.689a1.64 1.64 0 001.647-1.633v-.005z' class='cls-2' transform='translate(-396.586 -259.301)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-default-tile-image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='534' height='400'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h524v349.757H0z' transform='translate(0 -2)' fill='%23707070' stroke='%23707070'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M0 0h534v400H0z' fill='%23707070'/%3E%3Cg transform='translate(6 29)' opacity='.402' clip-path='url(%23a)' style='mix-blend-mode:screen;isolation:isolate'%3E%3Cg style='isolation:isolate' fill='%23707070'%3E%3Cpath d='M381.514 128.532v153.546a13.562 13.562 0 01-13.58 13.544H202.69a2.272 2.272 0 01-2.274-2.269v-46.36a2.272 2.272 0 012.274-2.269h124.409a3.391 3.391 0 003.4-3.386v-72.1a3.387 3.387 0 00-3.4-3.386H202.69a2.272 2.272 0 01-2.274-2.269V117.27a2.272 2.272 0 012.274-2.269h165.243a13.559 13.559 0 0113.581 13.531z'/%3E%3Cpath d='M316.464 229.05v-46.367a2.255 2.255 0 00-2.26-2.269H189.766a3.392 3.392 0 01-3.4-3.386v-72.076a3.387 3.387 0 013.4-3.386h124.435a2.272 2.272 0 002.274-2.269V52.94a2.271 2.271 0 00-2.274-2.269H148.92a13.563 13.563 0 00-13.58 13.544V217.77a13.567 13.567 0 0013.58 13.544h165.277a2.265 2.265 0 002.274-2.255v-.007z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-dropdown-arrow-form, .gutenberg-body .frm_forms.with_frm_style select {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15.16' height='9.785'%3E%3Cpath fill='none' stroke='%231d57a5' stroke-width='2' d='M14.409.674L7.686 8.289.737.674'/%3E%3C/svg%3E");
}

.icon-facebook--white, .footer__social a.icon-facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-facebook {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%23fed141' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-form-error-symbol, .gutenberg-body .frm_forms.with_frm_style .frm_error {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23d31e25' transform='translate(0 1)'/%3E%3Ctext fill='%23fff' font-family='Overpass-Black, Overpass' font-size='15' font-weight='800' transform='translate(6 15)'%3E%3Ctspan x='0' y='0'%3E!%3C/tspan%3E%3C/text%3E%3C/svg%3E");
}

.icon-instagram--white, .footer__social a.icon-instagram:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%23FFF'/%3E%3C/svg%3E");
}

.icon-instagram {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%23fed141'/%3E%3C/svg%3E");
}

.icon-linkedin--white, .footer__social a.icon-linkedin:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%23FFF'/%3E%3C/svg%3E");
}

.icon-linkedin {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%23fed141'/%3E%3C/svg%3E");
}

.icon-logo, .header__wrapper .main-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='269' height='40.748'%3E%3Cpath d='M36.255 11.891v22.675a2 2 0 01-2 2H9.919a.335.335 0 01-.335-.335v-6.846a.335.335 0 01.335-.335h18.322a.5.5 0 00.5-.5V17.903a.5.5 0 00-.5-.5H9.919a.335.335 0 01-.335-.335v-6.84a.335.335 0 01.335-.335h24.336a2 2 0 012 1.998zm-9.58 14.76v-6.848a.334.334 0 00-.335-.335H8.015a.5.5 0 01-.5-.5V8.325a.5.5 0 01.5-.5h18.326a.335.335 0 00.335-.335V.644a.335.335 0 00-.335-.335H2a2 2 0 00-2 2v22.676a2 2 0 002 2h24.341a.334.334 0 00.335-.334zM47.527 8.72c0-.172 0-.449-.012-.827s-.019-.754-.035-1.133q-.024-.662-.024-1.443h.044q.168.733.307 1.348.119.543.26 1.063c.095.347.168.6.214.754l2.412 8.721h3.45l2.434-8.742q.071-.236.2-.744t.253-1.054q.141-.614.33-1.348h.047q-.024.781-.047 1.443-.023.566-.024 1.121v9.324h3.829V.31H55.49l-2.08 7.4c-.079.267-.174.619-.283 1.051s-.213.856-.308 1.264q-.189.734-.355 1.536h-.046q-.19-.8-.378-1.536-.168-.613-.319-1.264c-.1-.432-.193-.783-.272-1.051L49.393.31h-5.624v16.893h3.757zM67.255.31h-4.183v16.893h4.183zm15.365 0H68.561v3.544h4.914v13.349h4.183V3.854h4.962zm14.135 13.586a2.862 2.862 0 01-.862.308 5.242 5.242 0 01-1.005.094 4.11 4.11 0 01-2.339-.567 2.422 2.422 0 01-.968-1.843h-4.207a5.489 5.489 0 00.579 2.469 5.088 5.088 0 001.536 1.8 6.951 6.951 0 002.362 1.089 11.93 11.93 0 003.061.367 9.753 9.753 0 002.729-.367 6.764 6.764 0 002.2-1.065 4.99 4.99 0 001.459-1.728 5.041 5.041 0 00.531-2.351 4.6 4.6 0 00-.5-2.244 4.463 4.463 0 00-1.323-1.489 7.061 7.061 0 00-1.9-.946q-1.076-.354-2.256-.637-.946-.212-1.666-.39A7.117 7.117 0 0193 6.003a1.989 1.989 0 01-.721-.508 1.114 1.114 0 01-.251-.744 1.322 1.322 0 01.66-1.148 3.173 3.173 0 011.772-.437 3.123 3.123 0 011.891.52 2.081 2.081 0 01.827 1.517h4.088a5.4 5.4 0 00-.6-2.3 4.766 4.766 0 00-1.418-1.619 6.315 6.315 0 00-2.082-.965A9.882 9.882 0 0094.6.003a10.918 10.918 0 00-2.644.3 6.252 6.252 0 00-2.127.945 4.609 4.609 0 00-1.417 1.619 4.893 4.893 0 00-.52 2.327 4.159 4.159 0 00.532 2.2 4.546 4.546 0 001.382 1.442 7.311 7.311 0 001.928.9q1.074.33 2.186.591.874.213 1.559.389a5.9 5.9 0 011.158.414 1.983 1.983 0 01.72.567 1.336 1.336 0 01.251.826 1.4 1.4 0 01-.236.815 1.817 1.817 0 01-.616.558zm7.621 1.855a5.9 5.9 0 002.024 1.352 7.419 7.419 0 004.974.106 5.315 5.315 0 001.8-1.052 4.774 4.774 0 001.158-1.582 5.267 5.267 0 00.462-1.95H111.1q-.262 2.079-2.1 2.08a2.069 2.069 0 01-1.867-.945 4.731 4.731 0 01-.614-2.576 4.8 4.8 0 01.614-2.611A2.067 2.067 0 01109 7.616a1.772 1.772 0 011.311.484 2.613 2.613 0 01.67 1.311h3.711a5.634 5.634 0 00-.591-1.867 4.863 4.863 0 00-1.181-1.465 5.371 5.371 0 00-1.733-.959 6.876 6.876 0 00-2.234-.342 6.756 6.756 0 00-2.611.484 5.8 5.8 0 00-2 1.346 6.007 6.007 0 00-1.275 2.032 7.018 7.018 0 00-.449 2.54 6.87 6.87 0 00.461 2.54 6.061 6.061 0 001.3 2.035zm21.892-9.713a3.846 3.846 0 00-1.324-.946 4.376 4.376 0 00-1.772-.341 4.111 4.111 0 00-2.1.484 5.1 5.1 0 00-1.489 1.358h-.071V.31h-3.854v16.893h3.854v-6.686a2.825 2.825 0 01.579-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.417.591 2.421 2.421 0 01.473 1.559v7.088h3.854V9.336a5.808 5.808 0 00-.283-1.854 4.087 4.087 0 00-.832-1.443zm8.58 11.165l1.441-5.481c.063-.237.13-.481.2-.734s.13-.488.177-.709c.062-.251.118-.5.167-.732h.047c.048.236.1.481.167.732q.072.335.155.709a6.776 6.776 0 00.2.734l1.417 5.481h3.615l3.711-12.1h-3.8L141 10.116a7.839 7.839 0 00-.2.78q-.083.4-.177.754c-.063.283-.126.56-.189.827h-.05a52.834 52.834 0 01-.189-.827c-.063-.236-.127-.5-.189-.78s-.126-.559-.189-.827l-1.329-4.94h-3.262l-1.276 4.94q-.119.4-.212.815a28.81 28.81 0 00-.167.768l-.168.827h-.048c-.046-.252-.1-.52-.167-.8q-.071-.354-.177-.754a41.233 41.233 0 01-.2-.78l-1.324-5.016h-3.921l3.711 12.1zm18.685-1.346a4.012 4.012 0 01-1.382 1.2 4.7 4.7 0 01-2.21.449 5.637 5.637 0 01-1.665-.236 3.555 3.555 0 01-1.311-.709 3.3 3.3 0 01-.851-1.158 3.837 3.837 0 01-.307-1.584 3.448 3.448 0 01.367-1.665 3.148 3.148 0 011.005-1.11 4.981 4.981 0 011.477-.67 12.046 12.046 0 011.784-.355 11.6 11.6 0 002.387-.472.907.907 0 00.685-.874 1.21 1.21 0 00-.39-.945 1.854 1.854 0 00-1.263-.354 2.107 2.107 0 00-1.395.4 1.731 1.731 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.323 4.989 4.989 0 011.689-.9 7.735 7.735 0 012.387-.33 9.083 9.083 0 012.316.251 4.585 4.585 0 011.607.744 3.444 3.444 0 011.157 1.441 5.026 5.026 0 01.379 2.011v6.087a6.153 6.153 0 00.083 1.146.848.848 0 00.343.579v.171h-3.733a1.6 1.6 0 01-.236-.531 7.109 7.109 0 01-.167-.815zm.071-2.978v-1.44a5.577 5.577 0 01-.886.342q-.508.155-1.1.3a4.915 4.915 0 00-1.607.6 1.165 1.165 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.136 2.136 0 001.181.308 2.564 2.564 0 001.759-.591 2.019 2.019 0 00.676-1.584zm9.12-1.11a3.49 3.49 0 011.052-2.849 3.467 3.467 0 012.824-.6h.095V5.013a2.082 2.082 0 00-.754-.095 3.458 3.458 0 00-1.891.5 4.53 4.53 0 00-1.417 1.584h-.071V5.103h-3.687v12.1h3.854zm15.476 2.459h-4.371q-.212 0-.52.012c-.205.008-.4.012-.59.012h-.686v-.071c.158-.172.315-.335.472-.5l.755-.754 4.584-4.986V5.13h-9.921v2.933h4.655c.189 0 .393-.008.615-.024v.071a8.233 8.233 0 00-.4.425 4.867 4.867 0 01-.342.355c-.118.111-.216.206-.3.282l-4.8 5.172v2.859H178.2zm6.9-6.262a1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.182h3.854v-6.78a2.949 2.949 0 01.5-1.773 1.655 1.655 0 011.418-.685 1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.183h3.854V9.336a6.347 6.347 0 00-.26-1.866 4.073 4.073 0 00-.767-1.453 3.408 3.408 0 00-1.288-.934 4.574 4.574 0 00-1.8-.33 4.255 4.255 0 00-3.8 2.126h-.047a3.755 3.755 0 00-1.335-1.56 3.677 3.677 0 00-2.068-.566 4.018 4.018 0 00-2.208.566 4.538 4.538 0 00-1.457 1.509h-.072V5.103h-3.688v12.1h3.854v-6.78a2.9 2.9 0 01.508-1.773 1.656 1.656 0 011.398-.684zm20.309 9.1a4.7 4.7 0 01-2.21.449 5.645 5.645 0 01-1.665-.236 3.562 3.562 0 01-1.311-.709 3.292 3.292 0 01-.851-1.158 3.837 3.837 0 01-.308-1.584 3.457 3.457 0 01.367-1.665 3.156 3.156 0 011.005-1.11 4.976 4.976 0 011.476-.67 12.057 12.057 0 011.785-.355 11.586 11.586 0 002.387-.472.906.906 0 00.685-.874 1.218 1.218 0 00-.39-.945 1.85 1.85 0 00-1.264-.355 2.1 2.1 0 00-1.394.4 1.734 1.734 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.331 4.974 4.974 0 011.689-.9 7.739 7.739 0 012.387-.33 9.078 9.078 0 012.316.251 4.574 4.574 0 011.606.744 3.441 3.441 0 011.16 1.437 5.011 5.011 0 01.378 2.011v6.092a6.087 6.087 0 00.084 1.146.844.844 0 00.342.579v.17h-3.737a1.581 1.581 0 01-.236-.531 6.93 6.93 0 01-.168-.815h-.047a4.008 4.008 0 01-1.38 1.2zm-.981-2.011a2.567 2.567 0 001.759-.591 2.007 2.007 0 00.67-1.584v-1.443a5.568 5.568 0 01-.885.342q-.509.155-1.1.3a4.917 4.917 0 00-1.606.6 1.169 1.169 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.161 2.161 0 001.186.31zm15.1-6.5a2.421 2.421 0 01.472 1.559v7.089h3.854V9.336a5.739 5.739 0 00-.283-1.854 4.071 4.071 0 00-.828-1.443 3.861 3.861 0 00-1.323-.946 4.376 4.376 0 00-1.772-.341 4.281 4.281 0 00-2.162.508 4.875 4.875 0 00-1.572 1.5h-.071V5.103h-3.71v12.1h3.854v-6.686a2.824 2.824 0 01.578-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.414.592zM53.4 32.726a3.244 3.244 0 01-2.284.8 3.5 3.5 0 01-1.69-.4 3.916 3.916 0 01-1.276-1.111 5.184 5.184 0 01-.815-1.69 7.716 7.716 0 01-.283-2.138 8.768 8.768 0 01.251-2.139 5.251 5.251 0 01.745-1.7 3.477 3.477 0 011.252-1.133 3.775 3.775 0 011.8-.4 3.062 3.062 0 013.191 2.669h4.183a7.541 7.541 0 00-.792-2.623 5.89 5.89 0 00-1.737-2.032 7.178 7.178 0 00-2.115-1.089 8.583 8.583 0 00-2.705-.4 8.485 8.485 0 00-3.426.67 7.754 7.754 0 00-2.623 1.855 8.265 8.265 0 00-1.675 2.8 10.144 10.144 0 00-.587 3.51 9.892 9.892 0 00.6 3.506 8.192 8.192 0 001.7 2.772 7.8 7.8 0 002.633 1.836 8.508 8.508 0 003.4.662 8.971 8.971 0 003.106-.484 6.637 6.637 0 002.3-1.434 6.5 6.5 0 001.406-1.937 6.641 6.641 0 00.627-2.387h-4.181a3.137 3.137 0 01-1.005 2.017zm18.522-4.723a7.232 7.232 0 010 5.081 6.086 6.086 0 01-1.306 2.033 5.878 5.878 0 01-2.033 1.347 7.549 7.549 0 01-5.317 0 5.907 5.907 0 01-3.352-3.378 7.241 7.241 0 010-5.081 5.9 5.9 0 013.352-3.378 7.54 7.54 0 015.317 0 5.9 5.9 0 012.033 1.346 6.1 6.1 0 011.299 2.03zm-3.436 2.54a4.9 4.9 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015A2.11 2.11 0 0064 27.87a4.968 4.968 0 00-.639 2.671A4.894 4.894 0 0064 33.203a2.117 2.117 0 001.909 1 2.148 2.148 0 001.928-1 4.772 4.772 0 00.641-2.658zm5 6.025h3.9V19.671h-3.9zm5.81 0h3.9V19.671H79.3zm17.382-5.055h-8.7a3.544 3.544 0 00.85 1.938 2.43 2.43 0 001.867.709 2.3 2.3 0 001.257-.319 2.036 2.036 0 00.754-.887h3.758a4.486 4.486 0 01-.709 1.572 5.057 5.057 0 01-1.322 1.288 5.749 5.749 0 01-1.69.827 7.79 7.79 0 01-4.784-.2 5.717 5.717 0 01-2.032-1.347 5.984 5.984 0 01-1.277-2.044 7.124 7.124 0 01-.449-2.551 6.963 6.963 0 01.449-2.514 6.02 6.02 0 011.277-2.032 5.867 5.867 0 011.96-1.346 6.888 6.888 0 014.86-.084 5.8 5.8 0 011.808 1.11 6.033 6.033 0 011.618 2.513 9.915 9.915 0 01.504 3.365zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.081 2.081 0 00-1.559-.637 2.206 2.206 0 00-1.7.637A3.325 3.325 0 0088 29.219zm13.352-4.747h3.687v10.91a5.824 5.824 0 01-.437 2.363 4.806 4.806 0 01-1.173 1.654 4.879 4.879 0 01-1.949 1.028 9.316 9.316 0 01-2.493.319 7.465 7.465 0 01-4.064-.992 3.966 3.966 0 01-1.843-2.907h3.734a1.717 1.717 0 00.661.827 2.516 2.516 0 001.465.354 2.286 2.286 0 001.773-.6 2.458 2.458 0 00.542-1.713v-1.2h-.092a4.561 4.561 0 01-1.263 1.005 3.83 3.83 0 01-1.832.39 5.228 5.228 0 01-1.961-.378 5.01 5.01 0 01-1.675-1.1 5.241 5.241 0 01-1.173-1.8 6.5 6.5 0 01-.438-2.469 7.716 7.716 0 01.367-2.43 5.732 5.732 0 011.042-1.921 4.779 4.779 0 011.606-1.253 4.724 4.724 0 012.068-.449 4.211 4.211 0 012.032.449 4.043 4.043 0 011.37 1.205h.047zm.071 5.553a4.247 4.247 0 00-.155-1.158 2.776 2.776 0 00-.472-.957 2.225 2.225 0 00-1.831-.887 2.1 2.1 0 00-1.737.815 3.461 3.461 0 00-.649 2.209 3.41 3.41 0 00.649 2.186 2.332 2.332 0 003.592-.059 3.7 3.7 0 00.6-2.154zm17.106 1.485h-8.695a3.551 3.551 0 00.851 1.938 2.43 2.43 0 001.867.709 2.278 2.278 0 001.252-.319 2.036 2.036 0 00.754-.887h3.756a4.448 4.448 0 01-.709 1.572 5.034 5.034 0 01-1.323 1.288 5.74 5.74 0 01-1.689.827 7.8 7.8 0 01-4.786-.2 5.737 5.737 0 01-2.026-1.348 6 6 0 01-1.276-2.044 7.123 7.123 0 01-.448-2.551 6.98 6.98 0 01.448-2.514 6.031 6.031 0 011.276-2.035 5.883 5.883 0 011.962-1.346 6.888 6.888 0 014.86-.084 5.794 5.794 0 011.807 1.11 6.016 6.016 0 011.618 2.513 9.915 9.915 0 01.501 3.37zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.079 2.079 0 00-1.559-.637 2.207 2.207 0 00-1.7.637 3.311 3.311 0 00-.779 1.726zm20.781-1.217a7.232 7.232 0 010 5.081 6.082 6.082 0 01-1.3 2.031 5.892 5.892 0 01-2.032 1.346 7.549 7.549 0 01-5.317 0 5.912 5.912 0 01-3.352-3.378 7.25 7.25 0 010-5.081 5.91 5.91 0 013.352-3.378 7.54 7.54 0 015.317 0 5.892 5.892 0 012.032 1.346 6.1 6.1 0 011.302 2.033zm-3.436 2.54a4.9 4.9 0 00-.649-2.671 2.137 2.137 0 00-1.928-1.015 2.11 2.11 0 00-1.913 1.015 4.961 4.961 0 00-.638 2.671 4.9 4.9 0 00.638 2.658 2.115 2.115 0 001.913 1.005 2.148 2.148 0 001.925-1.003 4.817 4.817 0 00.648-2.66zm8.979-10.74a3.965 3.965 0 00-2.178.98 3.806 3.806 0 00-.992 2.813v.877H141v2.457h1.559v9.636h3.854v-9.64h2.268v-2.454h-2.268v-.6a1.715 1.715 0 01.153-.792.982.982 0 01.437-.437 1.942 1.942 0 01.709-.177 7.6 7.6 0 01.968-.012v-2.712a11.171 11.171 0 00-2.953.059zm17.994 12.925a3.235 3.235 0 01-2.281.791 3.5 3.5 0 01-1.689-.4 3.914 3.914 0 01-1.279-1.116 5.167 5.167 0 01-.815-1.69 7.655 7.655 0 01-.284-2.138 8.687 8.687 0 01.251-2.139 5.231 5.231 0 01.744-1.7 3.494 3.494 0 011.252-1.123 3.782 3.782 0 011.8-.4 3.062 3.062 0 013.19 2.669h4.182a7.541 7.541 0 00-.796-2.621 5.9 5.9 0 00-1.733-2.032 7.178 7.178 0 00-2.115-1.089 8.609 8.609 0 00-2.706-.4 8.483 8.483 0 00-3.426.67 7.743 7.743 0 00-2.62 1.853 8.281 8.281 0 00-1.676 2.8 10.163 10.163 0 00-.586 3.51 9.88 9.88 0 00.6 3.5 8.215 8.215 0 001.7 2.776 7.785 7.785 0 002.624 1.842 8.507 8.507 0 003.4.662 8.973 8.973 0 003.107-.484 6.622 6.622 0 002.3-1.43 6.516 6.516 0 001.406-1.937 6.6 6.6 0 00.625-2.387h-4.181a3.142 3.142 0 01-1 2.017zm18.433-4.725a7.232 7.232 0 010 5.081 6.081 6.081 0 01-1.3 2.031 5.886 5.886 0 01-2.032 1.347 7.547 7.547 0 01-5.316 0 5.9 5.9 0 01-3.356-3.378 7.232 7.232 0 010-5.081 5.9 5.9 0 013.356-3.378 7.538 7.538 0 015.316 0 5.884 5.884 0 012.032 1.346 6.1 6.1 0 011.3 2.032zm-3.436 2.54a4.889 4.889 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015 2.112 2.112 0 00-1.913 1.015 4.953 4.953 0 00-.639 2.671 4.894 4.894 0 00.639 2.658 2.117 2.117 0 001.913 1.005 2.148 2.148 0 001.928-1.005 4.776 4.776 0 00.643-2.66zm22.7-5.163a3.385 3.385 0 00-1.288-.934 4.575 4.575 0 00-1.8-.33 4.258 4.258 0 00-3.8 2.127h-.048a3.749 3.749 0 00-1.335-1.56 3.684 3.684 0 00-2.068-.567 4.022 4.022 0 00-2.208.567 4.557 4.557 0 00-1.453 1.508h-.071v-1.719h-3.687v12.093h3.854v-6.781a2.9 2.9 0 01.508-1.772 1.662 1.662 0 011.406-.685 1.53 1.53 0 011.288.531 2.442 2.442 0 01.414 1.524v7.183h3.854v-6.781a2.942 2.942 0 01.5-1.772 1.656 1.656 0 011.418-.685 1.531 1.531 0 011.287.531 2.437 2.437 0 01.414 1.524v7.183h3.854v-7.868a6.341 6.341 0 00-.261-1.866 4.074 4.074 0 00-.783-1.453zm14.732 2.6a9.4 9.4 0 01-.024 5.194 5.951 5.951 0 01-1.075 2.033 4.725 4.725 0 01-1.665 1.287 5.054 5.054 0 01-2.15.45 4.319 4.319 0 01-2.021-.438 4.1 4.1 0 01-1.406-1.193h-.047v5.251h-3.854V24.472h3.686v1.464h.071a4.691 4.691 0 011.512-1.322 4.376 4.376 0 012.15-.5 4.721 4.721 0 012.162.485 4.784 4.784 0 011.628 1.342 6.173 6.173 0 011.026 2.033zm-3.544 2.681a4.671 4.671 0 00-.591-2.5 2.02 2.02 0 00-1.843-.946 2.274 2.274 0 00-1.11.26 2.311 2.311 0 00-.792.721 3.245 3.245 0 00-.472 1.1 5.882 5.882 0 00-.154 1.371 3.948 3.948 0 00.671 2.4 2.247 2.247 0 001.927.91 2.017 2.017 0 001.737-.873 4.093 4.093 0 00.621-2.434zm12.618.567a2.631 2.631 0 01-.567 1.759 1.933 1.933 0 01-1.559.67 1.7 1.7 0 01-1.371-.53 2.3 2.3 0 01-.449-1.525v-7.13h-3.832v7.931a4.8 4.8 0 001.075 3.268 4 4 0 003.178 1.241 4.274 4.274 0 002.114-.472 4.829 4.829 0 001.5-1.371h.07v1.489h3.687V24.472h-3.854zm10.16-10.586h-3.759v3.833h-1.607v2.41h1.607v6.5a4.05 4.05 0 00.278 1.618 2.436 2.436 0 00.8 1.027 3.207 3.207 0 001.216.532 7.259 7.259 0 001.548.154 12.413 12.413 0 001.311-.059 5.6 5.6 0 00.791-.13v-2.824c-.079 0-.2 0-.355.012s-.322.012-.5.012a1.79 1.79 0 01-.98-.236 1.049 1.049 0 01-.367-.945v-5.668h2.192v-2.406h-2.2zm3.309 2.15h3.854v-3.121h-3.854zm0 13.775h3.854V24.472h-3.854zm16.014-11.164a3.822 3.822 0 00-1.322-.947 4.363 4.363 0 00-1.773-.341 4.282 4.282 0 00-2.161.508 4.9 4.9 0 00-1.575 1.5h-.071v-1.65H244.1v12.092h3.854v-6.687a2.824 2.824 0 01.578-1.843 1.893 1.893 0 011.548-.709 1.713 1.713 0 011.418.587 2.41 2.41 0 01.472 1.559v7.088h3.854v-7.863a5.739 5.739 0 00-.284-1.854 4.053 4.053 0 00-.84-1.44zM269 24.472v10.912a5.825 5.825 0 01-.437 2.363 4.808 4.808 0 01-1.174 1.654 4.871 4.871 0 01-1.949 1.028 9.31 9.31 0 01-2.492.319 7.47 7.47 0 01-4.065-.992 3.971 3.971 0 01-1.843-2.907h3.733a1.727 1.727 0 00.662.827 2.516 2.516 0 001.465.354 2.282 2.282 0 001.772-.6 2.479 2.479 0 00.544-1.713v-1.2h-.095a4.577 4.577 0 01-1.264 1.005 3.822 3.822 0 01-1.831.39 5.225 5.225 0 01-1.961-.378 5.006 5.006 0 01-1.676-1.1 5.241 5.241 0 01-1.173-1.8 6.511 6.511 0 01-.438-2.469 7.738 7.738 0 01.367-2.43 5.752 5.752 0 011.039-1.913 4.791 4.791 0 011.607-1.253 4.718 4.718 0 012.067-.449 4.22 4.22 0 012.033.449 4.033 4.033 0 011.369 1.205h.048v-1.3zm-3.616 5.553a4.247 4.247 0 00-.153-1.158 2.793 2.793 0 00-.473-.957 2.225 2.225 0 00-1.83-.887 2.1 2.1 0 00-1.738.815 3.471 3.471 0 00-.65 2.209 3.41 3.41 0 00.65 2.186 2.331 2.331 0 003.591-.059 3.7 3.7 0 00.6-2.154z'/%3E%3C/svg%3E");
}

.icon-main-menu-dropdown, #internal-nav .has-submenu button > span:before,
#main-nav .has-submenu button > span:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8.23' height='5.928'%3E%3Cg data-name='dropdown arrow_nav'%3E%3Cpath data-name='Path 5236' d='M7.481.674h0L4.167 4.43.739.674h0' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-main-menu-secondary-dropdown, #internal-nav .has-submenu .has-submenu button > span:before,
#main-nav .has-submenu .has-submenu button > span:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13.913' height='14.413'%3E%3Cg data-name='black arrow'%3E%3Cg data-name='Group 4473' fill='none' stroke='%23000' stroke-miterlimit='10'%3E%3Cpath data-name='Path 5252' d='M6.894 12.341l5.835-5.834L6.894.673'/%3E%3Cpath data-name='Line 51' d='M12.794 6.302H1.19'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-mit-logo--white, .mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) a.mit-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41.673' height='21.555'%3E%3Cpath fill='%23fff' d='M29.668 4.311V0h12v4.311zM7.424 14.725V0h4.55v14.725zm7.424 6.826V0h4.551v21.555zm-14.849 0V0H4.55v21.555zm29.7 0V6.825h4.55v14.73zM22.244 4.307V-.004h4.58v4.311zM22.282 6.804h4.55v14.729h-4.55z'/%3E%3C/svg%3E");
}

.icon-mit-logo, .mit-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41.673' height='21.555'%3E%3Cpath d='M29.668 4.311V0h12v4.311zM7.424 14.725V0h4.55v14.725zm7.424 6.826V0h4.551v21.555zm-14.849 0V0H4.55v21.555zm29.7 0V6.825h4.55v14.73zM22.244 4.307V-.004h4.58v4.311z'/%3E%3Cpath fill='%231d57a5' d='M22.282 6.804h4.55v14.729h-4.55z'/%3E%3C/svg%3E");
}

.icon-news-bg-tablet {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='955.047' height='1256.534'%3E%3Cg data-name='Group 5491' fill='none' stroke='%23d2d5dd'%3E%3Cg data-name='Group 594'%3E%3Cpath data-name='Path 5244' d='M438.023 139.258v273.641a24.137 24.137 0 01-24.134 24.136H120.202a4.043 4.043 0 01-4.043-4.043v-82.617a4.043 4.043 0 014.043-4.043h221.109a6.036 6.036 0 006.034-6.034V211.811a6.028 6.028 0 00-6.034-6.034H120.202a4.043 4.043 0 01-4.043-4.043v-82.545a4.043 4.043 0 014.043-4.043h293.687a24.132 24.132 0 0124.134 24.112z'/%3E%3Cpath data-name='Path 5245' d='M322.414 318.399v-82.646a4.015 4.015 0 00-4.019-4.043H97.225a6.036 6.036 0 01-6.034-6.034V97.237a6.028 6.028 0 016.034-6.038h221.157a4.043 4.043 0 004.043-4.043V4.543A4.043 4.043 0 00318.382.5H24.636A24.137 24.137 0 00.5 24.636h0v273.653a24.145 24.145 0 0024.136 24.136h293.746a4.03 4.03 0 004.043-4.018v-.008z'/%3E%3C/g%3E%3Cg data-name='Group 5293'%3E%3Cpath data-name='Path 5244' d='M954.546 958.258v273.641a24.137 24.137 0 01-24.134 24.136H636.725a4.043 4.043 0 01-4.043-4.043v-82.617a4.043 4.043 0 014.043-4.043h221.109a6.036 6.036 0 006.034-6.034v-128.487a6.028 6.028 0 00-6.034-6.034H636.725a4.043 4.043 0 01-4.043-4.043v-82.545a4.043 4.043 0 014.043-4.043h293.687a24.132 24.132 0 0124.134 24.112z'/%3E%3Cpath data-name='Path 5245' d='M838.937 1137.399v-82.646a4.015 4.015 0 00-4.019-4.043h-221.17a6.036 6.036 0 01-6.034-6.034V916.237a6.028 6.028 0 016.034-6.038h221.157a4.043 4.043 0 004.043-4.043v-82.613a4.043 4.043 0 00-4.043-4.043H541.159a24.137 24.137 0 00-24.136 24.136h0v273.653a24.145 24.145 0 0024.136 24.136h293.746a4.03 4.03 0 004.043-4.018v-.008z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-news-bg, .homepage__news, .high-level-page__testimonial.cross-cutting__testimonial {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1471.048' height='1355.023'%3E%3Cg data-name='Group 5491' fill='none' stroke='%23d2d5dd'%3E%3Cg data-name='Schwarzman background graphic'%3E%3Cpath data-name='Path 5244' d='M664.023 210.932V625.92a36.6 36.6 0 01-36.6 36.6H182.032a6.131 6.131 0 01-6.131-6.131V531.1a6.131 6.131 0 016.131-6.136h335.322a9.154 9.154 0 009.151-9.151V320.964a9.142 9.142 0 00-9.151-9.151H182.032a6.131 6.131 0 01-6.131-6.131V180.496a6.131 6.131 0 016.131-6.132H627.42a36.6 36.6 0 0136.603 36.568z'/%3E%3Cpath data-name='Path 5245' d='M488.695 482.599V357.271a6.088 6.088 0 00-6.094-6.131H147.188a9.154 9.154 0 01-9.151-9.151V147.205a9.142 9.142 0 019.151-9.151h335.394a6.131 6.131 0 006.131-6.131V6.631A6.131 6.131 0 00482.582.5H37.103a36.6 36.6 0 00-36.6 36.6h0v415.01a36.616 36.616 0 0036.6 36.6h445.479a6.112 6.112 0 006.131-6.094v-.017z'/%3E%3C/g%3E%3Cg data-name='Group 609'%3E%3Cpath data-name='Path 5244' d='M1470.547 902.932v414.988a36.6 36.6 0 01-36.6 36.6H988.556a6.131 6.131 0 01-6.131-6.131V1223.1a6.131 6.131 0 016.131-6.136h335.322a9.154 9.154 0 009.151-9.151v-194.849a9.142 9.142 0 00-9.151-9.151H988.556a6.131 6.131 0 01-6.131-6.131V872.496a6.131 6.131 0 016.131-6.132h445.388a36.6 36.6 0 0136.603 36.568z'/%3E%3Cpath data-name='Path 5245' d='M1295.218 1174.599v-125.328a6.088 6.088 0 00-6.094-6.131H953.711a9.154 9.154 0 01-9.151-9.151V839.205a9.142 9.142 0 019.151-9.151h335.394a6.131 6.131 0 006.131-6.131V698.631a6.131 6.131 0 00-6.131-6.131H843.626a36.6 36.6 0 00-36.6 36.6h0v415.01a36.616 36.616 0 0036.6 36.6h445.479a6.112 6.112 0 006.131-6.094v-.017z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-news-details-default-image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' id='News_Details_default_image' width='681' height='454'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Rectangle_3746' fill='%23fff' stroke='%23707070' d='M0 0h681v454H0z' transform='translate(557 179)'/%3E%3C/clipPath%3E%3Cstyle%3E.cls-5{fill:%23707070}%3C/style%3E%3C/defs%3E%3Cg id='Group_5049' transform='translate(-557 -186)'%3E%3Cpath id='Rectangle_3745' fill='%231d57a5' d='M0 0h681v454H0z' transform='translate(557 186)'/%3E%3C/g%3E%3Cg id='Mask_Group_193' transform='translate(-557 -179)' style='isolation:isolate;mix-blend-mode:screen' clip-path='url(%23clip-path)' opacity='.402'%3E%3Cg id='Group_5056' transform='translate(180.796 59.564)'%3E%3Cg id='gray_schwarzman_mark' transform='translate(537.204 167.158)'%3E%3Cg id='Group_5050' style='isolation:isolate'%3E%3Cpath id='Path_5244' d='M670.4 288.6v224.64a19.815 19.815 0 01-19.814 19.814h-241.1a3.319 3.319 0 01-3.319-3.319v-67.828a3.319 3.319 0 013.319-3.319H591a4.956 4.956 0 004.954-4.953V348.156A4.949 4.949 0 00591 343.2H409.489a3.319 3.319 0 01-3.319-3.319V272.12a3.319 3.319 0 013.319-3.319h241.1A19.811 19.811 0 01670.4 288.6z' class='cls-5' transform='translate(-311.222 -174.685)'/%3E%3Cpath id='Path_5245' d='M660.853 520.27v-67.843a3.3 3.3 0 00-3.3-3.319H475.99a4.955 4.955 0 01-4.954-4.953v-105.44a4.949 4.949 0 014.954-4.954h181.555a3.319 3.319 0 003.319-3.319V262.62a3.319 3.319 0 00-3.319-3.319H416.4a19.815 19.815 0 00-19.814 19.814v224.65a19.821 19.821 0 0019.814 19.813h241.145a3.308 3.308 0 003.319-3.3v-.01z' class='cls-5' transform='translate(-396.586 -259.301)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-ordered-list {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Ccircle data-name='Ellipse 2916' cx='5.5' cy='5.5' r='5.5' fill='%23d31e25'/%3E%3C/svg%3E");
}

.icon-pager-arrow--yellow, .query-wrangler__pager a.next:hover,
.query-wrangler__pager a.prev:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.154' height='20.154'%3E%3Cg data-name='pagination arrow'%3E%3Cg data-name='Group 4473'%3E%3Cpath data-name='Path 5252' d='M9.37 19.445l9.37-9.369L9.37.706' fill='none' stroke='%23fed141' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-pager-arrow, .query-wrangler__pager a.next,
.query-wrangler__pager a.prev {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.154' height='20.154'%3E%3Cg data-name='pagination arrow'%3E%3Cg data-name='Group 4473'%3E%3Cpath data-name='Path 5252' d='M9.37 19.445l9.37-9.369L9.37.706' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-radio-active, .gutenberg-body .frm_forms.with_frm_style .frm_opt_container input[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Ccircle data-name='yellow circle checkbox' cx='9' cy='9' r='9' fill='%23fed141'/%3E%3C/svg%3E");
}

.icon-schwarzman-logo-white, body.home header:not(.scroll):not(.home-blue) .header__wrapper .main-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='269' height='40.748'%3E%3Cpath fill='%23fff' d='M36.255 11.891v22.675a2 2 0 01-2 2H9.919a.335.335 0 01-.335-.335v-6.846a.335.335 0 01.335-.335h18.322a.5.5 0 00.5-.5V17.903a.5.5 0 00-.5-.5H9.919a.335.335 0 01-.335-.335v-6.84a.335.335 0 01.335-.335h24.336a2 2 0 012 1.998zm-9.58 14.76v-6.848a.334.334 0 00-.335-.335H8.015a.5.5 0 01-.5-.5V8.325a.5.5 0 01.5-.5h18.326a.335.335 0 00.335-.335V.644a.335.335 0 00-.335-.335H2a2 2 0 00-2 2v22.676a2 2 0 002 2h24.341a.334.334 0 00.335-.334zM47.527 8.72c0-.172 0-.449-.012-.827s-.019-.754-.035-1.133q-.024-.662-.024-1.443h.044q.168.733.307 1.348.119.543.26 1.063c.095.347.168.6.214.754l2.412 8.721h3.45l2.434-8.742q.071-.236.2-.744t.253-1.054q.141-.614.33-1.348h.047q-.024.781-.047 1.443-.023.566-.024 1.121v9.324h3.829V.31H55.49l-2.08 7.4c-.079.267-.174.619-.283 1.051s-.213.856-.308 1.264q-.189.734-.355 1.536h-.046q-.19-.8-.378-1.536-.168-.613-.319-1.264c-.1-.432-.193-.783-.272-1.051L49.393.31h-5.624v16.893h3.757zM67.255.31h-4.183v16.893h4.183zm15.365 0H68.561v3.544h4.914v13.349h4.183V3.854h4.962zm14.135 13.586a2.862 2.862 0 01-.862.308 5.242 5.242 0 01-1.005.094 4.11 4.11 0 01-2.339-.567 2.422 2.422 0 01-.968-1.843h-4.207a5.489 5.489 0 00.579 2.469 5.088 5.088 0 001.536 1.8 6.951 6.951 0 002.362 1.089 11.93 11.93 0 003.061.367 9.753 9.753 0 002.729-.367 6.764 6.764 0 002.2-1.065 4.99 4.99 0 001.459-1.728 5.041 5.041 0 00.531-2.351 4.6 4.6 0 00-.5-2.244 4.463 4.463 0 00-1.323-1.489 7.061 7.061 0 00-1.9-.946q-1.076-.354-2.256-.637-.946-.212-1.666-.39A7.117 7.117 0 0193 6.003a1.989 1.989 0 01-.721-.508 1.114 1.114 0 01-.251-.744 1.322 1.322 0 01.66-1.148 3.173 3.173 0 011.772-.437 3.123 3.123 0 011.891.52 2.081 2.081 0 01.827 1.517h4.088a5.4 5.4 0 00-.6-2.3 4.766 4.766 0 00-1.418-1.619 6.315 6.315 0 00-2.082-.965A9.882 9.882 0 0094.6.003a10.918 10.918 0 00-2.644.3 6.252 6.252 0 00-2.127.945 4.609 4.609 0 00-1.417 1.619 4.893 4.893 0 00-.52 2.327 4.159 4.159 0 00.532 2.2 4.546 4.546 0 001.382 1.442 7.311 7.311 0 001.928.9q1.074.33 2.186.591.874.213 1.559.389a5.9 5.9 0 011.158.414 1.983 1.983 0 01.72.567 1.336 1.336 0 01.251.826 1.4 1.4 0 01-.236.815 1.817 1.817 0 01-.616.558zm7.621 1.855a5.9 5.9 0 002.024 1.352 7.419 7.419 0 004.974.106 5.315 5.315 0 001.8-1.052 4.774 4.774 0 001.158-1.582 5.267 5.267 0 00.462-1.95H111.1q-.262 2.079-2.1 2.08a2.069 2.069 0 01-1.867-.945 4.731 4.731 0 01-.614-2.576 4.8 4.8 0 01.614-2.611A2.067 2.067 0 01109 7.616a1.772 1.772 0 011.311.484 2.613 2.613 0 01.67 1.311h3.711a5.634 5.634 0 00-.591-1.867 4.863 4.863 0 00-1.181-1.465 5.371 5.371 0 00-1.733-.959 6.876 6.876 0 00-2.234-.342 6.756 6.756 0 00-2.611.484 5.8 5.8 0 00-2 1.346 6.007 6.007 0 00-1.275 2.032 7.018 7.018 0 00-.449 2.54 6.87 6.87 0 00.461 2.54 6.061 6.061 0 001.3 2.035zm21.892-9.713a3.846 3.846 0 00-1.324-.946 4.376 4.376 0 00-1.772-.341 4.111 4.111 0 00-2.1.484 5.1 5.1 0 00-1.489 1.358h-.071V.31h-3.854v16.893h3.854v-6.686a2.825 2.825 0 01.579-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.417.591 2.421 2.421 0 01.473 1.559v7.088h3.854V9.336a5.808 5.808 0 00-.283-1.854 4.087 4.087 0 00-.832-1.443zm8.58 11.165l1.441-5.481c.063-.237.13-.481.2-.734s.13-.488.177-.709c.062-.251.118-.5.167-.732h.047c.048.236.1.481.167.732q.072.335.155.709a6.776 6.776 0 00.2.734l1.417 5.481h3.615l3.711-12.1h-3.8L141 10.116a7.839 7.839 0 00-.2.78q-.083.4-.177.754c-.063.283-.126.56-.189.827h-.05a52.834 52.834 0 01-.189-.827c-.063-.236-.127-.5-.189-.78s-.126-.559-.189-.827l-1.329-4.94h-3.262l-1.276 4.94q-.119.4-.212.815a28.81 28.81 0 00-.167.768l-.168.827h-.048c-.046-.252-.1-.52-.167-.8q-.071-.354-.177-.754a41.233 41.233 0 01-.2-.78l-1.324-5.016h-3.921l3.711 12.1zm18.685-1.346a4.012 4.012 0 01-1.382 1.2 4.7 4.7 0 01-2.21.449 5.637 5.637 0 01-1.665-.236 3.555 3.555 0 01-1.311-.709 3.3 3.3 0 01-.851-1.158 3.837 3.837 0 01-.307-1.584 3.448 3.448 0 01.367-1.665 3.148 3.148 0 011.005-1.11 4.981 4.981 0 011.477-.67 12.046 12.046 0 011.784-.355 11.6 11.6 0 002.387-.472.907.907 0 00.685-.874 1.21 1.21 0 00-.39-.945 1.854 1.854 0 00-1.263-.354 2.107 2.107 0 00-1.395.4 1.731 1.731 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.323 4.989 4.989 0 011.689-.9 7.735 7.735 0 012.387-.33 9.083 9.083 0 012.316.251 4.585 4.585 0 011.607.744 3.444 3.444 0 011.157 1.441 5.026 5.026 0 01.379 2.011v6.087a6.153 6.153 0 00.083 1.146.848.848 0 00.343.579v.171h-3.733a1.6 1.6 0 01-.236-.531 7.109 7.109 0 01-.167-.815zm.071-2.978v-1.44a5.577 5.577 0 01-.886.342q-.508.155-1.1.3a4.915 4.915 0 00-1.607.6 1.165 1.165 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.136 2.136 0 001.181.308 2.564 2.564 0 001.759-.591 2.019 2.019 0 00.676-1.584zm9.12-1.11a3.49 3.49 0 011.052-2.849 3.467 3.467 0 012.824-.6h.095V5.013a2.082 2.082 0 00-.754-.095 3.458 3.458 0 00-1.891.5 4.53 4.53 0 00-1.417 1.584h-.071V5.103h-3.687v12.1h3.854zm15.476 2.459h-4.371q-.212 0-.52.012c-.205.008-.4.012-.59.012h-.686v-.071c.158-.172.315-.335.472-.5l.755-.754 4.584-4.986V5.13h-9.921v2.933h4.655c.189 0 .393-.008.615-.024v.071a8.233 8.233 0 00-.4.425 4.867 4.867 0 01-.342.355c-.118.111-.216.206-.3.282l-4.8 5.172v2.859H178.2zm6.9-6.262a1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.182h3.854v-6.78a2.949 2.949 0 01.5-1.773 1.655 1.655 0 011.418-.685 1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.183h3.854V9.336a6.347 6.347 0 00-.26-1.866 4.073 4.073 0 00-.767-1.453 3.408 3.408 0 00-1.288-.934 4.574 4.574 0 00-1.8-.33 4.255 4.255 0 00-3.8 2.126h-.047a3.755 3.755 0 00-1.335-1.56 3.677 3.677 0 00-2.068-.566 4.018 4.018 0 00-2.208.566 4.538 4.538 0 00-1.457 1.509h-.072V5.103h-3.688v12.1h3.854v-6.78a2.9 2.9 0 01.508-1.773 1.656 1.656 0 011.398-.684zm20.309 9.1a4.7 4.7 0 01-2.21.449 5.645 5.645 0 01-1.665-.236 3.562 3.562 0 01-1.311-.709 3.292 3.292 0 01-.851-1.158 3.837 3.837 0 01-.308-1.584 3.457 3.457 0 01.367-1.665 3.156 3.156 0 011.005-1.11 4.976 4.976 0 011.476-.67 12.057 12.057 0 011.785-.355 11.586 11.586 0 002.387-.472.906.906 0 00.685-.874 1.218 1.218 0 00-.39-.945 1.85 1.85 0 00-1.264-.355 2.1 2.1 0 00-1.394.4 1.734 1.734 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.331 4.974 4.974 0 011.689-.9 7.739 7.739 0 012.387-.33 9.078 9.078 0 012.316.251 4.574 4.574 0 011.606.744 3.441 3.441 0 011.16 1.437 5.011 5.011 0 01.378 2.011v6.092a6.087 6.087 0 00.084 1.146.844.844 0 00.342.579v.17h-3.737a1.581 1.581 0 01-.236-.531 6.93 6.93 0 01-.168-.815h-.047a4.008 4.008 0 01-1.38 1.2zm-.981-2.011a2.567 2.567 0 001.759-.591 2.007 2.007 0 00.67-1.584v-1.443a5.568 5.568 0 01-.885.342q-.509.155-1.1.3a4.917 4.917 0 00-1.606.6 1.169 1.169 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.161 2.161 0 001.186.31zm15.1-6.5a2.421 2.421 0 01.472 1.559v7.089h3.854V9.336a5.739 5.739 0 00-.283-1.854 4.071 4.071 0 00-.828-1.443 3.861 3.861 0 00-1.323-.946 4.376 4.376 0 00-1.772-.341 4.281 4.281 0 00-2.162.508 4.875 4.875 0 00-1.572 1.5h-.071V5.103h-3.71v12.1h3.854v-6.686a2.824 2.824 0 01.578-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.414.592zM53.4 32.726a3.244 3.244 0 01-2.284.8 3.5 3.5 0 01-1.69-.4 3.916 3.916 0 01-1.276-1.111 5.184 5.184 0 01-.815-1.69 7.716 7.716 0 01-.283-2.138 8.768 8.768 0 01.251-2.139 5.251 5.251 0 01.745-1.7 3.477 3.477 0 011.252-1.133 3.775 3.775 0 011.8-.4 3.062 3.062 0 013.191 2.669h4.183a7.541 7.541 0 00-.792-2.623 5.89 5.89 0 00-1.737-2.032 7.178 7.178 0 00-2.115-1.089 8.583 8.583 0 00-2.705-.4 8.485 8.485 0 00-3.426.67 7.754 7.754 0 00-2.623 1.855 8.265 8.265 0 00-1.675 2.8 10.144 10.144 0 00-.587 3.51 9.892 9.892 0 00.6 3.506 8.192 8.192 0 001.7 2.772 7.8 7.8 0 002.633 1.836 8.508 8.508 0 003.4.662 8.971 8.971 0 003.106-.484 6.637 6.637 0 002.3-1.434 6.5 6.5 0 001.406-1.937 6.641 6.641 0 00.627-2.387h-4.181a3.137 3.137 0 01-1.005 2.017zm18.522-4.723a7.232 7.232 0 010 5.081 6.086 6.086 0 01-1.306 2.033 5.878 5.878 0 01-2.033 1.347 7.549 7.549 0 01-5.317 0 5.907 5.907 0 01-3.352-3.378 7.241 7.241 0 010-5.081 5.9 5.9 0 013.352-3.378 7.54 7.54 0 015.317 0 5.9 5.9 0 012.033 1.346 6.1 6.1 0 011.299 2.03zm-3.436 2.54a4.9 4.9 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015A2.11 2.11 0 0064 27.87a4.968 4.968 0 00-.639 2.671A4.894 4.894 0 0064 33.203a2.117 2.117 0 001.909 1 2.148 2.148 0 001.928-1 4.772 4.772 0 00.641-2.658zm5 6.025h3.9V19.671h-3.9zm5.81 0h3.9V19.671H79.3zm17.382-5.055h-8.7a3.544 3.544 0 00.85 1.938 2.43 2.43 0 001.867.709 2.3 2.3 0 001.257-.319 2.036 2.036 0 00.754-.887h3.758a4.486 4.486 0 01-.709 1.572 5.057 5.057 0 01-1.322 1.288 5.749 5.749 0 01-1.69.827 7.79 7.79 0 01-4.784-.2 5.717 5.717 0 01-2.032-1.347 5.984 5.984 0 01-1.277-2.044 7.124 7.124 0 01-.449-2.551 6.963 6.963 0 01.449-2.514 6.02 6.02 0 011.277-2.032 5.867 5.867 0 011.96-1.346 6.888 6.888 0 014.86-.084 5.8 5.8 0 011.808 1.11 6.033 6.033 0 011.618 2.513 9.915 9.915 0 01.504 3.365zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.081 2.081 0 00-1.559-.637 2.206 2.206 0 00-1.7.637A3.325 3.325 0 0088 29.219zm13.352-4.747h3.687v10.91a5.824 5.824 0 01-.437 2.363 4.806 4.806 0 01-1.173 1.654 4.879 4.879 0 01-1.949 1.028 9.316 9.316 0 01-2.493.319 7.465 7.465 0 01-4.064-.992 3.966 3.966 0 01-1.843-2.907h3.734a1.717 1.717 0 00.661.827 2.516 2.516 0 001.465.354 2.286 2.286 0 001.773-.6 2.458 2.458 0 00.542-1.713v-1.2h-.092a4.561 4.561 0 01-1.263 1.005 3.83 3.83 0 01-1.832.39 5.228 5.228 0 01-1.961-.378 5.01 5.01 0 01-1.675-1.1 5.241 5.241 0 01-1.173-1.8 6.5 6.5 0 01-.438-2.469 7.716 7.716 0 01.367-2.43 5.732 5.732 0 011.042-1.921 4.779 4.779 0 011.606-1.253 4.724 4.724 0 012.068-.449 4.211 4.211 0 012.032.449 4.043 4.043 0 011.37 1.205h.047zm.071 5.553a4.247 4.247 0 00-.155-1.158 2.776 2.776 0 00-.472-.957 2.225 2.225 0 00-1.831-.887 2.1 2.1 0 00-1.737.815 3.461 3.461 0 00-.649 2.209 3.41 3.41 0 00.649 2.186 2.332 2.332 0 003.592-.059 3.7 3.7 0 00.6-2.154zm17.106 1.485h-8.695a3.551 3.551 0 00.851 1.938 2.43 2.43 0 001.867.709 2.278 2.278 0 001.252-.319 2.036 2.036 0 00.754-.887h3.756a4.448 4.448 0 01-.709 1.572 5.034 5.034 0 01-1.323 1.288 5.74 5.74 0 01-1.689.827 7.8 7.8 0 01-4.786-.2 5.737 5.737 0 01-2.026-1.348 6 6 0 01-1.276-2.044 7.123 7.123 0 01-.448-2.551 6.98 6.98 0 01.448-2.514 6.031 6.031 0 011.276-2.035 5.883 5.883 0 011.962-1.346 6.888 6.888 0 014.86-.084 5.794 5.794 0 011.807 1.11 6.016 6.016 0 011.618 2.513 9.915 9.915 0 01.501 3.37zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.079 2.079 0 00-1.559-.637 2.207 2.207 0 00-1.7.637 3.311 3.311 0 00-.779 1.726zm20.781-1.217a7.232 7.232 0 010 5.081 6.082 6.082 0 01-1.3 2.031 5.892 5.892 0 01-2.032 1.346 7.549 7.549 0 01-5.317 0 5.912 5.912 0 01-3.352-3.378 7.25 7.25 0 010-5.081 5.91 5.91 0 013.352-3.378 7.54 7.54 0 015.317 0 5.892 5.892 0 012.032 1.346 6.1 6.1 0 011.302 2.033zm-3.436 2.54a4.9 4.9 0 00-.649-2.671 2.137 2.137 0 00-1.928-1.015 2.11 2.11 0 00-1.913 1.015 4.961 4.961 0 00-.638 2.671 4.9 4.9 0 00.638 2.658 2.115 2.115 0 001.913 1.005 2.148 2.148 0 001.925-1.003 4.817 4.817 0 00.648-2.66zm8.979-10.74a3.965 3.965 0 00-2.178.98 3.806 3.806 0 00-.992 2.813v.877H141v2.457h1.559v9.636h3.854v-9.64h2.268v-2.454h-2.268v-.6a1.715 1.715 0 01.153-.792.982.982 0 01.437-.437 1.942 1.942 0 01.709-.177 7.6 7.6 0 01.968-.012v-2.712a11.171 11.171 0 00-2.953.059zm17.994 12.925a3.235 3.235 0 01-2.281.791 3.5 3.5 0 01-1.689-.4 3.914 3.914 0 01-1.279-1.116 5.167 5.167 0 01-.815-1.69 7.655 7.655 0 01-.284-2.138 8.687 8.687 0 01.251-2.139 5.231 5.231 0 01.744-1.7 3.494 3.494 0 011.252-1.123 3.782 3.782 0 011.8-.4 3.062 3.062 0 013.19 2.669h4.182a7.541 7.541 0 00-.796-2.621 5.9 5.9 0 00-1.733-2.032 7.178 7.178 0 00-2.115-1.089 8.609 8.609 0 00-2.706-.4 8.483 8.483 0 00-3.426.67 7.743 7.743 0 00-2.62 1.853 8.281 8.281 0 00-1.676 2.8 10.163 10.163 0 00-.586 3.51 9.88 9.88 0 00.6 3.5 8.215 8.215 0 001.7 2.776 7.785 7.785 0 002.624 1.842 8.507 8.507 0 003.4.662 8.973 8.973 0 003.107-.484 6.622 6.622 0 002.3-1.43 6.516 6.516 0 001.406-1.937 6.6 6.6 0 00.625-2.387h-4.181a3.142 3.142 0 01-1 2.017zm18.433-4.725a7.232 7.232 0 010 5.081 6.081 6.081 0 01-1.3 2.031 5.886 5.886 0 01-2.032 1.347 7.547 7.547 0 01-5.316 0 5.9 5.9 0 01-3.356-3.378 7.232 7.232 0 010-5.081 5.9 5.9 0 013.356-3.378 7.538 7.538 0 015.316 0 5.884 5.884 0 012.032 1.346 6.1 6.1 0 011.3 2.032zm-3.436 2.54a4.889 4.889 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015 2.112 2.112 0 00-1.913 1.015 4.953 4.953 0 00-.639 2.671 4.894 4.894 0 00.639 2.658 2.117 2.117 0 001.913 1.005 2.148 2.148 0 001.928-1.005 4.776 4.776 0 00.643-2.66zm22.7-5.163a3.385 3.385 0 00-1.288-.934 4.575 4.575 0 00-1.8-.33 4.258 4.258 0 00-3.8 2.127h-.048a3.749 3.749 0 00-1.335-1.56 3.684 3.684 0 00-2.068-.567 4.022 4.022 0 00-2.208.567 4.557 4.557 0 00-1.453 1.508h-.071v-1.719h-3.687v12.093h3.854v-6.781a2.9 2.9 0 01.508-1.772 1.662 1.662 0 011.406-.685 1.53 1.53 0 011.288.531 2.442 2.442 0 01.414 1.524v7.183h3.854v-6.781a2.942 2.942 0 01.5-1.772 1.656 1.656 0 011.418-.685 1.531 1.531 0 011.287.531 2.437 2.437 0 01.414 1.524v7.183h3.854v-7.868a6.341 6.341 0 00-.261-1.866 4.074 4.074 0 00-.783-1.453zm14.732 2.6a9.4 9.4 0 01-.024 5.194 5.951 5.951 0 01-1.075 2.033 4.725 4.725 0 01-1.665 1.287 5.054 5.054 0 01-2.15.45 4.319 4.319 0 01-2.021-.438 4.1 4.1 0 01-1.406-1.193h-.047v5.251h-3.854V24.472h3.686v1.464h.071a4.691 4.691 0 011.512-1.322 4.376 4.376 0 012.15-.5 4.721 4.721 0 012.162.485 4.784 4.784 0 011.628 1.342 6.173 6.173 0 011.026 2.033zm-3.544 2.681a4.671 4.671 0 00-.591-2.5 2.02 2.02 0 00-1.843-.946 2.274 2.274 0 00-1.11.26 2.311 2.311 0 00-.792.721 3.245 3.245 0 00-.472 1.1 5.882 5.882 0 00-.154 1.371 3.948 3.948 0 00.671 2.4 2.247 2.247 0 001.927.91 2.017 2.017 0 001.737-.873 4.093 4.093 0 00.621-2.434zm12.618.567a2.631 2.631 0 01-.567 1.759 1.933 1.933 0 01-1.559.67 1.7 1.7 0 01-1.371-.53 2.3 2.3 0 01-.449-1.525v-7.13h-3.832v7.931a4.8 4.8 0 001.075 3.268 4 4 0 003.178 1.241 4.274 4.274 0 002.114-.472 4.829 4.829 0 001.5-1.371h.07v1.489h3.687V24.472h-3.854zm10.16-10.586h-3.759v3.833h-1.607v2.41h1.607v6.5a4.05 4.05 0 00.278 1.618 2.436 2.436 0 00.8 1.027 3.207 3.207 0 001.216.532 7.259 7.259 0 001.548.154 12.413 12.413 0 001.311-.059 5.6 5.6 0 00.791-.13v-2.824c-.079 0-.2 0-.355.012s-.322.012-.5.012a1.79 1.79 0 01-.98-.236 1.049 1.049 0 01-.367-.945v-5.668h2.192v-2.406h-2.2zm3.309 2.15h3.854v-3.121h-3.854zm0 13.775h3.854V24.472h-3.854zm16.014-11.164a3.822 3.822 0 00-1.322-.947 4.363 4.363 0 00-1.773-.341 4.282 4.282 0 00-2.161.508 4.9 4.9 0 00-1.575 1.5h-.071v-1.65H244.1v12.092h3.854v-6.687a2.824 2.824 0 01.578-1.843 1.893 1.893 0 011.548-.709 1.713 1.713 0 011.418.587 2.41 2.41 0 01.472 1.559v7.088h3.854v-7.863a5.739 5.739 0 00-.284-1.854 4.053 4.053 0 00-.84-1.44zM269 24.472v10.912a5.825 5.825 0 01-.437 2.363 4.808 4.808 0 01-1.174 1.654 4.871 4.871 0 01-1.949 1.028 9.31 9.31 0 01-2.492.319 7.47 7.47 0 01-4.065-.992 3.971 3.971 0 01-1.843-2.907h3.733a1.727 1.727 0 00.662.827 2.516 2.516 0 001.465.354 2.282 2.282 0 001.772-.6 2.479 2.479 0 00.544-1.713v-1.2h-.095a4.577 4.577 0 01-1.264 1.005 3.822 3.822 0 01-1.831.39 5.225 5.225 0 01-1.961-.378 5.006 5.006 0 01-1.676-1.1 5.241 5.241 0 01-1.173-1.8 6.511 6.511 0 01-.438-2.469 7.738 7.738 0 01.367-2.43 5.752 5.752 0 011.039-1.913 4.791 4.791 0 011.607-1.253 4.718 4.718 0 012.067-.449 4.22 4.22 0 012.033.449 4.033 4.033 0 011.369 1.205h.048v-1.3zm-3.616 5.553a4.247 4.247 0 00-.153-1.158 2.793 2.793 0 00-.473-.957 2.225 2.225 0 00-1.83-.887 2.1 2.1 0 00-1.738.815 3.471 3.471 0 00-.65 2.209 3.41 3.41 0 00.65 2.186 2.331 2.331 0 003.591-.059 3.7 3.7 0 00.6-2.154z'/%3E%3C/svg%3E");
}

.icon-share-email--yellow, .a2a_button_email:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 5046' xmlns='http://www.w3.org/2000/svg' width='15.921' height='10.846'%3E%3Cpath data-name='Path 8759' d='M0 1.031v8.834l4.8-4.8z' fill='%23fed141'/%3E%3Cpath data-name='Path 8760' d='M11.119 5.061l4.8 4.8V1.03z' fill='%23fed141'/%3E%3Cpath data-name='Path 8761' d='M7.961 7.78L5.892 6.059l-4.789 4.787h13.713l-4.787-4.787z' fill='%23fed141'/%3E%3Cpath data-name='Path 8762' d='M7.96 5.768l6.887-5.769H1.075z' fill='%23fed141'/%3E%3C/svg%3E");
}

.icon-share-email, .a2a_button_email {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 5046' xmlns='http://www.w3.org/2000/svg' width='15.921' height='10.846'%3E%3Cpath data-name='Path 8759' d='M0 1.031v8.834l4.8-4.8z'/%3E%3Cpath data-name='Path 8760' d='M11.119 5.061l4.8 4.8V1.03z'/%3E%3Cpath data-name='Path 8761' d='M7.961 7.78L5.892 6.059l-4.789 4.787h13.713l-4.787-4.787z'/%3E%3Cpath data-name='Path 8762' d='M7.96 5.768l6.887-5.769H1.075z'/%3E%3C/svg%3E");
}

.icon-share-facebook--yellow, .a2a_button_facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.17' height='13.73'%3E%3Cpath data-name='Path 1' d='M4.653 13.73V7.475h2.136l.305-2.441H4.653V3.509c0-.687.229-1.22 1.22-1.22h1.3V.076C6.865.076 6.1 0 5.263 0a2.944 2.944 0 00-3.127 3.2v1.834H0v2.441h2.136v6.255z' fill='%23fed141' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-share-facebook, .a2a_button_facebook {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.17' height='13.73'%3E%3Cpath data-name='Path 1' d='M4.653 13.73V7.475h2.136l.305-2.441H4.653V3.509c0-.687.229-1.22 1.22-1.22h1.3V.076C6.865.076 6.1 0 5.263 0a2.944 2.944 0 00-3.127 3.2v1.834H0v2.441h2.136v6.255z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-share-linkedin--yellow, .a2a_button_linkedin:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12.899' height='12.896'%3E%3Cpath data-name='Path 495' d='M2.887 12.9H.213V4.286h2.674zM1.549 3.112A1.556 1.556 0 113.1 1.549a1.562 1.562 0 01-1.551 1.563zM12.9 12.9h-2.672V8.7c0-1-.02-2.28-1.39-2.28-1.39 0-1.6 1.085-1.6 2.208V12.9H4.563V4.286h2.564v1.175h.037A2.81 2.81 0 019.7 4.07c2.706 0 3.2 1.782 3.2 4.1v4.73z' fill='%23fed141'/%3E%3C/svg%3E");
}

.icon-share-linkedin, .a2a_button_linkedin {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12.899' height='12.896'%3E%3Cpath data-name='Path 495' d='M2.887 12.9H.213V4.286h2.674zM1.549 3.112A1.556 1.556 0 113.1 1.549a1.562 1.562 0 01-1.551 1.563zM12.9 12.9h-2.672V8.7c0-1-.02-2.28-1.39-2.28-1.39 0-1.6 1.085-1.6 2.208V12.9H4.563V4.286h2.564v1.175h.037A2.81 2.81 0 019.7 4.07c2.706 0 3.2 1.782 3.2 4.1v4.73z'/%3E%3C/svg%3E");
}

.icon-share-twitter--yellow, .a2a_button_twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13.252' height='10.749'%3E%3Cpath data-name='Path 2' d='M4.2 10.749a7.662 7.662 0 007.73-7.73V2.65a5.984 5.984 0 001.325-1.4 6.112 6.112 0 01-1.546.442A2.864 2.864 0 0012.887.22a6.753 6.753 0 01-1.693.663A2.629 2.629 0 009.2 0a2.766 2.766 0 00-2.724 2.724 1.435 1.435 0 00.074.589A7.612 7.612 0 01.95.442a2.819 2.819 0 00-.368 1.4A2.925 2.925 0 001.76 4.124a2.482 2.482 0 01-1.252-.368 2.691 2.691 0 002.209 2.65 2.27 2.27 0 01-.736.074 1.253 1.253 0 01-.515-.074A2.789 2.789 0 004.043 8.32 5.559 5.559 0 01.663 9.5 2.038 2.038 0 010 9.424a6.949 6.949 0 004.2 1.325' fill='%23fed141' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-share-twitter, .a2a_button_twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13.252' height='10.749'%3E%3Cpath data-name='Path 2' d='M4.2 10.749a7.662 7.662 0 007.73-7.73V2.65a5.984 5.984 0 001.325-1.4 6.112 6.112 0 01-1.546.442A2.864 2.864 0 0012.887.22a6.753 6.753 0 01-1.693.663A2.629 2.629 0 009.2 0a2.766 2.766 0 00-2.724 2.724 1.435 1.435 0 00.074.589A7.612 7.612 0 01.95.442a2.819 2.819 0 00-.368 1.4A2.925 2.925 0 001.76 4.124a2.482 2.482 0 01-1.252-.368 2.691 2.691 0 002.209 2.65 2.27 2.27 0 01-.736.074 1.253 1.253 0 01-.515-.074A2.789 2.789 0 004.043 8.32 5.559 5.559 0 01.663 9.5 2.038 2.038 0 010 9.424a6.949 6.949 0 004.2 1.325' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-twitter--white, .footer__social a.icon-twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%23fed141' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-white-collapse-symbol--open {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.142' height='16.142'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath data-name='Path 1' d='M15.142 8.071H1'/%3E%3Cpath data-name='Path 2' d='M8.07 15.142V1'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-white-collapse-symbol {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.142' height='16.142'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M15.142 8.071H1'/%3E%3C/svg%3E");
}

.icon-white-dropdown-arrow-form, .query-wrangler__form .dropdown-toggle:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15.16' height='9.785'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M14.409.674L7.686 8.289.737.674'/%3E%3C/svg%3E");
}

.icon-youtube--white, .footer__social a.icon-youtube:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%23FFF'/%3E%3C/svg%3E");
}

.icon-youtube {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%23531096'/%3E%3C/svg%3E");
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #1d57a5;
}
a:hover {
  color: #1d57a5;
}

a.sr-only-focusable:focus {
  z-index: 10000;
  position: relative;
}

h1 {
  margin-top: 5rem;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 5.4rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

p {
  line-height: 2.7rem;
  letter-spacing: 0.18px;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  p {
    line-height: 2.4rem;
    letter-spacing: 0.16px;
  }
}

.gutenberg-body > .container:first-child > .row:first-child > .col:first-child > *:first-child {
  margin-top: 0 !important;
}
.gutenberg-body > .container:first-child > .row:first-child > .col:first-child > *:last-child {
  margin-bottom: 7rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body > .container:first-child > .row:first-child > .col:first-child > *:last-child {
    margin-bottom: 4rem;
  }
}
.gutenberg-body h2, .gutenberg-body h3, .gutenberg-body h4, .gutenberg-body h5, .gutenberg-body h6 {
  font-weight: 800;
  overflow-wrap: normal;
}
.gutenberg-body h2 {
  color: #1d57a5;
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin: 6rem 0 3rem 0;
}
@media (max-width: 767.98px) {
  .gutenberg-body h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin: 5rem 0 2.8rem 0;
  }
}
.gutenberg-body h3 {
  font-size: 3rem;
  line-height: 3.4rem;
  margin: 5rem 0 2.8rem 0;
}
@media (max-width: 767.98px) {
  .gutenberg-body h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 3.6rem 0 2.6rem 0;
  }
}
.gutenberg-body h4 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #d31e25;
  margin: 4.8rem 0 2.6rem 0;
}
@media (max-width: 767.98px) {
  .gutenberg-body h4 {
    margin: 3.4rem 0 2.4rem 0;
  }
}
.gutenberg-body h5 {
  color: #1d57a5;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 4.6rem 0 2.4rem 0;
}
@media (max-width: 767.98px) {
  .gutenberg-body h5 {
    margin: 3.2rem 0 2.2rem 0;
  }
}
.gutenberg-body h6 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 3rem 0 2.2rem 0;
}
@media (max-width: 767.98px) {
  .gutenberg-body h6 {
    margin: 2.4rem 0 2rem 0;
  }
}
.gutenberg-body ol,
.gutenberg-body ul {
  margin: 2rem 0;
}
.gutenberg-body ol li,
.gutenberg-body ul li {
  line-height: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body ol li,
.gutenberg-body ul li {
    line-height: 2.7rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body ol li,
.gutenberg-body ul li {
    line-height: 2.4rem;
    letter-spacing: 0.16px;
  }
}
.gutenberg-body ol {
  padding: 0;
  counter-reset: item;
}
@media (min-width: 768px) {
  .gutenberg-body ol {
    padding-top: 0.5rem;
  }
}
.gutenberg-body ol > li {
  margin: 0;
  padding: 0 0 3rem 6rem;
  list-style-type: none;
  line-height: 2.7rem;
  counter-increment: item;
  position: relative;
  min-height: 3rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body ol > li {
    padding: 0 0 2rem 3.4rem;
    line-height: 2.4rem;
    min-height: 2rem;
  }
}
.gutenberg-body ol > li:last-child {
  padding-bottom: 0;
}
.gutenberg-body ol > li::before {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  content: counter(item);
  background: #fed141;
  position: absolute;
  top: -0.6rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-indent: 1.5px;
}
@media (max-width: 767.98px) {
  .gutenberg-body ol > li::before {
    font-size: 1.4rem;
    height: 2.2rem;
    width: 2.2rem;
    line-height: 2.3rem;
    top: 0.2rem;
  }
}
.gutenberg-body ul {
  padding-left: 5rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body ul {
    padding-left: 2rem;
  }
}
.gutenberg-body ul li {
  list-style-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Ccircle data-name='Ellipse 2916' cx='5.5' cy='5.5' r='5.5' fill='%23d31e25'/%3E%3C/svg%3E");
  padding-left: 1.5rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body ul li {
    padding-left: 0.6rem;
    margin-bottom: 1.5rem;
  }
}
.gutenberg-body figure.wp-block-image, .gutenberg-body figure.wp-block-embed {
  display: table;
  position: relative;
  margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body figure.wp-block-image, .gutenberg-body figure.wp-block-embed {
    margin-bottom: 3.5rem;
  }
}
.gutenberg-body figure.wp-block-image figcaption, .gutenberg-body figure.wp-block-embed figcaption {
  width: 50%;
  background: #1d57a5;
  color: #fff;
  padding: 2rem;
  margin: -4.5rem 0 0 auto;
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.14px;
  display: table-caption;
  caption-side: bottom;
}
@media (max-width: 767.98px) {
  .gutenberg-body figure.wp-block-image figcaption, .gutenberg-body figure.wp-block-embed figcaption {
    width: 100%;
    margin: 0;
  }
}
.gutenberg-body figure.wp-block-image.alignleft, .gutenberg-body figure.wp-block-image.alignright, .gutenberg-body figure.wp-block-embed.alignleft, .gutenberg-body figure.wp-block-embed.alignright {
  margin-bottom: 2rem;
}
.gutenberg-body figure.wp-block-image.alignleft figcaption, .gutenberg-body figure.wp-block-image.alignright figcaption, .gutenberg-body figure.wp-block-embed.alignleft figcaption, .gutenberg-body figure.wp-block-embed.alignright figcaption {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .gutenberg-body figure.wp-block-image.alignleft, .gutenberg-body figure.wp-block-embed.alignleft {
    margin: 0.5em 1em 2rem 0;
  }
}
@media (min-width: 768px) {
  .gutenberg-body figure.wp-block-image.alignright, .gutenberg-body figure.wp-block-embed.alignright {
    margin: 0.5em 0 2rem 1em;
  }
}
.gutenberg-body figure.wp-block-image.aligncenter, .gutenberg-body figure.wp-block-embed.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.gutenberg-body figure.wp-block-image.alignwide, .gutenberg-body figure.wp-block-embed.alignwide {
  width: 100%;
}
.gutenberg-body figure.wp-block-embed:not(.alignfull):not(.query-news-wrapper) {
  width: 100%;
}
@media (max-width: 767.98px) {
  .gutenberg-body figure.wp-block-embed.alignleft, .gutenberg-body figure.wp-block-embed.alignright {
    max-width: 100%;
  }
}
.gutenberg-body .wp-block-opus-core-block-rewrite-oc figure.wp-block-image, .gutenberg-body .wp-block-opus-core-block-rewrite-oc figure.wp-block-embed {
  margin-bottom: 2rem;
}

.opus-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.caret {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: 0;
}
.caret:after, .caret:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.caret:after {
  width: 15px;
  height: 3px;
  left: 1px;
}
.caret:before {
  width: 3px;
  height: 15px;
  left: 1px;
}
.caret[aria-expanded=true]:after, button[aria-expanded=true] .caret:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.caret[aria-expanded=true]:before, button[aria-expanded=true] .caret:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

a.arrow-link {
  display: inline !important;
}
a.arrow-link span:not(.arrow) {
  margin-right: 1.4rem;
}
a.arrow-link span.arrow {
  background-repeat: no-repeat;
  background-position: left 0px center;
  display: inline-block;
  height: 2rem;
  width: 3.3rem;
  margin-right: 0.2rem;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 2rem;
  position: relative;
}
a.arrow-link span.arrow:after {
  content: "";
  display: block;
  height: 2px;
  width: 1.9rem;
  background-color: #d31e25;
  position: absolute;
  left: 0;
  top: 0.9rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.arrow-link:hover {
  text-decoration: none;
}
a.arrow-link:hover span.arrow {
  background-position: left 12px center;
  padding-left: 0;
}
a.arrow-link:hover span.arrow:after {
  width: 3rem;
}

a.arrow-link.arrow-link--yellow span.arrow:after {
  background-color: #fed141;
}

a.arrow-link.arrow-link--black span.arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21.024' height='20.675'%3E%3Cg data-name='Group 4473'%3E%3Cpath data-name='Path 5252' d='M10.24 19.91l9.37-9.368-9.37-9.37' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
a.arrow-link.arrow-link--black span.arrow:after {
  background-color: #000;
}

a.arrow-link--small span:not(.arrow) {
  margin-right: 0.5rem;
}
a.arrow-link--small span.arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.327' height='15.978'%3E%3Cg data-name='Group 5382'%3E%3Cpath data-name='Path 5252' d='M7.904 15.215l7.009-7.009-7.034-7.033' fill='none' stroke='%23d31e25' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 1.5rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
a.arrow-link--small span.arrow:after {
  width: 1.4rem;
}
a.arrow-link--small:hover span.arrow {
  background-position: left 10px center;
}
a.arrow-link--small:hover span.arrow:after {
  width: 2.3rem !important;
}

.gutenberg-body .frm_forms.with_frm_style {
  margin: 2rem 0 11rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body .frm_forms.with_frm_style {
    margin: 2rem 0;
  }
}
.gutenberg-body .frm_forms.with_frm_style .frm_form_field {
  margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body .frm_forms.with_frm_style .frm_form_field {
    margin-bottom: 3.5rem;
  }
}
.gutenberg-body .frm_forms.with_frm_style label.frm_primary_label,
.gutenberg-body .frm_forms.with_frm_style div.frm_primary_label {
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  color: #1d57a5;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.gutenberg-body .frm_forms.with_frm_style label.frm_primary_label span,
.gutenberg-body .frm_forms.with_frm_style div.frm_primary_label span {
  color: #1d57a5;
  font-size: 2rem;
  margin-left: -0.7rem;
}
.gutenberg-body .frm_forms.with_frm_style input[type=text],
.gutenberg-body .frm_forms.with_frm_style input[type=password],
.gutenberg-body .frm_forms.with_frm_style input[type=email],
.gutenberg-body .frm_forms.with_frm_style input[type=number],
.gutenberg-body .frm_forms.with_frm_style input[type=url],
.gutenberg-body .frm_forms.with_frm_style input[type=tel],
.gutenberg-body .frm_forms.with_frm_style input[type=search],
.gutenberg-body .frm_forms.with_frm_style textarea {
  height: 6rem;
  color: #000;
  line-height: 1;
  border-radius: 0;
  border: 2px solid #000;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 2rem;
}
.gutenberg-body .frm_forms.with_frm_style textarea {
  height: 23.5rem;
  line-height: 3rem;
  margin-top: 1rem;
}
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field input[type=text],
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field input[type=password],
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field input[type=url],
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field input[type=tel],
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field input[type=number],
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field input[type=email],
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field textarea,
.gutenberg-body .frm_forms.with_frm_style .frm_blank_field select,
.gutenberg-body .frm_forms.with_frm_style .frm_form_fields_error_style,
.gutenberg-body .frm_forms.with_frm_style .frm_form_field :invalid {
  border: 2px solid #000;
}
.gutenberg-body .frm_forms.with_frm_style .frm_error {
  color: #d31e25;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4rem;
  padding-left: 2.2rem;
  margin-top: 1.8rem;
  background-repeat: no-repeat;
  background-position: left top 2px;
}
.gutenberg-body .frm_forms.with_frm_style .frm_error_style {
  color: #d31e25;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4rem;
  margin-bottom: 6rem;
}
.gutenberg-body .frm_forms.with_frm_style .frm_message {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4rem;
}
.gutenberg-body .frm_forms.with_frm_style .frm_message p {
  color: #000;
}
.gutenberg-body .frm_forms.with_frm_style .vertical_radio {
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body .frm_forms.with_frm_style .vertical_radio {
    margin-top: 3rem;
  }
}
.gutenberg-body .frm_forms.with_frm_style .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0 6rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body .frm_forms.with_frm_style .frm_opt_container {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .frm_forms.with_frm_style .frm_opt_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.gutenberg-body .frm_forms.with_frm_style .frm_opt_container input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gutenberg-body .frm_forms.with_frm_style .frm_opt_container label {
  color: #000;
  cursor: pointer;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.18px;
  position: relative;
  padding-left: 4.7rem !important;
  padding-top: 0.3rem;
  text-indent: 0 !important;
}
.gutenberg-body .frm_forms.with_frm_style .frm_opt_container label:before {
  content: "";
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border: solid 2px #000;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.gutenberg-body .frm_forms.with_frm_style .frm_opt_container input[type=checkbox]:checked + label:before {
  background-repeat: no-repeat;
  background-position: center;
}
.gutenberg-body .frm_forms.with_frm_style .frm_opt_container input[type=radio]:checked + label:before {
  background-repeat: no-repeat;
  background-position: center;
}
.gutenberg-body .frm_forms.with_frm_style .frm_opt_container .frm_radio label:before {
  border-radius: 50%;
}
.gutenberg-body .frm_forms.with_frm_style .frm_checkbox,
.gutenberg-body .frm_forms.with_frm_style .frm_radio {
  width: 33.333333%;
  padding-right: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body .frm_forms.with_frm_style .frm_checkbox,
.gutenberg-body .frm_forms.with_frm_style .frm_radio {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .frm_forms.with_frm_style .frm_checkbox,
.gutenberg-body .frm_forms.with_frm_style .frm_radio {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
  }
}
.gutenberg-body .frm_forms.with_frm_style select {
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 47.5rem;
  margin: 1rem 0;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 6rem;
  color: #000;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  padding-left: 1.4rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body .frm_forms.with_frm_style select {
    min-width: unset;
    width: 100%;
  }
}
.gutenberg-body .frm_forms.with_frm_style select.frm_time_select {
  width: calc(33% - 0.5rem) !important;
  min-width: unset;
}
.gutenberg-body .frm_forms.with_frm_style .frm_submit button.frm_button_submit {
  color: #1d57a5;
  height: 6rem;
  border: solid 2px #1d57a5;
  background: transparent;
  font-size: 2rem;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 2.3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gutenberg-body .frm_forms.with_frm_style .frm_submit button.frm_button_submit:hover {
  background-color: #1d57a5;
  color: #fff;
}
@media (max-width: 767.98px) {
  .gutenberg-body .frm_forms.with_frm_style .frm_submit button.frm_button_submit {
    height: 4.6rem;
    font-size: 1.6rem;
    padding: 0.5rem 1.1rem;
    margin-top: -1rem;
  }
}
.gutenberg-body .frm_forms.with_frm_style h2, .gutenberg-body .frm_forms.with_frm_style h3, .gutenberg-body .frm_forms.with_frm_style h4, .gutenberg-body .frm_forms.with_frm_style h5, .gutenberg-body .frm_forms.with_frm_style p {
  font-family: "Overpass", Helvetica, Arial, sans-serif;
}
.gutenberg-body .frm_forms.with_frm_style .frm_form_field.frm_html_container {
  color: unset;
}

.wp-block-opus-core-block-rewrite-oa {
  margin-top: 8rem;
}
p + .wp-block-opus-core-block-rewrite-oa {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa {
    margin-top: 3.5rem;
  }
}
.wp-block-opus-core-block-rewrite-oa + .wp-block-opus-core-block-rewrite-oa {
  margin-top: 0;
}
.wp-block-opus-core-block-rewrite-oa:last-child {
  margin-bottom: 8rem;
}
.wp-block-opus-core-block-rewrite-oa > h3 {
  margin: 0;
}
.wp-block-opus-core-block-rewrite-oa > h3 button {
  border: 0;
  width: 100%;
  background-color: transparent;
  padding: 2.7rem 1rem 2.6rem 6.3rem;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3.4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa > h3 button {
    font-size: 2.4rem;
    line-height: 3rem;
    padding: 1.4rem 1rem 1.4rem 5rem;
  }
}
.wp-block-opus-core-block-rewrite-oa > h3 button:focus {
  outline: 5px auto #eee;
}
.wp-block-opus-core-block-rewrite-oa > h3 button .caret {
  position: absolute;
  left: 0;
}
.wp-block-opus-core-block-rewrite-oa > h3 button .caret:before {
  background-color: #d31e25;
  width: 4px;
  height: 28px;
  left: 1px;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa > h3 button .caret:before {
    height: 20px;
  }
}
.wp-block-opus-core-block-rewrite-oa > h3 button .caret:after {
  background-color: #d31e25;
  width: 28px;
  height: 4px;
  left: 1px;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa > h3 button .caret:after {
    width: 20px;
  }
}

.accordion-content {
  display: none;
  padding: 2rem 0 0 6.3rem;
}
@media (max-width: 767.98px) {
  .accordion-content {
    padding: 2rem 0 0 5rem;
  }
}
.accordion-content > *:first-child {
  margin-top: 0 !important;
}
.accordion-content > *:last-child {
  margin-bottom: 0 !important;
}

.gutenberg-body h2 + *, .gutenberg-body h3 + *, .gutenberg-body h4 + *, .gutenberg-body h5 + *, .gutenberg-body h6 + * {
  margin-top: 0;
}
.gutenberg-body .alignfull, .gutenberg-body .query-news-wrapper {
  width: 100vw;
  margin-left: calc((100vw - 100%)/-2);
}
@media (max-width: 767.98px) {
  .gutenberg-body .aligncenter,
.gutenberg-body .alignleft,
.gutenberg-body .alignright {
    float: none;
  }
}
@media (min-width: 768px) {
  .gutenberg-body .alignleft {
    float: left;
  }
}
@media (min-width: 768px) {
  .gutenberg-body .alignright {
    float: right;
  }
}
.gutenberg-body .wp-block-image img {
  height: auto;
}
@media (max-width: 1079.98px) {
  .gutenberg-body .wp-block-image.is-resized {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-image.is-resized {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-opus-core-block-rewrite-o2c .row,
.gutenberg-body .wp-block-opus-core-block-rewrite-o3c .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gutenberg-body .wp-block-opus-core-block-rewrite-opq blockquote {
  margin: 8.8rem 0 7.6rem;
}
.gutenberg-body .wp-block-opus-core-block-rewrite-opq blockquote p {
  color: #1d57a5;
  font-size: 4.2rem;
  line-height: 5rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-opus-core-block-rewrite-opq blockquote {
    margin: 4.5rem 0;
  }
  .gutenberg-body .wp-block-opus-core-block-rewrite-opq blockquote p {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
.gutenberg-body blockquote.wp-block-quote {
  padding: 8.3rem 200rem 9.7rem;
  margin: 8.6rem -200rem 12rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .gutenberg-body blockquote.wp-block-quote {
    padding: 4.3rem 202rem 4rem;
    margin: 4.6rem -200rem 8rem;
  }
}
.gutenberg-body blockquote.wp-block-quote:before {
  content: "";
  height: 100%;
  width: calc(100vw - 4rem);
  background-color: #d31e25;
  position: absolute;
  top: 4rem;
  right: calc((100vw - 100%) / -2);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .gutenberg-body blockquote.wp-block-quote:before {
    height: calc(100% - 2rem);
    width: calc(100vw - 2rem);
  }
}
.gutenberg-body blockquote.wp-block-quote:after {
  content: "";
  height: 100%;
  width: calc(100vw - 4rem);
  background-color: #000;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .gutenberg-body blockquote.wp-block-quote:after {
    width: calc(100vw - 2rem);
  }
}
.gutenberg-body blockquote.wp-block-quote p {
  color: #fff;
  font-size: 3.6rem;
  line-height: 4.8rem;
  letter-spacing: 0.36px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}
.gutenberg-body blockquote.wp-block-quote p:before {
  content: "“";
  position: absolute;
  top: 0.1rem;
  left: -1.7rem;
}
.gutenberg-body blockquote.wp-block-quote p:after {
  content: "”";
}
@media (max-width: 767.98px) {
  .gutenberg-body blockquote.wp-block-quote p {
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 0.24px;
  }
  .gutenberg-body blockquote.wp-block-quote p:before {
    left: -1.2rem;
  }
}
.gutenberg-body blockquote.wp-block-quote cite {
  color: #fed141;
  font-weight: 800;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 3rem;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.gutenberg-body figure.wp-block-embed.is-type-video:not(.alignleft):not(.alignright) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.btn, footer .footer__form button.frm_button_submit.frm_final_submit {
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.1rem;
  border-width: 2px;
  padding: 1.3rem;
}
@media (max-width: 767.98px) {
  .btn, footer .footer__form button.frm_button_submit.frm_final_submit {
    font-size: 1.6rem;
    padding: 0.5rem 1.1rem;
  }
}

.btn-outline-light, footer .footer__form button.frm_button_submit.frm_final_submit {
  border-color: #fff;
  color: #fff;
}

.btn-arrow {
  padding-right: 7rem;
  position: relative;
  min-width: 24rem;
  text-align: left;
  background: transparent !important;
}
.btn-arrow:after {
  content: "";
  height: 2.7rem;
  width: 2.7rem;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow:hover:after, .btn-arrow:focus:after, .btn-arrow.active:after {
  top: 1.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .btn-arrow {
    min-width: 17.6rem;
    padding-right: 5rem;
  }
  .btn-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.787' height='20.371'%3E%3Cg data-name='blue button arrow_phone' fill='none' stroke='%231d57a5' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M19.787 20.003v-19h-19'/%3E%3Cpath data-name='Line 51' d='M19.644.726L.707 19.663'/%3E%3C/g%3E%3C/svg%3E");
    height: 1.9rem;
    width: 1.9rem;
    right: 1.4rem;
    top: 1.1rem;
    background-size: contain;
  }
  .btn-arrow:hover:after, .btn-arrow:focus:after, .btn-arrow.active:after {
    top: 1.1rem;
  }
}

.btn-outline-light.btn-arrow, footer .footer__form button.btn-arrow.frm_button_submit.frm_final_submit {
  color: #fff !important;
}
.btn-outline-light.btn-arrow:hover, footer .footer__form button.btn-arrow.frm_button_submit.frm_final_submit:hover, .btn-outline-light.btn-arrow:focus, footer .footer__form button.btn-arrow.frm_button_submit.frm_final_submit:focus, .btn-outline-light.btn-arrow.active, footer .footer__form button.btn-arrow.active.frm_button_submit.frm_final_submit, .btn-outline-light.btn-arrow:active:focus .btn-outline-light.btn-arrow.active, footer .footer__form button.btn-arrow.frm_button_submit.frm_final_submit:active:focus .btn-outline-light.btn-arrow.active {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 767.98px) {
  .btn-outline-light.btn-arrow:after, footer .footer__form button.btn-arrow.frm_button_submit.frm_final_submit:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.787' height='20.372'%3E%3Cg data-name='white button arrow_phone' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M19.787 20.003v-19h-19'/%3E%3Cpath data-name='Line 51' d='M19.644.727L.707 19.664'/%3E%3C/g%3E%3C/svg%3E");
  }
}

.btn-outline-primary.btn-arrow {
  color: #1d57a5 !important;
}
.btn-outline-primary.btn-arrow:hover, .btn-outline-primary.btn-arrow:focus, .btn-outline-primary.btn-arrow.active {
  background-color: transparent;
  border-color: #1d57a5;
  color: #1d57a5 !important;
}

.btn-outline-primary.btn-outline-primary--yellow {
  border-color: #fed141;
  color: #fed141 !important;
}
.btn-outline-primary.btn-outline-primary--yellow:hover, .btn-outline-primary.btn-outline-primary--yellow:focus, .btn-outline-primary.btn-outline-primary--yellow.active {
  background-color: #fed141;
  color: #000 !important;
}

.btn-outline-primary.btn-outline-primary--black {
  border-color: #000;
  color: #000 !important;
}
.btn-outline-primary.btn-outline-primary--black:hover, .btn-outline-primary.btn-outline-primary--black:focus, .btn-outline-primary.btn-outline-primary--black.active {
  background-color: #000;
  color: #fff !important;
}

.btn-outline-primary.btn-outline-primary--red.btn-arrow {
  border-color: #d31e25;
  color: #d31e25 !important;
}
.btn-outline-primary.btn-outline-primary--red.btn-arrow:hover, .btn-outline-primary.btn-outline-primary--red.btn-arrow:focus, .btn-outline-primary.btn-outline-primary--red.btn-arrow.active {
  border-color: #d31e25;
  color: #d31e25 !important;
}
@media (max-width: 767.98px) {
  .btn-outline-primary.btn-outline-primary--red.btn-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.787' height='20.37'%3E%3Cg data-name='red button arrow_phone' fill='none' stroke='%23d31e25' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M19.787 20.003v-19h-19'/%3E%3Cpath data-name='Line 51' d='M19.644.725L.707 19.662'/%3E%3C/g%3E%3C/svg%3E");
  }
}

.button-block {
  margin: 4.2rem 0 7.5rem;
}
@media (max-width: 767.98px) {
  .button-block {
    margin: 2rem 0;
  }
}

nav.breadcrumb {
  padding: 0;
  background: transparent;
  font-size: 1.2rem;
  margin: 2.7rem 0 6.5rem;
}
nav.breadcrumb a {
  color: #000;
  text-decoration: underline;
}
nav.breadcrumb a:hover {
  color: #1d57a5;
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  nav.breadcrumb {
    margin: 2rem 0 4.2rem;
  }
}
@media (max-width: 767.98px) {
  nav.breadcrumb {
    margin: 1.5rem 0 3.2rem;
  }
}

.breadcrumb-spacer {
  margin: 0 0.3rem;
}

.wp-block-opus-core-block-rewrite-o2c,
.wp-block-opus-core-block-rewrite-o3c {
  margin: 3.5rem 0;
}
@media (min-width: 768px) {
  .wp-block-opus-core-block-rewrite-o2c,
.wp-block-opus-core-block-rewrite-o3c {
    margin: 4.5rem 0;
  }
}

.wp-block-opus-core-block-rewrite-oc > *:first-child {
  margin-top: 0;
}
.wp-block-opus-core-block-rewrite-oc > *:last-child {
  margin-bottom: 0;
}

.related_posts {
  background-color: #f2f2f2;
  padding: 8rem 0;
}
.related_posts hr {
  border-top: 1px solid #1d57a5;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.related_posts h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.8rem;
  color: #1d57a5;
  margin-bottom: 5.2rem;
}
@media (max-width: 767.98px) {
  .related_posts {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .related_posts h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 2.5rem;
  }
}

.related_posts__link {
  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;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .related_posts__link {
    padding-left: 2rem;
  }
}
.related_posts__link a {
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
  color: #000;
  text-decoration: none;
  display: block;
  margin: auto 0;
  padding-right: 6rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .related_posts__link a {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-top: 2rem;
    padding-right: 0;
  }
}
.related_posts__link a span:not(.arrow) {
  margin-right: 1rem;
}
.related_posts__link a span.arrow {
  position: absolute;
  left: calc(100% - 4.5rem);
  top: 50%;
  display: block;
  height: 2px;
  width: 1.9rem;
  background-color: #d31e25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .related_posts__link a span.arrow {
    position: relative;
    top: unset;
    left: unset;
    display: inline-block;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.related_posts__link a span.arrow:after {
  background-size: contain;
  content: "";
  display: block;
  height: 1.9rem;
  width: 1.9rem;
  position: absolute;
  right: -0.2rem;
  top: -0.9rem;
}
.related_posts__link a:hover span:not(.arrow) {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .related_posts__link a:hover span.arrow {
    width: 4rem;
  }
}

.related_posts__image img {
  width: 100%;
}

.card--tile .card__toggle-overlay {
  background-color: #ccc;
  display: block;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  z-index: 2;
}
.card--tile .card__toggle-overlay:after, .card--tile .card__toggle-overlay:before {
  content: "";
  position: absolute;
  background-color: #1d57a5;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.card--tile .card__toggle-overlay:after {
  width: 2rem;
  height: 0.2rem;
}
.card--tile .card__toggle-overlay:before {
  width: 0.2rem;
  height: 2rem;
}
.card--tile .card__toggle-overlay[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card--tile .card__toggle-overlay[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.card--tile .card__long-description {
  background: purple;
  color: white;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.card--tile .card__long-description-content {
  padding: 4rem 2rem 2rem 2rem;
}

.cover-block {
  background-color: #fed141;
  padding: 6rem 200rem 10rem 0;
  margin-top: 11rem;
  margin-bottom: 8rem;
  margin-right: -200rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .cover-block {
    padding: 0 200rem 6rem 0;
    margin-top: 21.5rem;
    margin-left: calc(((100% - 22rem) / 12) + 2rem);
  }
  .cover-block .alignfull, .cover-block .query-news-wrapper {
    margin-left: calc((((100vw - ((((100% - 20rem) / 11) * 12) + 22rem)) / 2) + (((100% - 20rem) / 11) + 2rem)) * -1);
  }
  .cover-block .alignfull > .container, .cover-block .query-news-wrapper > .container {
    padding: 0 4rem;
  }
  .cover-block .cover-block__image {
    margin-top: -13rem;
  }
}
@media (max-width: 767.98px) {
  .cover-block {
    padding: 0 200rem 4rem 200rem;
    margin-top: 15rem;
    margin-bottom: 5rem;
    margin-right: -200rem;
    margin-left: -200rem;
  }
  .cover-block .cover-block__image {
    margin-top: -11rem;
  }
}

@media (min-width: 1080px) {
  .cover-block__content {
    margin-left: -4rem;
    width: calc(100% + 4rem);
  }
}
.cover-block__content h2 {
  margin-top: 4.5rem;
  margin-bottom: 3.3rem;
  font-size: 4.2rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  .cover-block__content h2 {
    margin-top: 2.2rem;
    margin-bottom: 1.3rem;
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

.cover-block__button {
  margin-top: 4.8rem;
}
@media (max-width: 1079.98px) {
  .cover-block__button {
    margin-top: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .cover-block__button {
    margin-top: 2.4rem;
  }
}
.cover-block__button a.btn.btn-outline-primary {
  border-color: #000;
  color: #000;
}
.cover-block__button a.btn.btn-outline-primary:hover {
  background-color: #000;
  color: #fff;
}

.wp-block-table table tfoot tr {
  border-top: solid 1px;
}
.wp-block-table table thead th {
  border: 0;
  border-right: 2px solid #fff;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.24px;
  padding: 1.7rem 1.3rem;
}
.wp-block-table table tbody tr td {
  border-top: solid 1px #1d57a5;
  padding: 1.7rem 1.3rem;
}
@media (max-width: 767.98px) {
  .wp-block-table table tbody tr td {
    border-top: 0;
    padding: 0;
  }
  .wp-block-table table tbody tr td .bt-content {
    border-top: solid 1px #1d57a5;
    padding: 1.5rem 1.3rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .wp-block-table table tbody tr:last-child td:last-child .bt-content {
    border-bottom: solid 1px #1d57a5;
  }
}
.wp-block-table table tbody tr:first-child td {
  border-top: 0;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.18px;
}
@media (max-width: 767.98px) {
  .wp-block-table table tbody tr:first-child td {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.16px;
  }
}

/* 
* Responsive tables CSS
* https://github.com/jerrylow/basictable 
*/
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 0;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th);
  display: inline-block;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  width: 9.6rem;
  padding: 1.5rem 1.3rem;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.22px;
  font-weight: 700;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  padding: 8px 8px 8px 16px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

.query-wrangler__pager {
  margin: 7rem 0;
}
.query-wrangler__pager a {
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
.query-wrangler__pager a:hover {
  text-decoration: underline;
}
.query-wrangler__pager span {
  color: #1d57a5;
  font-weight: 900;
  text-decoration: underline;
}
.query-wrangler__pager a, .query-wrangler__pager span {
  margin: -1.3rem 1rem;
}
.query-wrangler__pager a.next,
.query-wrangler__pager a.prev {
  background-repeat: no-repeat;
  background-position: left 0.6rem center;
  background-color: #fed141;
  display: inline-block;
  height: 3.8rem;
  width: 3.8rem;
  text-indent: -9999px;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
}
.query-wrangler__pager a.next:hover,
.query-wrangler__pager a.prev:hover {
  background-color: #000;
}
.query-wrangler__pager a.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 4rem;
}
@media (max-width: 767.98px) {
  .query-wrangler__pager a.prev {
    margin-right: 2rem;
  }
}
.query-wrangler__pager a.next {
  margin-left: 4rem;
}
@media (max-width: 767.98px) {
  .query-wrangler__pager a.next {
    margin-left: 2rem;
  }
}

.media-and-text__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 1.8rem);
  margin-left: 1.8rem;
}
.media-and-text__image img {
  width: 100%;
  height: auto;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .media-and-text__image {
    margin: 0 0 0 2rem;
  }
}
.media-and-text__image::after {
  content: "";
  background-color: #fed141;
  height: calc(100% + 3.6rem);
  width: calc(100% - .2rem);
  position: absolute;
  left: -1.8rem;
  top: -1.8rem;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .media-and-text__image::after {
    width: calc(100% - 2.2rem);
  }
}
@media (max-width: 767.98px) {
  .media-and-text__image::after {
    left: -2rem;
  }
}

.media-and-text__text > *:last-child {
  margin-bottom: 0;
}
.media-and-text__text .button-block {
  margin-top: 3rem;
}
.media-and-text__text p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.18px;
}

*:not(.wp-block-opus-core-block-rewrite-omt) + .wp-block-opus-core-block-rewrite-omt {
  margin-top: 10rem;
}

.wp-block-opus-core-block-rewrite-omt + *:not(.wp-block-opus-core-block-rewrite-omt) {
  margin-top: 8rem;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-omt + *:not(.wp-block-opus-core-block-rewrite-omt) {
    margin-top: 6rem;
  }
}

.wp-block-opus-core-block-rewrite-omt {
  margin: 3rem 0 7rem;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-omt {
    margin: 6rem 0;
  }
  .wp-block-opus-core-block-rewrite-omt .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wp-block-opus-core-block-rewrite-omt .col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-omt .col-md-6:first-child {
    margin-bottom: 5rem;
  }
}
.wp-block-opus-core-block-rewrite-omt h2, .wp-block-opus-core-block-rewrite-omt h3, .wp-block-opus-core-block-rewrite-omt h4, .wp-block-opus-core-block-rewrite-omt h5 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.tile-layout {
  padding-top: 6.4rem;
}
.tile-layout h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #1d57a5;
  margin-bottom: 3.7rem;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .tile-layout h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
.tile-layout + .tile-layout {
  padding-top: 3.2rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .tile-layout {
    padding-top: 6.4rem;
  }
  .tile-layout .col-md-6:nth-child(odd) {
    padding-right: 4rem;
  }
  .tile-layout .col-md-6:nth-child(even) {
    padding-left: 4rem;
  }
}
@media (max-width: 767.98px) {
  .tile-layout {
    padding-top: 3.4rem;
  }
}

.tile h3 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 1079.98px) {
  .tile h3 {
    margin-top: 3.8rem;
  }
}
@media (max-width: 767.98px) {
  .tile h3 {
    margin-top: 3.5rem;
    margin-bottom: 0.8rem;
  }
}
.tile a.arrow-link {
  background-position: right 2rem bottom calc(50% - 1px);
  color: #000;
}

.tile__image {
  position: relative;
}
.tile__image:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #d31e25;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
}
.tile__image img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.tile__content {
  padding-left: 1rem;
  padding-bottom: 8.4rem;
}
@media (max-width: 767.98px) {
  .tile__content {
    padding-bottom: 4.2rem;
  }
}

a.a2a_dd.addtoany_share_save.addtoany_share {
  display: none;
}

a.a2a_button_facebook,
a.a2a_button_twitter,
a.a2a_button_linkedin,
a.a2a_button_email {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fed141;
  margin-top: 2.5rem;
  margin-left: 1.4rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 767.98px) {
  a.a2a_button_facebook,
a.a2a_button_twitter,
a.a2a_button_linkedin,
a.a2a_button_email {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
a.a2a_button_facebook span,
a.a2a_button_twitter span,
a.a2a_button_linkedin span,
a.a2a_button_email span {
  background: unset !important;
}
a.a2a_button_facebook svg,
a.a2a_button_twitter svg,
a.a2a_button_linkedin svg,
a.a2a_button_email svg {
  display: none !important;
}
a.a2a_button_facebook:hover,
a.a2a_button_twitter:hover,
a.a2a_button_linkedin:hover,
a.a2a_button_email:hover {
  background-color: #000;
}

footer {
  background: #000;
  color: #fff;
}
footer .col-12.col-md-5.offset-lg-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 47.8rem;
}
@media (max-width: 767.98px) {
  footer .col-12.col-md-5.offset-lg-1 {
    min-height: unset;
  }
}
footer .footer__form {
  margin: auto 0;
  padding-top: 4.5rem;
}
@media (max-width: 767.98px) {
  footer .footer__form {
    padding-top: 5.5rem;
  }
}
footer .footer__form h2 {
  margin-bottom: 2.2rem;
}
@media (max-width: 767.98px) {
  footer .footer__form h2 {
    margin-bottom: 4.2rem;
  }
}
footer .footer__form .with_frm_style .frm_required {
  color: #fed141 !important;
}
footer .footer__form label {
  color: #fed141 !important;
  font-family: "Overpass", Helvetica, Arial, sans-serif !important;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
}
footer .footer__form input[type=email] {
  height: 6rem;
  background-color: #fed141;
  color: #000;
  border: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  footer .footer__form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 1.2rem;
  }
}
footer .footer__form button.frm_button_submit.frm_final_submit {
  font-weight: 600;
  font-family: "Overpass", Helvetica, Arial, sans-serif !important;
  min-width: 9.2rem;
}
@media (max-width: 767.98px) {
  footer .footer__form button.frm_button_submit.frm_final_submit {
    min-width: 6.9rem;
  }
}
footer .footer__buttons {
  margin-top: 4.8rem;
}
footer .footer__buttons .footer__button {
  margin-bottom: 2.3rem;
}
footer .footer__buttons a.btn-arrow {
  min-width: 25rem;
}
@media (max-width: 767.98px) {
  footer .footer__buttons {
    margin-top: 2.8rem;
    margin-bottom: 6.5rem;
  }
  footer .footer__buttons a.btn-arrow {
    min-width: 20rem;
  }
}
footer .footer__address p,
footer .footer__copyright p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
footer .footer__address a,
footer .footer__copyright a {
  color: #fff;
  text-decoration: underline;
}
footer .footer__address a:hover,
footer .footer__copyright a:hover {
  text-decoration: none;
}
@media (max-width: 1079.98px) {
  footer .footer__copyright {
    padding-bottom: 6rem;
  }
}
footer .footer__copyright p {
  margin-bottom: 0.5rem;
}
footer .footer__copyright p:first-child {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
footer .footer__copyright p:last-child {
  font-size: 1rem;
  line-height: 1.4rem;
  text-transform: uppercase;
}

header {
  position: fixed;
  height: 12.9rem;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.admin-bar header {
  top: 3.2rem;
}
@media (min-width: 1080px) {
  header.scroll {
    height: 8.3rem;
  }
}
@media (max-width: 1079.98px) {
  header {
    height: 12.4rem;
  }
}
@media (max-width: 767.98px) {
  header {
    height: 7.5rem;
  }
}

.utility-navigation,
.header__logo-wrapper,
.main-nav--wrapper {
  display: block;
}
@media (max-width: 1079.98px) {
  .utility-navigation,
.header__logo-wrapper,
.main-nav--wrapper {
    display: none;
  }
}

body.home header:not(.scroll):not(.home-blue) .homepage-nav-background {
  padding-bottom: 12.9rem;
  margin-bottom: -12.9rem;
  padding-left: 100rem;
  margin-left: -100rem;
  background-color: #1d57a5;
}
@media (max-width: 1079.98px) {
  body.home header:not(.scroll):not(.home-blue) .homepage-nav-background {
    display: none;
  }
}

.header__wrapper {
  margin-bottom: 3.7rem;
}
.header__wrapper .main-logo {
  display: inline-block;
  width: 26.9rem;
  height: 4.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 5;
  transition: -0.2s;
}
@media (max-width: 1079.98px) {
  body.home header .header__wrapper .main-logo {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='269' height='40.748'%3E%3Cpath fill='%23fff' d='M36.255 11.891v22.675a2 2 0 01-2 2H9.919a.335.335 0 01-.335-.335v-6.846a.335.335 0 01.335-.335h18.322a.5.5 0 00.5-.5V17.903a.5.5 0 00-.5-.5H9.919a.335.335 0 01-.335-.335v-6.84a.335.335 0 01.335-.335h24.336a2 2 0 012 1.998zm-9.58 14.76v-6.848a.334.334 0 00-.335-.335H8.015a.5.5 0 01-.5-.5V8.325a.5.5 0 01.5-.5h18.326a.335.335 0 00.335-.335V.644a.335.335 0 00-.335-.335H2a2 2 0 00-2 2v22.676a2 2 0 002 2h24.341a.334.334 0 00.335-.334zM47.527 8.72c0-.172 0-.449-.012-.827s-.019-.754-.035-1.133q-.024-.662-.024-1.443h.044q.168.733.307 1.348.119.543.26 1.063c.095.347.168.6.214.754l2.412 8.721h3.45l2.434-8.742q.071-.236.2-.744t.253-1.054q.141-.614.33-1.348h.047q-.024.781-.047 1.443-.023.566-.024 1.121v9.324h3.829V.31H55.49l-2.08 7.4c-.079.267-.174.619-.283 1.051s-.213.856-.308 1.264q-.189.734-.355 1.536h-.046q-.19-.8-.378-1.536-.168-.613-.319-1.264c-.1-.432-.193-.783-.272-1.051L49.393.31h-5.624v16.893h3.757zM67.255.31h-4.183v16.893h4.183zm15.365 0H68.561v3.544h4.914v13.349h4.183V3.854h4.962zm14.135 13.586a2.862 2.862 0 01-.862.308 5.242 5.242 0 01-1.005.094 4.11 4.11 0 01-2.339-.567 2.422 2.422 0 01-.968-1.843h-4.207a5.489 5.489 0 00.579 2.469 5.088 5.088 0 001.536 1.8 6.951 6.951 0 002.362 1.089 11.93 11.93 0 003.061.367 9.753 9.753 0 002.729-.367 6.764 6.764 0 002.2-1.065 4.99 4.99 0 001.459-1.728 5.041 5.041 0 00.531-2.351 4.6 4.6 0 00-.5-2.244 4.463 4.463 0 00-1.323-1.489 7.061 7.061 0 00-1.9-.946q-1.076-.354-2.256-.637-.946-.212-1.666-.39A7.117 7.117 0 0193 6.003a1.989 1.989 0 01-.721-.508 1.114 1.114 0 01-.251-.744 1.322 1.322 0 01.66-1.148 3.173 3.173 0 011.772-.437 3.123 3.123 0 011.891.52 2.081 2.081 0 01.827 1.517h4.088a5.4 5.4 0 00-.6-2.3 4.766 4.766 0 00-1.418-1.619 6.315 6.315 0 00-2.082-.965A9.882 9.882 0 0094.6.003a10.918 10.918 0 00-2.644.3 6.252 6.252 0 00-2.127.945 4.609 4.609 0 00-1.417 1.619 4.893 4.893 0 00-.52 2.327 4.159 4.159 0 00.532 2.2 4.546 4.546 0 001.382 1.442 7.311 7.311 0 001.928.9q1.074.33 2.186.591.874.213 1.559.389a5.9 5.9 0 011.158.414 1.983 1.983 0 01.72.567 1.336 1.336 0 01.251.826 1.4 1.4 0 01-.236.815 1.817 1.817 0 01-.616.558zm7.621 1.855a5.9 5.9 0 002.024 1.352 7.419 7.419 0 004.974.106 5.315 5.315 0 001.8-1.052 4.774 4.774 0 001.158-1.582 5.267 5.267 0 00.462-1.95H111.1q-.262 2.079-2.1 2.08a2.069 2.069 0 01-1.867-.945 4.731 4.731 0 01-.614-2.576 4.8 4.8 0 01.614-2.611A2.067 2.067 0 01109 7.616a1.772 1.772 0 011.311.484 2.613 2.613 0 01.67 1.311h3.711a5.634 5.634 0 00-.591-1.867 4.863 4.863 0 00-1.181-1.465 5.371 5.371 0 00-1.733-.959 6.876 6.876 0 00-2.234-.342 6.756 6.756 0 00-2.611.484 5.8 5.8 0 00-2 1.346 6.007 6.007 0 00-1.275 2.032 7.018 7.018 0 00-.449 2.54 6.87 6.87 0 00.461 2.54 6.061 6.061 0 001.3 2.035zm21.892-9.713a3.846 3.846 0 00-1.324-.946 4.376 4.376 0 00-1.772-.341 4.111 4.111 0 00-2.1.484 5.1 5.1 0 00-1.489 1.358h-.071V.31h-3.854v16.893h3.854v-6.686a2.825 2.825 0 01.579-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.417.591 2.421 2.421 0 01.473 1.559v7.088h3.854V9.336a5.808 5.808 0 00-.283-1.854 4.087 4.087 0 00-.832-1.443zm8.58 11.165l1.441-5.481c.063-.237.13-.481.2-.734s.13-.488.177-.709c.062-.251.118-.5.167-.732h.047c.048.236.1.481.167.732q.072.335.155.709a6.776 6.776 0 00.2.734l1.417 5.481h3.615l3.711-12.1h-3.8L141 10.116a7.839 7.839 0 00-.2.78q-.083.4-.177.754c-.063.283-.126.56-.189.827h-.05a52.834 52.834 0 01-.189-.827c-.063-.236-.127-.5-.189-.78s-.126-.559-.189-.827l-1.329-4.94h-3.262l-1.276 4.94q-.119.4-.212.815a28.81 28.81 0 00-.167.768l-.168.827h-.048c-.046-.252-.1-.52-.167-.8q-.071-.354-.177-.754a41.233 41.233 0 01-.2-.78l-1.324-5.016h-3.921l3.711 12.1zm18.685-1.346a4.012 4.012 0 01-1.382 1.2 4.7 4.7 0 01-2.21.449 5.637 5.637 0 01-1.665-.236 3.555 3.555 0 01-1.311-.709 3.3 3.3 0 01-.851-1.158 3.837 3.837 0 01-.307-1.584 3.448 3.448 0 01.367-1.665 3.148 3.148 0 011.005-1.11 4.981 4.981 0 011.477-.67 12.046 12.046 0 011.784-.355 11.6 11.6 0 002.387-.472.907.907 0 00.685-.874 1.21 1.21 0 00-.39-.945 1.854 1.854 0 00-1.263-.354 2.107 2.107 0 00-1.395.4 1.731 1.731 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.323 4.989 4.989 0 011.689-.9 7.735 7.735 0 012.387-.33 9.083 9.083 0 012.316.251 4.585 4.585 0 011.607.744 3.444 3.444 0 011.157 1.441 5.026 5.026 0 01.379 2.011v6.087a6.153 6.153 0 00.083 1.146.848.848 0 00.343.579v.171h-3.733a1.6 1.6 0 01-.236-.531 7.109 7.109 0 01-.167-.815zm.071-2.978v-1.44a5.577 5.577 0 01-.886.342q-.508.155-1.1.3a4.915 4.915 0 00-1.607.6 1.165 1.165 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.136 2.136 0 001.181.308 2.564 2.564 0 001.759-.591 2.019 2.019 0 00.676-1.584zm9.12-1.11a3.49 3.49 0 011.052-2.849 3.467 3.467 0 012.824-.6h.095V5.013a2.082 2.082 0 00-.754-.095 3.458 3.458 0 00-1.891.5 4.53 4.53 0 00-1.417 1.584h-.071V5.103h-3.687v12.1h3.854zm15.476 2.459h-4.371q-.212 0-.52.012c-.205.008-.4.012-.59.012h-.686v-.071c.158-.172.315-.335.472-.5l.755-.754 4.584-4.986V5.13h-9.921v2.933h4.655c.189 0 .393-.008.615-.024v.071a8.233 8.233 0 00-.4.425 4.867 4.867 0 01-.342.355c-.118.111-.216.206-.3.282l-4.8 5.172v2.859H178.2zm6.9-6.262a1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.182h3.854v-6.78a2.949 2.949 0 01.5-1.773 1.655 1.655 0 011.418-.685 1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.183h3.854V9.336a6.347 6.347 0 00-.26-1.866 4.073 4.073 0 00-.767-1.453 3.408 3.408 0 00-1.288-.934 4.574 4.574 0 00-1.8-.33 4.255 4.255 0 00-3.8 2.126h-.047a3.755 3.755 0 00-1.335-1.56 3.677 3.677 0 00-2.068-.566 4.018 4.018 0 00-2.208.566 4.538 4.538 0 00-1.457 1.509h-.072V5.103h-3.688v12.1h3.854v-6.78a2.9 2.9 0 01.508-1.773 1.656 1.656 0 011.398-.684zm20.309 9.1a4.7 4.7 0 01-2.21.449 5.645 5.645 0 01-1.665-.236 3.562 3.562 0 01-1.311-.709 3.292 3.292 0 01-.851-1.158 3.837 3.837 0 01-.308-1.584 3.457 3.457 0 01.367-1.665 3.156 3.156 0 011.005-1.11 4.976 4.976 0 011.476-.67 12.057 12.057 0 011.785-.355 11.586 11.586 0 002.387-.472.906.906 0 00.685-.874 1.218 1.218 0 00-.39-.945 1.85 1.85 0 00-1.264-.355 2.1 2.1 0 00-1.394.4 1.734 1.734 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.331 4.974 4.974 0 011.689-.9 7.739 7.739 0 012.387-.33 9.078 9.078 0 012.316.251 4.574 4.574 0 011.606.744 3.441 3.441 0 011.16 1.437 5.011 5.011 0 01.378 2.011v6.092a6.087 6.087 0 00.084 1.146.844.844 0 00.342.579v.17h-3.737a1.581 1.581 0 01-.236-.531 6.93 6.93 0 01-.168-.815h-.047a4.008 4.008 0 01-1.38 1.2zm-.981-2.011a2.567 2.567 0 001.759-.591 2.007 2.007 0 00.67-1.584v-1.443a5.568 5.568 0 01-.885.342q-.509.155-1.1.3a4.917 4.917 0 00-1.606.6 1.169 1.169 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.161 2.161 0 001.186.31zm15.1-6.5a2.421 2.421 0 01.472 1.559v7.089h3.854V9.336a5.739 5.739 0 00-.283-1.854 4.071 4.071 0 00-.828-1.443 3.861 3.861 0 00-1.323-.946 4.376 4.376 0 00-1.772-.341 4.281 4.281 0 00-2.162.508 4.875 4.875 0 00-1.572 1.5h-.071V5.103h-3.71v12.1h3.854v-6.686a2.824 2.824 0 01.578-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.414.592zM53.4 32.726a3.244 3.244 0 01-2.284.8 3.5 3.5 0 01-1.69-.4 3.916 3.916 0 01-1.276-1.111 5.184 5.184 0 01-.815-1.69 7.716 7.716 0 01-.283-2.138 8.768 8.768 0 01.251-2.139 5.251 5.251 0 01.745-1.7 3.477 3.477 0 011.252-1.133 3.775 3.775 0 011.8-.4 3.062 3.062 0 013.191 2.669h4.183a7.541 7.541 0 00-.792-2.623 5.89 5.89 0 00-1.737-2.032 7.178 7.178 0 00-2.115-1.089 8.583 8.583 0 00-2.705-.4 8.485 8.485 0 00-3.426.67 7.754 7.754 0 00-2.623 1.855 8.265 8.265 0 00-1.675 2.8 10.144 10.144 0 00-.587 3.51 9.892 9.892 0 00.6 3.506 8.192 8.192 0 001.7 2.772 7.8 7.8 0 002.633 1.836 8.508 8.508 0 003.4.662 8.971 8.971 0 003.106-.484 6.637 6.637 0 002.3-1.434 6.5 6.5 0 001.406-1.937 6.641 6.641 0 00.627-2.387h-4.181a3.137 3.137 0 01-1.005 2.017zm18.522-4.723a7.232 7.232 0 010 5.081 6.086 6.086 0 01-1.306 2.033 5.878 5.878 0 01-2.033 1.347 7.549 7.549 0 01-5.317 0 5.907 5.907 0 01-3.352-3.378 7.241 7.241 0 010-5.081 5.9 5.9 0 013.352-3.378 7.54 7.54 0 015.317 0 5.9 5.9 0 012.033 1.346 6.1 6.1 0 011.299 2.03zm-3.436 2.54a4.9 4.9 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015A2.11 2.11 0 0064 27.87a4.968 4.968 0 00-.639 2.671A4.894 4.894 0 0064 33.203a2.117 2.117 0 001.909 1 2.148 2.148 0 001.928-1 4.772 4.772 0 00.641-2.658zm5 6.025h3.9V19.671h-3.9zm5.81 0h3.9V19.671H79.3zm17.382-5.055h-8.7a3.544 3.544 0 00.85 1.938 2.43 2.43 0 001.867.709 2.3 2.3 0 001.257-.319 2.036 2.036 0 00.754-.887h3.758a4.486 4.486 0 01-.709 1.572 5.057 5.057 0 01-1.322 1.288 5.749 5.749 0 01-1.69.827 7.79 7.79 0 01-4.784-.2 5.717 5.717 0 01-2.032-1.347 5.984 5.984 0 01-1.277-2.044 7.124 7.124 0 01-.449-2.551 6.963 6.963 0 01.449-2.514 6.02 6.02 0 011.277-2.032 5.867 5.867 0 011.96-1.346 6.888 6.888 0 014.86-.084 5.8 5.8 0 011.808 1.11 6.033 6.033 0 011.618 2.513 9.915 9.915 0 01.504 3.365zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.081 2.081 0 00-1.559-.637 2.206 2.206 0 00-1.7.637A3.325 3.325 0 0088 29.219zm13.352-4.747h3.687v10.91a5.824 5.824 0 01-.437 2.363 4.806 4.806 0 01-1.173 1.654 4.879 4.879 0 01-1.949 1.028 9.316 9.316 0 01-2.493.319 7.465 7.465 0 01-4.064-.992 3.966 3.966 0 01-1.843-2.907h3.734a1.717 1.717 0 00.661.827 2.516 2.516 0 001.465.354 2.286 2.286 0 001.773-.6 2.458 2.458 0 00.542-1.713v-1.2h-.092a4.561 4.561 0 01-1.263 1.005 3.83 3.83 0 01-1.832.39 5.228 5.228 0 01-1.961-.378 5.01 5.01 0 01-1.675-1.1 5.241 5.241 0 01-1.173-1.8 6.5 6.5 0 01-.438-2.469 7.716 7.716 0 01.367-2.43 5.732 5.732 0 011.042-1.921 4.779 4.779 0 011.606-1.253 4.724 4.724 0 012.068-.449 4.211 4.211 0 012.032.449 4.043 4.043 0 011.37 1.205h.047zm.071 5.553a4.247 4.247 0 00-.155-1.158 2.776 2.776 0 00-.472-.957 2.225 2.225 0 00-1.831-.887 2.1 2.1 0 00-1.737.815 3.461 3.461 0 00-.649 2.209 3.41 3.41 0 00.649 2.186 2.332 2.332 0 003.592-.059 3.7 3.7 0 00.6-2.154zm17.106 1.485h-8.695a3.551 3.551 0 00.851 1.938 2.43 2.43 0 001.867.709 2.278 2.278 0 001.252-.319 2.036 2.036 0 00.754-.887h3.756a4.448 4.448 0 01-.709 1.572 5.034 5.034 0 01-1.323 1.288 5.74 5.74 0 01-1.689.827 7.8 7.8 0 01-4.786-.2 5.737 5.737 0 01-2.026-1.348 6 6 0 01-1.276-2.044 7.123 7.123 0 01-.448-2.551 6.98 6.98 0 01.448-2.514 6.031 6.031 0 011.276-2.035 5.883 5.883 0 011.962-1.346 6.888 6.888 0 014.86-.084 5.794 5.794 0 011.807 1.11 6.016 6.016 0 011.618 2.513 9.915 9.915 0 01.501 3.37zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.079 2.079 0 00-1.559-.637 2.207 2.207 0 00-1.7.637 3.311 3.311 0 00-.779 1.726zm20.781-1.217a7.232 7.232 0 010 5.081 6.082 6.082 0 01-1.3 2.031 5.892 5.892 0 01-2.032 1.346 7.549 7.549 0 01-5.317 0 5.912 5.912 0 01-3.352-3.378 7.25 7.25 0 010-5.081 5.91 5.91 0 013.352-3.378 7.54 7.54 0 015.317 0 5.892 5.892 0 012.032 1.346 6.1 6.1 0 011.302 2.033zm-3.436 2.54a4.9 4.9 0 00-.649-2.671 2.137 2.137 0 00-1.928-1.015 2.11 2.11 0 00-1.913 1.015 4.961 4.961 0 00-.638 2.671 4.9 4.9 0 00.638 2.658 2.115 2.115 0 001.913 1.005 2.148 2.148 0 001.925-1.003 4.817 4.817 0 00.648-2.66zm8.979-10.74a3.965 3.965 0 00-2.178.98 3.806 3.806 0 00-.992 2.813v.877H141v2.457h1.559v9.636h3.854v-9.64h2.268v-2.454h-2.268v-.6a1.715 1.715 0 01.153-.792.982.982 0 01.437-.437 1.942 1.942 0 01.709-.177 7.6 7.6 0 01.968-.012v-2.712a11.171 11.171 0 00-2.953.059zm17.994 12.925a3.235 3.235 0 01-2.281.791 3.5 3.5 0 01-1.689-.4 3.914 3.914 0 01-1.279-1.116 5.167 5.167 0 01-.815-1.69 7.655 7.655 0 01-.284-2.138 8.687 8.687 0 01.251-2.139 5.231 5.231 0 01.744-1.7 3.494 3.494 0 011.252-1.123 3.782 3.782 0 011.8-.4 3.062 3.062 0 013.19 2.669h4.182a7.541 7.541 0 00-.796-2.621 5.9 5.9 0 00-1.733-2.032 7.178 7.178 0 00-2.115-1.089 8.609 8.609 0 00-2.706-.4 8.483 8.483 0 00-3.426.67 7.743 7.743 0 00-2.62 1.853 8.281 8.281 0 00-1.676 2.8 10.163 10.163 0 00-.586 3.51 9.88 9.88 0 00.6 3.5 8.215 8.215 0 001.7 2.776 7.785 7.785 0 002.624 1.842 8.507 8.507 0 003.4.662 8.973 8.973 0 003.107-.484 6.622 6.622 0 002.3-1.43 6.516 6.516 0 001.406-1.937 6.6 6.6 0 00.625-2.387h-4.181a3.142 3.142 0 01-1 2.017zm18.433-4.725a7.232 7.232 0 010 5.081 6.081 6.081 0 01-1.3 2.031 5.886 5.886 0 01-2.032 1.347 7.547 7.547 0 01-5.316 0 5.9 5.9 0 01-3.356-3.378 7.232 7.232 0 010-5.081 5.9 5.9 0 013.356-3.378 7.538 7.538 0 015.316 0 5.884 5.884 0 012.032 1.346 6.1 6.1 0 011.3 2.032zm-3.436 2.54a4.889 4.889 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015 2.112 2.112 0 00-1.913 1.015 4.953 4.953 0 00-.639 2.671 4.894 4.894 0 00.639 2.658 2.117 2.117 0 001.913 1.005 2.148 2.148 0 001.928-1.005 4.776 4.776 0 00.643-2.66zm22.7-5.163a3.385 3.385 0 00-1.288-.934 4.575 4.575 0 00-1.8-.33 4.258 4.258 0 00-3.8 2.127h-.048a3.749 3.749 0 00-1.335-1.56 3.684 3.684 0 00-2.068-.567 4.022 4.022 0 00-2.208.567 4.557 4.557 0 00-1.453 1.508h-.071v-1.719h-3.687v12.093h3.854v-6.781a2.9 2.9 0 01.508-1.772 1.662 1.662 0 011.406-.685 1.53 1.53 0 011.288.531 2.442 2.442 0 01.414 1.524v7.183h3.854v-6.781a2.942 2.942 0 01.5-1.772 1.656 1.656 0 011.418-.685 1.531 1.531 0 011.287.531 2.437 2.437 0 01.414 1.524v7.183h3.854v-7.868a6.341 6.341 0 00-.261-1.866 4.074 4.074 0 00-.783-1.453zm14.732 2.6a9.4 9.4 0 01-.024 5.194 5.951 5.951 0 01-1.075 2.033 4.725 4.725 0 01-1.665 1.287 5.054 5.054 0 01-2.15.45 4.319 4.319 0 01-2.021-.438 4.1 4.1 0 01-1.406-1.193h-.047v5.251h-3.854V24.472h3.686v1.464h.071a4.691 4.691 0 011.512-1.322 4.376 4.376 0 012.15-.5 4.721 4.721 0 012.162.485 4.784 4.784 0 011.628 1.342 6.173 6.173 0 011.026 2.033zm-3.544 2.681a4.671 4.671 0 00-.591-2.5 2.02 2.02 0 00-1.843-.946 2.274 2.274 0 00-1.11.26 2.311 2.311 0 00-.792.721 3.245 3.245 0 00-.472 1.1 5.882 5.882 0 00-.154 1.371 3.948 3.948 0 00.671 2.4 2.247 2.247 0 001.927.91 2.017 2.017 0 001.737-.873 4.093 4.093 0 00.621-2.434zm12.618.567a2.631 2.631 0 01-.567 1.759 1.933 1.933 0 01-1.559.67 1.7 1.7 0 01-1.371-.53 2.3 2.3 0 01-.449-1.525v-7.13h-3.832v7.931a4.8 4.8 0 001.075 3.268 4 4 0 003.178 1.241 4.274 4.274 0 002.114-.472 4.829 4.829 0 001.5-1.371h.07v1.489h3.687V24.472h-3.854zm10.16-10.586h-3.759v3.833h-1.607v2.41h1.607v6.5a4.05 4.05 0 00.278 1.618 2.436 2.436 0 00.8 1.027 3.207 3.207 0 001.216.532 7.259 7.259 0 001.548.154 12.413 12.413 0 001.311-.059 5.6 5.6 0 00.791-.13v-2.824c-.079 0-.2 0-.355.012s-.322.012-.5.012a1.79 1.79 0 01-.98-.236 1.049 1.049 0 01-.367-.945v-5.668h2.192v-2.406h-2.2zm3.309 2.15h3.854v-3.121h-3.854zm0 13.775h3.854V24.472h-3.854zm16.014-11.164a3.822 3.822 0 00-1.322-.947 4.363 4.363 0 00-1.773-.341 4.282 4.282 0 00-2.161.508 4.9 4.9 0 00-1.575 1.5h-.071v-1.65H244.1v12.092h3.854v-6.687a2.824 2.824 0 01.578-1.843 1.893 1.893 0 011.548-.709 1.713 1.713 0 011.418.587 2.41 2.41 0 01.472 1.559v7.088h3.854v-7.863a5.739 5.739 0 00-.284-1.854 4.053 4.053 0 00-.84-1.44zM269 24.472v10.912a5.825 5.825 0 01-.437 2.363 4.808 4.808 0 01-1.174 1.654 4.871 4.871 0 01-1.949 1.028 9.31 9.31 0 01-2.492.319 7.47 7.47 0 01-4.065-.992 3.971 3.971 0 01-1.843-2.907h3.733a1.727 1.727 0 00.662.827 2.516 2.516 0 001.465.354 2.282 2.282 0 001.772-.6 2.479 2.479 0 00.544-1.713v-1.2h-.095a4.577 4.577 0 01-1.264 1.005 3.822 3.822 0 01-1.831.39 5.225 5.225 0 01-1.961-.378 5.006 5.006 0 01-1.676-1.1 5.241 5.241 0 01-1.173-1.8 6.511 6.511 0 01-.438-2.469 7.738 7.738 0 01.367-2.43 5.752 5.752 0 011.039-1.913 4.791 4.791 0 011.607-1.253 4.718 4.718 0 012.067-.449 4.22 4.22 0 012.033.449 4.033 4.033 0 011.369 1.205h.048v-1.3zm-3.616 5.553a4.247 4.247 0 00-.153-1.158 2.793 2.793 0 00-.473-.957 2.225 2.225 0 00-1.83-.887 2.1 2.1 0 00-1.738.815 3.471 3.471 0 00-.65 2.209 3.41 3.41 0 00.65 2.186 2.331 2.331 0 003.591-.059 3.7 3.7 0 00.6-2.154z'/%3E%3C/svg%3E") !important;
  }
}
@media (max-width: 767.98px) {
  .header__wrapper .main-logo {
    width: 16.6rem;
    height: 2.5rem;
    margin-top: 0 !important;
  }
  body.noscroll header .header__wrapper .main-logo {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='269' height='40.748'%3E%3Cpath fill='%23fff' d='M36.255 11.891v22.675a2 2 0 01-2 2H9.919a.335.335 0 01-.335-.335v-6.846a.335.335 0 01.335-.335h18.322a.5.5 0 00.5-.5V17.903a.5.5 0 00-.5-.5H9.919a.335.335 0 01-.335-.335v-6.84a.335.335 0 01.335-.335h24.336a2 2 0 012 1.998zm-9.58 14.76v-6.848a.334.334 0 00-.335-.335H8.015a.5.5 0 01-.5-.5V8.325a.5.5 0 01.5-.5h18.326a.335.335 0 00.335-.335V.644a.335.335 0 00-.335-.335H2a2 2 0 00-2 2v22.676a2 2 0 002 2h24.341a.334.334 0 00.335-.334zM47.527 8.72c0-.172 0-.449-.012-.827s-.019-.754-.035-1.133q-.024-.662-.024-1.443h.044q.168.733.307 1.348.119.543.26 1.063c.095.347.168.6.214.754l2.412 8.721h3.45l2.434-8.742q.071-.236.2-.744t.253-1.054q.141-.614.33-1.348h.047q-.024.781-.047 1.443-.023.566-.024 1.121v9.324h3.829V.31H55.49l-2.08 7.4c-.079.267-.174.619-.283 1.051s-.213.856-.308 1.264q-.189.734-.355 1.536h-.046q-.19-.8-.378-1.536-.168-.613-.319-1.264c-.1-.432-.193-.783-.272-1.051L49.393.31h-5.624v16.893h3.757zM67.255.31h-4.183v16.893h4.183zm15.365 0H68.561v3.544h4.914v13.349h4.183V3.854h4.962zm14.135 13.586a2.862 2.862 0 01-.862.308 5.242 5.242 0 01-1.005.094 4.11 4.11 0 01-2.339-.567 2.422 2.422 0 01-.968-1.843h-4.207a5.489 5.489 0 00.579 2.469 5.088 5.088 0 001.536 1.8 6.951 6.951 0 002.362 1.089 11.93 11.93 0 003.061.367 9.753 9.753 0 002.729-.367 6.764 6.764 0 002.2-1.065 4.99 4.99 0 001.459-1.728 5.041 5.041 0 00.531-2.351 4.6 4.6 0 00-.5-2.244 4.463 4.463 0 00-1.323-1.489 7.061 7.061 0 00-1.9-.946q-1.076-.354-2.256-.637-.946-.212-1.666-.39A7.117 7.117 0 0193 6.003a1.989 1.989 0 01-.721-.508 1.114 1.114 0 01-.251-.744 1.322 1.322 0 01.66-1.148 3.173 3.173 0 011.772-.437 3.123 3.123 0 011.891.52 2.081 2.081 0 01.827 1.517h4.088a5.4 5.4 0 00-.6-2.3 4.766 4.766 0 00-1.418-1.619 6.315 6.315 0 00-2.082-.965A9.882 9.882 0 0094.6.003a10.918 10.918 0 00-2.644.3 6.252 6.252 0 00-2.127.945 4.609 4.609 0 00-1.417 1.619 4.893 4.893 0 00-.52 2.327 4.159 4.159 0 00.532 2.2 4.546 4.546 0 001.382 1.442 7.311 7.311 0 001.928.9q1.074.33 2.186.591.874.213 1.559.389a5.9 5.9 0 011.158.414 1.983 1.983 0 01.72.567 1.336 1.336 0 01.251.826 1.4 1.4 0 01-.236.815 1.817 1.817 0 01-.616.558zm7.621 1.855a5.9 5.9 0 002.024 1.352 7.419 7.419 0 004.974.106 5.315 5.315 0 001.8-1.052 4.774 4.774 0 001.158-1.582 5.267 5.267 0 00.462-1.95H111.1q-.262 2.079-2.1 2.08a2.069 2.069 0 01-1.867-.945 4.731 4.731 0 01-.614-2.576 4.8 4.8 0 01.614-2.611A2.067 2.067 0 01109 7.616a1.772 1.772 0 011.311.484 2.613 2.613 0 01.67 1.311h3.711a5.634 5.634 0 00-.591-1.867 4.863 4.863 0 00-1.181-1.465 5.371 5.371 0 00-1.733-.959 6.876 6.876 0 00-2.234-.342 6.756 6.756 0 00-2.611.484 5.8 5.8 0 00-2 1.346 6.007 6.007 0 00-1.275 2.032 7.018 7.018 0 00-.449 2.54 6.87 6.87 0 00.461 2.54 6.061 6.061 0 001.3 2.035zm21.892-9.713a3.846 3.846 0 00-1.324-.946 4.376 4.376 0 00-1.772-.341 4.111 4.111 0 00-2.1.484 5.1 5.1 0 00-1.489 1.358h-.071V.31h-3.854v16.893h3.854v-6.686a2.825 2.825 0 01.579-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.417.591 2.421 2.421 0 01.473 1.559v7.088h3.854V9.336a5.808 5.808 0 00-.283-1.854 4.087 4.087 0 00-.832-1.443zm8.58 11.165l1.441-5.481c.063-.237.13-.481.2-.734s.13-.488.177-.709c.062-.251.118-.5.167-.732h.047c.048.236.1.481.167.732q.072.335.155.709a6.776 6.776 0 00.2.734l1.417 5.481h3.615l3.711-12.1h-3.8L141 10.116a7.839 7.839 0 00-.2.78q-.083.4-.177.754c-.063.283-.126.56-.189.827h-.05a52.834 52.834 0 01-.189-.827c-.063-.236-.127-.5-.189-.78s-.126-.559-.189-.827l-1.329-4.94h-3.262l-1.276 4.94q-.119.4-.212.815a28.81 28.81 0 00-.167.768l-.168.827h-.048c-.046-.252-.1-.52-.167-.8q-.071-.354-.177-.754a41.233 41.233 0 01-.2-.78l-1.324-5.016h-3.921l3.711 12.1zm18.685-1.346a4.012 4.012 0 01-1.382 1.2 4.7 4.7 0 01-2.21.449 5.637 5.637 0 01-1.665-.236 3.555 3.555 0 01-1.311-.709 3.3 3.3 0 01-.851-1.158 3.837 3.837 0 01-.307-1.584 3.448 3.448 0 01.367-1.665 3.148 3.148 0 011.005-1.11 4.981 4.981 0 011.477-.67 12.046 12.046 0 011.784-.355 11.6 11.6 0 002.387-.472.907.907 0 00.685-.874 1.21 1.21 0 00-.39-.945 1.854 1.854 0 00-1.263-.354 2.107 2.107 0 00-1.395.4 1.731 1.731 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.323 4.989 4.989 0 011.689-.9 7.735 7.735 0 012.387-.33 9.083 9.083 0 012.316.251 4.585 4.585 0 011.607.744 3.444 3.444 0 011.157 1.441 5.026 5.026 0 01.379 2.011v6.087a6.153 6.153 0 00.083 1.146.848.848 0 00.343.579v.171h-3.733a1.6 1.6 0 01-.236-.531 7.109 7.109 0 01-.167-.815zm.071-2.978v-1.44a5.577 5.577 0 01-.886.342q-.508.155-1.1.3a4.915 4.915 0 00-1.607.6 1.165 1.165 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.136 2.136 0 001.181.308 2.564 2.564 0 001.759-.591 2.019 2.019 0 00.676-1.584zm9.12-1.11a3.49 3.49 0 011.052-2.849 3.467 3.467 0 012.824-.6h.095V5.013a2.082 2.082 0 00-.754-.095 3.458 3.458 0 00-1.891.5 4.53 4.53 0 00-1.417 1.584h-.071V5.103h-3.687v12.1h3.854zm15.476 2.459h-4.371q-.212 0-.52.012c-.205.008-.4.012-.59.012h-.686v-.071c.158-.172.315-.335.472-.5l.755-.754 4.584-4.986V5.13h-9.921v2.933h4.655c.189 0 .393-.008.615-.024v.071a8.233 8.233 0 00-.4.425 4.867 4.867 0 01-.342.355c-.118.111-.216.206-.3.282l-4.8 5.172v2.859H178.2zm6.9-6.262a1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.182h3.854v-6.78a2.949 2.949 0 01.5-1.773 1.655 1.655 0 011.418-.685 1.531 1.531 0 011.288.531 2.448 2.448 0 01.414 1.524v7.183h3.854V9.336a6.347 6.347 0 00-.26-1.866 4.073 4.073 0 00-.767-1.453 3.408 3.408 0 00-1.288-.934 4.574 4.574 0 00-1.8-.33 4.255 4.255 0 00-3.8 2.126h-.047a3.755 3.755 0 00-1.335-1.56 3.677 3.677 0 00-2.068-.566 4.018 4.018 0 00-2.208.566 4.538 4.538 0 00-1.457 1.509h-.072V5.103h-3.688v12.1h3.854v-6.78a2.9 2.9 0 01.508-1.773 1.656 1.656 0 011.398-.684zm20.309 9.1a4.7 4.7 0 01-2.21.449 5.645 5.645 0 01-1.665-.236 3.562 3.562 0 01-1.311-.709 3.292 3.292 0 01-.851-1.158 3.837 3.837 0 01-.308-1.584 3.457 3.457 0 01.367-1.665 3.156 3.156 0 011.005-1.11 4.976 4.976 0 011.476-.67 12.057 12.057 0 011.785-.355 11.586 11.586 0 002.387-.472.906.906 0 00.685-.874 1.218 1.218 0 00-.39-.945 1.85 1.85 0 00-1.264-.355 2.1 2.1 0 00-1.394.4 1.734 1.734 0 00-.567 1.158h-3.544a4.012 4.012 0 01.378-1.606 3.856 3.856 0 011.028-1.331 4.974 4.974 0 011.689-.9 7.739 7.739 0 012.387-.33 9.078 9.078 0 012.316.251 4.574 4.574 0 011.606.744 3.441 3.441 0 011.16 1.437 5.011 5.011 0 01.378 2.011v6.092a6.087 6.087 0 00.084 1.146.844.844 0 00.342.579v.17h-3.737a1.581 1.581 0 01-.236-.531 6.93 6.93 0 01-.168-.815h-.047a4.008 4.008 0 01-1.38 1.2zm-.981-2.011a2.567 2.567 0 001.759-.591 2.007 2.007 0 00.67-1.584v-1.443a5.568 5.568 0 01-.885.342q-.509.155-1.1.3a4.917 4.917 0 00-1.606.6 1.169 1.169 0 00-.5 1.027 1.144 1.144 0 00.472 1.04 2.161 2.161 0 001.186.31zm15.1-6.5a2.421 2.421 0 01.472 1.559v7.089h3.854V9.336a5.739 5.739 0 00-.283-1.854 4.071 4.071 0 00-.828-1.443 3.861 3.861 0 00-1.323-.946 4.376 4.376 0 00-1.772-.341 4.281 4.281 0 00-2.162.508 4.875 4.875 0 00-1.572 1.5h-.071V5.103h-3.71v12.1h3.854v-6.686a2.824 2.824 0 01.578-1.843 1.9 1.9 0 011.548-.709 1.7 1.7 0 011.414.592zM53.4 32.726a3.244 3.244 0 01-2.284.8 3.5 3.5 0 01-1.69-.4 3.916 3.916 0 01-1.276-1.111 5.184 5.184 0 01-.815-1.69 7.716 7.716 0 01-.283-2.138 8.768 8.768 0 01.251-2.139 5.251 5.251 0 01.745-1.7 3.477 3.477 0 011.252-1.133 3.775 3.775 0 011.8-.4 3.062 3.062 0 013.191 2.669h4.183a7.541 7.541 0 00-.792-2.623 5.89 5.89 0 00-1.737-2.032 7.178 7.178 0 00-2.115-1.089 8.583 8.583 0 00-2.705-.4 8.485 8.485 0 00-3.426.67 7.754 7.754 0 00-2.623 1.855 8.265 8.265 0 00-1.675 2.8 10.144 10.144 0 00-.587 3.51 9.892 9.892 0 00.6 3.506 8.192 8.192 0 001.7 2.772 7.8 7.8 0 002.633 1.836 8.508 8.508 0 003.4.662 8.971 8.971 0 003.106-.484 6.637 6.637 0 002.3-1.434 6.5 6.5 0 001.406-1.937 6.641 6.641 0 00.627-2.387h-4.181a3.137 3.137 0 01-1.005 2.017zm18.522-4.723a7.232 7.232 0 010 5.081 6.086 6.086 0 01-1.306 2.033 5.878 5.878 0 01-2.033 1.347 7.549 7.549 0 01-5.317 0 5.907 5.907 0 01-3.352-3.378 7.241 7.241 0 010-5.081 5.9 5.9 0 013.352-3.378 7.54 7.54 0 015.317 0 5.9 5.9 0 012.033 1.346 6.1 6.1 0 011.299 2.03zm-3.436 2.54a4.9 4.9 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015A2.11 2.11 0 0064 27.87a4.968 4.968 0 00-.639 2.671A4.894 4.894 0 0064 33.203a2.117 2.117 0 001.909 1 2.148 2.148 0 001.928-1 4.772 4.772 0 00.641-2.658zm5 6.025h3.9V19.671h-3.9zm5.81 0h3.9V19.671H79.3zm17.382-5.055h-8.7a3.544 3.544 0 00.85 1.938 2.43 2.43 0 001.867.709 2.3 2.3 0 001.257-.319 2.036 2.036 0 00.754-.887h3.758a4.486 4.486 0 01-.709 1.572 5.057 5.057 0 01-1.322 1.288 5.749 5.749 0 01-1.69.827 7.79 7.79 0 01-4.784-.2 5.717 5.717 0 01-2.032-1.347 5.984 5.984 0 01-1.277-2.044 7.124 7.124 0 01-.449-2.551 6.963 6.963 0 01.449-2.514 6.02 6.02 0 011.277-2.032 5.867 5.867 0 011.96-1.346 6.888 6.888 0 014.86-.084 5.8 5.8 0 011.808 1.11 6.033 6.033 0 011.618 2.513 9.915 9.915 0 01.504 3.365zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.081 2.081 0 00-1.559-.637 2.206 2.206 0 00-1.7.637A3.325 3.325 0 0088 29.219zm13.352-4.747h3.687v10.91a5.824 5.824 0 01-.437 2.363 4.806 4.806 0 01-1.173 1.654 4.879 4.879 0 01-1.949 1.028 9.316 9.316 0 01-2.493.319 7.465 7.465 0 01-4.064-.992 3.966 3.966 0 01-1.843-2.907h3.734a1.717 1.717 0 00.661.827 2.516 2.516 0 001.465.354 2.286 2.286 0 001.773-.6 2.458 2.458 0 00.542-1.713v-1.2h-.092a4.561 4.561 0 01-1.263 1.005 3.83 3.83 0 01-1.832.39 5.228 5.228 0 01-1.961-.378 5.01 5.01 0 01-1.675-1.1 5.241 5.241 0 01-1.173-1.8 6.5 6.5 0 01-.438-2.469 7.716 7.716 0 01.367-2.43 5.732 5.732 0 011.042-1.921 4.779 4.779 0 011.606-1.253 4.724 4.724 0 012.068-.449 4.211 4.211 0 012.032.449 4.043 4.043 0 011.37 1.205h.047zm.071 5.553a4.247 4.247 0 00-.155-1.158 2.776 2.776 0 00-.472-.957 2.225 2.225 0 00-1.831-.887 2.1 2.1 0 00-1.737.815 3.461 3.461 0 00-.649 2.209 3.41 3.41 0 00.649 2.186 2.332 2.332 0 003.592-.059 3.7 3.7 0 00.6-2.154zm17.106 1.485h-8.695a3.551 3.551 0 00.851 1.938 2.43 2.43 0 001.867.709 2.278 2.278 0 001.252-.319 2.036 2.036 0 00.754-.887h3.756a4.448 4.448 0 01-.709 1.572 5.034 5.034 0 01-1.323 1.288 5.74 5.74 0 01-1.689.827 7.8 7.8 0 01-4.786-.2 5.737 5.737 0 01-2.026-1.348 6 6 0 01-1.276-2.044 7.123 7.123 0 01-.448-2.551 6.98 6.98 0 01.448-2.514 6.031 6.031 0 011.276-2.035 5.883 5.883 0 011.962-1.346 6.888 6.888 0 014.86-.084 5.794 5.794 0 011.807 1.11 6.016 6.016 0 011.618 2.513 9.915 9.915 0 01.501 3.37zm-3.9-2.292a2.847 2.847 0 00-.733-1.726 2.079 2.079 0 00-1.559-.637 2.207 2.207 0 00-1.7.637 3.311 3.311 0 00-.779 1.726zm20.781-1.217a7.232 7.232 0 010 5.081 6.082 6.082 0 01-1.3 2.031 5.892 5.892 0 01-2.032 1.346 7.549 7.549 0 01-5.317 0 5.912 5.912 0 01-3.352-3.378 7.25 7.25 0 010-5.081 5.91 5.91 0 013.352-3.378 7.54 7.54 0 015.317 0 5.892 5.892 0 012.032 1.346 6.1 6.1 0 011.302 2.033zm-3.436 2.54a4.9 4.9 0 00-.649-2.671 2.137 2.137 0 00-1.928-1.015 2.11 2.11 0 00-1.913 1.015 4.961 4.961 0 00-.638 2.671 4.9 4.9 0 00.638 2.658 2.115 2.115 0 001.913 1.005 2.148 2.148 0 001.925-1.003 4.817 4.817 0 00.648-2.66zm8.979-10.74a3.965 3.965 0 00-2.178.98 3.806 3.806 0 00-.992 2.813v.877H141v2.457h1.559v9.636h3.854v-9.64h2.268v-2.454h-2.268v-.6a1.715 1.715 0 01.153-.792.982.982 0 01.437-.437 1.942 1.942 0 01.709-.177 7.6 7.6 0 01.968-.012v-2.712a11.171 11.171 0 00-2.953.059zm17.994 12.925a3.235 3.235 0 01-2.281.791 3.5 3.5 0 01-1.689-.4 3.914 3.914 0 01-1.279-1.116 5.167 5.167 0 01-.815-1.69 7.655 7.655 0 01-.284-2.138 8.687 8.687 0 01.251-2.139 5.231 5.231 0 01.744-1.7 3.494 3.494 0 011.252-1.123 3.782 3.782 0 011.8-.4 3.062 3.062 0 013.19 2.669h4.182a7.541 7.541 0 00-.796-2.621 5.9 5.9 0 00-1.733-2.032 7.178 7.178 0 00-2.115-1.089 8.609 8.609 0 00-2.706-.4 8.483 8.483 0 00-3.426.67 7.743 7.743 0 00-2.62 1.853 8.281 8.281 0 00-1.676 2.8 10.163 10.163 0 00-.586 3.51 9.88 9.88 0 00.6 3.5 8.215 8.215 0 001.7 2.776 7.785 7.785 0 002.624 1.842 8.507 8.507 0 003.4.662 8.973 8.973 0 003.107-.484 6.622 6.622 0 002.3-1.43 6.516 6.516 0 001.406-1.937 6.6 6.6 0 00.625-2.387h-4.181a3.142 3.142 0 01-1 2.017zm18.433-4.725a7.232 7.232 0 010 5.081 6.081 6.081 0 01-1.3 2.031 5.886 5.886 0 01-2.032 1.347 7.547 7.547 0 01-5.316 0 5.9 5.9 0 01-3.356-3.378 7.232 7.232 0 010-5.081 5.9 5.9 0 013.356-3.378 7.538 7.538 0 015.316 0 5.884 5.884 0 012.032 1.346 6.1 6.1 0 011.3 2.032zm-3.436 2.54a4.889 4.889 0 00-.65-2.671 2.139 2.139 0 00-1.928-1.015 2.112 2.112 0 00-1.913 1.015 4.953 4.953 0 00-.639 2.671 4.894 4.894 0 00.639 2.658 2.117 2.117 0 001.913 1.005 2.148 2.148 0 001.928-1.005 4.776 4.776 0 00.643-2.66zm22.7-5.163a3.385 3.385 0 00-1.288-.934 4.575 4.575 0 00-1.8-.33 4.258 4.258 0 00-3.8 2.127h-.048a3.749 3.749 0 00-1.335-1.56 3.684 3.684 0 00-2.068-.567 4.022 4.022 0 00-2.208.567 4.557 4.557 0 00-1.453 1.508h-.071v-1.719h-3.687v12.093h3.854v-6.781a2.9 2.9 0 01.508-1.772 1.662 1.662 0 011.406-.685 1.53 1.53 0 011.288.531 2.442 2.442 0 01.414 1.524v7.183h3.854v-6.781a2.942 2.942 0 01.5-1.772 1.656 1.656 0 011.418-.685 1.531 1.531 0 011.287.531 2.437 2.437 0 01.414 1.524v7.183h3.854v-7.868a6.341 6.341 0 00-.261-1.866 4.074 4.074 0 00-.783-1.453zm14.732 2.6a9.4 9.4 0 01-.024 5.194 5.951 5.951 0 01-1.075 2.033 4.725 4.725 0 01-1.665 1.287 5.054 5.054 0 01-2.15.45 4.319 4.319 0 01-2.021-.438 4.1 4.1 0 01-1.406-1.193h-.047v5.251h-3.854V24.472h3.686v1.464h.071a4.691 4.691 0 011.512-1.322 4.376 4.376 0 012.15-.5 4.721 4.721 0 012.162.485 4.784 4.784 0 011.628 1.342 6.173 6.173 0 011.026 2.033zm-3.544 2.681a4.671 4.671 0 00-.591-2.5 2.02 2.02 0 00-1.843-.946 2.274 2.274 0 00-1.11.26 2.311 2.311 0 00-.792.721 3.245 3.245 0 00-.472 1.1 5.882 5.882 0 00-.154 1.371 3.948 3.948 0 00.671 2.4 2.247 2.247 0 001.927.91 2.017 2.017 0 001.737-.873 4.093 4.093 0 00.621-2.434zm12.618.567a2.631 2.631 0 01-.567 1.759 1.933 1.933 0 01-1.559.67 1.7 1.7 0 01-1.371-.53 2.3 2.3 0 01-.449-1.525v-7.13h-3.832v7.931a4.8 4.8 0 001.075 3.268 4 4 0 003.178 1.241 4.274 4.274 0 002.114-.472 4.829 4.829 0 001.5-1.371h.07v1.489h3.687V24.472h-3.854zm10.16-10.586h-3.759v3.833h-1.607v2.41h1.607v6.5a4.05 4.05 0 00.278 1.618 2.436 2.436 0 00.8 1.027 3.207 3.207 0 001.216.532 7.259 7.259 0 001.548.154 12.413 12.413 0 001.311-.059 5.6 5.6 0 00.791-.13v-2.824c-.079 0-.2 0-.355.012s-.322.012-.5.012a1.79 1.79 0 01-.98-.236 1.049 1.049 0 01-.367-.945v-5.668h2.192v-2.406h-2.2zm3.309 2.15h3.854v-3.121h-3.854zm0 13.775h3.854V24.472h-3.854zm16.014-11.164a3.822 3.822 0 00-1.322-.947 4.363 4.363 0 00-1.773-.341 4.282 4.282 0 00-2.161.508 4.9 4.9 0 00-1.575 1.5h-.071v-1.65H244.1v12.092h3.854v-6.687a2.824 2.824 0 01.578-1.843 1.893 1.893 0 011.548-.709 1.713 1.713 0 011.418.587 2.41 2.41 0 01.472 1.559v7.088h3.854v-7.863a5.739 5.739 0 00-.284-1.854 4.053 4.053 0 00-.84-1.44zM269 24.472v10.912a5.825 5.825 0 01-.437 2.363 4.808 4.808 0 01-1.174 1.654 4.871 4.871 0 01-1.949 1.028 9.31 9.31 0 01-2.492.319 7.47 7.47 0 01-4.065-.992 3.971 3.971 0 01-1.843-2.907h3.733a1.727 1.727 0 00.662.827 2.516 2.516 0 001.465.354 2.282 2.282 0 001.772-.6 2.479 2.479 0 00.544-1.713v-1.2h-.095a4.577 4.577 0 01-1.264 1.005 3.822 3.822 0 01-1.831.39 5.225 5.225 0 01-1.961-.378 5.006 5.006 0 01-1.676-1.1 5.241 5.241 0 01-1.173-1.8 6.511 6.511 0 01-.438-2.469 7.738 7.738 0 01.367-2.43 5.752 5.752 0 011.039-1.913 4.791 4.791 0 011.607-1.253 4.718 4.718 0 012.067-.449 4.22 4.22 0 012.033.449 4.033 4.033 0 011.369 1.205h.048v-1.3zm-3.616 5.553a4.247 4.247 0 00-.153-1.158 2.793 2.793 0 00-.473-.957 2.225 2.225 0 00-1.83-.887 2.1 2.1 0 00-1.738.815 3.471 3.471 0 00-.65 2.209 3.41 3.41 0 00.65 2.186 2.331 2.331 0 003.591-.059 3.7 3.7 0 00.6-2.154z'/%3E%3C/svg%3E") !important;
  }
}

.header__logo-wrapper {
  position: absolute;
  width: 100%;
  bottom: 1.7rem;
}

.single-post-header {
  margin-bottom: 3rem;
}

#content {
  margin-top: 12.9rem;
}
@media (max-width: 1079.98px) {
  #content {
    margin-top: 12.4rem;
  }
}
@media (max-width: 767.98px) {
  #content {
    margin-top: 7.5rem;
  }
}

.content-wrapper {
  overflow: hidden;
}

.container {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (max-width: 767.98px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container .container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .container .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.container .alignfull .container, .container .query-news-wrapper .container {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (max-width: 767.98px) {
  .container .alignfull .container, .container .query-news-wrapper .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.utility-navigation.desktop-nav {
  position: relative;
  z-index: 3;
}

.main-nav--wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 1.7rem;
}

#internal-nav {
  margin-right: 2rem;
  width: initial !important;
  margin-top: -0.3rem;
}
#internal-nav a h2,
#internal-nav a h3,
#internal-nav h2, #internal-nav h3 {
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}
#internal-nav li.has-submenu ul {
  z-index: 100;
}

#internal-nav,
#main-nav {
  width: 100%;
}
#internal-nav > ul,
#main-nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
#internal-nav > ul li,
#main-nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#internal-nav > ul li:first-child,
#main-nav > ul li:first-child {
  margin-left: auto;
}
#internal-nav ul li,
#main-nav ul li {
  margin-bottom: 0;
  list-style: none;
}
#internal-nav a,
#main-nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  color: #000;
  background: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  letter-spacing: 0.01px;
}
#internal-nav a h2, #internal-nav a h3,
#main-nav a h2,
#main-nav a h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1;
}
#internal-nav h2, #internal-nav h3,
#main-nav h2,
#main-nav h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  margin: 0;
  display: block;
  width: 100%;
  line-height: 2rem;
  letter-spacing: 0.01px;
}
#internal-nav > ul > li:last-child > button,
#main-nav > ul > li:last-child > button {
  margin-right: 0;
  padding-right: 0;
  width: 1.2rem;
}
#internal-nav > ul > li.has-submenu,
#main-nav > ul > li.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#internal-nav > ul > li.has-submenu > a,
#main-nav > ul > li.has-submenu > a {
  padding-right: 0.2rem;
}
#internal-nav .has-submenu.open > a,
#internal-nav > ul > li > a:hover,
#main-nav .has-submenu.open > a,
#main-nav > ul > li > a:hover {
  background-color: #fff;
}
#internal-nav .has-submenu .has-submenu.open > a,
#internal-nav a:hover,
#main-nav .has-submenu .has-submenu.open > a,
#main-nav a:hover {
  background-color: #fff;
}
#internal-nav .has-submenu .has-submenu.open ul a,
#main-nav .has-submenu .has-submenu.open ul a {
  background-color: #fed141;
}
#internal-nav .has-submenu .has-submenu.open ul a:hover,
#main-nav .has-submenu .has-submenu.open ul a:hover {
  background-color: #fed141;
}
#internal-nav ul > li.has-submenu.open > ul,
#main-nav ul > li.has-submenu.open > ul {
  display: block;
}
#internal-nav .has-submenu > ul,
#main-nav .has-submenu > ul {
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 1.4rem 0 2.3rem;
  margin: 0;
  width: 100%;
  min-width: 250px;
}
#internal-nav .has-submenu > ul.overflow,
#main-nav .has-submenu > ul.overflow {
  left: auto;
  right: 0;
}
#internal-nav .has-submenu > ul h2, #internal-nav .has-submenu > ul h3, #internal-nav .has-submenu > ul a,
#main-nav .has-submenu > ul h2,
#main-nav .has-submenu > ul h3,
#main-nav .has-submenu > ul a {
  font-weight: normal;
  font-size: 1.5rem;
}
#internal-nav .has-submenu > ul a,
#main-nav .has-submenu > ul a {
  padding: 1rem 2rem 1rem 2rem;
  line-height: 2rem;
}
#internal-nav .has-submenu > ul a h2, #internal-nav .has-submenu > ul a h3,
#main-nav .has-submenu > ul a h2,
#main-nav .has-submenu > ul a h3 {
  padding: 0;
}
#internal-nav .has-submenu > ul h2, #internal-nav .has-submenu > ul h3,
#main-nav .has-submenu > ul h2,
#main-nav .has-submenu > ul h3 {
  padding: 1rem 2rem 1rem 2rem;
}
#internal-nav .has-submenu .has-submenu > ul,
#main-nav .has-submenu .has-submenu > ul {
  left: 100%;
  top: -0.9rem;
  background-color: #fed141;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
#internal-nav .has-submenu .has-submenu > ul.overflow,
#main-nav .has-submenu .has-submenu > ul.overflow {
  left: auto;
  right: 100%;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15);
}
#internal-nav .has-submenu.open > button,
#main-nav .has-submenu.open > button {
  background: #fff;
}
#internal-nav .has-submenu .has-submenu > button,
#main-nav .has-submenu .has-submenu > button {
  background-color: #fff;
}
#internal-nav .has-submenu .has-submenu.open > button,
#main-nav .has-submenu .has-submenu.open > button {
  background-color: #fff;
}
#internal-nav .has-submenu button,
#main-nav .has-submenu button {
  display: inline;
  border: 0;
  padding: 0;
  line-height: 1;
  padding: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 2.2rem;
  background-color: transparent;
  margin-right: 1.3rem;
}
#internal-nav .has-submenu button > span,
#main-nav .has-submenu button > span {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
}
#internal-nav .has-submenu button > span:before,
#main-nav .has-submenu button > span:before {
  content: "";
  display: block;
  height: 1.6rem;
  width: 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#internal-nav .has-submenu button[aria-expanded=true] > span:before,
#main-nav .has-submenu button[aria-expanded=true] > span:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#internal-nav .has-submenu .has-submenu button > span:before,
#main-nav .has-submenu .has-submenu button > span:before {
  width: 1.2rem;
  height: 2rem;
}
#internal-nav .has-submenu .has-submenu button[aria-expanded=true] > span:before,
#main-nav .has-submenu .has-submenu button[aria-expanded=true] > span:before {
  -webkit-transform: none;
          transform: none;
}

html.noscroll {
  overflow: hidden;
}

body.noscroll {
  overflow: visible;
  height: 100%;
}

.navbar--mobile {
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0;
  height: 12.4rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .navbar--mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body.noscroll .navbar--mobile {
    background-color: #000 !important;
  }
}
body.home .navbar--mobile {
  background-color: #1d57a5;
}
body.admin-bar .navbar--mobile {
  top: 3.2rem;
}
@media (max-width: 782px) {
  body.admin-bar .navbar--mobile {
    top: 4.6rem;
  }
}
.navbar--mobile .main-logo {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .navbar--mobile {
    height: 7.5rem;
  }
}

.mobile-menu-wrapper {
  width: 37rem;
  background-color: #000;
  position: fixed;
  right: 0;
  z-index: 50;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 12.4rem;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-left: 6rem;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper {
    width: 100%;
    top: 7.5rem;
    padding-left: 2rem;
  }
}
.admin-bar .mobile-menu-wrapper {
  top: 15.6rem;
}
@media (max-width: 782px) {
  .admin-bar .mobile-menu-wrapper {
    top: 14rem;
  }
}
@media (max-width: 767.98px) {
  .admin-bar .mobile-menu-wrapper {
    top: 12.1rem;
  }
}
.mobile-menu-wrapper .navbar-nav {
  font-weight: 700;
  margin-top: 0;
}
.mobile-menu-wrapper .navbar-nav ul {
  padding: 0;
  border: 0;
}
.mobile-menu-wrapper .navbar-nav li {
  margin: 1.6rem 0;
  position: relative;
}
.mobile-menu-wrapper .navbar-nav li a {
  color: #fff;
  display: block;
  padding-right: 8rem;
}
.mobile-menu-wrapper .navbar-nav li a.menu-open {
  color: #fed141 !important;
}
.mobile-menu-wrapper .navbar-nav li a:hover {
  text-decoration: none;
}
.mobile-menu-wrapper .navbar-nav:first-child > li > a:first-child {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mobile-menu-wrapper .navbar-nav:first-child > li > a:first-child:hover {
  text-decoration: none;
}
.mobile-menu-wrapper .navbar-nav > li ul {
  background-color: #000;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0.3rem 0 0.5rem 1.5rem;
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 1;
}
.mobile-menu-wrapper .navbar-nav > li ul li {
  margin: 1rem 0;
}
.mobile-menu-wrapper .navbar-nav li:last-child > ul {
  margin-bottom: -0.6rem;
}
.mobile-menu-wrapper .navbar-nav > li > ul ul {
  padding-left: 1.6rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) {
  border-top: solid 1px #fff;
  margin-top: 2rem;
  margin-right: 3.5rem;
  padding-top: 2.6rem;
  padding-bottom: 9rem;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) {
    margin-right: 2rem;
  }
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) > li {
  margin: 0.5rem 0;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) > li > a {
  color: #fed141 !important;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) > li > a:hover {
  text-decoration: none;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) li.mobile-nav-search {
  height: 4rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) .searchform input[type=text] {
  color: #fff !important;
  border: solid #fff 2px !important;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) .searchform > label {
  margin-right: auto !important;
  margin-top: 0.2rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) #search-form-toggle-mobile,
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) input[type=submit] {
  float: none;
  color: #fed141;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-right: 1rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) #search-form-toggle-mobile:hover,
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) input[type=submit]:hover {
  color: #fed141 !important;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) a.mit-logo {
  margin: 0.5rem 0;
  background-position: left center;
}
.mobile-menu-wrapper .navbar-nav button.caret {
  cursor: pointer;
  float: right;
  margin: 1.1rem 3.6rem 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -1.6rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper .navbar-nav button.caret {
    margin: 1.1rem 2rem 0 0;
  }
}
.mobile-menu-wrapper .navbar-nav button.caret:before {
  background-color: #fff;
  width: 3px;
  height: 20px;
  left: 1px;
}
.mobile-menu-wrapper .navbar-nav button.caret:after {
  background-color: #fff;
  width: 20px;
  height: 3px;
  left: 1px;
}
.mobile-menu-wrapper .navbar-nav button.caret[aria-expanded=true]:before, .mobile-menu-wrapper .navbar-nav button.caret[aria-expanded=true]:after {
  background-color: #fed141;
}

.mobile-navigation.show .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none !important;
  transition: none !important;
}

.navbar-toggler {
  border: none;
  border-radius: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-toggler .navbar-label {
  margin-right: 2rem;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}
body.home .navbar-toggler .navbar-label {
  color: #fff;
}
@media (max-width: 767.98px) {
  .navbar-toggler .navbar-label {
    margin-right: 1rem;
  }
}
.navbar-toggler .navbar-toggler-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 2.1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-toggler .navbar-toggler-line {
  display: block;
  height: 3px;
  width: 30px;
  background: #000;
  float: right;
  clear: both;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: none;
          transform: none;
}
body.home .navbar-toggler .navbar-toggler-line {
  background-color: #fff;
}
.navbar-toggler .navbar-toggler-line:nth-child(2) {
  opacity: 1;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}
.navbar-toggler:focus .navbar-label {
  outline: 1px auto #5E9ED6;
  outline: 5px auto -webkit-focus-ring-color;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .navbar-toggler[aria-expanded=true]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    width: 37rem;
    z-index: -1;
  }
}
.navbar-toggler[aria-expanded=true] .navbar-label {
  color: #fff !important;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line {
  margin-bottom: 4px;
  background-color: #fff !important;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(1) {
  -webkit-transform: translate(0px, 9px) rotate(-45deg);
          transform: translate(0px, 9px) rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(3) {
  -webkit-transform: translate(0px, -5px) rotate(45deg);
          transform: translate(0px, -5px) rotate(45deg);
}

.footer__social {
  margin: 4.2rem 0 3rem;
}
.footer__social a {
  height: 2.6rem;
  width: 2.6rem;
  margin-right: 1rem;
  -webkit-transition: none;
  transition: none;
}
.footer__social a.icon-linkedin {
  background-size: 80%;
  background-position: center top;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.footer__social a.icon-twitter {
  background-size: 90%;
}
.utility-navigation {
  padding-top: 3.4rem;
}
.utility-navigation a.btn.btn-primary {
  background-color: #000;
  height: 2.3rem;
  padding: 0 0.9rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 2.5rem;
  border: 0;
  margin-right: 1.8rem;
}
.utility-navigation a.btn.btn-primary:hover {
  background-color: #1d57a5;
}

.mit-logo {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 2.2rem;
  width: 4.2rem;
  margin-left: 3.5rem;
}

#search-form-toggle-mobile,
#search-form-toggle,
.navbar-nav.mobile-menu .searchform input[type=text],
.utility-navigation nav .searchform input[type=text],
.navbar-nav.mobile-menu .searchform input[type=submit],
.utility-navigation nav .searchform input[type=submit] {
  background-color: transparent;
  border: 0;
  display: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
  color: #000;
  margin: -0.1rem 0 0 0;
  height: 2rem;
  z-index: 10;
  position: relative;
  top: 5px;
  display: block;
  float: right;
}
#search-form-toggle-mobile:hover,
#search-form-toggle:hover,
.navbar-nav.mobile-menu .searchform input[type=text]:hover,
.utility-navigation nav .searchform input[type=text]:hover,
.navbar-nav.mobile-menu .searchform input[type=submit]:hover,
.utility-navigation nav .searchform input[type=submit]:hover {
  color: #1d57a5;
}

.navbar-nav.mobile-menu,
.utility-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-nav.mobile-menu .searchform,
.utility-navigation nav .searchform {
  display: none;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}
.navbar-nav.mobile-menu .searchform.active,
.utility-navigation nav .searchform.active {
  opacity: 1;
  position: relative;
  display: block;
  float: right;
}
.navbar-nav.mobile-menu .searchform label,
.utility-navigation nav .searchform label {
  margin: 0;
}
.navbar-nav.mobile-menu .searchform input[type=submit],
.utility-navigation nav .searchform input[type=submit] {
  display: none;
}
.navbar-nav.mobile-menu .searchform.active input[type=submit],
.utility-navigation nav .searchform.active input[type=submit] {
  display: block;
}
.navbar-nav.mobile-menu .searchform input[type=text],
.utility-navigation nav .searchform input[type=text] {
  border: solid 2px #000;
  height: 2.3rem;
  margin-top: -2px;
  margin-right: -135px;
  text-transform: none;
}
.navbar-nav.mobile-menu .searchform input[type=text]::-webkit-input-placeholder,
.utility-navigation nav .searchform input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.navbar-nav.mobile-menu .searchform input[type=text]:-moz-placeholder,
.utility-navigation nav .searchform input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.navbar-nav.mobile-menu .searchform input[type=text]::-moz-placeholder,
.utility-navigation nav .searchform input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.navbar-nav.mobile-menu .searchform input[type=text]:-ms-input-placeholder,
.utility-navigation nav .searchform input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.page-header--blue {
  background-color: #1d57a5;
}

.page-header--black {
  background-color: #000;
}

@media (max-width: 1079.98px) {
  .page-header--image {
    margin-bottom: 32.5rem;
  }
}
@media (max-width: 767.98px) {
  .page-header--image {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1080px) {
  .page-header--image h1 {
    font-size: 4.4rem;
    line-height: 5rem;
    overflow-wrap: normal;
  }
}

.page-header {
  position: relative;
  z-index: 2;
}
@media (max-width: 1079.98px) {
  .page-header {
    padding-top: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    padding-top: 4rem;
  }
}
.page-header .col-lg-4.offset-lg-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-header h1 {
  color: #fff;
  font-weight: 600;
  margin: auto 0;
}
.page-header img {
  margin-bottom: -7rem;
  padding-top: 5rem;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .page-header img {
    width: calc(100% + ((100vw - 100%) / 2));
    max-width: unset;
    margin-bottom: -32.5rem;
  }
}
@media (max-width: 767.98px) {
  .page-header img {
    margin-bottom: -10rem;
  }
}

.page-header--no-image {
  position: relative;
  margin-bottom: 4rem;
}
.page-header--no-image .page-header {
  width: calc(100% - 4rem);
  padding: 10rem 0 10rem 4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-header--no-image .page-header {
    width: calc(100% - 2rem);
    padding: 4rem 0 4rem 2rem;
  }
}
@media (max-width: 575px) {
  .page-header--no-image .page-header > .container {
    padding: 0;
  }
}
.page-header--no-image .page-header h1 {
  padding-right: 4rem;
}
.page-header--no-image:after {
  content: "";
  background-color: #000;
  height: 100%;
  width: calc(100% - 4rem);
  position: absolute;
  top: 4rem;
  right: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-header--no-image:after {
    width: calc(100% - 2rem);
    top: 2rem;
  }
}
.page-header--no-image.page-header__wrapper--black:after {
  background-color: #1d57a5;
}

.gutenberg-body--basic-page--image {
  margin-top: 3rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--basic-page--image {
    margin-top: 0;
  }
}

.high-level-page__header {
  position: relative;
}
.high-level-page__header h1 {
  margin: 4.2rem 0;
}
@media (max-width: 1079.98px) {
  .high-level-page__header h1 {
    margin: 5.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__header h1 {
    margin: 4rem 0 3rem;
  }
}
.high-level-page__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 14rem);
  background-color: #fed141;
}
@media (max-width: 1079.98px) {
  .high-level-page__header:before {
    height: calc(100% - 10.8rem);
  }
}
@media (max-width: 767.98px) {
  .high-level-page__header:before {
    height: calc(100% - 4.8rem);
  }
}

.high-level-page__header--no-img {
  background-color: #fed141;
}

.high-level-page__header-image {
  margin-left: calc((100vw - 100%) / -2);
  width: calc(100% + ((100vw - 100%) / 2));
}
.high-level-page__header-image img {
  max-width: unset;
  width: 100%;
  height: auto;
}

.high-level-page__description {
  margin-bottom: 10rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__description {
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__description {
    margin-bottom: 3.5rem;
  }
}

.high-level-page__programs {
  background-color: #1d57a5;
  padding-top: 7rem;
  padding-bottom: 13rem;
}
@media (max-width: 767.98px) {
  .high-level-page__programs {
    padding-top: 5rem;
  }
}
.high-level-page__programs h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 800;
  margin-bottom: 3.6rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__programs h2 {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__programs h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 0.5rem;
  }
}

#statistic + .related_posts {
  margin-top: 8rem;
}

.high-level-page__programs--statistics-below {
  padding-bottom: 40.5rem;
  margin-bottom: -26.3rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__programs--statistics-below {
    padding-bottom: 28.5rem;
    margin-bottom: -20rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__programs--statistics-below {
    margin-bottom: -22.5rem;
  }
}

.high-level-page__programs .program-item {
  position: relative;
  margin-top: 7.5rem;
  padding-bottom: 3.7rem;
}
@media (max-width: 767.98px) {
  .high-level-page__programs .program-item {
    margin-top: 4.2rem;
    padding-bottom: 0;
  }
}
.high-level-page__programs .program-item:before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: calc(100% - 8.333333%);
  position: absolute;
  top: 0;
  right: 2rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__programs .program-item:before {
    width: calc(100% - 2rem);
    right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__programs .program-item:before {
    display: none;
  }
}
.high-level-page__programs .program-item__image {
  -webkit-transform: translateY(-3.7rem);
          transform: translateY(-3.7rem);
}
@media (max-width: 1079.98px) {
  .high-level-page__programs .program-item__image {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__programs .program-item__image {
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 5rem);
    margin-left: 2.5rem;
    position: relative;
    z-index: 2;
  }
  .high-level-page__programs .program-item__image img {
    width: 100%;
  }
}
.high-level-page__programs .program-item__content {
  padding-top: 5.1rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__programs .program-item__content {
    padding: 5.1rem 2rem 0 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__programs .program-item__content {
    background-color: #fff;
    padding: 11.2rem 3.7rem 4.6rem;
    margin-top: -8.7rem;
    position: relative;
    z-index: 1;
  }
}
.high-level-page__programs .program-item__content h3 {
  color: #1d57a5;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.high-level-page__programs .program-item__content li {
  line-height: 2.7rem;
}
.high-level-page__programs .program-item__content li a.arrow-link {
  color: #d31e25;
  text-decoration: underline;
  font-size: 1.8rem;
  letter-spacing: 0.18px;
}

.program-item__description {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .program-item__description {
    margin-bottom: 1.6rem;
  }
}

.high-level-page__statistics-wrapper {
  position: relative;
  margin-left: -2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .high-level-page__statistics-wrapper {
    margin-left: 0;
  }
}
.high-level-page__statistics-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #d31e25;
  position: absolute;
  left: 4rem;
  bottom: -4rem;
}
@media (max-width: 767.98px) {
  .high-level-page__statistics-wrapper:before {
    left: 2rem;
    bottom: -2.7rem;
  }
}

.high-level-page__statistics {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 6.5rem 8rem;
  -webkit-transform: translate(4rem, 4rem);
          transform: translate(4rem, 4rem);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1079.98px) {
  .high-level-page__statistics {
    padding: 7.6rem 8rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__statistics {
    padding: 4.6rem 2rem;
  }
}
.high-level-page__statistics.scrolled-to {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.high-level-page__statistics-number {
  color: #d31e25;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 800;
  margin-bottom: 3.2rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__statistics-number {
    font-size: 8rem;
    line-height: 8rem;
  }
}

.high-level-page__statistics-description {
  color: #000;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.01px;
}
@media (max-width: 1079.98px) {
  .high-level-page__statistics-description {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.high-level-page__feature-wrapper {
  margin-top: 9.3rem;
}
.high-level-page__feature-wrapper:last-child {
  margin-bottom: 8rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__feature-wrapper:last-child {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__feature-wrapper:last-child {
    margin-bottom: 4rem;
  }
}
.high-level-page__feature-wrapper + .related_posts {
  margin-top: 8rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__feature-wrapper {
    margin-top: 11.3rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__feature-wrapper {
    margin-top: 1.3rem;
  }
}
.high-level-page__feature-wrapper h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.8rem;
  margin: 3.3rem calc((((100% - 20rem) / 6) * 2) + 8rem) 7.7rem 0;
}
@media (max-width: 1079.98px) {
  .high-level-page__feature-wrapper h2 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__feature-wrapper h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
}

.high-level-page__feature-image {
  position: relative;
  z-index: 2;
  width: calc(((100% - 20rem) / 6) + 4rem + 100% + ((100vw - ((((100% - 20rem) / 6) * 12) + 44rem)) / 2));
  margin-left: calc(((100vw - ((((100% - 20rem) / 6) * 12) + 44rem) ) / -2) - ((100% - 20rem) / 6) - 4rem);
}
.high-level-page__feature-image img {
  width: 100%;
}
@media (max-width: 1079.98px) {
  .high-level-page__feature-image {
    width: calc(((100vw - ((((100% - 10rem) / 6) * 12) + 22rem)) / 2) + 100% - 2rem);
    margin-left: calc((100vw - ((((100% - 10rem) / 6) * 12) + 22rem)) / -2);
  }
}
@media (max-width: 767.98px) {
  .high-level-page__feature-image {
    width: calc(((100vw - ((((100% - 18rem) / 10) * 12) + 22rem)) / 2) + 100%);
    margin-left: calc((100vw - ((((100% - 18rem) / 10) * 12) + 22rem)) / -2);
  }
}

.high-level-page__feature-content {
  background-color: #000;
  color: #fff;
  padding-right: 200rem;
  margin-right: -200rem;
  padding-left: calc((((100% - 12rem) / 4) * 2) + 8rem);
  margin-left: calc((((100% - 12rem) / 4) * -2) - 8rem);
  padding-top: 7rem;
  padding-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__feature-content {
    padding-left: calc((((100% - 10rem) / 6) * 2) + 4rem);
    margin-left: calc((((100% - 10rem) / 6) * -2) - 4rem);
    padding-bottom: 7rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__feature-content {
    padding-top: 14rem;
    padding-bottom: 5.6rem;
    margin-top: -9.7rem;
  }
}

h3.high-level-page__feature-title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3rem;
  margin-bottom: 2.6rem;
}

.high-level-page__feature-description {
  letter-spacing: 0.18px;
  margin-bottom: 6.4rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__feature-description {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__feature-description {
    margin-bottom: 3.2rem;
  }
}

.high-level-page__testimonial {
  padding-top: 14rem;
  padding-bottom: 9rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__testimonial {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__testimonial {
    padding-top: 6.8rem;
    padding-bottom: 4.8rem;
  }
}
.high-level-page__testimonial blockquote {
  position: relative;
  padding-left: 2rem;
}
.high-level-page__testimonial blockquote:before {
  content: "“";
  font-size: 3.6rem;
  position: absolute;
  left: 0.3rem;
  top: -0.2rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__testimonial blockquote:before {
    font-size: 2.8rem;
    left: -2.3rem;
    top: -0.4rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__testimonial blockquote:before {
    left: -0.3rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__testimonial blockquote {
    padding: 0 0 0 4.4rem;
  }
  .high-level-page__testimonial blockquote:before {
    left: 0.2rem;
  }
}

@media (max-width: 1079.98px) {
  .high-level-page__testimonial-image {
    width: calc(100% + 2rem);
  }
}
@media (max-width: 767.98px) {
  .high-level-page__testimonial-image {
    display: none;
  }
}

p.high-level-page__testimonial-text {
  font-size: 3.6rem;
  line-height: 4.8rem;
  letter-spacing: 0.36px;
  position: relative;
}
@media (max-width: 1079.98px) {
  p.high-level-page__testimonial-text {
    margin-left: -3rem;
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.28px;
  }
}
p.high-level-page__testimonial-text:after {
  content: "”";
  position: absolute;
  font-size: 3.6rem;
}
@media (max-width: 1079.98px) {
  p.high-level-page__testimonial-text:after {
    font-size: 2.8rem;
  }
}

cite.high-level-page__testimonial-citation {
  color: #1d57a5;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-top: 1.8rem;
  display: inline-block;
}
@media (max-width: 1079.98px) {
  cite.high-level-page__testimonial-citation {
    margin-left: -3rem;
    margin-top: 0.8rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  cite.high-level-page__testimonial-citation {
    margin-top: 0;
  }
}

.clip-svg-1 {
  -webkit-clip-path: url(#cross-cutting-clip-1);
          clip-path: url(#cross-cutting-clip-1);
  position: absolute;
  bottom: -2.2rem;
  right: 17rem;
}
.clip-svg-1 img {
  height: 42.5rem;
  width: 42.5rem;
  max-width: unset;
}
@media (max-width: 1280px) {
  .clip-svg-1 {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    right: 13.4rem;
    bottom: -3.2rem;
  }
}
@media (max-width: 1150px) {
  .clip-svg-1 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: 10rem;
    bottom: -5.7rem;
  }
}
@media (max-width: 1079.98px) {
  .clip-svg-1 {
    -webkit-transform: scale(0.48);
            transform: scale(0.48);
    right: -2.6rem;
    bottom: -0.7rem;
  }
}
@media (max-width: 767.98px) {
  .clip-svg-1 {
    -webkit-transform: scale(0.377);
            transform: scale(0.377);
    right: -5.1rem;
    bottom: -10rem;
  }
}

.clip-svg-2 {
  -webkit-clip-path: url(#cross-cutting-clip-2);
          clip-path: url(#cross-cutting-clip-2);
  position: absolute;
  right: 2rem;
  bottom: -16rem;
}
.clip-svg-2 img {
  height: 42.5rem;
  width: 42.5rem;
  max-width: unset;
}
@media (max-width: 1280px) {
  .clip-svg-2 {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    right: 0;
    bottom: -17rem;
  }
}
@media (max-width: 1150px) {
  .clip-svg-2 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: -2rem;
    bottom: -18rem;
  }
}
@media (max-width: 1079.98px) {
  .clip-svg-2 {
    -webkit-transform: scale(0.48);
            transform: scale(0.48);
    right: -10rem;
    bottom: -8rem;
  }
}
@media (max-width: 767.98px) {
  .clip-svg-2 {
    -webkit-transform: scale(0.377);
            transform: scale(0.377);
    right: -11rem;
    bottom: -15.7rem;
  }
}

.cross-cutting__header {
  background-color: #fed141;
}
.cross-cutting__header .row {
  padding-top: 8.7rem;
  padding-bottom: 9rem;
  min-height: 60.2rem;
}
.cross-cutting__header .col-md-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cross-cutting__header h1 {
  margin-top: auto;
  margin-bottom: 4.5rem;
}
@media (max-width: 1079.98px) {
  .cross-cutting__header .row {
    min-height: 43.6rem;
    padding-top: 0.5rem;
    padding-bottom: 5rem;
  }
  .cross-cutting__header h1 {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .cross-cutting__header .row {
    min-height: unset;
    padding-bottom: 23rem;
  }
  .cross-cutting__header h1 {
    padding-top: 3.4rem;
    margin-bottom: 1rem;
  }
  .cross-cutting__header .col-12.col-md-5.col-lg-6 {
    position: unset;
  }
  .cross-cutting__header .row {
    position: relative;
  }
}

.cross-cutting__header-description {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: auto;
}
@media (max-width: 767.98px) {
  .cross-cutting__header-description {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.cross-cutting__breadcrumbs nav.breadcrumb {
  margin: 2.1rem 0 11.1rem;
}
@media (max-width: 1079.98px) {
  .cross-cutting__breadcrumbs nav.breadcrumb {
    margin: 2.3rem 0 4.9rem;
  }
}
@media (max-width: 767.98px) {
  .cross-cutting__breadcrumbs nav.breadcrumb {
    margin: 3.5rem 0 3rem;
  }
}

.cross-cutting__description {
  margin-bottom: 8.4rem;
}
@media (max-width: 1079.98px) {
  .cross-cutting__description {
    margin-bottom: 5.3rem;
  }
}
@media (max-width: 767.98px) {
  .cross-cutting__description {
    margin-bottom: 3.5rem;
  }
}

.cross-cutting__programs {
  background-color: #000;
  color: #fff;
  padding: 13.5rem 0;
}
@media (max-width: 767.98px) {
  .cross-cutting__programs {
    padding-top: 5.2rem;
  }
}
.cross-cutting__programs.cross-cutting__programs--statistics-below {
  padding-bottom: 40.5rem;
  margin-bottom: -26.3rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .cross-cutting__programs.cross-cutting__programs--statistics-below {
    padding-bottom: 28.5rem;
    margin-bottom: -20.3rem;
  }
}
@media (max-width: 767.98px) {
  .cross-cutting__programs.cross-cutting__programs--statistics-below {
    padding-bottom: 30rem;
  }
}
.cross-cutting__programs .program-item .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cross-cutting__programs .program-item__image {
  position: relative;
}
.cross-cutting__programs .program-item__image:before {
  content: "";
  background-color: #fed141;
  width: calc(50% + 2rem);
  height: calc(100% + 4rem);
  position: absolute;
  left: -2rem;
  top: -2rem;
}
@media (max-width: 767.98px) {
  .cross-cutting__programs .program-item__image:before {
    width: calc(50% + 1.2rem);
    height: calc(100% + 2.4rem);
    left: -1.2rem;
    top: -1.2rem;
  }
}
.cross-cutting__programs .program-item__image img {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .cross-cutting__programs .program-item__image {
    width: calc(100% - 2rem);
    margin-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .cross-cutting__programs .program-item__image {
    width: calc(100% - 1.2rem);
    margin-left: 1.2rem;
    margin-bottom: 4rem;
  }
  .cross-cutting__programs .program-item__image img {
    width: 100%;
  }
}
.cross-cutting__programs .program-item:nth-child(3) .program-item__image:before,
.cross-cutting__programs .program-item:nth-child(3n+4) .program-item__image:before {
  left: unset;
  right: -2rem;
}
@media (max-width: 767.98px) {
  .cross-cutting__programs .program-item:nth-child(3) .program-item__image:before,
.cross-cutting__programs .program-item:nth-child(3n+4) .program-item__image:before {
    right: -1.2rem;
  }
}
@media (max-width: 1079.98px) {
  .cross-cutting__programs .program-item:nth-child(3) .program-item__image,
.cross-cutting__programs .program-item:nth-child(3n+4) .program-item__image {
    margin-left: 0;
  }
}
@media (min-width: 1080px) {
  .cross-cutting__programs .program-item__content {
    margin: auto 0 auto -4rem;
    padding: 2rem 0;
    width: calc(100% + 4rem);
  }
}
.cross-cutting__programs .program-item__content h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 800;
}
.cross-cutting__programs .program-item__content a.arrow-link {
  color: #fed141;
}
.cross-cutting__programs .program-item__content a.arrow-link:hover {
  color: #fed141;
  text-decoration: none;
}
.cross-cutting__programs hr {
  border-top: 1px solid #fed141;
}
@media (min-width: 1080px) {
  .cross-cutting__programs hr {
    margin: 4rem 0 4rem -4rem;
    width: calc(100% + 4rem);
  }
}
@media (max-width: 1079.98px) {
  .cross-cutting__programs hr {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767.98px) {
  .cross-cutting__programs hr {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}

#statistic:last-child {
  margin-bottom: 8rem;
}

.high-level-page__testimonial.cross-cutting__testimonial {
  padding-top: 11.4rem;
  background-repeat: no-repeat;
  background-position: left calc(50% + 5rem) bottom -102.5rem;
}
@media (max-width: 1079.98px) {
  .high-level-page__testimonial.cross-cutting__testimonial {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='955.047' height='1256.534'%3E%3Cg data-name='Group 5491' fill='none' stroke='%23d2d5dd'%3E%3Cg data-name='Group 594'%3E%3Cpath data-name='Path 5244' d='M438.023 139.258v273.641a24.137 24.137 0 01-24.134 24.136H120.202a4.043 4.043 0 01-4.043-4.043v-82.617a4.043 4.043 0 014.043-4.043h221.109a6.036 6.036 0 006.034-6.034V211.811a6.028 6.028 0 00-6.034-6.034H120.202a4.043 4.043 0 01-4.043-4.043v-82.545a4.043 4.043 0 014.043-4.043h293.687a24.132 24.132 0 0124.134 24.112z'/%3E%3Cpath data-name='Path 5245' d='M322.414 318.399v-82.646a4.015 4.015 0 00-4.019-4.043H97.225a6.036 6.036 0 01-6.034-6.034V97.237a6.028 6.028 0 016.034-6.038h221.157a4.043 4.043 0 004.043-4.043V4.543A4.043 4.043 0 00318.382.5H24.636A24.137 24.137 0 00.5 24.636h0v273.653a24.145 24.145 0 0024.136 24.136h293.746a4.03 4.03 0 004.043-4.018v-.008z'/%3E%3C/g%3E%3Cg data-name='Group 5293'%3E%3Cpath data-name='Path 5244' d='M954.546 958.258v273.641a24.137 24.137 0 01-24.134 24.136H636.725a4.043 4.043 0 01-4.043-4.043v-82.617a4.043 4.043 0 014.043-4.043h221.109a6.036 6.036 0 006.034-6.034v-128.487a6.028 6.028 0 00-6.034-6.034H636.725a4.043 4.043 0 01-4.043-4.043v-82.545a4.043 4.043 0 014.043-4.043h293.687a24.132 24.132 0 0124.134 24.112z'/%3E%3Cpath data-name='Path 5245' d='M838.937 1137.399v-82.646a4.015 4.015 0 00-4.019-4.043h-221.17a6.036 6.036 0 01-6.034-6.034V916.237a6.028 6.028 0 016.034-6.038h221.157a4.043 4.043 0 004.043-4.043v-82.613a4.043 4.043 0 00-4.043-4.043H541.159a24.137 24.137 0 00-24.136 24.136h0v273.653a24.145 24.145 0 0024.136 24.136h293.746a4.03 4.03 0 004.043-4.018v-.008z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: left calc(50% + 1rem) bottom -97.9rem;
  }
}
@media (max-width: 767.98px) {
  .high-level-page__testimonial.cross-cutting__testimonial {
    background-image: none;
    padding-top: 2.4rem;
  }
}

.homepage__news.cross-cutting__news {
  padding-top: 9.4rem;
  background-position: left calc(50% + 5rem) top -32.8rem;
}
.homepage__news.cross-cutting__news h2 {
  margin-bottom: 12rem;
}
@media (max-width: 1079.98px) {
  .homepage__news.cross-cutting__news h2 {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__news.cross-cutting__news h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
@media (max-width: 1079.98px) {
  .homepage__news.cross-cutting__news {
    padding-bottom: 8.6rem;
    background-position: left calc(50% + 1rem) top -28.2rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__news.cross-cutting__news {
    background-image: none;
    padding-top: 0.2rem;
  }
}
@media (max-width: 767.98px) {
  .cross-cutting__programs + .homepage__news.cross-cutting__news h2 {
    margin-top: 3.6rem;
  }
}

body.home a.skip-link {
  color: #fff;
}

.homepage__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.homepage__header-blue-bg-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.homepage__header-blue-bg-wrapper .container,
.homepage__header-blue-bg-wrapper .row,
.homepage__header-blue-bg-wrapper .col-12,
.homepage__header-blue-bg-wrapper .homepage__header-blue-bg {
  height: 100%;
}
.homepage__header-blue-bg-wrapper .homepage__header-blue-bg {
  position: relative;
}
.homepage__header-blue-bg-wrapper .homepage__header-blue-bg:after {
  content: "";
  background-color: #1d57a5;
  height: 100%;
  width: calc(100% + ((100vw - ((((100% - 12rem) / 4) * 12) + 44rem) ) / 2));
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1079.98px) {
  .homepage__header-blue-bg-wrapper .homepage__header-blue-bg {
    display: none;
  }
}

.homepage__header--intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1079.98px) {
  .homepage__header--intro-wrapper {
    background-color: #1d57a5;
  }
}
@media (max-width: 767.98px) {
  .homepage__header--intro-wrapper {
    min-height: calc(((100vw - 54rem) / 2) + 44.6rem + 16rem);
  }
}
.homepage__header--intro-wrapper .homepage__intro {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1079.98px) {
  .homepage__header--intro-wrapper .homepage__intro {
    height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .homepage__header--intro-wrapper .homepage__intro .container,
.homepage__header--intro-wrapper .homepage__intro .row,
.homepage__header--intro-wrapper .homepage__intro .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .homepage__header--intro-wrapper .homepage__intro .homepage__intro-button {
    margin-top: auto;
    margin-bottom: 6rem;
  }
}
@media (max-width: 1079.98px) and (max-width: 767.98px) {
  .homepage__header--intro-wrapper .homepage__intro .homepage__intro-button {
    margin-top: 0;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__header--intro-wrapper .homepage__intro {
    position: relative;
    top: unset;
    height: calc(((100vw - 54rem) / 2) + 44.6rem + 16rem);
  }
}

.homepage__intro-image {
  width: calc(100% + ((100vw - ((((100% - 32rem) / 9) * 12) + 44rem) ) / 2));
  position: relative;
}
@media (max-width: 1079.98px) {
  .homepage__intro-image {
    width: calc(100% + ((100vw - ((((100% - 18rem) / 10) * 12) + 22rem) ) / 2));
    padding-bottom: 17.7rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__intro-image {
    width: calc(100% + ((100vw - ((((100% - 36rem) / 10) * 12) + 44rem) ) / 2));
    position: absolute;
    top: 0;
  }
}
.homepage__intro-image img {
  width: 100%;
}
.homepage__intro-image .homepage__intro-image-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}

h2.homepage__intro-feature-statement {
  color: #fff;
  font-size: 6rem;
  line-height: 7rem;
  margin: 5rem 0 6rem;
}
@media (max-width: 1079.98px) {
  h2.homepage__intro-feature-statement {
    margin: auto 0;
  }
}
@media (max-width: 767.98px) {
  h2.homepage__intro-feature-statement {
    font-size: 3.6rem;
    line-height: 4rem;
    margin: auto 0 2.6rem;
  }
}

.homepage__spotlight {
  padding: 3.4rem 0 3.8rem;
}
.homepage__spotlight h2 {
  color: #d31e25;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.homepage__spotlight .homepage__spotlight-item {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3rem;
}
.homepage__spotlight .homepage__spotlight-item a {
  color: #000;
}
@media (max-width: 767.98px) {
  .homepage__spotlight .homepage__spotlight-item {
    border-bottom: solid 1px #1d57a5;
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .homepage__spotlight .col-12.col-md-4 {
    padding: 0 3rem;
  }
  .homepage__spotlight .col-12.col-md-4:first-child {
    padding-left: 2rem;
  }
  .homepage__spotlight .col-12.col-md-4:last-child {
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__spotlight .col-12.col-md-4:last-child .homepage__spotlight-item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
}
.homepage__spotlight .scroll-cue {
  position: relative;
}
@media (max-width: 1079.98px) {
  .homepage__spotlight .scroll-cue {
    display: none;
  }
}
.homepage__spotlight .scroll-cue a {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 6.9rem;
  width: 6.9rem;
  background-color: #fed141;
  border: solid 6px #fff;
  position: absolute;
  right: 0;
  top: -7.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.homepage__spotlight .scroll-cue a:hover {
  background-position: center bottom 1rem;
}

.homepage__announcement {
  background-color: #f2f2f2;
  padding: 6.5rem 0 6.8rem;
}
.homepage__announcement .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1079.98px) {
  .homepage__announcement {
    padding: 4.5rem 0 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__announcement {
    padding: 3rem 0 3.2rem;
  }
}

h2.homepage__announcement-section-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
@media (max-width: 1079.98px) {
  h2.homepage__announcement-section-title {
    font-weight: 700;
  }
}

.homepage__announcement-announcement-title {
  color: #d31e25;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.8rem;
  letter-spacing: 0.02px;
  margin-bottom: 2.4rem;
}

.homepage__announcement-description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.18px;
}

.homepage__announcement-button {
  margin-top: auto;
  margin-bottom: 1rem;
}
@media (max-width: 1079.98px) {
  .homepage__announcement-button {
    margin-top: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__announcement-button {
    margin-top: 5rem;
  }
}

.homepage__our-difference {
  background-color: #000;
  color: #fff;
  padding: 11.5rem 0;
}
.homepage__our-difference .col-lg-5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1079.98px) {
  .homepage__our-difference {
    padding: 5.5rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .homepage__our-difference {
    padding: 6rem 0 3.2rem;
  }
}

h2.homepage__our-difference-title {
  color: #fed141;
  font-size: 8rem;
  font-weight: 800;
  line-height: 13.4rem;
  margin-bottom: 8rem;
}
@media (max-width: 1079.98px) {
  h2.homepage__our-difference-title {
    font-size: 6rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  h2.homepage__our-difference-title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.2rem;
  }
}

.homepage__our-difference-description {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.01px;
  margin-bottom: 8.7rem;
}
@media (max-width: 1079.98px) {
  .homepage__our-difference-description {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__our-difference-description {
    margin-bottom: 4.4rem;
  }
}

.homepage__our-difference-links {
  padding-bottom: 2rem;
}
.homepage__our-difference-links li {
  border-bottom: solid 1px #707070;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
  padding-right: 1rem;
  padding-bottom: 4.6rem;
  margin-bottom: 4.7rem;
}
.homepage__our-difference-links li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__our-difference-links li:last-child {
    margin-bottom: 4.7rem;
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 1079.98px) {
  .homepage__our-difference-links li {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-bottom: 3.6rem;
  }
}
.homepage__our-difference-links a.arrow-link {
  color: #fff;
}

.homepage__statistic-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.homepage__statistic-wrapper:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #d31e25;
  position: absolute;
  bottom: -11.5rem;
  left: 4.3rem;
  z-index: 1;
}
@media (max-width: 1079.98px) {
  .homepage__statistic-wrapper:before {
    bottom: -4rem;
    left: 4rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__statistic-wrapper {
    display: none;
  }
}

.homepage__statistic {
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-transform: translate(4rem, 4rem);
          transform: translate(4rem, 4rem);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1079.98px) {
  .homepage__statistic {
    padding: 5.8rem 0;
  }
}
.homepage__statistic.scrolled-to {
  -webkit-transform: none;
          transform: none;
}

.homepage__statistic--image {
  background-color: transparent;
}
@media (max-width: 1079.98px) {
  .homepage__statistic--image {
    padding: 0;
  }
}

.homepage__statistic-number {
  color: #d31e25;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 800;
  margin-top: auto;
  margin-bottom: 3.2rem;
  padding: 0 5rem;
}
@media (max-width: 1079.98px) {
  .homepage__statistic-number {
    font-size: 8rem;
    line-height: 8rem;
    margin-bottom: 2.8rem;
  }
}

.homepage__statistic-description {
  color: #000;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.01px;
  margin-bottom: auto;
  padding: 0 5rem;
}
@media (max-width: 1079.98px) {
  .homepage__statistic-description {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.homepage__statistic-image img {
  width: 100%;
}

.homepage__news {
  padding-top: 22.4rem;
  padding-bottom: 19.4rem;
  background-repeat: no-repeat;
  background-position: left calc(50% + 6rem) top -13.8rem;
}
@media (max-width: 1079.98px) {
  .homepage__news {
    padding-top: 11.4rem;
    padding-bottom: 8.6rem;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='955.047' height='1256.534'%3E%3Cg data-name='Group 5491' fill='none' stroke='%23d2d5dd'%3E%3Cg data-name='Group 594'%3E%3Cpath data-name='Path 5244' d='M438.023 139.258v273.641a24.137 24.137 0 01-24.134 24.136H120.202a4.043 4.043 0 01-4.043-4.043v-82.617a4.043 4.043 0 014.043-4.043h221.109a6.036 6.036 0 006.034-6.034V211.811a6.028 6.028 0 00-6.034-6.034H120.202a4.043 4.043 0 01-4.043-4.043v-82.545a4.043 4.043 0 014.043-4.043h293.687a24.132 24.132 0 0124.134 24.112z'/%3E%3Cpath data-name='Path 5245' d='M322.414 318.399v-82.646a4.015 4.015 0 00-4.019-4.043H97.225a6.036 6.036 0 01-6.034-6.034V97.237a6.028 6.028 0 016.034-6.038h221.157a4.043 4.043 0 004.043-4.043V4.543A4.043 4.043 0 00318.382.5H24.636A24.137 24.137 0 00.5 24.636h0v273.653a24.145 24.145 0 0024.136 24.136h293.746a4.03 4.03 0 004.043-4.018v-.008z'/%3E%3C/g%3E%3Cg data-name='Group 5293'%3E%3Cpath data-name='Path 5244' d='M954.546 958.258v273.641a24.137 24.137 0 01-24.134 24.136H636.725a4.043 4.043 0 01-4.043-4.043v-82.617a4.043 4.043 0 014.043-4.043h221.109a6.036 6.036 0 006.034-6.034v-128.487a6.028 6.028 0 00-6.034-6.034H636.725a4.043 4.043 0 01-4.043-4.043v-82.545a4.043 4.043 0 014.043-4.043h293.687a24.132 24.132 0 0124.134 24.112z'/%3E%3Cpath data-name='Path 5245' d='M838.937 1137.399v-82.646a4.015 4.015 0 00-4.019-4.043h-221.17a6.036 6.036 0 01-6.034-6.034V916.237a6.028 6.028 0 016.034-6.038h221.157a4.043 4.043 0 004.043-4.043v-82.613a4.043 4.043 0 00-4.043-4.043H541.159a24.137 24.137 0 00-24.136 24.136h0v273.653a24.145 24.145 0 0024.136 24.136h293.746a4.03 4.03 0 004.043-4.018v-.008z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: left calc(50% + 4rem) top -2.2rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__news {
    background-image: none;
    padding-top: 0.2rem;
    padding-bottom: 6.6rem;
  }
  .homepage__news ul {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news .col-12.col-md-6.order-md-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homepage__news .homepage__news-see-all-link {
    margin-top: auto;
  }
}
.homepage__news h2 {
  font-size: 10rem;
  font-weight: 800;
  line-height: 11rem;
  color: #1d57a5;
  margin-top: -1rem;
  margin-bottom: 23rem;
}
@media (max-width: 1079.98px) {
  .homepage__news h2 {
    font-size: 6rem;
    line-height: 6.4rem;
    margin-bottom: 11rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__news h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.6rem;
    margin-top: 3.6rem;
  }
}
.homepage__news li {
  border-bottom: solid 1px #1d57a5;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
  padding-right: 1rem;
  padding-bottom: 4.6rem;
  margin-bottom: 4.7rem;
}
@media (max-width: 1079.98px) {
  .homepage__news li {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-bottom: 4.1rem;
    margin-bottom: 4.6rem;
  }
}
.homepage__news li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news li:last-child {
    margin-bottom: 14rem;
  }
}
.homepage__news a.arrow-link {
  color: #000;
}

.homepage__large-news-feature {
  margin-bottom: 7.4rem;
}
@media (max-width: 767.98px) {
  .homepage__large-news-feature {
    margin-bottom: 5.4rem;
  }
}
.homepage__large-news-feature h3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1079.98px) {
  .homepage__large-news-feature h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__large-news-feature h3 {
    margin-bottom: 1.6rem;
  }
}
.homepage__large-news-feature h3 a {
  color: #000;
}
.homepage__large-news-feature img {
  width: 100%;
}

.homepage__large-news-feature-content {
  padding: 4.4rem 4rem 4.6rem;
  background-color: #fed141;
}
@media (max-width: 1079.98px) {
  .homepage__large-news-feature-content {
    padding: 3rem 4rem 4rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__large-news-feature-content {
    padding: 3rem 3.5rem;
    margin-bottom: 5.4rem;
  }
  .homepage__large-news-feature-content > h3:last-child {
    margin-bottom: 0;
  }
}

.homepage__large-news-feature-description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.18px;
}
@media (max-width: 767.98px) {
  .homepage__large-news-feature-description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.16px;
  }
}

.homepage__news-see-all-link a.btn {
  background-color: #fff;
}
.homepage__news-see-all-link a.btn:hover {
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news-see-all-link a.btn {
    margin-left: -13rem;
  }
}

.homepage__news.homepage__news--homepage {
  padding-top: 12rem;
  background-position: left calc(50% + 6rem) top -7.4rem;
  padding-bottom: 10.4rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news.homepage__news--homepage {
    padding-top: 11.4rem;
    padding-bottom: 8rem;
    background-position: left calc(50% + 6rem) top -2rem;
  }
  .homepage__news.homepage__news--homepage li {
    padding-bottom: 2.9rem;
    margin-bottom: 3rem;
  }
  .homepage__news.homepage__news--homepage li:last-child {
    margin-bottom: 1.8rem;
  }
  .homepage__news.homepage__news--homepage .homepage__news-see-all-link a.btn {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage__news.homepage__news--homepage {
    padding-top: 0;
    padding-bottom: 7rem;
  }
}
.homepage__news.homepage__news--homepage h2 {
  margin-bottom: 10.3rem;
}
@media (min-width: 1080px) {
  .homepage__news.homepage__news--homepage h2 {
    font-size: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news.homepage__news--homepage h2 {
    margin-bottom: 11rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__news.homepage__news--homepage h2 {
    font-size: 3.6rem;
    margin-bottom: 2.3rem;
  }
}
.homepage__news.homepage__news--homepage .homepage__large-news-feature {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news.homepage__news--homepage .homepage__large-news-feature {
    margin-bottom: 6.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news.homepage__news--homepage .homepage__large-news-feature img {
    width: 100vw;
    max-width: unset;
    margin-left: calc((100vw - 100%) / -2);
  }
}
.homepage__news.homepage__news--homepage .homepage__large-news-feature-content {
  position: absolute;
  top: -6rem;
  left: 6rem;
  width: 46rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news.homepage__news--homepage .homepage__large-news-feature-content {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage__news.homepage__news--homepage .homepage__large-news-feature-content {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }
}
.homepage__news.homepage__news--homepage .homepage__news-see-all-link {
  margin-top: 6rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__news.homepage__news--homepage .homepage__news-see-all-link {
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage__news.homepage__news--homepage .homepage__news-see-all-link {
    margin-top: 0;
  }
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2rem;
}

.post-header__image-details-lg-wrapper {
  position: relative;
}
.post-header__image-details-lg-wrapper .post-header__image-details {
  display: none;
}
.post-header__image-details-lg-wrapper .post-header__image-details:first-child {
  display: block;
}

@media (max-width: 767.98px) {
  .post__breadcrumbs nav.breadcrumb {
    margin: 1.5rem 0 2.2rem;
  }
}

.post-header {
  margin-top: 5rem;
}
@media (max-width: 1079.98px) {
  .post-header {
    background-color: #000;
  }
}
.post-header h1 {
  font-size: 4rem;
  line-height: 5rem;
  margin-top: 7.2rem;
  font-weight: 600;
}
@media (max-width: 1079.98px) {
  .post-header h1 {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .post-header h1 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (max-width: 1079.98px) {
  .post-header .col-12 > picture,
.post-header .col-12 > img {
    display: block;
    width: calc(100% + ((100vw - 100%) / 2));
  }
  .post-header .col-12 > picture + .d-lg-none,
.post-header .col-12 > img + .d-lg-none {
    padding: 1.6rem 0 7.4rem;
  }
  .post-header .col-12 > picture img,
.post-header .col-12 > img img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .post-header .col-12 > picture,
.post-header .col-12 > img {
    padding: 1.7rem 0;
  }
  .post-header .col-12 > picture + .d-lg-none,
.post-header .col-12 > img + .d-lg-none {
    padding: 1.6rem 0 5.4rem;
  }
}
.post-header .post-header__video {
  background-color: #1d57a5;
  padding: 3.6rem 0;
}
@media (max-width: 1079.98px) {
  .post-header .post-header__video {
    width: calc(100% + ((100vw - 100%) / 2));
  }
  .post-header .post-header__video + .d-lg-none {
    padding: 1.6rem 0 7.4rem;
  }
}
@media (max-width: 767.98px) {
  .post-header .post-header__video {
    padding: 1.7rem 0;
  }
  .post-header .post-header__video + .d-lg-none {
    padding: 1.6rem 0 5.4rem;
  }
}
@media (max-width: 1079.98px) {
  .post-header #header-carousel {
    width: calc(100% + ((100vw - 100%) / 2));
    overflow: hidden;
    padding-bottom: 13.5rem;
  }
  .post-header #header-carousel .carousel-inner {
    overflow: visible;
  }
  .post-header #header-carousel .post-header__image-details {
    margin-top: 2rem;
    position: absolute;
  }
}
@media (max-width: 1079.98px) {
  .post-header .post-header__caption,
.post-header .post-header__credit {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.14px;
    margin-bottom: 0.5rem;
  }
}
.post-header a.carousel-control-prev,
.post-header a.carousel-control-next {
  height: 3.8rem;
  width: 3.8rem;
  left: -3.8rem;
  background-color: #fff;
  opacity: 1;
  bottom: 3.8rem;
  top: unset;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header a.carousel-control-prev:hover,
.post-header a.carousel-control-next:hover {
  background-color: #fed141;
}
@media (max-width: 1079.98px) {
  .post-header a.carousel-control-prev,
.post-header a.carousel-control-next {
    left: 0;
    bottom: 13.5rem;
  }
}
.post-header a.carousel-control-prev .carousel-control-prev-icon,
.post-header a.carousel-control-prev .carousel-control-next-icon,
.post-header a.carousel-control-next .carousel-control-prev-icon,
.post-header a.carousel-control-next .carousel-control-next-icon {
  display: none;
}
.post-header a.carousel-control-next {
  background-color: #fed141;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1079.98px) {
  .post-header a.carousel-control-next {
    bottom: 17.3rem;
  }
}
.post-header a.carousel-control-next:hover {
  background-color: #fff;
}

.post-header__content-wrapper {
  height: calc(100% + 10rem);
  margin-top: -5rem;
}

.post-header__content {
  background-color: #000;
  color: #fff;
  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;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 200rem;
  margin-left: -200rem;
  padding-right: calc(100% + 4rem);
  margin-right: calc(-100% - 4rem);
}
@media (max-width: 767.98px) {
  .post-header__content {
    padding-top: 4rem;
    padding-bottom: 3.8rem;
  }
}
.post-header__content > .post-header__image-details,
.post-header__content > .post-header__image-details-lg-wrapper {
  margin-top: auto;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.14px;
  max-width: 28rem;
}
.post-header__content .post-header__credit {
  margin-top: 1.3rem;
}

.post-subhead hr {
  border-top: 1px solid #1d57a5;
  margin: 6.4rem 0;
}
@media (max-width: 1079.98px) {
  .post-subhead hr {
    margin: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .post-subhead hr {
    margin: 2.4rem 0 4rem;
  }
}

.post-subhead__description h2 {
  color: #1d57a5;
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.8rem;
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .post-subhead__description h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 0;
  }
}

.post-subhead__author {
  font-weight: 700;
}

.post-subhead__spacer {
  font-weight: 600;
  display: inline-block;
  margin: 0 1rem;
}

.post-subhead__author,
.post-subhead__published-date {
  line-height: 2.7rem;
  letter-spacing: 0.18px;
}
@media (max-width: 767.98px) {
  .post-subhead__author,
.post-subhead__published-date {
    font-size: 1.8rem;
  }
}

.post-subhead__categories {
  margin-top: 2.5rem;
}
.post-subhead__categories a {
  text-decoration: underline;
}
.post-subhead__categories a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .post-subhead__categories {
    font-size: 1.8rem;
  }
}

.gutenberg-body--post {
  margin-bottom: 7.5rem;
}
.gutenberg-body--post + .related_posts {
  margin-top: -7.5rem;
}

.events {
  padding-bottom: 0.1rem;
}

.events-header {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1079.98px) {
  .events-header h1 {
    margin-top: 2rem;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .events-header h1 {
    margin-top: 0.8rem;
    margin-bottom: 1rem;
  }
}
.events-header .events-header__description a {
  color: #fff;
  text-decoration: underline;
}
.events-header .events-header__description a:hover {
  text-decoration: none;
}
.events-header .featured-event {
  margin-top: 8rem;
}
@media (max-width: 767.98px) {
  .events-header .featured-event {
    margin-top: 4rem;
  }
}
.events-header .featured-event h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .events-header .featured-event h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
.events-header .featured-event__image {
  position: relative;
  z-index: 2;
  margin-top: 9.6rem;
  width: calc(100% - 7.7rem);
}
@media (max-width: 1079.98px) {
  .events-header .featured-event__image {
    margin-top: 0.6rem;
    margin-bottom: -12rem;
    width: calc(100% - 2rem);
  }
}
@media (max-width: 767.98px) {
  .events-header .featured-event__image {
    width: calc(100% - 1.2rem);
    margin-bottom: -8rem;
  }
}
.events-header .featured-event__image:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .events-header .featured-event__image:before {
    left: 1.2rem;
    top: 1.2rem;
  }
}
.events-header .featured-event__image img {
  position: relative;
  z-index: 2;
}
.events-header .featured-event__content {
  background-color: #fed141;
  color: #000;
  padding-top: 6.2rem;
  padding-bottom: 6.2rem;
  padding-right: 200rem;
  margin-right: -200rem;
  padding-left: calc(((((100% - 20rem) / 6) * 2) + 8rem));
  margin-left: calc(((((100% - 20rem) / 6) * 2) + 8rem) * -1);
  position: relative;
  z-index: 1;
  min-height: 60rem;
  margin-bottom: -10rem;
}
@media (max-width: 1079.98px) {
  .events-header .featured-event__content {
    padding-top: 18rem;
    margin-bottom: -50rem;
    margin-left: 0;
    padding-left: calc((((100% - 22rem) / 11) + 2rem));
    margin-right: -200rem;
    padding-right: 200rem;
  }
}
@media (max-width: 767.98px) {
  .events-header .featured-event__content {
    margin: 0 -200rem 0;
    padding: 14rem 200rem 3rem;
  }
}

.events-header--no-feature {
  padding-bottom: 29.2rem;
}
@media (max-width: 1079.98px) {
  .events-header--no-feature {
    padding-bottom: 44rem;
  }
}
@media (max-width: 767.98px) {
  .events-header--no-feature {
    padding-bottom: 4rem;
  }
}
.events-header--no-feature + .events-list {
  padding-top: 0;
}
.events-header--no-feature + .events-list .events {
  margin-top: -20rem;
}
@media (max-width: 1079.98px) {
  .events-header--no-feature + .events-list .events {
    margin-top: -36rem;
  }
}
@media (max-width: 767.98px) {
  .events-header--no-feature + .events-list .events {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .events-header--no-feature + .events-list {
    padding-top: 3.6rem;
  }
}

.events__breadcrumbs {
  color: #fff;
}
.events__breadcrumbs nav.breadcrumb {
  margin: 2rem 0 3.3rem;
}
@media (max-width: 1079.98px) {
  .events__breadcrumbs nav.breadcrumb {
    margin: 2.5rem 0;
  }
}
.events__breadcrumbs nav.breadcrumb a {
  color: #fff;
}
.events__breadcrumbs nav.breadcrumb a:hover {
  color: #fed141;
}

.event__image {
  margin-top: 6rem;
  width: calc(100% + 4rem);
  position: relative;
  z-index: 2;
}
@media (max-width: 1079.98px) {
  .event__image {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .event__image {
    display: none;
  }
}

.events-list {
  background-color: #f2f2f2;
  padding-top: 23.3rem;
}
@media (max-width: 1079.98px) {
  .events-list {
    padding-top: 55rem;
  }
  .events-list .query-wrangler__pager {
    margin: 4.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .events-list {
    padding-top: 3.6rem;
  }
}
.events-list .row {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .events-list .row {
    margin-bottom: 4rem;
  }
}
.events-list .row:last-child {
  margin-bottom: 0;
}

.event__content {
  background-color: #fff;
  padding-top: 5.5rem;
  padding-right: 200rem;
  padding-bottom: 6.4rem;
  margin-right: -200rem;
  padding-left: calc(((((100% - 20rem) / 6) * 2) + 8rem));
  margin-left: calc(((((100% - 20rem) / 6) * 2) + 8rem) * -1);
  position: relative;
  z-index: 1;
}
@media (max-width: 1079.98px) {
  .event__content {
    padding-top: 6.4rem;
    padding-bottom: 5.4rem;
    padding-left: calc(((((100% - 14rem) / 8) * 3) + 6rem));
    margin-left: calc(((((100% - 14rem) / 8) * 3) + 6rem) * -1);
  }
}
@media (max-width: 767.98px) {
  .event__content {
    margin: 0 -200rem;
    padding: 3.8rem 200rem;
  }
}
.event__content h3 {
  color: #d31e25;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.4rem;
  margin-top: 0.3rem;
  margin-bottom: 2.9rem;
}

.event__details {
  border-top: solid 1px #000;
  margin-top: 3rem;
  padding-top: 2.4rem;
}
@media (max-width: 767.98px) {
  .event__details {
    margin-top: 1.7rem;
    padding-top: 2rem;
  }
}

.event-details__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .event-details__columns {
    display: block;
  }
}

.event-details__columns strong,
.event__details strong {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2.7rem;
  letter-spacing: 0.51px;
  display: inline-block;
  margin-right: 0.5rem;
}
.event-details__columns .event__presented-by strong,
.event__details .event__presented-by strong {
  display: block;
}
.event-details__columns a,
.event__details a {
  text-decoration: underline;
}
.event-details__columns a:hover,
.event__details a:hover {
  text-decoration: none;
}

.event-details__left {
  width: 70%;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  .event-details__left {
    width: 100%;
    padding-right: 0;
  }
}

.event-details__right {
  width: 30%;
}
@media (max-width: 767.98px) {
  .event-details__right {
    width: 100%;
    margin-top: 1.8rem;
  }
  .event-details__right strong {
    display: block;
  }
}

.event__registration-link {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .query-news-wrapper .query-wrangler__content {
    margin-top: 7.6rem;
  }
}

.news-header__bg-image-hide-bg {
  background: #000 !important;
}

@media (max-width: 1079.98px) {
  .news-header__bg-image {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
  }
  .news-header__bg-image > .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 1079.98px) {
  .news-header__bg-image > .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.news-header {
  background-color: #000;
}
.news-header .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 55.4rem;
}
@media (max-width: 1079.98px) {
  .news-header .col-lg-5 {
    min-height: 35.6rem;
  }
}
.news-header .news-header__bg-image-hide-bg .col-lg-5 {
  min-height: unset;
  padding-top: 6rem;
}
.news-header h1 {
  margin-top: auto;
  margin-bottom: 0;
  background-color: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.7rem 4.5rem 2.2rem 4rem;
}
@media (max-width: 767.98px) {
  .news-header h1 {
    padding: 1.5rem 2.9rem;
  }
}
.news-header .news-header__feature {
  background-color: #fed141;
  padding: 4.6rem 4rem 3.2rem 4rem;
  margin-bottom: -6.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1079.98px) {
  .news-header .news-header__feature {
    margin-bottom: -22rem;
  }
}
@media (max-width: 767.98px) {
  .news-header .news-header__feature {
    padding: 3rem 2rem;
    margin-bottom: -12rem;
  }
}
.news-header .news-header__feature-categories {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-bottom: 1.8rem;
}
.news-header .news-header__feature-categories a {
  color: #000;
  text-decoration: none;
}
.news-header .news-header__feature-categories a:hover {
  text-decoration: underline;
}
.news-header h2.news-header__feature-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
}
.news-header h2.news-header__feature-title a {
  color: #000;
  text-decoration: none;
}
.news-header h2.news-header__feature-title a:hover {
  text-decoration: underline;
}

.news-header__scroll-link {
  position: absolute;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .news-header__scroll-link {
    display: none;
  }
}
.news-header__scroll-link a {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 6.9rem;
  width: 6.9rem;
  background-color: #fed141;
  position: absolute;
  right: 0;
  top: -3.5rem;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-header__scroll-link a:hover {
  background-position: center bottom 1rem;
}

.query-news-wrapper {
  padding-bottom: 6rem;
}
.query-news-wrapper .query-wrangler__form {
  background-color: #000;
  padding-top: 17rem;
  padding-bottom: 7.6rem;
}
@media (max-width: 1079.98px) {
  .query-news-wrapper .query-wrangler__form {
    padding-top: 28.5rem;
  }
}
@media (max-width: 767.98px) {
  .query-news-wrapper .query-wrangler__form {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.gutenberg-body--no-feature .query-news-wrapper .query-wrangler__form {
  padding-top: 8rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body--no-feature .query-news-wrapper .query-wrangler__form {
    padding-top: 4rem;
  }
}
.query-news-wrapper .news__featured-row {
  background-color: #fed141;
  height: 100%;
}
.query-news-wrapper .col-md-6 {
  margin-bottom: 5.6rem;
}
.query-news-wrapper .col-md-6:first-child .news__featured-row-image {
  background-color: #000;
  padding: 0 200rem;
  margin: 0 -200rem;
}
.query-news-wrapper .news__featured-row-link {
  background-color: #fed141;
  padding: 4.8rem 4rem;
  line-height: 3.6rem;
}
.query-news-wrapper .news__featured-row-link a.arrow-link {
  color: #000;
  font-size: 3rem;
  font-weight: 300;
}
.query-news-wrapper .news__featured-row-link a.arrow-link:after {
  margin-left: 1rem;
}
.query-news-wrapper hr {
  border-top: 1px solid #1d57a5;
  margin: 2rem 0;
}
.query-news-wrapper .col-lg-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.query-news-wrapper .col-lg-7 .related_posts__link {
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .query-news-wrapper .query-wrangler__pager {
    margin: 0;
  }
}
.query-news-wrapper .news {
  padding-bottom: 3rem;
}
@media (max-width: 1079.98px) {
  .query-news-wrapper .news {
    padding-top: 4.3rem;
  }
}

.query-wrangler__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form form {
    display: block;
  }
}
.query-wrangler__form .query-exposed-opus_search {
  position: relative;
}
.query-wrangler__form label.query-exposed-label-opus_search {
  position: absolute;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  top: -3rem;
}
.query-wrangler__form .text-box-filter,
.query-wrangler__form .query-exposed-opus_search {
  display: inline-block;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .text-box-filter {
    display: block;
    width: 66%;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form .text-box-filter {
    width: 100%;
  }
}
.query-wrangler__form .query-exposed-opus_search input {
  background-color: #000;
  border: solid 2px #fff;
  border-radius: 0;
  color: #fff;
  height: 6rem;
  width: 27rem;
  padding: 0 2rem;
  margin-right: 4rem;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .query-exposed-opus_search input {
    width: 100%;
  }
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .query-exposed-opus_search {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .btn-group {
    width: 66%;
    margin-top: 3.5rem;
  }
  .query-wrangler__form .btn-group .dropdown {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form .btn-group {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 2.2rem;
  }
}
.query-wrangler__form .dropdown-toggle {
  background-color: transparent;
  color: #fff;
  border: solid #fff 2px;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.18px;
  min-width: 27rem;
  text-align: left;
  text-transform: none;
  padding: 1.3rem 4.5rem 1.3rem 2rem;
  margin-right: 4rem;
  position: relative;
}
.query-wrangler__form .dropdown-toggle:after {
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  height: 1rem;
  width: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .dropdown-toggle {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form .dropdown-toggle {
    border: 0 !important;
    padding-left: 0;
  }
  .query-wrangler__form .dropdown-toggle:after {
    -webkit-transition: none;
    transition: none;
    height: 1.6rem;
    top: 2.2rem;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.142' height='16.142'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath data-name='Path 1' d='M15.142 8.071H1'/%3E%3Cpath data-name='Path 2' d='M8.07 15.142V1'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.query-wrangler__form .show .dropdown-toggle {
  background-color: transparent;
  color: #fff;
  border: solid #fff 2px;
}
.query-wrangler__form .show .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .query-wrangler__form .show .dropdown-toggle:after {
    -webkit-transform: none;
            transform: none;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.142' height='16.142'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M15.142 8.071H1'/%3E%3C/svg%3E");
  }
}
.query-wrangler__form .dropdown-menu {
  border: 0;
  width: 27rem;
  padding-top: 1.5rem;
  color: #000;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .query-wrangler__form .dropdown-menu {
    background-color: #000 !important;
    color: #fff;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
    max-height: none !important;
  }
  .query-wrangler__form .dropdown-menu .form-check {
    padding-left: 0;
  }
}
.query-wrangler__form .dropdown-menu .query-checkboxes label {
  display: block;
  padding: 0 0 0 3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .query-wrangler__form .dropdown-menu .query-checkboxes label {
    padding: 1.5rem 0 1.5rem 3rem;
    margin: 0;
    border-bottom: solid 2px #fff;
    position: relative;
    font-size: 1.8rem;
  }
}
.query-wrangler__form .dropdown-menu .query-checkboxes label:before {
  content: "";
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border: solid 2px #000;
  background-color: #fff;
  position: absolute;
  top: -0.4rem;
  left: -0.6rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (max-width: 767.98px) {
  .query-wrangler__form .dropdown-menu .query-checkboxes label:before {
    border-color: #fff;
    background-color: #000;
    top: 1.2rem;
    left: -0.4rem;
  }
}
.query-wrangler__form .dropdown-menu .query-checkboxes input[type=checkbox]:checked + label:before {
  background-repeat: no-repeat;
  background-position: center;
}
.query-wrangler__form .dropdown-menu .query-checkboxes input[type=checkbox]:focus + label:before {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.query-wrangler__form input.btn[value=Filter] {
  width: 16.6rem;
  color: #fed141;
  border-color: #fed141;
  margin-right: 4rem;
  font-weight: 600;
}
.query-wrangler__form input.btn[value=Filter]:hover {
  color: #000;
  background-color: #fed141;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-wrangler__form input.btn[value=Filter] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form input.btn[value=Filter] {
    width: 10rem;
    margin-right: 1.8rem;
  }
}
.query-wrangler__form input.btn[value=Clear] {
  width: 16.6rem;
  color: #fff;
  border-color: #fff;
  font-weight: 600;
}
.query-wrangler__form input.btn[value=Clear]:hover {
  color: #000;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-wrangler__form input.btn[value=Clear] {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form input.btn[value=Clear] {
    width: 10rem;
  }
}

.query-wrangler__form-mobile-toggle {
  margin-top: 2rem;
  padding-top: 13rem;
  padding-bottom: 5.2rem;
}
.gutenberg-body--no-feature .query-wrangler__form-mobile-toggle {
  margin-top: 0;
  padding-top: 0;
}
.query-wrangler__form-mobile-toggle a.btn {
  width: 10rem;
}

.query-wrangler__form-mobile-label {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6rem;
}

.query-wrangler__form-mobile-close {
  position: relative;
}
.query-wrangler__form-mobile-close a {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

@media (max-width: 767.98px) {
  .query-wrangler__form-mobile-wrapper {
    display: none;
    position: relative;
    padding: 14rem 20rem 4rem;
    margin: 2.2rem -20rem 1.5rem;
    background-color: #000;
  }
  .query-wrangler__form-mobile-wrapper.open {
    display: block;
  }
  .gutenberg-body--no-feature .query-wrangler__form-mobile-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .query-wrangler__form-mobile-wrapper {
    display: block !important;
  }
}

.search__header {
  background-color: #1d57a5;
  color: #fff;
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media (max-width: 1079.98px) {
  .search__header {
    padding-top: 1.2rem;
    padding-bottom: 4.7rem;
  }
}
@media (max-width: 767.98px) {
  .search__header {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.search__header h1 {
  margin-bottom: 5.6rem;
}
@media (max-width: 1079.98px) {
  .search__header h1 {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .search__header h1 {
    margin: 4rem 0 3.6rem;
  }
}
.search__header form {
  margin-bottom: 0.5rem;
}
.search__header form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .search__header form > div > label {
    width: 100%;
  }
}
.search__header input[type=text] {
  height: 5.5rem;
  border: 0;
  width: 52.5rem;
  letter-spacing: 0.18px;
  padding: 0 2rem;
  border-radius: 0 !important;
}
.search__header input[type=text]:focus {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .search__header input[type=text] {
    height: 4.1rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
    width: 100%;
  }
}
.search__header button {
  background-color: #fff;
  border: 0;
  margin-left: 0.2rem;
  height: 5.5rem;
  width: 5.5rem;
  position: relative;
  display: block;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .search__header button {
    height: 4.1rem;
    width: 4.1rem;
  }
}
.search__header button:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 767.98px) {
  .search__header button:before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.787' height='20.371'%3E%3Cg data-name='blue button arrow_phone' fill='none' stroke='%231d57a5' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M19.787 20.003v-19h-19'/%3E%3Cpath data-name='Line 51' d='M19.644.726L.707 19.663'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.search__header button:hover:before {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search__body {
  padding-bottom: 10rem;
}
@media (max-width: 767.98px) {
  .search__body {
    padding-bottom: 4rem;
  }
}
.search__body .query-wrangler__pager {
  margin: 7rem 0 1rem;
}
@media (max-width: 767.98px) {
  .search__body .query-wrangler__pager {
    margin: 4.5rem 0 1rem;
  }
}

.search-result {
  border-top: solid 1px #1d57a5;
  margin-top: 4rem;
  padding-top: 4rem;
}
@media (max-width: 767.98px) {
  .search-result {
    margin-top: 2.6rem;
    padding-top: 3rem;
  }
}
.search-result h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 800;
  color: #1d57a5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.search-result p {
  margin-bottom: 0;
}
.search-result p strong {
  font-weight: normal;
  color: #1d57a5;
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  .search-result p {
    line-height: 2.7rem;
  }
}
.search-result:first-child {
  border-top: 0;
  margin-top: 3.4rem;
}
@media (max-width: 1079.98px) {
  .search-result:first-child {
    margin-top: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .search-result:first-child {
    margin-top: 0.5rem;
  }
}

.search-result-item__breadcrumbs {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.search-result-item__breadcrumbs a {
  color: #000;
  text-decoration: none;
}
.search-result-item__breadcrumbs a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
