@charset "UTF-8"; /*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
:root {
  --primary: #ea0029;
  --red: #ea0029;
  --fontClr: #313131;
  --font-clr: #313131;
  --light-grey: #a5a5a5;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[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;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 95vw;
  }
}
@media (min-width: 1350px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1296px;
  }
}
@media (min-width: 1540px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }
}
@media (min-width: 1820px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1770px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1350px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1540px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1820px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  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: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  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.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 480px) {
  .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: 1350px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1540px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1820px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.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.125rem;
}
.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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1349.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1350px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1539.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1540px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1819.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1820px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.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: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1350px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1540px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1820px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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 embed,
.embed-responsive iframe,
.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.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1350px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1540px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1820px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 480px) {
  .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: 1350px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1540px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1820px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -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 {
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1350px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1540px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1820px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 480px) {
  .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: 1350px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1540px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1820px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  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;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Bold.woff2) format("woff2"),
    url(../assets/fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-SemiBold.woff2) format("woff2"),
    url(../assets/fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Medium.woff2) format("woff2"),
    url(../assets/fonts/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-BoldItalic.woff2) format("woff2"),
    url(../assets/fonts/Montserrat-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Italic.woff2) format("woff2"),
    url(../assets/fonts/Montserrat-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-MediumItalic.woff2) format("woff2"),
    url(../assets/fonts/Montserrat-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../assets/fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.bg-white {
  background-color: #fff;
}
.bg-primary,
.bg-red {
  background-color: var(--primary) !important;
  color: #fff;
}
.bg-primary .btn,
.bg-red .btn {
  background-image: url(../assets/images/right-arrow-white.svg);
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bg-primary .btn:hover,
.bg-red .btn:hover {
  background-image: url(../assets/images/right-arrow-red.svg);
  background-color: #fff;
  color: var(--primary);
}
.bg-primary .btn:hover:after,
.bg-red .btn:hover:after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.65) 0,
    rgba(255, 255, 255, 0) 30%
  );
}
.bg-primary-light {
  background-color: var(--primary-light) !important;
}
.bg-accent {
  background-color: var(--accent) !important;
}
.bg-light {
  background-color: #f8f8f8 !important;
}
.bg-black,
.bg-dark {
  color: #fff;
  background-color: #000;
}
.red {
  color: var(--primary);
}
.white {
  color: #fff;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: var(--textclr, #313131);
  font-size: 1.8rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  background-color: #fff;
}
p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: 600;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
h2 + p,
h3 + p,
h4 + p,
h5 + p {
  margin-top: 2rem;
}
:is(ul, ol) + :is(h2, h3, h4, h5, p) {
  margin-top: 1.2em;
}
table + h2,
table + h3,
table + h4,
table + h5,
table + p {
  margin-top: 2em;
}
a {
  text-decoration: underline;
  color: var(--primary);
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.btn, button {
    background: url(../assets/images/right-arrow-white.svg) no-repeat calc(100% - 23px) center red; /* red instead of transparent */
    color: #fff; /* white text for contrast */
    padding: 14px 63px 15px 21px;
    text-decoration: none;
    border: 2px solid red; /* match the red background */
    border-radius: 45px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    position: relative;
}

.btn:hover, button:hover {
    background-color: red; /* keep red on hover */
    color: #fff; /* keep text white */
}

