/* input(25903,16): run-time error CSS1036: Expected expression, found '$'
input(25904,27): run-time error CSS1036: Expected expression, found '$'
input(25905,34): run-time error CSS1036: Expected expression, found '$' */
@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.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: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1700px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1520px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1700px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

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

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

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

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

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

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

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

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

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

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

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

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

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

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

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1700px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

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

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

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1699.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*@import "dropdown";
@import "button-group";
@import "nav";
@import "navbar";
@import "card";
@import "accordion";
@import "breadcrumb";*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/*@import "badge";
@import "alert";
@import "progress";
@import "list-group";
@import "close";
@import "toasts";
*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1699.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
/*@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "offcanvas";*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1700px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

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

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

.min-vw-100 {
  min-width: 100vw !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

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

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

.text-white {
  color: #fff !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-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

.rounded-2 {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

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

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

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

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

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-md-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

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

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

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

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

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

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

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

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

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

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

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

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !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;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
/*@font-face {
    font-family: 'Montserrat Regular';
    src: url('/Content/fonts/Montserrat-Regular.ttf?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('truetype'), url('/Content/fonts/Montserrat-Regular.woff2?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff2'), url('/Content/fonts/Montserrat-Regular.woff?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('/Content/fonts/Montserrat-SemiBold.ttf?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('truetype'), url('/Content/fonts/Montserrat-SemiBold.woff2?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff2'), url('/Content/fonts/Montserrat-SemiBold.woff?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('/Content/fonts/Montserrat-Bold.ttf?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('truetype'), url('/Content/fonts/Montserrat-Bold.woff2?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff2'), url('/Content/fonts/Montserrat-Bold.woff?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan Regular';
    src: url('/Content/fonts/LeagueSpartan-Regular.ttf?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('truetype'), url('/Content/fonts/LeagueSpartan-Regular.woff2?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff2'), url('/Content/fonts/LeagueSpartan-Regular.woff?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan Regular';
    src: url('/Content/fonts/LeagueSpartan-SemiBold.ttf?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('truetype'), url('/Content/fonts/LeagueSpartan-SemiBold.woff2?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff2'), url('/Content/fonts/LeagueSpartan-SemiBold.woff?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan Regular';
    src: url('/Content/fonts/LeagueSpartan-Bold.ttf?v=Y6o8kCBuN1eniEqtyAXDnfU4KPU') format('truetype'), url('/Content/fonts/LeagueSpartan-Bold.woff2?v=ZojkHJYlLMwgw1xuhR398rOWgDU') format('woff2'), url('/Content/fonts/LeagueSpartan-Bold.woff?v=Y6o8kCBuN1eniEqtyAXDnfU4KPU') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}*/
/* adjust fallback letter and word spacing */
/*.fallback {
    letter-spacing: -0.75px;
    word-spacing: -0.3px;
}*/
.hotlink {
  cursor: pointer;
}

.white {
  color: #fff;
}

.black {
  color: #04090A;
}

.text-primary {
  color: #003057;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #04090A;
}

.primary-bg {
  background-color: #003057;
}

.light-grey-bg {
  background-color: #EBECF0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

hr {
  border-color: rgba(4, 9, 10, 0.5);
  border-top-width: 0px;
  color: transparent;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

/*
    Text
*/
.text-center {
  text-align: center;
}

/*.container-lg-up {
    padding-right: 20px;
    padding-left: 20px;*/
/*overflow: hidden;*/
/*width: calc(100% + 30px);
    margin-left: -15px;
}*/
/*
    lzy ldng
*/
body .lazy-loaded-bg.unloaded {
  background-image: none !important;
}

@media (max-width: 767.98px) {
  .lazy-loaded-bg-mob.unloaded {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
}
@media (min-width: 992px) {
  .container-lg-up {
    padding-right: 10px;
    padding-left: 10px;
    width: 960px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .container-lg-up {
    width: 1140px;
    max-width: 100%;
  }
}
body:not(.no-js) .expando-full-text {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  height: 125px;
}
body:not(.no-js) .expando-full-text:after {
  content: "";
  display: none;
  position: absolute;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+63,ffffff+63,ffffff+100&0+0,0+63,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
body:not(.no-js) .expando-full-text.loaded {
  visibility: visible;
  overflow: hidden;
}
body:not(.no-js) .expando-full-text.active {
  transition: height 0.2s ease;
}
body:not(.no-js) .expando-full-text.active:after {
  display: block;
}
body:not(.no-js) .expando-full-text.clicked:after {
  background: transparent;
}

.expando-full-trigger {
  position: relative;
  z-index: 2;
  margin-top: 0;
  display: block;
  background: white;
  width: 100px;
  padding-top: 5px;
}

.position-tracker {
  height: 1px;
  width: 100%;
  margin-top: -1px;
  clear: both;
  float: none;
  display: block;
}

body:not(.no-js) .expando-text {
  visibility: hidden;
  position: relative;
  padding-bottom: 20px;
  height: 35px;
  margin-bottom: 21px;
}
body:not(.no-js) .expando-text:after {
  content: "";
  display: none;
  position: absolute;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
body:not(.no-js) .expando-text.loaded {
  visibility: visible;
  overflow: hidden;
  margin-bottom: 0;
}
body:not(.no-js) .expando-text.active {
  transition: height 0.2s ease;
}
body:not(.no-js) .expando-text.active:after {
  display: block;
}
body:not(.no-js) .expando-text.expando-text-type {
  height: 125px;
  margin-bottom: 30px;
}
body:not(.no-js) .expando-text.clicked:after {
  background: transparent;
}

.expando-mobilio {
  position: relative;
  top: -10px;
}
.expando-mobilio .expando-text {
  position: relative;
  top: -3px;
}

.expando-trigger-wrapper {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  margin-top: -29px;
  padding-top: 0;
  z-index: 10;
  position: relative;
  top: -20px;
}
.expando-trigger-wrapper a {
  cursor: pointer;
}

.padding-default {
  padding: 30px;
}

.padding-small {
  padding: 15px;
}

.padding-smallest {
  padding: 7.5px;
}

.padding-large {
  padding: 45px;
}

.padding-largest {
  padding: 60px;
}

.vpadding-default {
  padding: 30px 0;
}

.vpadding-small {
  padding: 15px 0;
}

.vpadding-smallest {
  padding: 7.5px 0;
}

.vpadding-large {
  padding: 45px 0;
}

.vpadding-largest {
  padding: 60px 0;
}

.padding-top-default {
  padding-top: 30px;
}

.padding-top-small {
  padding-top: 15px;
}

.padding-top-smallest {
  padding-top: 7.5px;
}

.padding-top-large {
  padding-top: 45px;
}

.padding-top-largest {
  padding-top: 60px;
}

.padding-bottom-default {
  padding-bottom: 30px;
}

.padding-bottom-small {
  padding-bottom: 15px;
}

.padding-bottom-smallest {
  padding-bottom: 7.5px;
}

.padding-bottom-large {
  padding-bottom: 45px;
}

.padding-bottom-largest {
  padding-bottom: 60px;
}

.hpadding-default {
  padding: 0 30px;
}

.hpadding-small {
  padding: 0 15px;
}

.hpadding-smallest {
  padding: 0 0.4166666667rem;
}

.hpadding-large {
  padding: 0 2.5rem;
}

.hpadding-largest {
  padding: 0 3.3333333333rem;
}

.padding-zero {
  padding: 0 0;
}

html.no-scroll-action {
  scroll-behavior: initial;
}

body {
  /* background: $theme-primary;*/
}
body.prevent-scroll {
  height: calc(100vh + 1px);
}
body.prevent-scroll .site-wrapper {
  height: calc(100vh + 1px);
  overflow: hidden;
}
body.prevent-scroll .desktop-header {
  position: fixed;
  left: 15px;
  right: 15px;
}
body.prevent-scroll > footer {
  display: none;
}

.cookies-policy-min-height {
  min-height: 100vh;
}

@media (min-width: 1921px) {
  body.prevent-scroll .desktop-header {
    left: calc(calc(calc(100vw - 1920px) / 2) + 15px) !important;
    right: calc(calc(calc(100vw - 1920px) / 2) + 15px) !important;
  }

  .desktop-header nav.primary-nav ul.primary .subnav {
    max-width: calc(calc(calc(calc(100vw - 1920px) / 2) + 15px) + 1000px) !important;
  }

  .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover ~ .mega-menu-background {
    width: calc(calc(calc(calc(100vw - 1920px) / 2) + 15px) + 1000px) !important;
  }

  .desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner {
    max-width: 967px !important;
  }
}
@media (min-width: 1935px) {
  body.prevent-scroll .desktop-header {
    left: calc(calc(calc(100% - 1920px) / 2) + 15px) !important;
    right: calc(calc(calc(100% - 1920px) / 2) + 15px) !important;
  }

  .desktop-header nav.primary-nav ul.primary .subnav {
    max-width: calc(calc(calc(calc(100% - 1920px) / 2) + 15px) + 1000px) !important;
  }

  .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover ~ .mega-menu-background {
    width: calc(calc(calc(calc(100% - 1920px) / 2) + 15px) + 1000px) !important;
  }

  .desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner {
    max-width: 967px !important;
  }
}
@media (max-width: 767.98px) {
  body.modal-showing .site-wrapper {
    height: calc(100vh + 1px);
    overflow: hidden;
  }
}
.main-body {
  background: #fff;
}

.site-wrapper {
  margin-top: 70px;
  max-width: 1920px;
  margin: auto;
  box-shadow: 0px 14px 14px rgba(4, 9, 10, 0.1);
}

.isBackOfficePreview {
  min-height: 100px;
  background-color: #fdfdfd;
}

/*.small-spacing-top{
    margin-top: 15px!important;
}
.small-spacing-bottom{
    margin-bottom: 15px!important;
}
.medium-spacing-top{
    margin-top: 30px!important;
}
.medium-spacing-bottom{
    margin-bottom: 30px!important;
}
.large-spacing-top{
    margin-top: 60px!important;
}
.large-spacing-bottom{
    margin-bottom: 60px!important;
}
.no-spacing-top{
    margin-top: 0!important;
}
.no-spacing-bottom{
    margin-bottom: 0!important;
}*/
@media (min-width: 768px) {
  .site-wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 1921px) {
  body {
    background: #EBECF0;
  }
}
html, body {
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #282829;
  /* cursor: url('/Content/Images/Email.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s'), auto;*/
}

/*a:hover{
    cursor: url('/Content/Images/facebook-black.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s'), auto;
}*/
/*.cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: $theme-secondary;
    border-radius: 50%;
    width: 20px;
    height: 20px;*/
/*    mix-blend-mode: difference;*/
/*transition: transform 0.3s ease;
    opacity: 1;

    &.hovered {
        transform: translate(-50%, -50%) scale(3);
        background-color: $theme-secondary;
        opacity: 0.7;
        transition: transform 0.3s ease;
        z-index: 99999;
    }
}*/
/*body.fonts-unloaded p, body.fonts-unloaded a {
    @include montserrat-fallback();
}*/
/*body.montserrat-fallback-test {
    font-family: montserrat-fallback-font;

    p {
        letter-spacing: 1.34px;
        word-spacing: -2px;
    }
}
*/
.red {
  font-size: 20px;
  color: red !important;
  font-weight: 700;
}

/*a:not(.btn):not(.link-with-arrow):not(.nav-link), a:not(.btn), a:not(.link-with-arrow) {
    font-weight: 600;
    color: $body-copy-colour;
    background-image: linear-gradient($theme-secondary, $theme-secondary);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    padding-bottom: 4px !important;
    background-size: 0% 1px;
    transition: background-size .3s;

    &:hover {
        background-size: 100% 1px;
        transition: background-size .2s ease;
    }
}*/
p.subheading + h2, p.subheading + .h2 {
  margin-top: 0;
}

a:not([href="#"]) {
  background-image: linear-gradient(#55EBB9, #55EBB9);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  padding-bottom: 2px !important;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1600px) {
  a:not([href="#"]) {
    padding-bottom: 2px !important;
  }
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #003057;
  font-weight: 600;
  color: #282829;
  word-break: break-word;
}
a:hover {
  color: #001424;
  text-decoration: none;
  background-size: 100% 1px;
  transition: background-size 0.2s ease;
  animation: link-underline 0.8s 1;
}
a.link-with-arrow {
  color: #003057;
  display: inline-flex;
  align-items: flex-start;
  transition: all 0.2s ease;
  margin: 0px 0;
  line-height: 1.1;
  background-image: none;
}
a.link-with-arrow:before {
  content: "";
  background-image: url("../svg/right-arrow-black8f09.svg?v=BhX8yhdE3WkcNQeu8LCUZF2cgac");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background-size: 15px 15px;
  margin-top: 1px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(778%) hue-rotate(99deg) brightness(96%) contrast(91%);
}
a.link-with-arrow:hover {
  color: #55EBB9;
  transition: all 0.2s ease;
  cursor: pointer;
}
a.nav-link {
  background-image: none;
}

@keyframes link-underline {
  0% {
    background-size: 0% 1px;
  }
  60% {
    background-size: 100% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
a:not(.btn):not(.internal-new-tab)[target=_blank]:after {
  content: "";
  background-image: url("../svg/icon-new-tabf717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  background-size: contain;
  height: 8px;
  width: 8px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -5px;
}

.graphic-block a:not(.btn):not(.internal-new-tab)[target=_blank]:after {
  top: -65px;
}

a:not(.btn)[target=_blank].btn:after {
  filter: brightness(0) saturate(100%) invert(99%) sepia(63%) saturate(2%) hue-rotate(152deg) brightness(111%) contrast(100%);
}

.article-back img {
  transform: rotate(180deg);
}

hr {
  width: 109px;
  color: #55EBB9;
  height: 3px !important;
  opacity: 1;
}
hr.centered {
  margin: 0 auto;
}
hr.small-hr {
  width: 40px;
  color: #55EBB9;
  height: 2px !important;
  opacity: 1;
}

p, td, label {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1rem 0;
  color: #282829;
}
p.small, td.small, label.small {
  font-size: 12.6px;
}

.article-article-intro, .article-article-intro p, .article-article-intro a {
  font-size: 20px;
  color: #003057;
  font-weight: 600;
  line-height: 1.3;
}

.blockrenderer a {
  pointer-events: none;
}

.subheading {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #55EBB9;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1em 0 20px 0;
  line-height: 1.4;
  font-weight: 700;
  color: #003057;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: uppercase;
  /*.fonts-unloaded & {
      @include league-fallback();
  }*/
  /*.fonts-unloaded & {

      letter-spacing: -4px;
      word-spacing: 0;
  }*/
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
.h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 5px;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
.h1 + ul, .h2 + ul, .h3 + ul, .h4 + ul, .h5 + ul, .h6 + ul {
  margin-top: 5px;
}

h1,
.h1 {
  font-size: 38px;
  line-height: 1;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.1;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p.h3 {
  font-size: 26px;
}

p.small {
  font-size: 0.9rem;
}

p + h1, p + .h1,
p + h2,
p + .h2,
p + h3,
p + .h3,
p + h4,
p + .h4,
p + h5,
p + .h5,
p + h6,
p + .h6 {
  margin-top: 35px;
}

ul {
  padding-left: 0;
  display: inline-block;
  margin: 1rem 0;
}
ul li {
  font-size: 16px;
  color: #282829;
  padding-bottom: 5px;
  list-style: none;
  padding-left: 42px;
  position: relative;
}
ul li:before {
  content: "";
  display: block;
  background: #003057;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 23px;
  top: 8px;
}
ul li a {
  font-size: 1rem;
}
ul li ul {
  display: block;
  padding-top: 12px;
  margin: 0;
}
ul li ul li:before {
  content: "";
  display: block;
  background: #003057;
  width: 6px;
  height: 2px;
  border-radius: 0px;
  position: absolute;
  left: 23px;
  top: 8px;
}
ul li ul li ul li:before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #003057;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 23px;
  top: 8px;
}

ol {
  padding-left: 42px;
  margin: 1rem 0;
  display: inline-block;
}
ol li {
  padding-bottom: 5px;
}
ol ol {
  padding-top: 12px;
  margin: 0;
  display: block;
}

.two-column-bullets {
  padding-bottom: 30px;
  padding-top: 30px;
}
.two-column-bullets ul li:before {
  background: #282829;
}

table {
  border: none !important;
  border-collapse: collapse;
  margin-bottom: 40px;
}
table thead td,
table thead th,
table th {
  background: #003057;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  border: none;
}
table tbody td {
  text-align: left;
  border-bottom: solid 1px #282829;
  border-left: none;
  border-right: none;
}

p + table {
  margin-top: 40px;
}

table.responsive-card {
  table-layout: fixed;
}
table.responsive-card thead td,
table.responsive-card thead th {
  background: #003057;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-weight: bold;
}
table.responsive-card tbody td {
  text-align: left;
  border-bottom: solid 1px rgba(4, 9, 10, 0.2);
}

table.responsive-card {
  display: block;
  width: 100% !important;
  height: auto !important;
}
table.responsive-card th {
  text-align: left;
}
table.responsive-card th, table.responsive-card td {
  padding: 10px;
  margin: 0;
  width: auto !important;
}
table.responsive-card td {
  display: block;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding-left: 50%;
  position: relative;
}
table.responsive-card td a {
  word-break: break-all;
}
table.responsive-card td p {
  display: inline;
}
table.responsive-card td:before {
  content: attr(data-content);
  display: inline-block !important;
  padding-right: 20px;
  text-align: left;
  width: 100%;
  margin-left: -100%;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
}
table.responsive-card td:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 20px);
  z-index: 1;
  background: #003057;
}
table.responsive-card tr {
  display: block;
  overflow: hidden;
  width: 100%;
  border-top: solid 1px rgba(4, 9, 10, 0.2);
}
table.responsive-card tbody {
  display: block;
  width: 100%;
}
table.responsive-card thead {
  display: none;
}

.grey-background {
  background: #EBECF0 !important;
}

.white-background {
  background: #fff;
}

.blue-background {
  background: #003057 !important;
}

@media (min-width: 768px) {
  table.responsive-card {
    display: table;
    width: 100%;
  }
  table.responsive-card tbody td {
    text-align: center;
    padding: 15px;
  }

  .subheading {
    font-size: 36px;
  }

  .red {
    font-size: 44px;
  }

  table.responsive-card thead {
    display: table-header-group;
  }
  table.responsive-card thead th, table.responsive-card thead td {
    display: table-cell;
    float: none;
    clear: none;
    width: auto;
  }
  table.responsive-card thead tr {
    border-top: none;
    display: table-row;
  }
  table.responsive-card tbody {
    display: table-row-group;
  }
  table.responsive-card tbody tr {
    display: table-row;
  }
  table.responsive-card tbody tr td {
    display: table-cell;
    float: none;
    clear: none;
    width: auto;
  }
  table.responsive-card tbody tr td p {
    display: block;
  }
  table.responsive-card td:before, table.responsive-card td:after {
    display: none !important;
  }
}
.wysiwyg-blockquote-macro {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #003057;
  position: relative;
  padding-top: 75px;
  margin: 40px 0;
}
.wysiwyg-blockquote-macro img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  p, td, label, th {
    font-size: 18px;
  }
  p.small, td.small, label.small, th.small {
    font-size: 0.8rem;
  }

  p + h1, p + .h1,
p + h2,
p + .h2,
p + h3,
p + .h3,
p + h4,
p + .h4,
p + h5,
p + .h5,
p + h6,
p + .h6 {
    margin-top: 50px;
  }

  h1,
.h1 {
    font-size: 50px;
    line-height: 1.05;
  }

  h2,
.h2 {
    font-size: 44px;
    line-height: 1.1;
  }

  h3,
.h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  h4,
.h4 {
    font-size: 20px;
  }

  h5,
.h5 {
    font-size: 18px;
  }

  h6,
.h6 {
    font-size: 16px;
  }

  p.h3 {
    font-size: 35px;
  }

  ul li {
    font-size: 18px;
  }
  ul li a {
    font-size: 18px;
  }
}
.recaptcha {
  font-size: 15px;
}
.recaptcha.small {
  font-size: 13px;
}

[style*="text-align: center;"] {
  text-align: center !important;
}

p.hero-text {
  margin: 40px 0;
}

@media (min-width: 992px) {
  p.hero-text, p.hero-text span {
    font-size: 32px;
    color: #003057;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  p.hero-text {
    margin: 40px 0;
  }

  h1,
.h1 {
    font-size: 54px;
    line-height: 1.05;
  }

  h2,
.h2 {
    font-size: 44px;
    line-height: 1.1;
  }

  h3,
.h3 {
    font-size: 30px;
    line-height: 1.2;
  }

  h4,
.h4 {
    font-size: 25px;
  }

  h5,
.h5 {
    font-size: 22px;
  }

  h6,
.h6 {
    font-size: 20px;
  }

  .wysiwyg-blockquote-macro {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  html, body {
    font-size: 18px;
    line-height: 1.4;
  }

  p.hero-text, p.hero-text span {
    font-size: 40px;
    color: #003057;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  p.hero-text {
    margin: 1rem 0;
  }

  h1,
.h1 {
    font-size: 70px;
    line-height: 1.05;
  }

  h2,
.h2 {
    font-size: 57px;
    line-height: 1;
  }

  h3,
.h3 {
    font-size: 35px;
    line-height: 1.2;
  }

  h4,
.h4 {
    font-size: 25px;
  }

  h5,
.h5 {
    font-size: 22px;
  }

  h6,
.h6 {
    font-size: 20px;
  }

  .article-article-intro, .article-article-intro p, .article-article-intro a {
    font-size: 1.4rem;
  }
}
@font-face {
  font-family: "nxt-generic";
  src: url("../eot/nxt-genericf717.eot?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  src: url("../eot/nxt-generic9ad8.eot?v=-s8A-lHBf2xSOmaelncGgUUKE0s&amp;#iefix") format("embedded-opentype"), url("../woff/nxt-genericf717.woff?v=-s8A-lHBf2xSOmaelncGgUUKE0s") format("woff"), url("../ttf/nxt-genericf717.ttf?v=-s8A-lHBf2xSOmaelncGgUUKE0s") format("truetype"), url("../svg/nxt-generic.svg#nxt-generic") format("svg");
  font-weight: normal;
  font-style: normal;
}
.umbraco-forms-page [type=checkbox]:checked ~ label:after, .umbraco-forms-page .checkbox input:checked ~ label:after, [class^=icon-]:before,
[class*=" icon-"]:before, [data-icon]:before {
  font-family: "nxt-generic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-email:before {
  content: "a";
}

.icon-icon-facebook:before {
  content: "b";
}

.icon-icon-linkedin:before {
  content: "c";
}

.icon-icon-telephone:before {
  content: "d";
}

.icon-icon-twitter:before {
  content: "e";
}

.icon-icon-plus-circle:before {
  content: "f";
}

.icon-icon-minus-circle:before {
  content: "g";
}

.icon-icon-search:before {
  content: "h";
}

.icon-icon-share:before {
  content: "i";
}

.icon-icon-pdf:before {
  content: "j";
}

.icon-icon-lock-01:before {
  content: "k";
}

.icon-icon-close:before {
  content: "l";
}

.icon-icon-filled-star:before {
  content: "m";
}

.icon-icon-heart:before {
  content: "n";
}

.icon-icon-youtube:before {
  content: "o";
}

.icon-icon-tick:before,
.umbraco-forms-page [type=checkbox]:checked ~ label:after,
.umbraco-forms-page .checkbox input:checked ~ label:after {
  content: "p";
}

.icon-icon-quote:before {
  content: "q";
}

@media (min-width: 992px) {
  body:not(.no-js) .default-up-in {
    opacity: 0.2;
    transform: translate3d(0, 60px, 0);
    transition: transform 1s ease, opacity 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .default-up-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .default-up-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .team-up-in {
    opacity: 0.2;
    transform: translate3d(0, 120px, 0);
    transition: transform 1s ease, opacity 0.3s ease;
    will-change: transform, opacity;
  }
  body:not(.no-js) .team-up-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .team-up-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .default-span-in {
    opacity: 0;
    position: relative;
    top: 20px;
    transition: all 1s ease;
    will-change: top;
  }
  body:not(.no-js) .default-span-in.do-anim {
    opacity: 1;
    top: 0;
  }
  body:not(.no-js) .default-span-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .default-left-in {
    opacity: 0.1;
    transform: translate3d(-40px, 0, 0);
    transition: all 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .default-left-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .default-left-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .default-right-in {
    opacity: 0.2;
    transform: translate3d(80px, 0, 0);
    transition: all 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .default-right-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .default-right-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .cta-right-in {
    opacity: 0.2;
    transform: translateX(80px) translateY(-50%) !important;
    transition: all 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .cta-right-in.do-anim {
    opacity: 1;
    transform: translateX(0) translateY(-50%) !important;
  }
  body:not(.no-js) .cta-right-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .title-right-in {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: all 1s ease;
    transition-delay: 0.1s;
    will-change: transform;
  }
  body:not(.no-js) .title-right-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .title-right-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .image-right-in {
    opacity: 0.8;
    transform: translate3d(20px, 0, 0);
    transition: all 1s ease;
    transition-delay: 0.1s;
    will-change: transform;
  }
  body:not(.no-js) .image-right-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .image-right-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .title-up-in {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: all 1s ease;
    transition-delay: 0.1s;
    will-change: transform;
  }
  body:not(.no-js) .title-up-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .title-up-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .default-fade-in {
    opacity: 0;
    transition: all 1.25s ease;
    transform: translate3d(0, 20px, 0);
    transition: all 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .default-fade-in.do-anim {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  body:not(.no-js) .default-fade-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .border-in {
    border-color: transparent;
    will-change: border-color;
    transition: border-color 1s ease;
  }
  body:not(.no-js) .border-in.do-anim {
    border-color: #55EBB9;
  }
  body:not(.no-js) .border-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .basic-fade {
    opacity: 0;
    transition: all 1s ease;
    will-change: opacity;
  }
  body:not(.no-js) .basic-fade.do-anim {
    opacity: 1;
  }
  body:not(.no-js) .basic-fade.no-trans {
    transition: none;
  }
  body:not(.no-js) .title-fade {
    opacity: 0;
    transition: all 1.5s ease;
    will-change: opacity;
  }
  body:not(.no-js) .title-fade.do-anim {
    opacity: 1;
  }
  body:not(.no-js) .title-fade.no-trans {
    transition: none;
  }
  body:not(.no-js) .smaller-up-in {
    opacity: 0.2;
    transform: translate3d(0, 30px, 0);
    transition: all 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .smaller-up-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .smaller-up-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .larger-up-in {
    opacity: 0.2;
    transform: translate3d(0, 180px, 0);
    transition: all 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .larger-up-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  body:not(.no-js) .larger-up-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .default-scale-in {
    opacity: 0.2;
    transform: scale(0.8);
    transition: all 1s ease;
    will-change: transform;
  }
  body:not(.no-js) .default-scale-in.do-anim {
    opacity: 1;
    transform: scale(1);
  }
  body:not(.no-js) .default-scale-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .delayed-scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s ease;
    transition-delay: 1s;
    will-change: transform, opacity;
  }
  body:not(.no-js) .delayed-scale-in.do-anim {
    opacity: 1;
    transform: scale(1);
  }
  body:not(.no-js) .delayed-scale-in.no-trans {
    transition: none;
  }
  body:not(.no-js) .late-down-in {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    transition: transform 1s ease, opacity 0.6s ease;
    transition-delay: 1.25s;
    will-change: transform;
  }
  body:not(.no-js) .late-down-in.do-anim {
    opacity: 1;
    transform: translate3d(0, 55px, 0);
  }
  body:not(.no-js) .late-down-in.no-trans {
    transition: none;
  }
}
.basic-footer-block {
  background: #003057;
  padding: 40px 0;
}
.basic-footer-block .basic-footer-block-title h1, .basic-footer-block .basic-footer-block-title .h1, .basic-footer-block .basic-footer-block-title h2, .basic-footer-block .basic-footer-block-title .h2, .basic-footer-block .basic-footer-block-title h3, .basic-footer-block .basic-footer-block-title .h3, .basic-footer-block .basic-footer-block-title h4, .basic-footer-block .basic-footer-block-title .h4, .basic-footer-block .basic-footer-block-title h5, .basic-footer-block .basic-footer-block-title .h5, .basic-footer-block .basic-footer-block-title h6, .basic-footer-block .basic-footer-block-title .h6 {
  margin-top: 0;
}
.basic-footer-block > .container {
  position: relative;
}
.basic-footer-block h2, .basic-footer-block .h2, .basic-footer-block h3, .basic-footer-block .h3, .basic-footer-block h4, .basic-footer-block .h4, .basic-footer-block h5, .basic-footer-block .h5, .basic-footer-block h6, .basic-footer-block .h6 {
  color: #55EBB9;
}
.basic-footer-block p {
  color: #55EBB9;
}
.basic-footer-block .article-article-intro {
  color: #fff;
}
.basic-footer-block .btn {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .basic-footer-block a.btn.xl-btn {
    padding: 18px 43px 18px 15px;
    padding-bottom: 18px !important;
  }
}
@media (min-width: 992px) {
  .basic-footer-block {
    padding: 60px 0;
  }
  .basic-footer-block .basic-footer-right {
    display: flex;
  }
  .basic-footer-block .basic-footer-buttons {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  /*.basic-footer-block {
      height: 401px;
  }*/
}
@media (min-width: 1600px) {
  .basic-footer-block {
    padding: 100px 0;
  }
}
.content-box-with-background-colour-block {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-box-with-background-colour {
  padding: 30px 20px;
  background: #f5f5f5;
  margin-bottom: 0px;
  margin-top: 0px;
}
.content-box-with-background-colour a {
  font-weight: 600;
}

.isBackOfficePreview.content-box-with-background-colour {
  background: #f5f5f5;
}

@media (min-width: 992px) {
  .content-box-with-background-colour {
    padding: 30px 50px;
  }
}
.double-image-container {
  display: flex;
  flex-direction: column;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
  margin-bottom: 30px;
  /*&.small-spacing-top {
      margin-top: 10px;
  }

  &.medium-spacing-top {
      margin-top: 30px;
  }

  &.large-spacing-top {
      margin-top: 50px;
  }

  &.small-spacing-bottom {
      margin-bottom: 10px;
  }

  &.medium-spacing-bottom {
      margin-bottom: 30px;
  }

  &.large-spacing-bottom {
      margin-bottom: 50px;
  }*/
}
.double-image-container .image-one {
  width: calc(100% - 20px);
  height: 0;
  padding-top: 55.6%;
  margin-left: 10px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.double-image-container .image-two {
  width: calc(100% - 20px);
  height: 0;
  padding-top: 55.6%;
  margin-left: 10px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  .double-image-container {
    flex-direction: row;
    padding: 100px 0;
  }
  .double-image-container.small-spacing-top {
    padding-top: 60px;
  }
  .double-image-container.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .double-image-container.no-spacing-top {
    padding-top: 0;
  }
  .double-image-container.no-spacing-bottom {
    padding-bottom: 0;
  }
  .double-image-container .image-one {
    width: calc(50% - 20px);
    padding-top: 26.6%;
    margin-bottom: 0;
  }
  .double-image-container .image-two {
    width: calc(50% - 20px);
    padding-top: 26.6%;
  }
}
.stats-carousel-block-outer {
  padding-top: 0px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.stats-carousel-block-outer .stats-carousel-background-colour {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.stats-carousel-block-outer .stats-carousel-block .owl-stage {
  left: 0;
  display: flex;
}
.stats-carousel-block-outer .stats-carousel-block .owl-stage .owl-item {
  opacity: 0.2;
}
.stats-carousel-block-outer .stats-carousel-block .owl-stage .owl-item.active {
  opacity: 1;
}
.stats-carousel-block-outer .stats-carousel-block .stat .stat-number {
  font-size: 91px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1;
  font-size: 65px;
}
.stats-carousel-block-outer .stats-carousel-block .stat .stat-number .numscroller {
  font-size: 68px;
  margin-right: -20px;
}
.stats-carousel-block-outer .stats-carousel-block .stat .stat-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.1;
}
.stats-carousel-block-outer .stats-carousel-block .stat hr {
  width: 91px;
  color: #003057;
  height: 6px;
  opacity: 1;
}
.stats-carousel-block-outer .stats-carousel-block .owl-nav {
  bottom: -100px;
  right: 0;
}
.stats-carousel-block-outer .stats-carousel-block .owl-nav .owl-prev {
  background: transparent;
  border: 2px solid #003057;
}
.stats-carousel-block-outer .stats-carousel-block .owl-nav .owl-next {
  background: transparent;
  border: 2px solid #003057;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  align-items: center;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots.disabled {
  margin-top: 0;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background: #04090A;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  display: none;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots .owl-dot.active {
  background: #003057;
  height: 15px;
  width: 15px;
  display: block;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots .owl-dot.active + .owl-dot {
  background: #04090A !important;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  display: block;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots .owl-dot.active + .owl-dot + .owl-dot {
  background: #04090A !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  display: block;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots .owl-dot.prev-dot {
  height: 12px;
  width: 12px;
  display: block;
}
.stats-carousel-block-outer .stats-carousel-block .owl-dots .owl-dot.prev-prev-dot {
  height: 10px;
  width: 10px;
  display: block;
}
.stats-carousel-block-outer .stats-carousel-block-button {
  margin-top: 40px;
  z-index: 3;
}
.stats-carousel-block-outer .stats-carousel-block-button.btn.large-btn {
  font-size: 18px;
}

.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block, .no-js .stats-carousel-block-outer .stats-carousel-block {
  display: flex;
  align-items: center;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat, .no-js .stats-carousel-block-outer .stats-carousel-block .stat {
  display: none;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat:first-of-type, .no-js .stats-carousel-block-outer .stats-carousel-block .stat:first-of-type {
  display: block;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat:nth-of-type(2), .no-js .stats-carousel-block-outer .stats-carousel-block .stat:nth-of-type(2) {
  display: block;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat:nth-of-type(3), .no-js .stats-carousel-block-outer .stats-carousel-block .stat:nth-of-type(3) {
  display: block;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat .stat-number, .no-js .stats-carousel-block-outer .stats-carousel-block .stat .stat-number {
  opacity: 1 !important;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat .stat-number .numscroller, .no-js .stats-carousel-block-outer .stats-carousel-block .stat .stat-number .numscroller {
  opacity: 1 !important;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat .stat-title, .no-js .stats-carousel-block-outer .stats-carousel-block .stat .stat-title {
  opacity: 1 !important;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat .scroll-anim-item, .no-js .stats-carousel-block-outer .stats-carousel-block .stat .scroll-anim-item {
  opacity: 1 !important;
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat .fade-in-bottom, .no-js .stats-carousel-block-outer .stats-carousel-block .stat .fade-in-bottom {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}
.isBackOfficePreview .stats-carousel-block-outer .stats-carousel-block .stat .stat-text, .no-js .stats-carousel-block-outer .stats-carousel-block .stat .stat-text {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .stats-carousel-block-outer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .stats-carousel-block-outer .stats-carousel-block .owl-stage {
    left: 0px;
  }
  .stats-carousel-block-outer .stats-carousel-block-button {
    margin-top: 47px;
  }
}
@media (min-width: 1200px) {
  .stats-carousel-block-outer {
    padding-top: 150px;
    padding-bottom: 150px;
    /*&.small-spacing-top {
        padding-top: 50px;
    }

    &.medium-spacing-top {
        padding-top: 100px;
    }

    &.large-spacing-top {
        padding-top: 150px;
    }

    &.small-spacing-bottom {
        padding-bottom: 50px;
    }

    &.medium-spacing-bottom {
        padding-bottom: 100px;
    }

    &.large-spacing-bottom {
        padding-bottom: 150px;
    }*/
  }
  .stats-carousel-block-outer .stats-carousel-block .owl-stage {
    left: -100px;
  }
  .stats-carousel-block-outer .stats-carousel-block .owl-nav {
    right: 200px;
  }
  .stats-carousel-block-outer .stats-carousel-block .stat .stat-number {
    text-align: left;
    font-size: 65px;
  }
  .stats-carousel-block-outer .stats-carousel-block .stat .stat-number .numscroller {
    font-size: 68px;
    margin-right: -20px;
  }
  .stats-carousel-block-outer .stats-carousel-block .stat .stat-title {
    text-align: left;
    font-size: 25px;
  }
  .stats-carousel-block-outer .stats-carousel-block .stat .stat-text {
    text-align: left;
    font-size: 16px;
  }
  .stats-carousel-block-outer .stats-carousel-block .stat hr {
    margin: 10px 0;
  }
}
@media (min-width: 1295px) {
  .stats-carousel-block-outer .stats-carousel-block .owl-stage {
    left: -100px;
  }
}
@media (min-width: 1500px) {
  .stats-carousel-block-outer .stats-carousel-block .stat .stat-number .numscroller {
    font-size: 75px;
  }
}
.news-image-dynamic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-image-dynamic img {
  height: auto;
}

.vid-link:after {
  display: none !important;
}

.news-image-video-block {
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-image-video-block.vid {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-image-video-block.hide {
  background-image: none !important;
}
.news-image-video-block .news-image-video {
  width: 100%;
  height: 0;
  padding-top: 55.6%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-image-video-block .news-image-video.video iframe {
  width: 100%;
  height: 100%;
}
.news-image-video-block .news-image-video.video .play-button {
  height: 70px;
  width: 70px;
  background: #003057;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-image-video-block .news-image-video.video .play-button:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-left: 34px solid #fff;
  border-bottom: 21px solid transparent;
  position: absolute;
}
.news-image-video-block .news-image-video.hide.video .play-button {
  display: none;
}
.news-image-video-block .news-image-video.hide.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-image-video-block .news-image-video video {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}
.news-image-video-block .news-image-video video.show {
  opacity: 1;
}

@media (min-width: 992px) {
  .news-image-video-block {
    padding: 100px 0;
  }
  .news-image-video-block.vid {
    padding: 0;
    margin-top: 100px;
  }
  .news-image-video-block.small-spacing-top {
    padding-top: 60px;
  }
  .news-image-video-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .news-image-video-block.no-spacing-top {
    padding-top: 0;
  }
  .news-image-video-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .news-image-video-block .news-image-video.video .play-button {
    height: 88px;
    width: 88px;
  }
}
.image-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  /*  top: 100px;*/
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  overflow: hidden;
}
.image-block.grey-background .image-block-image:before {
  background: #EBECF0;
}
.image-block.grey-background .image-block-image:after {
  background: #EBECF0;
}
.image-block a:not(.btn):not(.link-with-arrow) {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#003057, #003057);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  padding-bottom: 4px !important;
  line-height: 20px;
}
.image-block a:not(.btn):not(.link-with-arrow):hover {
  background-size: 100% 1px;
  transition: background-size 0.2s ease;
}
.image-block.do-anim {
  top: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.image-block .image-block-image-container {
  overflow: hidden;
  z-index: 0;
}
.image-block .image-block-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 56.6%;
  transform: scale(1);
  transition: transform 0.4s ease;
  background-color: #f5f5f5;
  /*&:not(.hide) {
      &:hover {
          transform: scale(1.02);
          transition: transform 0.6s ease;
          cursor: pointer;
      }
  }*/
}
.image-block .image-block-image:before {
  content: "";
  height: 100%;
  width: 8px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3%;
  transform: translateX(-65%);
}
.image-block .image-block-image:after {
  content: "";
  height: 100%;
  width: 8px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 66.6%;
  transform: translateX(-27%);
}
.image-block .image-block-image.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.image-block .image-block-image.video iframe:hover {
  cursor: pointer;
}
.image-block .image-block-image.video .play-button {
  width: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  background: #003057;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-block .image-block-image.video .play-button:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 13px solid transparent;
  position: absolute;
}
.image-block .image-block-image.hide.video iframe {
  width: 100%;
  display: inline;
}
.image-block .image-block-image.hide.video .play-button {
  display: none;
}
.image-block .image-block-image video {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}
.image-block .image-block-image video.show {
  opacity: 1;
}
.image-block .prevent-image-crop {
  margin: 0 auto;
  display: block;
}
.image-block .news-image-video-block {
  margin-top: 0;
}
.image-block .is-vertical-video a {
  width: 100%;
  max-width: 100%;
}
.image-block .is-vertical-video a .video-container {
  /*background: $theme-primary;*/
  /*   height: 396px;*/
  /*width: 100%;
  display: flex;
  padding-top: 62.6%;*/
}
.image-block .is-vertical-video a:hover {
  background-image: none !important;
}
.image-block .is-vertical-video a .news-image-video-block {
  width: 400px;
  max-width: 100%;
  margin-top: 0;
  margin: 0 auto;
  /*    height: 100%;*/
  /*  position: absolute;*/
  /* top: 0;
   left: 33.3%;*/
}
.image-block .is-vertical-video a .news-image-video-block .news-image-video {
  width: 100%;
  /*   padding-top: 177.75%;*/
  max-width: 100%;
  height: 0;
  padding-top: 177.75%;
}
.image-block .is-vertical-video a .news-image-video-block .news-image-video:before {
  left: -2px;
}
.image-block .is-vertical-video a .news-image-video-block .news-image-video:after {
  left: unset;
  right: -10px;
}
.image-block .is-vertical-video .play-button {
  width: 22% !important;
}
.image-block .is-vertical-video.isBackOfficePreview {
  background-image: none !important;
}

.course-details-page .image-block {
  padding-top: 0;
  position: relative;
  top: 1em;
}

.isBackOfficePreview, .no-js {
  opacity: 1 !important;
}
.isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom, .no-js .image-block .scroll-anim-item.fade-in-bottom {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}
.isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom h1, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom .h1, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom h2, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom .h2, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom h3, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom .h3, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom h4, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom .h4, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom h5, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom .h5, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom h6, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom .h6, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom p, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom td, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom label, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom p.article-article-intro, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom ul, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom li, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom a, .isBackOfficePreview .image-block .scroll-anim-item.fade-in-bottom div, .no-js .image-block .scroll-anim-item.fade-in-bottom h1, .no-js .image-block .scroll-anim-item.fade-in-bottom .h1, .no-js .image-block .scroll-anim-item.fade-in-bottom h2, .no-js .image-block .scroll-anim-item.fade-in-bottom .h2, .no-js .image-block .scroll-anim-item.fade-in-bottom h3, .no-js .image-block .scroll-anim-item.fade-in-bottom .h3, .no-js .image-block .scroll-anim-item.fade-in-bottom h4, .no-js .image-block .scroll-anim-item.fade-in-bottom .h4, .no-js .image-block .scroll-anim-item.fade-in-bottom h5, .no-js .image-block .scroll-anim-item.fade-in-bottom .h5, .no-js .image-block .scroll-anim-item.fade-in-bottom h6, .no-js .image-block .scroll-anim-item.fade-in-bottom .h6, .no-js .image-block .scroll-anim-item.fade-in-bottom p, .no-js .image-block .scroll-anim-item.fade-in-bottom td, .no-js .image-block .scroll-anim-item.fade-in-bottom label, .no-js .image-block .scroll-anim-item.fade-in-bottom p.article-article-intro, .no-js .image-block .scroll-anim-item.fade-in-bottom ul, .no-js .image-block .scroll-anim-item.fade-in-bottom li, .no-js .image-block .scroll-anim-item.fade-in-bottom a, .no-js .image-block .scroll-anim-item.fade-in-bottom div {
  opacity: 1 !important;
}
.isBackOfficePreview .image-block .image-block-image, .no-js .image-block .image-block-image {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .image-block .image-block-image.video .play-button {
    width: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .image-block .image-block-image.video .play-button::before {
    border-top: 24px solid transparent;
    border-left: 34px solid #fff;
    border-bottom: 24px solid transparent;
  }
}
@media (min-width: 992px) {
  .image-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .image-block.small-spacing-top {
    padding-top: 60px;
  }
  .image-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .image-block.no-spacing-top {
    padding-top: 0;
  }
  .image-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .image-block .image-block-image:before {
    width: 25px;
  }
  .image-block .image-block-image:after {
    width: 25px;
  }
  .image-block .image-block-image.video .play-button {
    width: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .image-block .image-block-image.video .play-button::before {
    border-top: 18px solid transparent;
    border-left: 28px solid #fff;
    border-bottom: 18px solid transparent;
  }
  .image-block .is-vertical-video a .news-image-video-block .news-image-video:before {
    left: -8px;
  }
  .image-block .is-vertical-video a .news-image-video-block .news-image-video:after {
    left: unset;
    right: -31px;
  }
}
@media (min-width: 1200px) {
  .image-block {
    padding-top: 60px;
    padding-bottom: 60px;
    /* &.small-spacing-top {
        padding-top: 60px
    }

    &.medium-spacing-top {
        padding-top: 90px;
    }

    &.large-spacing-top {
        padding-top: 130px;
    }

    &.small-spacing-bottom {
        padding-bottom: 60px
    }

    &.medium-spacing-bottom {
        padding-bottom: 90px
    }

    &.large-spacing-bottom {
        padding-bottom: 130px
    }*/
  }
  .image-block h2, .image-block .h2 {
    margin-top: 0;
  }
  .image-block.small-spacing-top {
    padding-top: 25px;
  }
  .image-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .image-block.no-spacing-top {
    padding-top: 0;
  }
  .image-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .image-block .image-block-image.video .play-button {
    width: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .image-block .image-block-image.video .play-button::before {
    border-top: 18px solid transparent;
    border-left: 28px solid #fff;
    border-bottom: 18px solid transparent;
  }
  .image-block .left-text {
    padding-right: 60px;
  }
  .image-block .right-text {
    padding-left: 60px;
  }

  .course-details-page .image-block {
    padding-top: 60px;
    position: relative;
    top: 0px;
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .image-block .image-block-image.video .play-button {
    width: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .image-block .image-block-image.video .play-button::before {
    border-top: 18px solid transparent;
    border-left: 28px solid #fff;
    border-bottom: 18px solid transparent;
  }
}
@media (min-width: 1600px) {
  .image-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .image-block.small-spacing-top {
    padding-top: 60px;
  }
  .image-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .image-block.no-spacing-top {
    padding-top: 0;
  }
  .image-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.faq-block .faq-item .faq-title {
  border-bottom: 1px solid #04090A;
  border-top: 1px solid #04090A;
  background: #f5f5f5;
  margin: 0;
}
.faq-block .faq-item .faq-title:hover {
  cursor: pointer;
}
.faq-block .faq-item .faq-content {
  display: none;
}
.faq-block .faq-item .faq-content.show {
  display: block;
}

.tabs-block {
  padding: 40px 0 40px 0;
  /* &.small-spacing-top {
      padding-top: 0px
  }

  &.medium-spacing-top {
      padding-top: 40px;
  }

  &.large-spacing-top {
      padding-top: 100px;
  }

  &.small-spacing-bottom {
      padding-bottom: 0px
  }

  &.medium-spacing-bottom {
      padding-bottom: 40px
  }

  &.large-spacing-bottom {
      padding-bottom: 100px
  }*/
}
.tabs-block > .container-fluid .container-fluid, .tabs-block > .container-sm .container-fluid, .tabs-block > .container-md .container-fluid, .tabs-block > .container-lg .container-fluid, .tabs-block > .container-xl .container-fluid, .tabs-block > .container-xxl .container-fluid, .tabs-block > .container-fluid .container-sm, .tabs-block > .container-sm .container-sm, .tabs-block > .container-md .container-sm, .tabs-block > .container-lg .container-sm, .tabs-block > .container-xl .container-sm, .tabs-block > .container-xxl .container-sm, .tabs-block > .container-fluid .container-md, .tabs-block > .container-sm .container-md, .tabs-block > .container-md .container-md, .tabs-block > .container-lg .container-md, .tabs-block > .container-xl .container-md, .tabs-block > .container-xxl .container-md, .tabs-block > .container-fluid .container-lg, .tabs-block > .container-sm .container-lg, .tabs-block > .container-md .container-lg, .tabs-block > .container-lg .container-lg, .tabs-block > .container-xl .container-lg, .tabs-block > .container-xxl .container-lg, .tabs-block > .container-fluid .container-xl, .tabs-block > .container-sm .container-xl, .tabs-block > .container-md .container-xl, .tabs-block > .container-lg .container-xl, .tabs-block > .container-xl .container-xl, .tabs-block > .container-xxl .container-xl, .tabs-block > .container-fluid .container-xxl, .tabs-block > .container-sm .container-xxl, .tabs-block > .container-md .container-xxl, .tabs-block > .container-lg .container-xxl, .tabs-block > .container-xl .container-xxl, .tabs-block > .container-xxl .container-xxl {
  padding-left: 0;
  padding-right: 0;
}
.tabs-block.small-spacing-top {
  padding-top: 25px;
}
.tabs-block.small-spacing-bottom {
  padding-bottom: 25px;
}
.tabs-block.no-spacing-top {
  padding-top: 0;
}
.tabs-block.no-spacing-bottom {
  padding-bottom: 0;
}
.tabs-block a:not(.btn):not(.link-with-arrow):not(.nav-link):not(.graphic-block-graphic-link) {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#003057, #003057);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  padding-bottom: 4px !important;
  line-height: 20px;
}
.tabs-block a:not(.btn):not(.link-with-arrow):not(.nav-link):not(.graphic-block-graphic-link):hover {
  background-size: 100% 1px;
  transition: background-size 0.2s ease;
}
.tabs-block .nav-tabs {
  display: flex;
  flex-direction: column;
  /*border-bottom: 1px solid $black;*/
  overflow-x: hidden;
  margin-bottom: 0;
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 5px;
}
.tabs-block .nav-tabs::-webkit-scrollbar {
  height: 8px;
  background: #f5f5f5;
}
.tabs-block .nav-tabs::-webkit-scrollbar-thumb {
  background: #003057 !important;
}
.tabs-block .nav-tabs::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 48, 87, 0.8) !important;
}
.tabs-block .nav-tabs li {
  padding-left: 0;
  margin-right: 10px;
  margin-left: 10px;
  white-space: break-spaces;
  padding-bottom: 12px !important;
  padding-top: 18px !important;
  position: relative;
  border-bottom: 1px solid #04090A;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tabs-block .nav-tabs li.mobile-tab-container {
  display: none;
  /*    visibility: hidden;*/
  white-space: normal;
  padding: 0;
  /*   height: 1px;
  transition: all 0.2s ease;
  transform-origin: top;*/
}
.tabs-block .nav-tabs li .plus-minus-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.tabs-block .nav-tabs li .plus-minus-container .plus-icon {
  display: block;
  filter: brightness(0) saturate(100%) invert(73%) sepia(64%) saturate(364%) hue-rotate(104deg) brightness(98%) contrast(93%);
}
.tabs-block .nav-tabs li .plus-minus-container .minus-icon {
  display: none;
  filter: brightness(0) saturate(100%) invert(73%) sepia(64%) saturate(364%) hue-rotate(104deg) brightness(98%) contrast(93%);
}
.tabs-block .nav-tabs li:first-of-type {
  padding-left: 0;
}
.tabs-block .nav-tabs li:last-of-type {
  padding-right: 0;
}
.tabs-block .nav-tabs li:before {
  display: none;
}
.tabs-block .nav-tabs li a.nav-link {
  color: #003057;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  word-break: keep-all;
}
.tabs-block .nav-tabs li a.nav-link:hover {
  cursor: pointer;
  color: #003057;
}
.tabs-block .nav-tabs li.current {
  background-size: 100% 3px;
}
.tabs-block .nav-tabs li.current + .mobile-tab-container {
  display: block;
  /*    opacity: 1;*/
  /*   display: block;*/
}
.tabs-block .nav-tabs li.current .plus-minus-container .plus-icon {
  display: none;
}
.tabs-block .nav-tabs li.current .plus-minus-container .minus-icon {
  display: block;
}
.tabs-block .nav-tabs li:hover {
  cursor: pointer;
}
.tabs-block .tab-container-tabs-block {
  display: none;
  /*
  &.current {
      display: block;



      &.firstTab {
          display: block;
      }
  }*/
}
.tabs-block .tab-container-tabs-block .container:not(.keep-padding) {
  padding: 0 !important;
}
.tabs-block .tab-container-tabs-block .container {
  padding: 13.5px;
}
.tabs-block .block-builder-tabs {
  display: none;
}
.tabs-block .block-builder-tabs .tab-container-tabs-block section > * {
  /*   padding: 0 15px !important;*/
}
.tabs-block .text-block {
  padding-left: 20px;
  padding-right: 20px;
}

/*.contactPage{
    .tabs-block{
        .nav-tabs{
            li{
                a{
                    font-size: 26px;
                }
            }
        }
    }
}
*/
@media (min-width: 992px) {
  .tabs-block {
    padding: 60px 0 0 0;
  }
  .tabs-block.small-spacing-top {
    padding-top: 60px;
  }
  .tabs-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .tabs-block.no-spacing-top {
    padding-top: 0;
  }
  .tabs-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .tabs-block.small-spacing-top {
    padding-top: 60px;
  }
  .tabs-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .tabs-block.no-spacing-top {
    padding-top: 0;
  }
  .tabs-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .tabs-block.large-spacing-bottom {
    padding-bottom: 100px;
  }
  .tabs-block.large-spacing-top {
    padding-top: 100px;
  }
  .tabs-block .nav-tabs {
    flex-direction: row;
    justify-content: center;
    overflow-x: auto;
  }
  .tabs-block .nav-tabs .mobile-tab-container {
    display: none;
  }
  .tabs-block .nav-tabs li {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .tabs-block .nav-tabs li:first-child {
    padding-left: 0;
  }
  .tabs-block .nav-tabs li:nth-last-child(2) {
    padding-right: 0;
  }
  .tabs-block .nav-tabs li .plus-minus-container {
    display: none;
  }
  .tabs-block .nav-tabs li a {
    font-size: 18px;
    line-height: 1.1;
  }
  .tabs-block .nav-tabs li a:after {
    width: 100%;
    height: 4px;
    background: transparent;
    display: block;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    transition: all 0.2s ease;
  }
  .tabs-block .nav-tabs li.current + .mobile-tab-container {
    display: none;
  }
  .tabs-block .nav-tabs li:hover a:after, .tabs-block .nav-tabs li.current a:after, .tabs-block .nav-tabs li.ucurrent a:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #55EBB9;
    display: block;
    bottom: -13px;
    position: absolute;
    z-index: 3;
    transition: all 0.2s ease;
  }
  .tabs-block .block-builder-tabs {
    display: block;
  }
  .tabs-block .block-builder-tabs .tab-container-tabs-block {
    display: none;
  }
  .tabs-block .block-builder-tabs .tab-container-tabs-block .container:not(.keep-padding) {
    padding: 0 !important;
  }
  .tabs-block .block-builder-tabs .tab-container-tabs-block.current {
    display: block;
  }
  .tabs-block .block-builder-tabs .tab-container-tabs-block.current.firstTab {
    display: block;
  }
  .tabs-block .block-builder-tabs .tab-container-tabs-block.firstTab {
    display: block;
  }
  .tabs-block .block-builder-tabs .tab-container-tabs-block .container {
    padding: 13.5px;
  }
  .tabs-block .tab-container-tabs-block {
    display: none;
  }
  .tabs-block .tab-container-tabs-block.current {
    display: block;
  }
}
@media (min-width: 1600px) {
  .tabs-block {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .tab-sandwich li {
    display: none !important;
  }
  .tab-sandwich li.tab-show {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .tab-sandwich-foot {
    display: none !important;
  }
}
.pillar-page-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
}
.pillar-page-grid .pillar-page-grid-item {
  width: 100%;
  padding: 30px;
  background: #f5f5f5;
  transition: all 0.2s ease;
  margin-bottom: 30px;
}
.pillar-page-grid .pillar-page-grid-item h2, .pillar-page-grid .pillar-page-grid-item .h2 {
  font-size: 24px;
}
.pillar-page-grid .pillar-page-grid-item h2 a, .pillar-page-grid .pillar-page-grid-item .h2 a {
  color: #003057;
  transition: all 0.2s ease;
  background-image: none;
}
.pillar-page-grid .pillar-page-grid-item:hover {
  background: #003057;
  transition: all 0.2s ease;
}
.pillar-page-grid .pillar-page-grid-item:hover h2 a, .pillar-page-grid .pillar-page-grid-item:hover .h2 a {
  color: #fff;
  transition: all 0.2s ease;
}
.pillar-page-grid .pillar-page-grid-item:hover p {
  color: #fff;
}

@media (min-width: 768px) {
  .pillar-page-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pillar-page-grid .pillar-page-grid-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .pillar-page-grid {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pillar-page-grid .pillar-page-grid-item {
    width: calc(33.3% - 30px);
  }
}
.pillar-page-contents-list .link-with-arrow {
  margin-bottom: 12px;
  font-weight: 400;
}

.article-contents-title {
  color: #979797;
  font-size: 14px;
  margin-top: 60px;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
}

.knowledge-base-cta-container {
  margin-top: 20px;
}
.knowledge-base-cta-container .btn.full-width {
  width: 100%;
  margin-bottom: 30px;
}

.knowledge-base-cta {
  background: #003057;
  padding: 20px;
  margin-bottom: 30px;
}
.knowledge-base-cta h3, .knowledge-base-cta .h3 {
  color: #55EBB9;
  margin-top: 0;
  font-size: 26px;
}
.knowledge-base-cta p {
  color: #fff;
}

.glossary-list {
  columns: 2;
  margin-top: 60px;
  width: 100%;
}
.glossary-list li {
  margin-right: 30px;
}
.glossary-list li:before {
  display: none;
}

.glossary-details {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .knowledge-base-cta {
    padding: 30px;
  }

  .glossary-list {
    margin-top: 100px;
  }

  .glossary-details {
    margin-top: 100px;
  }

  .knowledge-base-cta-container {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .knowledge-base-cta-container {
    margin-left: 30px;
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .knowledge-base-cta {
    padding: 40px;
  }

  .glossary-details {
    margin-bottom: 100px;
  }
}
@media (min-width: 1700px) {
  .knowledge-base-cta-container {
    margin-left: 80px;
  }
}
.image-gallery-inner {
  /*[data-type="image"].main-image span {
      &:after {
          background-size: 60px;
      }
  }*/
}
.image-gallery-inner [data-type=image] span {
  position: relative;
}
.image-gallery-inner [data-type=image] span:before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #04090A;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.image-gallery-inner [data-type=image] span:after {
  content: "";
  display: flex;
  position: absolute;
  background-image: url(../svg/enlargef717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s);
  background-position: center;
  background-size: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.2s ease;
}
.image-gallery-inner [data-type=image] span:hover:before, .image-gallery-inner [data-type=image] span:hover:after {
  opacity: 0.3;
}
.image-gallery-inner [data-type=image] span:hover:after {
  opacity: 1;
}
.image-gallery-inner.isBackOfficePreview {
  background: transparent;
}
.image-gallery-inner .main-image {
  width: 100%;
  /* height: 385px;*/
}
.image-gallery-inner .main-image img {
  object-fit: cover;
  min-height: 200px;
  min-width: 100%;
  height: 385px;
}
.image-gallery-inner .lower-images {
  display: flex;
  flex-direction: column;
}
.image-gallery-inner .lower-images .image-two {
  width: 100%;
  background-image: none;
}
.image-gallery-inner .lower-images .image-two img {
  object-fit: cover;
  width: 100%;
}
.image-gallery-inner .lower-images .image-three {
  width: 100%;
  background-image: none;
}
.image-gallery-inner .lower-images .image-three img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 992px) {
  .image-gallery-inner .lower-images {
    flex-direction: row;
  }
  .image-gallery-inner .lower-images .image-two {
    width: 50%;
  }
  .image-gallery-inner .lower-images .image-three {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .image-gallery-block.projects-image-gallery .image-gallery-inner [data-type=image].main-image {
    min-height: auto;
    height: auto;
    margin-bottom: 20px;
    max-width: initial;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner [data-type=image].main-image img {
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner [data-type=image].main-image span:before {
    opacity: 0.1;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner [data-type=image].main-image span:after {
    opacity: 1;
  }

  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images {
    flex-direction: row;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images [data-type=image].grouped_elements {
    width: calc(50% - 10px);
    margin: 0;
  }
}
.vacancies-filter-box {
  width: 100%;
  border-top: 1px solid #04090A;
  border-bottom: 1px solid #04090A;
  padding: 20px 0;
  margin: 30px 0;
}

.vacancy-box {
  background: #fff;
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
.vacancy-box .vacancy-box-left {
  width: 100%;
}
.vacancy-box .vacancy-box-left h2, .vacancy-box .vacancy-box-left .h2 {
  margin-top: 0;
  font-size: 30px;
}
.vacancy-box .vacancy-box-left .mobile-vacancy-details {
  display: table;
}
.vacancy-box .vacancy-box-left table {
  width: 100%;
}
.vacancy-box .vacancy-box-left table tr td {
  border-bottom: 1px solid rgba(4, 9, 10, 0.2);
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.vacancy-box .vacancy-box-left table tr td.title {
  font-weight: 600;
  width: 120px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.vacancy-box .vacancy-box-right {
  width: 30%;
  padding: 20px 20px 20px 40px;
  border-left: 2px solid #55EBB9;
  display: none;
}
.vacancy-box .vacancy-box-right table tr td {
  border: none;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.vacancy-box .vacancy-box-right table tr td.title {
  font-weight: 400;
  width: 120px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  vertical-align: text-top;
}
.vacancy-box .buttons-container {
  display: flex;
  flex-direction: column;
}
.vacancy-box .buttons-container .btn {
  margin-right: 20px;
  min-width: 200px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .vacancy-box {
    padding-top: 50px;
  }

  .vacancy-box .featured-label {
    top: 9px;
  }
}
@media (min-width: 992px) {
  .vacancy-box {
    padding: 60px 40px 40px;
  }
  .vacancy-box.featured-vacancy .featured-label {
    top: 20px;
  }
  .vacancy-box .vacancy-box-left {
    width: 70%;
    padding-right: 80px;
  }
  .vacancy-box .vacancy-box-left .mobile-vacancy-details {
    display: none;
  }
  .vacancy-box .vacancy-box-right {
    display: block;
  }
  .vacancy-box .buttons-container {
    flex-direction: row;
  }
  .vacancy-box .buttons-container .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .vacancy-box .vacancy-box-right {
    padding: 20px 20px 20px 80px;
  }
}
.leadership-container {
  background: #EBECF0;
  padding: 0 0 100px 0;
}

.leadership-filters {
  background: #EBECF0;
}
.leadership-filters > .container .col-md-10 {
  /* border-top: 2px solid $black-opacity-10;
   border-bottom: 2px solid $black-opacity-10;
   padding: 30px 0;*/
}
.leadership-filters a {
  /*  margin: 0 20px;*/
}

.team-member-grid-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.team-member-grid-container .team-member-cta {
  width: 100%;
  max-width: 444px;
  margin-bottom: 20px;
}
.team-member-grid-container .team-member-cta .team-member-cta-image {
  height: 297px;
  width: 100%;
  background: #003057;
  position: relative;
  overflow: hidden;
}
.team-member-grid-container .team-member-cta .team-member-cta-image .left-corner {
  position: absolute;
  left: 60px;
  top: 60px;
  background: transparent;
  height: 15px;
  width: 45px;
  transition: all 0.2s ease;
  z-index: 3;
}
.team-member-grid-container .team-member-cta .team-member-cta-image .left-corner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background: transparent;
  height: 30px;
  width: 15px;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta .team-member-cta-image .right-corner {
  position: absolute;
  right: 60px;
  bottom: 60px;
  background: transparent;
  height: 15px;
  width: 45px;
  transition: all 0.2s ease;
  z-index: 3;
}
.team-member-grid-container .team-member-cta .team-member-cta-image .right-corner:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  background: transparent;
  height: 30px;
  width: 15px;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta .team-member-cta-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 10%;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-image .left-corner {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
  left: 10px;
  top: 10px;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-image .left-corner:after {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-image .right-corner {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
  right: 10px;
  bottom: 10px;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-image .right-corner:after {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-text {
  background: #003057;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-text h2 a, .team-member-grid-container .team-member-cta:hover .team-member-cta-text .h2 a {
  color: #fff;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-text .subtitle {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta:hover .team-member-cta-text .position {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.team-member-grid-container .team-member-cta .team-member-cta-text {
  background: #55EBB9;
  padding: 20px;
  height: calc(100% - 297px);
}
.team-member-grid-container .team-member-cta .team-member-cta-text h2, .team-member-grid-container .team-member-cta .team-member-cta-text .h2 {
  margin: 0;
}
.team-member-grid-container .team-member-cta .team-member-cta-text h2 .link, .team-member-grid-container .team-member-cta .team-member-cta-text .h2 .link {
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #003057;
  font-weight: 700;
  background-image: none;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta .team-member-cta-text p {
  margin: 0;
}
.team-member-grid-container .team-member-cta .team-member-cta-text p.subtitle {
  font-size: 14px;
  color: #003057;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  transition: all 0.2s ease;
}
.team-member-grid-container .team-member-cta .team-member-cta-text p.position {
  font-size: 16px;
  color: #003057;
  transition: all 0.2s ease;
}

.team-page-image {
  height: 150px;
  width: 150px;
  background: #003057;
}
.team-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .team-member-grid-container {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
    align-items: unset;
    justify-content: flex-start;
  }
  .team-member-grid-container .team-member-cta {
    width: calc(50% - 40px);
    margin: 20px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .team-member-grid-container {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .team-member-grid-container .team-member-cta {
    width: calc(33.3% - 40px);
    margin: 20px;
    /*   max-width: 330px;*/
  }

  .team-page-image {
    height: 300px;
    width: 300px;
    background: #003057;
  }
  .team-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1700px) {
  .team-member-grid-container {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .team-member-grid-container .team-member-cta {
    width: calc(25% - 40px);
    margin: 20px;
  }
}
.projects-filters {
  background: #EBECF0;
  z-index: 2;
  position: relative;
}
.projects-filters.filters-open {
  z-index: 9999;
}
.projects-filters .generic-filter-list {
  padding: 30px 15px;
  border-top: 1px solid rgba(0, 48, 87, 0.2);
  border-bottom: 1px solid rgba(0, 48, 87, 0.2);
}
.projects-filters .generic-filter-list .generic-filter-options-inner {
  padding: 30px 50px 30px 30px;
}
.projects-filters .generic-filter-list .generic-filter-options-inner li {
  padding-left: 0;
}
.projects-filters .generic-filter-list .generic-filter-options-inner li a:not(.mobile-filter-trigger):not(.filter-group-title):not(.filter-group-expand):not(.mobile-filter-close) {
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif !important;
  margin: 0 0 8px 0;
}
.projects-filters > .container .col-md-10 {
  border-top: 2px solid rgba(4, 9, 10, 0.1);
  border-bottom: 2px solid rgba(4, 9, 10, 0.1);
  padding: 30px 0;
}
.projects-filters a:not(.mobile-filter-trigger):not(.filter-group-title):not(.filter-group-expand):not(.mobile-filter-close) {
  margin: 0 20px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}

.projects-ctas-block {
  background: #EBECF0;
  padding-top: 0px;
}

.projects-cta-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 30px;
}
.projects-cta-container .project-cta {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.projects-cta-container .project-cta .featured-label {
  z-index: 2;
}
.projects-cta-container .project-cta .project-cta-image-outer {
  overflow: hidden;
}
.projects-cta-container .project-cta .project-cta-image {
  height: 312px;
  width: 100%;
  background: #003057;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: all 0.4s ease;
}
.projects-cta-container .project-cta .project-cta-content {
  background: #fff;
  height: calc(100% - 312px);
  padding: 30px 20px 30px 20px;
  transition: all 0.2s ease;
}
.projects-cta-container .project-cta .project-cta-content .project-cta-title {
  font-size: 24px;
  margin-top: 0;
}
.projects-cta-container .project-cta .project-cta-content .project-cta-title a {
  background-image: none;
  font-weight: 700;
  color: #003057;
  transition: all 0.2s ease;
}
.projects-cta-container .project-cta .project-cta-content .service {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  color: #003057;
  position: absolute;
  bottom: 0px;
  right: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.projects-cta-container .project-cta .project-cta-content .location-subtitle {
  color: #55EBB9;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: uppercase;
}
.projects-cta-container .project-cta:hover {
  cursor: pointer;
}
.projects-cta-container .project-cta:hover .project-cta-image {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.projects-cta-container .project-cta:hover .project-cta-content {
  background: #003057;
  transition: all 0.2s ease;
}
.projects-cta-container .project-cta:hover .project-cta-content .project-cta-title a {
  color: #fff;
  transition: all 0.2s ease;
}
.projects-cta-container .project-cta:hover .project-cta-content .service {
  color: #fff;
  transition: all 0.2s ease;
}

.projects-load-more {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .projects-cta-container {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .projects-cta-container .project-cta {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .projects-cta-container {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .projects-cta-container .project-cta {
    width: calc(33.3% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .projects-cta-container .project-cta .project-cta-content {
    padding: 30px 30px 60px 30px;
  }
  .projects-cta-container .project-cta .project-cta-content .project-cta-title {
    font-size: 24px;
  }

  .projects-load-more {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .projects-cta-container {
    padding-top: 0px;
  }
  .projects-cta-container .project-cta .project-cta-content .project-cta-title {
    font-size: 28px;
  }

  .projects-load-more {
    margin-bottom: 60px;
  }
}
.project-details-overview {
  background: #EBECF0;
  margin-top: 30px;
  padding: 40px 0;
}
.project-details-overview .project-details-overview-inner {
  display: flex;
  flex-direction: column;
  padding: 0px 0;
}
.project-details-overview .project-details-overview-inner .project-detail {
  width: 100%;
  border-left: 2px solid #55EBB9;
  padding: 10px 20px;
  color: #003057;
}
.project-details-overview .project-details-overview-inner .project-detail p {
  margin: 0;
  color: #003057;
  line-height: 1.2;
}
.project-details-overview .project-details-overview-inner .project-detail .detail {
  font-weight: 700;
}
.project-details-overview .project-details-overview-inner .project-detail ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.project-details-overview .project-details-overview-inner .project-detail ul li {
  font-weight: 700;
  padding-left: 0;
  padding-right: 5px;
  color: #003057;
  line-height: 1.2;
}
.project-details-overview .project-details-overview-inner .project-detail ul li:before {
  display: none;
}

@media (min-width: 992px) {
  .project-details-overview {
    margin-top: 80px;
    padding: 0;
  }
  .project-details-overview .project-details-overview-inner {
    flex-direction: row;
    padding: 30px 0;
  }
  .project-details-overview .project-details-overview-inner .project-detail {
    width: 16.66%;
  }
}
.image-gallery-block.projects-image-gallery {
  background: #003057;
  padding: 40px 0;
  overflow: hidden;
}
.image-gallery-block.projects-image-gallery.white-background {
  background: #fff;
}
.image-gallery-block.projects-image-gallery.white-background p, .image-gallery-block.projects-image-gallery.white-background li, .image-gallery-block.projects-image-gallery.white-background a {
  color: #282829;
}
.image-gallery-block.projects-image-gallery.white-background .article-article-intro {
  color: #003057;
}
.image-gallery-block.projects-image-gallery.white-background .related-services-links .related-service {
  border-color: #55EBB9;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery.white-background .related-services-links .related-service a {
  color: #003057;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery.white-background .related-services-links .related-service:hover {
  background: #55EBB9;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery.grey-background {
  background: #EBECF0;
}
.image-gallery-block.projects-image-gallery.grey-background p, .image-gallery-block.projects-image-gallery.grey-background li, .image-gallery-block.projects-image-gallery.grey-background a {
  color: #282829;
}
.image-gallery-block.projects-image-gallery.grey-background .article-article-intro {
  color: #003057;
}
.image-gallery-block.projects-image-gallery.grey-background .related-services-links .related-service {
  border-color: #55EBB9;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery.grey-background .related-services-links .related-service a {
  color: #003057;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery.grey-background .related-services-links .related-service:hover {
  background: #55EBB9;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery.blue-background {
  background: #003057;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .main-image {
  width: 100%;
  height: 259px;
  position: relative;
  display: block;
  min-height: 259px;
  background-image: none;
  max-width: 273px;
  margin: 0 auto;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .main-image span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62.6%;
  top: 0;
  left: 0;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .main-image img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 293px;
  margin: 20px auto;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-two {
  width: calc(100% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-two span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 87.35%;
  top: 0;
  left: 0;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-two img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-three {
  width: calc(100% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-three span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 87.35%;
  top: 0;
  left: 0;
}
.image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-three img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.image-gallery-block.projects-image-gallery p, .image-gallery-block.projects-image-gallery li, .image-gallery-block.projects-image-gallery a {
  color: rgba(255, 255, 255, 0.9);
}
.image-gallery-block.projects-image-gallery ul li:before {
  background: #55EBB9;
}
.image-gallery-block.projects-image-gallery .article-article-intro {
  color: #55EBB9;
}
.image-gallery-block.projects-image-gallery .related-services-links {
  display: flex;
  flex-wrap: wrap;
}
.image-gallery-block.projects-image-gallery .related-services-links .related-service {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery .related-services-links .related-service a {
  background-image: none;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery .related-services-links .related-service:hover {
  background: #55EBB9;
  border-color: #55EBB9;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery .related-services-links .related-service:hover a {
  color: #003057;
  transition: all 0.2s ease;
}
.image-gallery-block.projects-image-gallery .hidden-images {
  display: none;
}

.fancybox-button {
  background-image: none !important;
}

@media (min-width: 992px) {
  .image-gallery-block.projects-image-gallery {
    padding: 60px 0;
  }
  .image-gallery-block.projects-image-gallery.small-spacing-top {
    padding-top: 25px;
  }
  .image-gallery-block.projects-image-gallery.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .image-gallery-block.projects-image-gallery.no-spacing-top {
    padding-top: 0;
  }
  .image-gallery-block.projects-image-gallery.no-spacing-bottom {
    padding-bottom: 0;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .main-image {
    max-width: 100%;
    margin: 0;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .main-image span {
    position: absolute;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images {
    flex-direction: row;
    margin: 20px 0;
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    min-height: 176px;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-one img {
    height: 385px;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-two {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-two span {
    position: absolute;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-three {
    width: calc(50% - 10px);
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images .image-three span {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .image-gallery-block.projects-image-gallery .image-gallery-inner .main-image {
    min-height: 281px;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images {
    min-height: 214px;
  }
}
@media (min-width: 1600px) {
  .image-gallery-block.projects-image-gallery {
    padding: 100px 0;
  }
  .image-gallery-block.projects-image-gallery.small-spacing-top {
    padding-top: 60px;
  }
  .image-gallery-block.projects-image-gallery.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .image-gallery-block.projects-image-gallery.no-spacing-top {
    padding-top: 0;
  }
  .image-gallery-block.projects-image-gallery.no-spacing-bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 1700px) {
  .image-gallery-block.projects-image-gallery .image-gallery-inner .main-image {
    min-height: 379px;
  }
  .image-gallery-block.projects-image-gallery .image-gallery-inner .lower-images {
    min-height: 300px;
  }
}
.full-width-image-cta {
  height: 574px;
  width: 100%;
}
.full-width-image-cta > .container {
  height: 100%;
}
.full-width-image-cta > .container > .row {
  height: 100%;
}
.full-width-image-cta > .container > .row > .col-md-12 {
  height: 100%;
}
.full-width-image-cta .full-width-image-cta-inner {
  position: relative;
  height: 100%;
}
.full-width-image-cta .full-width-image-cta-inner .full-width-image-cta-box {
  background: #003057;
  max-width: 738px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 30px;
}
.full-width-image-cta .full-width-image-cta-inner .full-width-image-cta-box h2, .full-width-image-cta .full-width-image-cta-inner .full-width-image-cta-box .h2 {
  margin: 0;
  color: #55EBB9;
}
.full-width-image-cta .full-width-image-cta-inner .full-width-image-cta-box p {
  color: #fff;
}

.project-stats-block {
  padding: 40px 0 40px 0;
  background: #EBECF0;
}
.project-stats-block .project-stats-block-inner {
  display: flex;
  flex-direction: column;
}
.project-stats-block .project-stats-block-inner .project-stat {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  margin-top: 40px;
}
.project-stats-block .project-stats-block-inner .project-stat .stat .small-hr {
  display: block;
  margin: 20px auto;
}
.project-stats-block .project-stats-block-inner .project-stat .stat p {
  margin: 0;
  text-align: center;
}
.project-stats-block .project-stats-block-inner .project-stat .stat .stat-number p {
  line-height: 0.8;
  margin: 0;
  font-size: 54px;
  text-align: center;
}
.project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .blue {
  font-size: 54px;
  color: #003057;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  font-weight: 700;
  margin: 0;
}
.project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .green {
  font-size: 54px;
  color: #55EBB9;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  font-weight: 700;
  margin: 0;
}
.project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .small-stat {
  font-size: 40px !important;
}
.project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .large-stat {
  font-size: 54px;
}
.project-stats-block .project-stats-block-inner .project-stat .stat-description .description-title {
  margin: 0 0 10px 0;
  text-align: center;
}
.project-stats-block .project-stats-block-inner .project-stat .stat-description p {
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .project-stats-block .project-stats-block-inner .project-stat {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .project-stats-block {
    padding: 60px 0;
  }
  .project-stats-block.small-spacing-top {
    padding-top: 25px;
  }
  .project-stats-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .project-stats-block.no-spacing-top {
    padding-top: 0;
  }
  .project-stats-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .project-stats-block .project-stats-block-inner .project-stat {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat {
    min-width: 288px;
    padding-right: 40px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat p {
    text-align: left;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .small-hr {
    display: none;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number p {
    text-align: left;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .blue {
    font-size: 84px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .green {
    font-size: 84px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .small-stat {
    font-size: 50px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .large-stat {
    font-size: 84px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat-description {
    padding-left: 60px;
    border-left: 2px solid #55EBB9;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat-description .description-title {
    text-align: left;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat-description p {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .project-stats-block {
    padding: 100px 0;
  }
  .project-stats-block.small-spacing-top {
    padding-top: 60px;
  }
  .project-stats-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .project-stats-block.no-spacing-top {
    padding-top: 0;
  }
  .project-stats-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .blue {
    font-size: 100px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .green {
    font-size: 100px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .small-stat {
    font-size: 50px;
  }
  .project-stats-block .project-stats-block-inner .project-stat .stat .stat-number .large-stat {
    font-size: 100px;
  }
}
.project-quote-block {
  background: #003057;
  padding: 40px 0;
}
.project-quote-block.isBackOfficePreview blockquote {
  line-height: 1.2;
}
.project-quote-block blockquote {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 70px;
}
.project-quote-block blockquote:before {
  content: "";
  background-image: url("../svg/quote%201f717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  width: 75px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  filter: brightness(0) saturate(100%) invert(82%) sepia(18%) saturate(1209%) hue-rotate(102deg) brightness(96%) contrast(93%);
}
.project-quote-block cite {
  font-style: normal;
  font-weight: 400;
}
.project-quote-block p {
  color: #fff;
}
.project-quote-block p.person {
  color: #55EBB9;
}
.project-quote-block p.position {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
  .project-quote-block {
    padding: 60px 0;
  }
  .project-quote-block.small-spacing-top {
    padding-top: 25px;
  }
  .project-quote-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .project-quote-block.no-spacing-top {
    padding-top: 0;
  }
  .project-quote-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .project-quote-block blockquote {
    font-size: 22px;
    font-weight: 700;
  }
}
@media (min-width: 1600px) {
  .project-quote-block {
    padding: 100px 0;
  }
  .project-quote-block.small-spacing-top {
    padding-top: 60px;
  }
  .project-quote-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .project-quote-block.no-spacing-top {
    padding-top: 0;
  }
  .project-quote-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .project-quote-block blockquote {
    font-size: 26px;
    padding-top: 0;
  }
  .project-quote-block blockquote:before {
    top: 0;
    left: -200px;
    height: 106px;
    width: 139px;
  }
}
.text-block-two-column {
  padding: 40px 0;
  background: #fff;
}

@media (min-width: 992px) {
  .text-block-two-column {
    padding: 60px 0;
  }
  .text-block-two-column.small-spacing-top {
    padding-top: 25px;
  }
  .text-block-two-column.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .text-block-two-column.no-spacing-top {
    padding-top: 0;
  }
  .text-block-two-column.no-spacing-bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .text-block-two-column {
    padding: 100px 0;
  }
  .text-block-two-column.small-spacing-top {
    padding-top: 60px;
  }
  .text-block-two-column.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .text-block-two-column.no-spacing-top {
    padding-top: 0;
  }
  .text-block-two-column.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.related-projects-block {
  background: #EBECF0;
  padding: 40px 0;
}
.related-projects-block .related-projects-title {
  text-align: center;
}
.related-projects-block .related-projects-inner {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.related-projects-block .related-projects-inner .related-project-cta {
  width: calc(33.3% - 30px);
  margin: 15px;
  height: 480px;
}
.related-projects-block .related-projects-inner .related-project-cta .related-project-cta-image {
  height: 312px;
  width: 100%;
  background: #003057;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.related-projects-block .related-projects-inner .related-project-cta .related-project-cta-content {
  background: #fff;
  padding: 40px 30px;
  height: calc(100% - 312px);
}
.related-projects-block .related-projects-inner .related-project-cta .related-project-cta-content p {
  margin: 0;
  color: #55EBB9;
  font-size: 16px;
  font-weight: 700;
}
.related-projects-block .related-projects-inner .related-project-cta .related-project-cta-content .related-project-cta-title {
  margin: 0;
  font-size: 30px;
}
.related-projects-block .related-projects-inner .service-title-cta {
  background: #003057;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 480px;
  width: calc(33.3% - 30px);
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.related-projects-block .related-projects-inner .service-title-cta .service-cta-title {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

@media (min-width: 992px) {
  .related-projects-block {
    padding: 100px 0;
  }
  .related-projects-block.small-spacing-top {
    padding-top: 60px;
  }
  .related-projects-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .related-projects-block.no-spacing-top {
    padding-top: 0;
  }
  .related-projects-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.team-member-header-banner {
  background: #003057;
  min-height: 454px;
  width: 100%;
  padding-top: 140px;
  margin-bottom: 40px;
}
.team-member-header-banner .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.team-member-header-banner p a {
  color: #fff;
}
.team-member-header-banner p a img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(778%) hue-rotate(99deg) brightness(96%) contrast(91%);
  transform: rotate(180deg);
  margin-right: 5px;
}
.team-member-header-banner .team-page-image {
  height: 150px;
  width: 150px;
  background: transparent;
  margin: 0 auto 30px auto;
}
.team-member-header-banner .team-page-image img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  border: 4px solid #55EBB9;
}
.team-member-header-banner .team-member-header-banner-title {
  color: #55EBB9;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.team-member-header-banner .back-btn a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
.team-member-header-banner .position {
  color: #fff;
  margin: 0;
  text-align: center;
}
.team-member-header-banner .credentials {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  text-align: center;
}
.team-member-header-banner.red-card-header-banner > .container > .row {
  flex-direction: column-reverse;
}

.team-page-side-details {
  border-bottom: 1px solid #003057;
}
.team-page-side-details img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(778%) hue-rotate(99deg) brightness(96%) contrast(91%);
  margin-right: 20px;
  height: 24px;
  width: 24px;
}
.team-page-side-details p {
  font-weight: 700;
  color: #003057;
}
.team-page-side-details a {
  background-image: none;
  color: #003057;
  font-weight: 700;
}
.team-page-side-details a:after {
  display: none !important;
}

@media (min-width: 768px) {
  .team-member-header-banner {
    padding-top: 240px;
    margin-bottom: 80px;
  }
  .team-member-header-banner .team-member-header-banner-title {
    text-align: left;
  }
  .team-member-header-banner .position {
    text-align: left;
  }
  .team-member-header-banner .team-page-image {
    height: 200px;
    width: 200px;
    background: transparent;
    position: relative;
    margin: 0;
  }
  .team-member-header-banner .team-page-image img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: 4px solid #55EBB9;
    position: absolute;
    top: 40px;
  }
  .team-member-header-banner.red-card-header-banner > .container > .row {
    flex-direction: row;
  }
  .team-member-header-banner .credentials {
    text-align: left;
  }
}
/*@include media-breakpoint-up(lg) {
    .team-member-header-banner {
        padding-top: 180px;
        margin-bottom: 80px;

        .team-page-image {

            max-width: 100%;
            width: 100%;
            background: transparent;
            position: relative;
            padding-top: 100%;
            height: 0;


            img {
                border-radius: 50%;
                height: 100%;
                width: 100%;

                border: 4px solid $theme-secondary;
                position: absolute;
                top: 70px;

            }
        }

        &.red-card-header-banner {

        }
    }

    .team-page-side-details {
        border-top: 1px solid $theme-primary;
    }
}*/
@media (min-width: 1500px) {
  .team-member-header-banner .team-page-image {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .team-member-header-banner .team-page-image img {
    top: 40px;
    height: 100%;
    width: 100%;
  }
}
.more-from-team-member {
  background: #EBECF0;
  padding: 100px 0;
}
.more-from-team-member .more-from-team-member-inner {
  display: flex;
  flex-direction: column;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta {
  width: 100%;
  margin: 15px 0;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta:hover .more-from-cta-content .title a {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-image {
  height: 250px;
  width: 100%;
  background: #003057;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-content {
  background: #fff;
  padding: 40px 30px 80px 30px;
  height: calc(100% - 250px);
  position: relative;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-content .title {
  font-size: 19px;
  margin: 0;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  line-height: 1.4;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-content .title a {
  background-image: none;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-content .date {
  color: #003057;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-content .category {
  color: #55EBB9;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}
.more-from-team-member .more-from-team-member-title {
  margin: 0;
}

@media (min-width: 768px) {
  .more-from-team-member .more-from-team-member-inner {
    flex-direction: row;
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
  .more-from-team-member .more-from-team-member-inner .more-from-cta {
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    /*margin: 15px;*/
  }
  .more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-content .title {
    font-size: 19px;
    text-transform: none;
  }
}
@media (min-width: 992px) {
  .more-from-team-member .more-from-team-member-inner {
    flex-direction: row;
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
  .more-from-team-member .more-from-team-member-inner .more-from-cta {
    width: calc(33.3% - 30px);
    min-width: calc(33.3% - 30px);
    /*margin: 15px;*/
  }
  .more-from-team-member .more-from-team-member-inner .more-from-cta .more-from-cta-content .title {
    font-size: 19px;
    text-transform: none;
  }
}
.red-card-details {
  padding: 0 0 60px 0;
}
.red-card-details .social-list {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid rgba(4, 9, 10, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.red-card-details .social-list p {
  margin-right: 30px;
}
.red-card-details .social-list p a {
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  background-image: none;
}
.red-card-details .social-list p a:hover {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.red-card-details .social-list p a:hover img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(7%) saturate(3023%) hue-rotate(103deg) brightness(104%) contrast(84%);
  transition: all 0.2s ease;
}
.red-card-details .social-list img {
  margin-right: 10px;
  transition: all 0.2s ease;
}
.red-card-details .company {
  border-bottom: 2px solid rgba(4, 9, 10, 0.2);
}
.red-card-details .contact-details {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.red-card-details .contact-details div {
  position: relative;
  margin-top: 18px;
}
.red-card-details .contact-details div p {
  margin: 0;
}
.red-card-details .contact-details div p:first-of-type {
  margin-top: 0;
}
.red-card-details .contact-details div img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(778%) hue-rotate(99deg) brightness(96%) contrast(91%);
  position: absolute;
  left: 0;
  top: 0;
}
.red-card-details .contact-details p {
  margin-right: 30px;
  padding-left: 40px;
  position: relative;
}
.red-card-details .contact-details p a:hover {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.red-card-details .contact-details p a:hover img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(7%) saturate(3023%) hue-rotate(103deg) brightness(104%) contrast(84%);
  transition: all 0.2s ease;
}
.red-card-details .contact-details p img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(778%) hue-rotate(99deg) brightness(96%) contrast(91%);
  position: absolute;
  left: 0;
  top: 0;
}

.red-card-header-banner .team-member-header-banner-title {
  margin: 20px 0 15px 0;
}

.red-card-buttons {
  margin-top: 20px;
}
.red-card-buttons .btn {
  margin: 20px 0;
}

@media (min-width: 1200px) {
  .red-card-details .contact-details {
    flex-direction: row;
  }

  .red-card-buttons {
    display: none;
  }
}
.events-header-banner-image {
  height: 410px;
  width: 100%;
  background: #003057;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.events-header-banner-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 9, 10, 0.5);
}
.events-header-banner-image > .container {
  height: 100%;
  z-index: 2;
  position: relative;
}
.events-header-banner-image > .container > .row {
  height: 100%;
}
.events-header-banner-image > .container > .row > .col-md-7 {
  height: 100%;
  display: flex;
  align-items: center;
}
.events-header-banner-image .header-banner-image-inner .header-banner-image-title {
  color: #55EBB9;
  margin: 0;
}
.events-header-banner-image .header-banner-image-inner .header-banner-image-subtitle {
  color: #fff;
  text-transform: uppercase;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  font-size: 24px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.event-when-and-where {
  background: #003057;
  padding: 40px 0;
}
.event-when-and-where .event-when-and-where-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.event-when-and-where .event-when-and-where-inner .when {
  width: 100%;
  margin-bottom: 30px;
}
.event-when-and-where .event-when-and-where-inner .when h3, .event-when-and-where .event-when-and-where-inner .when .h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.event-when-and-where .event-when-and-where-inner .when .small-hr {
  margin: 10px 0;
}
.event-when-and-where .event-when-and-where-inner .when p {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
.event-when-and-where .event-when-and-where-inner .where {
  width: 100%;
}
.event-when-and-where .event-when-and-where-inner .where h3, .event-when-and-where .event-when-and-where-inner .where .h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.event-when-and-where .event-when-and-where-inner .where .small-hr {
  margin: 10px 0;
}
.event-when-and-where .event-when-and-where-inner .where p {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
.event-when-and-where .event-when-and-where-inner .where p a {
  color: #fff;
  background-image: linear-gradient(transparent, transparent);
}
.event-when-and-where .event-when-and-where-inner .where p a:hover {
  background-image: linear-gradient(#55EBB9, #55EBB9);
}
.event-when-and-where .event-when-and-where-inner .where p a:after {
  filter: brightness(0) invert(1);
}

@media (min-width: 768px) {
  .events-header-banner-image {
    height: 752px;
  }

  .event-when-and-where {
    padding: 60px 0;
  }
  .event-when-and-where .event-when-and-where-inner {
    flex-direction: row;
  }
  .event-when-and-where .event-when-and-where-inner .when {
    width: 50%;
  }
  .event-when-and-where .event-when-and-where-inner .when p {
    font-size: 24px;
  }
  .event-when-and-where .event-when-and-where-inner .where {
    width: 50%;
  }
  .event-when-and-where .event-when-and-where-inner .where p {
    font-size: 24px;
  }
}
.topics-and-timetables-block {
  padding: 40px 0 40px 0;
}
.topics-and-timetables-block .tab-intro {
  text-align: center;
}
.topics-and-timetables-block .topics-timetables-anchor-links {
  columns: 1;
  margin: 30px auto 50px auto;
  display: block;
  width: fit-content;
}
.topics-and-timetables-block .topics-timetables-anchor-links li {
  padding-bottom: 10px;
}
.topics-and-timetables-block .topics-timetables-anchor-links li:before {
  display: none;
}
.topics-and-timetables-block .topics-container {
  display: flex;
  flex-direction: column;
}
.topics-and-timetables-block .topics-container .topic {
  width: 100%;
  background: #EBECF0;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}
.topics-and-timetables-block .topics-container .topic .icons-container {
  width: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topics-and-timetables-block .topics-container .topic .content-container {
  width: 100%;
}
.topics-and-timetables-block .topics-container .topic .content-container .time-date {
  color: #003057;
  font-weight: 700;
}
.topics-and-timetables-block .topics-container .topic .content-container h2, .topics-and-timetables-block .topics-container .topic .content-container .h2 {
  font-size: 30px;
  margin: 0;
}
.topics-and-timetables-block .topics-container .topic .button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 1200px) {
  .topics-and-timetables-block {
    padding: 40px 0 100px 0;
  }
  .topics-and-timetables-block .topics-timetables-anchor-links {
    columns: 2;
  }
  .topics-and-timetables-block .topics-container .topic {
    flex-direction: row;
    padding: 30px 40px;
  }
  .topics-and-timetables-block .topics-container .topic .content-container {
    width: 50%;
  }
  .topics-and-timetables-block .topics-container .topic .content-container h2, .topics-and-timetables-block .topics-container .topic .content-container .h2 {
    font-size: 24px;
  }
  .topics-and-timetables-block .topics-container .topic .button-container {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .topics-and-timetables-block .topics-container .topic .content-container h2, .topics-and-timetables-block .topics-container .topic .content-container .h2 {
    font-size: 30px;
  }
}
.speakers-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.speakers-grid .news-article-box {
  width: 100%;
  max-width: 330px;
}
.speakers-grid .news-article-box:hover .news-article-box-content .news-article-title a {
  color: #fff;
  transition: all 0.2s ease;
}
.speakers-grid .news-article-box .news-logo {
  height: 280px;
  width: 100%;
  background: #003057;
}
.speakers-grid .news-article-box .news-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.speakers-grid .news-article-box .news-article-box-content {
  background: #55EBB9;
  padding: 30px 30px 60px 30px;
  position: relative;
  height: calc(100% - 280px);
}
.speakers-grid .news-article-box .news-article-box-content p {
  color: #003057;
  line-height: 1.2;
}
.speakers-grid .news-article-box .news-article-box-content .news-article-title a {
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 19px;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .speakers-grid {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    align-items: unset;
    justify-content: flex-start;
  }
  .speakers-grid .news-article-box {
    width: 50%;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .speakers-grid {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .speakers-grid .news-article-box {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .speakers-grid {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .speakers-grid .news-article-box {
    width: 25%;
  }
}
.services-grid-block {
  background: #EBECF0;
  padding: 0 0 100px 0;
  display: block;
}
.services-grid-block .services-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.services-grid-block .service-cta {
  width: 100%;
  height: 480px;
  background: #003057;
  margin: 15px 0;
  transition: all 0.2s ease;
  padding: 20px;
  position: relative;
}
.services-grid-block .service-cta:before {
  content: "";
  background: rgba(4, 9, 10, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.services-grid-block .service-cta .service-cta-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
  transition: all 0.2s ease;
}
.services-grid-block .service-cta h2, .services-grid-block .service-cta .h2 {
  text-align: center;
  font-size: 33px;
}
.services-grid-block .service-cta h2 a, .services-grid-block .service-cta .h2 a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  transition: all 0.2s ease;
  background-image: none;
}
.services-grid-block .service-cta .service-intro {
  color: #fff;
  text-align: center;
  display: none;
}
.services-grid-block .service-cta:hover {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.services-grid-block .service-cta:hover h2 a, .services-grid-block .service-cta:hover .h2 a {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.services-grid-block .service-cta:hover .service-intro {
  display: block;
}
.services-grid-block .service-cta:hover:before {
  content: "";
  background: rgba(4, 9, 10, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .services-grid-block .services-grid {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .services-grid-block .services-grid .service-cta {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media (min-width: 992px) {
  .services-grid-block .services-grid {
    flex-direction: row;
  }
  .services-grid-block .services-grid .service-cta {
    width: calc(33.3% - 30px);
  }
}
@media (min-width: 1600px) {
  .services-grid-block .services-grid .service-cta h2 a, .services-grid-block .services-grid .service-cta .h2 a {
    font-size: 33px;
  }
}
.service-introduction {
  padding: 30px 0;
  background: #fff;
}

@media (min-width: 992px) {
  .service-introduction {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .service-introduction {
    padding: 100px 0;
  }
}
.policy-pages-menu {
  margin-top: 30px;
  width: 100%;
  display: none;
}
.policy-pages-menu li {
  border-bottom: 1px solid rgba(0, 48, 87, 0.2);
  padding: 15px;
  transition: all 0.2s ease;
}
.policy-pages-menu li a {
  font-weight: 700;
  transition: all 0.2s ease;
  background-image: none;
  text-transform: uppercase;
  color: #003057;
  font-size: 18px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.policy-pages-menu li:before {
  display: none;
}
.policy-pages-menu li:hover {
  /* border-bottom: 1px solid $theme-primary;
  transition: all 0.2s ease;*/
}
.policy-pages-menu li:hover a {
  color: #55EBB9;
  transition: all 0.2s ease;
  font-weight: 700;
}
.policy-pages-menu li.current {
  /*  border-bottom: 1px solid $theme-secondary;*/
}
.policy-pages-menu li.current a {
  font-weight: 700;
  color: #55EBB9;
}

.policy-pages-mobile-menu {
  margin-top: 35px;
  margin-bottom: 0;
  min-height: 57px;
}
.policy-pages-mobile-menu .select2 {
  height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
  right: 9px !important;
}

@media (min-width: 992px) {
  .policy-pages-menu {
    width: fit-content;
    margin-top: 57px;
    display: block;
  }
  .policy-pages-menu li {
    padding: 15px 50px 15px 0px;
  }

  .policy-pages-mobile-menu {
    display: none;
  }

  .policy-content {
    padding-top: 50px;
  }
}
.apply-now-side-cta {
  padding: 40px;
  background: #003057;
  margin-bottom: 20px;
}
.apply-now-side-cta h3, .apply-now-side-cta .h3 {
  color: #fff;
  margin: 0;
}
.apply-now-side-cta p {
  color: #fff;
  margin: 30px 0;
  margin: 0;
}
.apply-now-side-cta .btn {
  margin-top: 30px;
}

.glassdoor-side-cta {
  background: #EBECF0;
  padding: 30px 40px;
}
.glassdoor-side-cta > img {
  display: block;
  margin: 0 auto;
}
.glassdoor-side-cta p {
  text-align: center;
  margin-bottom: 0;
}
.glassdoor-side-cta p a {
  background-image: none;
}
.glassdoor-side-cta p a:after {
  display: none !important;
}
.glassdoor-side-cta p img {
  margin-left: 10px;
  height: 12px;
  width: 15px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(210%) hue-rotate(201deg) brightness(96%) contrast(86%);
}

.vacancies-filters {
  /*    background: $light-grey;*/
  /*    padding: 30px 0;*/
  /* border-top: 1px solid $black-opacity-20;
   border-bottom: 1px solid $black-opacity-20;*/
  margin-bottom: 30px;
}
.vacancies-filters a {
  /*margin: 0 20px;*/
}

.contact-page-tabs .nav-tabs {
  justify-content: center;
  border-bottom: 0;
  position: relative;
}
.contact-page-tabs .nav-tabs li {
  margin-right: 0;
  padding-right: 30px;
  padding-bottom: 0 !important;
}
.contact-page-tabs .nav-tabs li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #003057;
}
.contact-page-tabs .nav-tabs li:last-of-type {
  padding-right: 0;
}
.contact-page-tabs .nav-tabs li a {
  padding: 15px 0px;
  display: inline-block;
  border-bottom: 4px solid transparent;
}
.contact-page-tabs .nav-tabs li:hover a {
  border-bottom: 4px solid #55EBB9;
}

.contact-form-thanks {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.contact-form-thanks h2.contact-thanks-title, .contact-form-thanks .contact-thanks-title.h2 {
  position: relative;
  padding-bottom: 50px;
}
.contact-form-thanks h2.contact-thanks-title:after, .contact-form-thanks .contact-thanks-title.h2:after {
  content: "";
  background: #55EBB9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  max-width: 33%;
  height: 5px;
}
.contact-form-thanks p {
  text-align: center;
  margin: 20px 0 60px;
}
.contact-form-thanks a.btn {
  width: 100%;
  max-width: 340px;
}

.contact-form-block {
  margin-top: 20px;
  margin-bottom: 40px;
}
.contact-form-block h2, .contact-form-block .h2 {
  margin-top: 0;
  font-size: 30px;
}
.contact-form-block .grey-box {
  background: #EBECF0;
  padding: 30px;
  margin-bottom: 30px;
}
.contact-form-block .grey-box h3, .contact-form-block .grey-box .h3 {
  margin-top: 0;
}
.contact-form-block .grey-box.desktop-grey-box {
  display: none;
}
.contact-form-block .grey-box.mobile-grey-box {
  display: block;
}

@media (min-width: 992px) {
  .contact-form-block h2, .contact-form-block .h2 {
    font-size: 50px;
  }
  .contact-form-block .grey-box.desktop-grey-box {
    display: block;
  }
  .contact-form-block .grey-box.mobile-grey-box {
    display: none;
  }
}
@media (min-width: 1600px) {
  .contact-form-block {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.locations-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.locations-grid .location-cta {
  width: 100%;
  margin: 15px 0px 40px 0px;
}
.locations-grid .location-cta .location-cta-image-container {
  width: 100%;
  height: 163px;
}
.locations-grid .location-cta .location-cta-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.locations-grid .location-cta .location-cta-content h3, .locations-grid .location-cta .location-cta-content .h3 {
  font-size: 24px;
}
.locations-grid .location-cta .location-cta-content .location-address p {
  margin: 0;
}
.locations-grid .location-cta .location-cta-content .location-phone img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(44%) saturate(500%) hue-rotate(104deg) brightness(97%) contrast(95%);
  margin-right: 10px;
}
.locations-grid .location-cta .location-cta-content .location-phone a {
  color: #003057;
}
.locations-grid .location-cta .location-cta-content .location-email img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(44%) saturate(500%) hue-rotate(104deg) brightness(97%) contrast(95%);
  margin-right: 10px;
}
.locations-grid .location-cta .location-cta-content .location-email a {
  color: #003057;
}
.locations-grid .location-cta .location-cta-content .location-location img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(44%) saturate(500%) hue-rotate(104deg) brightness(97%) contrast(95%);
  margin-right: 6px;
}
.locations-grid .location-cta .location-cta-content .location-location a {
  color: #003057;
}

@media (min-width: 992px) {
  .locations-grid {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .locations-grid .location-cta {
    width: calc(25% - 30px);
    margin: 15px 15px 40px 15px;
  }
}
.locations-stats-block {
  background: #003057;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.locations-stats-block .locations-stats-block-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.locations-stats-block .locations-stats-block-grid .stat-item {
  margin: 40px 20px;
}
.locations-stats-block .locations-stats-block-grid .stat-item .stat-number {
  color: #55EBB9;
  font-size: 66px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 0.8;
}
.locations-stats-block .locations-stats-block-grid .stat-item .stat-copy {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 992px) {
  .locations-stats-block .locations-stats-block-grid {
    flex-direction: row;
  }
  .locations-stats-block .locations-stats-block-grid .stat-item {
    margin: 40px 60px;
  }
  .locations-stats-block .locations-stats-block-grid .stat-item .stat-number {
    font-size: 100px;
  }
}
.standard-way-of-working-block {
  padding: 40px 0;
  background: #EBECF0;
}
.standard-way-of-working-block .title {
  text-align: center;
}
.standard-way-of-working-block .copy {
  text-align: center;
}
.standard-way-of-working-block .icons-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 60px;
}
.standard-way-of-working-block .icons-container .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.standard-way-of-working-block .icons-container .icon-item .icon-container {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.standard-way-of-working-block .icons-container .icon-item .icon-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 95px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .standard-way-of-working-block .icons-container .icon-item .icon-container img {
    max-width: 95px;
  }
}
@media (min-width: 992px) {
  .standard-way-of-working-block {
    padding: 100px 0;
  }
  .standard-way-of-working-block .icons-container {
    flex-direction: row;
  }
  .standard-way-of-working-block .icons-container .icon-item .icon-container img {
    max-width: 120px;
  }
}
.text-block-with-accordion {
  padding: 40px 0;
  background: #EBECF0;
}
.text-block-with-accordion.white-background {
  background: #fff;
}
.text-block-with-accordion h2, .text-block-with-accordion .h2 {
  margin-top: 0;
}
.text-block-with-accordion .accordion-outer-container {
  margin-top: 30px;
}
.text-block-with-accordion .accordion-outer-container .accordion-item .accordion-title {
  border-top: 1px solid #55EBB9;
  margin: 0;
  font-size: 19px;
  padding: 26px 40px 15px 0;
  position: relative;
}
.text-block-with-accordion .accordion-outer-container .accordion-item .accordion-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("../svg/chevronf717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-block-with-accordion .accordion-outer-container .accordion-item .accordion-title.show:after {
  transform: translateY(-50%) rotate(180deg);
}
.text-block-with-accordion .accordion-outer-container .accordion-item .accordion-title:hover {
  cursor: pointer;
}
.text-block-with-accordion .accordion-outer-container .accordion-item:last-of-type .accordion-title:not(.show) {
  border-bottom: 1px solid #55EBB9;
}
.text-block-with-accordion .accordion-outer-container .accordion-item .accordion-content {
  height: 0;
  visibility: hidden;
  padding: 0;
}
.text-block-with-accordion .accordion-outer-container .accordion-item .accordion-content.show {
  height: auto;
  visibility: visible;
  padding: 0px 0 30px 0;
}

@media (min-width: 992px) {
  .text-block-with-accordion {
    padding: 60px 0;
  }
  .text-block-with-accordion.small-spacing-top {
    padding-top: 25px;
  }
  .text-block-with-accordion.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .text-block-with-accordion.no-spacing-top {
    padding-top: 0;
  }
  .text-block-with-accordion.no-spacing-bottom {
    padding-bottom: 0;
  }
  .text-block-with-accordion .accordion-outer-container {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .text-block-with-accordion {
    padding: 100px 0;
  }
  .text-block-with-accordion.small-spacing-top {
    padding-top: 60px;
  }
  .text-block-with-accordion.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .text-block-with-accordion.no-spacing-top {
    padding-top: 0;
  }
  .text-block-with-accordion.no-spacing-bottom {
    padding-bottom: 0;
  }
  .text-block-with-accordion .accordion-outer-container .accordion-item .accordion-title {
    font-size: 33px;
  }
}
.graphic-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  /*  top: 100px;*/
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  overflow: hidden;
}
.graphic-block .centre-item-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.graphic-block .centre-item-vertically img {
  margin: auto auto;
}
.graphic-block.blue-background h2, .graphic-block.blue-background .h2, .graphic-block.blue-background h3, .graphic-block.blue-background .h3, .graphic-block.blue-background h4, .graphic-block.blue-background .h4, .graphic-block.blue-background p, .graphic-block.blue-background span {
  color: #fff;
}
.graphic-block.blue-background .btn {
  background: #55EBB9;
}
.graphic-block h2, .graphic-block .h2 {
  margin-top: 0;
}
.graphic-block a:not(.btn):not(.link-with-arrow):not(.graphic-block-graphic-link) {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#003057, #003057);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  padding-bottom: 4px !important;
  line-height: 20px;
}
.graphic-block a:not(.btn):not(.link-with-arrow):not(.graphic-block-graphic-link):hover {
  background-size: 100% 1px;
  transition: background-size 0.2s ease;
}
.graphic-block a.graphic-block-graphic-link {
  background-image: none;
}
.graphic-block img {
  margin: 40px auto 60px auto;
  display: block;
  height: auto;
}
.graphic-block.do-anim {
  top: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.graphic-block .image-block-image-container {
  overflow: hidden;
  z-index: 0;
}

.isBackOfficePreview, .no-js {
  opacity: 1 !important;
}
.isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom, .no-js .graphic-block .scroll-anim-item.fade-in-bottom {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}
.isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom h1, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom .h1, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom h2, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom .h2, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom h3, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom .h3, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom h4, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom .h4, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom h5, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom .h5, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom h6, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom .h6, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom p, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom td, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom label, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom p.article-article-intro, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom ul, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom li, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom a, .isBackOfficePreview .graphic-block .scroll-anim-item.fade-in-bottom div, .no-js .graphic-block .scroll-anim-item.fade-in-bottom h1, .no-js .graphic-block .scroll-anim-item.fade-in-bottom .h1, .no-js .graphic-block .scroll-anim-item.fade-in-bottom h2, .no-js .graphic-block .scroll-anim-item.fade-in-bottom .h2, .no-js .graphic-block .scroll-anim-item.fade-in-bottom h3, .no-js .graphic-block .scroll-anim-item.fade-in-bottom .h3, .no-js .graphic-block .scroll-anim-item.fade-in-bottom h4, .no-js .graphic-block .scroll-anim-item.fade-in-bottom .h4, .no-js .graphic-block .scroll-anim-item.fade-in-bottom h5, .no-js .graphic-block .scroll-anim-item.fade-in-bottom .h5, .no-js .graphic-block .scroll-anim-item.fade-in-bottom h6, .no-js .graphic-block .scroll-anim-item.fade-in-bottom .h6, .no-js .graphic-block .scroll-anim-item.fade-in-bottom p, .no-js .graphic-block .scroll-anim-item.fade-in-bottom td, .no-js .graphic-block .scroll-anim-item.fade-in-bottom label, .no-js .graphic-block .scroll-anim-item.fade-in-bottom p.article-article-intro, .no-js .graphic-block .scroll-anim-item.fade-in-bottom ul, .no-js .graphic-block .scroll-anim-item.fade-in-bottom li, .no-js .graphic-block .scroll-anim-item.fade-in-bottom a, .no-js .graphic-block .scroll-anim-item.fade-in-bottom div {
  opacity: 1 !important;
}
.isBackOfficePreview .graphic-block .image-block-image, .no-js .graphic-block .image-block-image {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .graphic-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .graphic-block.small-spacing-top {
    padding-top: 25px;
  }
  .graphic-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .graphic-block.no-spacing-top {
    padding-top: 0;
  }
  .graphic-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .graphic-block .left-text {
    padding-right: 60px;
  }
  .graphic-block .right-text {
    padding-left: 60px;
  }
}
@media (min-width: 1600px) {
  .graphic-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .graphic-block.small-spacing-top {
    padding-top: 60px;
  }
  .graphic-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .graphic-block.no-spacing-top {
    padding-top: 0;
  }
  .graphic-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.information-boxes-block {
  padding: 40px 0;
}
.information-boxes-block .subtitle {
  color: #55EBB9;
  font-weight: 700;
  font-size: 20px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  margin: 0 0 10px 0;
}
.information-boxes-block.blue-background h2, .information-boxes-block.blue-background .h2, .information-boxes-block.blue-background h3, .information-boxes-block.blue-background .h3 {
  color: #fff;
}
.information-boxes-block.blue-background p {
  color: #fff;
}
.information-boxes-block h2, .information-boxes-block .h2 {
  position: relative;
  margin: 0;
}
.information-boxes-block .information-boxes-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
}
.information-boxes-block .information-boxes-container .information-box {
  width: 100%;
  margin: 20px 0;
}
.information-boxes-block .information-boxes-container .information-box .icon-container {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: flex-start;
}
.information-boxes-block .information-boxes-container .information-box img {
  max-width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .information-boxes-block .information-boxes-container .information-box img {
    max-width: 110px;
  }
}
@media (min-width: 992px) {
  .information-boxes-block {
    padding: 60px 0;
  }
  .information-boxes-block.small-spacing-top {
    padding-top: 25px;
  }
  .information-boxes-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .information-boxes-block.no-spacing-top {
    padding-top: 0;
  }
  .information-boxes-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .information-boxes-block .subtitle {
    font-size: 24px;
  }
  .information-boxes-block .information-boxes-container {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .information-boxes-block .information-boxes-container .information-box {
    width: calc(50% - 40px);
    margin: 20px;
  }
  .information-boxes-block .information-boxes-container .information-box img {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .information-boxes-block {
    padding: 100px 0;
  }
  .information-boxes-block.small-spacing-top {
    padding-top: 60px;
  }
  .information-boxes-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .information-boxes-block.no-spacing-top {
    padding-top: 0;
  }
  .information-boxes-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.map-stats-block {
  background: #EBECF0;
  padding: 40px 0;
  position: relative;
  min-height: 918px;
}
.map-stats-block h2, .map-stats-block .h2 {
  margin: 0;
}
.map-stats-block p {
  color: #003057;
}
.map-stats-block .tabs-block {
  margin-top: 60px;
}
.map-stats-block .tabs-block .tabContent.emea.current {
  display: flex;
  flex-direction: column-reverse;
}
.map-stats-block .tabs-block .tabContent.emea img {
  position: static;
  right: 0;
  top: 100px;
  width: 949px;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
}
.map-stats-block .tabs-block .tabContent.apac.current {
  display: flex;
  flex-direction: column-reverse;
}
.map-stats-block .tabs-block .tabContent.apac img {
  position: static;
  right: 0;
  top: 100px;
  width: 949px;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
}
.map-stats-block .stat-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.map-stats-block .stat-items .stat-item {
  width: 100%;
  margin: 15px 0;
}
.map-stats-block .stat-items .stat-item .stat-number {
  font-size: 60px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  font-weight: 700;
  color: #003057;
  text-align: center;
  margin: 0;
}
.map-stats-block .stat-items .stat-item .small-hr {
  margin: 0 auto;
  display: block;
}
.map-stats-block .stat-items .stat-item p {
  text-align: center;
}

@media (min-width: 768px) {
  .map-stats-block {
    padding: 60px 0;
  }
  .map-stats-block .tabs-block {
    margin-top: 60px;
  }
  .map-stats-block .tabs-block .tabContent.emea img {
    position: static;
    right: 0;
    top: 100px;
    width: 949px;
    height: auto;
    max-width: 60%;
    margin: 20px auto;
  }
  .map-stats-block .tabs-block .tabContent.apac img {
    position: static;
    right: 0;
    top: 100px;
    width: 949px;
    height: auto;
    max-width: 60%;
    margin: 20px auto;
  }
  .map-stats-block .stat-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
  }
  .map-stats-block .stat-items .stat-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .map-stats-block .stat-items .stat-item .stat-number {
    font-size: 60px;
    font-family: "League Spartan Regular", league-fallback-font, sans-serif;
    font-weight: 700;
    color: #003057;
    text-align: center;
    margin: 0;
  }
  .map-stats-block .stat-items .stat-item .small-hr {
    margin: 0 auto;
    display: block;
  }
  .map-stats-block .stat-items .stat-item p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .map-stats-block {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .map-stats-block .tabs-block {
    margin-top: 60px;
  }
  .map-stats-block .tabs-block .tabContent.emea img {
    position: absolute;
    right: 0;
    top: 100px;
    width: 949px;
    height: auto;
    max-width: 50%;
  }
  .map-stats-block .tabs-block .tabContent.apac img {
    position: absolute;
    right: 0;
    top: 100px;
    width: 949px;
    height: auto;
    max-width: 50%;
  }
  .map-stats-block .stat-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
  }
  .map-stats-block .stat-items .stat-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .map-stats-block .stat-items .stat-item .stat-number {
    font-size: 60px;
    font-family: "League Spartan Regular", league-fallback-font, sans-serif;
    font-weight: 700;
    color: #003057;
    text-align: center;
    margin: 0;
  }
  .map-stats-block .stat-items .stat-item .small-hr {
    margin: 0 auto;
    display: block;
  }
  .map-stats-block .stat-items .stat-item p {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .map-stats-block {
    padding: 100px 0;
  }
}
.green-text-block {
  background: #55EBB9;
  padding: 40px 0;
}
.green-text-block h2, .green-text-block .h2 {
  margin: 0;
}

@media (min-width: 992px) {
  .green-text-block {
    padding: 60px 0;
  }
  .green-text-block.small-spacing-top {
    padding-top: 25px;
  }
  .green-text-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .green-text-block.no-spacing-top {
    padding-top: 0;
  }
  .green-text-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .green-text-block .col-lg-6:first-of-type {
    padding-right: 30px;
  }
  .green-text-block .col-lg-6:last-of-type {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .green-text-block {
    padding: 100px 0;
  }
  .green-text-block.small-spacing-top {
    padding-top: 60px;
  }
  .green-text-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .green-text-block.no-spacing-top {
    padding-top: 0;
  }
  .green-text-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.quote-block-careers {
  padding: 40px 0;
  /*   background: $theme-primary;*/
}
.quote-block-careers.isBackOfficePreview blockquote {
  line-height: 1.2;
}
.quote-block-careers.grey-background blockquote {
  color: #003057;
}
.quote-block-careers.grey-background .image-container .top-left-shape {
  border-left: 20px solid #003057;
  border-top: 20px solid #003057;
  opacity: 0.1;
}
.quote-block-careers.grey-background .image-container .bottom-right-shape {
  border-right: 20px solid #003057;
  border-bottom: 20px solid #003057;
  opacity: 0.1;
}
.quote-block-careers.blue-background blockquote {
  color: #fff;
}
.quote-block-careers .image-container {
  position: relative;
  width: 250px;
  height: 250px;
  max-width: 100%;
}
.quote-block-careers .image-container img {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 250px;
  max-height: 250px;
}
.quote-block-careers .image-container .top-left-shape {
  border-left: 20px solid rgba(255, 255, 255, 0.2);
  border-top: 20px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 70px;
  width: 70px;
}
.quote-block-careers .image-container .bottom-right-shape {
  border-bottom: 20px solid rgba(255, 255, 255, 0.2);
  border-right: 20px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 70px;
  width: 70px;
}
.quote-block-careers blockquote {
  color: #003057;
  font-size: 17px;
  margin-top: 120px;
  position: relative;
}
.quote-block-careers blockquote:before {
  content: "";
  background-image: url("../svg/quote%201f717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 75px;
  position: absolute;
  top: -95px;
  left: 0px;
  filter: brightness(0) saturate(100%) invert(81%) sepia(27%) saturate(792%) hue-rotate(102deg) brightness(95%) contrast(97%);
}
.quote-block-careers blockquote cite {
  display: block;
  font-size: 16px;
}
.quote-block-careers blockquote cite strong {
  display: block;
}

@media (min-width: 992px) {
  .quote-block-careers {
    padding: 80px 0;
  }
  .quote-block-careers.small-spacing-top {
    padding-top: 25px;
  }
  .quote-block-careers.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .quote-block-careers.no-spacing-top {
    padding-top: 0;
  }
  .quote-block-careers.no-spacing-bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .quote-block-careers blockquote {
    font-size: 22px;
  }
  .quote-block-careers blockquote:before {
    top: -120px;
    left: 0;
    width: 87px;
    height: 87px;
  }
  .quote-block-careers blockquote cite {
    font-size: 18px;
  }
  .quote-block-careers .image-container {
    position: relative;
    width: 324px;
    height: 348px;
    max-width: 100%;
  }
  .quote-block-careers .image-container img {
    max-width: 324px;
    max-height: 348px;
    position: static;
  }
  .quote-block-careers .image-container .top-left-shape {
    border-left: 20px solid rgba(255, 255, 255, 0.2);
    border-top: 20px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -30px;
    left: -30px;
    height: 70px;
    width: 70px;
  }
  .quote-block-careers .image-container .bottom-right-shape {
    border-bottom: 20px solid rgba(255, 255, 255, 0.2);
    border-right: 20px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -30px;
    right: -30px;
    height: 70px;
    width: 70px;
  }
}
@media (min-width: 1600px) {
  .quote-block-careers {
    padding: 100px 0;
  }
  .quote-block-careers.small-spacing-top {
    padding-top: 60px;
  }
  .quote-block-careers.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .quote-block-careers.no-spacing-top {
    padding-top: 0;
  }
  .quote-block-careers.no-spacing-bottom {
    padding-bottom: 0;
  }
  .quote-block-careers blockquote {
    font-size: 28px;
  }
}
.document-grid-block {
  padding: 40px 0;
}
.document-grid-block .document-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.document-grid-block .document-grid .document-item {
  width: 100%;
  margin: 20px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 343px;
}
.document-grid-block .document-grid .document-item h2, .document-grid-block .document-grid .document-item .h2 {
  font-size: 20px;
  text-align: center;
  margin: 0;
}
.document-grid-block .document-grid .document-item img {
  background: #003057;
  margin-bottom: 20px;
  margin: 20px auto;
  height: auto;
}
.document-grid-block .document-grid .document-item .btn {
  width: 100%;
}

@media (max-width: 767.98px) {
  .document-grid-block .document-grid {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .document-grid-block {
    padding: 60px 0;
  }
  .document-grid-block.small-spacing-top {
    padding-top: 25px;
  }
  .document-grid-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .document-grid-block.no-spacing-top {
    padding-top: 0;
  }
  .document-grid-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .document-grid-block .document-grid {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .document-grid-block .document-grid .document-item {
    width: calc(50% - 40px);
    margin: 20px 20px 80px 20px;
  }
}
@media (min-width: 992px) {
  .document-grid-block {
    padding: 60px 0;
  }
  .document-grid-block.small-spacing-top {
    padding-top: 25px;
  }
  .document-grid-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .document-grid-block.no-spacing-top {
    padding-top: 0;
  }
  .document-grid-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .document-grid-block .document-grid {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .document-grid-block .document-grid .document-item {
    width: calc(33.3% - 40px);
    margin: 20px 20px 80px 20px;
  }
}
@media (min-width: 1200px) {
  .document-grid-block .document-grid {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .document-grid-block .document-grid .document-item {
    width: calc(25% - 80px);
    margin: 20px 40px 80px 40px;
  }
}
@media (min-width: 1600px) {
  .document-grid-block {
    padding: 100px 0;
  }
  .document-grid-block.small-spacing-top {
    padding-top: 60px;
  }
  .document-grid-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .document-grid-block.no-spacing-top {
    padding-top: 0;
  }
  .document-grid-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .document-grid-block .document-grid .document-item h2, .document-grid-block .document-grid .document-item .h2 {
    font-size: 24px;
  }
}
.news-document-block {
  padding: 40px 0;
}
.news-document-block .document-item {
  max-width: 386px;
  margin: 0 auto;
}
.news-document-block .document-item img {
  background: #003057;
  height: unset;
}
.news-document-block .document-item .btn {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .news-document-block {
    padding: 100px 0;
  }
  .news-document-block.small-spacing-top {
    padding-top: 60px;
  }
  .news-document-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .news-document-block.no-spacing-top {
    padding-top: 0;
  }
  .news-document-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.latest-projects-carousel-block {
  background: #003057;
  padding: 40px 0;
}
.latest-projects-carousel-block .homepage-carousel-controls {
  background: #003057;
}
.latest-projects-carousel-block h2, .latest-projects-carousel-block .h2 {
  color: #55EBB9;
  margin-top: 0;
}
.latest-projects-carousel-block p {
  color: #fff;
}
.latest-projects-carousel-block .link-with-arrow {
  color: #55EBB9;
}
.latest-projects-carousel-block .project-carousel-inner {
  display: flex;
  max-width: 100%;
  overflow: auto;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item {
  width: 296px;
  margin-right: 30px;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-image {
  width: 100%;
  height: 132px;
  background: #55EBB9;
  background-size: cover;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content {
  background: #fff;
  padding: 15px 30px;
  height: calc(100% - 142px);
  transition: all 0.2s ease;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content .subtitle {
  color: #55EBB9;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  margin: 0;
  transition: all 0.2s ease;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content .title {
  font-size: 22px;
  margin: 0;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content .title a {
  background-image: none;
  font-weight: 700;
  color: #003057;
  transition: all 0.2s ease;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content .type {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  color: #003057;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item:hover {
  cursor: pointer;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item:hover .project-carousel-content {
  background: #55EBB9;
  transition: all 0.2s ease;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item:hover .project-carousel-content .title:hover {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.latest-projects-carousel-block .project-carousel-inner .project-carousel-item:hover .project-carousel-content .subtitle {
  color: #003057;
  transition: all 0.2s ease;
}

@media (max-width: 991.98px) {
  .latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content {
    height: auto;
    min-height: 140px;
    padding: 15px;
  }
}
/*@include media-breakpoint-up(md) {
    .latest-projects-carousel-block {


        .project-carousel-inner {
            .project-carousel-item {
                min-width: 480px;
            }
        }
    }
}

@include media-breakpoint-up(lg) {
    .latest-projects-carousel-block {
        background: $theme-primary;
        padding: 100px 0 200px;
        margin-left: -15px;
        margin-right: -15px;
    }
}*/
@media (max-width: 991.98px) {
  .latest-projects-carousel-controls {
    background: #003057;
    padding-bottom: 40px;
  }

  .project-carousel-inner {
    margin-top: 40px;
  }

  .latest-projects-carousel-block > .container-fluid .container, .latest-projects-carousel-block > .container-sm .container, .latest-projects-carousel-block > .container-md .container, .latest-projects-carousel-block > .container-lg .container, .latest-projects-carousel-block > .container-xl .container, .latest-projects-carousel-block > .container-xxl .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .latest-projects-carousel-block .subtitle {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 992px) {
  .latest-projects-carousel-controls.homepage-carousel-controls {
    left: 10px;
    right: 1px;
  }

  .latest-projects-carousel-block {
    padding: 80px 0 200px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .latest-projects-carousel-block.no-spacing-top {
    padding-top: 0;
  }
  .latest-projects-carousel-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .latest-projects-carousel-block.small-spacing-top {
    padding-top: 50px;
  }
  .latest-projects-carousel-block.small-spacing-bottom {
    padding-bottom: 150px;
  }
  .latest-projects-carousel-block .project-carousel-inner .project-carousel-item {
    width: 480px;
    /*min-width: 100%;*/
  }
  .latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-image {
    height: 312px;
  }
  .latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content {
    background: #fff;
    padding: 15px 20px 40px 20px;
    height: calc(100% - 312px);
  }
  .latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content .subtitle {
    font-size: 16px;
    text-transform: uppercase;
  }
  .latest-projects-carousel-block .project-carousel-inner .project-carousel-item .project-carousel-content .title {
    font-size: 28px;
  }
  .latest-projects-carousel-block .latest-projects-content {
    padding-right: 40px;
  }
}
/*@include media-breakpoint-up(xl) {
    .latest-projects-carousel-block {
        .title {
            font-size: 32px;
        }
    }
}

@include media-breakpoint-up(xxl) {
    .latest-projects-carousel-block {
        .title {
            font-size: 40px;
        }
    }
}*/
@media (min-width: 1600px) {
  .latest-projects-carousel-block {
    padding: 100px 0 200px;
  }
}
@media (min-width: 1635px) {
  .homepage-carousel-controls[data-slide-count="2"] .splide__progress, .homepage-carousel-controls[data-slide-count="2"] .splide__arrows,
.homepage-carousel-controls[data-slide-count="1"] .splide__progress,
.homepage-carousel-controls[data-slide-count="1"] .splide__arrows {
    visibility: hidden;
  }
}
@keyframes service-in {
  0% {
    transform: translate3d(0, 60px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes service-in-o {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.services-carousel-block {
  padding: 40px 0 20px;
}
.services-carousel-block .subtitle {
  color: #55EBB9;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.services-carousel-block .title {
  text-transform: none;
  font-size: 22px;
  margin: 0;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  line-height: 1.2;
}
.services-carousel-block .copy {
  margin-top: 15px;
}
.services-carousel-block .services-carousel-inner {
  display: flex;
  max-width: 100%;
}
.services-carousel-block .services-carousel-inner .service-carousel-item {
  width: 320px;
  min-width: 296px;
  height: 296px;
  padding: 20px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-carousel-item-overlay {
  background: rgba(4, 9, 10, 0.5);
  transition: all 0.2s ease;
}
.services-carousel-block .services-carousel-inner .service-carousel-item img, .services-carousel-block .services-carousel-inner .service-carousel-item .service-item-title, .services-carousel-block .services-carousel-inner .service-carousel-item .service-copy {
  transform: translate3d(0, 0, 0);
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-copy {
  opacity: 0;
}
.services-carousel-block .services-carousel-inner .service-carousel-item:hover .service-carousel-item-overlay {
  background: rgba(4, 9, 10, 0.9);
  transition: all 0.2s ease;
}
.services-carousel-block .services-carousel-inner .service-carousel-item:hover img, .services-carousel-block .services-carousel-inner .service-carousel-item:hover .service-item-title, .services-carousel-block .services-carousel-inner .service-carousel-item:hover .service-copy {
  animation: service-in 0.4s ease-out;
}
.services-carousel-block .services-carousel-inner .service-carousel-item:hover .service-copy {
  animation: service-in-o 0.9s ease;
}
.services-carousel-block .services-carousel-inner .service-carousel-item:hover .service-copy {
  display: block;
  opacity: 1;
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-carousel-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 9, 10, 0.7);
  transition: all 0.2s ease;
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-carousel-item-inner {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-carousel-item-inner img {
  max-width: 93px;
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-item-title {
  color: #fff;
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-item-title a {
  color: #fff;
  background-image: none;
}
.services-carousel-block .services-carousel-inner .service-carousel-item .service-copy {
  color: #fff;
  text-align: center;
  display: none;
}

@media (max-width: 991.98px) {
  .service-carousel-item-inner .service-item-title {
    font-size: 24px;
  }
  .service-carousel-item-inner img {
    width: 35px;
  }
  .service-carousel-item-inner .service-copy {
    font-size: 15px;
  }

  .services-carousel-block {
    padding-top: 0;
  }
  .services-carousel-block > .container-fluid, .services-carousel-block > .container-sm, .services-carousel-block > .container-md, .services-carousel-block > .container-lg, .services-carousel-block > .container-xl, .services-carousel-block > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
  .services-carousel-block > .container-fluid .container, .services-carousel-block > .container-sm .container, .services-carousel-block > .container-md .container, .services-carousel-block > .container-lg .container, .services-carousel-block > .container-xl .container, .services-carousel-block > .container-xxl .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .services-carousel-block .subtitle {
    margin: 0 0 10px 0;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .services-carousel-block {
    padding: 50px 0 200px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .services-carousel-block.small-spacing-top {
    padding-top: 25px;
  }
  .services-carousel-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .services-carousel-block.no-spacing-top {
    padding-top: 0;
  }
  .services-carousel-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .services-carousel-block .services-carousel-inner .service-carousel-item {
    width: 480px;
    min-width: 480px;
    height: 480px;
    padding: 40px;
  }
  .services-carousel-block .services-carousel-content {
    padding-right: 40px;
  }
  .services-carousel-block .services-carousel-content h2, .services-carousel-block .services-carousel-content .h2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .services-carousel-block .title {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (min-width: 1700px) {
  /* .services-carousel-block {
       .title {
           font-size: 32px;
       }
   }*/
}
@media (min-width: 1600px) {
  .services-carousel-block {
    padding: 100px 0 200px;
  }
  .services-carousel-block.small-spacing-top {
    padding-top: 60px;
  }
  .services-carousel-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .services-carousel-block.no-spacing-top {
    padding-top: 0;
  }
  .services-carousel-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .services-carousel-block .title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.sectors-carousel-block {
  padding: 40px 0;
}
.sectors-carousel-block .subtitle {
  color: #55EBB9;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.sectors-carousel-block .title {
  text-transform: none;
  font-size: 22px;
  margin: 0;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  line-height: 1.2;
}
.sectors-carousel-block .copy {
  margin-top: 15px;
}
.sectors-carousel-block .sectors-carousel-inner {
  display: flex;
  max-width: 100%;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item {
  width: 296px;
  min-width: 296px;
  height: 296px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item .sector-carousel-item-overlay {
  background: rgba(4, 9, 10, 0.7);
  transition: all 0.2s ease;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item:hover .sector-carousel-item-overlay {
  background: rgba(4, 9, 10, 0.9);
  transition: all 0.2s ease;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item:hover .sector-copy {
  display: block;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item .sector-carousel-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 9, 10, 0.2);
  transition: all 0.2s ease;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item .sector-carousel-item-inner {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item .sector-carousel-item-inner img {
  max-width: 93px;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item .sector-item-title {
  color: #fff;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item .sector-item-title a {
  color: #fff;
  background-image: none;
}
.sectors-carousel-block .sectors-carousel-inner .sector-carousel-item .sector-copy {
  color: #fff;
  text-align: center;
  display: none;
}

@media (max-width: 991.98px) {
  .sector-carousel-item-inner .sector-item-title {
    font-size: 24px;
  }
  .sector-carousel-item-inner img {
    width: 35px;
  }
  .sector-carousel-item-inner .service-copy {
    font-size: 15px;
  }

  .sectors-carousel-block {
    padding-top: 0;
  }
  .sectors-carousel-block > .container-fluid, .sectors-carousel-block > .container-sm, .sectors-carousel-block > .container-md, .sectors-carousel-block > .container-lg, .sectors-carousel-block > .container-xl, .sectors-carousel-block > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
  .sectors-carousel-block > .container-fluid .container, .sectors-carousel-block > .container-sm .container, .sectors-carousel-block > .container-md .container, .sectors-carousel-block > .container-lg .container, .sectors-carousel-block > .container-xl .container, .sectors-carousel-block > .container-xxl .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .sectors-carousel-block .subtitle {
    margin: 0 0 10px 0;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .sectors-carousel-block {
    padding: 50px 0 200px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sectors-carousel-block.small-spacing-top {
    padding-top: 25px;
  }
  .sectors-carousel-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .sectors-carousel-block.no-spacing-top {
    padding-top: 0;
  }
  .sectors-carousel-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .sectors-carousel-block .sectors-carousel-inner .sector-carousel-item {
    width: 480px;
    min-width: 480px;
    height: 480px;
    padding: 40px;
  }
  .sectors-carousel-block .sectors-carousel-content {
    padding-right: 40px;
  }
  .sectors-carousel-block .sectors-carousel-content h2, .sectors-carousel-block .sectors-carousel-content .h2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sectors-carousel-block .title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (min-width: 1700px) {
  .sectors-carousel-block .title {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .sectors-carousel-block {
    padding: 100px 0 200px;
  }
  .sectors-carousel-block.small-spacing-top {
    padding-top: 60px;
  }
  .sectors-carousel-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .sectors-carousel-block.no-spacing-top {
    padding-top: 0;
  }
  .sectors-carousel-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.text-block-with-document-links {
  padding: 40px 0;
  background: #003057;
}
.text-block-with-document-links.isBackOfficePreview .text-block-inner {
  background: inherit;
}
.text-block-with-document-links h2, .text-block-with-document-links .h2 {
  margin-top: 0;
  color: #55EBB9;
}
.text-block-with-document-links p {
  color: #fff;
}
.text-block-with-document-links a[target=_blank]:after {
  display: none !important;
}
.text-block-with-document-links .link-with-arrows-container {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.text-block-with-document-links .link-with-arrows-container .link-with-arrow {
  padding-bottom: 20px !important;
  color: #fff;
}
.text-block-with-document-links .link-with-arrows-container .link-with-arrow:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(295deg) brightness(106%) contrast(102%);
}
.text-block-with-document-links .link-with-arrows-container .link-with-arrow:hover {
  color: #55EBB9;
}

@media (min-width: 992px) {
  .text-block-with-document-links {
    padding: 60px 0;
  }
  .text-block-with-document-links.small-spacing-top {
    padding-top: 25px;
  }
  .text-block-with-document-links.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .text-block-with-document-links.no-spacing-top {
    padding-top: 0;
  }
  .text-block-with-document-links.no-spacing-bottom {
    padding-bottom: 0;
  }
  .text-block-with-document-links .link-with-arrows-container {
    padding-left: 80px;
  }
}
@media (min-width: 1600px) {
  .text-block-with-document-links {
    padding: 100px 0;
  }
  .text-block-with-document-links.small-spacing-top {
    padding-top: 60px;
  }
  .text-block-with-document-links.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .text-block-with-document-links.no-spacing-top {
    padding-top: 0;
  }
  .text-block-with-document-links.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.featured-label {
  width: 100px;
  height: 32px;
  position: absolute;
  left: -9px;
  top: 30px;
}

.latest-insights-block {
  background: #EBECF0;
  padding: 40px 0;
}
.latest-insights-block .container-fluid, .latest-insights-block .container-sm, .latest-insights-block .container-md, .latest-insights-block .container-lg, .latest-insights-block .container-xl, .latest-insights-block .container-xxl {
  padding-left: 0;
  padding-right: 0;
}
.latest-insights-block .latest-insights-block-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latest-insights-block .latest-insights-block-header a {
  background-image: none;
  transition: all 0.2s ease;
}
.latest-insights-block .latest-insights-block-header a:hover {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.latest-insights-block .latest-insights-grid {
  display: block;
}
.latest-insights-block .latest-insights-grid .news-article-box {
  width: 100%;
  padding: 0;
  position: relative;
}
.latest-insights-block .latest-insights-grid .news-article-box:hover {
  cursor: pointer;
}
.latest-insights-block .latest-insights-grid .news-article-box:hover .news-logo img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.latest-insights-block .latest-insights-grid .news-article-box:hover .news-article-box-content {
  background: #003057;
  transition: all 0.2s ease;
}
.latest-insights-block .latest-insights-grid .news-article-box:hover .news-article-box-content .news-article-title a {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.latest-insights-block .latest-insights-grid .news-article-box:hover .news-article-box-content .date {
  color: #fff;
  transition: all 0.2s ease;
}
.latest-insights-block .latest-insights-grid .news-article-box .news-logo {
  height: 250px;
  width: 100%;
  background: #003057;
  position: relative;
  overflow: hidden;
}
.latest-insights-block .latest-insights-grid .news-article-box .news-logo .featured-label {
  width: 100px;
  height: 32px;
  position: absolute;
  left: -9px;
  top: 30px;
}
.latest-insights-block .latest-insights-grid .news-article-box .news-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease;
}
.latest-insights-block .latest-insights-grid .news-article-box .news-article-box-content {
  background: #fff;
  padding: 30px 30px 80px 30px;
  position: relative;
  height: calc(100% - 250px);
  transition: all 0.2s ease;
}
.latest-insights-block .latest-insights-grid .news-article-box .news-article-box-content .news-article-title a {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 19px;
  transition: all 0.2s ease;
  background-image: none;
  color: #003057;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 24px;
}
.latest-insights-block .latest-insights-grid .news-article-box .news-article-box-content .article-type-title {
  color: #55EBB9;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: block;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.latest-insights-block .latest-insights-grid .news-article-box .news-article-box-content .date {
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  transition: all 0.2s ease;
}
.latest-insights-block.isBackOfficePreview .splide__list, .latest-insights-block .no-js .splide__list {
  display: flex;
}
.latest-insights-block.isBackOfficePreview .news-article-box, .latest-insights-block .no-js .news-article-box {
  display: none;
}
.latest-insights-block.isBackOfficePreview .news-article-box:first-of-type, .latest-insights-block .no-js .news-article-box:first-of-type {
  display: block;
}

.latest-news-controls {
  margin-top: 40px;
}

.latest-insights-block .latest-insights-grid .news-article-box .featured-label,
.latest-insights-block .latest-insights-grid .news-article-box .news-logo .featured-label {
  z-index: 2;
  left: 0;
  width: 123px;
}

@media (min-width: 992px) {
  .latest-insights-block {
    padding: 60px 0;
  }
  .latest-insights-block.small-spacing-top {
    padding-top: 25px;
  }
  .latest-insights-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .latest-insights-block.no-spacing-top {
    padding-top: 0;
  }
  .latest-insights-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .latest-insights-block .latest-insights-block-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
  }
  .latest-insights-block .latest-insights-block-header h2, .latest-insights-block .latest-insights-block-header .h2 {
    margin-bottom: 20px;
  }
  .latest-insights-block .latest-insights-block-header .link-with-arrow {
    margin-bottom: 30px;
  }
  .latest-insights-block .latest-insights-grid {
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
  .latest-insights-block .latest-insights-grid .news-article-box {
    width: calc(50% - 4px);
    min-width: calc(50% - 4px);
  }
}
@media (min-width: 1200px) {
  .latest-insights-block {
    padding: 60px 0;
  }
  .latest-insights-block.small-spacing-top {
    padding-top: 25px;
  }
  .latest-insights-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .latest-insights-block.no-spacing-top {
    padding-top: 0;
  }
  .latest-insights-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .latest-insights-block .latest-insights-grid .news-article-box {
    width: calc(33% - 4px);
    min-width: calc(33% - 16px);
  }
}
@media (min-width: 1600px) {
  .latest-insights-block {
    padding: 100px 0;
  }
  .latest-insights-block.small-spacing-top {
    padding-top: 60px;
  }
  .latest-insights-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .latest-insights-block.no-spacing-top {
    padding-top: 0;
  }
  .latest-insights-block.no-spacing-bottom {
    padding-bottom: 0;
  }

  .latest-insights-block-header h2, .latest-insights-block-header .h2 {
    font-size: 35px;
    /*  padding-bottom: 20px;*/
  }
}
@media (max-width: 991.98px) {
  .latest-insights-block .latest-insights-block-header {
    flex-direction: row;
    align-items: center;
  }
  .latest-insights-block .latest-insights-block-header > h2, .latest-insights-block .latest-insights-block-header > .h2 {
    width: 50%;
  }
  .latest-insights-block .latest-insights-block-header > a {
    width: 50%;
    text-align: right;
    position: relative;
    top: 3px;
    justify-content: flex-end;
  }
  .latest-insights-block .fake-col-left {
    padding-left: 0;
  }
}
@media (max-width: 508px) {
  .latest-insights-block .latest-insights-block-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .latest-insights-block .latest-insights-block-header > h2, .latest-insights-block .latest-insights-block-header > .h2 {
    width: 100%;
  }
  .latest-insights-block .latest-insights-block-header > a {
    width: 100%;
    text-align: right;
    position: relative;
    top: -15px;
    justify-content: flex-start;
  }
}
.text-block {
  padding: 40px 0;
  background: #fff;
}
.text-block.blue-background p, .text-block.blue-background a, .text-block.blue-background ul, .text-block.blue-background li, .text-block.blue-background span {
  color: #fff;
}

@media (min-width: 768px) {
  .text-block {
    padding: 60px 0;
  }
  .text-block.small-spacing-top {
    padding-top: 25px;
  }
  .text-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .text-block.no-spacing-top {
    padding-top: 0;
  }
  .text-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .text-block {
    padding: 100px 0;
  }
  .text-block.small-spacing-top {
    padding-top: 60px;
  }
  .text-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .text-block.no-spacing-top {
    padding-top: 0;
  }
  .text-block.no-spacing-bottom {
    padding-bottom: 0;
  }
}
.sectors-grid-block {
  background: #EBECF0;
  padding: 0 0 40px 0;
}
.sectors-grid-block .sectors-grid {
  display: flex;
  flex-direction: column;
}
.sectors-grid-block .sectors-grid .sector-item {
  width: 100%;
  margin: 15px 0;
  background: #003057;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
}
.sectors-grid-block .sectors-grid .sector-item .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 9, 10, 0.7);
  transition: all 0.2s ease;
}
.sectors-grid-block .sectors-grid .sector-item:hover .overlay {
  background-color: rgba(4, 9, 10, 0.9);
  transition: all 0.2s ease;
}
.sectors-grid-block .sectors-grid .sector-item h2, .sectors-grid-block .sectors-grid .sector-item .h2 {
  text-align: center;
  z-index: 2;
}
.sectors-grid-block .sectors-grid .sector-item h2 a, .sectors-grid-block .sectors-grid .sector-item .h2 a {
  color: #fff;
  background-image: none;
}
.sectors-grid-block .sectors-grid .sector-item img {
  z-index: 2;
}
.sectors-grid-block .sectors-grid .sector-item .intro {
  color: #fff;
  text-align: center;
  z-index: 2;
}

@media (min-width: 992px) {
  .sectors-grid-block {
    background: #EBECF0;
    padding: 0 0 100px 0;
  }
  .sectors-grid-block .sectors-grid {
    display: flex;
    flex-direction: row;
  }
  .sectors-grid-block .sectors-grid .sector-item {
    width: calc(50% - 30px);
    margin: 15px;
    height: 740px;
    padding: 60px;
  }
}
.events-locations-block {
  padding: 40px 0 40px 0;
}
.events-locations-block .tab-intro {
  text-align: center;
}
.events-locations-block p {
  text-align: center;
}
.events-locations-block img {
  height: unset;
}

@media (min-width: 992px) {
  .events-locations-block {
    padding: 40px 0 100px 0;
  }
}
.related-content-block {
  padding: 40px 0;
  background: #EBECF0;
}
.related-content-block .title {
  margin-bottom: 0;
  margin-top: 0;
}
.related-content-block .related-content-inner {
  display: flex;
  flex-wrap: wrap;
}
.related-content-block .related-content-inner .related-content-box {
  width: 100%;
  margin-bottom: 15px;
}
.related-content-block .related-content-inner .related-content-box .related-content-image-outer {
  overflow: hidden;
}
.related-content-block .related-content-inner .related-content-box .related-content-image {
  height: 250px;
  width: 100%;
  background-color: #003057;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: all 0.4s ease;
}
.related-content-block .related-content-inner .related-content-box .related-content {
  background: #fff;
  padding: 20px 20px 80px 20px;
  height: calc(100% - 250px);
  position: relative;
  transition: all 0.2s ease;
}
.related-content-block .related-content-inner .related-content-box .related-content .subtitle {
  color: #55EBB9;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.related-content-block .related-content-inner .related-content-box .related-content .related-box-title {
  margin: 0;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  text-transform: none;
  font-weight: 700;
  /*        font-size: 19px;*/
  transition: all 0.2s ease;
  line-height: 1.05;
}
.related-content-block .related-content-inner .related-content-box .related-content .related-box-title a {
  background-image: none;
  color: #003057;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.related-content-block .related-content-inner .related-content-box .related-content .service {
  text-transform: uppercase;
  color: #003057;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: 0;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.related-content-block .related-content-inner .related-content-box:hover {
  cursor: pointer;
}
.related-content-block .related-content-inner .related-content-box:hover .related-content-image {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.related-content-block .related-content-inner .related-content-box:hover .related-content {
  background: #003057;
  transition: all 0.2s ease;
}
.related-content-block .related-content-inner .related-content-box:hover .related-content .related-box-title a {
  color: #fff;
  transition: all 0.2s ease;
}
.related-content-block .related-content-inner .related-content-box:hover .related-content .service {
  color: #fff;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .related-content-block {
    padding: 100px 0;
  }
  .related-content-block.small-spacing-top {
    padding-top: 60px;
  }
  .related-content-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .related-content-block.no-spacing-top {
    padding-top: 0;
  }
  .related-content-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .related-content-block .related-content-inner {
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
  .related-content-block .related-content-inner .related-content-box {
    width: calc(50% - 30px);
    /*margin: 15px;*/
  }
  .related-content-block .related-content-inner .related-content-box .related-content {
    padding: 30px 30px 80px 30px;
  }
  .related-content-block .related-content-inner .related-content-box .related-content .related-box-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .related-content-block {
    padding: 60px 0;
  }
  .related-content-block .related-content-inner {
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
  .related-content-block .related-content-inner .related-content-box {
    width: calc(33.3% - 30px);
    /*margin: 15px;*/
  }
  .related-content-block .related-content-inner .related-content-box .related-content {
    padding: 30px 30px 80px 30px;
  }
  .related-content-block .related-content-inner .related-content-box .related-content .related-box-title {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .related-content-block {
    padding: 100px 0;
  }
  .related-content-block h2.title, .related-content-block .title.h2, .related-content-block h3.title, .related-content-block .title.h3 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .related-content-block .related-content-inner .related-content-box .related-content .related-box-title {
    font-size: 28px;
  }
}
.large-image-video-block .is-vertical-video a {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.large-image-video-block .is-vertical-video a .news-image-video-block {
  width: 400px;
  max-width: 100%;
}
.large-image-video-block .is-vertical-video a .news-image-video-block .news-image-video {
  width: 400px;
  padding-top: 177.75%;
  max-width: 100%;
}
.large-image-video-block .is-vertical-video.isBackOfficePreview {
  background-image: none !important;
}

.archive-list li:before {
  display: none;
}
.archive-list li a {
  font-size: 16px;
  font-weight: 400;
  background-size: 0px 100%;
}
.archive-list li a:hover {
  background-size: 100% 1px;
}
.archive-list .child-page-title {
  font-weight: 600;
}

.tabs-block.tabs-block-stat-image-container .nav-tabs {
  margin-top: 30px;
}
.tabs-block.tabs-block-stat-image-container .tab-container-tabs-block {
  display: none;
  flex-direction: column;
  /*       padding: 40px 0;
  margin-top: 40px;*/
}
.tabs-block.tabs-block-stat-image-container .tab-container-tabs-block.mobile-tab-container.current {
  display: flex;
}
.tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .stat-items {
  display: flex;
  flex-direction: column;
}
.tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .stat-items .stat-item .stat-number {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  color: #003057;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  line-height: 0.7;
}
.tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .stat-items .stat-item hr {
  margin: 0 auto;
}
.tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .stat-items .stat-item p {
  text-align: center;
  color: #003057;
}
.tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .tab-block-stat-image {
  max-width: 100%;
  width: 603px;
  height: 456px;
  background-size: cover;
  margin: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .tabs-block.tabs-block-stat-image-container {
    padding: 100px 0;
  }
  .tabs-block.tabs-block-stat-image-container .tab-container-tabs-block {
    display: none;
    justify-content: space-between;
    flex-direction: row;
    /*    padding: 60px 0;*/
    margin-top: 60px;
  }
  .tabs-block.tabs-block-stat-image-container .tab-container-tabs-block.mobile-tab-container.current {
    display: none;
  }
  .tabs-block.tabs-block-stat-image-container .tab-container-tabs-block.current {
    display: flex;
  }
  .tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .stat-items {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .stat-items .stat-item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .stat-items .stat-item .stat-number {
    font-size: 56px;
  }
  .tabs-block.tabs-block-stat-image-container .tab-container-tabs-block .tab-block-stat-image {
    max-width: 40%;
    width: 603px;
    height: 456px;
    background-size: cover;
    margin: 0;
  }
}
.text-block-with-accordion.full-width-accordion-block {
  padding: 40px 0;
  background: #EBECF0;
}
.text-block-with-accordion.full-width-accordion-block.white-background {
  background: #fff;
}
.text-block-with-accordion.full-width-accordion-block h2, .text-block-with-accordion.full-width-accordion-block .h2 {
  margin-top: 0;
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container {
  margin-top: 30px;
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item .accordion-title {
  border-top: 1px solid #55EBB9;
  margin: 0;
  font-size: 19px;
  padding: 26px 40px 15px 0;
  position: relative;
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item .accordion-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("../svg/chevronf717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item .accordion-title.show:after {
  transform: translateY(-50%) rotate(180deg);
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item .accordion-title:hover {
  cursor: pointer;
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item:last-of-type .accordion-title:not(.show) {
  border-bottom: 1px solid #55EBB9;
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item .accordion-content {
  height: 0;
  visibility: hidden;
  padding: 0;
}
.text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item .accordion-content.show {
  height: auto;
  visibility: visible;
  padding: 0px 0 30px 0;
}

@media (min-width: 992px) {
  .text-block-with-accordion.full-width-accordion-block {
    padding: 60px 0;
  }
  .text-block-with-accordion.full-width-accordion-block.small-spacing-top {
    padding-top: 25px;
  }
  .text-block-with-accordion.full-width-accordion-block.small-spacing-bottom {
    padding-bottom: 25px;
  }
  .text-block-with-accordion.full-width-accordion-block.no-spacing-top {
    padding-top: 0;
  }
  .text-block-with-accordion.full-width-accordion-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .text-block-with-accordion.full-width-accordion-block .accordion-outer-container {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .text-block-with-accordion.full-width-accordion-block {
    padding: 100px 0;
  }
  .text-block-with-accordion.full-width-accordion-block.small-spacing-top {
    padding-top: 60px;
  }
  .text-block-with-accordion.full-width-accordion-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .text-block-with-accordion.full-width-accordion-block.no-spacing-top {
    padding-top: 0;
  }
  .text-block-with-accordion.full-width-accordion-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .text-block-with-accordion.full-width-accordion-block .accordion-outer-container .accordion-item .accordion-title {
    font-size: 33px;
  }
}
header.primary-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  padding: 0px 15px 0px 15px;
  /*   border-bottom: solid 2px $theme-primary;*/
  position: fixed;
  background: transparent;
  top: 0;
  z-index: 999;
  height: 60px;
  max-width: 1920px;
  transition: all 0.2s ease 0.24s;
}
header.primary-header:before, header.primary-header::before {
  display: none;
}
header.primary-header.mobile-scrolled-header {
  background: #003057;
}
header.primary-header.mobile-nav-open {
  background: #003057;
  transition: none;
}
header.primary-header.mobile-nav-open .mobile-nav {
  height: 100vh;
}
header.primary-header.mobile-nav-open .mobile-header .mobile-logo img {
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);*/
}
.primary-nav-open header.primary-header.past-header-height, header.primary-header.scrolled-header {
  background: #003057;
  position: fixed;
  animation: header-in 0.5s ease;
  height: 60px;
  padding: 0;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header, header.primary-header.scrolled-header .desktop-header {
  height: 60px;
  display: none !important;
  align-items: center;
  background: #fff;
  padding: 0;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header:before, header.primary-header.scrolled-header .desktop-header:before {
  content: "";
  position: fixed;
  width: calc(100% - 54px);
  height: 50px;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18%;
  z-index: -1;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
  transform: translateZ(-1px);
  animation: header-in 0s ease 0.2s;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container-fluid, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-sm, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-md, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-lg, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xl, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xxl, header.primary-header.scrolled-header .desktop-header > .container-fluid, header.primary-header.scrolled-header .desktop-header > .container-sm, header.primary-header.scrolled-header .desktop-header > .container-md, header.primary-header.scrolled-header .desktop-header > .container-lg, header.primary-header.scrolled-header .desktop-header > .container-xl, header.primary-header.scrolled-header .desktop-header > .container-xxl {
  padding: 0 15px 0 45px;
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container-fluid > .row, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-sm > .row, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-md > .row, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-lg > .row, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xl > .row, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xxl > .row, header.primary-header.scrolled-header .desktop-header > .container-fluid > .row, header.primary-header.scrolled-header .desktop-header > .container-sm > .row, header.primary-header.scrolled-header .desktop-header > .container-md > .row, header.primary-header.scrolled-header .desktop-header > .container-lg > .row, header.primary-header.scrolled-header .desktop-header > .container-xl > .row, header.primary-header.scrolled-header .desktop-header > .container-xxl > .row {
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container-fluid > .row .col-md-5, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-sm > .row .col-md-5, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-md > .row .col-md-5, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-lg > .row .col-md-5, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xl > .row .col-md-5, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xxl > .row .col-md-5, header.primary-header.scrolled-header .desktop-header > .container-fluid > .row .col-md-5, header.primary-header.scrolled-header .desktop-header > .container-sm > .row .col-md-5, header.primary-header.scrolled-header .desktop-header > .container-md > .row .col-md-5, header.primary-header.scrolled-header .desktop-header > .container-lg > .row .col-md-5, header.primary-header.scrolled-header .desktop-header > .container-xl > .row .col-md-5, header.primary-header.scrolled-header .desktop-header > .container-xxl > .row .col-md-5 {
  display: flex;
  align-items: center;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container-fluid > .row .col-md-5 .logo-container, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-sm > .row .col-md-5 .logo-container, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-md > .row .col-md-5 .logo-container, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-lg > .row .col-md-5 .logo-container, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xl > .row .col-md-5 .logo-container, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xxl > .row .col-md-5 .logo-container, header.primary-header.scrolled-header .desktop-header > .container-fluid > .row .col-md-5 .logo-container, header.primary-header.scrolled-header .desktop-header > .container-sm > .row .col-md-5 .logo-container, header.primary-header.scrolled-header .desktop-header > .container-md > .row .col-md-5 .logo-container, header.primary-header.scrolled-header .desktop-header > .container-lg > .row .col-md-5 .logo-container, header.primary-header.scrolled-header .desktop-header > .container-xl > .row .col-md-5 .logo-container, header.primary-header.scrolled-header .desktop-header > .container-xxl > .row .col-md-5 .logo-container {
  display: flex;
  align-items: center;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container-fluid > .row .col-md-5 .logo-container .strapline, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-sm > .row .col-md-5 .logo-container .strapline, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-md > .row .col-md-5 .logo-container .strapline, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-lg > .row .col-md-5 .logo-container .strapline, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xl > .row .col-md-5 .logo-container .strapline, .primary-nav-open header.primary-header.past-header-height .desktop-header > .container-xxl > .row .col-md-5 .logo-container .strapline, header.primary-header.scrolled-header .desktop-header > .container-fluid > .row .col-md-5 .logo-container .strapline, header.primary-header.scrolled-header .desktop-header > .container-sm > .row .col-md-5 .logo-container .strapline, header.primary-header.scrolled-header .desktop-header > .container-md > .row .col-md-5 .logo-container .strapline, header.primary-header.scrolled-header .desktop-header > .container-lg > .row .col-md-5 .logo-container .strapline, header.primary-header.scrolled-header .desktop-header > .container-xl > .row .col-md-5 .logo-container .strapline, header.primary-header.scrolled-header .desktop-header > .container-xxl > .row .col-md-5 .logo-container .strapline {
  max-height: 40px;
  display: flex;
  align-items: center;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .logo a, header.primary-header.scrolled-header .desktop-header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
  background-image: none;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .logo img, header.primary-header.scrolled-header .desktop-header .logo img {
  filter: none !important;
  /*  &.red-logo {
        display: block;
    }

    &.red-tractebel-logo {
        display: none;
    }*/
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .logo img.colour-logo, header.primary-header.scrolled-header .desktop-header .logo img.colour-logo {
  display: block;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .logo img.white-logo, header.primary-header.scrolled-header .desktop-header .logo img.white-logo {
  display: none;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .logo-container .strapline p, header.primary-header.scrolled-header .desktop-header .logo-container .strapline p {
  color: #003057;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container, header.primary-header.scrolled-header .desktop-header > .container {
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container > .row, header.primary-header.scrolled-header .desktop-header > .container > .row {
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container > .row > .col-md-2, header.primary-header.scrolled-header .desktop-header > .container > .row > .col-md-2 {
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container > .row > .col-md-2 .logo, header.primary-header.scrolled-header .desktop-header > .container > .row > .col-md-2 .logo {
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header > .container > .row > .col-md-2 .logo a, header.primary-header.scrolled-header .desktop-header > .container > .row > .col-md-2 .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav, header.primary-header.scrolled-header .desktop-header nav.primary-nav {
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav:hover ul.primary > li, header.primary-header.scrolled-header .desktop-header nav.primary-nav:hover ul.primary > li {
  color: #fff;
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav:hover ul.primary > li a:not(.btn), header.primary-header.scrolled-header .desktop-header nav.primary-nav:hover ul.primary > li a:not(.btn) {
  color: #fff;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav:hover ul.primary > li a:not(.btn).nav-link-title, header.primary-header.scrolled-header .desktop-header nav.primary-nav:hover ul.primary > li a:not(.btn).nav-link-title {
  color: #55EBB9;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav:hover ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, header.primary-header.scrolled-header .desktop-header nav.primary-nav:hover ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner {
  background: #fff;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav:hover ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, header.primary-header.scrolled-header .desktop-header nav.primary-nav:hover ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before {
  background: #fff;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav:hover ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, header.primary-header.scrolled-header .desktop-header nav.primary-nav:hover ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after {
  background: #fff;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary, header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary > li, header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary > li {
  color: #003057;
  height: 100%;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary > li a:not(.btn), header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary > li a:not(.btn) {
  color: #003057;
  padding-bottom: 0 !important;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner {
  background: #003057;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before {
  background: #003057;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after {
  background: #003057;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn, header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn {
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  padding-right: 15px;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn .btn-primary, header.primary-header.scrolled-header .desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn .btn-primary {
  font-size: 16px;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .logo a, header.primary-header.scrolled-header .desktop-header .logo a {
  background-image: none;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .logo img, header.primary-header.scrolled-header .desktop-header .logo img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(63%) saturate(2%) hue-rotate(152deg) brightness(111%) contrast(100%);
  height: 36px;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .strapline, header.primary-header.scrolled-header .desktop-header .strapline {
  max-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header .strapline img, header.primary-header.scrolled-header .desktop-header .strapline img {
  /*filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(2207%) hue-rotate(182deg) brightness(100%) contrast(108%);*/
  filter: none;
}
header.primary-header.scrolled-header {
  transition: none;
  transform: translate3d(0, 0, 0);
}
header.primary-header.scrolled-header .header-lower {
  transition: none;
}
header.primary-header.animate-out {
  animation: header-out 0.3s ease;
}
header.primary-header a.nav-link, header.primary-header .get-in-touch-btn {
  position: relative;
  z-index: 1000;
}
header.primary-header p.featured-date {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  font-weight: 100;
  margin-bottom: 0;
}
header.primary-header p.featured-region {
  color: #55EBB9 !important;
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 0;
}
header.primary-header p.featured-service {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 16px !important;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
header.primary-header p.featured-title {
  color: #fff;
  font-size: 24px !important;
  text-transform: none;
  margin-top: 6px;
}
header.primary-header p.featured-title.project-title {
  margin-top: 0;
  margin-bottom: 0;
}

body:not(.has-scrolled-header) .desktop-header nav.primary-nav ul.primary .subnav {
  top: 90px;
  padding-top: 30px;
}

.mega-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(4, 9, 10, 0.5);
  display: none;
  z-index: 3;
}

body.viewing-megamenu .mega-menu-backdrop {
  display: block;
}
body.viewing-megamenu:not(.no-mm-anim) .mega-menu-backdrop {
  animation: mm-background-in 0.9s ease;
}

.logo-container {
  display: flex;
  height: 100%;
}
.logo-container .logo {
  display: flex;
  align-items: center;
}
.logo-container .logo a {
  background-image: none;
  padding-bottom: 0 !important;
}
.logo-container .strapline {
  border-left: 1px solid #55EBB9;
  margin-left: 26px;
  padding-left: 26px;
  display: flex;
  align-items: center;
}
.logo-container .strapline img {
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(359deg) brightness(108%) contrast(101%);*/
}
.logo-container .strapline p {
  color: #fff;
}

.mobile-header {
  height: 60px !important;
  padding: 0 15px !important;
}
.mobile-header > .row {
  height: 60px;
}
.mobile-header > .row > .col-12 {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .mobile-nav {
  background: #003057;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.mobile-header .mobile-logo {
  display: flex;
  align-items: center;
  /* .strapline {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 2px solid $theme-secondary;

      p {
          color: $white;
          margin: 0;
          font-size: 13px;
      }
  }*/
}
.mobile-header .mobile-logo a {
  background-image: none;
}
.mobile-header .mobile-logo img {
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(19%) hue-rotate(118deg) brightness(107%) contrast(104%);*/
  /*    max-width: 150px;*/
}
.mobile-header .mobile-logo img.colour-logo {
  display: none;
}
.mobile-header .mobile-logo img.white-logo {
  display: block;
}
.mobile-header .hamburger {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  outline: none !important;
  float: right;
  color: #fff;
  /* padding-top: 14px;*/
  padding-right: 0;
}
.mobile-header .hamburger:before, .mobile-header .hamburger::before {
  display: none;
}
.mobile-header .hamburger .hamburger-inner, .mobile-header .hamburger .hamburger-inner::before, .mobile-header .hamburger .hamburger-inner::after {
  background-color: #fff;
  width: 40px;
}
.mobile-header .hamburger .hamburger-inner::before {
  width: 30px;
}

.title-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 30px 0;
  background: #00223e;
}
.title-header:before, .title-header::before {
  display: none;
}
.title-header h1, .title-header .h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 26px;
  color: #fff;
}
.title-header h1::before, .title-header .h1::before {
  display: none;
}

/*@include media-breakpoint-up(md) {
    header.primary-header {
        padding: $padding-small 15px 15px 15px;

    }
}*/
@media (min-width: 1200px) {
  header.primary-header {
    padding: 40px 15px;
  }
  .primary-nav-open header.primary-header.past-header-height, header.primary-header.scrolled-header {
    background: #fff;
  }
  .primary-nav-open header.primary-header.past-header-height .desktop-header, header.primary-header.scrolled-header .desktop-header {
    display: flex !important;
    background: #fff;
  }

  .title-header h1, .title-header .h1 {
    font-size: 35px;
  }

  header.primary-header {
    position: absolute;
    background: transparent;
  }
}
@media (min-width: 1500px) {
  .desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn .btn-primary {
    font-size: 16px;
  }
}
@keyframes header-in {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes header-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes mm-background-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ddtoggle, .dropdown.nav-item > a, .dropdown.nav-item {
  cursor: default;
}

@media (max-width: 1199.98px) {
  header.primary-header {
    position: relative;
  }

  .main-body {
    margin-top: -60px;
  }

  html.no-scroll-behaviour {
    scroll-behavior: initial;
  }

  body.mobile-nav-open header.primary-header {
    position: fixed;
  }
  body.mobile-nav-open .main-body {
    margin-top: 0;
  }

  header.primary-header.mobile-scrolled-header {
    position: fixed;
  }

  header.primary-header.mobile-scrolled-header.past-header-height {
    transition: none;
  }
  header.primary-header.mobile-scrolled-header.past-header-height:not(.animate-out) {
    animation: header-in 0.5s ease;
  }

  .has-scrolled-header .main-body {
    margin-top: 0;
  }
}
.footer-container {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: #fff;
  padding: 40px 0 40px 0;
}
.footer-container:before, .footer-container::before {
  display: none;
}

.footer-nav-section {
  text-align: left;
  /* margin-bottom: 20px;*/
}
.footer-nav-section .hidden-children-container {
  display: none;
}
.footer-nav-section .hidden-children-container.show {
  display: block;
}
.footer-nav-section .small-hr {
  display: none;
}
.footer-nav-section h4, .footer-nav-section .h4 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  padding-top: 10px;
  font-size: 20px;
  margin-bottom: 0.25em;
}
.footer-nav-section h4:before, .footer-nav-section .h4:before, .footer-nav-section h4::before {
  display: none;
}
.footer-nav-section h4.footer-nav-title, .footer-nav-section .footer-nav-title.h4 {
  border-bottom: 1px solid rgba(4, 9, 10, 0.2);
  background-image: none;
}
.footer-nav-section h4.footer-nav-title a, .footer-nav-section .footer-nav-title.h4 a {
  background-image: none;
}
.footer-nav-section h4.footer-nav-title a:hover, .footer-nav-section .footer-nav-title.h4 a:hover {
  color: #55EBB9;
}
.footer-nav-section h4.footer-nav-title .plus-icon, .footer-nav-section .footer-nav-title.h4 .plus-icon {
  display: block;
}
.footer-nav-section h4.footer-nav-title .minus-icon, .footer-nav-section .footer-nav-title.h4 .minus-icon {
  display: none;
}
.footer-nav-section h4.footer-nav-title.show .plus-icon, .footer-nav-section .footer-nav-title.show.h4 .plus-icon {
  display: none;
}
.footer-nav-section h4.footer-nav-title.show .minus-icon, .footer-nav-section .footer-nav-title.show.h4 .minus-icon {
  display: block;
}
.footer-nav-section h4.footer-nav-title, .footer-nav-section .footer-nav-title.h4, .footer-nav-section h4.footer-nav-title a, .footer-nav-section .footer-nav-title.h4 a {
  color: #003057;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.footer-nav-section h4.footer-nav-title img, .footer-nav-section .footer-nav-title.h4 img, .footer-nav-section h4.footer-nav-title a img {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(77%) sepia(64%) saturate(375%) hue-rotate(99deg) brightness(94%) contrast(95%);
}
.footer-nav-section h4 a, .footer-nav-section .h4 a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  background-size: 0 1px;
}
.footer-nav-section h4 a:hover, .footer-nav-section .h4 a:hover {
  background-size: 100% 1px;
}
.footer-nav-section h4:hover a, .footer-nav-section .h4:hover a {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.footer-nav-section .footer-nav-subtitle {
  color: #04090A;
  font-size: 15px;
  font-weight: 700;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  margin: 22px 0 8px 0;
}
.footer-nav-section .footer-nav-subtitle a {
  background-image: none;
  transition: all 0.2s ease;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.footer-nav-section .footer-nav-subtitle:hover a {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.footer-nav-section ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}
.footer-nav-section ul:before, .footer-nav-section ul::before {
  display: none;
}
.footer-nav-section ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 10px 0;
}
.footer-nav-section ul li:before, .footer-nav-section ul li::before {
  display: none;
}
.footer-nav-section ul li a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #04090A;
  font-size: 15px;
  transition: all 0.2s ease;
  font-weight: 400;
  background-size: 0% 1px;
  background-position: 0% 95%;
  line-height: 1.2;
}
.footer-nav-section ul li a:before, .footer-nav-section ul li a::before {
  display: none;
}
.footer-nav-section ul li a:hover {
  transition: all 0.2s ease;
  background-size: 100% 1px;
}

.copyright-footer {
  padding-top: 15px;
  padding-bottom: 100px;
  background: #fff;
}
.copyright-footer .main-logo {
  margin-bottom: 50px;
  display: block;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  background-image: none;
}
.copyright-footer .main-logo img {
  margin: 0 0 30px;
}
.copyright-footer > .container {
  border-top: 1px solid rgba(4, 9, 10, 0.2);
  padding-top: 40px;
}
.copyright-footer p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
  color: rgba(4, 9, 10, 0.5);
  font-size: 14px;
}
.copyright-footer p:before, .copyright-footer p::before {
  display: none;
}
.copyright-footer p a {
  color: rgba(4, 9, 10, 0.5);
  font-size: 14px;
  background-image: none;
  font-weight: 400;
  transition: all 0.2s ease;
}
.copyright-footer p a:after {
  display: none !important;
}
.copyright-footer p a:hover {
  color: #003057;
  transition: all 0.2s ease;
}
.copyright-footer ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 5px 0 0;
}
.copyright-footer ul:before, .copyright-footer ul::before {
  display: none;
}
.copyright-footer ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding: 0;
}
.copyright-footer ul li:before, .copyright-footer ul li::before {
  display: none;
}
.copyright-footer ul li:before {
  display: none;
}
.copyright-footer ul li + li {
  padding-left: 15px;
}
.copyright-footer ul li + li:after {
  color: #003057;
  content: "|";
  position: absolute;
  left: 5px;
}
.copyright-footer ul li a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #003057;
  transition: all 0.2s ease;
  font-size: 14px;
  background-size: 0 1px;
  font-weight: 400;
}
.copyright-footer ul li a:before, .copyright-footer ul li a::before {
  display: none;
}
.copyright-footer ul li a:hover {
  background-size: 100% 1px;
}

.follow-us-title {
  color: #003057;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  margin-top: 30px;
}

.social-list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.social-list:before, .social-list::before {
  display: none;
}
.social-list li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  padding: 10px 12px;
  height: 44px;
  width: 44px;
}
.social-list li:before, .social-list li::before {
  display: none;
}
.social-list li a {
  background-image: none;
  font-weight: 400;
}
.social-list li a:after {
  display: none !important;
}
.social-list li a img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(21%) saturate(5595%) hue-rotate(186deg) brightness(93%) contrast(103%);
}

.copyright-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.copyright-details ul {
  text-align: center;
}
.copyright-details ul li {
  padding-bottom: 15px;
}
.copyright-details p {
  text-align: center;
  line-height: 1.6;
}
.footer-buttons-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}
.footer-buttons-container .btn {
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .footer-container {
    padding: 100px 0 0px 0;
  }
  .footer-container .col-xl-10 {
    width: 100%;
    margin-top: 40px;
  }
  .footer-container .col-xl-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .footer-container .col-xl-2 div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer-container .social-list {
    justify-content: space-between;
    min-width: 180px;
  }
  .footer-container .social-list li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 44px;
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .footer-container .social-list li:first-of-type {
    padding-left: 0;
  }
  .footer-container .social-list li:last-of-type {
    padding-right: 0;
  }
  .footer-container .footer-nav-wrapper {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    justify-content: flex-end;
  }
  .footer-container .footer-nav-wrapper .footer-nav-section {
    flex-grow: 0;
    min-width: 14.28%;
    margin-right: 30px;
  }
  .footer-container .footer-nav-wrapper .footer-nav-section:first-of-type {
    padding-right: 0;
  }
  .footer-container .footer-nav-section {
    margin-bottom: 0;
    text-align: left;
  }
  .footer-container .footer-nav-section .hidden-children-container {
    display: block;
  }
  .footer-container .footer-nav-section h4.footer-nav-title, .footer-container .footer-nav-section .footer-nav-title.h4, .footer-container .footer-nav-section h4.footer-nav-title a, .footer-container .footer-nav-section .footer-nav-title.h4 a {
    border-bottom: none;
    padding-bottom: 0;
    background-size: 0 1px;
  }
  .footer-container .footer-nav-section h4.footer-nav-title:hover, .footer-container .footer-nav-section .footer-nav-title.h4:hover, .footer-container .footer-nav-section h4.footer-nav-title a:hover, .footer-container .footer-nav-section .footer-nav-title.h4 a:hover {
    background-size: 100% 1px;
    /* color: $theme-primary;*/
  }
  .footer-container .footer-nav-section h4.footer-nav-title img, .footer-container .footer-nav-section .footer-nav-title.h4 img, .footer-container .footer-nav-section h4.footer-nav-title a img {
    display: none;
  }
  .footer-container .footer-nav-section .small-hr {
    display: block;
  }
  .footer-container .footer-nav-section h4, .footer-container .footer-nav-section .h4, .footer-container .footer-nav-section ul {
    text-align: left;
  }
  .footer-container .footer-nav-section ul li {
    padding: 5px 0;
  }
  .footer-container .copyright-details ul {
    text-align: right;
  }
  .footer-container .copyright-details p {
    text-align: right;
  }
  .footer-container .follow-us-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .footer-container .footer-buttons-container {
    margin-top: 0;
  }
  .footer-container .footer-nav-section:nth-of-type(1) {
    order: 10;
  }
  .footer-container .footer-nav-section:nth-of-type(2) {
    order: 9;
  }
  .footer-container .footer-nav-section:nth-of-type(3) {
    order: 8;
  }
  .footer-container .footer-nav-section:nth-of-type(4) {
    order: 7;
  }
  .footer-container .footer-nav-section:nth-of-type(5) {
    order: 6;
  }
  .footer-container .footer-nav-section:nth-of-type(6) {
    order: 5;
  }
  .footer-container .footer-nav-section:nth-of-type(7) {
    order: 4;
  }
  .footer-container .footer-nav-section:nth-of-type(8) {
    order: 3;
  }
  .footer-container .footer-nav-section:nth-of-type(9) {
    order: 2;
  }
  .footer-container .footer-nav-section:nth-of-type(10) {
    order: 1;
  }

  .copyright-footer .main-logo {
    justify-content: flex-start;
  }
  .copyright-footer .main-logo img {
    margin: 0;
  }
}
@media (min-width: 1700px) {
  .footer-container {
    padding: 100px 0 50px 0;
  }
  .footer-container .col-xl-10 {
    width: 83.33333333%;
    margin-top: 0;
  }
  .footer-container .col-xl-2 {
    width: 16.66666667%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
  }
}
/*#cookies {
    @include element-override();
    position: fixed;
    bottom: 0;
    width: 100%;
    background: $white;
    padding: 12px 30px 4px 30px;
    border-top: 1px solid $black-opacity-10;

    p {
        @include element-override();
        margin: 0;
        display: inline;
        font-size: 0.9rem;
    }

    .btn {
        float: right;
        margin-top: 5px;
    }

    .cookie-policy-title {
        @include element-override();
        display: block;
        font-size: 1.2rem;
        color: $black-opacity-50;
    }

    .cookie-main {
        @include element-override();
        width: calc(100% - 100px);
        float: left;
    }
}

$cookie-constent-background: $white;
$cookie-consent-link-color: $theme-secondary;
$cookie-consent-tabs-border-color: $theme-primary;
$cookie-consent-tabs-active-background: rgba($theme-primary, 0.7);
$cookie-consent-tabs-background: $black-opacity-5;
$cookie-consent-tabs-text-color: $white;
$required-color: $theme-secondary;
$goto-cookie-policy-color: $theme-secondary;

.cookie-consent-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    &.cookie-consent-hidden {
        display: none;
    }
}

.cookie-consent {
    background: $cookie-constent-background;
    padding: 30px;
    max-width: 90%;*/
/*max-height: 500px;*/
/*-webkit-transition: height 0.2s ease, max-height 0.2s ease;
-o-transition: height 0.2s ease, max-height 0.2s ease;
transition: height 0.2s ease, max-height 0.2s ease;
position: relative;
overflow: hidden;

a {
    color: $theme-primary;

    &.btn {
        color: $white;

        &:hover {
            background-color: darken($theme-primary, 10%);
        }
    }
}

.responsive-default {
    td, th {
        font-size: 12px;
        text-align: left;
        padding: 10px 15px;
    }
}

.open-cookie-preferences {
    display: none !important;
}

.cookie-consent-section-wrapper {
    overflow: hidden;

    .cookie-consent-stage {
        width: 200%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cookie-consent-simple,
    .cookie-consent-manager {
        width: 50%;
        //transition: transform 0.2s ease, opacity 0.2s ease, height 0.2s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        //transition-delay: 0.3s;
    }

    .cookie-consent-manager-inner,
    .cookie-consent-simple-inner {
    }
}

.cookie-consent-simple-content {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.cookie-consent-close {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 34px;
    right: 30px;
    font-size: 22px;
    color: $black-opacity-80;
}

&.state-simple {

    .cookie-consent-simple-inner {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

    .cookie-consent-manager {
        max-height: 0;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
    }

    .cookie-consent-manager-inner {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .cookie-consent-stage {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
}

&.state-manager {
    max-height: calc(100vh - 60px);

    .cookie-consent-simple-inner {
        opacity: 0;
        -webkit-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .cookie-consent-manager {
        max-height: 80vh;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    .cookie-consent-manager-inner {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .cookie-consent-stage {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
        -webkit-transition: all 0.40s ease;
        -o-transition: all 0.40s ease;
        transition: all 0.40s ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .cookie-consent-close {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        color: $black-opacity-80;
        font-size: 16px;

        &:hover {
            color: $theme-primary;
        }
    }
}

.cookie-consent-logo-header {
    display: block;
    overflow: hidden;
}

.cookie-consent-logo {
    max-width: 200px;
}

.cookie-consent-simple-title {
    font-size: 28px;
    font-weight: bold;
    color: $black;
    margin-top: 30px;
}

p, a, li {
    font-size: 16px;
}

a:not(.btn) {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: $theme-primary;

    &:hover {
        color: rgba($cookie-consent-link-color, 0.8);
    }
}

.sntv-logo {
    height: 70px;
    width: 117px;
    padding: 0;
    margin: 0;
    background-size: contain !important;
}

.cookie-consent-simple-buttons {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;

    .btn {
        margin: 0 5px 0 0;
        padding: 10px 10px;
        font-size: 12px;
        padding: 9px 8px;
    }
}*/
/*    .cookie-constent-manager-tabs {
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: none;

    ul {
        display: flex;
        margin-bottom: 0;

        li {
            background: transparent !important;
            color: $theme-secondary;
            padding-right: 12px;
            padding-left: 12px;
            width: auto;
            border-bottom: 2px solid $white;
            font-weight: 400;

            span {
                font-size: 16px;
            }

            &:before {
                display: none;
            }

            &:hover, &.active {
                color: $theme-primary;
                cursor: pointer;
                border-bottom: 2px solid $theme-primary;
            }
        }
    }
}*/
/*.cookie-constent-manager-tabs {
        margin-top: 30px;
        margin-bottom: 0;
        border-bottom: none;

        ul {
            @include element-override();
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 0;
            border-bottom: 1px solid $black-opacity-50;

            li {
                @include element-override();
                background: transparent;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                padding: 0px 20px;
                color: $cookie-consent-tabs-text-color;
                margin: 0 5px;
                font-size: 14px;
                text-align: center;
                width: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
                position: relative;
                bottom: -1px;
                background: $black-opacity-5;
                border-bottom: 1px solid $black-opacity-50;

                span {
                    margin-top: 5px;
                    margin-bottom: 5px;
                }

                &.active,
                &.hover {
                    background: transparent;
                    color: $theme-primary;
                    cursor: pointer;
                    border-top: 1px solid $black-opacity-50;
                    border-left: 1px solid $black-opacity-50;
                    border-right: 1px solid $black-opacity-50;
                    border-bottom: 1px solid $white;
                }
            }
        }
    }

    .cookie-consent-manager-buttons {
        padding: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        .btn {
            margin: 0 5px;
            padding: 10px 20px;
        }
    }

    .cookie-consent-tabbed-content-area {
        max-height: calc(100vh - 350px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .cookie-consent-tabbed-content-stage {
        width: 200%;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        &.state-options {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);

            .cookie-constent-tabbed-content-options {
                opacity: 1;
            }

            .cookie-constent-tabbed-content-policy {
                opacity: 0;
            }
        }

        &.state-policy {
            -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

            .cookie-constent-tabbed-content-options {
                opacity: 0;
            }

            .cookie-constent-tabbed-content-policy {
                opacity: 1;
            }
        }

        > div {
            width: 50%;
            opacity: 1;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
    }

    .cookie-consent-manager-footer {
        padding-top: 10px;

        .btn {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            text-align: center;
        }

        .goto-cookie-policy {
            text-align: center;
            width: 100%;
            display: block;
            margin-top: 8px;
            color: $goto-cookie-policy-color;
        }
    }


    .cookie-category-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid $black-opacity-10;
    }

    .cookie-category-required {
        color: $theme-primary;
        font-size: 14px;
        position: relative;
        top: 3px;
    }

    .cookie-category-option {
        min-width: 75px;
        margin-top: 6px;
    }

    .cookie-category-description-title {
        font-weight: bold;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0;
        color: $black-opacity-80;
    }

    .cookie-category-description-description {
        margin-top: 5px;
    }

    .cookie-consent-manager-form {
        margin-top: 10px;
        border-bottom: 1px solid $black-opacity-60;
    }

    .cookie-switch {
        position: relative;
        top: -10px;

        label {
            height: 22px;
            width: 50px;
            border-radius: 20px;
            background: $black-opacity-10;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            display: block;

            &:before {
                content: '';
                display: block;
                position: absolute;
                top: 3px;
                left: 4px;
                height: 16px;
                width: 16px;
                background: white;
                border-radius: 20px;
                -o-transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            &:after {
                content: 'Off';
                display: block;
                position: absolute;
                left: 24px;
                top: 3px;
                font-size: 13px;
                color: $black-opacity-90;
                font-weight: normal;
                -o-transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }
        }

        [type="checkbox"] {
            display: none;

            &:checked + label {
                background: $theme-primary;

                &:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 3px;
                    left: 30px;
                    height: 16px;
                    width: 16px;
                    background: white;
                    border-radius: 20px;
                }

                &:after {
                    content: 'On';
                    display: block;
                    position: absolute;
                    left: 6px;
                    top: 3px;
                    color: white;
                }
            }
        }
    }
}



@include media-breakpoint-up(md) {
    .cookie-consent {
        width: 612px;
    }
}

@include media-breakpoint-up(lg) {
    .cookie-consent {
        width: 612px;

        .cookie-consent-simple-buttons {
            .btn {
                font-size: 14px;
                padding: 8px 20px;
            }
        }

        .cookie-consent-tabbed-content-area {
            max-height: calc(80vh - 350px);
        }

        &.state-simple {
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;

            .cookie-consent-stage {
                -webkit-transition: all 0.1s !important;
                -o-transition: all 0.1s !important;
                transition: all 0.1s !important;
                -webkit-transition-delay: 0.4s !important;
                -o-transition-delay: 0.4s !important;
                transition-delay: 0.4s !important;
            }

            .cookie-consent-simple-inner {
                -webkit-transition-delay: 0.5s;
                -o-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .cookie-consent-manager-inner {
                -webkit-transition: opacity 0.4s ease;
                -o-transition: opacity 0.4s ease;
                transition: opacity 0.4s ease;
                -webkit-transition-delay: 0.1s;
                -o-transition-delay: 0.1s;
                transition-delay: 0.1s;
            }
        }

        &.state-manager {
            width: 895px;

            .cookie-consent-stage {
                -webkit-transition: all 0.1s !important;
                -o-transition: all 0.1s !important;
                transition: all 0.1s !important;
                -webkit-transition-delay: 0.4s !important;
                -o-transition-delay: 0.4s !important;
                transition-delay: 0.4s !important;
            }

            .cookie-consent-simple-inner {
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
            }

            .cookie-consent-manager-inner {
                -webkit-transition: opacity 0.6s ease;
                -o-transition: opacity 0.6s ease;
                transition: opacity 0.6s ease;
                -webkit-transition-delay: 0.5s;
                -o-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }
        }

        .cookie-consent-manager-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;


            .btn {
                width: 200px;
                display: inline-block;
                text-align: center;
                padding: 15px;
                margin-top: -5px;
            }

            a.goto-cookie-policy {
                display: inline-block;
                width: auto;
                color: $black-opacity-80;

                &:hover {
                    color: $theme-primary;
                }

                img {
                    transform: rotate(180deg);
                }
            }
        }

        .cookie-consent-manager-buttons {
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
        }
    }
}

@include media-breakpoint-up(xl) {
    .cookie-consent {
        width: 612px;
    }
}*/
.desktop-header {
  padding: 0 12px 0 26px;
}
.desktop-header .logo-container {
  /* .strpline {
       img {
           filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(295deg) brightness(106%) contrast(102%);
       }
   }*/
}
.desktop-header .logo-container img {
  /*&.red-logo {
      display: none;
  }

  &.red-tractebel-logo {
      display: block;
      filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(295deg) brightness(106%) contrast(102%);
  }*/
}
.desktop-header .logo-container img.colour-logo {
  display: none;
}
.desktop-header .logo-container img.white-logo {
  display: block;
}

@keyframes mega-menu-in {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes sub-nav-right-in {
  0% {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  25% {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes sub-nav-left-in {
  0% {
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  41% {
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes sub-nav-right-change {
  0% {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes sub-nav-left-change {
  0% {
    transform: translate3d(9px, 0, 0);
    opacity: 0;
  }
  40% {
    transform: translate3d(9px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes social-in {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.desktop-header nav.primary-nav {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  z-index: 9;
}
.desktop-header nav.primary-nav::after {
  display: block;
  clear: both;
  content: "";
}
.desktop-header nav.primary-nav:before, .desktop-header nav.primary-nav::before {
  display: none;
}
.desktop-header nav.primary-nav p.sub-nav-featured {
  color: #55EBB9 !important;
  margin-top: 0;
  font-size: 14px;
}
.desktop-header nav.primary-nav ul.primary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  align-items: center;
}
.desktop-header nav.primary-nav ul.primary:before, .desktop-header nav.primary-nav ul.primary::before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary::after {
  display: block;
  clear: both;
  content: "";
}
.desktop-header nav.primary-nav ul.primary .nav-link-title {
  color: #55EBB9;
  font-size: 20px;
  margin: 14px 0 0px 0;
  display: block;
}
.desktop-header nav.primary-nav ul.primary .nav-link-title.nav-link-empty {
  pointer-events: none;
  cursor: default;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.desktop-header nav.primary-nav ul.primary > li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: relative;
  height: 50px;
  float: left;
  padding: 0 15px;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  font-weight: 600;
}
.desktop-header nav.primary-nav ul.primary > li:before, .desktop-header nav.primary-nav ul.primary > li::before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary > li.nav-item {
  position: relative;
  bottom: -1px;
}
.desktop-header nav.primary-nav ul.primary > li.nav-item .nav-link {
  font-size: 20px;
  word-break: unset;
}
.desktop-header nav.primary-nav ul.primary > li:before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary > li ul li:before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary > li > a:not(.btn) {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  transition: all 0.2s ease;
  font-weight: 600;
  padding-bottom: 0 !important;
}
.desktop-header nav.primary-nav ul.primary > li:hover {
  cursor: pointer;
  color: #55EBB9;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary > li:hover a:not(.btn) {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary > li a:not(.btn) {
  padding: 0;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary > li a:not(.btn).nav-link-grandchild {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  font-size: 18px;
}
.desktop-header nav.primary-nav ul.primary > li ~ .mega-menu-background {
  background: #003057;
  width: 950px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0;
}
.desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover .subnav {
  display: block;
}
.desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover ~ .mega-menu-background {
  display: block;
  z-index: 4;
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 0;
  height: 100vh;
}
body.change-menu .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover .header-featured-insight {
  animation: sub-nav-right-change 0.4s cubic-bezier(0.33, 1, 0.68, 1) !important;
}
body.change-menu .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover .sub-nav-left {
  animation: sub-nav-left-change 0.4s cubic-bezier(0.18, 1.13, 0.81, 0.96) !important;
}
body:not(.no-mm-anim) .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover ~ .mega-menu-background {
  animation: mega-menu-in 0.41s cubic-bezier(0.33, 1, 0.68, 1);
}
body:not(.no-mm-anim) .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover .sub-nav-right {
  animation: sub-nav-right-in 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}
body:not(.no-mm-anim) .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover .sub-nav-left {
  animation: sub-nav-left-in 0.8s cubic-bezier(0.18, 1.13, 0.81, 0.96);
}
body:not(.no-mm-anim) .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover .hamburger-social-list {
  animation: social-in 0.4s ease-out;
}
.desktop-header nav.primary-nav ul.primary .subnav {
  display: none;
  position: fixed;
  width: 100vw;
  max-width: 950px;
  height: calc(100vh - 60px);
  top: 60px;
  right: 10px;
  padding: 60px;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-color: white #003057;
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.desktop-header nav.primary-nav ul.primary .subnav::after {
  display: block;
  clear: both;
  content: "";
}
.desktop-header nav.primary-nav ul.primary .subnav::-webkit-scrollbar {
  width: 4px;
}
.desktop-header nav.primary-nav ul.primary .subnav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.desktop-header nav.primary-nav ul.primary .subnav::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}
.desktop-header nav.primary-nav ul.primary .subnav::-webkit-scrollbar-thumb:hover {
  background: #55EBB9;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner {
  display: flex;
  margin: 10px 0 0 0;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left {
  width: 40%;
  cursor: default;
  min-height: 700px;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left > ul > li:first-child {
  padding-top: 0;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left > ul > li:first-child a {
  margin-top: 0;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
  display: block;
  width: max-content;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul:before, .desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul::before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul li {
  padding: 8px 0;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  padding-left: 0;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul li:before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul li a:not(.btn) {
  color: #fff;
  transition: all 0.2s ease;
  font-size: 16px;
  text-transform: none;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul li a:not(.btn).nav-link-title {
  color: #55EBB9;
  font-size: 18px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul li a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.8);
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner p {
  color: #fff;
  width: 100%;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  padding-right: 77px;
  position: relative;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right .header-featured-insight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 477px;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right .header-featured-insight .featured-image-container {
  overflow: hidden;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right .header-featured-insight:hover a img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right .header-featured-insight:hover .featured-title {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right .header-featured-insight a {
  background-image: none;
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right .header-featured-insight a img {
  transition: all 0.4s ease;
  transform: scale(1);
}
.desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-right .header-featured-insight .btn {
  margin: 0 auto 0 0;
}
.desktop-header nav.primary-nav ul.primary .subnav .hamburger-social-list {
  position: absolute;
  bottom: 0;
  right: 0;
}
.desktop-header nav.primary-nav ul.primary .subnav .hamburger-social-list ul li {
  /* &.twitter {
      position: relative;
      right: -4px;
  }*/
}
.desktop-header nav.primary-nav ul.primary .subnav .hamburger-social-list ul li a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(3%) hue-rotate(359deg) brightness(104%) contrast(100%);
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .subnav .hamburger-social-list ul li:hover a img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(20%) saturate(952%) hue-rotate(107deg) brightness(94%) contrast(106%);
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer {
  display: flex;
  align-items: center;
  padding-right: 0;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .btn:hover {
  /* color: $white;*/
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn {
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  padding-right: 15px;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn .btn-primary {
  font-size: 14px;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger {
  display: flex;
  align-items: center;
  padding-right: 0;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box {
  width: 54px;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner {
  background: #fff;
  width: 35px;
  height: 2px;
  left: 0;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before {
  background: #fff;
  width: 54px;
  height: 2px;
  left: 0px;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after {
  background: #fff;
  width: 54px;
  height: 2px;
  left: 0px;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger:hover .hamburger-box .hamburger-inner {
  left: 17px;
  background: #55EBB9;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger:hover .hamburger-box .hamburger-inner:before {
  background: #55EBB9;
  left: -17px;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger:hover .hamburger-box .hamburger-inner:after {
  background: #55EBB9;
  left: -17px;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary .hamburger-outer:hover ~ subnav {
  display: flex;
}

.sub-nav-full-navigation > ul {
  width: 70%;
  margin-bottom: 20px;
}
.sub-nav-full-navigation > ul > li {
  /*            display: inline-block;*/
  padding-left: 0;
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
.sub-nav-full-navigation > ul > li ul li {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sub-nav-full-navigation > ul > li ul li a.nav-link-grandchild {
  color: #fff !important;
}

.insightsLanding header.primary-header, .projects header.primary-header, .services header.primary-header, .sectors header.primary-header, .projectDetails header.primary-header, .teamPage header.primary-header, .policyPages header.primary-header, .vacancyDetails header.primary-header, .vacancies header.primary-header, .cVUpload header.primary-header, .pillarPagesLanding header.primary-header, .pillarPage header.primary-header, .glossary header.primary-header, .glossaryDetails header.primary-header {
  background: transparent;
}
.insightsLanding header.primary-header.mobile-nav-open, .projects header.primary-header.mobile-nav-open, .services header.primary-header.mobile-nav-open, .sectors header.primary-header.mobile-nav-open, .projectDetails header.primary-header.mobile-nav-open, .teamPage header.primary-header.mobile-nav-open, .policyPages header.primary-header.mobile-nav-open, .vacancyDetails header.primary-header.mobile-nav-open, .vacancies header.primary-header.mobile-nav-open, .cVUpload header.primary-header.mobile-nav-open, .pillarPagesLanding header.primary-header.mobile-nav-open, .pillarPage header.primary-header.mobile-nav-open, .glossary header.primary-header.mobile-nav-open, .glossaryDetails header.primary-header.mobile-nav-open {
  background: #003057;
  transition: none;
}
.insightsLanding header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .projects header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .services header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .sectors header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .projectDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .teamPage header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .policyPages header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .vacancyDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .vacancies header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .cVUpload header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .pillarPagesLanding header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .pillarPage header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .glossary header.primary-header.mobile-nav-open .mobile-header .mobile-logo img, .glossaryDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img {
  /*  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: all 0.2s ease;*/
}
.insightsLanding header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .projects header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .services header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .sectors header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .projectDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .teamPage header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .policyPages header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .vacancyDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .vacancies header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .cVUpload header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .pillarPagesLanding header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .pillarPage header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .glossary header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo, .glossaryDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.colour-logo {
  display: none;
}
.insightsLanding header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .projects header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .services header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .sectors header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .projectDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .teamPage header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .policyPages header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .vacancyDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .vacancies header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .cVUpload header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .pillarPagesLanding header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .pillarPage header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .glossary header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo, .glossaryDetails header.primary-header.mobile-nav-open .mobile-header .mobile-logo img.white-logo {
  display: block;
}
.insightsLanding header.primary-header.mobile-scrolled-header, .projects header.primary-header.mobile-scrolled-header, .services header.primary-header.mobile-scrolled-header, .sectors header.primary-header.mobile-scrolled-header, .projectDetails header.primary-header.mobile-scrolled-header, .teamPage header.primary-header.mobile-scrolled-header, .policyPages header.primary-header.mobile-scrolled-header, .vacancyDetails header.primary-header.mobile-scrolled-header, .vacancies header.primary-header.mobile-scrolled-header, .cVUpload header.primary-header.mobile-scrolled-header, .pillarPagesLanding header.primary-header.mobile-scrolled-header, .pillarPage header.primary-header.mobile-scrolled-header, .glossary header.primary-header.mobile-scrolled-header, .glossaryDetails header.primary-header.mobile-scrolled-header {
  background: #003057;
  transition: none;
}
.insightsLanding header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .projects header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .services header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .sectors header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .projectDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .teamPage header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .policyPages header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .vacancyDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .vacancies header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .cVUpload header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .pillarPagesLanding header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .pillarPage header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .glossary header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img, .glossaryDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img {
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: none;*/
}
.insightsLanding header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .projects header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .services header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .sectors header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .projectDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .teamPage header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .policyPages header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .vacancyDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .vacancies header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .cVUpload header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .pillarPagesLanding header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .pillarPage header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .glossary header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo, .glossaryDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.colour-logo {
  display: none;
}
.insightsLanding header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .projects header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .services header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .sectors header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .projectDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .teamPage header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .policyPages header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .vacancyDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .vacancies header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .cVUpload header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .pillarPagesLanding header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .pillarPage header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .glossary header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo, .glossaryDetails header.primary-header.mobile-scrolled-header .mobile-header .mobile-logo img.white-logo {
  display: block;
}
.insightsLanding header.primary-header .mobile-header .mobile-logo img, .projects header.primary-header .mobile-header .mobile-logo img, .services header.primary-header .mobile-header .mobile-logo img, .sectors header.primary-header .mobile-header .mobile-logo img, .projectDetails header.primary-header .mobile-header .mobile-logo img, .teamPage header.primary-header .mobile-header .mobile-logo img, .policyPages header.primary-header .mobile-header .mobile-logo img, .vacancyDetails header.primary-header .mobile-header .mobile-logo img, .vacancies header.primary-header .mobile-header .mobile-logo img, .cVUpload header.primary-header .mobile-header .mobile-logo img, .pillarPagesLanding header.primary-header .mobile-header .mobile-logo img, .pillarPage header.primary-header .mobile-header .mobile-logo img, .glossary header.primary-header .mobile-header .mobile-logo img, .glossaryDetails header.primary-header .mobile-header .mobile-logo img {
  filter: none;
  transition: none;
}
.insightsLanding header.primary-header .mobile-header .mobile-logo img.colour-logo, .projects header.primary-header .mobile-header .mobile-logo img.colour-logo, .services header.primary-header .mobile-header .mobile-logo img.colour-logo, .sectors header.primary-header .mobile-header .mobile-logo img.colour-logo, .projectDetails header.primary-header .mobile-header .mobile-logo img.colour-logo, .teamPage header.primary-header .mobile-header .mobile-logo img.colour-logo, .policyPages header.primary-header .mobile-header .mobile-logo img.colour-logo, .vacancyDetails header.primary-header .mobile-header .mobile-logo img.colour-logo, .vacancies header.primary-header .mobile-header .mobile-logo img.colour-logo, .cVUpload header.primary-header .mobile-header .mobile-logo img.colour-logo, .pillarPagesLanding header.primary-header .mobile-header .mobile-logo img.colour-logo, .pillarPage header.primary-header .mobile-header .mobile-logo img.colour-logo, .glossary header.primary-header .mobile-header .mobile-logo img.colour-logo, .glossaryDetails header.primary-header .mobile-header .mobile-logo img.colour-logo {
  display: block;
}
.insightsLanding header.primary-header .mobile-header .mobile-logo img.white-logo, .projects header.primary-header .mobile-header .mobile-logo img.white-logo, .services header.primary-header .mobile-header .mobile-logo img.white-logo, .sectors header.primary-header .mobile-header .mobile-logo img.white-logo, .projectDetails header.primary-header .mobile-header .mobile-logo img.white-logo, .teamPage header.primary-header .mobile-header .mobile-logo img.white-logo, .policyPages header.primary-header .mobile-header .mobile-logo img.white-logo, .vacancyDetails header.primary-header .mobile-header .mobile-logo img.white-logo, .vacancies header.primary-header .mobile-header .mobile-logo img.white-logo, .cVUpload header.primary-header .mobile-header .mobile-logo img.white-logo, .pillarPagesLanding header.primary-header .mobile-header .mobile-logo img.white-logo, .pillarPage header.primary-header .mobile-header .mobile-logo img.white-logo, .glossary header.primary-header .mobile-header .mobile-logo img.white-logo, .glossaryDetails header.primary-header .mobile-header .mobile-logo img.white-logo {
  display: none;
}
.insightsLanding .desktop-header nav.primary-nav, .projects .desktop-header nav.primary-nav, .services .desktop-header nav.primary-nav, .sectors .desktop-header nav.primary-nav, .projectDetails .desktop-header nav.primary-nav, .teamPage .desktop-header nav.primary-nav, .policyPages .desktop-header nav.primary-nav, .vacancyDetails .desktop-header nav.primary-nav, .vacancies .desktop-header nav.primary-nav, .cVUpload .desktop-header nav.primary-nav, .pillarPagesLanding .desktop-header nav.primary-nav, .pillarPage .desktop-header nav.primary-nav, .glossary .desktop-header nav.primary-nav, .glossaryDetails .desktop-header nav.primary-nav {
  height: 100%;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary:hover > li, .projects .desktop-header nav.primary-nav ul.primary:hover > li, .services .desktop-header nav.primary-nav ul.primary:hover > li, .sectors .desktop-header nav.primary-nav ul.primary:hover > li, .projectDetails .desktop-header nav.primary-nav ul.primary:hover > li, .teamPage .desktop-header nav.primary-nav ul.primary:hover > li, .policyPages .desktop-header nav.primary-nav ul.primary:hover > li, .vacancyDetails .desktop-header nav.primary-nav ul.primary:hover > li, .vacancies .desktop-header nav.primary-nav ul.primary:hover > li, .cVUpload .desktop-header nav.primary-nav ul.primary:hover > li, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary:hover > li, .pillarPage .desktop-header nav.primary-nav ul.primary:hover > li, .glossary .desktop-header nav.primary-nav ul.primary:hover > li, .glossaryDetails .desktop-header nav.primary-nav ul.primary:hover > li {
  color: #fff;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .projects .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .services .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .sectors .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .projectDetails .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .teamPage .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .policyPages .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .vacancyDetails .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .vacancies .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .cVUpload .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .pillarPagesLanding .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .pillarPage .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .glossary .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn), .glossaryDetails .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn) {
  color: #fff;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .projects .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .services .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .sectors .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .projectDetails .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .teamPage .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .policyPages .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .vacancyDetails .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .vacancies .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .cVUpload .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .pillarPage .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .glossary .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild, .glossaryDetails .desktop-header nav.primary-nav ul.primary:hover > li a:not(.btn).nav-link-grandchild {
  caret-color: #fff;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .projects .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .services .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .sectors .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .projectDetails .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .teamPage .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .policyPages .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .vacancyDetails .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .vacancies .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .cVUpload .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .pillarPagesLanding .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .pillarPage .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .glossary .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn), .glossaryDetails .desktop-header nav.primary-nav ul.primary:hover > li:hover a:not(.btn) {
  color: #55EBB9;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .projects .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .services .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .sectors .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .projectDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .teamPage .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .policyPages .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .vacancyDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .vacancies .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .cVUpload .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .pillarPage .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .glossary .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .glossaryDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .projects .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .services .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .sectors .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .projectDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .teamPage .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .policyPages .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .vacancyDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .vacancies .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .cVUpload .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .pillarPage .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .glossary .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .glossaryDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #fff;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .projects .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .services .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .sectors .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .projectDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .teamPage .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .policyPages .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .vacancyDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .vacancies .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .cVUpload .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .pillarPage .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .glossary .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .glossaryDetails .desktop-header nav.primary-nav ul.primary:hover .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #fff;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary > li, .projects .desktop-header nav.primary-nav ul.primary > li, .services .desktop-header nav.primary-nav ul.primary > li, .sectors .desktop-header nav.primary-nav ul.primary > li, .projectDetails .desktop-header nav.primary-nav ul.primary > li, .teamPage .desktop-header nav.primary-nav ul.primary > li, .policyPages .desktop-header nav.primary-nav ul.primary > li, .vacancyDetails .desktop-header nav.primary-nav ul.primary > li, .vacancies .desktop-header nav.primary-nav ul.primary > li, .cVUpload .desktop-header nav.primary-nav ul.primary > li, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary > li, .pillarPage .desktop-header nav.primary-nav ul.primary > li, .glossary .desktop-header nav.primary-nav ul.primary > li, .glossaryDetails .desktop-header nav.primary-nav ul.primary > li {
  color: #003057;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .projects .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .services .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .sectors .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .projectDetails .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .teamPage .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .policyPages .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .vacancyDetails .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .vacancies .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .cVUpload .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .pillarPagesLanding .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .pillarPage .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .glossary .desktop-header nav.primary-nav ul.primary > li a:not(.btn), .glossaryDetails .desktop-header nav.primary-nav ul.primary > li a:not(.btn) {
  color: #003057;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .projects .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .services .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .sectors .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .projectDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .teamPage .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .policyPages .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .vacancyDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .vacancies .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .cVUpload .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .pillarPage .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .glossary .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner, .glossaryDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner {
  background-color: #003057;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .projects .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .services .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .sectors .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .projectDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .teamPage .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .policyPages .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .vacancyDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .vacancies .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .cVUpload .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .pillarPage .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .glossary .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before, .glossaryDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #003057;
}
.insightsLanding .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .projects .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .services .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .sectors .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .projectDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .teamPage .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .policyPages .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .vacancyDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .vacancies .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .cVUpload .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .pillarPagesLanding .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .pillarPage .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .glossary .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after, .glossaryDetails .desktop-header nav.primary-nav ul.primary .hamburger-outer .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #003057;
}
.insightsLanding .logo-container img, .projects .logo-container img, .services .logo-container img, .sectors .logo-container img, .projectDetails .logo-container img, .teamPage .logo-container img, .policyPages .logo-container img, .vacancyDetails .logo-container img, .vacancies .logo-container img, .cVUpload .logo-container img, .pillarPagesLanding .logo-container img, .pillarPage .logo-container img, .glossary .logo-container img, .glossaryDetails .logo-container img {
  /*&.red-tractebel-logo {
      filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(2207%) hue-rotate(182deg) brightness(100%) contrast(108%);
  }*/
}
.insightsLanding .logo-container img.colour-logo, .projects .logo-container img.colour-logo, .services .logo-container img.colour-logo, .sectors .logo-container img.colour-logo, .projectDetails .logo-container img.colour-logo, .teamPage .logo-container img.colour-logo, .policyPages .logo-container img.colour-logo, .vacancyDetails .logo-container img.colour-logo, .vacancies .logo-container img.colour-logo, .cVUpload .logo-container img.colour-logo, .pillarPagesLanding .logo-container img.colour-logo, .pillarPage .logo-container img.colour-logo, .glossary .logo-container img.colour-logo, .glossaryDetails .logo-container img.colour-logo {
  display: block;
}
.insightsLanding .logo-container img.white-logo, .projects .logo-container img.white-logo, .services .logo-container img.white-logo, .sectors .logo-container img.white-logo, .projectDetails .logo-container img.white-logo, .teamPage .logo-container img.white-logo, .policyPages .logo-container img.white-logo, .vacancyDetails .logo-container img.white-logo, .vacancies .logo-container img.white-logo, .cVUpload .logo-container img.white-logo, .pillarPagesLanding .logo-container img.white-logo, .pillarPage .logo-container img.white-logo, .glossary .logo-container img.white-logo, .glossaryDetails .logo-container img.white-logo {
  display: none;
}
.insightsLanding .logo-container .strapline img, .projects .logo-container .strapline img, .services .logo-container .strapline img, .sectors .logo-container .strapline img, .projectDetails .logo-container .strapline img, .teamPage .logo-container .strapline img, .policyPages .logo-container .strapline img, .vacancyDetails .logo-container .strapline img, .vacancies .logo-container .strapline img, .cVUpload .logo-container .strapline img, .pillarPagesLanding .logo-container .strapline img, .pillarPage .logo-container .strapline img, .glossary .logo-container .strapline img, .glossaryDetails .logo-container .strapline img {
  /*   filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(2207%) hue-rotate(182deg) brightness(100%) contrast(108%);*/
  filter: none;
}
.insightsLanding .logo-container .strapline p, .projects .logo-container .strapline p, .services .logo-container .strapline p, .sectors .logo-container .strapline p, .projectDetails .logo-container .strapline p, .teamPage .logo-container .strapline p, .policyPages .logo-container .strapline p, .vacancyDetails .logo-container .strapline p, .vacancies .logo-container .strapline p, .cVUpload .logo-container .strapline p, .pillarPagesLanding .logo-container .strapline p, .pillarPage .logo-container .strapline p, .glossary .logo-container .strapline p, .glossaryDetails .logo-container .strapline p {
  color: #003057;
}

.mobile-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 0 !important;
}
.mobile-header:before, .mobile-header::before {
  display: none;
}
.mobile-header .mobile-nav-inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-left: -15px;
  margin-right: -15px;
  /*  margin-top: 15px;*/
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  position: relative;
  top: 0;
}
.mobile-header .mobile-nav-inner:before, .mobile-header .mobile-nav-inner::before {
  display: none;
}
.mobile-header .mobile-nav-inner.mobile-nav-open {
  height: calc(100vh - 103px);
  overflow-y: auto;
}
.mobile-header .mobile-nav-inner ul.primary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  list-style: none;
  width: 100%;
  background: #003057;
}
.mobile-header .mobile-nav-inner ul.primary:before, .mobile-header .mobile-nav-inner ul.primary::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  /*.subnav {
      margin-left: -30px;
      margin-right: -30px;
      padding: 0 30px;
  }*/
  /*ul.subnav {
      margin-left: $padding-smallest;
      padding: $padding-smallest 0;
  }*/
}
.mobile-header .mobile-nav-inner ul.primary li:before, .mobile-header .mobile-nav-inner ul.primary li::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary li:last-of-type {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.mobile-header .mobile-nav-inner ul.primary li a.sub-nav-toggle {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  background-image: none;
  z-index: 10000;
  width: calc(100% - 0px);
  height: 100%;
  top: 0;
  max-height: 50px;
}
.mobile-header .mobile-nav-inner ul.primary li a.sub-nav-toggle:before, .mobile-header .mobile-nav-inner ul.primary li a.sub-nav-toggle::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary li a.sub-nav-toggle .plus-icon {
  display: block;
  filter: brightness(0) saturate(100%) invert(77%) sepia(33%) saturate(650%) hue-rotate(105deg) brightness(98%) contrast(94%);
  height: 16px;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 23px;
}
.mobile-header .mobile-nav-inner ul.primary li a.sub-nav-toggle .minus-icon {
  display: none;
  filter: brightness(0) saturate(100%) invert(77%) sepia(33%) saturate(650%) hue-rotate(105deg) brightness(98%) contrast(94%);
  height: 16px;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 23px;
}
.mobile-header .mobile-nav-inner ul.primary li a.sub-nav-toggle.open .plus-icon {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary li a.sub-nav-toggle.open .minus-icon {
  display: block;
}
.mobile-header .mobile-nav-inner ul.primary li.active > .subnav {
  display: block;
}
.mobile-header .mobile-nav-inner ul.primary > li {
  padding: 0;
}
.mobile-header .mobile-nav-inner ul.primary > li > a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 22px;
  padding-left: 30px;
  padding-right: 80px;
  display: block;
  text-transform: uppercase;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  font-size: 24px;
  padding-bottom: 17px !important;
}
.mobile-header .mobile-nav-inner ul.primary > li > a:before, .mobile-header .mobile-nav-inner ul.primary > li > a::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary li, .mobile-header .mobile-nav-inner ul.primary li a {
  color: #fff;
  background-image: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  background: #002747;
}
.mobile-header .mobile-nav-inner ul.primary .subnav:before, .mobile-header .mobile-nav-inner ul.primary .subnav::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul:before, .mobile-header .mobile-nav-inner ul.primary .subnav ul::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul.serv-sect-ul > li {
  margin-top: 40px;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul.serv-sect-ul > li:first-of-type {
  margin-top: 0;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  border-bottom: 0;
  border-top: none;
  margin-bottom: 10px;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li:before, .mobile-header .mobile-nav-inner ul.primary .subnav ul li::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li .mobile-nav-second-level {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li .mobile-nav-second-level:first-of-type {
  margin-top: 0;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li:first-of-type {
  padding-top: 15px;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li:last-of-type {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 8px 15px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li a:before, .mobile-header .mobile-nav-inner ul.primary .subnav ul li a::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.secondary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 30px 30px;
  margin: 0;
  width: 100%;
  list-style: none;
  background: #003057;
}
.mobile-header .mobile-nav-inner ul.secondary:before, .mobile-header .mobile-nav-inner ul.secondary::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.secondary li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 1px rgba(0, 48, 87, 0.2);
}
.mobile-header .mobile-nav-inner ul.secondary li:before, .mobile-header .mobile-nav-inner ul.secondary li::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.secondary .search-bar {
  max-width: 350px;
  display: inline-block;
  width: 80%;
}
.mobile-header .mobile-nav-inner ul.secondary .mobile-menu-social-list {
  width: 80%;
  margin: 20px auto;
}
.mobile-header .mobile-nav-inner ul.secondary .mobile-menu-social-list .social-list {
  flex-wrap: nowrap;
}
.mobile-header .mobile-nav-inner ul.secondary .mobile-menu-social-list .social-list li {
  max-width: 25%;
}
.mobile-header .mobile-nav-inner ul.secondary .mobile-menu-social-list .social-list li a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(3%) hue-rotate(359deg) brightness(104%) contrast(100%);
}
.mobile-header .mobile-nav-inner ul.secondary .mobile-menu-logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(359deg) brightness(108%) contrast(101%);
  margin: 0 auto;
  display: block;
}
.mobile-header .hamburger .hamburger-inner {
  background: #55EBB9;
}
.mobile-header .hamburger .hamburger-inner:before {
  background: #55EBB9;
  right: 0;
}
.mobile-header .hamburger .hamburger-inner:after {
  background: #55EBB9;
}

.insightsLanding .mobile-header .hamburger.is-active .hamburger-inner, .projects .mobile-header .hamburger.is-active .hamburger-inner, .services .mobile-header .hamburger.is-active .hamburger-inner, .sectors .mobile-header .hamburger.is-active .hamburger-inner, .projectDetails .mobile-header .hamburger.is-active .hamburger-inner, .rEDCard .mobile-header .hamburger.is-active .hamburger-inner, .teamPage .mobile-header .hamburger.is-active .hamburger-inner, .policyPages .mobile-header .hamburger.is-active .hamburger-inner, .vacancyDetails .mobile-header .hamburger.is-active .hamburger-inner, .vacancies .mobile-header .hamburger.is-active .hamburger-inner, .cVUpload .mobile-header .hamburger.is-active .hamburger-inner, .pillarPagesLanding .mobile-header .hamburger.is-active .hamburger-inner, .pillarPage .mobile-header .hamburger.is-active .hamburger-inner, .glossary .mobile-header .hamburger.is-active .hamburger-inner, .glossaryDetails .mobile-header .hamburger.is-active .hamburger-inner {
  background: #55EBB9;
}
.insightsLanding .mobile-header .hamburger.is-active .hamburger-inner:before, .projects .mobile-header .hamburger.is-active .hamburger-inner:before, .services .mobile-header .hamburger.is-active .hamburger-inner:before, .sectors .mobile-header .hamburger.is-active .hamburger-inner:before, .projectDetails .mobile-header .hamburger.is-active .hamburger-inner:before, .rEDCard .mobile-header .hamburger.is-active .hamburger-inner:before, .teamPage .mobile-header .hamburger.is-active .hamburger-inner:before, .policyPages .mobile-header .hamburger.is-active .hamburger-inner:before, .vacancyDetails .mobile-header .hamburger.is-active .hamburger-inner:before, .vacancies .mobile-header .hamburger.is-active .hamburger-inner:before, .cVUpload .mobile-header .hamburger.is-active .hamburger-inner:before, .pillarPagesLanding .mobile-header .hamburger.is-active .hamburger-inner:before, .pillarPage .mobile-header .hamburger.is-active .hamburger-inner:before, .glossary .mobile-header .hamburger.is-active .hamburger-inner:before, .glossaryDetails .mobile-header .hamburger.is-active .hamburger-inner:before {
  background: #55EBB9;
  right: 0;
}
.insightsLanding .mobile-header .hamburger.is-active .hamburger-inner:after, .projects .mobile-header .hamburger.is-active .hamburger-inner:after, .services .mobile-header .hamburger.is-active .hamburger-inner:after, .sectors .mobile-header .hamburger.is-active .hamburger-inner:after, .projectDetails .mobile-header .hamburger.is-active .hamburger-inner:after, .rEDCard .mobile-header .hamburger.is-active .hamburger-inner:after, .teamPage .mobile-header .hamburger.is-active .hamburger-inner:after, .policyPages .mobile-header .hamburger.is-active .hamburger-inner:after, .vacancyDetails .mobile-header .hamburger.is-active .hamburger-inner:after, .vacancies .mobile-header .hamburger.is-active .hamburger-inner:after, .cVUpload .mobile-header .hamburger.is-active .hamburger-inner:after, .pillarPagesLanding .mobile-header .hamburger.is-active .hamburger-inner:after, .pillarPage .mobile-header .hamburger.is-active .hamburger-inner:after, .glossary .mobile-header .hamburger.is-active .hamburger-inner:after, .glossaryDetails .mobile-header .hamburger.is-active .hamburger-inner:after {
  background: #55EBB9;
}
.insightsLanding .mobile-header .hamburger .hamburger-inner, .projects .mobile-header .hamburger .hamburger-inner, .services .mobile-header .hamburger .hamburger-inner, .sectors .mobile-header .hamburger .hamburger-inner, .projectDetails .mobile-header .hamburger .hamburger-inner, .rEDCard .mobile-header .hamburger .hamburger-inner, .teamPage .mobile-header .hamburger .hamburger-inner, .policyPages .mobile-header .hamburger .hamburger-inner, .vacancyDetails .mobile-header .hamburger .hamburger-inner, .vacancies .mobile-header .hamburger .hamburger-inner, .cVUpload .mobile-header .hamburger .hamburger-inner, .pillarPagesLanding .mobile-header .hamburger .hamburger-inner, .pillarPage .mobile-header .hamburger .hamburger-inner, .glossary .mobile-header .hamburger .hamburger-inner, .glossaryDetails .mobile-header .hamburger .hamburger-inner {
  background: #003057;
}
.insightsLanding .mobile-header .hamburger .hamburger-inner:before, .projects .mobile-header .hamburger .hamburger-inner:before, .services .mobile-header .hamburger .hamburger-inner:before, .sectors .mobile-header .hamburger .hamburger-inner:before, .projectDetails .mobile-header .hamburger .hamburger-inner:before, .rEDCard .mobile-header .hamburger .hamburger-inner:before, .teamPage .mobile-header .hamburger .hamburger-inner:before, .policyPages .mobile-header .hamburger .hamburger-inner:before, .vacancyDetails .mobile-header .hamburger .hamburger-inner:before, .vacancies .mobile-header .hamburger .hamburger-inner:before, .cVUpload .mobile-header .hamburger .hamburger-inner:before, .pillarPagesLanding .mobile-header .hamburger .hamburger-inner:before, .pillarPage .mobile-header .hamburger .hamburger-inner:before, .glossary .mobile-header .hamburger .hamburger-inner:before, .glossaryDetails .mobile-header .hamburger .hamburger-inner:before {
  background: #003057;
  right: 0;
}
.insightsLanding .mobile-header .hamburger .hamburger-inner:after, .projects .mobile-header .hamburger .hamburger-inner:after, .services .mobile-header .hamburger .hamburger-inner:after, .sectors .mobile-header .hamburger .hamburger-inner:after, .projectDetails .mobile-header .hamburger .hamburger-inner:after, .rEDCard .mobile-header .hamburger .hamburger-inner:after, .teamPage .mobile-header .hamburger .hamburger-inner:after, .policyPages .mobile-header .hamburger .hamburger-inner:after, .vacancyDetails .mobile-header .hamburger .hamburger-inner:after, .vacancies .mobile-header .hamburger .hamburger-inner:after, .cVUpload .mobile-header .hamburger .hamburger-inner:after, .pillarPagesLanding .mobile-header .hamburger .hamburger-inner:after, .pillarPage .mobile-header .hamburger .hamburger-inner:after, .glossary .mobile-header .hamburger .hamburger-inner:after, .glossaryDetails .mobile-header .hamburger .hamburger-inner:after {
  background: #003057;
}
.insightsLanding .mobile-scrolled-header .mobile-header .hamburger-inner, .projects .mobile-scrolled-header .mobile-header .hamburger-inner, .services .mobile-scrolled-header .mobile-header .hamburger-inner, .sectors .mobile-scrolled-header .mobile-header .hamburger-inner, .projectDetails .mobile-scrolled-header .mobile-header .hamburger-inner, .rEDCard .mobile-scrolled-header .mobile-header .hamburger-inner, .teamPage .mobile-scrolled-header .mobile-header .hamburger-inner, .policyPages .mobile-scrolled-header .mobile-header .hamburger-inner, .vacancyDetails .mobile-scrolled-header .mobile-header .hamburger-inner, .vacancies .mobile-scrolled-header .mobile-header .hamburger-inner, .cVUpload .mobile-scrolled-header .mobile-header .hamburger-inner, .pillarPagesLanding .mobile-scrolled-header .mobile-header .hamburger-inner, .pillarPage .mobile-scrolled-header .mobile-header .hamburger-inner, .glossary .mobile-scrolled-header .mobile-header .hamburger-inner, .glossaryDetails .mobile-scrolled-header .mobile-header .hamburger-inner {
  background: #55EBB9;
}
.insightsLanding .mobile-scrolled-header .mobile-header .hamburger-inner:before, .projects .mobile-scrolled-header .mobile-header .hamburger-inner:before, .services .mobile-scrolled-header .mobile-header .hamburger-inner:before, .sectors .mobile-scrolled-header .mobile-header .hamburger-inner:before, .projectDetails .mobile-scrolled-header .mobile-header .hamburger-inner:before, .rEDCard .mobile-scrolled-header .mobile-header .hamburger-inner:before, .teamPage .mobile-scrolled-header .mobile-header .hamburger-inner:before, .policyPages .mobile-scrolled-header .mobile-header .hamburger-inner:before, .vacancyDetails .mobile-scrolled-header .mobile-header .hamburger-inner:before, .vacancies .mobile-scrolled-header .mobile-header .hamburger-inner:before, .cVUpload .mobile-scrolled-header .mobile-header .hamburger-inner:before, .pillarPagesLanding .mobile-scrolled-header .mobile-header .hamburger-inner:before, .pillarPage .mobile-scrolled-header .mobile-header .hamburger-inner:before, .glossary .mobile-scrolled-header .mobile-header .hamburger-inner:before, .glossaryDetails .mobile-scrolled-header .mobile-header .hamburger-inner:before {
  background: #55EBB9;
  right: 0;
}
.insightsLanding .mobile-scrolled-header .mobile-header .hamburger-inner:after, .projects .mobile-scrolled-header .mobile-header .hamburger-inner:after, .services .mobile-scrolled-header .mobile-header .hamburger-inner:after, .sectors .mobile-scrolled-header .mobile-header .hamburger-inner:after, .projectDetails .mobile-scrolled-header .mobile-header .hamburger-inner:after, .rEDCard .mobile-scrolled-header .mobile-header .hamburger-inner:after, .teamPage .mobile-scrolled-header .mobile-header .hamburger-inner:after, .policyPages .mobile-scrolled-header .mobile-header .hamburger-inner:after, .vacancyDetails .mobile-scrolled-header .mobile-header .hamburger-inner:after, .vacancies .mobile-scrolled-header .mobile-header .hamburger-inner:after, .cVUpload .mobile-scrolled-header .mobile-header .hamburger-inner:after, .pillarPagesLanding .mobile-scrolled-header .mobile-header .hamburger-inner:after, .pillarPage .mobile-scrolled-header .mobile-header .hamburger-inner:after, .glossary .mobile-scrolled-header .mobile-header .hamburger-inner:after, .glossaryDetails .mobile-scrolled-header .mobile-header .hamburger-inner:after {
  background: #55EBB9;
}

@media (max-width: 991.98px) {
  .mobile-nav-inner .secondary .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .insightsLanding header.primary-header.scrolled-header, .projects header.primary-header.scrolled-header, .services header.primary-header.scrolled-header, .sectors header.primary-header.scrolled-header, .projectDetails header.primary-header.scrolled-header, .rEDCard header.primary-header.scrolled-header, .teamPage header.primary-header.scrolled-header, .policyPages header.primary-header.scrolled-header, .vacancyDetails header.primary-header.scrolled-header, .vacancies header.primary-header.scrolled-header, .cVUpload header.primary-header.scrolled-header, .pillarPagesLanding header.primary-header.scrolled-header, .pillarPage header.primary-header.scrolled-header, .glossary header.primary-header.scrolled-header, .glossaryDetails header.primary-header.scrolled-header {
    background: #fff;
  }
}
@media (min-width: 1500px) {
  .desktop-header nav.primary-nav ul.primary > li {
    font-size: 24px;
  }
  .desktop-header nav.primary-nav ul.primary > li.nav-item .nav-link {
    font-size: 20px;
  }
  .desktop-header nav.primary-nav ul.primary .hamburger-outer .get-in-touch-btn .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .desktop-header nav.primary-nav ul.primary .subnav {
    max-width: 1013px;
  }
  .desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner {
    margin: 30px 0 0 0;
  }
  .desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul {
    margin: 0 0 5px 0;
  }
  .desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul li a:not(.btn) {
    font-size: 16px;
  }
  .desktop-header nav.primary-nav ul.primary .subnav .sub-nav-inner .sub-nav-left ul li a:not(.btn).nav-link-title {
    font-size: 20px;
  }
  .desktop-header nav.primary-nav ul.primary > li:not(.get-in-touch-btn):hover ~ .mega-menu-background {
    width: 1013px;
  }
}
.header-banner-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  background-size: cover;
  height: 410px;
  /* background-image: url(/Content/Images/placeholders/default-banner.jpg?v=BhX8yhdE3WkcNQeu8LCUZF2cgac);*/
  background-position: center center;
  background-color: #003057;
  position: relative;
}
.header-banner-image:before, .header-banner-image::before {
  display: none;
}
.header-banner-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 9, 10, 0.5);
  max-height: 100%;
}
.header-banner-image > .container {
  height: 100%;
  z-index: 2;
  position: relative;
  width: 100%;
}
.header-banner-image > .container > .row {
  height: 100%;
  width: 100%;
}
.header-banner-image > .container > .row > .col-md-7 {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-banner-image .header-banner-image-inner .featured-image {
  margin-bottom: 15px;
  position: relative;
  left: -10px;
}
.header-banner-image .header-banner-image-inner h1, .header-banner-image .header-banner-image-inner .h1 {
  margin: 0;
}
.header-banner-image .header-banner-image-inner .header-banner-image-title {
  color: #fff;
  margin: 0 !important;
}
.header-banner-image .header-banner-image-inner .header-banner-image-title.white-color {
  color: #fff;
}
.header-banner-image .header-banner-image-inner .header-banner-image-title.green-color {
  color: #55EBB9;
}
.header-banner-image .header-banner-image-inner .header-banner-image-title.gold-color {
  color: #E6C469;
}
.header-banner-image .header-banner-image-inner p {
  color: #fff;
}
.header-banner-image .header-banner-image-inner p.subheading {
  color: #55EBB9;
  font-size: 20px;
  font-weight: 700;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

@media (max-width: 767.98px) {
  .parallax-image {
    background-position: center !important;
  }
}
@media (min-width: 768px) {
  .header-banner-image,
.parallax-image {
    height: 410px;
  }
  .header-banner-image .overlay,
.parallax-image .overlay {
    /*  max-height: 410px;*/
  }
  .header-banner-image.parallax-image,
.parallax-image.parallax-image {
    height: 410px;
  }
}
@media (min-width: 992px) {
  .header-banner-image,
.parallax-image {
    height: 669px;
  }
  .header-banner-image .overlay,
.parallax-image .overlay {
    /*   max-height: 669px;*/
  }
  .header-banner-image.parallax-image,
.parallax-image.parallax-image {
    height: 669px;
  }
  .header-banner-image .header-banner-image-inner p.subheading,
.parallax-image .header-banner-image-inner p.subheading {
    font-size: 24px;
  }
}
.header-banner-service-details {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  background-size: cover;
  height: 410px;
  /*    background-image: url(/Content/Images/placeholders/default-banner.jpg?v=BhX8yhdE3WkcNQeu8LCUZF2cgac);*/
  background-position: center center;
  position: relative;
  background-color: #003057;
}
.header-banner-service-details:before, .header-banner-service-details::before {
  display: none;
}
.header-banner-service-details .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 9, 10, 0.5);
}
.header-banner-service-details > .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.header-banner-service-details > .container > .row {
  width: 100%;
}
.header-banner-service-details .icon-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 82px;
}
.header-banner-service-details .icon-container img {
  margin-bottom: 20px;
  width: 82px;
  height: auto;
}
.header-banner-service-details .subheader {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.header-banner-service-details .service-icon {
  width: 74px;
  height: 74px;
  margin-bottom: 15px;
}
.header-banner-service-details .header-banner-service-details-inner h1, .header-banner-service-details .header-banner-service-details-inner .h1 {
  margin: 0;
}
.header-banner-service-details .header-banner-service-details-inner .header-banner-image-title {
  color: #55EBB9;
  margin: 0;
}

@media (min-width: 768px) {
  .header-banner-service-details,
.parallax-image {
    height: 410px;
  }
  .header-banner-service-details.parallax-image,
.parallax-image.parallax-image {
    height: 410px;
  }

  .header-banner-service-details .icon-container {
    width: 100%;
  }
  .header-banner-service-details .icon-container img {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .header-banner-service-details,
.parallax-image {
    height: 669px;
  }
  .header-banner-service-details > .container,
.parallax-image > .container {
    height: 100%;
  }
  .header-banner-service-details > .container > .row,
.parallax-image > .container > .row {
    /* height: 100%;*/
    /* >.col-md-7 {
        height: 100%;
        display: flex;
        align-items: center;
    }

    >.col-md-2 {
        height: 100%;
        display: flex;
        align-items: center;
    }*/
  }
  .header-banner-service-details .subheader,
.parallax-image .subheader {
    font-size: 26px;
    margin: 0 0 5px 0;
  }
  .header-banner-service-details.parallax-image,
.parallax-image.parallax-image {
    height: 669px;
  }
  .header-banner-service-details .service-icon,
.parallax-image .service-icon {
    width: 141px;
    height: 141px;
  }
}
.logo-scroller {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.logo-scroller:before, .logo-scroller::before {
  display: none;
}
.logo-scroller .scroller,
.logo-scroller .scroller2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  opacity: 0;
  border-top: solid 1px #003057;
  border-bottom: solid 1px #003057;
  height: 150px;
  overflow: hidden;
  transition: opacity 0.2s ease;
  position: relative;
  transition: opacity 1s ease-in;
}
.logo-scroller .scroller:before, .logo-scroller .scroller::before,
.logo-scroller .scroller2:before,
.logo-scroller .scroller2::before {
  display: none;
}
.logo-scroller .scroller.visible,
.logo-scroller .scroller2.visible {
  opacity: 1;
}
.logo-scroller .scroller:before,
.logo-scroller .scroller2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+69&1+0,0+69 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 69%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 69%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 69%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
}
.logo-scroller .scroller:after,
.logo-scroller .scroller2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+14,ffffff+100&0+14,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 14%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 14%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 14%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
}
.logo-scroller canvas {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  backface-visibility: hidden;
}
.logo-scroller canvas:before, .logo-scroller canvas::before {
  display: none;
}
.logo-scroller .item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  top: 50%;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-scroller .item:before, .logo-scroller .item::before {
  display: none;
}
.logo-scroller img {
  transition: all 0.2s ease;
  transform: translateZ(0) scale(0.9);
}
.logo-scroller .item:hover img {
  transform: translateZ(0) scale(1);
}

.team-member-grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  display: block;
}
.team-member-grid:before, .team-member-grid::before {
  display: none;
}

.team-member {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
}
.team-member:before, .team-member::before {
  display: none;
}
.team-member .team-member-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background-position: center center;
  background-size: cover;
  height: 200px;
}
.team-member .team-member-image:before, .team-member .team-member-image::before {
  display: none;
}
.team-member .team-member-name {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 1.4rem;
  padding: 10px 0;
}
.team-member .team-member-name:before, .team-member .team-member-name::before {
  display: none;
}
.team-member .team-popout-bio {
  display: none;
}
.team-member .btn:hover {
  color: #fff !important;
}

.team-bio-panel {
  background: rgba(4, 9, 10, 0.3);
  padding: 10px;
  margin: 10px 0;
  width: 100%;
}

.team-popout-close {
  cursor: pointer;
}
.team-popout-close i {
  margin-right: 5px;
}

@media (min-width: 576px) {
  .team-member-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team-member {
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .team-member-image {
    height: 300px;
  }

  .team-member-grid {
    display: flex;
    justify-content: space-between;
  }

  .team-member {
    width: calc(33% - 4px);
  }
}
.news-listing-page-main-container {
  background: #EBECF0;
}

.news-grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 30px 0;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.news-grid:before, .news-grid::before {
  display: none;
}
.news-grid .news-article-box {
  width: 100%;
  max-width: 477px;
  margin: 0 auto;
  position: relative;
}
.news-grid .news-article-box .featured-label {
  left: 6px;
  z-index: 2;
}
.news-grid .news-article-box:first-of-type {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-grid .news-article-box:first-of-type .news-logo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
}
.news-grid .news-article-box:first-of-type .news-article-box-content {
  width: 100%;
  height: 100%;
  padding: 30px 30px 70px 30px;
  transition: all 0.2s ease;
  position: relative;
}
.news-grid .news-article-box:first-of-type .news-article-box-content .news-article-title a {
  font-size: 19px;
  background-image: none;
  color: #003057;
  text-transform: uppercase;
}
.news-grid .news-article-box:hover {
  cursor: pointer;
}
.news-grid .news-article-box:hover .news-logo img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.news-grid .news-article-box:hover .news-article-box-content {
  background: #003057;
  transition: all 0.2s ease;
}
.news-grid .news-article-box:hover .news-article-box-content .news-article-title a {
  color: #55EBB9;
  transition: all 0.2s ease;
}
.news-grid .news-article-box:hover .news-article-box-content .date {
  color: #fff;
  transition: all 0.2s ease;
}
.news-grid .news-article-box .news-logo {
  height: 280px;
  width: 100%;
  background: #003057;
  position: relative;
  overflow: hidden;
}
.news-grid .news-article-box .news-logo .featured-label {
  width: 100px;
  height: 32px;
  position: absolute;
  left: -9px;
  top: 30px;
}
.news-grid .news-article-box .news-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.news-grid .news-article-box .news-article-box-content {
  background: #fff;
  padding: 30px 30px 70px 30px;
  position: relative;
  height: calc(100% - 280px);
}
.news-grid .news-article-box .news-article-box-content .news-article-title a {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 24px;
  transition: all 0.2s ease;
  background-image: none;
  color: #003057;
  line-height: 1.1;
  text-transform: uppercase;
}
.news-grid .news-article-box .news-article-box-content .article-type-title {
  color: #55EBB9;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  display: block;
}
.news-grid .news-article-box .news-article-box-content .date {
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  right: 30px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  transition: all 0.2s ease;
}

/*@include media-breakpoint-up(sm){
    .news-grid {
        display: flex;
        flex-wrap: wrap;
    }

}*/
/*@include media-breakpoint-between(sm,md){

    .news-grid {
        .news-article-box {
            width: calc(50% - 4px);
        }
    }
}*/
@media (min-width: 992px) {
  .news-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .news-grid .news-article-box {
    width: calc(50% - 4px);
    margin: 0;
    max-width: unset;
  }
  .news-grid .news-article-box:first-of-type {
    flex-direction: row;
    width: calc(100% - 8px);
    height: 494px;
  }
  .news-grid .news-article-box:first-of-type .news-logo {
    width: 50%;
    height: 100%;
  }
  .news-grid .news-article-box:first-of-type .news-article-box-content {
    width: 50%;
    height: 100%;
    padding: 60px 30px 70px 30px;
  }
  .news-grid .news-article-box:first-of-type .news-article-box-content .news-article-title a {
    font-size: 32px;
    line-height: 1.15;
  }
}
@media (min-width: 1200px) {
  .news-grid {
    display: flex;
    padding-top: 0;
  }
  .news-grid .news-article-box {
    width: calc(33.3% - 0px);
  }
  .news-grid .news-article-box:first-of-type {
    flex-direction: row;
    width: calc(100% - 0px);
  }
  .news-grid .news-article-box:first-of-type .news-logo {
    width: 50%;
    height: 100%;
  }
  .news-grid .news-article-box:first-of-type .news-article-box-content {
    width: 50%;
    height: 100%;
    padding: 60px;
  }
  .news-grid .news-article-box:first-of-type .news-article-box-content .news-article-title a {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .news-grid .news-article-box:first-of-type .news-article-box-content .news-article-title a {
    font-size: 40px;
  }
}
.testimonial-grid {
  display: block;
}

.testimonial-item {
  width: 100%;
}

@media (min-width: 576px) {
  .testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonial-grid .testimonial-item {
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .team-member-image {
    height: 300px;
  }

  .testimonial-grid {
    display: flex;
    justify-content: space-between;
  }

  .testimonial-grid .testimonial-item {
    width: calc(33% - 4px);
  }
}
.site-search {
  display: none;
}

@keyframes overlay-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlay-disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .site-search-overlay.visible {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: rgba(4, 9, 10, 0.6);
    animation: overlay-appear 0.2s ease;
  }
  .site-search-overlay.disappearing {
    animation: overlay-disappear 0.2s ease;
  }

  .site-search {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    z-index: 9999;
    height: 400px;
    box-shadow: 2px 2px 2px rgba(4, 9, 10, 0.1);
    transform: translate3d(0, -100%, 0);
    transition: all 0.2s ease-in-out;
  }
  .site-search [type=text] {
    width: 100%;
    border: solid 1px #003057;
    height: 50px;
    line-height: 50px;
    padding: 5px;
  }
  .site-search.visible {
    transform: translate3d(0, 0, 0);
  }
  .site-search .close-search {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.umbraco-forms-page {
  /*
      Uncomment the below if you wish to use the default styled select wrappers.
      By default the template uses Select2 to style checkboxes.

      See - /blocks/3rdparty-overrides/_select2.scss
  */
  /*.select-wrapper {
      position: relative;
      border: solid 1px rgba($theme-primary, 0.4);
      outline: none !important;
      margin-bottom: 10px;
      display: block;
      border-radius: 2px;

      &:after {
          position: absolute;
          content: '';
          display: block;
          width: 40px;
          top: 50%;
          margin-top: -4px;
          right: 15px;
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 5.5px 0 5.5px;
          border-color: $theme-primary transparent transparent transparent;
          pointer-events: none;
          border-radius: 2px;
      }

      select {
          outline: none !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          width: 100%;
          border: none;
          padding: 5px;


          &::-ms-expand {
              display: none;
          }
      }
  }*/
  /*[class*="-12"] {
      padding-left: 0;
      padding-right: 0;
  }*/
}
.umbraco-forms-page select.input-validation-error + span.select2 .select2-selection--single {
  border: solid 2px red;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]), .umbraco-forms-page textarea {
  /* Remove shade from iOS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px rgba(0, 48, 87, 0.4);
  outline: none !important;
  border-radius: 3px;
  padding: 4px 8px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  height: 47px;
  padding-top: 8px;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]).input-validation-error, .umbraco-forms-page textarea.input-validation-error {
  border: solid 2px red;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .umbraco-forms-page textarea::placeholder {
  color: #003057;
}
.umbraco-forms-page .umbraco-forms-field {
  position: relative;
}
.umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active input[type=text], .umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active input[type=email], .umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active textarea {
  color: #003057;
}
.umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active input[type=text]:focus, .umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active input[type=email]:focus, .umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active textarea:focus {
  border: 1px solid #55EBB9;
}
.umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active label.umbraco-forms-label {
  font-size: 12px;
  top: -7px;
  left: 6px;
  transform: none;
  transition: all 0.2s ease;
  color: #003057;
  background: white;
  padding: 0 5px;
}
.umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active textarea {
  padding: 8px 8px;
}
.umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active input[type=submit] ~ label, .umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active input[type=checkbox] ~ label, .umbraco-forms-page .umbraco-forms-field:not(.checkbox):not(.checkboxwithdataid).active input[type=radio] ~ label {
  font-size: 14px;
  top: 0;
  left: 0px;
}
.umbraco-forms-page .umbraco-forms-field.fileupload label {
  display: none;
}
.umbraco-forms-page .umbraco-forms-field.dataconsent .umbraco-forms-label {
  display: none;
}
.umbraco-forms-page .umbraco-forms-field:not([type=checkbox]) label.umbraco-forms-label, .umbraco-forms-page .umbraco-forms-field:not(.checkbox) label.umbraco-forms-label, .umbraco-forms-page .umbraco-forms-field:not(.recaptcha) label.umbraco-forms-label {
  position: absolute;
  top: 17px;
  left: 10px;
  margin: 0;
  line-height: 0.9;
  transition: all 0.2s ease;
  font-size: 16px;
  text-transform: initial;
  font-weight: normal;
  color: #003057;
}
.umbraco-forms-page textarea {
  height: 200px;
}
.umbraco-forms-page .field-validation-error {
  color: #FF0000;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  top: -15px;
}
.umbraco-forms-page .checkbox .field-validation-error, .umbraco-forms-page .singlechoice .field-validation-error, .umbraco-forms-page .multiplechoice .field-validation-error {
  padding-left: 20px;
}
.umbraco-forms-page .checkbox > label {
  display: none;
}
.umbraco-forms-page .checkbox label {
  padding-left: 20px;
  position: relative !important;
  color: #003057;
  left: 0 !important;
}
.umbraco-forms-page .checkbox label:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: solid 1px rgba(4, 9, 10, 0.3);
  border-radius: 2px;
}
.umbraco-forms-page .checkbox input:checked ~ label:after {
  position: absolute;
  top: 7px;
  left: 22px;
  font-size: 11px;
  color: #003057;
}
.umbraco-forms-page [type=checkbox] {
  opacity: 0;
  z-index: -10;
  position: fixed;
  left: -50px;
}
.umbraco-forms-page [type=checkbox] ~ label {
  padding-left: 50px;
  position: relative;
  font-size: 14px !important;
  color: #282829 !important;
  padding-bottom: 20px;
  line-height: 1.3 !important;
}
.umbraco-forms-page [type=checkbox] ~ label a {
  color: #003057;
  background-image: linear-gradient(#55ebb9, #55ebb9);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.umbraco-forms-page [type=checkbox] ~ label:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 4px;
  left: 20px;
  display: block;
  border: solid 1px rgba(4, 9, 10, 0.3);
  border-radius: 2px;
}
.umbraco-forms-page [type=checkbox]:focus ~ label:before {
  border: solid 1px #55EBB9;
}
.umbraco-forms-page [type=checkbox]:checked ~ label:after {
  position: absolute;
  top: 7px;
  left: 22px;
  font-size: 11px;
  color: #003057;
}
.umbraco-forms-page [type=radio] {
  display: none;
}
.umbraco-forms-page [type=radio] ~ label {
  padding-left: 20px;
  position: relative;
}
.umbraco-forms-page [type=radio] ~ label:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: solid 1px rgba(4, 9, 10, 0.3);
  border-radius: 16px;
}
.umbraco-forms-page [type=radio]:checked ~ label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: #003057;
  height: 10px;
  width: 10px;
  border-radius: 13px;
}
.umbraco-forms-page [type=submit] {
  margin-top: 30px;
  background: #55EBB9;
  border-color: #55EBB9;
  width: 100%;
  height: 61px;
  max-width: 289px;
  color: #003057;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  /*&:after {
      filter: brightness(0) saturate(100%) invert(12%) sepia(23%) saturate(6183%) hue-rotate(189deg) brightness(103%) contrast(101%);

  }*/
}

.btn-submit-sus {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}

.contactPage .contact-form-block .umbraco-forms-page [type=checkbox] ~ label a, .cVUpload .umbraco-forms-page [type=checkbox] ~ label a {
  background-image: linear-gradient(#55EBB9, #55EBB9);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.contactPage .contact-form-block .umbraco-forms-page .recaptcha a, .cVUpload .umbraco-forms-page .recaptcha a {
  background-image: linear-gradient(#55EBB9, #55EBB9);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: #003057;
}

.umbraco-forms-submitmessage {
  text-align: center;
  padding: 60px;
  background: #003057;
  color: #fff;
  display: block;
}

.grecaptcha-badge {
  display: none;
}

.hidden-submit {
  display: none;
}

.btn[data-submit-contact=true] {
  width: 100%;
  margin: 10px 0px 20px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 16px !important;
}

.sustainability-form {
  margin-bottom: 60px;
}
.sustainability-form .radiobuttonlist {
  flex-direction: column;
}
.sustainability-form .radiobuttonlist label {
  margin: 8px;
}
.sustainability-form .singlechoice {
  margin-bottom: 30px;
}
.sustainability-form .multiplechoice {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .btn[data-submit-contact=true] {
    font-size: 20px;
  }
}
.btn[data-submit-cv=true] {
  width: 100%;
  margin: 20px 0px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 16px !important;
}

.btn[data-submit-cf=true] {
  width: 100%;
  margin: 40px 0px 20px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 16px !important;
}

.recaptcha {
  position: absolute;
  bottom: -144px;
  width: 80%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.recaptcha a {
  font-weight: 700;
}
.recaptcha.static {
  position: initial;
  transform: none;
}
.recaptcha.staticc {
  position: initial;
  transform: none;
  width: 100%;
  margin-top: 60px;
}
.recaptcha.left {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
}
.recaptcha.center {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (min-width: 992px) {
  .recaptcha {
    bottom: -130px;
  }

  .umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]), .umbraco-forms-page textarea {
    font-size: 16px;
  }
}
.breadcrumbs-container {
  background-color: #003057;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

ul.breadcrumb {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: static;
  top: -100px;
  z-index: 99;
  margin-bottom: 0;
  margin-top: 0;
}
ul.breadcrumb:before, ul.breadcrumb::before {
  display: none;
}
ul.breadcrumb .breadcrumb-item {
  padding-left: 0;
  display: inline;
  white-space: nowrap;
}
ul.breadcrumb .breadcrumb-item::before {
  display: none;
}
ul.breadcrumb .breadcrumb-item a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
  display: inline;
}
ul.breadcrumb .breadcrumb-item a:before, ul.breadcrumb .breadcrumb-item a::before {
  display: none;
}
ul.breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}
ul.breadcrumb .breadcrumb-item a span {
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  display: inline;
}
ul.breadcrumb .breadcrumb-item.active {
  color: #fff;
}

/*.hmaburger-menu-container{
    display: none;

    &.show{
        display: none;
    }
}



@include media-breakpoint-up(lg) {
    .hamburger-menu-container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        height: 100%;
        width: 100%;
        z-index: 1000;
        display: flex;
        justify-content: flex-end;
        display: none;

        &.show {
            display: flex;
        }

        .hamburger-menu {
            width: 60%;
            background: $theme-primary;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

        .hamburger-menu-header {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 15px 50px;

            .primary {
                display: flex;
                align-items: center;

                li {
                    a {
                        color: $white;
                    }
                }
            }
        }

        .hamburger-menu-body {
            width: 100%;
            padding: 60px;
            display: flex;
            justify-content: space-between;

            p, ul, li, a {
                color: $white;
            }
        }

        .social-media-container {
            position: absolute;
            bottom: 30px;
            right: 60px;

            ul {
                display: flex;

                li {
                    a {
                        img {
                            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(101%) contrast(101%);
                        }

                        &:after {
                            display: none;
                        }
                    }
                }
            }
        }
    }


}


@include media-breakpoint-up(lg) {
    .hamburger-menu-container{
        .hamburger-menu{
            width: 60%;
        }
    }
}*/
.marker {
  height: 1px;
  width: 1px;
  position: static;
  background: red;
}

.anchor-links-container {
  position: sticky;
  top: 0px;
  z-index: 99;
  background: #fff;
  transition: all 0.2s ease;
  margin-bottom: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.anchor-links-container.sticky.stuck .anchor-links-container-inner .anchor-links-container-inner-inner {
  border-bottom: none;
  position: relative;
  z-index: 999;
  transform: translateZ(999px);
  background: #fff;
  overflow-y: visible;
}
.anchor-links-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18%;
  z-index: -1;
  transform: translateZ(-1px);
  display: block;
}
.anchor-links-container .anchor-links-container-inner {
  background: #fff;
}
.anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner {
  width: fit-content;
  border-bottom: 1px solid rgba(4, 9, 10, 0.5);
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fff;
  padding-top: 8px;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  max-width: 100%;
}
.anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner .anchor-link {
  margin-right: 30px;
  padding-bottom: 9px;
  padding-top: 9px;
  position: relative;
}
.anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner .anchor-link .anchor-link-link {
  color: #003057;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner .anchor-link.pink-hover {
  padding-bottom: 0 !important;
  padding: 0 5px;
}
.anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner .anchor-link.pink-hover:hover {
  background: #003057;
  transition: all 0.2s ease;
}
.anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner .anchor-link.pink-hover:hover .anchor-link-link {
  color: #fff;
  transition: all 0.2s ease;
  background-image: linear-gradient(transparent, transparent);
  background-size: 0% 0px;
}
.anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner .anchor-link:hover .anchor-link-link {
  color: #003057;
  transition: all 0.2s ease;
}

.anchor-links-container-inner-inner::-webkit-scrollbar {
  height: 8px;
  background: #f5f5f5;
}

.anchor-links-container-inner-inner::-webkit-scrollbar-thumb {
  background: rgba(4, 9, 10, 0.2) !important;
}

.anchor-links-container-inner-inner::-webkit-scrollbar-thumb:hover {
  background: rgba(4, 9, 10, 0.1) !important;
}

body.has-scrolled-header .anchor-links-container {
  top: 60px;
  transition: all 0.2s ease;
}
body.has-scrolled-header .pillar-page-content .side-content-cta-container {
  top: 120px;
}

@media (min-width: 1200px) {
  .anchor-links-container .anchor-links-container-inner .anchor-links-container-inner-inner {
    overflow-x: initial;
  }
}
.homepage-header-banner {
  background: #003057;
  height: 649px;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /* .overlay{
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       background-color: rgba($black,0.5);
   }*/
}
.homepage-header-banner.show-takeover {
  display: none;
}
.homepage-header-banner h1, .homepage-header-banner .h1 {
  color: #55EBB9;
}
.homepage-header-banner p {
  color: #fff;
}

.homepage-header-banner-takeover {
  display: none;
}
.homepage-header-banner-takeover h1, .homepage-header-banner-takeover .h1 {
  color: #55EBB9;
}
.homepage-header-banner-takeover p {
  color: #fff;
}
.homepage-header-banner-takeover .btn {
  margin-top: 30px;
}
.homepage-header-banner-takeover.show-takeover {
  display: block;
  width: 100%;
  height: 100vh;
  background: #003057;
  background-size: cover;
}

@media (min-width: 768px) {
  .homepage-header-banner {
    height: auto;
    min-height: max(700px, 100vh);
  }
}
.header-banner-grey {
  height: auto;
  background: #EBECF0;
  padding-top: 100px;
  padding-bottom: 30px;
}
.header-banner-grey > .container {
  height: 100%;
}
.header-banner-grey > .container > .row {
  height: 100%;
}
.header-banner-grey > .container > .row > .col-md-7 {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-banner-grey .header-banner-grey-inner {
  padding-left: 20px;
  border-left: 4px solid #55EBB9;
}
.header-banner-grey h1, .header-banner-grey .h1 {
  color: #003057;
  margin: 0;
}
.header-banner-grey .subheading {
  color: #55EBB9;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .header-banner-grey {
    height: auto;
    min-height: 450px;
    padding-top: 230px;
    padding-bottom: 104px;
  }
  .header-banner-grey .header-banner-grey-inner {
    padding-left: 50px;
  }
  .header-banner-grey h1, .header-banner-grey .h1 {
    font-size: 76px;
    line-height: 1;
  }
  .header-banner-grey .subheading {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .header-banner-grey h1, .header-banner-grey .h1 {
    font-size: 100px;
    line-height: 1;
  }
  .header-banner-grey .subheading {
    font-size: 36px;
  }
}
.header-banner-careers {
  background: #003057;
  padding: 100px 0 60px 0;
  position: relative;
}
.header-banner-careers .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 9, 10, 0.5);
}
.header-banner-careers > .container {
  position: relative;
}
.header-banner-careers h1, .header-banner-careers .h1 {
  color: #55EBB9;
  margin-top: 0;
}
.header-banner-careers p {
  color: #fff;
}
.header-banner-careers .header-banner-careers-image-container {
  display: flex;
  margin-top: 30px;
}
.header-banner-careers .header-banner-careers-image-container .image-one {
  width: calc(33.3% - 10px);
  margin: 5px;
  width: 221px;
  height: 241px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-banner-careers .header-banner-careers-image-container .image-two {
  width: calc(33.3% - 10px);
  margin: 5px;
  width: 221px;
  height: 241px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-banner-careers .header-banner-careers-image-container .image-three {
  width: calc(33.3% - 10px);
  margin: 5px;
  width: 221px;
  height: 241px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .header-banner-careers {
    padding: 200px 0 150px 0;
  }
  .header-banner-careers h1, .header-banner-careers .h1 {
    font-size: 74px;
    line-height: 0.9;
  }
  .header-banner-careers .header-banner-careers-image-container {
    display: flex;
    margin-top: 0;
  }
  .header-banner-careers .header-banner-careers-image-container .image-one {
    width: calc(33.3% - 30px);
    margin: 15px;
    width: 221px;
    height: 441px;
  }
  .header-banner-careers .header-banner-careers-image-container .image-two {
    width: calc(33.3% - 30px);
    margin: 15px;
    width: 221px;
    height: 441px;
  }
  .header-banner-careers .header-banner-careers-image-container .image-three {
    width: calc(33.3% - 30px);
    margin: 15px;
    width: 221px;
    height: 441px;
  }
}
@media (min-width: 1600px) {
  .header-banner-careers h1, .header-banner-careers .h1 {
    font-size: 100px;
  }
}
.project-header-banner {
  position: relative;
  min-height: 554px;
  margin-top: 90px;
  background: #fff;
  overflow: hidden;
}
.project-header-banner .project-header-banner-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.project-header-banner .projects-header-banner-subtitle {
  color: #003057;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.project-header-banner .small-hr {
  margin: 8px 0 20px 0;
}
.project-header-banner .project-header-banner-image {
  width: 100%;
  height: 0;
  padding-top: 57.95%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
}

@media (min-width: 992px) {
  .project-header-banner {
    margin-top: 0px;
    top: 150px;
    position: relative;
    margin-bottom: 150px;
  }
  .project-header-banner .project-header-banner-title {
    font-size: 50px;
  }
  .project-header-banner .projects-header-banner-subtitle {
    font-size: 24px;
  }
  .project-header-banner .project-header-banner-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 55%;
    width: 956px;
    height: 554px;
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .project-header-banner .project-header-banner-title {
    font-size: 54px;
  }
}
.isBackOfficePreview .text-block-inner {
  background: inherit;
}

.isBackOfficePreview .splide, .blockrenderer .splide {
  visibility: visible;
}
.isBackOfficePreview .splide__slide, .blockrenderer .splide__slide {
  margin-right: 15px !important;
}
.isBackOfficePreview .splide__track, .blockrenderer .splide__track {
  width: 100%;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__progress {
  background: #ccc;
  position: relative;
  height: 2px;
  margin-right: 40px;
}

.splide__progress-bar {
  background: #55EBB9;
  height: 4px;
  transition: left 400ms ease;
  width: 0;
  position: absolute;
  left: 0;
  top: -1px;
}

.homepage-carousel-and-controls .splide__arrow:hover {
  background-color: #fff;
  transition: all 0.2s ease;
}

.homepage-carousel-controls-outer {
  margin-left: -15px;
  margin-right: -15px;
}

.splide__arrows {
  display: flex;
  flex-direction: row;
}
.splide__arrows .splide__arrow:last-child {
  margin-right: 0;
}

.splide__arrow {
  width: 40px;
  height: 40px;
  background-color: #55EBB9;
  display: flex;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  position: relative;
  border: none !important;
  opacity: 1;
}
.splide__arrow.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.splide__arrow:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../svg/right-arrow-black8f09.svg?v=BhX8yhdE3WkcNQeu8LCUZF2cgac);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: 20px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(5859%) hue-rotate(190deg) brightness(94%) contrast(101%);
}
.splide__arrow.splide__arrow--prev:after {
  transform-origin: center center;
  transform: rotate(-180deg);
}
.splide__arrow:hover {
  background: #003057;
}
.splide__arrow:hover:after {
  filter: brightness(0) saturate(100%) invert(81%) sepia(8%) saturate(2357%) hue-rotate(106deg) brightness(95%) contrast(102%);
}

.homepage-carousel-controls-col {
  position: relative;
}

.homepage-carousel-controls, .generic-carousel-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.homepage-carousel-controls .splide__progress, .generic-carousel-controls .splide__progress {
  width: 100%;
}

@media (min-width: 768px) {
  .splide__arrow {
    width: 60px;
    height: 60px;
  }
  .splide__arrow:after {
    background-size: 30px;
  }

  .homepage-carousel-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .homepage-carousel-controls .splide__progress {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .homepage-carousel-and-controls {
    display: flex;
    flex-direction: column-reverse;
  }

  .homepage-carousel-controls {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .splide__arrow {
    width: 80px;
    height: 80px;
  }
  .splide__arrow:after {
    background-size: 40px;
  }

  .homepage-carousel-controls {
    position: absolute;
    top: 600px;
    left: 15px;
    right: 15px;
  }
}
.hero-slides-content .hero-slides-slide:not(.active) {
  display: none;
}

.hero-slides-parent {
  position: relative;
  overflow: hidden;
}

.hero-slide-image-transition {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  filter: blur(0);
}
.hero-slide-image-transition.hero-slide-out {
  animation: fade-out 0.8s linear;
}

.hero-slides-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 2;
  background: rgba(4, 9, 10, 0.5);
}
.hero-slides-wrapper .container {
  flex-flow: column nowrap;
  display: flex;
}
.hero-slides-wrapper .container > .row:first-child {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
}
.hero-slides-wrapper .container > .row:last-child {
  position: relative;
}

.hero-tab {
  color: #fff;
  padding-bottom: 50px;
  padding-top: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero-tab .hero-tabs-title {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.hero-tab .hero-tab-indicator {
  background: rgba(255, 255, 255, 0.5);
  height: 2px;
  width: 100%;
  margin: 2px 0 20px;
  position: relative;
}
.hero-tab .hero-tab-indicator span {
  position: absolute;
  height: 6px;
  background: rgba(85, 235, 185, 0.9);
  width: 0%;
  top: -2px;
  left: 0;
}
[data-slide-interval="1"] .hero-tab.active .hero-tab-indicator span {
  animation: expand-line 1s linear;
}
[data-slide-interval="2"] .hero-tab.active .hero-tab-indicator span {
  animation: expand-line 2s linear;
}
[data-slide-interval="3"] .hero-tab .hero-tab-indicator span {
  animation: expand-line 3s linear;
}
[data-slide-interval="4"] .hero-tab.active .hero-tab-indicator span {
  animation: expand-line 4s linear;
}
[data-slide-interval="5"] .hero-tab.active .hero-tab-indicator span {
  animation: expand-line 5s linear;
}
[data-slide-interval="6"] .hero-tab.active .hero-tab-indicator span {
  animation: expand-line 6s linear;
}
[data-slide-interval="7"] .hero-tab.active .hero-tab-indicator span {
  animation: expand-line 7s linear;
}
[data-slide-interval="8"] .hero-tab.active .hero-tab-indicator span {
  animation: expand-line 8s linear;
}
.hero-tab p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  transition: all 0.2s ease;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero-tab p.hero-tabs-subtitle {
  text-transform: none;
  margin-top: 5px;
  font-weight: 300;
  font-size: 16px;
}
.hero-tab.active {
  cursor: default;
}
.hero-tab.active p {
  color: #55EBB9;
}
.hero-tab:hover:not(.active) p {
  color: #fff;
}

/*@include media-breakpoint-between(md,lg) {
    .hero-tab {
        p.hero-tabs-title {
            min-height: 50px;
        }
    }
}
*/
.hero-slides-slide {
  transform: translate(0, 0);
}
.hero-slides-slide .h1, .hero-slides-slide h1 {
  margin-bottom: 0;
}
.hero-slides-slide .btn-primary {
  margin-top: 30px;
}
.hero-slides-slide.hero-slide-out {
  animation: slide-out 0.4s ease-in;
}
.hero-slides-slide.hero-slide-in {
  animation: slide-in 0.4s ease;
}
.hero-slides-slide.green-title-colour h1, .hero-slides-slide.green-title-colour .h1, .hero-slides-slide.green-title-colour h2, .hero-slides-slide.green-title-colour .h2 {
  color: #55EBB9;
}
.hero-slides-slide.green-title-colour .btn {
  background-color: #55EBB9;
}
.hero-slides-slide.gold-title-colour h1, .hero-slides-slide.gold-title-colour .h1, .hero-slides-slide.gold-title-colour h2, .hero-slides-slide.gold-title-colour .h2 {
  color: #E6C469;
}
.hero-slides-slide.gold-title-colour .btn {
  background-color: #E6C469;
  border-color: #E6C469;
}
.hero-slides-slide.gold-title-colour .btn:hover {
  background-color: #fff;
  color: #003057;
  border-color: #003057;
}
.hero-slides-slide.gold-title-colour .btn:hover:after, .hero-slides-slide.gold-title-colour .btn:hover:before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(21%) saturate(6998%) hue-rotate(190deg) brightness(97%) contrast(101%) !important;
}
.hero-slides-slide .foreground-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero-slides-slide .foreground-image img {
  object-fit: contain;
  max-height: 90px;
}

.hero-tabs-wrapper {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 30px;
  width: 100%;
}

@keyframes slide-out {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
}
@keyframes slide-in {
  0% {
    transform: translate(60px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes expand-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  50% {
    filter: blur(20px);
  }
  100% {
    opacity: 0;
    filter: blur(50px);
  }
}
@media (max-width: 767.98px) {
  .hero-tab p {
    font-size: 13px;
    margin-top: 0;
    display: none;
  }

  .hero-tabs-wrapper {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .hero-slides-slide h1, .hero-slides-slide .h1 {
    font-size: 66px;
    line-height: 1;
    margin-top: 30px;
  }

  .hero-slides-slide .foreground-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .hero-slides-slide .foreground-image img {
    object-fit: contain;
    max-height: 90px;
  }
}
@media (min-width: 1200px) {
  .hero-slides-slide .foreground-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-slides-slide .foreground-image img {
    object-fit: contain;
    max-height: 340px;
  }
}
@media (min-width: 1600px) {
  .hero-slides-slide h1, .hero-slides-slide .h1 {
    font-size: 86px;
    line-height: 1;
  }
}
.generic-filter-list, [data-generic-filter] .clear-filters {
  display: none;
}

.mobile-filter-trigger {
  background: #fff;
  padding: 10px 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /*   margin-bottom: 30px;*/
}
.mobile-filter-trigger:hover {
  color: #55EBB9;
}
.mobile-filter-trigger span {
  position: relative;
  top: 2px;
}

.teamPage .mobile-filter-trigger {
  margin-bottom: 30px;
}

.mobile-filters {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  padding-bottom: 100px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in;
}
.mobile-filters .mobile-filter-expando-target {
  display: none;
}
.mobile-filters .pre-open .mobile-filter-expando-target {
  display: block;
}
.mobile-filters.visible {
  transform: translateX(0);
}
.mobile-filters ul.generic-filter-list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
.mobile-filters ul.generic-filter-list:before, .mobile-filters ul.generic-filter-list::before {
  display: none;
}
.mobile-filters ul.generic-filter-list > li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 20px;
  border-top: solid 1px rgba(4, 9, 10, 0.1);
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.mobile-filters ul.generic-filter-list > li:before, .mobile-filters ul.generic-filter-list > li::before {
  display: none;
}
.mobile-filters ul.generic-filter-list > li .checkbox-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  cursor: pointer;
}
.mobile-filters ul.generic-filter-list > li .checkbox-wrapper label {
  flex: 1;
  cursor: pointer;
  margin: 0;
}
.mobile-filters ul.generic-filter-list > li a {
  margin: 0;
  /*background: none !important;*/
  background-size: 0 1px;
  text-transform: uppercase;
  font-weight: 700;
  /*                font-family: $font-stack-headers;*/
  font-size: 18px;
  padding-bottom: 0 !important;
  color: #003057;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.mobile-filters .generic-filter-list > li .generic-filter-options li:before {
  display: none;
}
.mobile-filters .generic-filter-list > li .generic-filter-options li a {
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  text-transform: none;
  font-weight: 200;
  font-size: 16px;
}
.mobile-filters .grouped-parent {
  padding-left: 20px;
}
.mobile-filters .grouped-parent > a {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  position: relative;
  top: 7px;
}
.mobile-filters .grouped-parent > a:before {
  top: -1px;
}
.mobile-filters .grouped-parent .sub-options {
  margin-bottom: 10px;
}
.mobile-filters .grouped-parent .sub-options li {
  padding-left: 20px;
}
.mobile-filters .grouped-parent > a {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  display: block;
  width: max-content;
  margin-left: 30px;
  margin-bottom: 4px;
}
.mobile-filters .grouped-parent > a:before {
  content: "";
  display: block;
  border: solid 1px #003057;
  border-radius: 2px;
  height: 12px;
  width: 12px;
  position: absolute;
  left: -20px;
  top: 0px;
}
.mobile-filters .grouped-parent > a.active:after {
  content: "";
  display: block;
  background: #55EBB9;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  position: absolute;
  left: -18px;
  top: 2px;
}
.mobile-filters .generic-filter-options-inner {
  margin-top: 20px;
}
.mobile-filters .generic-filter-options-inner li {
  padding-bottom: 20px;
  padding-left: 28px;
}
.mobile-filters .generic-filter-options-inner li a {
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: 200;
  padding-bottom: 10px;
  position: relative;
  display: block;
  width: max-content;
}
.mobile-filters .generic-filter-options-inner li a:before {
  content: "";
  display: block;
  border: solid 1px #003057;
  border-radius: 12px;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -26px;
  top: -1px;
}
.mobile-filters .generic-filter-options-inner li a.active:after {
  content: "";
  display: block;
  background: #55EBB9;
  border-radius: 12px;
  height: 10px;
  width: 10px;
  position: absolute;
  left: -23px;
  top: 2px;
}

.mobile-filter-expando {
  display: flex;
  justify-content: space-between;
}
.mobile-filter-expando > a {
  width: 50%;
}
.mobile-filter-expando img {
  width: 16px;
  filter: brightness(0) saturate(100%) invert(81%) sepia(26%) saturate(862%) hue-rotate(102deg) brightness(97%) contrast(92%);
}
.mobile-filter-expando .expand-minus {
  display: none;
}
.mobile-filter-expando.expando-open .expand-minus {
  display: block;
}
.mobile-filter-expando.expando-open .expand-plus {
  display: none;
}

.filter-group-expand {
  display: flex;
  justify-content: flex-end;
}

.mobile-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.mobile-filter-head a {
  margin: 0 8px 0 20px;
}

.mobile-filter-foot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #fff;
  z-index: 10000;
  border-top: solid 1px rgba(4, 9, 10, 0.2);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in;
}
.mobile-filter-foot a {
  margin: 0;
}
.mobile-filter-foot.visible {
  transform: translateX(0);
}

.mobile-filter-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 20px;
  font-weight: bold;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  text-transform: uppercase;
  color: #003057;
}
.mobile-filter-title:before, .mobile-filter-title::before {
  display: none;
}

.mobile-clear {
  font-weight: 200;
  background: none !important;
  text-transform: uppercase;
  color: #003057;
}

.mobile-filter-close {
  background: none !important;
  transition: opacity 0.2s ease;
}
.mobile-filter-close img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(60%) saturate(2347%) hue-rotate(187deg) brightness(97%) contrast(103%);
}
.mobile-filter-close:hover {
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .mobile-filter-foot {
    display: none;
  }

  .mobile-filter-trigger {
    display: none;
  }

  .mobile-filters {
    display: none;
  }

  .generic-filter-list {
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 48, 87, 0.2);
    border-bottom: 1px solid rgba(0, 48, 87, 0.2);
  }
  .generic-filter-list.generic-toggle-filter > li {
    margin-right: 20px;
  }
  .generic-filter-list.generic-toggle-filter > li a {
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    background-image: none;
    padding-bottom: 6px !important;
    font-size: 18px;
    margin-bottom: -9px;
    font-family: "League Spartan Regular", league-fallback-font, sans-serif;
    font-weight: 600;
  }
  .generic-filter-list.generic-toggle-filter > li a.active, .generic-filter-list.generic-toggle-filter > li a:hover {
    transition: all 0.2s ease;
    border-bottom: 2px solid #55ebb9;
    color: #003057;
  }
  .generic-filter-list > li {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 18px;
    list-style: none;
    position: relative;
    margin-right: 18px;
    font-family: "League Spartan Regular", league-fallback-font, sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .generic-filter-list > li:before, .generic-filter-list > li::before {
    display: none;
  }
  .generic-filter-list > li a {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 18px;
    /*    background: none;*/
    background-size: 0 1px;
    padding-bottom: 0 !important;
    transition: color 0.2s ease;
    cursor: pointer;
    background-image: linear-gradient(#55EBB9, #55EBB9);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    /* padding-bottom: 4px !important;*/
    position: relative;
    top: 3px;
    color: #003057;
    font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  }
  .generic-filter-list > li a:before, .generic-filter-list > li a::before {
    display: none;
  }
  .generic-filter-list > li a:hover {
    color: #55EBB9;
    cursor: pointer;
    animation: link-underline 0.8s 1;
  }
  .generic-filter-list > li a img {
    width: 10px;
    position: relative;
    top: -1px;
  }
  .generic-filter-list > li a[data-applied] {
    position: relative;
  }
  .generic-filter-list > li a[data-applied]:before {
    display: none;
    content: attr(data-applied);
    background: #003057;
    color: #fff;
    position: absolute;
    top: -9px;
    right: 9px;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    align-items: flex-end;
    justify-content: center;
    font-size: 10px;
  }
  .generic-filter-list > li:hover .generic-filter-options {
    display: block;
    position: absolute;
    top: 20px;
    padding-top: 10px;
    z-index: 2;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.2);
  }
  .generic-filter-list .checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .generic-filter-list .checkbox-wrapper label {
    margin: 0 0 0 10px;
    position: relative;
    cursor: pointer;
    top: 1px;
  }
  .generic-filter-list .checkbox-wrapper label a:hover {
    /*  color: inherit;*/
    color: #003057;
  }
  .generic-filter-list .checkbox-wrapper input {
    position: relative;
    top: 0px;
  }
  .generic-filter-list li:before {
    display: none;
  }

  .generic-filter-options {
    display: none;
  }
  .generic-filter-options ul, .generic-filter-options li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 18px;
  }
  .generic-filter-options ul:before, .generic-filter-options ul::before, .generic-filter-options li:before, .generic-filter-options li::before {
    display: none;
  }
  .generic-filter-options ul:before, .generic-filter-options li:before {
    display: none;
  }
  .generic-filter-options .grouped-parent > a {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    display: block;
    width: max-content;
    margin-left: 30px;
    margin-bottom: 4px;
  }
  .generic-filter-options .grouped-parent > a:before {
    content: "";
    display: block;
    border: solid 1px #003057;
    border-radius: 2px;
    height: 12px;
    width: 12px;
    position: absolute;
    left: -20px;
    top: 0px;
  }
  .generic-filter-options .grouped-parent > a.active:after {
    content: "";
    display: block;
    background: #55EBB9;
    border-radius: 2px;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -18px;
    top: 2px;
  }
  .generic-filter-options .generic-filter-options-inner {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(4, 9, 10, 0.1);
    padding: 30px 30px 20px 20px;
  }
  .generic-filter-options .generic-filter-options-inner li {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .generic-filter-options .generic-filter-options-inner li a {
    font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
    text-transform: none;
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 10px;
    position: relative;
    display: block;
    width: max-content;
    background-size: 0 1px;
  }
  .generic-filter-options .generic-filter-options-inner li a:hover {
    background-size: 100% 1px;
    color: #003057;
  }
  .generic-filter-options .generic-filter-options-inner li a:before {
    content: "";
    display: none;
    border: solid 1px #003057;
    border-radius: 2px;
    height: 12px;
    width: 12px;
    position: absolute;
    left: -20px;
    top: 3px;
  }
  .generic-filter-options .generic-filter-options-inner li a.active:after {
    content: "";
    display: none;
    background: #55EBB9;
    border-radius: 2px;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -18px;
    top: 5px;
  }

  .generic-filter-options-grouped .generic-filter-options-inner {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .generic-filter-options-grouped .generic-filter-options-inner:first-child {
    padding-top: 30px;
  }
  .generic-filter-options-grouped .generic-filter-options-inner:last-child {
    padding-bottom: 20px;
  }

  .clear-filters a {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 16px;
    background: none !important;
  }
  .clear-filters a img {
    width: 20px;
    position: relative;
    top: -2px;
  }

  [data-generic-filter] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    position: relative;
  }
  [data-generic-filter] .clear-filters {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    transform: translateY(-50%);
  }
  [data-generic-filter] .clear-filters a {
    color: #003057;
  }
}
.no-results {
  background: #fff;
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-ctas-block .no-results {
  margin-bottom: 60px;
}

.news-listing-page-main-container .no-results {
  margin-bottom: 30px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .no-results {
    padding: 90px 60px;
  }

  .projects-ctas-block .no-results {
    margin-bottom: 160px;
  }

  .news-listing-page-main-container .no-results {
    margin-bottom: 160px;
  }
}
@media (min-width: 1600px) {
  .generic-filter-list .checkbox-wrapper label {
    top: -1px;
  }
}
.news-filters {
  display: none;
}

.news-results-warning {
  background: rgba(4, 9, 10, 0.4);
  border-top: solid 2px #003057;
  border-bottom: solid 2px #003057;
  text-align: center;
  padding: 40px;
}
.news-results-warning p {
  color: #fff;
}

.load-more-wrapper {
  text-align: center;
}

.search-results-heading {
  margin-top: 0;
}
.search-results-heading strong {
  color: #003057;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #003057;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.load-more-wrapper {
  padding: 0 40px;
}

.load-more-news {
  display: block;
  margin: 0 auto !important;
}

#NewsLoadAnim {
  display: none;
}

.news-filters-mobile {
  /*background: $light-grey;*/
}

@media (min-width: 768px) {
  select, .search-wrapper {
    margin-bottom: 0;
  }

  .load-more-news {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .news-filters-mobile {
    display: none;
  }

  .news-filters-inner img {
    margin-right: 16px;
    margin-left: 10px;
  }

  .news-filters {
    display: block;
    padding-bottom: 5px;
    background: #EBECF0;
  }
  .news-filters .news-filters-outer {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: solid 1px rgba(0, 48, 87, 0.2);
    border-bottom: solid 1px rgba(0, 48, 87, 0.2);
  }
  .news-filters a:not(.btn) {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 16px;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    background-image: none;
    padding-bottom: 6px !important;
    color: #003057;
    font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  }
  .news-filters a:not(.btn):hover, .news-filters a:not(.btn).active {
    /* color: $theme-secondary;*/
    transition: all 0.2s ease;
    border-bottom: 3px solid #55EBB9;
  }
  .news-filters [class*=col-].no-padding {
    padding-left: 5px;
    padding-right: 0;
  }
  .news-filters select {
    border: none !important;
    display: block;
    outline: none !important;
    width: 100%;
    padding: 8px;
    font-size: 0.7777777778rem;
    font-weight: bold;
  }
  .news-filters .select-wrapper {
    position: relative;
  }
  .news-filters .select-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    border-color: #000000 transparent transparent transparent;
    pointer-events: none;
  }
  .news-filters .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .news-filters .select-wrapper select::-ms-expand {
    display: none;
  }
  .news-filters .search-wrapper {
    background: #fff;
    width: 100%;
    padding: 8px 8px 5px 8px;
    overflow: hidden;
    position: relative;
  }
  .news-filters .search-wrapper input {
    background: #fff;
    padding: 0;
    height: auto;
    border: none !important;
    outline: none !important;
    display: block;
    width: calc(100% - 40px);
    font-size: 0.7777777778rem;
    float: left;
  }
  .news-filters .search-wrapper input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: 0.7777777778rem;
  }
  .news-filters .search-wrapper button {
    float: right;
    background: none !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    width: 40px;
    text-align: center;
  }
  .news-filters .search-wrapper button img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-filters select, .news-filters .search-wrapper {
    margin-bottom: 10px;
  }
  .news-filters #NewsTypeSearch {
    margin-bottom: 0;
  }
}
.article-main {
  padding-bottom: 40px;
}

.newsArticle .article-main p {
  line-height: 1.8;
}
.newsArticle .article-main p.article-article-intro {
  line-height: 1.4;
}
.newsArticle .article-main ul li {
  line-height: 1.8;
}
.newsArticle .article-main table td p {
  line-height: 1.4;
}

.news-article-box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 15px;
}
.news-article-box:before, .news-article-box::before {
  display: none;
}
.news-article-box .date {
  line-height: 1.8;
  color: #003057;
  font-size: 0.8rem;
}
.news-article-box .news-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
}
.news-article-box .news-article-title:before, .news-article-box .news-article-title::before {
  display: none;
}
.news-article-box .news-article-title a:hover {
  color: #003057;
}
.news-article-box .news-article-inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.news-article-box .news-article-inner:before, .news-article-box .news-article-inner::before {
  display: none;
}
.news-article-box .news-article-inner img {
  max-width: 100%;
}
.news-article-box .news-article-inner .logo-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 53%;
  height: 0;
}
.news-article-box .news-article-inner:hover .news-article-title a {
  color: rgba(0, 48, 87, 0.8);
  text-decoration: none !important;
}
.news-article-box a.btn {
  margin-top: 10px;
}
.news-article-box p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 0.7777777778rem;
}
.news-article-box p:before, .news-article-box p::before {
  display: none;
}
.news-article-box .news-article-inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.news-article-box .news-article-inner:before, .news-article-box .news-article-inner::before {
  display: none;
}
.news-article-box .news-article-inner .author {
  display: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}
.news-article-box .news-article-inner .author:before, .news-article-box .news-article-inner .author::before {
  display: none;
}
.news-article-box .news-article-inner.article-blog .author {
  display: block;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.4;
}
.news-article-box .news-article-inner.article-blog .img {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  width: 100%;
  height: 0;
  padding-top: 35%;
  position: relative;
}
.news-article-box .news-article-inner.article-blog .img:before, .news-article-box .news-article-inner.article-blog .img::before {
  display: none;
}
.news-article-box .news-article-inner.article-blog .img img {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-height: 100%;
  max-width: 38%;
}
.news-article-box .news-article-inner.article-blog img {
  margin: auto;
  float: none !important;
  border-radius: 160px;
  width: 160px;
  height: 160px;
  border: solid 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 38px;
}
.news-article-box .news-article-inner.article-blog .news-article-title {
  margin-bottom: 40px;
}
.news-article-box .news-article-inner.article-blog .article-intro {
  display: none;
}

#a2apage_dropdown {
  width: 150px !important;
  margin-top: 10px;
}

a.a2a_i, i.a2a_i {
  float: none !important;
  width: 100% !important;
}

.a2apage_show_more_less {
  width: 100px !important;
}

.popular-tags {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.popular-tags:before, .popular-tags::before {
  display: none;
}
.popular-tags a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: rgba(4, 9, 10, 0.4);
  color: #fff;
  text-transform: #fff;
  display: inline-block;
  padding: 1px 16px;
  margin-bottom: 4px;
  border-radius: 20px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 0.7777777778rem;
}
.popular-tags a:before, .popular-tags a::before {
  display: none;
}
.popular-tags a:hover {
  background: #003057;
}

.article-posted {
  border-bottom: 2px solid rgba(4, 9, 10, 0.1);
}
.article-posted p {
  color: #003057;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}

.time-to-read {
  border-bottom: 2px solid rgba(4, 9, 10, 0.1);
}
.time-to-read p {
  color: #003057;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}

.article-details {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-author .article-author-inner {
  display: flex;
  margin-bottom: 30px;
}
.article-author .author-image {
  border-radius: 50%;
  border: 4px solid #55EBB9;
  height: 90px;
  width: 90px;
  min-width: 90px;
  overflow: none;
}
.article-author .author-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.article-author .header {
  font-size: 16px;
}
.article-author .author-content {
  margin-left: 30px;
}
.article-author .author-content h5, .article-author .author-content .h5 {
  color: #003057;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.1;
}
.article-author .author-content .author-position {
  color: #04090A;
  font-size: 16px;
}
.article-author .author-content .credentials {
  font-weight: 700;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}

@media (min-width: 1200px) {
  .newsArticle .article-details {
    background: #fff;
  }
  .newsArticle .article-main h2, .newsArticle .article-main .h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .newsArticle .article-main h3, .newsArticle .article-main .h3 {
    font-size: 26px;
    line-height: 1.1;
  }
  .newsArticle .article-main h4, .newsArticle .article-main .h4 {
    font-size: 20px;
  }
  .newsArticle .article-main p {
    line-height: 1.8;
  }
  .newsArticle .article-main ul li {
    line-height: 1.8;
  }
  .newsArticle .article-main table td p {
    line-height: 1.4;
  }

  .article-author .article-author-inner {
    flex-direction: column;
  }
  .article-author .author-image {
    border-radius: 50%;
    border: 4px solid #55EBB9;
    height: 140px;
    width: 140px;
    overflow: none;
  }
  .article-author .author-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
  }
  .article-author .header {
    font-size: 16px;
  }
  .article-author .author-content {
    margin-left: 0;
  }
  .article-author .author-content h5, .article-author .author-content .h5 {
    color: #003057;
    margin-bottom: 5px;
    margin-top: 1em;
  }
  .article-author .author-content .author-position {
    color: #04090A;
    font-size: 16px;
  }
  .article-author .author-content .credentials {
    font-weight: 700;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  }
}
@media (min-width: 1600px) {
  .newsArticle .article-details {
    background: #fff;
  }
  .newsArticle .article-main h2, .newsArticle .article-main .h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .newsArticle .article-main h3, .newsArticle .article-main .h3 {
    font-size: 26px;
    line-height: 1.1;
  }
  .newsArticle .article-main h4, .newsArticle .article-main .h4 {
    font-size: 20px;
  }
  .newsArticle .article-main .header-banner-image-title {
    font-size: 60px;
  }
  .newsArticle .article-main p {
    line-height: 1.8;
  }
  .newsArticle .article-main ul li {
    line-height: 1.8;
  }
  .newsArticle .article-main table td p {
    line-height: 1.4;
  }
  .newsArticle h1, .newsArticle .h1 {
    line-height: 0.9;
  }
}
.homepage-blocks {
  overflow: hidden;
}
.homepage-blocks > section {
  position: relative;
}
.homepage-blocks > section:first-child:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  background: #55EBB9;
  height: 60px;
  bottom: -30px;
  z-index: 2;
}
.homepage-blocks .tabs-block .nav-tabs li:first-child {
  margin-left: 0;
}
.homepage-blocks .tabs-block .nav-tabs li:last-child {
  margin-right: 0;
}
.homepage-blocks .tabs-block .nav-tabs li a {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  color: #003057;
  padding-bottom: 0 !important;
}
.homepage-blocks .tabs-block .nav-tabs li a:after {
  bottom: -16px;
}

@media (min-width: 768px) {
  .homepage-blocks > section:first-child:after {
    height: 80px;
    bottom: -50px;
  }
  .homepage-blocks .tabs-block .nav-tabs li a {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .homepage-blocks > section:first-child:after {
    height: 100px;
    bottom: -50px;
  }
}
.testimonial-item {
  padding-bottom: 30px;
}
.testimonial-item blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.testimonial-item blockquote:before, .testimonial-item blockquote::before {
  display: none;
}
.testimonial-item cite {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.testimonial-item cite:before, .testimonial-item cite::before {
  display: none;
}

.testimonial-block {
  padding: 30px 0;
}

.document-accordion .accordion-wrapper .accordion-wrapper {
  margin-left: 10px;
  margin-top: 10px;
}
.document-accordion .accordion-wrapper .accordion-header {
  position: relative;
  background: rgba(4, 9, 10, 0.6);
  transition: background 0.1s ease;
  cursor: pointer;
  margin-bottom: 3px;
  padding-right: 50px;
}
.document-accordion .accordion-wrapper .accordion-header img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  z-index: 3;
}
.document-accordion .accordion-wrapper .accordion-header.active, .document-accordion .accordion-wrapper .accordion-header:hover {
  background: #003057;
}
.document-accordion .accordion-wrapper .accordion-header .accordion-header-title {
  padding: 14px 30px 14px;
  width: calc(100% - 40px);
}
.document-accordion .accordion-wrapper .accordion-header .accordion-header-title h2, .document-accordion .accordion-wrapper .accordion-header .accordion-header-title .h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.document-accordion .accordion-wrapper .accordion-header h2, .document-accordion .accordion-wrapper .accordion-header .h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  color: #fff;
}
.document-accordion .accordion-wrapper .accordion-header h2:before, .document-accordion .accordion-wrapper .accordion-header .h2:before, .document-accordion .accordion-wrapper .accordion-header h2::before {
  display: none;
}
.document-accordion .accordion-wrapper .accordion-header i.icon {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  font-style: normal;
}
.document-accordion .accordion-wrapper .accordion-header i.icon:before, .document-accordion .accordion-wrapper .accordion-header i.icon::before {
  display: none;
}
.document-accordion .accordion-wrapper .accordion-header i.icon:before {
  display: inline-block;
}
.document-accordion .accordion-content {
  display: none;
  padding-bottom: 20px;
}
.document-accordion .accordion-content p {
  padding: 1rem 0;
  margin: 0;
}
.document-accordion article {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 0 16px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.document-accordion article:before, .document-accordion article::before {
  display: none;
}
.document-accordion article:not(:first-of-type) {
  padding-top: 16px;
}
.document-accordion article:last-of-type {
  border-bottom: none;
}
.document-accordion .sub-content-content {
  display: flex;
  align-items: center;
}
.document-accordion .sub-content-content .document-subtitle {
  margin: 0;
  color: rgba(4, 9, 10, 0.6);
  font-size: 1rem;
}
.document-accordion .sub-content-content:hover h4 a, .document-accordion .sub-content-content:hover .h4 a {
  color: rgba(0, 48, 87, 0.8);
}
.document-accordion .document-meta-group {
  padding-top: 10px;
  text-align: left;
}
.document-accordion dl.document-meta {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 0;
  text-align: left;
  display: inline-block;
  padding-left: 0px;
}
.document-accordion dl.document-meta:before, .document-accordion dl.document-meta::before {
  display: none;
}
.document-accordion dl.document-meta dd, .document-accordion dl.document-meta dt {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
  display: block;
}
.document-accordion dl.document-meta dd:before, .document-accordion dl.document-meta dd::before, .document-accordion dl.document-meta dt:before, .document-accordion dl.document-meta dt::before {
  display: none;
}

@media (min-width: 576px) {
  .document-accordion .document-meta-group {
    text-align: right;
  }
  .document-accordion dl.document-meta {
    padding-left: 10px;
  }
}
.block-logo {
  height: 120px;
  display: flex;
  justify-content: center;
}
.block-logo > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 80%;
}
.block-logo .icon:before {
  font-size: 62px;
  color: #003057;
}
.block-logo img.logo, .block-logo .icon {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 80px;
}
.block-logo.logo-square img.logo {
  max-height: 120px;
}

.block-blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: #fff;
  padding: 60px 40px 40px;
}
.block-blockquote:before, .block-blockquote::before {
  display: none;
}
.block-blockquote.wide {
  width: 100%;
  float: none !important;
}
.block-blockquote blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 40px 0 30px;
  font-size: 18px;
  line-height: 1.4;
  color: #003057;
  text-align: center;
}
.block-blockquote blockquote:before, .block-blockquote blockquote::before {
  display: none;
}
.block-blockquote blockquote cite {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  display: block;
  font-size: 17px;
  text-align: center;
}
.block-blockquote blockquote cite:before, .block-blockquote blockquote cite::before {
  display: none;
}
.block-blockquote blockquote:before {
  content: "";
  background-image: url("../svg/quote%201f717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 58px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  color: #55EBB9;
  font-size: 30px;
  filter: brightness(0) saturate(100%) invert(84%) sepia(18%) saturate(1284%) hue-rotate(99deg) brightness(97%) contrast(89%);
}

@media (min-width: 992px) {
  .block-blockquote blockquote {
    font-size: 20px;
  }
  .block-blockquote blockquote:before {
    font-size: 50px;
  }
  .block-blockquote.left {
    width: 475px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: -160px;
  }
  .block-blockquote.right {
    width: 475px;
    float: right;
    margin-right: -160px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  [class*=col-][class*="-12"] .block-blockquote.left {
    margin-left: 0;
  }
  [class*=col-][class*="-12"] .block-blockquote.right {
    margin-right: 0;
  }

  #tinymce .block-blockquote.left {
    margin-left: 0;
  }
  #tinymce .block-blockquote.right {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .block-blockquote.left {
    width: 475px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: -190px;
  }
  .block-blockquote.right {
    width: 475px;
    float: right;
    margin-right: -190px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  [class*=col-][class*="-12"] .block-blockquote.left {
    margin-left: 0;
  }
  [class*=col-][class*="-12"] .block-blockquote.right {
    margin-right: 0;
  }

  #tinymce .block-blockquote.left {
    margin-left: 0;
  }
  #tinymce .block-blockquote.right {
    margin-right: 0;
  }
}
@media (min-width: 1540px) {
  [class*=col-][class*="-12"] .block-blockquote.left {
    margin-left: -190px;
  }
  [class*=col-][class*="-12"] .block-blockquote.right {
    margin-right: -190px;
  }
}
#tinymce .block-blockquote.left {
  width: 475px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#tinymce .block-blockquote.right {
  width: 475px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.faq-item .question {
  background: rgba(4, 9, 10, 0.1);
  padding: 10px 40px 10px 50px;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
}
.faq-item .question:before {
  content: "+";
  position: absolute;
  left: 20px;
  color: rgba(4, 9, 10, 0.8);
  top: 17px;
  font-size: 28px;
  font-weight: bold;
}
.faq-item .question.open:before {
  content: "-";
  top: 14px;
  left: 22px;
}
.faq-item .answer {
  display: none;
  padding: 20px 50px;
}
#tinymce .faq-item .answer {
  display: block;
}
#tinymce .faq-item .question:before {
  top: 26px;
}

.right-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: rgba(4, 9, 10, 0.1);
  padding: 25px 30px 40px;
}
.right-panel:before, .right-panel::before {
  display: none;
}
.right-panel ul {
  padding-left: 0;
}
.right-panel ul li {
  padding-left: 20px;
}
.right-panel ul li:before {
  background: #fff;
  left: 0;
  top: 5px;
}
.right-panel .btn {
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .right-panel {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
}
.parallax-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 410px;
}
.parallax-image:before, .parallax-image::before {
  display: none;
}

@media (max-width: 991.98px) {
  .parallax-image .parallax-header {
    background-position: center 0 !important;
  }
}
@media (min-width: 992px) {
  .parallax-image {
    background-attachment: fixed;
    background-position: center 0;
  }
  .parallax-image.parallax-header {
    background-position: center 0;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .parallax-image {
    background-attachment: initial !important;
    background-position: center center !important;
  }
}
.wide-box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: rgba(4, 9, 10, 0.2);
  padding: 40px 30px 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wide-box:before, .wide-box::before {
  display: none;
}
.wide-box h1, .wide-box .h1, .wide-box h2, .wide-box .h2, .wide-box h3, .wide-box .h3, .wide-box h4, .wide-box .h4, .wide-box h5, .wide-box .h5, .wide-box h6, .wide-box .h6 {
  color: #55EBB9;
}
.wide-box p, .wide-box span, .wide-box ul li, .wide-box ol li {
  color: #fff;
}

.wide-box-image-right,
.wide-box-image-left {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgba(4, 9, 10, 0.1);
  padding: 40px 30px;
}
.wide-box-image-right:before, .wide-box-image-right::before,
.wide-box-image-left:before,
.wide-box-image-left::before {
  display: none;
}
.wide-box-image-right .wide-box-image-right-col-2,
.wide-box-image-left .wide-box-image-right-col-2 {
  padding-top: 26px;
}
.wide-box-image-right .wide-box-image-left-col-1,
.wide-box-image-left .wide-box-image-left-col-1 {
  padding-top: 26px;
}

.wide-box-image-right img {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .wide-box .inner {
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }

  .wide-box-image-right,
.wide-box-image-left {
    padding: 40px 30px;
  }
  .wide-box-image-right .inner,
.wide-box-image-left .inner {
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
  }
  .wide-box-image-right ul li,
.wide-box-image-left ul li {
    padding-left: 20px;
  }
  .wide-box-image-right ul li:before,
.wide-box-image-left ul li:before {
    background: #fff;
    left: 0;
    top: 8px;
  }
}
@media (min-width: 992px) {
  .wide-box {
    padding: 40px 0 60px;
  }
  .wide-box .inner {
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
  .wide-box ul li {
    padding-left: 20px;
  }
  .wide-box ul li:before {
    background: #fff;
    left: 0;
    top: 8px;
  }
  .wide-box .dark-grey-col-2 {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .wide-box {
    padding: 40px 0 60px;
  }
  .wide-box .inner {
    max-width: 862px;
  }

  .wide-box-image-right,
.wide-box-image-left {
    padding: 40px 0;
  }
}
.image-banner {
  width: 100%;
  height: 200px;
}
.image-banner .image-banner-inner {
  text-align: center;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.image-banner .image-banner-inner p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.image-banner .image-banner-inner p:before, .image-banner .image-banner-inner p::before {
  display: none;
}

@media (min-width: 768px) {
  .image-banner {
    width: 100%;
    height: 583px;
  }
  .image-banner .image-banner-inner {
    height: 583px;
  }
  .image-banner .image-banner-inner p {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .image-banner {
    width: 100%;
    height: 583px;
  }
  .image-banner .image-banner-inner {
    height: 583px;
  }
  .image-banner .image-banner-inner p {
    font-size: 42px;
  }
}
.search-results-count {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-size: 1rem;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(4, 9, 10, 0.2);
}
.search-results-count:before, .search-results-count::before {
  display: none;
}

.search-results-no-results {
  padding: 60px;
  background: rgba(4, 9, 10, 0.1);
  text-align: center;
  border-top: solid 1px #003057;
  border-bottom: solid 1px #003057;
  margin-top: 40px;
}
.search-results-no-results p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-align: center;
  font-size: 16px;
}
.search-results-no-results p:before, .search-results-no-results p::before {
  display: none;
}

.search-results-showing {
  margin-top: 0;
  border-top: solid 1px rgba(4, 9, 10, 0.2);
}

.search-result-item {
  border-bottom: solid 1px #003057;
  padding: 20px 0;
  transition: all 0.2s ease;
}
.search-result-item:hover {
  background: rgba(0, 48, 87, 0.05);
}
.search-result-item:hover a {
  color: rgba(0, 48, 87, 0.8);
}
.search-result-item:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .search-results-no-results p {
    font-size: 18px;
  }
}
.search-bar {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  border: solid 1px #003057;
  border-radius: 5px;
  position: relative;
  padding: 5px;
}
.search-bar:before, .search-bar::before {
  display: none;
}
.search-bar [type=text] {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  border: none !important;
  outline: none !important;
  width: 100%;
  padding: 10px;
}
.search-bar [type=text]:before, .search-bar [type=text]::before {
  display: none;
}
.search-bar button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  background: none !important;
  outline: none !important;
  border: none !important;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.search-bar button:before, .search-bar button::before {
  display: none;
}
.search-bar.search-bar-large button .icon {
  position: relative;
  top: 3px;
  right: 3px;
  font-size: 28px;
}

.block-builder-image {
  width: 100%;
}
.block-builder-image img {
  max-width: 100%;
  height: auto;
}
.block-builder-image.portrait {
  display: flex;
  justify-content: center;
}

.macro-wrapper .block-builder-image,
.macro-wrapper .block-builder-video {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.macro-wrapper .block-builder-image.block-builder-image-right, .macro-wrapper .block-builder-image.block-builder-video-right,
.macro-wrapper .block-builder-video.block-builder-image-right,
.macro-wrapper .block-builder-video.block-builder-video-right {
  overflow: hidden;
}
.macro-wrapper .block-builder-image.block-builder-image-right img, .macro-wrapper .block-builder-image.block-builder-video-right img,
.macro-wrapper .block-builder-video.block-builder-image-right img,
.macro-wrapper .block-builder-video.block-builder-video-right img {
  float: right;
}

.block-builder-video .framed-video {
  position: relative;
  overflow: hidden;
  --aspect-ratio: 16/9;
}
.block-builder-video .framed-video img {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  position: relative;
  z-index: 10;
  transition-delay: 0.5s;
  max-width: 100%;
  height: auto;
}
.block-builder-video .framed-video .overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
  transition-delay: 0.5s;
  transform: translate3d(0, 0, 0);
}
.block-builder-video .framed-video .overlay .video-play-button {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  position: absolute;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
  background: #fff;
}
.block-builder-video .framed-video .overlay .video-play-button:after {
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: -10px;
  border-width: 15px 0 15px 30px;
  z-index: 5;
  border-color: transparent transparent transparent #55EBB9;
}
.block-builder-video .framed-video.show-video img {
  transform: translate3d(0, 100%, 0);
}
.block-builder-video .framed-video.show-video .overlay {
  transform: translate3d(0, 100%, 0);
  opacity: 0.2;
}
.block-builder-video .framed-video iframe, .block-builder-video .framed-video video {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 576px) {
  .block-builder-image,
.block-builder-video {
    margin-bottom: 10px;
    margin-top: 3px;
  }
  .block-builder-image.block-builder-image-left, .block-builder-image.block-builder-video-left,
.block-builder-video.block-builder-image-left,
.block-builder-video.block-builder-video-left {
    float: left;
    margin-right: 20px;
  }
  .block-builder-image.block-builder-image-right, .block-builder-image.block-builder-video-right,
.block-builder-video.block-builder-image-right,
.block-builder-video.block-builder-video-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .block-builder-image.block-builder-image-small, .block-builder-image.block-builder-video-small,
.block-builder-video.block-builder-image-small,
.block-builder-video.block-builder-video-small {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block-builder-image.block-builder-image-small, .block-builder-image.block-builder-video-small,
.block-builder-video.block-builder-image-small,
.block-builder-video.block-builder-video-small {
    width: 25%;
  }
  .block-builder-image.block-builder-image-medium, .block-builder-image.block-builder-video-medium,
.block-builder-video.block-builder-image-medium,
.block-builder-video.block-builder-video-medium {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .block-builder-image.block-builder-video-large,
.block-builder-video.block-builder-video-large {
    width: 50%;
  }
}
.form-block .umbraco-forms-field.singlechoice {
  margin-top: 30px;
}
.form-block .umbraco-forms-field.singlechoice.active label {
  font-size: 16px;
}
.form-block .umbraco-forms-field.singlechoice [type=radio] ~ label {
  font-size: 14px;
}
.form-block .umbraco-forms-field.singlechoice label.umbraco-forms-label {
  top: -10px !important;
  left: 0 !important;
  margin-bottom: 10px !important;
  position: static;
}
.form-block .umbraco-forms-field.singlechoice .radiobuttonlist {
  display: flex;
}
.form-block .umbraco-forms-field.singlechoice .radiobuttonlist > div {
  margin-right: 40px;
  position: relative;
}
.form-block .umbraco-forms-field.multiplechoice {
  margin-top: 30px;
}
.form-block .umbraco-forms-field.multiplechoice.active label {
  font-size: 16px;
}
.form-block .umbraco-forms-field.multiplechoice label.umbraco-forms-label {
  top: -10px !important;
  left: 0 !important;
  margin-bottom: 10px !important;
  position: static;
}
.form-block .umbraco-forms-field.multiplechoice [type=checkbox] ~ label {
  margin-bottom: 0;
}
.form-block .umbraco-forms-field.multiplechoice .checkboxlist {
  display: flex;
  flex-wrap: wrap;
}
.form-block .umbraco-forms-field.multiplechoice .checkboxlist > div {
  margin-right: 40px;
  position: relative;
  width: calc(50% - 40px);
}
.form-block .umbraco-forms-page [type=radio] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  display: block;
}
.form-block .umbraco-forms-page [type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  display: block;
}

@media (min-width: 768px) {
  .form-block.small-spacing-top {
    padding-top: 60px;
  }
  .form-block.small-spacing-bottom {
    padding-bottom: 60px;
  }
  .form-block.no-spacing-top {
    padding-top: 0;
  }
  .form-block.no-spacing-bottom {
    padding-bottom: 0;
  }
  .form-block .umbraco-forms-field.multiplechoice .checkboxlist > div {
    width: calc(33.3% - 40px);
  }
}
.blockbuilder-two-col-block {
  display: flex;
  flex-direction: column;
}
.blockbuilder-two-col-block.blockbuilder-two-col-block-right {
  flex-direction: column-reverse;
}
.blockbuilder-two-col-block .blockbuilder-two-col-block-content {
  background: #003057;
  color: #fff;
}
.blockbuilder-two-col-block .blockbuilder-two-col-block-content p, .blockbuilder-two-col-block .blockbuilder-two-col-block-content b, .blockbuilder-two-col-block .blockbuilder-two-col-block-content h1, .blockbuilder-two-col-block .blockbuilder-two-col-block-content .h1, .blockbuilder-two-col-block .blockbuilder-two-col-block-content h2, .blockbuilder-two-col-block .blockbuilder-two-col-block-content .h2, .blockbuilder-two-col-block .blockbuilder-two-col-block-content h3, .blockbuilder-two-col-block .blockbuilder-two-col-block-content .h3, .blockbuilder-two-col-block .blockbuilder-two-col-block-content h4, .blockbuilder-two-col-block .blockbuilder-two-col-block-content .h4, .blockbuilder-two-col-block .blockbuilder-two-col-block-content h5, .blockbuilder-two-col-block .blockbuilder-two-col-block-content .h5, .blockbuilder-two-col-block .blockbuilder-two-col-block-content h6, .blockbuilder-two-col-block .blockbuilder-two-col-block-content .h6 {
  color: inherit;
}
.blockbuilder-two-col-block .blockbuilder-two-col-block-image {
  display: flex;
}
.blockbuilder-two-col-block .blockbuilder-two-col-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 768px) {
  .blockbuilder-two-col-block {
    flex-direction: row;
  }
  .blockbuilder-two-col-block.blockbuilder-two-col-block-right {
    flex-direction: row-reverse;
  }
  .blockbuilder-two-col-block .blockbuilder-two-col-block-image {
    width: 50%;
    object-fit: cover;
  }
  .blockbuilder-two-col-block .blockbuilder-two-col-block-content {
    width: 50%;
    padding: 60px;
  }
}
a.btn {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  padding: 11px 40px 11px 15px;
  padding-bottom: 11px !important;
  background: transparent;
  color: #003057;
  cursor: pointer;
  border: 1px solid #003057;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  line-height: 1.1;
  text-align: center;
  outline: none;
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  text-transform: none;
  background-image: none !important;
  /*Button variations*/
  /* &.btn-secondary {
      background: $theme-secondary;
  }

  &.large-btn {
      font-size: 20px;
  }

  &:focus {
      outline: none;
  }*/
}
a.btn:before, a.btn::before {
  display: none;
}
a.btn:after, a.btn:before {
  content: "";
  background-image: url("../svg/right-arrow-black8f09.svg?v=BhX8yhdE3WkcNQeu8LCUZF2cgac");
  height: 15px;
  width: 15px;
  position: absolute;
  right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  transition: all 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2879%) hue-rotate(191deg) brightness(90%) contrast(102%);
}
a.btn:before {
  display: block;
  background-position: -15px;
}
a.btn:hover {
  color: #fff;
  background: #003057;
  border: 1px solid #003057;
  transition: all 0.2s ease;
}
a.btn:hover:after, a.btn:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(34%) saturate(0%) hue-rotate(166deg) brightness(113%) contrast(101%);
  transition: all 0.2s ease;
}
a.btn.btn-primary, a.btn.primary {
  background: #55EBB9;
  border: 1px solid #55EBB9;
  color: #003057;
  transition: all 0.2s ease;
}
a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.primary:hover, a.btn.primary:active {
  background: #003057;
  color: #55EBB9;
  border: 1px solid #003057;
  transition: all 0.2s ease;
}
a.btn.btn-primary:hover:after, a.btn.btn-primary:hover:before, a.btn.btn-primary:active:after, a.btn.btn-primary:active:before, a.btn.primary:hover:after, a.btn.primary:hover:before, a.btn.primary:active:after, a.btn.primary:active:before {
  filter: brightness(0) saturate(100%) invert(81%) sepia(8%) saturate(2357%) hue-rotate(106deg) brightness(95%) contrast(102%);
  transition: all 0.2s ease;
}
a.btn.btn-primary:not(:disabled):not(.disabled):active, a.btn.primary:not(:disabled):not(.disabled):active {
  background: rgba(85, 235, 185, 0.8);
  transition: all 0.2s ease;
}
a.btn.btn-secondary {
  background: #003057;
  border: 1px solid #003057;
  color: #fff;
  transition: all 0.2s ease;
}
a.btn.btn-secondary:after {
  filter: brightness(0) saturate(100%) invert(81%) sepia(8%) saturate(2357%) hue-rotate(106deg) brightness(95%) contrast(102%);
}
a.btn.btn-secondary:hover, a.btn.btn-secondary:active {
  background: transparent;
  color: #003057;
  border: 1px solid #003057;
  transition: all 0.2s ease;
}
a.btn.btn-secondary:hover:after, a.btn.btn-secondary:hover:before, a.btn.btn-secondary:active:after, a.btn.btn-secondary:active:before {
  filter: brightness(0) saturate(100%) invert(81%) sepia(8%) saturate(2357%) hue-rotate(106deg) brightness(95%) contrast(102%);
  transition: all 0.2s ease;
}
a.btn.btn-secondary:not(:disabled):not(.disabled):active {
  background: rgba(0, 48, 87, 0.8);
  transition: all 0.2s ease;
}
a.btn.btn-transparent-secondary {
  background: transparent;
  border: 1px solid #55EBB9;
  color: #55EBB9;
  transition: all 0.2s ease;
}
a.btn.btn-transparent-secondary:after {
  filter: brightness(0) saturate(100%) invert(81%) sepia(8%) saturate(2357%) hue-rotate(106deg) brightness(95%) contrast(102%);
}
a.btn.btn-transparent-secondary:hover, a.btn.btn-transparent-secondary:active {
  background: #55EBB9;
  color: #003057;
  border: 1px solid #55EBB9;
  transition: all 0.2s ease;
}
a.btn.btn-transparent-secondary:hover:after, a.btn.btn-transparent-secondary:hover:before, a.btn.btn-transparent-secondary:active:after, a.btn.btn-transparent-secondary:active:before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2879%) hue-rotate(191deg) brightness(90%) contrast(102%);
  transition: all 0.2s ease;
}
a.btn.btn-transparent-secondary:not(:disabled):not(.disabled):active {
  background: rgba(0, 48, 87, 0.8);
  transition: all 0.2s ease;
}
a.btn.btn-green-to-white {
  background: #55EBB9;
  border: 1px solid #55EBB9;
  color: #003057;
  transition: all 0.2s ease;
}
a.btn.btn-green-to-white:after, a.btn.btn-green-to-white:before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2879%) hue-rotate(191deg) brightness(90%) contrast(102%);
}
a.btn.btn-green-to-white:hover, a.btn.btn-green-to-white:active {
  background: #fff;
  color: #003057;
  border: 1px solid #fff;
  transition: all 0.2s ease;
}
a.btn.btn-green-to-white:hover:after, a.btn.btn-green-to-white:hover:before, a.btn.btn-green-to-white:active:after, a.btn.btn-green-to-white:active:before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2879%) hue-rotate(191deg) brightness(90%) contrast(102%);
  transition: all 0.2s ease;
}
a.btn.btn-green-to-white:not(:disabled):not(.disabled):active {
  background: rgba(85, 235, 185, 0.8);
  transition: all 0.2s ease;
}
a.btn.btn-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.2s ease;
}
a.btn.btn-white:after {
  filter: brightness(0) saturate(100%) invert(81%) sepia(8%) saturate(2357%) hue-rotate(106deg) brightness(95%) contrast(102%);
}
a.btn.btn-white:hover, a.btn.btn-white:active {
  background: #55EBB9;
  color: #003057;
  border: 1px solid #55EBB9;
  transition: all 0.2s ease;
}
a.btn.btn-white:hover:after, a.btn.btn-white:hover:before, a.btn.btn-white:active:after, a.btn.btn-white:active:before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(2879%) hue-rotate(191deg) brightness(90%) contrast(102%);
  transition: all 0.2s ease;
}
a.btn.btn-white:not(:disabled):not(.disabled):active {
  background: rgba(85, 235, 185, 0.8);
  transition: all 0.2s ease;
}
a.btn.btn-close {
  font-size: 18px;
}
a.btn.btn-close:after, a.btn.btn-close:before {
  background-image: url("../svg/close-iconf717.svg?v=-s8A-lHBf2xSOmaelncGgUUKE0s");
  height: 25px;
  width: 25px;
  animation: none !important;
}
a.btn.btn-close:before {
  background-position: -25px;
}
a.btn.btn-small-secondary {
  padding: 7px 40px 7px 20px !important;
}
a.btn.xl-btn {
  font-size: 20px;
  padding: 22px 177px 22px 30px;
  padding-bottom: 22px !important;
}
a.btn.xl-btn:after, a.btn.xl-btn:before {
  height: 25px;
  width: 25px;
}
a.btn.xl-btn:before {
  background-position: -25px;
}
a.btn.xl-btn:after {
  right: 30px;
}
a.btn .btn-large {
  font-size: 20px;
}

.buttons-container {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  a.btn {
    width: fit-content;
  }

  /* .btn {
      width: fit-content;

      &:after {
          position: absolute;
          content: "";
          width: 0;
          height: 100%;
          top: 0;
          right: 0;
          z-index: 0;
          background: $theme-primary;
          transition: width 0.3s ease, right 0.3s ease;
          border-radius: 4px;
      }

      &:hover {
          color: $white;
          background: $theme-primary;
          border: 1px solid $theme-primary;
          transition: all 0.2s ease;
          z-index: 1;

         &:after {
              transition: left 0.2s ease, width 0.2s ease;
              left: 0;
              width: 100%;
              z-index: -1;
          }
      }

      &.btn-primary {
          &:hover, &:active {
              color: $white;
              border: 1px solid $black;
              transition: all 0.2s ease;
          }

         &:after {
              background: $white;
          }

          &.submit-button {

              &:hover {
                  background: $white;
              }
          }
      }
  }*/
}
.btn:hover:before {
  animation: arrow-in 0.5s;
}
.btn:hover:after {
  animation: arrow-out 0.5s;
}
.btn:hover.btn-close {
  animation: none;
}
.btn:hover.xl-btn:before {
  animation: arrow-in-xl 0.5s;
}
.btn:hover.xl-btn:after {
  animation: arrow-out-xl 0.5s;
}

@keyframes arrow-out {
  0% {
    background-position: 0;
  }
  80%, 100% {
    background-position: 17px;
  }
}
@keyframes arrow-in {
  0% {
    background-position: -17px;
  }
  80%, 100% {
    background-position: 0;
  }
}
@keyframes arrow-out-xl {
  0% {
    background-position: 0;
  }
  80%, 100% {
    background-position: 27px;
  }
}
@keyframes arrow-in-xl {
  0% {
    background-position: -27px;
  }
  80%, 100% {
    background-position: 0;
  }
}
/*  Scott test https://codepen.io/t_afif/pen/wvdvYPJ-- */
/*.expanding-arrow {
    width: 36px;
    height: 20px;
    display: grid;
    overflow: hidden;
    margin-top: 19px;
}

.expanding-arrow.reverse-arrow {
    transform: rotateY(-180deg);
}

.expanding-arrow:before,
.expanding-arrow:after {
    content: "";
    grid-area: 1/1;
    background-image: url("/content/images/arrow-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(calc(0% + var(--s,0%)));
}

.expanding-arrow-parent:hover .expanding-arrow:before, .expanding-arrow-parent:hover
.expanding-arrow:after {
    animation: a5 0.5s;
}

.expanding-arrow:after {
    --s: -100%;
}

@keyframes a5 {
    80%, 100% {
        transform: translate(calc(100% + var(--s,0%)));
    }
}*/
.page-item .page-link {
  color: rgba(4, 9, 10, 0.6);
}

.page-item.active .page-link {
  background: #003057;
  border-color: #003057;
}

.page-link:hover {
  z-index: 2;
  color: rgba(4, 9, 10, 0.6);
}

ul.pagination li {
  padding: 0;
  margin: 0;
}
ul.pagination li:before {
  display: none;
}

.form-wrapper {
  margin-bottom: 30px;
}

.umbraco-nested-grid {
  margin-left: -15px;
  margin-right: -15px;
}

/*.blockrenderer .umb-grid .grid-section .container {
    max-width: 100%;
}*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  /*opacity: 0.7;*/
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before {
  width: 40px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 50px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
  width: 30px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  /*-webkit-appearance: none;*/
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  /* -webkit-appearance: none;*/
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #55EBB9;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#CookiebotWidget ul li:before {
  display: none;
}
#CookiebotWidget a:not(.btn):not(.internal-new-tab)[target=_blank]:after {
  display: none;
}

.select2-container {
  border: none;
  outline: none !important;
  margin-bottom: 10px;
  border-radius: 2px;
}

.select2 {
  width: 100% !important;
}
.select2 span {
  outline: none !important;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 4px 0;
  min-height: 47px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  position: relative;
  top: 4px;
  color: #003057;
  font-size: 16px;
}

.select2-container--default .select2-selection--single {
  border-color: rgba(0, 48, 87, 0.4);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #003057 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #003057 transparent transparent transparent;
}

.select2-dropdown {
  border-color: rgba(0, 48, 87, 0.4);
}

.select2-results__options {
  width: 100%;
  list-style: none;
  display: block;
}
.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option {
  width: 100%;
  font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #55ebb9;
  color: #003057;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #003057;
  color: #fff;
}

.umbraco-forms-page .select-wrapper {
  position: relative;
  outline: none !important;
  margin-bottom: 10px;
  display: block;
}
.umbraco-forms-page .select-wrapper select {
  width: 100%;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #003057;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 200px;
}
.owl-carousel .owl-nav .owl-prev {
  border: 2px solid #fff;
  height: 62px;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: relative;
  background: #003057;
}
.owl-carousel .owl-nav .owl-prev img {
  transform: rotate(180deg);
}
.owl-carousel .owl-nav .owl-next {
  border: 2px solid #fff;
  height: 62px;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  background: #003057;
}

/* White Version */
.pikaday-white {
  --backgroundColor: #ffffff;
  --textColor: $theme-primary;
  --currentDateTextColor: $theme-secondary;
  --selectedDateBackgroundColor: $theme-primary;
  --selectedDateTextColor: #ffffff;
  --labelTextColor: #4a5568;
  /* eg. May 2020 */
  --weekDaysTextColor: #a0aec0;
  /* eg. Mo Tu We ....*/
  background-color: var(--backgroundColor);
  border-radius: 10px;
  padding: 0.7rem;
  z-index: 2000;
  margin: 6px 0 0 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  font-family: inherit;
}

.pikaday-white.is-hidden {
  display: none;
}

.pikaday-white .pika-title {
  padding: 0.2rem 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
}

/* Next/Previous */
.pikaday-white .pika-prev,
.pikaday-white .pika-next {
  position: absolute;
  outline: none;
  padding: 0;
  width: 24px;
  height: 24px;
  top: 7px;
  display: inline-block;
  margin-top: 0;
  cursor: pointer;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.pikaday-white .pika-prev:hover,
.pikaday-white .pika-next:hover {
  opacity: 1;
}

.pikaday-white .pika-prev {
  right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a0aec0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7'%3E%3C/path%3E%3C/svg%3E");
}

.pikaday-white .pika-next {
  right: -6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a0aec0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pikaday-white .pika-label {
  font-size: 1.2rem;
  font-weight: 700;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 1.15;
  color: var(--labelTextColor);
}

/* Show Month & Year select */
.pikaday-white table {
  width: 100%;
  border-collapse: collapse;
}

.pikaday-white table th {
  width: 2em;
  height: 2em;
  font-weight: normal;
  color: #003057;
  text-align: center;
  background: transparent;
}

.pikaday-white table th abbr {
  text-decoration: none;
}

.pikaday-white table td {
  padding: 1px;
  border-bottom: none !important;
}

.pikaday-white table td button {
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50% !important;
}

.pikaday-white table td button:hover {
  background-color: #55EBB9 !important;
}

.pikaday-white table td.is-today button {
  color: #003057 !important;
  background: #fff !important;
}

.pikaday-white table td.is-selected button {
  background-color: #55EBB9 !important;
}

.pikaday-white table td button {
  color: var(--textColor);
}

.pikaday-white table td button:hover,
.pikaday-white table td.is-selected button,
.pikaday-white table td.is-selected button:hover {
  color: var(--selectedDateTextColor);
}

/*----------------*/
.pika-button {
  background: #003057 !important;
  color: #fff !important;
  position: relative;
  left: 5px;
}

/* Dark Version */
.pikaday-dark {
  --backgroundColor: #2d3748;
  --textColor: #f7fafc;
  --currentDateTextColor: #3182ce;
  --selectedDateBackgroundColor: #3182ce;
  --selectedDateTextColor: #f7fafc;
  --labelTextColor: #3182ce;
  /* eg. May 2020 */
  --weekDaysTextColor: #a0aec0;
  /* eg. Mo Tu We ....*/
  background-color: var(--backgroundColor);
  border-radius: 10px;
  padding: 0.7rem;
  z-index: 2000;
  margin: 6px 0 0 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  font-family: inherit;
}

.pikaday-dark.is-hidden {
  display: none;
}

.pikaday-dark .pika-title {
  padding: 0.2rem 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
}

/* Next/Previous */
.pikaday-dark .pika-prev,
.pikaday-dark .pika-next {
  position: absolute;
  outline: none;
  padding: 0;
  width: 24px;
  height: 24px;
  top: 15px;
  display: inline-block;
  margin-top: 0;
  cursor: pointer;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.pikaday-dark .pika-prev:hover,
.pikaday-dark .pika-next:hover {
  opacity: 1;
}

.pikaday-dark .pika-prev {
  right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a0aec0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7'%3E%3C/path%3E%3C/svg%3E");
}

.pikaday-dark .pika-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a0aec0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pikaday-dark .pika-label {
  font-size: 1.2rem;
  font-weight: 700;
  padding-right: 4px;
  padding-left: 4px;
  color: var(--labelTextColor);
}

/* Show Month & Year select */
.pikaday-dark .pika-select-month,
.pikaday-dark .pika-select-year {
  display: none;
}

.pikaday-dark table {
  width: 100%;
  border-collapse: collapse;
}

.pikaday-dark table th {
  width: 2em;
  height: 2em;
  font-weight: normal;
  color: var(--weekDaysTextColor);
  text-align: center;
}

.pikaday-dark table th abbr {
  text-decoration: none;
}

.pikaday-dark table td {
  padding: 1px;
  border-bottom: none !important;
}

.pikaday-dark table td button {
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
}

.pikaday-dark table td button:hover {
  background-color: var(--selectedDateBackgroundColor);
}

.pikaday-dark table td.is-today button {
  color: var(--currentDateTextColor);
}

.pikaday-dark table td.is-selected button {
  background-color: var(--selectedDateBackgroundColor);
}

.pikaday-dark table td button,
.pikaday-dark table td button:hover,
.pikaday-dark table td.is-selected button,
.pikaday-dark table td.is-selected button:hover {
  color: var(--textColor);
}

/*----------------*/
@media (max-width: 767.98px) {
  body:after {
    content: "mobtab";
    display: none;
  }
}
@media (min-width: 1200px) {
  body:after {
    content: "desktop";
    display: none;
  }
}
@media (max-width: 991.98px) {
  .site-wrapper:after {
    content: "mobtab";
    display: none;
  }
}
@media (min-width: 992px) {
  .site-wrapper:after {
    content: "desktop";
    display: none;
  }
}
/*@media only screen and (max-device-width : 1024px) {
 body:after {
  content: 'mobtab';
 }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width : 1024px) {
 body:after {
  content: 'mobtab';
 }

}

@media only screen and (min-device-pixel-ratio: 2) and (max-device-width : 1024px) {
 body:after {
  content: 'mobtab';
 }
}*/
.vacancy-page {
  padding: 100px 0 40px 0;
}
.vacancy-page .vacancy-page-subtitle {
  color: #003057;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.vacancy-page .vacancy-page-title {
  color: #55EBB9;
  margin: 0;
}
.vacancy-page .vacancy-details-table {
  margin: 30px 0 50px 0;
  width: 100%;
}
.vacancy-page .vacancy-details-table tbody td {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px 10px 30px;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.vacancy-page .vacancy-details-table tbody td.title {
  font-weight: 400;
  padding: 10px 10px 10px 0;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.vacancy-page .xl-btn {
  margin-top: 60px;
  margin-bottom: 40px;
}

.vacancy-side-cta-container {
  position: sticky;
  top: 80px;
  margin-top: 44px;
}

@media (min-width: 1200px) {
  .vacancy-page {
    padding: 200px 0 100px 0;
  }
  .vacancy-page .vacancy-page-subtitle {
    font-size: 24px;
  }
  .vacancy-page .vacancy-details-table {
    width: auto;
  }
  .vacancy-page .xl-btn {
    margin-bottom: 0;
  }
}
.vacancies-page {
  background: #EBECF0;
  padding: 0 0 60px 0;
}

@media (min-width: 1600px) {
  .vacancies-page {
    padding: 0 0 200px 0;
  }
}
.cv-upload-page {
  padding: 40px 0 100px 0;
}
.cv-upload-page h2, .cv-upload-page .h2 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .cv-upload-page {
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 1600px) {
  .cv-upload-page {
    padding: 100px 0 200px 0;
  }
}
.policyPages .policy-content {
  padding-bottom: 40px;
}
.policyPages .policy-content h2, .policyPages .policy-content .h2 {
  font-size: 40px;
}
.policyPages .policy-content h3, .policyPages .policy-content .h3 {
  font-size: 26px;
}
.policyPages .policy-content h4, .policyPages .policy-content .h4 {
  font-size: 20px;
}
.policyPages .policy-content p {
  line-height: 1.8;
}
.policyPages .policy-content ul li {
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .policyPages .policy-content h2, .policyPages .policy-content .h2 {
    font-size: 40px;
  }
  .policyPages .policy-content h3, .policyPages .policy-content .h3 {
    font-size: 26px;
  }
  .policyPages .policy-content h4, .policyPages .policy-content .h4 {
    font-size: 20px;
  }
}
.error-page-header {
  background: #003057;
  padding-top: 100px;
  padding-bottom: 30px;
}
.error-page-header .header-banner-inner {
  border-left: 4px solid #55ebb9;
  padding-left: 50px;
}
.error-page-header .subtitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0 0 10px 0;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
}
.error-page-header h1, .error-page-header .h1 {
  color: #55EBB9;
  margin-top: 0;
}

.error-page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .error-page-header {
    background: #003057;
    padding-top: 230px;
    padding-bottom: 104px;
  }
  .error-page-header .header-banner-inner {
    border-left: 4px solid #55ebb9;
    padding-left: 50px;
  }
  .error-page-header .subtitle {
    color: #fff;
    text-transform: uppercase;
  }
  .error-page-header h1, .error-page-header .h1 {
    color: #55EBB9;
  }

  .error-page-content {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
#nl-error-in-form {
  padding-bottom: 5px;
  color: #FF0000;
  display: none;
  font-size: 16px;
}
#nl-error-in-form.visible {
  display: block;
}

#newsletter-signup-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(4, 9, 10, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}
#newsletter-signup-modal .umbraco-forms-page [type=checkbox] ~ label:before {
  left: 2px;
}
#newsletter-signup-modal .umbraco-forms-page [type=checkbox] ~ label:after {
  left: 5px;
}
#newsletter-signup-modal .umbraco-forms-page [type=checkbox] ~ label {
  padding-left: 30px;
  font-size: 14px !important;
}
#newsletter-signup-modal .recaptcha {
  position: static;
  width: 100%;
  transform: initial;
  text-align: left;
  font-size: 12px !important;
}
#newsletter-signup-modal.show {
  display: flex;
}
#newsletter-signup-modal.show .modal-dialog {
  height: 100vh;
  margin: 20px auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  max-width: 874px;
  width: 100%;
  position: relative;
  align-items: center;
}
#newsletter-signup-modal.show .modal-dialog .modal-content {
  width: calc(100% - 30px);
  max-width: 437px;
  border-radius: unset;
  border: none;
  padding: 30px 0px;
  position: static;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .modal-body {
  position: static;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .subtitle {
  color: #003057;
  font-size: 24px;
  font-weight: 700;
  font-family: "League Spartan Regular", league-fallback-font, sans-serif;
  margin-top: 0;
  margin-bottom: 8px;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .small-hr {
  margin: 8px 0;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .title {
  font-family: "Montserrat Regular", montserrat-fallback-font, sans-serif;
  font-size: 22px;
  text-transform: none;
  margin-top: 16px;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .btn {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: 50px;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .copy-below-button p {
  font-size: 14px;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .copy-below-button a {
  font-weight: 700;
  color: #04090A;
  font-weight: 700;
}
#newsletter-signup-modal.show .modal-dialog .modal-content .copy-below-button a:hover {
  color: #003057;
  text-decoration: underline;
  text-decoration-color: #55EBB9;
  text-underline-offset: 4px;
}
#newsletter-signup-modal.show .modal-dialog .modal-content button[type=button] {
  background: transparent;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
#newsletter-signup-modal.show .modal-dialog .modal-content button[type=button] img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
#newsletter-signup-modal.show .modal-dialog .modal-content button[type=button]:hover {
  cursor: pointer;
}
#newsletter-signup-modal.show .modal-dialog .modal-image {
  width: calc(100% - 30px);
  height: 100px;
  max-width: 437px;
  background: #55EBB9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#newsletter-signup-modal.show .modal-dialog .modal-image .red-tractebel-logo {
  width: 120px;
  height: unset;
  position: absolute;
  left: 15px;
  bottom: 10px;
}
#newsletter-signup-modal .nl-thank-you-wrapper {
  display: none;
}
#newsletter-signup-modal .nl-form-and-thanks.show-thanks .nl-thank-you-wrapper {
  display: block;
  padding-top: 30px;
}
#newsletter-signup-modal .nl-form-and-thanks.show-thanks .nl-thank-you-wrapper .btn.btn-close {
  margin: 30px 0;
}
#newsletter-signup-modal .nl-form-and-thanks.show-thanks .nl-thank-you-wrapper .subtitle {
  text-transform: uppercase;
}
#newsletter-signup-modal .nl-form-and-thanks.show-thanks .form-wrapper {
  display: none;
}
#newsletter-signup-modal .nl-submit-wrapper .spinner {
  display: none;
}
#newsletter-signup-modal .nl-submit-wrapper .spinner div {
  background-color: #55EBB9;
}
#newsletter-signup-modal .nl-submit-wrapper.processing .spinner {
  margin-top: 24px;
  margin-bottom: 10px;
  display: block;
}
#newsletter-signup-modal .nl-submit-wrapper.processing [type=submit], #newsletter-signup-modal .nl-submit-wrapper.processing [data-submit-nl] {
  display: none;
}

@media (min-width: 992px) {
  #newsletter-signup-modal .umbraco-forms-page [type=checkbox] ~ label {
    margin-top: 0;
  }
  #newsletter-signup-modal .umbraco-forms-page [type=checkbox] ~ label:before {
    left: 1px;
  }
  #newsletter-signup-modal .umbraco-forms-page [type=checkbox]:checked ~ label:after {
    left: 4px;
  }
  #newsletter-signup-modal.show .modal-dialog {
    flex-direction: row;
    max-height: calc(100% - 40px);
    height: auto;
    align-items: initial;
  }
  #newsletter-signup-modal.show .modal-dialog .modal-content {
    width: 50%;
    padding: 34px;
    height: auto;
  }
  #newsletter-signup-modal.show .modal-dialog .modal-content .title {
    font-size: 32px;
  }
  #newsletter-signup-modal.show .modal-dialog .modal-image {
    width: 50%;
    height: auto;
  }
  #newsletter-signup-modal.show .modal-dialog .modal-image .red-tractebel-logo {
    width: 150px;
    height: 87px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: initial;
  }
}
@media (max-width: 991.98px) {
  #newsletter-signup-modal.show .modal-dialog .modal-content {
    position: relative;
  }

  #newsletter-signup-modal.show .modal-dialog .modal-content button[type=button] {
    top: -90px;
    right: 0px;
  }
}
#gated-capability-statements-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(4, 9, 10, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}
#gated-capability-statements-modal .error-in-form {
  color: #FF0000;
  padding-bottom: 5px;
  display: none;
}
#gated-capability-statements-modal .error-in-form.visible {
  display: block;
}
#gated-capability-statements-modal .submit-wrapper .spinner {
  display: none;
}
#gated-capability-statements-modal .submit-wrapper .spinner div {
  background-color: #55EBB9;
}
#gated-capability-statements-modal .submit-wrapper.processing .spinner {
  margin-top: 72px;
  margin-bottom: 20px;
  display: block;
}
#gated-capability-statements-modal .submit-wrapper.processing [type=submit], #gated-capability-statements-modal .submit-wrapper.processing [data-submit-cf=true] {
  display: none;
}
#gated-capability-statements-modal .modal-mobile-logo {
  width: 100px;
  height: 58px;
}
#gated-capability-statements-modal .thank-you-title {
  margin-top: 0;
}
#gated-capability-statements-modal.show {
  display: flex;
}
#gated-capability-statements-modal.show .modal-dialog {
  max-height: calc(100% - 40px);
  margin: 20px auto;
  display: flex;
  justify-content: center;
  max-width: 923px;
  width: 100%;
  position: relative;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content {
  width: 100%;
  border-radius: unset;
  border: none;
  padding: 35px;
  position: static;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 20px 20px;
  overflow-y: auto;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content button {
  position: absolute;
  top: -6px;
  right: -14px;
  background: transparent;
  border: none;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-body {
  position: static;
  width: 100%;
  padding-top: 0;
  padding: 0;
  /*
  .logo {
      position: absolute;
      bottom: 20px;
      left: 20px;
      width: 100px;
      height: 58px;
  }*/
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-body h2, #gated-capability-statements-modal.show .modal-dialog .modal-content .modal-body .h2 {
  font-size: 38px;
  margin-top: 0;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form {
  width: 100%;
  padding: 0 0px;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form .btn {
  width: 100%;
  max-width: 100%;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form .field-validation-error {
  top: -4px;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form .dataconsent .field-validation-error {
  top: 10px;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form input[type=checkbox] ~ label {
  font-size: 14px !important;
  margin: 10px 0 0 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form .recaptcha {
  width: 100%;
  bottom: 0;
  position: static;
  transform: none;
}
#gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form .umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]), #gated-capability-statements-modal.show .modal-dialog .modal-content .modal-form .umbraco-forms-page textarea {
  margin-bottom: 12px;
}
#gated-capability-statements-modal .thank-you-wrapper {
  display: none;
}
#gated-capability-statements-modal .form-and-thanks.show-thanks .thank-you-wrapper {
  display: block;
}
#gated-capability-statements-modal .form-and-thanks.show-thanks .thank-you-wrapper .contact-form-thanks p {
  margin-bottom: 40px;
}
#gated-capability-statements-modal .form-and-thanks.show-thanks .thank-you-wrapper .btn.btn-close {
  margin-bottom: 60px;
}
#gated-capability-statements-modal .form-and-thanks.show-thanks .form-wrapper {
  display: none !important;
}

.consentforstoringsubmitteddata .field-validation-error, .dataconsent .field-validation-error {
  margin-left: 50px;
}

.umbraco-forms.missing-library {
  display: none !important;
}

@media (max-width: 991.98px) {
  #gated-capability-statements-modal .modal-body {
    flex: 0;
  }
  #gated-capability-statements-modal .modal-body p.mobile-hide {
    display: none;
  }
  #gated-capability-statements-modal .modal-body > div {
    position: relative;
  }
  #gated-capability-statements-modal .thank-you-wrapper {
    margin-bottom: 50px;
    margin-top: 15px;
  }
  #gated-capability-statements-modal .modal-mobile-logo {
    display: block;
  }
  #gated-capability-statements-modal .logo {
    display: none;
  }
  #gated-capability-statements-modal .form-and-thanks.show-thanks .thank-you-wrapper {
    display: block;
  }
  #gated-capability-statements-modal .form-and-thanks.show-thanks .thank-you-wrapper .contact-form-thanks p {
    margin-bottom: 50px;
  }
  #gated-capability-statements-modal .form-and-thanks.show-thanks .thank-you-wrapper .btn.btn-close {
    margin-bottom: 20px;
  }
  #gated-capability-statements-modal .form-and-thanks.show-thanks .form-wrapper {
    display: none !important;
  }

  #gated-capability-statements-modal.show .modal-dialog .modal-content .modal-body h2, #gated-capability-statements-modal.show .modal-dialog .modal-content .modal-body .h2 {
    padding-right: 50px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #gated-capability-statements-modal .submit-wrapper.processing .spinner {
    margin-top: 75px;
    margin-bottom: 15px;
  }
  #gated-capability-statements-modal .modal-mobile-logo {
    display: none;
  }
  #gated-capability-statements-modal .logo {
    display: block;
  }
  #gated-capability-statements-modal.show .modal-dialog {
    max-height: calc(100% - 40px);
    height: auto;
  }
  #gated-capability-statements-modal.show .modal-dialog .form-wrapper {
    flex-direction: row;
    padding: 60px 60px 60px 40px;
    display: flex;
  }
  #gated-capability-statements-modal.show .modal-dialog .form-wrapper button {
    top: 20px;
    right: 20px;
  }
  #gated-capability-statements-modal.show .modal-dialog .form-wrapper .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    padding: 0 1rem 1rem 1rem;
  }
  #gated-capability-statements-modal.show .modal-dialog .form-wrapper .modal-body .logo {
    position: relative;
    top: 30px;
    left: 0;
    width: 150px;
    height: 87px;
  }
  #gated-capability-statements-modal.show .modal-dialog .form-wrapper .modal-form {
    width: 60%;
    padding: 0 30px;
  }
  #gated-capability-statements-modal.show .modal-dialog .form-wrapper .modal-form .recaptcha {
    width: 100%;
    transform: none;
  }
  #gated-capability-statements-modal .form-and-thanks.show-thanks .thank-you-wrapper .contact-thanks-title {
    font-size: 46px;
    padding-bottom: 26px;
  }
}
.red-card-exchange-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
  padding: 15px;
  transition: transform 0.4s ease-in;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
}
.red-card-exchange-modal.visible {
  transform: translateX(0);
}

.red-card-exchange-modal-header {
  position: relative;
  padding-right: 50px;
}

.red-card-exchange-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: none !important;
}
.red-card-exchange-modal-close img {
  height: 28px;
}

.hidden-needed-for-uforms {
  display: none;
}

#exchange-message {
  display: none;
}

#exchange-form-global-error {
  font-weight: bold;
  color: #FF0000;
}

#gated-insights-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.98);
  display: none;
  justify-content: center;
  align-items: center;
  /*.modal-close{
      position: relative;
  }*/
}
#gated-insights-modal .pagename {
  display: none;
}
#gated-insights-modal .error-in-form {
  color: #FF0000;
  padding-bottom: 5px;
  display: none;
}
#gated-insights-modal .error-in-form.visible {
  display: block;
}
#gated-insights-modal .submit-wrapper .spinner {
  display: none;
}
#gated-insights-modal .submit-wrapper .spinner div {
  background-color: #55EBB9;
}
#gated-insights-modal .submit-wrapper.processing .spinner {
  margin-top: 72px;
  margin-bottom: 20px;
  display: block;
}
#gated-insights-modal .submit-wrapper.processing [type=submit], #gated-insights-modal .submit-wrapper.processing [data-submit-cf=true] {
  display: none;
}
#gated-insights-modal .modal-mobile-logo {
  width: 100px;
  height: 58px;
}
#gated-insights-modal .thank-you-title {
  margin-top: 0;
}
#gated-insights-modal.show {
  display: flex;
}
#gated-insights-modal.show .modal-dialog {
  max-height: calc(100% - 40px);
  margin: 20px auto;
  display: flex;
  justify-content: center;
  max-width: 923px;
  width: 100%;
  position: relative;
}
#gated-insights-modal.show .modal-dialog .modal-content {
  width: 100%;
  border-radius: unset;
  border: none;
  padding: 35px;
  position: static;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 20px 20px;
  overflow-y: auto;
}
#gated-insights-modal.show .modal-dialog .modal-content button {
  position: absolute;
  top: -6px;
  right: -14px;
  background: transparent;
  border: none;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-body {
  position: static;
  width: 100%;
  padding-top: 0;
  padding: 0;
  /*
  .logo {
      position: absolute;
      bottom: 20px;
      left: 20px;
      width: 100px;
      height: 58px;
  }*/
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-body h2, #gated-insights-modal.show .modal-dialog .modal-content .modal-body .h2 {
  font-size: 38px;
  margin-top: 0;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-form {
  width: 100%;
  padding: 0 0px;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-form .btn {
  width: 100%;
  max-width: 100%;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-form .field-validation-error {
  top: -4px;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-form .dataconsent .field-validation-error {
  top: 10px;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-form input[type=checkbox] ~ label {
  font-size: 14px !important;
  margin: 10px 0 0 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-form .recaptcha {
  width: 100%;
  bottom: 0;
  position: static;
  transform: none;
}
#gated-insights-modal.show .modal-dialog .modal-content .modal-form .umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]), #gated-insights-modal.show .modal-dialog .modal-content .modal-form .umbraco-forms-page textarea {
  margin-bottom: 12px;
}
#gated-insights-modal .thank-you-wrapper {
  display: none;
}
#gated-insights-modal .form-and-thanks.show-thanks .thank-you-wrapper {
  display: block;
}
#gated-insights-modal .form-and-thanks.show-thanks .thank-you-wrapper .contact-form-thanks p {
  margin-bottom: 40px;
}
#gated-insights-modal .form-and-thanks.show-thanks .thank-you-wrapper .btn.btn-close {
  margin-bottom: 60px;
}
#gated-insights-modal .form-and-thanks.show-thanks .form-wrapper {
  display: none !important;
}

.gated-insights-popup-toggle {
  position: absolute;
  bottom: 20px;
  left: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #55EBB9;
  /*    display: flex;
      justify-content: center;
      align-items: center;*/
}
.gated-insights-popup-toggle:after {
  display: none !important;
}
.gated-insights-popup-toggle img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(53%) saturate(2811%) hue-rotate(189deg) brightness(94%) contrast(102%);
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consentforstoringsubmitteddata .field-validation-error, .dataconsent .field-validation-error {
  margin-left: 50px;
}

.umbraco-forms.missing-library {
  display: none !important;
}

@media (max-width: 991.98px) {
  #gated-insights-modal .modal-body {
    flex: 0;
  }
  #gated-insights-modal .modal-body p.mobile-hide {
    display: none;
  }
  #gated-insights-modal .modal-body > div {
    position: relative;
  }
  #gated-insights-modal .thank-you-wrapper {
    margin-bottom: 50px;
    margin-top: 15px;
  }
  #gated-insights-modal .modal-mobile-logo {
    display: block;
  }
  #gated-insights-modal .logo {
    display: none;
  }
  #gated-insights-modal .form-and-thanks.show-thanks .thank-you-wrapper {
    display: block;
  }
  #gated-insights-modal .form-and-thanks.show-thanks .thank-you-wrapper .contact-form-thanks p {
    margin-bottom: 50px;
  }
  #gated-insights-modal .form-and-thanks.show-thanks .thank-you-wrapper .btn.btn-close {
    margin-bottom: 20px;
  }
  #gated-insights-modal .form-and-thanks.show-thanks .form-wrapper {
    display: none !important;
  }

  #gated-insights-modal.show .modal-dialog .modal-content .modal-body h2, #gated-insights-modal.show .modal-dialog .modal-content .modal-body .h2 {
    padding-right: 50px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #gated-insights-modal .submit-wrapper.processing .spinner {
    margin-top: 75px;
    margin-bottom: 15px;
  }
  #gated-insights-modal .modal-mobile-logo {
    display: none;
  }
  #gated-insights-modal .logo {
    display: block;
  }
  #gated-insights-modal.show .modal-dialog {
    max-height: calc(100% - 40px);
    height: auto;
  }
  #gated-insights-modal.show .modal-dialog .form-wrapper {
    flex-direction: row;
    padding: 60px 60px 60px 40px;
    display: flex;
  }
  #gated-insights-modal.show .modal-dialog .form-wrapper button {
    top: 20px;
    right: 20px;
  }
  #gated-insights-modal.show .modal-dialog .form-wrapper .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    padding: 0 1rem 1rem 1rem;
  }
  #gated-insights-modal.show .modal-dialog .form-wrapper .modal-body .logo {
    position: relative;
    top: 30px;
    left: 0;
    width: 150px;
    height: 87px;
  }
  #gated-insights-modal.show .modal-dialog .form-wrapper .modal-form {
    width: 60%;
    padding: 0 30px;
  }
  #gated-insights-modal.show .modal-dialog .form-wrapper .modal-form .recaptcha {
    width: 100%;
    transform: none;
  }
  #gated-insights-modal .form-and-thanks.show-thanks .thank-you-wrapper .contact-thanks-title {
    font-size: 46px;
    padding-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .auto-width-4 {
    width: calc(960px * 0.333333333);
  }

  .auto-left-offset {
    margin-left: max(calc((100% - 960px) / 2));
  }

  .auto-right-offset {
    margin-right: max(calc((100% - 960px) / 2));
  }

  .auto-pos-right {
    right: calc(0px - calc((100% - 960px) / 2));
  }

  .auto-rest-4 {
    width: calc(100% - calc(calc((100% - 960px)/2) + calc(960px * .333333333)));
  }
}
@media (min-width: 1200px) {
  .auto-width-4 {
    width: calc(1140px * 0.333333333);
  }

  .auto-left-offset {
    margin-left: max(calc((100% - 1140px) / 2));
  }

  .auto-right-offset {
    margin-right: max(calc((100% - 1140px) / 2));
  }

  .auto-pos-right {
    right: calc(0px - calc((100% - 1140px) / 2));
  }

  .auto-rest-4 {
    width: calc(100% - calc(calc((100% - 1140px)/2) + calc(1140px * .333333333)));
  }
}
@media (min-width: 1700px) {
  .auto-width-4 {
    width: calc(1520px * 0.333333333);
  }

  .auto-left-offset {
    margin-left: max(calc((100% - 1520px) / 2));
  }

  .auto-right-offset {
    margin-right: max(calc((100% - 1520px) / 2));
  }

  .auto-pos-right {
    right: calc(0px - calc((100% - 1520px) / 2));
  }

  .auto-rest-4 {
    width: calc(100% - calc(calc((100% - 1520px)/2) + calc(1520px * .333333333)));
  }
}
.fake-col-left {
  padding-left: 13.5px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  max-width: 100%;
}

.container-fluid-nopadding {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .container-fluid-sm {
    width: 100%;
    max-width: 100%;
  }

  .container-fluid-sm-nopadding {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .container-fluid-md {
    width: 100%;
    max-width: 100%;
  }

  .container-fluid-md-nopadding {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .container-fluid-lg {
    width: 100%;
    max-width: 100%;
  }

  .container-fluid-lg-nopadding {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid-xl {
    width: 100%;
    max-width: 100%;
  }

  .container-fluid-xl-nopadding {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1700px) {
  .container-fluid-xxl {
    width: 100%;
    max-width: 100%;
  }

  .container-fluid-xxl-nopadding {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .container-lg-up {
    max-width: 960px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container-lg-up {
    max-width: 1140px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1700px) {
  .container-lg-up {
    max-width: 1520px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
.isBackOfficePreview .auto-width-4, .blockrenderer .auto-width-4 {
  width: 25%;
  margin-left: 0;
}
.isBackOfficePreview .auto-rest-4, .blockrenderer .auto-rest-4 {
  width: 75%;
  margin-left: 0;
}
.isBackOfficePreview .auto-left-offset, .blockrenderer .auto-left-offset {
  margin-left: 0;
}

@media (min-width: 1500px) {
  .col-xxl-10 {
    flex: 0 0 auto;
    /*   width: 83.33333333%;*/
    width: 63%;
  }
}
@media (min-width: 1700px) {
  .col-xxxl-10 {
    flex: 0 0 auto;
    /* width: 83.33333333%;*/
    width: 63%;
  }
}