@-webkit-keyframes buttonbackground {
  0% {
    background-position: calc(100% - 38px) center;
  }
  100% {
    background-position: calc(100% - 23px) center;
  }
}
@keyframes buttonbackground {
  0% {
    background-position: calc(100% - 38px) center;
  }
  100% {
    background-position: calc(100% - 23px) center;
  }
}
.btn span,
button span {
  display: block;
  position: relative;
  z-index: 2;
}
.btn:hover,
button:hover {
  background-color: var(--primary);
  background-image: url(../assets/images/right-arrow-white.svg);
  color: #fff;
  -webkit-animation: buttonbackground 1s ease;
  animation: buttonbackground 1s ease;
}
.btn:hover:after,
button:hover:after {
  content: "";
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(234, 0, 41, 0.65) 0,
    rgba(234, 0, 41, 0) 30%
  );
}
.btn--red,
button--red {
  background: url(../assets/images/right-arrow-white.svg) no-repeat
    calc(100% - 23px) center transparent;
  color: #fff;
  background-color: var(--red);
}
.btn--red:hover,
button--red:hover {
  background: url(../assets/images/right-arrow-red.svg) no-repeat
    calc(100% - 23px) center transparent;
  background-color: #fff;
  color: var(--red);
}
.btn--red::after,
button--red::after {
  display: none;
}
.btn--gray,
button--gray {
  background: url(../assets/images/right-arrow-black.svg) no-repeat
    calc(100% - 23px) center transparent;
  color: var(--fontClr);
}
.btn--gray:hover,
button--gray:hover {
  background: url(../assets/images/right-arrow-red.svg) no-repeat
    calc(100% - 23px) center transparent;
  background-color: #fff;
  color: var(--red);
}
.btn--gray::after,
button--gray::after {
  display: none;
}
.btn--download,
button--download {
  padding: 14px 21px 15px 63px;
  background: url(../assets/images/down-arrow-black.svg) no-repeat 23px center
    transparent;
  color: var(--fontClr);
}
.btn--download:hover,
button--download:hover {
  background-color: var(--primary);
  color: #fff;
  -webkit-animation: buttonbackgrounddownload 1s ease;
  animation: buttonbackgrounddownload 1s ease;
  background-image: url(../assets/images/down-arrow-white.svg);
}
.btn--download:hover::after,
button--download:hover::after {
  display: none;
}
@-webkit-keyframes buttonbackgrounddownload {
  0% {
    background-position: 23px top;
  }
  100% {
    background-position: 23px center;
  }
}
@keyframes buttonbackgrounddownload {
  0% {
    background-position: 23px top;
  }
  100% {
    background-position: 23px center;
  }
}
.btn--small,
button--small {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 5px;
  background-size: 16px 16px;
}
.btn--small:hover,
button--small:hover {
  background-size: 16px 16px;
}
.btn.close,
button.close {
  background-image: none;
}
.btn + .btn,
.btn + button,
button + .btn,
button + button {
  margin-left: 2rem;
}
.btn--reset,
.site-search .search-toggle,
button--reset {
  background: 0 0;
  border: none;
  padding: 0;
  color: var(--primary);
}
.btn--reset:hover,
.site-search .search-toggle:hover,
button--reset:hover {
  background: 0 0;
  color: inherit;
}
.btn--reset:hover:after,
.site-search .search-toggle:hover:after,
button--reset:hover:after {
  display: none;
}
.btn--anchor,
button--anchor {
  background: url(../assets/images/down-arrow-red.svg) no-repeat
    calc( - 23px) center transparent;
}
.btn--anchor:hover,
button--anchor:hover {
  background-color: var(--primary);
  color: #fff;
  -webkit-animation: buttonbackgroundanchor 1s ease;
  animation: buttonbackgroundanchor 1s ease;
  background-image: url(../assets/images/down-arrow-white.svg);
}
@-webkit-keyframes buttonbackgroundanchor {
  0% {
    background-position: calc(100% - 23px) top;
  }
  100% {
    background-position: calc(100% - 23px) center;
  }
}
@keyframes buttonbackgroundanchor {
  0% {
    background-position: calc(100% - 23px) top;
  }
  100% {
    background-position: calc(100% - 23px) center;
  }
}
.btn--colour,
.pb-banner .btn,
.pb-hero--home .btn,
button--colour {
  background-image: url(../assets/images/right-arrow-white.svg);
  color: #fff;
}
.btn--colour:hover,
.pb-banner .btn:hover,
.pb-hero--home .btn:hover,
button--colour:hover {
  background-color: var(--primary);
}
@media (max-width: 1349.98px) {
  .row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
:focus:not(:focus-visible) {
  outline: 0 !important;
}
img.objectfit {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
svg.icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  fill: currentColor;
  position: relative;
  top: 3px;
  margin: -2px 5px 0 0;
}
.skiplink {
  position: absolute;
  left: -9999em;
}
.skiplink:focus {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 2rem;
  z-index: 1000;
  background: #000;
  padding: 1rem 1.8rem;
  border: 4px solid #fff;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2rem;
}
.alignnone {
  margin: 2rem 0;
}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 1.3em;
}
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
li ol > li {
  margin: 0;
}
li ol > li:before {
  content: counters(item, ".") " ";
  padding-right: 1em;
}
@media (max-width: 767.98px) {
  main .pb .row [class*="col"]:nth-of-type(2) .pb-content__image-container {
    margin-top: 4rem;
  }
}
.content {
  position: relative;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  overflow-y: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 750px;
  width: 100%;
  max-width: 1000px;
  background: #fff;
  padding: 9.5rem 4rem 4rem;
  border: 10px solid;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.3);
}
.modal.open {
  display: block;
}
.modal .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.6rem 1.3rem 0.4rem;
  font-size: 4rem;
  line-height: 1;
}
.modal .close:after {
  display: none;
}
@media (max-width: 767.98px) {
  .modal {
    padding: 9.5rem 2rem 2rem;
  }
}
.iframe-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .btn-video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 0;
  border: 0;
  background: 0 0;
}
.video-container .btn-video-play:focus {
  outline: 0;
  box-shadow: none;
}
.video-container .btn-video-play:before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #313131;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-container .btn-video-play:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: block;
  background: var(--red);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-container .btn-video-play:hover:before {
  border-color: transparent transparent transparent #fff;
}
.video-container .btn-video-play:hover:after {
  background: #313131;
}
@media (max-width: 767.98px) {
  .video-container .btn-video-play:before {
    border-width: 7px 0 7px 10px;
  }
  .video-container .btn-video-play:after {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
.read-more__trigger {
  margin-bottom: 2rem;
}
.read-more__reveal {
  display: none;
}
.read-more__reveal.visible {
  display: block;
  margin-bottom: 1.5em;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-50 {
  margin-top: 5rem;
}
.m-t-60 {
  margin-top: 6rem;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-20 {
  margin-bottom: 2rem;
}
.m-b-30 {
  margin-bottom: 3rem;
}
.m-b-40 {
  margin-bottom: 4rem;
}
.m-b-50 {
  margin-bottom: 5rem;
}
.m-b-60 {
  margin-bottom: 6rem;
}
.m-b-80 {
  margin-bottom: 8rem;
}
.full-height {
  min-height: 100vh;
}
@media (max-width: 1349.98px) {
  .full-height {
    min-height: 0;
  }
}
.site-search .search-form {
  display: none;
  position: absolute;
  position: absolute;
  width: 25rem;
  right: 0;
  top: 4rem;
}
.site-search .search-form .search-field {
  padding: 0.6rem 1.6rem;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.site-search .search-toggle svg path {
  fill: #fff;
}
body.theme-white .site-search .search-toggle svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .site-search {
    display: none;
  }
}
body.search .pb-hero {
  padding: 40rem 0 25rem;
  margin-bottom: 10rem;
}
body.search .pb-hero__helix {
  top: auto;
  bottom: 5rem;
}
@media (max-width: 960px) {
  body.search .pb-hero__helix {
    display: none;
  }
  body.search .pb-hero {
    padding: 25rem 0 20rem;
  }
}
body.search h5 {
  padding: 0 0 20rem;
}
body.search .search-result {
  margin-bottom: 7rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--primary);
}
body.search .search-result h2 {
  font-size: calc(1.8rem + 0.5 * ((100vw - 540px) / 420));
}
@media screen and (max-width: 540px) {
  body.search .search-result h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  body.search .search-result h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767.98px) {
  body.search .btn {
    margin-top: 2rem;
  }
}
table {
  width: 100% !important;
  margin: 5rem 0 !important;
}
table thead {
  background: #000;
  color: #fff;
}
table thead b {
  font-size: calc(2.5rem + 1.5 * ((100vw - 540px) / 420));
}
@media screen and (max-width: 540px) {
  table thead b {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  table thead b {
    font-size: 4rem;
  }
}
table thead th {
  font-size: 1.7rem;
  padding: 2rem 3.5rem 2rem;
  font-weight: 400;
  background: 0 0 !important;
}
table tbody tr {
  border-top: 1px solid;
  border-color: #707070;
}
table tbody tr:last-of-type {
  border-bottom: 1px solid #707070;
}
table tbody td {
  font-size: 2rem;
  padding: 3.5rem;
}
table tbody td strong,
table tbody td.strong {
  font-weight: 500;
}
table ul {
  padding-left: 2rem;
}
table .btn {
  margin-top: 0;
  float: right;
}
table label {
  width: 100%;
}
table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  font-weight: 300;
  font-size: 1.5rem;
  width: 100%;
  padding: 2px 10px;
  display: block;
  position: relative;
  z-index: 25;
  background: url(../assets/images/down-arrow.png) no-repeat;
  background-position: right 18px center;
  background-color: #fff;
  box-shadow: none !important;
  border: 1px solid #313131;
  color: #313131;
}
table select:active,
table select:focus {
  background: url(../assets/images/up-arrow.png) no-repeat;
  background-position: right 18px center;
  background-color: #fff;
  border: 1px solid #313131 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
table select option {
  font-weight: 300;
  white-space: pre;
  padding-top: 1rem;
  min-height: 35px;
}
@media (max-width: 767.98px) {
  table select {
    min-width: auto;
  }
}
.pb-table table {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0 !important;
}
.pb-table table.table--auto {
  table-layout: auto;
}
.pb-table table.table--fixed {
  table-layout: fixed;
}
.pb-table table {
  table-layout: fixed;
}
.pb-table.table--fixed .table-cols--i2 td {
  width: 50%;
}
.pb-table.table--fixed .table-cols--i3 td {
  width: 33.333%;
}
.pb-table.table--fixed .table-cols--i4 td {
  width: 25%;
}
.pb-table.table--fixed .table-cols--i5 td {
  width: 20%;
}
.pb-table__content p {
  font-size: 1.5rem;
}
.pb-table--centeredfix th:not(:first-of-type) {
  text-align: center;
}
.pb-table--centeredfix td:not(:first-of-type) {
  text-align: center;
}
.pb-table--centeredfix img.table-tick {
  margin: 0 auto;
}
.pb-table--override th {
  text-align: center !important;
  padding: 3rem 2.5rem 3rem;
}
.pb-table--override th.left {
  text-align: left !important;
}
.pb-table--override td {
  text-align: center !important;
  padding: 1.8rem 2.5rem;
}
.pb-table--override td.left {
  text-align: left !important;
}
.pb-table--override td[rowspan] {
  border-right: 2px dotted #707070;
}
.pb-table--override tr td:last-of-type[rowspan] {
  border-left: 2px dotted #707070;
  border-right: none;
}
.table__heading {
  padding: 4rem 2rem;
  font-weight: 400;
}
.table__heading + .table table {
  margin-top: 0 !important;
}
.table-container {
  position: relative;
}
@media (max-width: 1260px) {
  .table-container .table:after {
    content: "";
    display: block;
    height: 100%;
    width: 7rem;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.9) 20%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .table-container .table:before {
    content: "";
    background: url(../assets/images/swipe.png) no-repeat center;
    background-size: 100%;
    height: 3rem;
    width: 3rem;
    position: absolute;
    bottom: -0.7rem;
    right: 1rem;
    z-index: 1;
  }
}
.table:not(.table--no-scroll)::-webkit-scrollbar {
  background: #ececec;
  border-radius: 10px;
  height: 16px;
}
.table:not(.table--no-scroll)::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 26px;
}
@media (max-width: 1260px) {
  .table:not(.table--no-scroll) {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 2rem;
  }
  .table:not(.table--no-scroll) table {
    min-width: 880px;
  }
}
img.table-tick {
  display: block;
}
@media (max-width: 767.98px) {
  .mobile-hide {
    display: none !important;
  }
}
.cli-modal-close:after {
  display: none !important;
}
.popmake-close:after {
  display: none;
}
.alpha,
h1 {
  font-size: calc(4rem + 1.8 * ((100vw - 540px) / 420));
  font-weight: 500;
  line-height: 1.32;
}
@media screen and (max-width: 540px) {
  .alpha,
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .alpha,
  h1 {
    font-size: 5.8rem;
  }
}
.beta,
.contact-menu .nav-megamenu__overview,
.main-nav .navbar--primary .nav-megamenu__overview,
.table__heading,
h2 {
  font-size: calc(3.2rem + 1.1 * ((100vw - 540px) / 420));
  font-weight: 500;
  line-height: 1.233em;
}
@media screen and (max-width: 540px) {
  .beta,
  .contact-menu .nav-megamenu__overview,
  .main-nav .navbar--primary .nav-megamenu__overview,
  .table__heading,
  h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .beta,
  .contact-menu .nav-megamenu__overview,
  .main-nav .navbar--primary .nav-megamenu__overview,
  .table__heading,
  h2 {
    font-size: 4.3rem;
  }
}
.gamma,
h3 {
  font-size: calc(2.3rem + 0.5 * ((100vw - 540px) / 420));
}
@media screen and (max-width: 540px) {
  .gamma,
  h3 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 960px) {
  .gamma,
  h3 {
    font-size: 2.8rem;
  }
}
.delta,
h4 {
  font-size: calc(2rem + 0.3 * ((100vw - 540px) / 420));
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .delta,
  h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .delta,
  h4 {
    font-size: 2.3rem;
  }
}
.epsilon,
h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 400;
  line-height: 1.1;
}
.sub-heading {
  color: var(--red);
  margin-left: -55px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1349.98px) {
  .sub-heading {
    margin-left: 0;
  }
}
.pb-content--long-left-override .sub-heading {
  margin-left: 0;
}
blockquote {
  font-size: 2.8rem;
  color: #989799;
  quotes: "“" "”" "‘" "’";
}
blockquote p {
  margin: 0;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
blockquote em {
  font-size: 1.5rem;
  color: var(--textclr);
  display: block;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .pb-content .pb-content__quote-side {
    margin-bottom: 4rem;
  }
}
.site-header {
  width: 100%;
  position: absolute;
  z-index: 999;
}
.site-header .navbar {
  padding: 5.8rem 1.5rem;
  width: 100%;
}
.site-header .navbar .navbar-brand {
  padding: 0;
  margin-right: 5rem;
}
.site-header .logo {
  min-width: 165px;
  max-width: 165px;
  height: 67px;
  --logoPathColour: #ea0029;
}
.site-header .logo--white {
  --logoPathColour: #fff;
}
.site-header .logo [data-name="hex"] {
  stroke-width: 1px;
  stroke: var(--logoPathColour);
  stroke-dasharray: 420;
  stroke-dashoffset: 0;
}
.site-header .logo--hover [data-name="hex"] {
  -webkit-animation: dash 2s linear;
  animation: dash 2s linear;
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 0, 420;
    opacity: 0;
    stroke: var(--logoPathColour);
    fill: transparent;
  }
  20% {
    opacity: 1;
    fill: transparent;
    stroke: var(--logoPathColour);
  }
  80% {
    opacity: 1;
    stroke: var(--logoPathColour);
    fill: transparent;
  }
  100% {
    stroke-dasharray: 420, 420;
    fill: var(--logoPathColour);
    opacity: 1;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 0, 420;
    opacity: 0;
    stroke: var(--logoPathColour);
    fill: transparent;
  }
  20% {
    opacity: 1;
    fill: transparent;
    stroke: var(--logoPathColour);
  }
  80% {
    opacity: 1;
    stroke: var(--logoPathColour);
    fill: transparent;
  }
  100% {
    stroke-dasharray: 420, 420;
    fill: var(--logoPathColour);
    opacity: 1;
  }
}
.site-header #primary-navigation {
  margin-left: auto;
}
.site-footer__top {
  padding: 11rem 0;
}
@media (max-width: 767.98px) {
  .site-footer__top {
    padding-bottom: 7rem;
  }
  .site-footer__top .menu {
    width: 100%;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    margin-top: 3rem !important;
  }
  .site-footer__top .menu li {
    margin-top: 3rem !important;
    margin-bottom: 0 !important;
    text-align: center;
  }
  .site-footer__top .tagline {
    text-align: center;
  }
  .site-footer__top .navbar-brand {
    margin: 0 auto 5rem;
    display: block;
    text-align: center;
  }
}
.site-footer__top .navbar-brand-landing {
  display: flex;
  justify-content: center;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7rem 0;
  font-size: 17px;
}
.site-footer__bottom li,
.site-footer__bottom ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-footer__bottom li {
  margin-right: 4rem;
}
@media (max-width: 767.98px) {
  .site-footer__bottom .menu {
    width: 100%;
  }
  .site-footer__bottom li {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .site-footer__bottom .social-links {
    text-align: center;
    width: 100%;
    margin-top: 3rem;
  }
  .site-footer__bottom .social-links a:first-of-type {
    margin-left: 0 !important;
  }
}
.site-footer__legals {
  padding: 3rem 0;
}
.site-footer__legals__text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .site-footer__legals {
    text-align: center;
  }
}
.site-footer .logo {
  width: 220px;
  margin-bottom: 3.6rem;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .accreditation-logos iframe,
.site-footer .accreditation-logos img {
  width: 11rem;
  max-height: 9rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 1.5rem 0 1.5rem 3.3rem;
  border: none;
}
@media (max-width: 767.98px) {
  .site-footer .accreditation-logos {
    flex-direction: column !important;
    justify-content: center !important;
    margin-top: 2rem;
  }
  .site-footer .accreditation-logos iframe,
  .site-footer .accreditation-logos img {
    margin: 2rem 0;
  }
}
.site-footer .social-links a {
  margin-left: 2rem;
}
.site-footer .social-links a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.site-footer .navbar--secondary li,
.site-footer .navbar--secondary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .navbar--secondary ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.site-footer .navbar--secondary li {
  margin-bottom: 2rem;
  font-size: calc(2rem + 1.2 * ((100vw - 540px) / 420));
}
@media screen and (max-width: 540px) {
  .site-footer .navbar--secondary li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .site-footer .navbar--secondary li {
    font-size: 3.2rem;
  }
}
.site-footer .cli_settings_button {
  color: #fff !important;
}
:root {
  --menuHeight: 100vh;
}
@media (max-width: 1200px) {
  .main-nav .navbar-toggler {
    margin-left: auto;
  }
}
.main-nav a {
  text-decoration: none;
}
.main-nav .menu-item--level-0 {
  display: flex;
  align-items: center;
}
.main-nav .menu-item--level-0:not(.nav-megamenu) .nav-megamenu__menu > ul {
  grid-template-rows: unset;
}
.main-nav
  .menu-item--level-0:not(.nav-megamenu)
  .nav-megamenu__menu
  > ul
  .nav-megamenu__column {
  margin-top: 1.4rem;
}
.main-nav .menu-item--level-0 > ul.dropdown-menu .row {
  width: 100%;
  padding-left: 0;
}
.main-nav .menu-item--level-0 > ul.dropdown-menu.show {
  position: absolute;
  z-index: 100;
  top: calc(var(--headerSpacing) - 83px);
  left: 0;
  width: 100%;
  max-height: var(--menuHeight);
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  padding: 4.2rem 5rem 5rem;
  margin-top: 0;
  border: none;
}
@media (max-height: 780px) {
  .main-nav .menu-item--level-0 > ul.dropdown-menu.show {
    max-height: calc(100vh - var(--headerSpacing));
    overflow-y: scroll;
  }
}
.main-nav .menu-item--level-1 .dropdown-menu {
  display: block;
  position: relative;
}
.main-nav .navbar--primary .menu-item--level-0 {
  margin-right: 4rem;
  position: initial;
}
.main-nav .navbar--primary .menu-item--level-0 > a {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.main-nav .navbar--primary .nav-megamenu {
  --imageWidth: 75px;
  --imageGap: 3.5rem;
}
@media (max-width: 1539.98px) {
  .main-nav .navbar--primary .nav-megamenu {
    --imageWidth: 55px;
    --imageGap: 2.5rem;
  }
}
.main-nav .navbar--primary .nav-megamenu__menu {
  width: 100%;
  list-style: none;
  padding: 0;
}
.main-nav .navbar--primary .nav-megamenu__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav .navbar--primary .nav-megamenu__menu li {
  list-style: none;
  padding: 0;
}
.main-nav .navbar--primary .nav-megamenu__menu a {
  color: #313131;
}
.main-nav .navbar--primary .nav-megamenu__menu > ul {
  width: 100%;
  display: grid;
  grid-template-areas: "heading menu1  menu2  menu3 " "heading menu4  menu5  menu6 " "heading menu7  menu8  menu9 " "heading menu10 menu11 menu12" "heading menu13 menu14 menu15" "heading menu16 menu17 menu18";
  grid-template-columns: minmax(100px, 280px) 1fr 1fr 1fr;
  grid-template-rows: 3fr;
  gap: 0 60px;
  align-items: flex-start;
}
@media (min-width: 1350px) and (max-width: 1539.98px) {
  .main-nav .navbar--primary .nav-megamenu__menu > ul {
    grid-template-columns: minmax(100px, 180px) 1fr 1fr;
  }
}
.main-nav .navbar--primary .nav-megamenu__overview {
  grid-area: heading;
  align-self: top;
}
@media (min-width: 1350px) and (max-width: 1539.98px) {
  .main-nav .navbar--primary .nav-megamenu__overview {
    font-size: 3.3rem;
  }
}
.main-nav .navbar--primary .nav-megamenu__overview a {
  /* text-decoration: underline; */
  -webkit-text-decoration-color: var(--red);
  /* text-decoration-color: var(--red); */
  text-underline-offset: 0.24em;
  text-decoration-thickness: 0.05em;
}
.main-nav .navbar--primary .nav-megamenu__overview a:hover {
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.main-nav .navbar--primary .nav-megamenu__column {
  font-size: calc(1.9rem + 0.2 * ((100vw - 540px) / 420));
  line-height: 1.4;
  display: grid;
  grid-template-areas: "icon submenu1" "icon submenu2";
  grid-template-columns: var(--imageWidth) 1fr;
  grid-template-rows: 1fr auto;
  grid-column-gap: var(--imageGap);
  margin-top: 5rem;
}
@media screen and (max-width: 540px) {
  .main-nav .navbar--primary .nav-megamenu__column {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 960px) {
  .main-nav .navbar--primary .nav-megamenu__column {
    font-size: 2.1rem;
  }
}
.main-nav .navbar--primary .nav-megamenu__column.no-icon {
  display: block;
}
.main-nav .navbar--primary .nav-megamenu__column.no-icon .mega-dropdown-toggle {
  margin-bottom: 1rem;
  display: inline-block;
}
.main-nav .navbar--primary .nav-megamenu__column a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--red);
  text-decoration-color: var(--red);
  text-underline-offset: 0.2em;
}
.main-nav .navbar--primary .nav-megamenu__column .mega-dropdown-toggle {
  grid-area: submenu1;
  justify-self: flex-start;
  margin-bottom: 1rem;
  font-weight: 500;
}
.main-nav .navbar--primary .nav-megamenu__column > .dropdown-menu {
  font-size: 1.6rem;
  border: 0;
  padding: 0;
  min-width: 0;
  grid-area: submenu2;
  top: 0;
  line-height: 2;
}
.main-nav .navbar--primary .nav-megamenu__column > .dropdown-menu--col-2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  line-height: 1.6;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(2) {
  grid-area: menu1;
  margin-top: 0;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(3) {
  grid-area: menu2;
  margin-top: 0;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(4) {
  grid-area: menu3;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(5) {
  grid-area: menu4;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(6) {
  grid-area: menu5;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(7) {
  grid-area: menu6;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(8) {
  grid-area: menu7;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(9) {
  grid-area: menu8;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(10) {
  grid-area: menu9;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(11) {
  grid-area: menu10;
}
.main-nav .navbar--primary .nav-megamenu__column:nth-child(12) {
  grid-area: menu11;
}
.main-nav .navbar--primary .nav-megamenu .hero-menu-icon {
  grid-area: icon;
}
@media (max-width: 1200px) {
  .main-nav #primary-navigation {
    display: none !important;
  }
}
.main-nav #secondary-navigation {
  display: none !important;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  grid-template-areas: "left right" "left right-bottom";
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 3.5fr 2fr;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
.main-nav #secondary-navigation .logo {
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.main-nav #secondary-navigation .menu-helix {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 25%;
  max-height: 30rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.main-nav #secondary-navigation .navbar-toggler {
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.main-nav #secondary-navigation .navbar-toggler span {
  background: #000;
}
.main-nav #secondary-navigation .navbar-toggler:after {
  display: none;
}
.main-nav
  #secondary-navigation
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon {
  background: 0 0;
}
.main-nav
  #secondary-navigation
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:after,
.main-nav
  #secondary-navigation
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:before {
  top: 0;
  height: 0.2rem;
  background: #000;
}
.main-nav
  #secondary-navigation
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:before {
  transform: rotate(-45deg);
}
.main-nav
  #secondary-navigation
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.main-nav #secondary-navigation a {
  color: #000;
}
.main-nav #secondary-navigation a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--red);
  text-decoration-color: var(--red);
  text-underline-offset: 0.2em;
}
.main-nav #secondary-navigation.navbar-collapse.show {
  display: grid !important;
  opacity: 1;
}
.main-nav #secondary-navigation .menu-secondary-nav-side {
  grid-area: left;
  padding: 7rem 9rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1539.98px) {
  .main-nav #secondary-navigation .menu-secondary-nav-side {
    padding: 5rem;
  }
}
.main-nav #secondary-navigation .menu-secondary-nav-container {
  grid-area: right;
  background: #fff;
  height: 100%;
  padding: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav #secondary-navigation .navbar--secondary {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  display: block;
  font-size: calc(2rem + 1.2 * ((100vw - 540px) / 420));
}
@media screen and (max-width: 540px) {
  .main-nav #secondary-navigation .navbar--secondary {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .main-nav #secondary-navigation .navbar--secondary {
    font-size: 3.2rem;
  }
}
.main-nav #secondary-navigation .navbar--secondary li {
  margin-bottom: 2.6rem;
  line-height: 1.2;
}
.main-nav #secondary-navigation .menu-secondary-nav-container-image {
  grid-area: right-bottom;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .main-nav #secondary-navigation.navbar-collapse.show {
    display: block !important;
    height: 100vh;
  }
  .main-nav #secondary-navigation .menu-secondary-nav-side {
    display: none;
  }
  .main-nav #secondary-navigation .logo {
    display: none;
  }
  .main-nav #secondary-navigation .navbar--secondary {
    -moz-column-count: 1;
    column-count: 1;
  }
  .main-nav #secondary-navigation .menu-secondary-nav-container {
    padding: 8rem 2rem;
    display: block;
  }
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu) .navbar-toggler {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-right: 3rem;
  height: 3rem;
  display: block;
  background: 0 0;
}
@media (min-width: 1201px) {
  :is(.navbar-expand-md, .navbar-expand-lg, .contact-menu) .navbar-toggler {
    display: none;
  }
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu) .navbar-toggler:after {
  display: none;
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler
  .navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 3.6rem;
  height: 0.3rem;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler
  .navbar-toggler-icon:after,
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler
  .navbar-toggler-icon:before {
  background: #fff;
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.3rem;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler
  .navbar-toggler-icon:before {
  top: -1rem;
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler
  .navbar-toggler-icon:after {
  top: 1rem;
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon {
  background: 0 0;
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:after,
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:before {
  top: 0;
  height: 0.2rem;
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:before {
  transform: rotate(-45deg);
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu)
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
:is(.navbar-expand-md, .navbar-expand-lg, .contact-menu) .navbar-toggler:hover {
  background: 0 0;
}
.contact-menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  max-height: var(--menuHeight);
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  padding: 7rem 4rem;
  margin-top: 0;
  border: none;
  overflow-y: scroll;
}
.contact-menu .container {
  max-width: 100%;
}
.contact-menu .navbar-toggler {
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: block;
}
.contact-menu .navbar-toggler span {
  background: 0 0;
}
.contact-menu .navbar-toggler span:after,
.contact-menu .navbar-toggler span:before {
  top: 0 !important;
  height: 0.2rem !important;
  background: #000 !important;
}
.contact-menu .navbar-toggler span:before {
  transform: rotate(-45deg);
}
.contact-menu .navbar-toggler span:after {
  transform: rotate(45deg);
}
.contact-menu .navbar-toggler:after {
  display: none;
}
.contact-menu .navbar-toggler:hover span:after,
.contact-menu .navbar-toggler:hover span:before {
  background: var(--primary) !important;
}
.contact-menu.show {
  display: block;
}
.contact-menu a {
  color: #313131;
  overflow-wrap: anywhere;
}
.contact-menu .nav-megamenu__overview {
  font-size: 4.3rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--red);
  text-decoration-color: var(--red);
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.05em;
  font-weight: 500;
  margin-bottom: 2rem;
}
.contact-menu .nav-megamenu__overview:hover {
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.contact-menu__sub-head {
  margin-bottom: 3.5rem;
}
.contact-menu .contact-block {
  display: grid;
  grid-template-columns: 9rem 1fr;
  grid-row-gap: 1rem;
}
.contact-menu .contact-block:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
.contact-menu .contact-block a {
  text-decoration: none;
}
.contact-menu .contact-block a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--red);
  text-decoration-color: var(--red);
  text-underline-offset: 0.2em;
}
.contact-menu .contact-block span {
  color: var(--red);
}
.post-type-archive-partners .main-nav .navbar--primary .menu-item--level-0 > a,
.tag .main-nav .navbar--primary .menu-item--level-0 > a {
  color: #313131;
}
.post-type-archive-partners .navbar-toggler .navbar-toggler-icon,
.tag .navbar-toggler .navbar-toggler-icon {
  background: #000;
}
.post-type-archive-partners .navbar-toggler .navbar-toggler-icon:after,
.post-type-archive-partners .navbar-toggler .navbar-toggler-icon:before,
.tag .navbar-toggler .navbar-toggler-icon:after,
.tag .navbar-toggler .navbar-toggler-icon:before {
  background: #000;
}
.post-type-archive-partners .site-search .search-toggle svg path,
.tag .site-search .search-toggle svg path {
  fill: #000;
}
:root {
  --headerSpacing: 20rem;
  --pbSpacing: 18rem;
  --heroBottomGap: 10rem;
  --buttonOverlap: 42px;
  --pbPadding: 25rem;
  --pbPadding-tablet: 16rem;
}
.inner-spacing > * + * {
  margin-top: 2rem;
  margin-bottom: 0;
}
.inner-spacing--big > * + * {
  margin-top: 4rem;
  margin-bottom: 0;
}
@media (max-width: 1349.98px) {
  .mobile-spacing {
    margin-top: 2rem;
  }
}
.pb {
  padding-bottom: 25rem;
}
.pb:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1349.98px) {
  .pb:last-of-type {
    margin-bottom: 16rem;
  }
}
@media (max-width: 767.98px) {
  .pb:last-of-type {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1349.98px) {
  .pb {
    padding-bottom: 16rem;
  }
}
.pb.pb-banner-cta {
  padding-top: 0;
  padding-bottom: 0;
}
.pb.pb-banner-cta .inner {
  padding-top: 25rem;
  padding-bottom: 25rem;
}
.pb--small-padding-top {
  margin-top: -10rem;
}
main .pb-image-overlay:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  main .pb-image-overlay:last-child {
    margin-bottom: 10rem;
  }
}
.pb-hero {
  padding-top: var(--headerSpacing);
  padding-bottom: 0;
  margin-bottom: calc(var(--pbSpacing) * 1.5);
}
.pb-hero__title {
  min-height: 16rem;
  margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .pb-hero__title {
    min-height: 12rem;
    margin-bottom: 6rem;
  }
}
.pb-hero__image-container {
  --height: 55rem;
  height: var(--height);
}
.pb-hero__image-container img {
  height: var(--height);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pb-hero__image-container .btn {
  position: absolute;
  left: -42px;
  bottom: 15%;
}
@media (max-width: 1539.98px) {
  .pb-hero__image-container {
    --height: 35rem;
  }
}
@media (max-width: 767.98px) {
  .pb-hero__image-container .btn {
    left: 0;
  }
}
.pb-hero .container {
  z-index: 1;
  position: relative;
}
.pb-hero--slider .slick-list {
  margin-bottom: calc(var(--heroBottomGap) * -1);
  width: calc(100% + var(--buttonOverlap) * 2);
  margin-left: calc(var(--buttonOverlap) * -1);
  padding-left: var(--buttonOverlap);
}
@media (max-width: 1539.98px) {
  .pb-hero--slider .slick-list {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .pb-hero--slider .pb-hero__slider-nav,
  .pb-hero--slider .pb-hero__slider-numbers {
    display: none;
  }
}
@media (max-width: 1200px) {
  .pb-hero--slider .pb-hero__helix {
    display: none;
  }
}
.pb-hero__slider-nav {
  padding-bottom: 9rem;
}
.pb-hero__slider-nav .slick-active .pager__item {
  text-decoration: underline;
  color: #fff;
}
.pb-hero .pager__item {
  color: #a5a5a5;
  font-size: 1.7rem;
  text-transform: uppercase;
  cursor: pointer;
}
.pb-hero .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pb-hero .slick-dots li {
  margin-bottom: 1rem;
}
.pb-hero a:not(.btn) {
  text-decoration: none;
}
.pb-hero a:not(.btn):hover {
  text-decoration: underline;
}
.pb-hero__slider-numbers {
  margin-bottom: 3.5rem;
  font-size: 24px;
}
.pb-hero--bg {
  --headerSpacing: 34rem;
  margin-bottom: calc(var(--pbSpacing) * 1);
  padding-bottom: 5rem;
}
@media (max-width: 1349.98px) {
  .pb-hero--bg {
    margin-bottom: calc(var(--pbSpacing) * 1);
  }
}
@media (max-width: 767.98px) {
  .pb-hero--bg {
    margin-bottom: calc(var(--pbSpacing) * 0.75);
  }
}
.pb-hero--bg .bg-image-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.pb-hero--bg .bg-image-container:after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(3, 3, 3, 0.75) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.pb-hero--bg .bg-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.pb-hero--bg .pb-hero__text-box {
  padding: 16rem 14rem 15rem 0;
}
.pb-hero--bg .pb-hero__text-box h1 {
  margin-bottom: 2rem;
}
.pb-hero--bg .pb-hero__text-box:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  left: -50vw;
}
.pb-hero--bg .pb-hero__text-box .btn {
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  background-color: var(--primary);
  background-image: url(../assets/images/right-arrow-white.svg);
  color: #fff;
}
.pb-hero--bg .pb-hero__text-box .btn:hover {
  background-color: #000;
}
.pb-hero--bg .pb-hero__text-box .btn:hover:after {
  display: none;
}
@media (max-width: 767.98px) {
  .pb-hero--bg .pb-hero__text-box {
    padding: 5rem 15px 8rem;
  }
}
.pb-hero__text-box .btn {
  background-position: calc(100% - 25px) center;
}
.pb-hero__text-box .btn:after {
  width: 80px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 40%
  );
}
.pb-hero__text-box .btn:hover {
  -webkit-animation: herobignormalbtn 1s ease;
  animation: herobignormalbtn 1s ease;
}
@-webkit-keyframes herobignormalbtn {
  0% {
    background-position: calc(100% - 45px) center;
  }
  100% {
    background-position: calc(100% - 25px) center;
  }
}
@keyframes herobignormalbtn {
  0% {
    background-position: calc(100% - 45px) center;
  }
  100% {
    background-position: calc(100% - 25px) center;
  }
}
.pb-hero__text-box .btn--anchor {
  background-position: calc(100% - 23px) center;
  background-image: url(../assets/images/down-arrow-white.svg);
  background-color: var(--primary);
  color: #fff;
}
.pb-hero__text-box .btn--anchor:hover {
  -webkit-animation: herobiganchorbtn 1s ease;
  animation: herobiganchorbtn 1s ease;
  background-color: #000;
}
.pb-hero__text-box .btn--anchor:hover:after {
  display: none;
}
@-webkit-keyframes herobiganchorbtn {
  0% {
    background-position: calc(100% - 23px) top;
  }
  100% {
    background-position: calc(100% - 23px) center;
  }
}
@keyframes herobiganchorbtn {
  0% {
    background-position: calc(100% - 23px) top;
  }
  100% {
    background-position: calc(100% - 23px) center;
  }
}
.pb-hero--inline .pb-hero__text-box {
  margin-bottom: calc(var(--heroBottomGap) * -1);
}
.pb-hero--inline .pb-hero__text-box h1 {
  margin-bottom: 2rem;
}
.pb-hero--inline--no-image {
  padding: 25rem 0 22rem;
  margin-bottom: 15rem;
  overflow: hidden;
}
.pb-hero--inline--no-image .pb-hero__helix {
  top: auto;
  bottom: -7rem;
}
.pb-hero--inline--archive {
  margin-bottom: 0 !important;
}
.pb-hero--inline--archive .pb-hero__text-box {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
@media (max-width: 1350px) {
  .pb-hero--inline--archive .pb-hero__text-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pb-hero--inline--archive .pb-hero__helix {
  top: 5.5rem;
  bottom: auto;
}
@media (max-width: 767.98px) {
  .pb-hero--inline--archive .pb-hero__helix {
    display: block;
    width: 100px;
    bottom: 0;
    top: auto;
  }
}
.pb-hero--inline h1 + .pb-hero__image-container {
  margin-top: 9rem;
}
.pb-hero__inner h1 + p {
  margin-top: 3rem;
  margin-bottom: 9rem;
}
.pb-hero__helix {
  position: absolute;
  top: var(--headerSpacing);
  right: 0;
  z-index: 0;
}
.pb-hero__helix img {
  transform: translate(25%, 0);
}
@media (max-width: 767.98px) {
  .pb-hero__helix {
    display: none;
  }
}
.pb-hero--product {
  margin-bottom: 15rem;
}
.pb-hero--product .pb-hero__text-box {
  padding-top: 6rem;
  padding-bottom: 18rem;
  min-height: 50rem;
}
.contact-menu .pb-hero--product .pb-hero__text-box .nav-megamenu__overview,
.main-nav
  .navbar--primary
  .pb-hero--product
  .pb-hero__text-box
  .nav-megamenu__overview,
.pb-hero--product .pb-hero__text-box .beta,
.pb-hero--product .pb-hero__text-box .contact-menu .nav-megamenu__overview,
.pb-hero--product
  .pb-hero__text-box
  .main-nav
  .navbar--primary
  .nav-megamenu__overview,
.pb-hero--product .pb-hero__text-box .table__heading {
  font-weight: 400;
}
.pb-hero__product-image-container {
  padding: 6.5rem 3rem 8rem;
  margin-bottom: 2rem;
  background: #fff;
  z-index: 10;
}
.pb-hero__product-image-container .btn {
  position: absolute;
  bottom: -4rem;
  left: -2rem;
  max-width: 25rem;
}
.pb-hero__helix-video {
  position: absolute;
  z-index: 0;
  top: 40px;
  right: 0;
  width: 32%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .pb-hero__helix-video {
    display: none;
  }
}
.pb-hero__icon {
  max-height: 13.6rem;
  max-width: 13.6rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 2rem 0 5rem;
}
.pb-hero__icon line[stroke="#161615"],
.pb-hero__icon path[stroke="#161615"],
.pb-hero__icon path[stroke="#1e2825"] {
  stroke: #fff !important;
}
.pb-hero--home {
  padding-top: 20rem;
  padding-bottom: 10rem;
  min-height: 60rem;
  height: var(--homeHeroHeight, 100vh);
}
.pb-hero--home h1 {
  font-size: clamp(4rem, 4vw, 7.2rem);
}
.pb-hero--home p {
  font-size: clamp(1.8rem, 1.44vw, 2.3rem);
}
.pb-hero--home .bg-image-container {
  z-index: 0;
  height: 100%;
}
.pb-hero--home .bg-image-container img {
  -o-object-position: center 25%;
  object-position: center 25%;
}
.pb-hero--home .bg-image-container:after {
  display: none;
}
.pb-hero--home .container {
  z-index: 2;
}
main:has(.pb.pb-hero--home + .pb.pb-client-logo-banner) {
  --homeHeroHeight: 88vh;
}
main:has(.pb.pb-hero--home + .pb.pb-client-logo-banner) .pb.pb-hero--home {
  margin-bottom: 0;
}
main:has(.pb.pb-hero--home + .pb.pb-client-logo-banner)
  .pb.pb-client-logo-banner {
  padding: 5rem 0;
  margin-bottom: 15rem;
  max-height: 133px;
}
main > .pb.pb-hero--home + .pb {
  margin-top: calc(var(--pbSpacing) * 1);
}
main > .pb.pb-hero--home + .pb.pb-client-logo-banner {
  margin-top: 0;
}
.pb-content--reverse .pb-content__image-side {
  order: 2;
}
@media (max-width: 767.98px) {
  .pb-content--reverse .pb-content__image-side {
    margin-top: 4rem;
  }
}
.pb-content--reverse .pb-content__text-side {
  order: 1;
}
@media (max-width: 767.98px) {
  .pb-content .pb-content__image-side {
    margin-bottom: 4rem;
  }
}
.pb-content--twocol .pb-content__main-text {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media (max-width: 1349.98px) {
  .pb-content--twocol .pb-content__main-text {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.pb-content--cols .pb-content--reverse .pb-content__image-side {
  order: 1;
}
@media (max-width: 767.98px) {
  .pb-content--cols .pb-content--reverse .pb-content__image-side {
    margin-top: 0;
  }
}
.pb-content--cols .pb-content--reverse .pb-content__text-side {
  order: 2;
}
@media (max-width: 767.98px) {
  .pb-content--cols .pb-content--reverse .pb-content__image-container {
    margin-top: 0 !important;
  }
}
.pb-content .pb-content__main-text + .btn {
  margin-top: 6rem;
}
.pb-content .pb-content__main-text p:last-child {
  margin-bottom: 0;
}
.pb-content .sub-heading + h2 {
  margin-bottom: 0;
}
.pb-content h2 + .pb-content__main-text {
  margin-top: 6rem;
}
.pb-content__image-container {
  padding-right: var(--buttonOverlap);
}
.pb-content__image-container .btn {
  position: absolute;
  right: 15px;
  bottom: 10rem;
}
.pb-content__image-container img {
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.19));
}
.pb-statement .statement {
  font-size: calc(3rem + 6.3 * ((100vw - 540px) / 420));
  line-height: 1.25;
}
@media screen and (max-width: 540px) {
  .pb-statement .statement {
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pb-statement .statement {
    font-size: 9.3rem;
  }
}
.pb-statement__helix {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-17%, calc(-50% - 15rem));
}
@media (max-width: 1349.98px) {
  .pb-statement .pb-statement__helix {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pb-statement .statement {
    padding-left: 2rem;
    padding-bottom: 2rem;
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
  }
}
.pb-image-gallery__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 2rem 0;
}
.pb-image-gallery__inner img {
  flex-basis: calc(33.3% - 30px);
  max-width: calc(33.3% - 30px);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1539.98px) {
  .pb-image-gallery__inner {
    overflow-x: scroll;
  }
  .pb-image-gallery__inner img {
    flex-basis: 50%;
    max-width: 50%;
    margin-right: 30px;
  }
  .pb-image-gallery__inner::-webkit-scrollbar {
    background: #ececec;
    border-radius: 10px;
    height: 16px;
  }
  .pb-image-gallery__inner::-webkit-scrollbar-thumb {
    background: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 26px;
  }
}
@media (max-width: 767.98px) {
  .pb-image-gallery {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.pb-banner {
  padding: 13rem 0;
  margin-bottom: 25rem;
}
.pb-banner:after {
  content: "";
  background: #000;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}
.pb-banner .sub-heading {
  --red: #fff;
  margin-left: 0;
  margin-bottom: 2rem;
}
.pb-banner h2 {
  margin-bottom: 5rem;
}
.pb-banner .btn {
  margin-top: 6.5rem;
}
.pb-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.pb-banner .container {
  z-index: 2;
}
.pb-text-slider {
  padding-bottom: 20rem;
}
@media (max-width: 1349.98px) {
  .pb-text-slider {
    padding-bottom: 15rem;
  }
}
.testimonial-slider {
  margin-top: 9rem;
  padding: 0 6rem;
}
.testimonial-slider__slide {
  padding: 0 3rem;
}
.pb-team-grid__heading {
  margin-bottom: 10rem;
}
@media (max-width: 1349.98px) {
  .pb-team-grid__heading {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .pb-team-grid__post {
    margin-bottom: 8rem;
  }
}
.pb-team-grid .pb-team-grid__filters {
  display: none;
}
.pb-team-grid__body h2 {
  font-weight: 400;
}
.pb-team-grid__body .pagination {
  margin-top: 6rem;
}
.pb-video h2 + .iframe-video-container,
.pb-video h2 + .video-container {
  margin-top: 5rem;
}
.pb-logos {
  padding: 10rem 0;
  margin-bottom: 25rem;
}
.pb-logos__logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 2rem;
}
@media (max-width: 767.98px) {
  .pb-logos__logo-container {
    display: block;
    margin-top: 4rem;
  }
}
.pb-logos__logo-item {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .pb-logos__logo-item {
    margin-bottom: 2rem;
  }
}
.pb-logos__logo {
  width: 80%;
  height: 12rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.pb-logos__logo[src$=".jpg"],
.pb-logos__logo[src$=".png"] {
  mix-blend-mode: multiply;
}
.pb-client-logo-banner {
  overflow: hidden;
  padding-bottom: 15rem;
  margin-top: -10rem;
}
@media (max-width: 1349.98px) {
  .pb-client-logo-banner {
    margin-top: 0;
    padding-bottom: 16rem;
  }
}
.pb-client-logo-banner__heading {
  float: left;
  margin-right: 5rem;
  font-weight: 500;
}
.pb-client-logo-banner__logos-container {
  max-height: 33px;
  overflow: hidden;
}
.pb-client-logo-banner__logos-container .slick-slide {
  margin-right: 5rem;
}
.pb-client-logo-banner img {
  max-height: 33px;
}
.pb-landing-3-steps__item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 1349.98px) {
  .pb-landing-3-steps__item {
    padding-bottom: 37px;
  }
}
.pb-landing-3-steps__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .pb-landing-3-steps__heading {
    font-size: 40px;
    line-height: 60px;
  }
}
.pb-landing-3-steps__title {
  color: #ea0029;
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pb-landing-3-steps__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.pb-landing-3-steps__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pb-landing-3-steps__subtitle {
    font-size: 22px;
    line-height: 35px;
  }
}
.pb-landing-3-steps__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-wrap: balance;
  margin: 0;
}
.pb-landing-3-steps__description * {
  margin: 0;
}
@media (min-width: 768px) {
  .pb-landing-3-steps__grid {
    gap: 40px;
  }
}
@media (min-width: 1350px) {
  .pb-landing-3-steps__grid {
    gap: 60px;
  }
}
@media (min-width: 1540px) {
  .pb-landing-3-steps__grid {
    gap: 86px;
  }
}
.page-template-template-landing .trusted-by {
  margin-bottom: 107px;
}
@media (min-width: 768px) {
  .page-template-template-landing .trusted-by {
    margin-bottom: 150px;
  }
}
.page-template-template-landing .pb-cyber-testimonials__column {
  text-align: left;
  align-items: flex-start;
}
.page-template-template-landing .pb-cyber-testimonials__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.pb-products-grid__post {
  padding: 5rem 0 8rem;
}
.pb-products-grid__post h3 {
  font-size: 18px;
  font-weight: 600;
}
.pb-products-grid__post .btn {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .pb-products-grid__post {
    padding: 3rem 0 4rem;
  }
  .pb-products-grid__post .btn {
    margin-top: 3rem;
  }
}
.pb-partners-grid {
  padding-top: var(--headerSpacing);
}
.pb-partners-grid .sf-field-search {
  display: none;
}
.pb-partners-grid__post {
  margin-bottom: 8rem;
}
.pb-partners-grid__post .btn {
  margin-top: 0;
}
.pb-partners-grid__post__logo-container {
  height: 110px;
  margin-bottom: 2rem;
  border: 1px solid #707070;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-partners-grid__post__logo-container img {
  max-height: 100%;
}
.pagination {
  width: 100%;
  margin-left: 15px;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
}
.pagination .next,
.pagination .prev {
  font-size: 0 !important;
  padding: 0;
  height: 3rem;
  width: 3rem;
  display: inline-block;
}
.pagination .prev {
  background: url(../assets/images/left-arrow-black.svg) no-repeat center
    center/24px;
}
.pagination .next {
  background: url(../assets/images/right-arrow-black.svg) no-repeat center
    center/24px;
}
.pagination .page-numbers {
  padding: 0.5rem 1.3rem;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.pagination .page-numbers.current {
  color: var(--primary);
  font-weight: 500;
}
.pagination .page-numbers:hover {
  text-decoration: underline;
}
.pb-media-grid {
  padding-top: 0;
}
.pb-media-grid .grid {
  padding: 0 15px;
}
.pb-media-grid .grid__row {
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.1));
  margin-bottom: 4rem;
}
.pb-media-grid .grid__row:nth-of-type(odd) .grid-item--text {
  grid-column: 1/3;
}
.pb-media-grid .grid__row:nth-of-type(even) .grid-item--text {
  grid-column: 2/4;
}
@media (max-width: 960px) {
  .pb-media-grid .grid__row:nth-of-type(even) {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.pb-media-grid .grid-item h3 {
  margin-bottom: 2em;
}
@media (max-width: 1539.98px) {
  .pb-media-grid .grid-item h3 {
    font-size: 2.2rem;
  }
}
.pb-media-grid .grid-item__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.pb-media-grid .grid-item:hover h3 {
  text-decoration: underline;
}
.pb-media-grid .grid-item--text {
  position: relative;
}
.pb-media-grid .grid-item--image {
  aspect-ratio: 400/300;
  position: relative;
}
@media (max-width: 1100px) {
  .pb-media-grid .grid-item--image {
    aspect-ratio: unset;
  }
}
.pb-media-grid .pagination {
  grid-area: pagination;
  margin-top: 4rem;
  margin-left: 0;
}
.pb-media-grid .pagination .nav-links {
  justify-content: flex-end;
}
.single-post .pb-hero--bg {
  padding-bottom: 0 !important;
  margin-bottom: 13rem;
}
.single-post .pb-hero--bg .pb-hero__text-box h1 {
  margin-bottom: 5rem;
}
.single-post .pb-hero--bg .pb-hero__text-box {
  padding: 12rem 5rem 9rem 0;
}
.single-post .pb-hero--bg .pb-hero__text-box .white {
  margin-top: 4rem;
  display: block;
}
.single-post .pb {
  padding-bottom: 13rem;
}
@media (max-width: 1349.98px) {
  .single-post .pb {
    padding-bottom: 8rem;
  }
}
.single-post .pb:last-of-type {
  margin-bottom: 0;
}
.slick-slider .slick-track {
  display: flex;
  height: auto;
  margin: 0;
}
.slick-slider .slick-slide {
  height: auto;
}
.slick-slider .slick-arrow {
  background: 0 0;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-slider .slick-arrow:hover {
  background-color: var(--textclr);
}
.slick-slider .slick-arrow:hover:after {
  display: none;
}
.slick-slider .slick-arrow:before {
  content: "";
  font-size: 2rem;
  color: #fff;
  padding: 1rem;
  display: block;
  line-height: 1;
  height: 4rem;
  width: 4rem;
}
.slick-slider .slick-arrow.slick-prev {
  left: 1rem;
  right: auto;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "";
  background: url(../assets/images/left-arrow-black.svg) no-repeat center
    center/24px;
}
.slick-slider .slick-arrow.slick-prev:hover {
  background: var(--red);
}
.slick-slider .slick-arrow.slick-prev:hover:before {
  background: url(../assets/images/right-arrow-white.svg) no-repeat center
    center/24px;
  transform: rotate(180deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 1rem;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "";
  background: url(../assets/images/right-arrow-black.svg) no-repeat center
    center/24px;
}
.slick-slider .slick-arrow.slick-next:hover {
  background: var(--red);
}
.slick-slider .slick-arrow.slick-next:hover:before {
  background: url(../assets/images/right-arrow-white.svg) no-repeat center
    center/24px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  min-width: 100px;
  color: #313131;
  border: 0;
  padding: 10px 18px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select {
  height: 50px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: none;
  background: #fff;
  top: 3px;
  padding: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  accent-color: var(--primary);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 5rem;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
:not(.bg-black) input[type="email"],
:not(.bg-black) input[type="tel"],
:not(.bg-black) input[type="text"],
:not(.bg-black) select,
:not(.bg-black) textarea {
  border: 1px solid #313131;
}
:not(.bg-black) .frm_form_field a {
  color: #313131;
}
.bg-black input[type="email"],
.bg-black input[type="tel"],
.bg-black input[type="text"],
.bg-black select,
.bg-black textarea {
  border: 0;
}
.bg-black .frm_form_field a {
  color: #fff;
}
::-webkit-input-placeholder {
  color: var(--light-grey);
}
::-moz-placeholder {
  color: var(--light-grey);
}
:-ms-input-placeholder {
  color: var(--light-grey);
}
:-moz-placeholder {
  color: var(--light-grey);
}
.form-container {
  padding-top: 9rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
@media (max-width: 1539.98px) {
  .form-container h2 {
    font-size: calc(3.2rem + 0.1 * ((100vw - 540px) / 420));
  }
}
@media screen and (max-width: 1539.98px) and (max-width: 540px) {
  .form-container h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1539.98px) and (min-width: 960px) {
  .form-container h2 {
    font-size: 3.3rem;
  }
}
.form-container h2 {
  background: #000;
}
@media (max-width: 1349.98px) {
  .form-container {
    padding: 6rem;
  }
}
@media (max-width: 767.98px) {
  .form-container {
    padding: 5rem;
  }
  .form-container h2 {
    margin-bottom: 3rem;
  }
  .form-container .pb-hero__helix {
    display: none;
  }
}
.form {
  padding: 4rem;
}
.form--filter ul {
  padding: 0;
}
.frm_fields_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.frm_fields_container > .frm_form_field,
.frm_fields_container > .frm_submit {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.frm_form_field {
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 4rem;
}
.frm_form_field.frm_hidden_container .frm_primary_label {
  display: none;
}
.frm_half {
  max-width: 50%;
  flex-basis: 50%;
}
@media (max-width: 767.98px) {
  .frm_half {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.frm_description {
  font-size: 1.3rem;
  opacity: 0.8;
}
.frm_none_container .frm_primary_label {
  display: none;
}
.frm_submit {
  text-align: right;
  width: 100%;
}
.frm_submit .frm_button_submit {
  background-image: url(../assets/images/right-arrow-white.svg);
  background-color: var(--primary);
  color: #fff;
}
.frm_submit .frm_button_submit:hover {
  background-color: #000;
}
.frm_submit .frm_button_submit:hover:after {
  display: none;
}
.frm_screen_reader,
.frm_verify {
  display: none;
}
.frm_error_style {
  margin-bottom: 3rem;
}
.frm_error {
  color: #fff;
  background: var(--primary);
  padding: 4px 8px;
  font-size: 0.75em;
}
.frm_error_style {
  color: #fff;
}
.frm_primary_label {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
.bg-black .frm_primary_label {
  color: var(--light-grey);
}
.pb-form .pb-hero__helix {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -40%;
}
.pb-form .pb-hero__helix .pb-hero__helix-icon {
  transform: none;
  max-height: 35rem;
}
.pb-form--text .form-container {
  padding: 5rem;
}
@media (max-width: 767.98px) {
  .pb-form--text .form-container {
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .pb-form .form-container {
    padding: 3rem;
  }
  .pb-form .form-container h2 {
    margin-bottom: 5rem;
  }
  .pb-form .form-container .pb-hero__helix {
    display: none;
  }
}
.pb-form#archive-contact-form input,
.pb-form#archive-contact-form select,
.pb-form#archive-contact-form textarea {
  background-color: #333;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.pb-form#archive-contact-form ::-moz-placeholder {
  color: #fff;
  color: red;
  color: #fff;
}
.pb-form#archive-contact-form :-ms-input-placeholder {
  color: #fff;
  color: red;
  color: #fff;
}
.pb-form#archive-contact-form ::placeholder {
  color: #fff;
  color: red;
  color: #fff;
}
.pb-form#archive-contact-form .frm_button_submit {
  width: 100%;
}
.bg-white input[type="email"],
.bg-white input[type="tel"],
.bg-white input[type="text"],
.bg-white select,
.bg-white textarea {
  border: 1px solid #313131;
}
.bg-white textarea {
  height: 8rem;
}
.bg-white .frm_primary_label {
  color: var(--primary);
  text-transform: none;
  margin-bottom: 0.6rem;
}
.bg-white .frm_form_field {
  margin-bottom: 2rem;
}
.bg-white form a {
  color: var(--primary);
}
.filters {
  padding: 5rem 0 6rem;
  border-bottom: 1px solid var(--primary);
  margin-bottom: 5rem;
}
.filters.filters--media {
  border-bottom-color: #a5a5a5;
}
@media (max-width: 767.98px) {
  .filters {
    padding: 4rem 0 2rem;
  }
}
.filters .searchandfilter ul {
  margin: 0;
  padding: 0;
}
.filters .searchandfilter [data-sf-field-input-type="radio"] ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .filters .searchandfilter [data-sf-field-input-type="radio"] ul {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .filters .searchandfilter [data-sf-field-input-type="radio"] ul li {
    margin-right: 0 !important;
    padding: 0.5em 0;
  }
}
.filters .searchandfilter [data-sf-field-input-type="radio"] li {
  position: relative;
  padding: 0;
  font-size: calc(1.8rem + 1 * ((100vw - 540px) / 420));
}
@media screen and (max-width: 540px) {
  .filters .searchandfilter [data-sf-field-input-type="radio"] li {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .filters .searchandfilter [data-sf-field-input-type="radio"] li {
    font-size: 2.8rem;
  }
}
.filters
  .searchandfilter
  [data-sf-field-input-type="radio"]
  li.sf-option-active {
  color: var(--primary);
}
.filters
  .searchandfilter
  [data-sf-field-input-type="radio"]
  li:not(:last-of-type) {
  margin-right: 4rem;
}
.filters .searchandfilter [data-sf-field-input-type="radio"] li:hover label {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
  text-underline-offset: 0.4em;
}
.filters .searchandfilter [data-sf-field-input-type="radio"] label {
  padding-left: 0;
  cursor: pointer;
}
.filters .searchandfilter [data-sf-field-input-type="radio"] input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.filters.filters--media .searchandfilter > ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1349.98px) {
  .filters.filters--media .searchandfilter > ul {
    flex-direction: column-reverse;
  }
}
.filters.filters--media .searchandfilter > ul > li:first-child {
  flex: 0 1 auto;
  padding-right: 2rem;
}
@media (max-width: 1349.98px) {
  .filters.filters--media .searchandfilter > ul > li:first-child {
    flex: 0 0 auto;
    padding-right: 0;
  }
}
.filters.filters--media .searchandfilter > ul > li:last-child {
  flex: 0 0 270px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1349.98px) {
  .filters.filters--media .searchandfilter > ul > li:last-child {
    flex: 0 0 auto;
    justify-content: stretch;
    margin-bottom: 12px;
  }
}
@media (max-width: 1349.98px) {
  .filters.filters--media .searchandfilter > ul > li:last-child label {
    width: 100%;
  }
}
@media (max-width: 1349.98px) {
  .filters.filters--media .searchandfilter > ul > li:last-child label select {
    text-align: center;
  }
}
.filters.filters--media .searchandfilter .sf-input-select {
  border-radius: 8px;
  border-color: #a5a5a5;
  background-color: transparent;
  background-image: linear-gradient(-45deg, gray 50%, transparent 50%),
    linear-gradient(-135deg, transparent 50%, gray 50%),
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 20px) calc(1em + 8px),
    calc(100% - 15px) calc(1em + 8px);
  background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px;
}
.filters.filters--media .searchandfilter .sf-field-tag ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
}
.filters.filters--media .searchandfilter .sf-field-tag ul li {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  display: flex;
}
.filters.filters--media .searchandfilter .sf-field-tag ul li input {
  display: none;
}
.filters.filters--media .searchandfilter .sf-field-tag ul li label {
  white-space: nowrap;
  font-size: 18px;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.filters.filters--media
  .searchandfilter
  .sf-field-tag
  ul
  li
  input:checked
  + label {
  border-color: #ea0029;
}
.filters.filters--media
  .searchandfilter
  .sf-field-tag
  ul
  li
  input:checked
  + label:after {
  content: "✖";
  color: #ea0029;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.filters.filters--media
  .searchandfilter
  .sf-field-tag
  ul
  li
  input:checked
  + label:hover:after {
  color: #fff;
}
.filters.filters--media .searchandfilter .sf-field-tag ul li label:hover {
  border-color: #ea0029;
  background-color: #ea0029;
  color: #fff;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
