@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Noto+Sans+Georgian:wght@100..900&family=Noto+Sans+Hebrew:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
: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-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --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-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 185, 185, 185;
  --bs-font-sans-serif: "Prelo", "Noto Sans", "Noto Sans Georgian", "Noto Sans Arabic", "Noto Sans Hebrew", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #b9b9b9;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -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;
  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;
}

::-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: #b9b9b9;
  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-full-width,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  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:1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}

.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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%;
}

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

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

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

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

  .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:1400px) {
  .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-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(:first-child) {
  border-top: 2px solid 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-borderless> :not(:first-child) {
  border-top-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:1399.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: #b9b9b9;
  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: #b9b9b9;
  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 {
  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: #b9b9b9;
  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;
  border-radius: 0.2rem;
}

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

.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: #b9b9b9;
  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 #b9b9b9, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #b9b9b9, 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,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  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;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #b9b9b9;
  border-color: #dee2e6 #dee2e6 #b9b9b9;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-full-width,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
  margin-bottom: 1.25rem;
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #b9b9b9;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #b9b9b9;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 1.25rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  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: 1050;
  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:1399.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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion:reduce) {

  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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:1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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;
}

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

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.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:1400px) {
  .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;
  }
}

body {
  font-weight: 300;
}

body a:focus {
  border: 0;
}

body .main-content .section {
  padding: 0;
}

body .lpb-formatter {
  z-index: 2;
}

body .lpb-formatter .lpb-enable__wrapper {
  position: relative;
}

body .lpb-formatter .lpb-enable__wrapper .lpb-enable {
  z-index: 2;
  top: 40px;
}

body .lpb-formatter:hover,
body .lpb-formatter:focus-within {
  outline: 0;
}

body form.layout-paragraphs-builder-form {
  margin-left: 0px;
  margin-right: 0px;
}

body form.layout-paragraphs-builder-form .lp-builder .js-lpb-component-list {
  padding: 0px;
}

body .placeholder {
  background-color: transparent;
}

body .accordion .accordion-item .accordion-collapse {
  background-color: #f0f0f0;
}

body .accordion .accordion-item .accordion-button {
  box-shadow: unset;
  color: var(--color-blue);
  background-color: #ffffff;
  font-size: 1.125rem;
}

body .accordion .accordion-item .accordion-button.collapsed {
  border-radius: 0px;
}

body .ui-dialog:not(.ui-dialog-buttons) {}

@media screen and (min-width:768px) {
  body .ui-dialog:not(.ui-dialog-buttons) {
    width: 350px !important;
  }
}

@media screen and (min-width:992px) {
  body .ui-dialog:not(.ui-dialog-buttons) {
    width: 450px !important;
  }
}

@media screen and (min-width:1200px) {
  body .ui-dialog:not(.ui-dialog-buttons) {
    width: 550px !important;
  }
}

body .ui-dialog.ui-widget.ui-widget-content {
  padding: 0px;
  border: 0px;
}

body .ui-dialog .ui-dialog-titlebar {
  background: var(--color-blue);
  color: #ffffff;
  font-weight: 400;
  border-width: 0;
  border-style: unset;
  border-color: unset;
  border-radius: 0;
}

body .ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em 1em;
  background: #ffffff;
  margin-top: 0;
  border-width: 0;
  border-color: unset;
}

body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
  padding: 0.5rem 1rem;
  border: 0;
  background-color: var(--color-green);
  background-image: unset;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border-right-color: unset;
  border-bottom-color: unset;
  border-left-color: unset;
  border-radius: 0px;
}

body .ui-dialog .lpb-component-list .lpb-component-list__group--content {
  display: flex;
  padding: 15px 0px;
  flex-wrap: wrap;
  gap: 25px 10px;
}

body .ui-dialog .lpb-component-list .lpb-component-list__group--content .lpb-component-list__item {
  max-width: 125px;
  min-width: 100px;
  padding: 10px;
  border: 1px solid #CDCECF;
  flex: 1;
}

body .ui-dialog .lpb-component-list .lpb-component-list__group--content .lpb-component-list__item a {
  display: flex;
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

body .ui-dialog .lpb-component-list .lpb-component-list__group--content .lpb-component-list__item a img {
  width: auto;
  height: auto;
  max-width: 25px;
  margin-right: 0px;
  margin-bottom: 1rem;
}

body .ui-dialog .ui-autocomplete {
  position: relative;
  max-height: 100px;
  overflow-y: scroll;
}

body .ui-dialog .ui-dialog-titlebar-close {
  margin: 0;
  background: url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50% !important;
  transform: translate(-50%, -50%) !important;
  height: 20px !important;
  width: 20px !important;
  border: none !important;
}

body .ui-dialog .field--type-image .image-widget {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

body .ui-dialog .field--type-image .image-widget .button {
  margin: 0;
}

body .ui-dialog .field--type-image .image-widget .image-data__crop-wrapper {
  order: 2;
  flex-basis: 100%;
}

body .ui-dialog .field--type-image .image-widget .image-data__crop-wrapper summary:after {
  content: "The cropping will be applied ONLY when you save the node.";
  color: #515356;
  font-size: 14px;
  text-transform: initial;
  display: flex;
  flex-basis: 100%;
}

body .ui-dialog .field--type-image .image-widget .image-data__crop-wrapper .details-wrapper {
  width: fit-content;
}

body .ui-dialog .field--type-image .image-widget>div[class$=alt],
body .ui-dialog .field--type-image .image-widget>div[class$=title] {
  flex: 1;
  align-self: flex-start;
}

body .ui-dialog .field--type-image .image-widget img {
  flex: 1;
  max-width: 40px;
  height: auto;
}

body .ui-dialog .draggable .field-multiple-drag {
  width: 40px;
}

body .ui-dialog .draggable .field-multiple-drag .tabledrag-handle .handle {
  width: 22px;
}

body .ui-dialog .draggable .paragraph-type .paragraph-type-label {
  display: none;
}

body .ui-dialog .field-group-fieldset .field--name-field-mailchimp-url .fieldset-legend,
body .ui-dialog .field-group-fieldset .field--name-field-accordion-item .fieldset-legend {
  display: none;
}

body .ui-dialog .field-group-fieldset .field--name-field-mailchimp-url .form-wrapper {
  padding: 0px;
  margin: 0px;
}

body .ui-dialog .field-group-fieldset .field--name-field-mailchimp-url .form-wrapper .fieldset-legend {
  display: none;
}

body .ui-dialog .field-group-fieldset .field--name-field-mailchimp-url .form-wrapper .fieldset-wrapper .form-item-field-mailchimp-url-0-uri .form-autocomplete {
  background-image: none;
}

body .ui-widget-overlay {
  background-color: #000000;
  opacity: 0.3;
}

body .colorpalette .palette-colors a {
  display: block;
}

body #block-tabs {}

body #block-tabs .tabs__tab {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  background-color: #f0f0f0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body #block-tabs .tabs__tab:hover,
body #block-tabs .tabs__tab:focus {
  background-color: #f9f9f9;
}

body #block-tabs li.tabs__tab {
  display: block;
  padding: 0;
}

body #block-tabs li.tabs__tab::before {
  content: none;
}

body #block-tabs [dir=rtl] li.tabs__tab {
  padding-right: 0;
  padding-left: 0;
}

body #block-tabs li.tabs__tab a {
  display: flex;
  padding: 10px 20px;
}

body #block-tabs .tabs a:hover,
body #block-tabs .tabs a:focus {
  text-decoration: none;
}

body #block-tabs .tabs.primary {
  padding: 0;
  margin: 0;
  clear: both;
}

body #block-tabs .tabs.primary .tabs__tab .is-active {
  z-index: 15;
  background-color: #ffffff;
}

body #block-tabs .tabs__trigger {
  display: none;
}

body #block-tabs .is-collapse-enabled .tabs__tab a {
  background: #ffffff;
}

body #block-tabs .is-collapse-enabled .tabs__trigger {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: block;
  box-sizing: content-box;
  width: 25%;
  padding-right: 0;
  padding-left: 0;
  color: var(--color-blue);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  left: auto;
  border-left: 0;
  letter-spacing: 0.1em;
}

body #block-tabs .is-collapse-enabled .tabs__trigger:focus {
  outline: transparent;
}

body #block-tabs [dir=rtl] .is-collapse-enabled .tabs__trigger {
  right: auto;
  left: 0;
}

body #block-tabs .is-collapse-enabled .tabs {
  max-height: 0;
  padding-top: 45px;
}

body #block-tabs .tabs.is-open {
  max-height: 999em;
  padding-bottom: 0;
}

body #block-tabs .is-collapse-enabled .tabs__tab.is-active {
  position: absolute;
  top: 0;
  width: 75%;
  left: 0;
  border-bottom: 0;
}

body #block-tabs [dir=rtl] .is-collapse-enabled .tabs__tab.is-active {
  right: 0;
  left: auto;
}

body #block-tabs .is-collapse-enabled .tabs.primary a.is-active:before {
  content: none;
}

body #block-tabs .is-open .tabs__tab.is-active {
  background-color: #fff;
  color: #004f80;
  border-color: #a6a6a6;
}

body #block-tabs .is-horizontal .tabs {
  overflow: visible;
  max-height: none;
  padding-top: 0;
}

body #block-tabs .is-horizontal .tabs__tab {
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
  float: left;
  border-bottom-color: #a6a6a6;
}

body #block-tabs [dir=rtl] .is-horizontal .tabs__tab {
  float: right;
  margin-left: 0;
}

body #block-tabs .is-horizontal .tabs__tab+.tabs__tab {
  margin-left: 0;
}

body #block-tabs [dir=rtl] .is-horizontal .tabs__tab+.tabs__tab {
  margin-left: 0;
  margin-right: 0;
}

body #block-tabs .is-horizontal .tabs__tab.is-active,
body #block-tabs .is-horizontal .tabs.primary .tabs__tab.is-active {
  position: relative;
  top: 0;
  width: auto;
  margin: 0;
  background: white;
  border-bottom: 0;
}

body #block-tabs [dir=rtl] .is-horizontal .tabs.primary .tabs__tab.is-active {
  position: relative;
  top: 0;
  width: auto;
  margin: 0;
  background: white;
  border-bottom: 0;
}

body #block-tabs .is-horizontal .tabs.primary a {
  background-image: none;
}

body #block-tabs .is-horizontal .tabs__trigger {
  display: none;
}

body #block-tabs .tabs.secondary {
  display: block;
  padding: 0;
  margin: 16px 0 0 0;
}

body #block-tabs .tabs.secondary .tabs__tab {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}

body #block-tabs [dir=rtl] .views-displays .tabs.secondary li {
  padding-right: 0;
  padding-left: 0;
}

body #block-tabs [dir=rtl] .views-displays .tabs.secondary li.is-active {
  padding-right: 0;
  padding-left: 0;
}

body #block-tabs .tabs.secondary .tabs__tab.is-active {
  color: #009cde;
  border-left: 2px solid #009cde;
  margin-left: -2px;
}

body #block-tabs [dir=rtl] .tabs.secondary .tabs__tab.is-active {
  border-left: none;
  border-right: 2px solid #009cde;
  margin-right: -2px;
  margin-left: 0;
}

body #block-tabs [dir=rtl] .views-displays .tabs.secondary li.is-active {
  padding-right: 0;
  border: 0 none;
}

body #block-tabs .tabs.secondary .tabs__tab:hover,
body #block-tabs .tabs.secondary .tabs__tab:focus {
  background: none;
}

body #block-tabs [dir=rtl] .views-displays .tabs li.tabs__tab:hover {
  padding-right: 0;
  border: 0 none;
}

body #block-tabs .tabs.secondary a {
  padding: 5px 20px;
  background-color: transparent;
  text-decoration: none;
}

body #block-tabs [dir=rtl] .views-displays .tabs.secondary a {
  padding-right: 7px;
  padding-left: 7px;
}

body #block-tabs .tabs.secondary .is-active a {
  color: #009cde;
}

body #block-tabs .is-horizontal .tabs.secondary .tabs__tab {
  position: relative;
  z-index: 15;
  top: 0;
  padding: 0;
  background: none;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right-color: transparent;
  border-top: 0;
}

body #block-tabs .is-horizontal .tabs.secondary .tabs__tab:first-child {
  margin-left: 0;
}

body #block-tabs [dir=rtl] .is-horizontal .tabs.secondary .tabs__tab {
  padding-right: 0;
  float: right;
  border-right: 1px solid transparent;
  border-left-color: transparent;
}

body #block-tabs .is-horizontal .tabs.secondary .tabs__tab.is-active {
  border-bottom-color: #009cde;
}

body #block-tabs .is-horizontal .tabs.secondary .tabs__tab:hover,
body #block-tabs .is-horizontal .tabs.secondary .tabs__tab:focus {
  border-bottom-color: #63a4cc;
}

body #block-tabs .ui-tabs fieldset:not(.fieldgroup) {
  padding: 55px 0 0 0;
  margin: 0 0 20px 0;
  background-color: white;
}

body #block-tabs .ui-tabs .ui-tabs-panel {
  padding: 20px 0 0 0;
}

body #block-tabs .ui-tabs .ui-tabs-nav {
  padding: 0;
  background: 0;
  border-bottom: 0;
}

body #block-tabs .ui-tabs .ui-tabs-nav li {
  padding: 0;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 2px solid transparent;
}

body #block-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  background: none;
  border-bottom: 2px solid #009cde;
  border-radius: 0;
}

body #block-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: none;
  border-bottom: 2px solid #63a4cc;
  border-radius: 0;
}

body #block-tabs .ui-tabs .ui-tabs-nav li:hover {
  background: none;
  border-bottom: 2px solid #63a4cc;
  border-radius: 0;
}

body #block-tabs .ui-tabs .ui-tabs-nav li:first-child {
  margin-left: 0;
}

body #block-tabs .ui-tabs .ui-tabs-nav li a {
  display: flex;
  padding: 10px 20px;
  line-height: 1.8;
  border-radius: 0;
}

body.toolbar-vertical.toolbar-tray-open::before {
  z-index: unset;
}

.a2a_menu.a2a_full .a2a_menu_find_container .a2a_menu_find,
.a2a_menu.a2a_full a {
  font-family: "Prelo", "Noto Sans", "Noto Sans Georgian", "Noto Sans Arabic", "Noto Sans Hebrew", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ck.ck-content.ck-editor__editable {
  max-height: 100vh;
  overflow: scroll;
}

.sitemap-page-title {
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #CDCECF;
  font-weight: 300;
}

.sitemap-item {
  padding-bottom: 2rem;
}

.sitemap-item h2,
.sitemap-item .h2 {
  font-weight: 300;
}

.sitemap-item ul {
  margin: 0;
}

.sitemap-item ul li a {
  color: #515356;
}

.sitemap-item ul li a:hover {
  text-decoration: underline;
}

.sitemap-item ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.sitemap-item ul li {
  flex: 1 1 50%;
  padding: 0.5rem 0;
  box-sizing: border-box;
}

@media (max-width:768px) {
  .sitemap-item ul li {
    flex: 1 1 100%;
  }
}

.text-sitemap-formatted .accordion {
  border-top: 1px solid #c6c8c8;
  padding: 1rem 0;
  cursor: pointer;
}

.text-sitemap-formatted .accordion:last-child {
  border-bottom: 1px solid #c6c8c8;
}

.text-sitemap-formatted .sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-sitemap-formatted .sitemap-item {
  margin-bottom: 10px;
}

.text-sitemap-formatted .accordion-item .accordion-title {
  background: #f1f1f1;
  padding: 10px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
}

.text-sitemap-formatted .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 10px;
}

.text-sitemap-formatted .accordion-item .accordion-content ul {
  list-style: none;
  padding-left: 15px;
}

.text-sitemap-formatted .accordion-item .accordion-content ul li {
  margin-bottom: 5px;
}

.text-sitemap-formatted .accordion-item.active .accordion-content {
  max-height: 1000px;
}

.text-sitemap-formatted .accordion-item.active .accordion-title {
  font-weight: bold;
}

.text-sitemap-formatted .ul-nav-links ul {
  margin-top: 25px;
}

.text-sitemap-formatted .ul-nav-links ul li {
  list-style: none;
  line-height: 0.8rem;
  background-image: none;
}

.text-sitemap-formatted .ul-nav-links ul li::after {
  content: ">";
  display: inline-block;
  width: 1em;
  margin-left: 0.3em;
  font-size: 1.5rem;
  vertical-align: text-bottom;
  font-weight: 400;
}

.text-sitemap-formatted .ul-nav-links ul li::after {
  color: #515356;
}

.text-sitemap-formatted .ul-nav-links ul li li::after {
  color: var(--color-blue);
}

.text-sitemap-formatted .ul-nav-links ul li li li::after {
  color: #888B8D;
}

.text-sitemap-formatted .ul-nav-links ul li li li li::after {
  color: var(--color-green);
}

body .page h1,
body .page .h1 {
  font-size: 1.875rem;
  font-weight: 200;
}

body .page h2,
body .page .h2 {
  font-size: 1.625rem;
  font-weight: 200;
}

body .page h3,
body .page .h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

body .page h4,
body .page .h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

body .page h5,
body .page .h5 {
  font-size: 0.875rem;
  font-weight: 700;
}

body .page h6,
body .page .h6 {
  font-size: 0.75rem;
  font-weight: 700;
}

body .page .body-24 {
  font-size: 1.5rem;
  line-height: normal;
  font-style: normal;
}

body .page .body-20 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
}

body .page .body-18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
}

body .page .body-16 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
}

body .page .body-14 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-style: normal;
}

@media (min-width:768px) {
  body .page {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  body .page h1,
  body .page .h1 {
    font-size: 3rem;
    font-weight: 200;
  }

  body .page h2,
  body .page .h2 {
    font-size: 2.25rem;
    font-weight: 200;
  }

  body .page h3,
  body .page .h3 {
    font-size: 1.5rem;
    font-weight: 300;
  }

  body .page h4,
  body .page .h4 {
    font-size: 1.125rem;
    font-weight: 700;
  }

  body .page h5,
  body .page .h5 {
    font-size: 0.875rem;
    font-weight: 700;
  }

  body .page h6,
  body .page .h6 {
    font-size: 0.75rem;
    font-weight: 700;
  }
}

body .page h1,
body .page .h1,
body .page h2,
body .page .h2,
body .page h3,
body .page .h3,
body .page h4,
body .page .h4,
body .page h5,
body .page .h5,
body .page p,
body .page a,
body .page li,
body .page span:not(.fab),
body .page input,
body .page label,
body .page div,
body .page td,
body .page tr,
body .page select,
body .page textarea {
  font-family: "Prelo", "Noto Sans", "Noto Sans Georgian", "Noto Sans Arabic", "Noto Sans Hebrew", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body .page p,
body .page ol,
body .page ul,
body .page li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
}

body .page p,
body .page span {
  font-weight: 300;
}

body .page .creattion-demo-font,
body .page .creattion-demo-font * {
  font-family: "Creattion", "Noto Sans Georgian", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html:lang(zh-hans) body .page h1,
html:lang(zh-hans) body .page .h1,
html:lang(zh-hans) body .page h2,
html:lang(zh-hans) body .page .h2,
html:lang(zh-hans) body .page h3,
html:lang(zh-hans) body .page .h3,
html:lang(zh-hans) body .page h4,
html:lang(zh-hans) body .page .h4,
html:lang(zh-hans) body .page h5,
html:lang(zh-hans) body .page .h5,
html:lang(zh-hans) body .page p,
html:lang(zh-hans) body .page a,
html:lang(zh-hans) body .page li,
html:lang(zh-hans) body .page span:not(.fab),
html:lang(zh-hans) body .page input,
html:lang(zh-hans) body .page label,
html:lang(zh-hans) body .page div,
html:lang(zh-hans) body .page td,
html:lang(zh-hans) body .page tr,
html:lang(zh-hans) body .page select,
html:lang(zh-hans) body .page textarea {
  font-family: "Prelo", "Noto Sans", "Noto Sans Georgian", "Noto Sans Arabic", "Noto Sans Hebrew", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.logged-in.toolbar-horizontal .page.nav-down .site-header {
  top: 60px;
}

.logged-in.toolbar-horizontal .page.nav-up .site-header {
  top: -120px;
}

.logged-in.toolbar-vertical .page.nav-down .site-header {
  top: 60px;
}

.logged-in.toolbar-vertical .page.nav-up .site-header {
  top: -200px;
}

.logged-in.toolbar-horizontal.toolbar-tray-open .page.nav-down .site-header {
  top: 100px;
}

.not-logged-in .page.nav-down .site-header {
  top: 0px;
}

.not-logged-in .page.nav-up .site-header {
  top: -200px;
}

#header.site-header {
  position: fixed;
  z-index: 5;
  max-width: inherit;
  background-color: unset;
  background-image: unset;
  transition: top 0.5s;
}

#header.site-header .worldwide-dropdown .marker-icon {
  display: flex;
  align-items: center;
  margin-top: -2px;
  font-size: 0.875rem;
}

#header.site-header .worldwide-dropdown .jump-menu-wwdd {
  border: 0;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 900;
}

#header.site-header .site-header-desktop .header-regions,
#header.site-header .site-header-mobile .header-regions {
  height: 38px;
  background-color: var(--color-blue);
  display: flex;
  align-items: center;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container,
#header.site-header .site-header-mobile .header-regions .header-regions__container {
  color: #ffffff;
  display: flex;
  align-items: center;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .high-contrast,
#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .high-contrast,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .high-contrast>p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion>p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast>p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion>p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .high-contrast>p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion>p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast>p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion>p {
  margin-top: 1px;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .high-contrast p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .high-contrast p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion p {
  font-size: 0.875rem;
  margin: 0;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .high-contrast.enabled .slider,
#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion.enabled .slider,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast.enabled .slider,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion.enabled .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .high-contrast.enabled .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion.enabled .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast.enabled .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion.enabled .slider {
  justify-content: flex-start;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .high-contrast .slider,
#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion .slider,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast .slider,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .high-contrast .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast .slider,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion .slider {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .high-contrast .slider p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion .slider p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast .slider p,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion .slider p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .high-contrast .slider p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion .slider p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .high-contrast .slider p,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion .slider p {
  text-transform: uppercase;
  color: #515356;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion .reduce-label,
#header.site-header .site-header-desktop .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion .reduce-label,
#header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .reduce-motion .reduce-label,
#header.site-header .site-header-mobile .header-regions .header-regions__container .reduce-motion-wrapper .reduce-motion .reduce-label {
  position: absolute;
  left: -42px;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .header-regions__blocks>div,
#header.site-header .site-header-mobile .header-regions .header-regions__container .header-regions__blocks>div {
  display: flex;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .header-regions__blocks>div .worldwide-dropdown,
#header.site-header .site-header-mobile .header-regions .header-regions__container .header-regions__blocks>div .worldwide-dropdown {
  margin-left: 15px;
  margin-right: 5px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 1px;
}

#header.site-header .site-header-desktop .header-regions .header-regions__container .header-regions__blocks>div .worldwide-dropdown .jump-menu-wwdd,
#header.site-header .site-header-mobile .header-regions .header-regions__container .header-regions__blocks>div .worldwide-dropdown .jump-menu-wwdd {
  padding-right: 1.25rem;
  padding-left: 0.25rem;
  background-size: 8px 5px;
  background-position: right center;
  background-repeat: no-repeat;
}

#header.site-header .site-header-desktop .language-switcher-language-url .content ul,
#header.site-header .site-header-mobile .language-switcher-language-url .content ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 0.5rem;
  height: 100%;
}

#header.site-header .site-header-desktop .language-switcher-language-url .content ul li,
#header.site-header .site-header-mobile .language-switcher-language-url .content ul li {
  padding: 5px;
  height: 38px;
}

#header.site-header .site-header-desktop .language-switcher-language-url .content ul li:hover,
#header.site-header .site-header-desktop .language-switcher-language-url .content ul li.is-active,
#header.site-header .site-header-mobile .language-switcher-language-url .content ul li:hover,
#header.site-header .site-header-mobile .language-switcher-language-url .content ul li.is-active {
  background-color: #008bc5;
}

#header.site-header .site-header-desktop .language-switcher-language-url .content ul li:hover a,
#header.site-header .site-header-desktop .language-switcher-language-url .content ul li.is-active a,
#header.site-header .site-header-mobile .language-switcher-language-url .content ul li:hover a,
#header.site-header .site-header-mobile .language-switcher-language-url .content ul li.is-active a {
  text-decoration: underline;
}

#header.site-header .site-header-desktop .language-switcher-language-url .content ul a,
#header.site-header .site-header-mobile .language-switcher-language-url .content ul a {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
  list-style-type: none;
}

#header.site-header .site-header-desktop .header_regions .language-switcher-language-url,
#header.site-header .site-header-mobile .header_regions .language-switcher-language-url {
  display: none;
}

#header.site-header .site-header-desktop .top-blue-nav,
#header.site-header .site-header-mobile .top-blue-nav {
  display: flex;
}

#header.site-header .site-header-desktop .top-blue-nav>div,
#header.site-header .site-header-mobile .top-blue-nav>div {
  display: flex;
}

#header.site-header .site-header-desktop .top-blue-nav .language-switcher-language-url,
#header.site-header .site-header-mobile .top-blue-nav .language-switcher-language-url {
  display: block;
  order: 2;
  margin-right: -10px;
}

#header.site-header .site-header-desktop .top-blue-nav nav,
#header.site-header .site-header-mobile .top-blue-nav nav {
  order: 1;
}

#header.site-header .site-header-desktop .top-blue-nav nav .menu,
#header.site-header .site-header-mobile .top-blue-nav nav .menu {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}

#header.site-header .site-header-desktop .top-blue-nav nav .menu .menu-item,
#header.site-header .site-header-mobile .top-blue-nav nav .menu .menu-item {
  margin-left: 15px;
}

#header.site-header .site-header-desktop .top-blue-nav nav .menu .menu-item a,
#header.site-header .site-header-desktop .top-blue-nav nav .menu .menu-item span,
#header.site-header .site-header-mobile .top-blue-nav nav .menu .menu-item a,
#header.site-header .site-header-mobile .top-blue-nav nav .menu .menu-item span {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 900;
  list-style-type: none;
  vertical-align: text-bottom;
}

@media (max-width:575.98px) {

  #header.site-header .site-header-desktop .top-blue-nav nav,
  #header.site-header .site-header-mobile .top-blue-nav nav {
    display: none;
  }
}

#header.site-header .site-header-desktop .site-header__top {
  display: flex;
  flex-direction: column;
}

#header.site-header .site-header-desktop .site-header__top .header-region-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  background-color: #63666a;
}

#header.site-header .site-header-desktop .site-header__top .header-region-menu .header-region-menu__container {
  color: #ffffff;
}

#header.site-header .site-header-desktop .site-header__top .header-region-menu .header-region-menu__container #block-headerregionmenu ul {
  display: flex;
}

#header.site-header .site-header-desktop .site-header__top .header-region-menu .header-region-menu__container #block-headerregionmenu ul li {
  list-style-type: none;
  margin-right: 25px;
  font-size: 0.875rem;
  font-weight: 900;
}

#header.site-header .site-header-desktop .site-header__top .header-region-menu .header-region-menu__container #block-headerregionmenu ul li a {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
}

#header.site-header .site-header-desktop .site-header__top .header-region-menu .header-region-menu__container #block-headerregionmenu ul li:last-child {
  margin-right: 0;
}

#header.site-header .site-header-desktop .site-header__main {
  height: 6.25rem;
  background-color: #ffffff;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__logo-wrapper .site-header__logo img {
  width: 166px;
  height: auto;
  margin-right: 25px;
  margin-bottom: 1px;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right {
  align-items: center;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__menu {
  flex-grow: 2;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__menu .menu--main ul li {
  font-weight: 400;
  font-size: 1.125rem;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__menu .menu--main ul li:last-child {
  padding-right: 0px;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__search {
  position: relative;
  min-width: 200px;
  max-width: 750px;
  flex-grow: 4;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__search input {
  width: 100%;
  height: 50px;
  min-width: 200px;
  max-width: 750px;
  padding: 0 40px 0 0;
  color: #515356;
  border-bottom: 1px solid #515356;
  font-size: 1.125rem;
  font-weight: 400;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__search ::placeholder {
  color: #515356;
  opacity: 1;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__search :-ms-input-placeholder {
  color: #515356;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__search ::-ms-input-placeholder {
  color: #515356;
}

#header.site-header .site-header-desktop .site-header__main .header-main__container .site-header__right .site-header__search #search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

#header.site-header .site-header-mobile {
  display: flex;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-between;
}

#header.site-header .site-header-mobile>.navbar {
  height: 66px;
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: unset;
  flex-wrap: nowrap;
}

#header.site-header .site-header-mobile>.navbar .site-header__logo-wrapper {
  padding: 0.75rem;
  padding-left: 1.125rem;
  padding-right: 0rem;
  align-self: center;
}

#header.site-header .site-header-mobile>.navbar .site-header__logo-wrapper .site-header__logo img {
  width: 95px;
  height: auto;
  margin-right: 25px;
}

@media (max-width:575.98px) {
  #header.site-header .site-header-mobile>.navbar .site-header__logo-wrapper {
    padding-left: 0.75rem;
  }
}

#header.site-header .site-header-mobile>.navbar .site-header__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header.site-header .site-header-mobile>.navbar .site-header__right .worldwide-dropdown {
  margin-right: 7px;
  cursor: pointer;
  display: flex;
}

#header.site-header .site-header-mobile>.navbar .site-header__right .worldwide-dropdown .marker-icon {
  color: var(--color-green);
}

#header.site-header .site-header-mobile>.navbar .site-header__right .worldwide-dropdown .jump-menu-wwdd {
  padding-right: 1.25rem;
  padding-left: 0.25rem;
  background-size: 8px 5px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  font-weight: 900;
  color: #515356;
  margin-right: 0.5rem;
  white-space: pre-wrap;
}

#header.site-header .site-header-mobile>.navbar .site-header__right .navbar-toggler {
  display: flex;
  width: 66px;
  height: 100%;
  padding: 0.75rem;
  border: 0px;
  background-color: var(--color-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

#header.site-header .site-header-mobile>.navbar .site-header__right .navbar-toggler:focus {
  box-shadow: 0 0 0 0rem;
}

#header.site-header .site-header-mobile>.navbar .site-header__right .navbar-toggler span {
  display: block;
  width: 38px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 7px;
}

#header.site-header .site-header-mobile>.navbar .site-header__right .navbar-toggler span:last-child {
  margin-bottom: 0px;
}

#header.site-header .site-header-mobile>.navbar .site-header__right .navbar-collapse {
  position: absolute;
  top: 66px;
  width: 100vw;
  background-color: white;
}

@media (max-width:1199.98px) {
  #header.site-header .container-xl {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #header.site-header .top-blue-nav .language-switcher-language-url .contextual {
    right: 40px;
  }
}

@media (min-width:1200px) {

  #header.site-header .site-header-desktop .header_regions .language-switcher-language-url,
  #header.site-header .site-header-mobile .header_regions .language-switcher-language-url {
    display: block;
  }

  #header.site-header .site-header-desktop .header_regions .language-switcher-language-url .contextual,
  #header.site-header .site-header-mobile .header_regions .language-switcher-language-url .contextual {
    right: -25px;
  }

  #header.site-header .site-header-desktop .top-blue-nav .language-switcher-language-url,
  #header.site-header .site-header-mobile .top-blue-nav .language-switcher-language-url {
    display: none;
  }
}

@media (max-width:1399.98px) {
  #header.site-header .site-header-desktop .header-main__container .site-header__right .site-header__search {
    min-width: 100px;
    max-width: 300px;
    left: 30px;
  }

  #header.site-header .site-header-desktop .header-main__container .site-header__right .site-header__search input {
    min-width: 100px;
    max-width: 300px;
  }
}

#header.site-header .site-header-mobile .site-header__search {
  position: relative;
  min-width: 200px;
  max-width: 450px;
  flex-grow: 1;
}

#header.site-header .site-header-mobile .site-header__search input {
  width: 100%;
  height: 50px;
  min-width: 200px;
  max-width: 450px;
  padding: 0 40px 0 0;
  color: #63666a;
  border-bottom: 1px solid #63666a;
  font-size: 1.125rem;
  font-weight: 400;
}

#header.site-header .site-header-mobile #search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

#header.site-header .site-header-mobile .site-header__search :-ms-input-placeholder {
  color: #63666a;
}

#header.site-header .site-header-mobile .site-header__search :-ms-input-placeholder {
  color: #63666a;
}

#header.site-header .site-header-mobile .site-header__search ::-ms-input-placeholder {
  color: #63666a;
}

@media (max-width:1199.98px) {
  #header.site-header .site-header-mobile .site-header__search {
    margin-right: 12px;
  }

  #header.site-header .site-header-mobile .alternative-search-text-mobile {
    padding-top: 12px;
  }
}

@media (min-width:768px) {
  #header.site-header .site-header-mobile .site-header__search input {
    display: block !important;
  }
}

@media only screen and (max-width:767.98px) and (max-device-width:768px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {
  #header.site-header {}

  #header.site-header .site-header-mobile .site-header__search {
    min-width: 18px !important;
  }
}

@media (max-width:767.98px) {
  #header.site-header .site-header-mobile .site-header__search {
    min-width: 50px;
  }

  #header.site-header .site-header-mobile .site-header__search input {
    display: none !important;
  }

  #header.site-header .site-header-mobile .alternative-search-text-mobile {
    padding-top: 17px;
  }
}

@media (max-width:497px) {
  #header.site-header .site-header-mobile .alternative-search-text-mobile {
    margin: 0;
    padding: 0;
  }
}

@media (max-width:575.98px) {
  #header.site-header .site-header-mobile .site-header__search {
    min-width: 12px;
  }

  #header.site-header .site-header-mobile>.navbar .site-header__right .worldwide-dropdown .jump-menu-wwdd {
    width: 100px !important;
  }
}

[dir=rtl] #header.site-header .site-header-desktop .header-regions .header-regions__container .high-contrast-wrapper .high-contrast .slider p,
[dir=rtl] #header.site-header .site-header-mobile .header-regions .header-regions__container .high-contrast-wrapper .high-contrast .slider p {
  padding-left: 25px;
  padding-right: 25px;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #CDCECF;
  color: #515356;
  font-size: 100%;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body header,
body footer {
  width: 100%;
  max-width: 100%;
}

body .site-content {
  max-width: 100%;
}

*:focus {
  outline: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  background-color: transparent;
}

a,
.link {
  color: #009cde;
  text-decoration: none;
  text-underline-offset: 2px;
  text-decoration-color: #515356;
}

a.inherit-link:link,
.link.inherit-link:link {
  color: inherit;
}

a.inherit-link:visited,
.link.inherit-link:visited {
  color: inherit;
}

a.inherit-link:hover,
.link.inherit-link:hover {
  color: inherit;
}

a.inherit-link:active,
.link.inherit-link:active {
  color: inherit;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #009cde;
  outline: transparent;
}

textarea {
  color: #515356;
}

ul,
ol {
  margin: 0;
}

button,
input {
  border: 0px;
  background-color: transparent;
  border-radius: 0;
}

select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option,
select optgroup {
  color: #000000;
}

img {
  width: 100%;
  height: auto;
}

.background--blue {
  background-color: var(--color-blue);
}

.background--green {
  background-color: var(--color-green);
}

.background--grey {
  background-color: #888B8D;
}

.background--midnight_blue {
  background-color: #00153D;
}

.icon-colour--blue span {
  color: var(--color-blue);
}

.icon-colour--green span {
  color: var(--color-green);
}

.icon-colour--grey span {
  color: #888B8D;
}

.social-media-links--platforms {
  margin: 0;
  display: flex;
}

.social-media-links--platforms li {
  margin: 0 !important;
}

.social-media-links--platforms li a {
  color: transparent;
  margin: 0 0 0 15px;
}

.background--gradient-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7));
  z-index: 1;
  font-size: 0;
}

.stock_image {
  background: rgba(0, 0, 0, 0.7);
}

.sharing-toolbox-hidden {
  display: none !important;
}

.js-pager__items {
  margin: 0px;
  padding: 0px;
}

.pager__item {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1.5rem;
}

.pager__item .button {
  background-color: transparent;
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
  min-height: 50px;
  min-width: 40px;
}

.pager__item .button:hover,
.pager__item .button:focus {
  background-color: transparent;
}

.views-field-tags h6 a,
.views-field-tags .h6 a {
  text-underline-offset: 2px;
}

.views-field-tags h6 a:hover,
.views-field-tags .h6 a:hover {
  text-decoration: underline;
}

.container-full-width {
  max-width: 1920px;
  padding-right: 0px;
  padding-left: 0px;
}

.page {
  padding-top: 103px;
}

.collapse {
  transition: none;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.form-item.js-form-type-checkbox,
.form-item.js-form-type-radio {
  display: block;
}

body .container,
body .container-sm,
body .container-md,
body .container-lg,
body .container-xl,
body .container-xxl {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.error-page-margin {
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-page-margin .error-page-wrap {
  max-width: 970px;
  background-color: #ffffff;
  margin: 0px auto;
  padding: 30px;
}

.error-page-margin .error-page-wrap h1,
.error-page-margin .error-page-wrap .h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.error-page-margin .error-page-wrap .error-page-title {
  color: var(--color-green);
  font-size: 95px;
  font-weight: 400;
}

.error-page-margin .error-page-wrap img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.error-page-margin .error-page-wrap p {
  font-size: 16px;
}

.error-page-margin .error-page-wrap img,
.error-page-margin .error-page-wrap video {
  float: right;
}

.node--type--webform form {
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:992px) {
  .node--type--webform form>* {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.node--type--webform form .webform-flexbox {
  align-items: center;
}

.field--name-field-media-oembed-video {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}

.field--name-field-media-oembed-video .field__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.field--name-field-media-oembed-video .field__item iframe {
  width: 100%;
  height: 100%;
}

.translated-node--menssage .messages--status {
  background-image: none;
}

.translated-node--menssage .messages--status .button--green {
  margin-right: 0px;
}

.translated-node--menssage .clear-values-form .form-actions {
  margin: 0px;
}

.translated-node--menssage .clear-values-form .button {
  border: 0px;
  background-color: #e29700;
  padding: 9px 11px;
  color: #ffffff;
  min-height: 39.5px;
}

.translated-node--menssage .clear-values-form .button:hover {
  background-color: #c18101;
}

.text-formatted img {
  max-width: 100%;
  width: auto;
}

.text-formatted img.align-left {
  padding-right: 1rem;
}

.text-formatted img.align-right {
  padding-left: 1rem;
}

@media (min-width:768px) {

  body .container,
  body .container-sm,
  body .container-md,
  body .container-lg,
  body .container-xl,
  body .container-xxl {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width:1200px) {
  .page {
    padding-top: 175px;
  }

  .page.rsm-firm {
    padding-top: 138px;
  }
}

.update-unpublished-form {
  margin: 100px;
  padding-left: 12%;
}

input[type=radio][value=_none] {
  display: none;
}

label.option[for^=edit-field-title-position-none] {
  display: none;
}

input[type=radio][value=_none]+label.option {
  display: none;
}

.node {}

.node .node__content {
  margin-top: 0;
  font-size: initial;
}

.site-footer {
  color: #515356;
  background-color: #F0F0F0;
}

.site-footer .footer-wrapper .footer-toggle-btn {
  cursor: pointer;
}

.site-footer .footer-wrapper .footer-services__links-wrapper ul,
.site-footer .footer-wrapper .footer-services__location-wrapper ul,
.site-footer .footer-wrapper .footer-services__blogs-wrapper ul,
.site-footer .footer-wrapper #block-footermenulinks ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.site-footer .footer-wrapper .footer-services__links-wrapper ul li,
.site-footer .footer-wrapper .footer-services__location-wrapper ul li,
.site-footer .footer-wrapper .footer-services__blogs-wrapper ul li,
.site-footer .footer-wrapper #block-footermenulinks ul li {
  padding: 9px 0;
  list-style-type: none;
}

.site-footer .footer-wrapper .footer-services__links-wrapper ul li a,
.site-footer .footer-wrapper .footer-services__location-wrapper ul li a,
.site-footer .footer-wrapper .footer-services__blogs-wrapper ul li a,
.site-footer .footer-wrapper #block-footermenulinks ul li a {
  color: #515356;
  text-decoration: none;
  text-underline-offset: 2px;
}

.site-footer .footer-wrapper .footer-services__links-wrapper ul li a:hover,
.site-footer .footer-wrapper .footer-services__location-wrapper ul li a:hover,
.site-footer .footer-wrapper .footer-services__blogs-wrapper ul li a:hover,
.site-footer .footer-wrapper #block-footermenulinks ul li a:hover {
  text-decoration: underline;
}

.site-footer .footer-wrapper .footer-social .footer-social__logo {
  padding: 40px 0 0 0;
}

.site-footer .footer-wrapper .footer-social .footer-social__logo img {
  width: 119px;
  height: auto;
}

.site-footer .footer-wrapper .footer-social .footer-social__image {
  width: 305px;
  padding: 40px 0 0 0;
}

.site-footer .footer-wrapper .footer-social .footer-social__links {
  padding: 40px 0;
}

.site-footer .footer-wrapper .footer-social .footer-social__links h4,
.site-footer .footer-wrapper .footer-social .footer-social__links .h4 {
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1;
}

.site-footer .footer-wrapper .footer-social .footer-social__links .footer-social__links-icons a {
  margin: 0 0 0 5px;
  display: flex;
  align-items: flex-end;
}

.site-footer .footer-wrapper .footer-social .footer-social__links .footer-social__links-icons span {
  font-size: 21px;
}

.site-footer .footer-wrapper .footer-services {
  border-top: 1px solid #bebebe;
}

.site-footer .footer-wrapper .footer-services .footer-services__links-wrapper,
.site-footer .footer-wrapper .footer-services .footer-services__location-wrapper,
.site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper {
  padding: 5px 0;
  border-bottom: 1px solid #bebebe;
}

.site-footer .footer-wrapper .footer-services .footer-services__links-wrapper .footer-services__title-wrapper,
.site-footer .footer-wrapper .footer-services .footer-services__location-wrapper .footer-services__title-wrapper,
.site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper .footer-services__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer .footer-wrapper .footer-services .footer-services__links-wrapper .footer-services__title-wrapper h4,
.site-footer .footer-wrapper .footer-services .footer-services__links-wrapper .footer-services__title-wrapper .h4,
.site-footer .footer-wrapper .footer-services .footer-services__location-wrapper .footer-services__title-wrapper h4,
.site-footer .footer-wrapper .footer-services .footer-services__location-wrapper .footer-services__title-wrapper .h4,
.site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper .footer-services__title-wrapper h4,
.site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper .footer-services__title-wrapper .h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.site-footer .footer-wrapper .footer-services .footer-services__links-wrapper .footer-services__title-wrapper .footer_services_labal_h4,
.site-footer .footer-wrapper .footer-services .footer-services__location-wrapper .footer-services__title-wrapper .footer_services_labal_h4,
.site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper .footer-services__title-wrapper .footer_services_labal_h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}

.site-footer .footer-wrapper .footer-services .footer-services__links-wrapper .footer-services__title-wrapper span,
.site-footer .footer-wrapper .footer-services .footer-services__location-wrapper .footer-services__title-wrapper span,
.site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper .footer-services__title-wrapper span {
  font-weight: 900;
}

.site-footer .footer-wrapper .footer-copyright {
  padding: 20px 0;
}

.site-footer .footer-wrapper .footer-copyright .footer-copyright__top p {
  line-height: 1.2rem;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 20px 0;
}

.site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-rule {
  order: 2;
  text-align: center;
}

.site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-rule p {
  font-size: 14px;
  margin: 0;
}

.site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links {
  margin-bottom: 20px;
  order: 1;
}

.site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links div #block-footermenulinks ul {
  text-align: center;
  display: block;
}

.site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links div #block-footermenulinks ul li {
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 0 5px;
}

@media (min-width:768px) {
  .site-footer .footer-wrapper .footer-social {
    padding: 40px 0;
  }

  .site-footer .footer-wrapper .footer-social .footer-social__logo,
  .site-footer .footer-wrapper .footer-social .footer-social__image,
  .site-footer .footer-wrapper .footer-social .footer-social__links {
    padding: 0;
  }

  .site-footer .footer-wrapper .footer-social .footer-social__links {
    margin-bottom: -2px;
  }

  .site-footer .footer-wrapper .footer-social .footer-social__links h4,
  .site-footer .footer-wrapper .footer-social .footer-social__links .h4 {
    margin: 0 0 10px 0;
  }

  .site-footer .footer-wrapper .footer-services {
    border: none;
  }

  .site-footer .footer-wrapper .footer-services .footer-services__links-wrapper,
  .site-footer .footer-wrapper .footer-services .footer-services__location-wrapper,
  .site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper {
    border: none;
    padding: 0;
  }

  .site-footer .footer-wrapper .footer-services .footer-services__links,
  .site-footer .footer-wrapper .footer-services .footer-services__location,
  .site-footer .footer-wrapper .footer-services .footer-services__blogs {
    margin-top: 9px;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-rule {
    order: 2;
    text-align: center;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-rule p {
    font-size: 14px;
    margin: 0;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links {
    margin-bottom: 20px;
    order: 1;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links div #block-footermenulinks ul {
    text-align: center;
    display: block;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links div #block-footermenulinks ul li {
    width: auto;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
  }

  .site-footer .footer-wrapper .footer-services__links-wrapper ul,
  .site-footer .footer-wrapper .footer-services__location-wrapper ul,
  .site-footer .footer-wrapper .footer-services__blogs-wrapper ul {
    margin-bottom: 15px;
    justify-content: flex-start;
  }

  .site-footer .footer-wrapper .footer-services__links-wrapper li.menu-item,
  .site-footer .footer-wrapper .footer-services__location-wrapper li.menu-item,
  .site-footer .footer-wrapper .footer-services__blogs-wrapper li.menu-item {
    border-bottom: 1px solid #bebebe;
  }
}

@media (min-width:1200px) {
  .site-footer .footer-wrapper .footer-social {
    padding: 40px 0 20px;
  }

  .site-footer .footer-wrapper .footer-social .footer-social__logo {
    width: 100%;
    padding: 0;
  }

  .site-footer .footer-wrapper .footer-social .footer-social__image,
  .site-footer .footer-wrapper .footer-social .footer-social__links {
    padding: 0;
    margin-top: 15px;
  }

  .site-footer .footer-wrapper .footer-social .footer-social__links h4,
  .site-footer .footer-wrapper .footer-social .footer-social__links .h4 {
    margin: 0;
    margin-right: 5px;
  }

  .site-footer .footer-wrapper .footer-services {
    padding: 15px 0 6px;
    margin: 0;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
  }

  .site-footer .footer-wrapper .footer-services .footer-services__location-wrapper ul {
    justify-content: flex-start;
  }

  .site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper ul {
    flex-direction: column;
  }

  .site-footer .footer-wrapper .footer-services .footer-services__blogs-wrapper ul li {
    width: unset;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-rule p {
    margin: 0;
  }

  .site-footer .footer-wrapper .footer-services__links-wrapper ul,
  .site-footer .footer-wrapper .footer-services__location-wrapper ul,
  .site-footer .footer-wrapper .footer-services__blogs-wrapper ul {
    margin: 0;
  }

  .site-footer .footer-wrapper .footer-services__links-wrapper ul li.menu-item,
  .site-footer .footer-wrapper .footer-services__location-wrapper ul li.menu-item,
  .site-footer .footer-wrapper .footer-services__blogs-wrapper ul li.menu-item {
    border-bottom: none;
  }
}

@media (min-width:1400px) {
  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-rule {
    order: 1;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links {
    order: 2;
  }

  .site-footer .footer-wrapper .footer-copyright .footer-copyright__bottom .footer-copyright__bottom-menu-links ul .menu-item:last-child {
    padding-right: 0px;
  }
}

.rtl-element .site-footer .footer-wrapper .footer-services .me-5 {
  margin-right: unset !important;
}

* {
  box-sizing: border-box;
}

a,
.link {
  color: var(--color-blue);
  text-decoration: none;
}

a:hover,
a:focus {
  outline: transparent;
}

hr {
  height: 1px;
  padding: 0;
  border: none;
  margin: 0;
  background: #f0f0f0;
}

summary {
  color: #0071b8;
  font-weight: 400;
  text-transform: uppercase;
}

.simpletest-results-form summary {
  text-transform: none;
}

legend {
  color: var(--color-blue);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}

fieldset fieldset legend {
  color: #333;
  text-transform: none;
}

.layout_options_content_body {
  padding-left: 10px;
  display: flex;
  column-gap: 6rem;
  flex-wrap: wrap;
}

p {
  margin: 10px 0;
}

strong {
  font-weight: 700;
}

dl {
  margin: 0 0 20px;
}

dl dd,
dl dl {
  margin-left: 20px;
  margin-bottom: 10px;
}

[dir=rtl] dl dd,
[dir=rtl] dl dl {
  margin-right: 20px;
}

blockquote {
  margin: 1em 40px;
}

address {
  font-style: italic;
}

u,
ins {
  text-decoration: underline;
}

s,
strike,
del {
  text-decoration: line-through;
}

big {
  font-size: larger;
}

small,
.small {
  font-size: 12px;
}

sub {
  font-size: smaller;
  line-height: normal;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  line-height: normal;
  vertical-align: middle;
}

nobr {
  white-space: nowrap;
}

abbr,
acronym {
  border-bottom: dotted 1px;
}

ul {
  margin: 0.25em 0 0.25em 1.5em;
  list-style-type: disc;
  list-style-image: none;
  break-inside: avoid-column;
}

[dir=rtl] ul {
  margin-left: 0;
  margin-right: 1.5em;
}

[dir=rtl] .messages__list {
  margin-right: 0;
}

ol {
  padding: 0;
  margin: 0.25em 0 0.25em 2em;
  list-style-type: decimal;
}

[dir=rtl] ol {
  margin-left: 0;
  margin-right: 2em;
}

quote,
code {
  margin: 0.5em 0;
}

pre {
  margin: 0.5em 0;
  white-space: pre-wrap;
}

details {
  margin: 0 0 20px 0;
  background: none;
}

details details {
  padding: 0 20px;
}

details details details {
  padding: 0 20px;
}

details legend {
  color: #333;
  text-transform: none;
}

details summary {
  display: list-item;
  padding: 10px 0;
}

details summary:focus,
details summary:hover {
  cursor: pointer;
}

details summary:focus {
  outline: transparent;
}

.details-wrapper {
  padding: 5px 0;
}

details .details-descripion,
details:last-of-type {
  margin-bottom: 0;
}

.field--type-image .form-item .image-widget {
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap !important;
  padding-bottom: 10px;
}

.field--type-image .form-item .image-widget .button {
  margin: 0 !important;
}

.field--type-image .form-item .image-widget .image-data__crop-wrapper {
  order: 2;
  flex-basis: 100%;
}

.field--type-image .form-item .image-widget .image-data__crop-wrapper summary:after {
  content: "The cropping will be applied ONLY when you save the node.";
  color: #515356;
  font-size: 14px;
  text-transform: initial;
  display: flex;
  flex-basis: 100%;
}

.field--type-image .form-item .image-widget .image-data__crop-wrapper .details-wrapper {
  width: fit-content;
}

.field--type-language {
  display: none;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=checkbox] {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #b5b5b5;
  margin: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: background 0.5s ease;
  border-radius: 0;
}

input[type=radio] {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #b5b5b5;
  margin: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: background 0.5s ease;
  border-radius: 0;
  border-radius: 50%;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus {
  cursor: pointer;
  border-color: var(--color-blue);
  outline: transparent;
}

input[type=radio]:hover,
input[type=radio]:focus {
  cursor: pointer;
  border-color: var(--color-blue);
  outline: transparent;
}

input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked {
  background: var(--color-blue);
  box-shadow: inset 0 0 0 3px #fff;
}

input[type=radio]:checked,
input[type=radio]:disabled:checked {
  background: var(--color-blue);
  box-shadow: inset 0 0 0 3px #fff;
  background-color: var(--color-blue) !important;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  background: #e2e2e2;
  opacity: 0.5;
}

input[type=checkbox]:disabled:hover {
  cursor: default;
  cursor: default;
  border-color: #b5b5b5;
  border-color: #b5b5b5;
}

input[type=radio]:disabled:hover {
  cursor: default;
  border-color: #b5b5b5;
}

.field--name-field-blue-box-h3 .js-filter-guidelines {
  display: none;
}

.field--name-field-blue-box-h3 [data-drupal-selector=edit-field-blue-box-h3-0-format-help-about] {
  display: none;
}

span.marker {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 7px;
  background: #f0f0f0;
  color: #3f9c35;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}

.rtl-element a.lpb-enable-button,
.rtl-element a.lpb-enable-button:hover,
.rtl-element a.lpb-enable-button:focus {
  padding: 3px 12px 3px 12px;
}

.colorpalette .palette-colors .color-label {
  max-width: 70px !important;
}

form {
  padding: 0;
  margin: 0;
}

form fieldset:not(.fieldgroup) {
  position: relative;
  display: flex;
  min-width: fit-content;
  padding: 55px 20px 20px 20px;
  border: none;
  margin: 0 0 20px 0;
  background-color: #f0f0f0;
}

form fieldset:not(.fieldgroup) .form-type-checkbox {
  margin-bottom: 10px;
}

form fieldset:not(.fieldgroup) fieldset:not(.fieldgroup) {
  padding-right: 0;
  padding-left: 0;
}

form fieldset:not(.fieldgroup) .fieldset-wrapper {
  width: 100%;
}

form fieldset:not(.fieldgroup)>legend {
  position: absolute;
  top: 15px;
  color: #009cde;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

@-moz-document url-prefix() {
  form fieldset:not(.fieldgroup) {
    display: table-cell;
    box-sizing: border-box;
  }
}

form .fieldgroup {
  min-width: 0;
}

@-moz-document url-prefix() {
  form .fieldgroup {
    display: table-cell;
    box-sizing: border-box;
  }
}

form .form-item {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 20px 0;
}

form .form-item>.form-item {
  margin: 0;
}

form table .form-item {
  margin: 0;
}

form .form-type-checkbox {
  width: auto;
  padding: 0;
}

form .form-type-checkbox label {
  font-weight: 300;
}

form label {
  display: table;
  padding: 0;
  margin: 0 10px 5px 0;
  font-weight: 400;
}

form label.error {
  color: #a51b00;
}

form label[for] {
  cursor: pointer;
}

form .form-wrapper .form-actions {
  display: inline-block;
}

form .views-form .form-actions,
form .form--inline .form-actions {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0;
  border: none;
  margin: 0 0 0 0;
}

form table .form-actions {
  background: transparent;
  border-top: 0;
}

form .confirmation .form-actions {
  display: flex;
  margin-top: 10px;
}

form .form-item label.option {
  display: inline;
  font-weight: 300;
  text-transform: none;
  margin-left: 5px;
}

form .form-item label.option input {
  vertical-align: middle;
}

form .form-disabled label {
  color: #686868;
}

form .form-disabled input.form-text,
form .form-disabled input.form-tel,
form .form-disabled input.form-email,
form .form-disabled input.form-url,
form .form-disabled input.form-search,
form .form-disabled input.form-number,
form .form-disabled input.form-color,
form .form-disabled input.form-file {
  width: auto;
  background-color: hsla(0deg, 0%, 0%, 0.08);
  color: #777;
  border-color: #d4d4d4;
  box-shadow: none;
  margin-top: 0;
}

form .form-disabled textarea.form-textarea,
form .form-disabled select.form-select {
  width: auto;
  background-color: hsla(0deg, 0%, 0%, 0.08);
  color: #777;
  border-color: #d4d4d4;
  box-shadow: none;
}

form .form-item input.error,
form .form-item textarea.error,
form .form-item select.error {
  background-color: hsl(15deg, 75%, 97%);
  color: #a51b00;
  border-width: 1px;
  border-color: #e62600;
}

form .form-item input[type=checkbox]:checked.error {
  background: #009cde;
  box-shadow: inset 0 0 0 3px #fff;
}

form .form-item textarea.error+.cke {
  border-width: 1px;
  border-color: #e62600;
}

form .form-item input.error:focus,
form .form-item textarea.error:focus,
form .form-item select.error:focus {
  background-color: #fcf4f2;
  border-color: #e62600;
  outline: transparent;
}

form .form-required::after {
  color: #e32700;
  content: "*";
  margin-left: 4px;
}

form .form-item--error-message {
  color: #e32700;
  margin-top: 0.15em;
}

form .fieldset-wrapper>.form-item--error-message {
  margin-top: 0;
}

form .text-format-wrapper .form-item--error-message {
  padding: 0.25em 0.666em 0;
  border: solid #ccc;
  margin: 0;
  border-width: 0 1px;
}

form ul.tips,
form .form-wrapper .description,
form .form-item .description {
  padding-top: 5px;
  margin: 0;
  line-height: 18px;
}

form .form-wrapper td.description {
  padding-top: 20px;
}

form div.description {
  margin: 0;
  color: #333;
}

form .form-item .description.error {
  color: #a51b00;
  margin-top: 0;
}

form .form-item .description ul {
  padding: 0;
  margin: 0 0 0 20px;
}

form .description .token-dialog {
  margin: 0;
}

form .token-dialog {
  display: inline-flex;
  margin: 5px 10px 20px 0;
}

form ul.tips li {
  margin: 0.25em 0 0.25em 1.5em;
}

form [dir=rtl] ul.tips li {
  margin: 0.25em 1.5em 0.25em 0;
}

form table .form-type-radio,
form table .form-type-checkbox {
  padding-left: 0;
}

form .form-type-radio,
form .form-type-checkbox {
  padding-left: 25px;
  margin: 7px 0;
}

form [dir=rtl] .form-type-radio,
form [dir=rtl] .form-type-checkbox {
  padding-right: 25px;
  padding-left: 0;
}

form .form-type-checkbox .form-checkbox,
form .form-type-radio .form-radio,
form .form-type-checkbox .dummy-checkbox {
  margin-left: -25px;
}

form table .form-type-checkbox .form-checkbox,
form table .form-type-radio .form-radio,
form table .form-type-checkbox .dummy-checkbox {
  margin-left: 0;
}

form .text-summary-wrapper .form-textarea-wrapper {
  display: flex;
}

form .text-summary {
  width: 100%;
}

form input[name="files[field_new_topleft_banner_0]"],
form input[name="files[field_homepage_portrait_banner_0]"] {
  display: none;
}

form input[name="files[field_new_bottom_right_banner_0]"],
form input[name="files[field_homepage_bottom_background_0]"] {
  display: none;
}

form .form-autocomplete,
form .form-text,
form .form-tel,
form .form-email,
form .form-url,
form .form-search,
form .form-number,
form .form-color,
form .form-file,
form .form-date,
form .form-time,
form .form-textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  min-width: 240px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d1d1d1;
  background: #fcfcfa;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

form .form-select {
  box-sizing: border-box;
  width: 100%;
  min-width: 240px;
  min-width: 280px;
  min-height: 44px;
  padding: 10px 12px;
  padding: 9px 28px 9px 12px;
  border: 1px solid #d1d1d1;
  background: #fcfcfa;
  background: #fcfcfa url(/greece/profiles/rsm_global_platform/themes/images/icons/787878/twistie-down.svg) no-repeat center right 10px;
  background-size: 11px;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

form .form-select[multiple] {
  background-image: none;
}

form .tabledrag-hide .form-select {
  width: 60px;
}

form .form-text:focus,
form .form-tel:focus,
form .form-email:focus,
form .form-url:focus,
form .form-search:focus,
form .form-number:focus,
form .form-color:focus,
form .form-file:focus,
form .form-textarea:focus,
form .form-date:focus,
form .form-time:focus,
form .form-select:focus {
  background-color: #fff;
  border-color: #40b6ff;
  outline: transparent;
}

form .confirm-parent,
form .password-parent {
  overflow: visible;
  width: auto;
}

form .form-item-options-group-info-identifier,
form .form-item-pass .description {
  clear: both;
}

form .field-suffix {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 38px;
  flex-shrink: 0;
}

form .field-prefix {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

form .field-prefix span {
  margin: 0 5px;
}

form .form-item-path {
  display: block;
}

form .form-item-path label::after {
  color: #333;
  content: ":";
  margin-left: 0;
}

form .field-weight,
form .menu-weight {
  width: 60px;
  min-width: 60px;
}

form .field-ui-field-storage-add-form .field-prefix .field-suffix {
  display: none;
}

@media screen and (min-width:640px) {
  form .form-select {
    width: auto;
    min-width: 280px;
  }
}

@media screen and (max-width:640px) {

  form .form-actions input,
  form .form-wrapper input[type=submit] {
    width: 100%;
    margin-right: 0;
  }

  form .form-actions input:first-child,
  form .form-wrapper input[type=submit]:first-child {
    margin-left: 0;
  }

  form details summary {
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  form .password-strength {
    width: 100%;
  }

  form .form-item .password-suggestions {
    float: none;
  }

  form #dblog-filter-form .form-actions {
    padding: 0;
    float: none;
  }

  form #edit-cancel {
    display: block;
    margin: 10px 0 0 0;
  }
}

form #diff-inline-form select,
form div.filter-options select {
  padding: 0;
}

form abbr.tabledrag-changed {
  margin: 0 2px;
  border-bottom: none;
  text-decoration: none;
}

form .form-item-config-name {
  position: relative;
}

form .form-item-config-name .ajax-progress {
  position: absolute;
  top: 15px;
  left: 300px;
}

form .confirmation .item-list ul {
  padding-left: 20px;
  margin-left: 0;
}

form .system-modules-uninstall table thead tr th:nth-child(2) {
  width: 20%;
}

form .entity-browser-form {
  margin-bottom: 81px;
}

@media (min-width:1200px) {
  form .form-wrapper-metadata--summary .fieldset-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "Thumbnail Thumbnail" "Summary Tags" "Summary Region" "Summary Authored-by";
  }

  form .form-wrapper-metadata--summary .fieldset-wrapper .field--name-field-thumbnail-image {
    grid-area: Thumbnail;
  }

  form .form-wrapper-metadata--summary .fieldset-wrapper .field--name-field-summary {
    grid-area: Summary;
    padding-right: 1rem;
  }

  form .form-wrapper-metadata--summary .fieldset-wrapper .field--name-field-tags {
    grid-area: Tags;
    padding-left: 1rem;
  }

  form .form-wrapper-metadata--summary .fieldset-wrapper .field--name-field-authored-by {
    grid-area: Authored-by;
    padding-left: 1rem;
  }

  form .form-wrapper-metadata--summary .fieldset-wrapper .field--name-field-region {
    grid-area: Region;
    padding-left: 1rem;
  }
}

.node-form .form-type-language-select::after {
  content: "If you want to create a node NOT in the site default language please make sure you’re on the correct language version of the site. Example: when creating content in German you MUST be on the German version of the website (have /de prefix in the URL)";
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 400;
}

.edit-node--wrapper {}

.edit-node--wrapper #edit-preview {
  display: none;
}

.edit-node--wrapper .field--name-field-main-sections.field--widget-paragraphs,
.edit-node--wrapper .field--name-field-optional-sections.field--widget-paragraphs {
  display: none;
  overflow: hidden;
  height: 0;
}

.edit-node--wrapper .form-select option {
  white-space: break-spaces;
}

.edit-node--wrapper .node-form label,
.edit-node--wrapper .taxonomy-term-form label {
  font-weight: 700;
}

.edit-node--wrapper .node-form legend,
.edit-node--wrapper .taxonomy-term-form legend {
  font-size: 1rem;
  color: #007EB4;
}

.edit-node--wrapper .node-form a,
.edit-node--wrapper .taxonomy-term-form a {
  color: #007EB4;
}

.edit-node--wrapper .node-form .description,
.edit-node--wrapper .taxonomy-term-form .description {
  font-size: 0.875rem;
}

.edit-node--wrapper .node-form .image-widget,
.edit-node--wrapper .taxonomy-term-form .image-widget {
  display: flex;
  flex-wrap: wrap;
}

.edit-node--wrapper .node-form .image-widget .js-form-type-textfield,
.edit-node--wrapper .taxonomy-term-form .image-widget .js-form-type-textfield {
  flex-basis: 100%;
}

.edit-node--wrapper .node-form .image-widget .file--image,
.edit-node--wrapper .taxonomy-term-form .image-widget .file--image {
  display: flex;
  flex-direction: column;
}

.edit-node--wrapper .node-form .image-widget .file--image a,
.edit-node--wrapper .taxonomy-term-form .image-widget .file--image a {
  word-break: break-all;
}

.edit-node--wrapper .node-form .image-widget img,
.edit-node--wrapper .taxonomy-term-form .image-widget img {
  padding-bottom: 1rem;
  flex-basis: 100%;
  width: max-content;
  height: max-content;
}

.edit-node--wrapper .node-form .field--type-metatag,
.edit-node--wrapper .taxonomy-term-form .field--type-metatag {
  margin: 0 0 20px 0;
}

.edit-node--wrapper .node-form .field-multiple-table tbody,
.edit-node--wrapper .taxonomy-term-form .field-multiple-table tbody {
  display: block;
  max-height: 600px;
  overflow-y: scroll;
}

.edit-node--wrapper .node-form fieldset:not(.fieldgroup),
.edit-node--wrapper .taxonomy-term-form fieldset:not(.fieldgroup) {
  padding: 40px 0px 0px 0px;
  width: auto;
}

.edit-node--wrapper .node-form .js-form-type-vertical-tabs .vertical-tabs,
.edit-node--wrapper .taxonomy-term-form .js-form-type-vertical-tabs .vertical-tabs {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}

.edit-node--wrapper .node-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__menu,
.edit-node--wrapper .taxonomy-term-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__menu {
  min-width: 15em;
  float: unset;
  margin: 0;
  border: 0;
}

.edit-node--wrapper .node-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item,
.edit-node--wrapper .taxonomy-term-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item {
  border: 0;
}

.edit-node--wrapper .node-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item .vertical-tabs__menu-item-title,
.edit-node--wrapper .taxonomy-term-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item .vertical-tabs__menu-item-title {
  color: #007EB4;
}

.edit-node--wrapper .node-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__panes,
.edit-node--wrapper .taxonomy-term-form .js-form-type-vertical-tabs .vertical-tabs .vertical-tabs__panes {
  flex-grow: 1;
  padding: 0.5em 1rem;
  background-color: #ffffff;
}

form.protected-pages-enter-password {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 0;
  margin-bottom: 1rem;
}

#protected-pages-enter-password {
  background-color: #F0F0F0;
}

form fieldset:not(.fieldgroup) {
  display: flex;
  flex-direction: column;
  background-color: #F0F0F0;
  margin: 0 0 20px 0;
  width: 100%;
  border: none;
}

.protected_pages_description {
  padding-bottom: 1rem;
}

.protected-page-content {
  background-color: #F0F0F0;
}

.protected-page-content .fieldset-legend {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width:1200px) {

  .edit-node--wrapper .node-form .image-widget,
  .edit-node--wrapper .taxonomy-term-form .image-widget {
    flex-wrap: nowrap;
  }

  .edit-node--wrapper .node-form .image-widget .js-form-type-textfield,
  .edit-node--wrapper .taxonomy-term-form .image-widget .js-form-type-textfield {
    padding: 0 1rem;
    flex-basis: 25%;
  }

  .edit-node--wrapper .node-form .image-widget .file--image,
  .edit-node--wrapper .taxonomy-term-form .image-widget .file--image {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
  }

  .edit-node--wrapper .node-form .image-widget .file--image a,
  .edit-node--wrapper .taxonomy-term-form .image-widget .file--image a {
    word-break: break-all;
  }

  .edit-node--wrapper .node-form .image-widget img,
  .edit-node--wrapper .taxonomy-term-form .image-widget img {
    flex-basis: 25%;
    padding: 0 1rem 0 0;
    align-self: center;
    width: max-content;
    height: max-content;
  }

  .edit-node--wrapper .node-form .image-widget .form-submit,
  .edit-node--wrapper .taxonomy-term-form .image-widget .form-submit {
    margin: 0 0 0 1rem;
  }
}

.column-width-tabs {
  display: flex;
  overflow: hidden;
  gap: 10px;
  align-items: center;
}

.column-width-tabs .form-item {
  flex: 1;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  padding: 7px 0;
}

.column-width-tabs .form-item label.option {
  margin: 0;
}

.column-width-tabs .form-radios {
  display: flex;
  overflow: hidden;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width:460px) {
  .column-width-tabs .form-radios {
    display: block;
  }

  .column-width-tabs .form-radios .form-item:nth-child(2) {
    margin: 5px 0;
  }
}

.column-width-tabs input[type=radio] {
  display: none;
}

.column-width-tabs label {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #f8f8f8;
  cursor: pointer;
  border-radius: 4px;
}

.column-width-tabs input[type=radio]:checked+label {
  background-color: var(--color-blue);
  color: white;
}

[dir=rtl] form label.option {
  margin-right: 25px;
}

.moderation-state-help-text {
  position: absolute;
}

.moderation-state-help-text .description {
  position: relative;
  top: 40px;
  font-size: 14px;
}

ul.entity-moderation-form {
  padding-bottom: 50px;
}

@media screen and (max-width:1003px) {
  .moderation-state-help-text .description {
    top: 90px;
  }
}

@media screen and (max-width:808px) {
  .moderation-state-help-text .description {
    top: 150px;
  }
}

@media screen and (max-width:512px) {
  .moderation-state-help-text .description {
    top: 290px;
    font-size: 12px;
  }
}

@media screen and (max-width:1085px) {
  [dir=rtl] .moderation-state-help-text .description {
    top: 90px;
  }
}

@media screen and (max-width:889px) {
  [dir=rtl] .moderation-state-help-text .description {
    top: 150px;
  }
}

@media screen and (max-width:593px) {
  [dir=rtl] .moderation-state-help-text .description {
    top: 290px;
    font-size: 12px;
  }
}

nav.action-links {
  display: flex;
}

nav.action-links li {
  margin-right: 20px;
}

nav.action-links li .button--small {
  padding: 13px 24px;
}

button {
  font-weight: 300;
}

.action-links {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.action-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.button,
.views-remove-link,
.views-remove-group-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #b8b8b8;
  margin-left: 0;
  margin-top: 20px;
  min-width: 100px;
  height: auto;
  border-radius: 0;
}

.button:first-child {
  margin-left: 0;
  margin-top: 0;
}

.button:hover,
.button:focus {
  background-color: #ffffff;
  border-color: var(--color-blue);
  color: var(--color-blue);
  text-decoration: none;
  outline: transparent;
}

.views-remove-link:hover,
.views-remove-link:focus {
  background-color: #ffffff;
  border-color: var(--color-blue);
  color: var(--color-blue);
  text-decoration: none;
  outline: transparent;
}

.views-remove-group-link:hover,
.views-remove-group-link:focus {
  background-color: #ffffff;
  border-color: var(--color-blue);
  color: var(--color-blue);
  text-decoration: none;
  outline: transparent;
}

.button--small,
.views-remove-link,
.views-remove-group-link {
  font-size: 12px;
  padding: 6px 10px;
}

@media screen and (min-width:640px) {

  .button,
  .views-remove-link,
  .views-remove-group-link {
    width: auto;
    margin-left: 20px;
    margin-top: 0;
  }

  .button {
    margin-left: 0;
    margin-right: 20px;
  }

  .button:last-child {
    margin-right: 0;
  }

  table .button:last-of-type {
    margin-right: 0;
  }
}

.button:focus {
  z-index: 10;
}

.button:active {
  background-color: #dfdfd9;
  -webkit-transition: none;
  transition: none;
}

.button-action:before {
  margin-left: -0.2em;
  padding-right: 0.2em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  -webkit-font-smoothing: auto;
}

[dir=rtl] .button-action:before {
  margin-right: -0.2em;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0.2em;
}

p .btn {
  margin-bottom: 5px;
}

.btn {
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 0px;
  border: 0px;
  padding: 9px 11px;
  margin: 0px;
  min-width: 195px;
  text-align: center;
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  left: -9px;
  top: -9px;
  color: #ffffff;
  vertical-align: middle;
}

.rtl-element .btn {
  padding: 9px 5px 9px 40px;
}

.btn:focus,
.btn:hover {
  color: #ffffff;
  box-shadow: unset;
  border-color: unset;
}

.button--green,
.btn-success {
  background-color: var(--color-green);
}

.button--green:hover,
.button--green:focus,
.button--green:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #3b822a;
}

.button--blue,
.btn-info {
  background-color: var(--color-blue);
  color: #ffffff;
}

.button--blue:hover,
.button--blue:focus,
.button--blue:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #008bc5;
}

.btn-warning:hover {
  background-color: #f58229;
}

.btn-danger:hover {
  background-color: #ee3042;
}

.button--grey,
.btn-primary {
  background-color: #63666a;
}

.button--grey:hover,
.button--grey:focus,
.button--grey:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #5b5c5f;
  color: #ffffff;
}

.btn-yellow {
  background: #fec232;
  color: #ffffff;
}

.btn-yellow:hover {
  background-color: #e5ae2d;
  color: #ffffff;
}

a.button,
.form-submit.button {
  padding: 9px 11px;
}

.form-actions .button {
  padding: 9px 11px;
}

.button {
  font-weight: 400;
  font-size: 1.125rem;
  min-width: 195px;
  height: fit-content;
  width: fit-content;
}

.button .field {
  width: 100%;
}

.button a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 9px 11px;
  flex-basis: 100%;
}

.button * {
  margin: 0px;
  padding: 0px;
}

.button .file {
  width: 100%;
}

.button.button-hover--blue,
.button.button-hover--green,
.button.button-hover--grey,
.button.button--blue,
.button.button--green,
.button.button--grey,
.button.button-primary,
.button.button-secondary {
  display: flex;
  border: 0;
  color: #515356;
  font-weight: 400;
  line-height: initial;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: unset;
  justify-content: center;
  align-items: center;
}

.button.button-hover--blue a,
.button.button-hover--green a,
.button.button-hover--grey a,
.button.button--blue a,
.button.button--green a,
.button.button--grey a,
.button.button-primary a,
.button.button-secondary a {
  color: #515356;
}

.button.button--blue,
.button.button--green,
.button.button--grey {
  color: #ffffff;
}

.button.button--blue a,
.button.button--green a,
.button.button--grey a {
  color: #ffffff;
}

.button.button-primary {
  background-color: var(--color-green);
  color: #ffffff;
}

.button.button-secondary {
  background-color: #ffffff;
  color: var(--color-green);
  border: 1px solid var(--color-green);
}

.button.button-primary:hover,
.button.button-primary:focus,
.button.button-primary:active,
.button.button-secondary:hover,
.button.button-secondary:focus,
.button.button-secondary:active {
  background-color: #2b6c25;
  border: 1px solid #2b6c25;
  color: #ffffff;
  box-shadow: unset;
}

.button.button-primary:hover a,
.button.button-primary:focus a,
.button.button-primary:active a,
.button.button-secondary:hover a,
.button.button-secondary:focus a,
.button.button-secondary:active a {
  color: #ffffff;
}

.button.button-hover--blue,
.button.button-hover--green,
.button.button-hover--grey {
  background-color: #ffffff;
  color: #515356;
}

.button.button-hover--blue:focus,
.button.button-hover--blue:active,
.button.button-hover--green:focus,
.button.button-hover--green:active,
.button.button-hover--grey:focus,
.button.button-hover--grey:active {
  background-color: #ffffff;
  color: #515356;
}

.button.button-hover--blue:hover,
.button.button-hover--green:hover,
.button.button-hover--grey:hover {
  border: 0;
  color: #ffffff;
  box-shadow: unset;
}

.button.button-hover--blue:hover a,
.button.button-hover--green:hover a,
.button.button-hover--grey:hover a {
  color: #ffffff;
}

.button.button-hover--blue:hover {
  background-color: #1175a6;
}

.button.button-hover--green:hover {
  background-color: #2b6c25;
}

.button.button-hover--grey:hover {
  background-color: #5b5c5f;
}

.switch {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 63px;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider .circle {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: var(--color-green);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch.enabled .slider .circle {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round .circle {
  border-radius: 50%;
}

.squaredThree {
  width: 17px;
  position: relative;
  top: 1px;
}

.hc_check_wrapper {
  left: 10px;
}

.rm_check_wrapper {
  left: 56px;
}

.squaredThree label {
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.squaredThree label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  opacity: 0.3;
}

.squaredThree input[type=checkbox] {
  visibility: hidden;
}

.squaredThree input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.imce-ajax-trigger-portraits,
.imce-ajax-trigger-backgrounds {
  margin-left: 10px;
}

.link {
  display: inline;
  cursor: pointer;
  padding: 0 2px;
  border: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--color-blue);
  text-decoration: none;
  font-weight: 400;
}

.link:hover,
.link:focus {
  text-decoration: none;
  outline: transparent;
}

.link:hover {
  color: #999;
}

ul li {
  list-style: none;
  background-image: none;
}

.text-formatted ul {
  list-style: none !important;
  text-indent: -9px !important;
}

.content .text-formatted ul {
  margin-bottom: 20px;
  padding-left: 10px;
}

.content .text-formatted ul li {
  list-style: none;
  background-image: none;
}

.content .text-formatted ul li::before {
  content: "●";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 1em;
  font-size: 0.5em;
  vertical-align: middle;
}

.content .text-formatted ul li::before {
  color: var(--color-green);
}

.content .text-formatted ul li li::before {
  color: var(--color-blue);
}

.content .text-formatted ul li li li::before {
  color: #888B8D;
}

.content .text-formatted ul li li li li::before {
  color: var(--color-green);
}

.content .text-sitemap-formatted .ul-nav-links {
  margin-top: 25px;
}

.content .text-sitemap-formatted .ul-nav-links li {
  list-style: none;
  background-image: none;
}

.content .text-sitemap-formatted .ul-nav-links li::after {
  color: #515356;
}

.content .text-sitemap-formatted .ul-nav-links li li::after {
  color: var(--color-blue);
}

.content .text-sitemap-formatted .ul-nav-links li li li::after {
  color: #888B8D;
}

.content .text-sitemap-formatted .ul-nav-links li li li li::after {
  color: var(--color-green);
}

.content ul.list-tick,
.content ul.list-arrow {
  list-style: none;
  margin-left: 15px;
  padding: 0px;
}

.content ul.list-tick li {
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/list-icons/list-tick.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.content ul.list-tick li,
.content ul.list-arrow li,
.content ol li,
.content ul li,
.content td {
  color: #515356;
}

.content ul.list-arrow li {
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/list-icons/list-arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.content ul.list-pdf {
  margin-left: 0;
}

.content ul.list-pdf li {
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/list-icons/pdf-16.png);
  background-position: 0 3px;
}

.content ul.representatives-list {
  list-style: none;
  padding: 0;
}

.content ul.representatives-list li {
  padding: 10px 0;
  border-top: 1px solid #e0e0e1;
}

.content ul.representatives-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.content ul.link-list li a {
  color: #515356;
}

.content ul.link-list li a:hover {
  color: #515356;
}

.content ul.list-monochrome-bullets li {
  background-image: none;
  list-style: disc;
}

.content ul.list-monochrome-bullets li li {
  list-style: circle;
}

.content ul.list-monochrome-bullets li li li {
  list-style: disc;
}

.content ul.list-monochrome-bullets li li li li {
  list-style: circle;
}

.content ul.list-monochrome-bullets li::before,
.content ul.list-arrow li::before,
.content ul.list-tick li::before,
.content ul.representatives-list li::before {
  display: none;
}

[dir=rtl] .content .text-formatted ul li::before {
  margin-left: 0;
  margin-right: 0;
}

.messages {
  border: none;
  box-shadow: none;
  background-size: 16px;
  background-position: 16px center;
  background-repeat: no-repeat;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.messages a {
  font-weight: 400;
}

.messages h2,
.messages .h2 {
  display: none;
}

.messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages--error {
  border-color: #e32700;
  color: #e32700;
  background-color: #ffefef;
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/error.svg);
}

.messages--error a {
  color: #e32700;
}

.messages--warning {
  border-color: #e29700;
  color: #e29700;
  background-color: #f9f8e6;
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/warning.svg);
}

.messages--warning a {
  color: #e29700;
}

.messages--status {
  border-color: #2fb419;
  color: #2fb419;
  background-color: #e8f9e6;
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/check.svg);
}

.messages--status a {
  color: #2fb419;
}

.ui-widget-content .ui-dialog-content .messages {
  display: none;
}

.media-library-widget-modal .ui-widget-content {
  overflow-x: hidden;
}

.media-library-widget-modal .media-library-wrapper {
  display: flex;
}

.media-library-widget-modal .media-library-menu {
  flex-basis: 20%;
  flex-shrink: 0;
}

.media-library-widget-modal .media-library-content {
  flex-grow: 1;
}

.media-library-widget-modal .view-media-library {
  padding-top: 1rem;
}

.media-library-widget-modal .view-media-library .views-exposed-form .views-exposed-widgets {
  display: flex;
  align-items: center;
}

.media-library-widget-modal .view-media-library .views-exposed-form .views-exposed-widgets .form-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.media-library-widget-modal .view-media-library .views-exposed-form .views-exposed-widgets .form-item:first-child {
  padding-left: 0px;
}

.media-library-widget-modal .view-media-library .views-exposed-form .views-exposed-widgets .form-submit {
  margin-left: 1rem;
}

.media-library-widget-modal .js-media-library-views-form {
  display: flex;
  flex-wrap: wrap;
}

.media-library-widget-modal .js-media-library-views-form .js-media-library-item {
  justify-content: space-between;
  max-width: 23%;
  margin: 1%;
  position: relative;
}

.media-library-widget-modal .js-media-library-views-form .js-media-library-item .views-field-media-library-select-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.media-library-widget-modal .js-media-library-views-form .js-media-library-item .views-field-media-library-select-form .js-form-type-checkbox {
  margin: 0;
  padding: 0;
}

.media-library-widget-modal .js-media-library-views-form .js-media-library-item .views-field-media-library-select-form .js-form-type-checkbox .form-checkbox {
  margin: 0;
}

.js-media-library-widget .js-media-library-selection {
  display: flex;
  justify-content: center;
}

.js-media-library-widget .js-media-library-selection .js-media-library-item {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.js-media-library-widget .js-media-library-selection .js-media-library-item>article {
  order: 1;
}

.js-media-library-widget .js-media-library-selection .js-media-library-item>input {
  order: 2;
}

form {}

form table {
  width: 100%;
  margin: 20px 0;
}

form .responsive-enabled,
form .preview-section table,
form .views-table {
  display: flow-root;
  overflow-x: scroll;
}

@media screen and (min-width:1025px) {

  form form table,
  form .responsive-enabled,
  form .preview-section table,
  form .views-table {
    display: table;
    overflow-x: auto;
  }
}

form caption {
  text-align: left;
}

form [dir=rtl] caption {
  text-align: right;
}

form th {
  text-align: left;
  padding: 10px 15px;
}

form [dir=rtl] th {
  text-align: right;
}

form thead th {
  background: #f5f5f5;
  border: none;
  color: #909090;
  font-weight: 300;
}

form thead th a {
  font-weight: 300;
  color: #009CDE;
}

form thead th a:hover {
  text-decoration: underline;
}

form thead tr {
  border: none;
}

form tr {
  border-bottom: 1px solid #e6e4df;
}

form tbody tr:first-child {
  border-top: 1px solid #e6e4df;
}

form tbody tr:hover,
form tbody tr:focus {
  background: #f7fcff;
}

form tbody tr.color-warning:hover,
form tbody tr.color-warning:focus,
form .drag tbody tr:hover,
form .drag tbody tr:focus {
  background: #fdf8ed;
}

form tbody tr.color-error:hover,
form tbody tr.color-error:focus {
  background: #fcf4f2;
}

form table.no-highlight tr.selected td {
  background: transparent;
}

form td,
form th {
  vertical-align: middle;
}

form td {
  padding: 20px 15px;
  line-height: 1.6;
  text-align: left;
}

form .views-table .views-field-operations .dropbutton-widget {
  background-color: #3F9C35;
  border: 1px solid #3F9C35;
}

form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-action a {
  color: white;
  background-color: #3F9C35;
  border: 1px solid #3F9C35;
}

form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-toggle button {
  border-left: 1px solid #65b05d;
}

form .views-table .views-field-operations.open .dropbutton-widget .dropbutton .dropbutton-toggle button .dropbutton-arrow {
  border-top-color: transparent;
  border-bottom: 0.3333em solid white;
}

form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-toggle button .dropbutton-arrow {
  border-top-color: white;
  border-bottom: transparent;
}

form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-action a:hover,
form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-toggle button:hover,
form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-action a:focus,
form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-toggle button:focus,
form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-action a:active,
form .views-table .views-field-operations .dropbutton-widget .dropbutton .dropbutton-toggle button:active {
  background-color: #3b822a;
}

form .field--name-field-attached-files td .form-submit {
  margin-top: 14px;
}

form .form-managed-file {
  display: flex;
  align-items: center;
  width: 100%;
}

form .form-managed-file .file,
form .form-managed-file .form-type-textfield {
  width: 50%;
  padding: 0.5rem;
}

form [dir=rtl] td {
  text-align: right;
}

form th>a {
  position: relative;
  display: block;
}

form th.is-active>a {
  color: #004875;
}

form thead th.is-active {
  background: #fff;
  border-bottom: 1px solid white;
  border-top: 1px solid #e6e4df;
  border-left: 1px solid #e6e4df;
  border-right: 1px solid #e6e4df;
}

form th.is-active>a {
  color: #333;
}

form th>a:hover,
form th>a:focus,
form th.is-active>a:hover,
form th.is-active>a:focus {
  color: #009CDE;
  text-decoration: none;
}

form td .item-list ul {
  margin: 0;
}

form [dir=rtl] td .item-list ul {
  margin: 0;
}

form td.is-active {
  background: none;
}

form td.views-field-node-bulk-form {
  width: 1px;
  min-width: 1px;
}

form th.select-all {
  width: 1px;
  min-width: 1px;
}

@media screen and (min-width:1024px) {

  form th,
  form td {
    width: auto;
  }

  form table {
    display: table;
    overflow-x: auto;
  }
}

@media screen and (max-width:768px) {

  form th,
  form td {
    min-width: 150px;
  }
}

form .caption {
  margin-bottom: 1.2em;
}

@media screen and (max-width:640px) {

  form th.priority-low,
  form td.priority-low,
  form th.priority-medium,
  form td.priority-medium {
    display: none;
  }
}

@media screen and (max-width:920px) {

  form th.priority-low,
  form td.priority-low {
    display: none;
  }
}

form td.menu-label {
  font-weight: 700;
}

form .tableresponsive-toggle {
  margin: 20px 0;
  font-size: 12px;
}

form .webform-element-plugin th,
form .webform-element-plugin td {
  min-width: 150px;
  vertical-align: top;
}

form table.field-multiple-table tr.draggable td.field-multiple-drag {
  width: 10px;
}

form table tr.draggable td div.form--inline {
  align-items: center;
}

form .field--widget-entityqueue-dragtable table tr.draggable td div.form--inline>div {
  margin-right: auto;
}

form body.drag {
  cursor: move;
}

form tr.region-title {
  font-weight: 700;
  color: #009CDE;
  font-size: 18px;
  line-height: 24px;
}

form tr.region-message {
  color: #999;
}

form tr.region-populated {
  display: none;
}

form tr.add-new .tabledrag-changed {
  display: none;
}

form .draggable>td:first-child {
  display: flex;
  align-items: center;
}

form .draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 24px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-decoration: none;
}

form [dir=rtl] .draggable a.tabledrag-handle {
  float: right;
  margin: 0 0 0 10px;
}

form a.tabledrag-handle:hover {
  text-decoration: none;
}

form a.tabledrag-handle .handle {
  background: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/move.svg) no-repeat 4px 4px;
  height: 24px;
  margin: 0;
  padding: 0;
  width: 24px;
}

form .tabledrag-toggle-weight-wrapper {
  text-align: right;
  font-size: 14px;
  float: none;
}

form div.fieldset-wrapper .tabledrag-toggle-weight-wrapper {
  font-size: 12px;
}

@media only screen and (min-width:1024px) {
  form div.fieldset-wrapper .tabledrag-toggle-weight-wrapper {
    position: absolute;
    top: 12px;
    right: 0;
  }
}

form div.fieldset-wrapper .tabledrag-toggle-weight-wrapper .link {
  font-weight: 300;
}

form [dir=rtl] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

form .indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}

form [dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

.ui-dialog form .vertical-tabs {
  position: relative;
  overflow: inherit;
  margin: 20px 0;
  background: #e7e7e7;
}

.ui-dialog form .vertical-tabs .ck-editor .ck-editor__top {
  position: -webkit-sticky;
  position: sticky;
  top: -9px;
}

.ui-dialog form .vertical-tabs .ck-editor .ck-sticky-panel .ck-toolbar .ck-toolbar__items {
  flex-wrap: wrap;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu {
  float: left;
  width: 280px;
  margin: 0 -100% -1px 0;
  padding: 0;
  line-height: 1;
}

.ui-dialog form .vertical-tabs [dir=rtl] .vertical-tabs__menu {
  float: right;
  margin: 0 0 -1px -100%;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item {
  position: relative;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item.is-selected {
  z-index: 1;
  overflow-x: hidden;
  width: 100%;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item:focus,
.ui-dialog form .vertical-tabs .vertical-tabs__menu-item:active {
  z-index: 2;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item a {
  display: block;
  text-decoration: none;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item:last-child a {
  border-bottom: 0;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item.is-selected a,
.ui-dialog form .vertical-tabs .vertical-tabs__menu-item.is-selected a:hover,
.ui-dialog form .vertical-tabs .vertical-tabs__menu-item a:focus {
  background: #f5f5f5;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item a:hover {
  background: #eeeeee;
  text-decoration: none;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item a:focus {
  outline: transparent;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title {
  text-decoration: underline;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.ui-dialog form .vertical-tabs .vertical-tabs__menu-item.is-selected a:focus .vertical-tabs__menu-item-title {
  text-decoration: none;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item.is-selected a {
  color: #009CDE;
  text-decoration: none;
}

.ui-dialog form .vertical-tabs .vertical-tabs__menu-item.is-selected a:hover,
.ui-dialog form .vertical-tabs .vertical-tabs__menu-item.is-selected a:focus {
  color: #009CDE;
}

.ui-dialog form .vertical-tabs [data-vertical-tabs-panes] {
  background-color: #f5f5f5;
}

.ui-dialog form .vertical-tabs .vertical-tabs__panes {
  margin: 0 0 0 280px;
  padding: 5px 15px;
}

[dir=rtl] .ui-dialog form .vertical-tabs .vertical-tabs__panes {
  margin: 0 280px 0 0;
}

.ui-dialog form .vertical-tabs .vertical-tabs__panes:after {
  content: "";
  display: table;
  clear: both;
}

.ui-dialog form .vertical-tabs .vertical-tabs__pane {
  margin: 0;
  padding: 0;
  border: 0;
}

.ui-dialog form .vertical-tabs .vertical-tabs__pane>summary {
  display: none;
}

.ui-dialog form .vertical-tabs .vertical-tabs__pane .field--type-link .tabledrag-toggle-weight-wrapper {
  display: none;
}

.ui-dialog form .vertical-tabs .vertical-tabs__pane .field--type-link .field-multiple-table {
  margin-top: 0px;
}

.ui-dialog form .vertical-tabs .vertical-tabs__pane .field--type-link thead {
  display: none;
}

.ui-dialog form .vertical-tabs .vertical-tabs__pane .field--type-link .description {
  margin-bottom: 20px;
}

.ui-dialog form .vertical-tabs .vertical-tabs__pane .field--type-image .image-widget img {
  flex-basis: 80%;
  width: auto;
  height: 150px;
  max-width: unset;
  object-fit: contain;
  object-position: left;
}

[dir=rtl] .ui-dialog form .vertical-tabs .vertical-tabs__menu {
  float: right;
  margin: -1px 0 -1px -15em;
}

.user--login--form,
.user--new-password--form {
  background-color: #ffffff;
}

@media print {
  * {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    padding-top: 0;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    display: block !important;
    page-break-inside: avoid !important;
  }

  iframe {
    display: none !important;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }

  a,
  .link {
    color: #000;
  }

  .button,
  .button--primary {
    background: none !important;
  }

  .messages {
    border-width: 1px;
    border-color: #999;
  }

  .is-collapse-enabled .tabs {
    max-height: 999em;
  }

  .is-horizontal .tabs__tab {
    margin: 0 4px !important;
    border-radius: 4px 4px 0 0 !important;
  }

  .dropbutton-multiple .dropbutton .secondary-action {
    display: block;
  }

  .js .dropbutton-widget,
  .js td .dropbutton-widget {
    position: relative;
  }

  .js .dropbutton .dropbutton-toggle {
    display: none;
  }

  .js .dropbutton-multiple .dropbutton-widget {
    border-radius: 4px;
    background: none;
  }

  input.form-autocomplete,
  input.form-text,
  input.form-tel,
  input.form-email,
  input.form-url,
  input.form-search,
  input.form-number,
  input.form-color,
  input.form-file,
  textarea.form-textarea,
  select.form-select {
    border-width: 1px;
    border: 0.5px solid black !important;
  }

  input.form-submit {
    padding: 0;
    min-width: unset;
  }

  body {
    margin: 2.5mm !important;
    padding-top: 0;
    overflow: visible;
  }

  body #toolbar-administration {
    display: none;
  }

  body #page-wrapper .shadow-sm {
    box-shadow: unset !important;
  }

  body #page-wrapper .page {
    padding: 0 !important;
    max-width: 100% !important;
  }

  body #page-wrapper .page .site-header {
    box-shadow: unset !important;
    position: relative;
    top: 0;
  }

  body #page-wrapper .page .site-header .site-header__top {
    display: none !important;
  }

  body #page-wrapper .page .site-header .site-header__main {
    height: auto !important;
  }

  body #page-wrapper .page .site-header .site-header__main div {
    padding: 0;
    margin: 0;
  }

  body #page-wrapper .page .site-header .site-header__main div .site-header__right {
    display: none !important;
  }

  body #page-wrapper .page .site-header .site-header-mobile .site-header__right {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section div[data-drupal-messages],
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section #block-tabs,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section #block-breadcrumbs,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .trigger,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .edit-node--wrapper {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .lpb-formatter .lpb-enable,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .lpb-formatter .lpb-enable__empty-message__wrapper {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .container-xl,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .container-lg,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points {
    padding-bottom: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div {
    max-width: unset !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--title {
    margin-bottom: 1rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--content .field--name-field-key-points {
    display: flex;
    align-items: flex-start;
    flex-direction: column !important;
    flex-wrap: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--content .field--name-field-key-points .field__item.col-12.col-lg-4 {
    width: auto !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--content .field--name-field-key-points .field__item.col-12.col-lg-4 .paragraph--type--key-point {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--content .field--name-field-key-points .field__item.col-12.col-lg-4 .paragraph--type--key-point .keypoint--icon {
    width: auto;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--content .field--name-field-key-points .field__item.col-12.col-lg-4 .paragraph--type--key-point .keypoint--icon .field--name-field-icon {
    width: auto !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--content .field--name-field-key-points .field__item.col-12.col-lg-4 .paragraph--type--key-point .keypoint--icon .field--name-field-icon img {
    width: 100px !important;
    margin-right: 10px;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--key_points .paragraph--type--key-points div .keypoints--content .field--name-field-key-points .field__item.col-12.col-lg-4 .paragraph--type--key-point .keypoint--description {
    text-align: left !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--type--content-body .paragraph--container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--type--content-body .paragraph--container div {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--type--content-body .paragraph--container div ul,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-news-article .node__content .field--name-field-main-sections .paragraph--type--content-body .paragraph--container div ol {
    margin: 0;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--alternative_banner_header {
    padding-top: 1.5rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--alternative_banner_header .paragraph--type--alternative-banner-header {
    display: flex;
    flex-direction: column-reverse;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--alternative_banner_header .paragraph--type--alternative-banner-header .paragraph--container {
    padding: 0 !important;
    margin: 0 !important;
    position: unset;
    transform: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--alternative_banner_header .paragraph--type--alternative-banner-header .paragraph--container .field--name-field-eyebrow-text,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--alternative_banner_header .paragraph--type--alternative-banner-header .paragraph--container .field--name-field-title,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--alternative_banner_header .paragraph--type--alternative-banner-header .paragraph--container .field--name-field-description {
    color: #000000;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--content_body {
    padding: 0.5rem 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body {
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body div {
    margin: 0 !important;
    padding: 0 !important;
    display: unset;
    justify-content: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body div div {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--accordion .paragraph.paragraph--type--accordion-item .accordion-collapse {
    display: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--accordion .paragraph--type--accordion {
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--accordion .paragraph--type--accordion div {
    margin: 0 !important;
    padding: 0 !important;
    display: unset !important;
    justify-content: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--accordion .paragraph--type--accordion div div {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--accordion .paragraph--type--accordion div div .accordion-flush .paragraph--accordion_item {
    border: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--accordion .paragraph--type--accordion div div .accordion-flush .paragraph--accordion_item:last-child {
    border: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--accordion .paragraph--type--accordion div div .accordion-flush .paragraph--accordion_item .accordion_item {
    padding-top: 0.8rem !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--video_and_text .video-block-video {
    align-self: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--video_and_text .video-block-video .iframe-container {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--video_and_text .video-block-video .iframe-container iframe {
    position: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights>div {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    flex-direction: column;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights>div div .views-element-container .related-insights-content--rows {
    width: 100%;
    margin: 0;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights>div div .views-element-container .related-insights-content--rows .views-row {
    width: 25% !important;
    flex: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights {
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights .views-element-container .views-field--content .views-field-title {
    display: none !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights .views-element-container .views-field--content .views-field-tags {
    display: none !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights .views-element-container .views-field--content .views-read-more {
    display: none !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights .views-element-container .views-field--background-image .background--gradient-overlay {
    height: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights .views-element-container .views-field--background-image .ratio a {
    position: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights .views-element-container .views-field--background-image .ratio-4x3 {
    --bs-aspect-ratio: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--button {
    display: none !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--left {
    page-break-after: always !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-service .node__content .field--name-field-main-sections .paragraph--relevant_people {
    page-break-before: always !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-publication-article .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-publication-article .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--container>div {
    width: 100% !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-publication-article .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--container>div .field--name-field-body iframe {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-publication-article .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--container>div .field--name-field-body .rtecenter a.btn-info {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-publication-article .node__content .field--name-field-main-sections .paragraph--related_insights .paragraph--type--related-insights .views-element-container .views-row .views-field .views-field--content .views-read-more {
    display: none !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .lpb-enable__empty-message__wrapper,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .lpb-enable__empty-message__wrapper {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections {
    display: block;
    position: relative;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header {
    position: unset;
    height: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green {
    height: 0 !important;
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green div {
    min-height: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey div .colored-header--title .field--name-field-title,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue div .colored-header--title .field--name-field-title,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green div .colored-header--title .field--name-field-title,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey div .colored-header--title .field--name-field-title,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue div .colored-header--title .field--name-field-title,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green div .colored-header--title .field--name-field-title {
    width: max-content;
    color: #515356;
    position: absolute;
    top: 10px;
    left: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey div .colored-header--description,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue div .colored-header--description,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green div .colored-header--description,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--grey div .colored-header--description,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--blue div .colored-header--description,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--colored-header .background--green div .colored-header--description {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--content-body,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--content-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--content-body div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--content-body div {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block {
    height: auto;
    margin: 0;
    padding-top: 1rem;
    position: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content {
    position: unset;
    box-shadow: unset !important;
    flex-direction: row-reverse !important;
    justify-content: space-between;
    align-items: flex-end;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--item,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--item {
    margin-top: 0.5rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .ratio,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .ratio {
    position: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .field--name-field-profile-picture,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .field--name-field-profile-picture {
    height: 210px;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .field--name-field-profile-picture::before,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .field--name-field-profile-picture::before {
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .field--name-field-profile-picture img,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--picture .field--name-field-profile-picture img {
    width: 230px;
    height: 230px;
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
    margin-right: 10px;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details {
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-job-title,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-job-title {
    position: absolute;
    top: 80px;
    left: 0;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-office-location,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-office-location {
    position: absolute;
    top: 140px;
    left: 0;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-email,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-email {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-social-links,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-main-sections .paragraph--type--person-block .paragraph--person--content .paragraph--person--details .field-social-links {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-optional-sections .paragraph--type--content-body,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-optional-sections .paragraph--type--content-body {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-optional-sections .paragraph--type--content-body div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-optional-sections .paragraph--type--content-body div {
    max-width: 100% !important;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-biography .node__content .field--name-field-optional-sections .paragraph--type--content-body div div,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-vip .node__content .field--name-field-optional-sections .paragraph--type--content-body div div {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--hero_banner {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--hero_banner .paragraph {
    display: flex;
    flex-direction: column-reverse;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--hero_banner .paragraph .hero-banner--content {
    display: none;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    padding: 0;
    margin: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs {
    background: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab--tab {
    display: block;
    margin: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab--tab .nav {
    flex-wrap: wrap;
    flex-grow: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab--tab button {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab-content {
    min-height: auto;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab-content .tab-pane>div {
    flex-direction: column !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab-content .tab-pane>div div {
    width: 100% !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab-content .tab-pane>div div .tab-pane--title {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab-content .tab-pane>div div .tab-pane--text p {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab-content .tab-pane>div .tab-optional-buttons {
    justify-content: space-between !important;
    gap: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--horizontal_tabs .paragraph--type--horizontal-tabs .background-overlay .horizontal-tabs--content .tab-content .tab-pane>div .tab-optional-buttons a {
    width: 45%;
    border: 1px solid #000000;
    margin: 0.5rem !important;
    padding: 0.5rem !important;
    page-break-inside: avoid !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body .paragraph--container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body .paragraph--container>div {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--advanced_keypoints .paragraph--type--advanced-keypoints {
    padding: 0.5rem 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--newsletter .paragraph--type--newsletter>div {
    min-height: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--newsletter .paragraph--type--newsletter>div .paragraph--container {
    display: none !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--two_square_blocks .paragraph {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--two_square_blocks .paragraph .left-block--content,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--two_square_blocks .paragraph .right-block--content {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--two_square_blocks .paragraph .left-block--content .square--optional-buttons,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--two_square_blocks .paragraph .right-block--content .square--optional-buttons {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content {
    flex-direction: column !important;
    height: fit-content !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--left {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--right {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--right .quote--picture {
    padding: 0 !important;
    width: auto !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--right .quote--picture .field--name-field-picture img {
    display: block !important;
    position: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--right .quote--picture .field--name-field-picture:before {
    padding-top: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--right .quote--description {
    width: 100% !important;
    flex: unset !important;
    text-align: center;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node--type-campaign .node__content .field--name-field-main-sections .paragraph--quote .paragraph--type--quote>div .content .quote--right .quote--description .field--name-field-formatted-description blockquote {
    padding: 0.5rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node {
    width: 100%;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .basic-page-wrapper {
    max-width: 100%;
    box-shadow: unset !important;
    margin: 15px 0 0 0;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content button.accordion-button,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content div.captcha {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .text-align-center {
    text-align: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .lpb-enable__wrapper,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .hero-banner--background {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--colored_header .paragraph--container {
    min-height: unset;
    padding: 1rem 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--colored_header .paragraph--container .colored-header--content {
    width: 100%;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--banner-header,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--alternative-banner-header {
    padding-top: 1.5rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--banner-header .banner-header--background-image,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--alternative-banner-header .banner-header--background-image {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--banner-header .paragraph--container,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--alternative-banner-header .paragraph--container {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--banner-header .paragraph--container .banner-header--content,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services {
    flex-wrap: unset !important;
    justify-content: unset !important;
    flex-direction: column !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item {
    width: auto !important;
    padding: 0 !important;
    margin: 0 0 0.5rem 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item .services--link {
    height: unset;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    flex-wrap: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item .services--link .services--image {
    width: auto;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item .services--link .services--image .ratio {
    --bs-aspect-ratio: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item .services--link .services--image .ratio .field--name-field-thumbnail-image {
    position: unset !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item .services--link .services--image .ratio .field--name-field-thumbnail-image img {
    height: auto !important;
    object-fit: contain;
    max-width: 100px !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item .services--link .services--title {
    text-align: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--alternative_tagged_services .services .field--name-field-services .services--item .services--link .services--title .field--name-title {
    font-size: 1.125rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--relevant_people .paragraph--type--relevant-people {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--relevant_people .paragraph--type--relevant-people .paragraph--relevant-people--content .relevant-person {
    width: 50% !important;
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--relevant_people .paragraph--type--relevant-people .paragraph--relevant-people--content .relevant-person .relevant-person--profile-picture {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--related_insights,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--trending_insights,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--latest_blogs,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--responsive_three_column {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--type--content-body {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--video_and_text .paragraph--type--video-and-text .video-section .responsive-banner-text-container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--video_and_text .paragraph--type--video-and-text .video-banner-text-inner .video-block-video {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--video_and_text .paragraph--type--video-and-text .video-banner-text-inner .video-block-text {
    width: 100%;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section article.node .node__content .field--name-field-main-sections .paragraph--video_and_text .paragraph--type--video-and-text .video-banner-text-inner .video-block-text>div {
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .taxonomy-term .paragraph--type--colored-header {
    padding-top: 1rem;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .taxonomy-term .paragraph--type--colored-header .paragraph--container {
    min-height: auto;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .taxonomy-term .paragraph--type--colored-header .paragraph--container .colored-header--content .colored-header--button {
    display: none !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--alternative_banner_header {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body {
    padding: 0.5rem 0 0 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--content_body .paragraph--type--content-body .paragraph--container>div {
    width: 100% !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--region_insights,
  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--relevant_people {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--newsletter {
    padding: 0.5rem 0 0 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--newsletter .paragraph--type--newsletter>div {
    min-height: auto;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--newsletter .paragraph--type--newsletter>div .paragraph--container {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--newsletter .paragraph--type--newsletter>div .paragraph--container .newsletter--content {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--newsletter .paragraph--type--newsletter>div .paragraph--container .newsletter--button {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--video_and_text .video-block-video {
    display: none;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--video_and_text .video-block-text {
    width: 100%;
    padding: 0;
  }

  body #page-wrapper .page #main-wrapper .site-content--wrapper .site-content .site-content--section .view-taxonomy-term .field--name-field-main-sections .paragraph--video_and_text .video-block-text .matching-height-container {
    min-height: unset;
    padding: 0;
  }

  body #page-wrapper .site-footer {
    display: none;
  }

  body table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse;
  }

  body th,
  body td {
    width: 3% !important;
    padding: 6px;
    text-align: center;
    word-wrap: break-word;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body thead {
    display: table-header-group;
  }

  body tr {
    page-break-inside: avoid;
  }
}

[dir=rtl] .paragraph--type--newsletter .newsletter--background-image .field--name-field-background-image img {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.breadcrumb-wrap {
  display: flex;
  padding: 10px 0 10px;
}

.breadcrumb-wrap .breadcrump {
  align-items: center;
}

.breadcrumb-wrap .breadcrump h6,
.breadcrumb-wrap .breadcrump .h6 {
  margin: 0;
}

.breadcrumb-wrap .breadcrump h6 .breadcrumb--spacer,
.breadcrumb-wrap .breadcrump .h6 .breadcrumb--spacer {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.breadcrumb-wrap .breadcrump h6 span a,
.breadcrumb-wrap .breadcrump .h6 span a {
  font-size: 14px;
  color: #515356;
  font-weight: 700;
}

.breadcrumb-wrap .share-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.breadcrumb-wrap .share-wrap .share-icon {
  background-size: 17px;
  background-position: 100%;
  background-repeat: no-repeat;
  color: #515356;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0;
  margin-left: 10px;
  padding-right: 26px;
  text-transform: uppercase;
}

.breadcrumb-wrap .share-wrap .share-icon:hover {}

.breadcrumb-wrap .share-wrap .print-icon {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  color: #515356;
  display: none;
  font-size: 12px;
  font-weight: 700;
  margin-right: 15px;
  padding-right: 27px;
  text-transform: uppercase;
}

.breadcrumb-wrap .share-wrap .print-icon:hover {}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper {
  position: absolute;
  z-index: 4;
  top: 39px;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper {
  display: flex;
  flex-direction: column;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper .a2a_button {
  background-color: #f0f0f0;
  color: #515356;
  padding: 3px 15px;
  display: flex;
  align-items: center;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper .a2a_button:hover {
  background-color: #e0e0e1;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper .a2a_button img {
  margin-right: 10px;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper .a2a_button_facebook img,
.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper .a2a_button_twitter img,
.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper .a2a_button_linkedin img,
.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_social_wrapper .a2a_button_email img {
  width: 24px;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_more_wrapper {
  display: flex;
  justify-content: center;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_more_wrapper .a2a_button_more {
  width: 100%;
  background-color: #ffffff;
  color: #515356;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_more_wrapper .a2a_button_more:hover {
  background-color: #e0e0e1;
}

.breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper div #block-addtoanybuttons span .a2a_more_wrapper .a2a_button_more img {
  width: 12px;
  margin-right: 5px;
}

@media (max-width:575.98px) {
  .breadcrumb-wrap .share-wrap .sharing-toolbox-wrapper {
    right: -1.125rem;
  }
}

@media (min-width:992px) {
  .breadcrumb-wrap .share-wrap .print-icon {
    display: inline-block;
  }
}

[dir=rtl] .breadcrumb-wrap .share-wrap .share-icon {
  margin-right: 15px;
}

#block-mainnavigation-desktop.contextual-region,
#block-mainnavigation-desktop .navbar,
#block-mainnavigation-desktop .dropdown {
  position: static;
}

#block-mainnavigation-desktop .bluetop-mobiledisplay {
  display: none;
}

#block-mainnavigation-desktop .site-menu-desktop {
  font-weight: 400;
}

#block-mainnavigation-desktop .site-menu-desktop .navbar-nav {
  margin-top: 0px;
}

#block-mainnavigation-desktop .site-menu-desktop .nav-item:last-child .nav-link {
  padding-right: 0;
}

#block-mainnavigation-desktop .site-menu-desktop .nav-link {
  color: #515356;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-toggle {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-toggle::after {
  content: unset;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-toggle .arrow-down {
  transition: all 0.3s ease-in-out;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-toggle.show .arrow-down {
  transform: rotate(-0.5turn);
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  min-width: unset;
  margin: unset;
  font-size: unset;
  color: unset;
  text-align: unset;
  list-style: none;
  background-color: unset;
  background-clip: unset;
  border: unset;
  border-radius: unset;
  padding-top: unset;
  padding-bottom: unset;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu>div {
  margin-right: 1px;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .nav.nav-tabs {
  margin: 0;
  border: 0;
  background-color: #006e9d;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  width: 25.75rem;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content {
  width: 100%;
  background-color: var(--color-blue);
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav {
  display: flex;
  flex-direction: column;
  padding-top: 1.75rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav img {
  width: 100%;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav .field--name-field-body * {
  color: #ffffff !important;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav a {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.25rem;
  color: #ffffff;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav a:hover {
  text-decoration: underline;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav .second_level_header_text {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.25rem;
  font-weight: 700;
  padding-left: 0;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav .third_level_child_items_ul .third_level_menu_text,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav .third_level_child_items_ul a {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav .third_level_child_items_ul li:first-child a {
  padding-top: 0;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav .second_lv_header_childess_a {
  font-weight: bold;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .tab-pane--nav .second_lv_header_childess_a:last-of-type {
  padding-bottom: 2rem;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .second_level_ul_header {
  padding-left: 0;
  margin-left: 20px;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .second_level_ul_header .mt-20 {
  margin-top: 20px;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .second_level_li_header {
  color: white;
  font-weight: 700;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .second_level_li_header .second_level_link:hover {
  text-decoration: underline;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .second_level_li_header a {
  padding-left: 0;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .third_level_child_items_ul {
  margin-bottom: 25px;
  padding-left: 0;
  margin-left: 0;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .third_level_child_items_ul li {
  line-height: 2.4rem;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .third_level_child_items_ul li .third_level_menu_text,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .third_level_child_items_ul li a {
  padding-left: 0;
  line-height: 1.4rem;
  display: block;
  font-size: 1rem;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .tab-content .third_level_child_items_ul li .third_level_menu_text {
  font-weight: 400;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item {
  padding: 0;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item.nav-title {
  padding: 0rem 1.5rem 0.625rem 1.875rem;
  line-height: 2.75rem;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item.nav-title .p_menu_item_h2 {
  font-size: 2.25rem;
  font-weight: 200;
  color: #ffffff;
  white-space: normal;
  line-height: 1.2;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item.nav-title h2,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item.nav-title .h2 {
  color: #ffffff;
  white-space: normal;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item.lv-1 button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item.lv-1 button svg {
  min-width: 16px;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item:hover,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item:focus {
  color: unset;
  background-color: unset;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item button,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item a {
  display: block;
  white-space: normal;
  color: #ffffff;
  width: 100%;
  padding: 0.5rem 1.875rem;
  text-align: left;
  font-weight: 400;
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item button:hover,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item button:focus,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item a:hover,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item a:focus {
  background-color: var(--color-blue);
}

#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item button.active,
#block-mainnavigation-desktop .site-menu-desktop .dropdown-menu .dropdown-item a.active {
  background-color: var(--color-blue);
}

@media (min-width:768px) and (max-width:1199.98px) {
  #block-mainnavigation-desktop .site-menu-desktop .dropdown-menu {
    padding-right: 0;
    padding-left: 0;
  }
}

#block-mainnavigation-mobile .site-menu-mobile {
  position: fixed;
  height: calc(100vh - 103px);
  overflow-y: auto;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  border-top: 1px solid var(--color-blue);
}

#block-mainnavigation-mobile .site-menu-mobile .bluetop-mobiledisplay {
  background-color: #009cde;
}

#block-mainnavigation-mobile .site-menu-mobile .bluetop-mobiledisplay .btn-link {
  color: #ffffff !important;
}

#block-mainnavigation-mobile .site-menu-mobile .bluetop-mobiledisplay a {
  color: #ffffff !important;
}

@media (min-width:576px) and (max-width:1199.98px) {
  #block-mainnavigation-mobile .site-menu-mobile .bluetop-mobiledisplay {
    display: none !important;
  }
}

#block-mainnavigation-mobile .site-menu-mobile ul {
  margin: 0;
  padding: 0;
}

#block-mainnavigation-mobile .site-menu-mobile ul .lv-1.nav-title:first-child {
  padding: 0.5rem 1rem;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 1rem;
  border-top: 0px;
}

#block-mainnavigation-mobile .site-menu-mobile ul .p_menu_item_h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-toggle::after {
  content: unset;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu {
  height: 100vh;
  width: 100vw;
  margin-top: 0px;
  border-radius: 0;
  border: 0;
}

@media (max-width:575.98px) {
  #block-mainnavigation-mobile .site-menu-mobile .dropdown-menu {
    height: auto;
    padding-bottom: 3rem !important;
  }
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu.show {
  position: absolute;
  top: 0;
  left: 0;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu.dropdown-menu-lv-1 {
  background-color: #006e9d;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu.dropdown-menu-lv-2 {
  background-color: var(--color-blue);
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu .nav-controls {
  color: #ffffff;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu .nav-controls .arrow-left:nth-child(2) {
  margin-left: -11px;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu .nav-controls .nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu .nav-controls .second_lv_header_childess_a {
  font-weight: bold;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu .nav-controls .nav-level-back {
  padding-bottom: 1.5rem;
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown-menu .nav-controls button {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
}

@media (min-width:576px) {
  #block-mainnavigation-mobile .site-menu-mobile .dropdown-menu .menu-dropdown-second-level-ul {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

#block-mainnavigation-mobile .site-menu-mobile .dropdown {
  position: static;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-0,
#block-mainnavigation-mobile .site-menu-mobile .lv-1,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 {
  border: 0;
  min-height: 3.125rem;
  display: flex;
  align-items: center;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-0 a,
#block-mainnavigation-mobile .site-menu-mobile .lv-0 .btn-link,
#block-mainnavigation-mobile .site-menu-mobile .lv-1 a,
#block-mainnavigation-mobile .site-menu-mobile .lv-1 .btn-link,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 a,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 .btn-link {
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-0 a::after,
#block-mainnavigation-mobile .site-menu-mobile .lv-1 a::after,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 a::after {
  content: unset;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-0:last-child,
#block-mainnavigation-mobile .site-menu-mobile .lv-1:last-child,
#block-mainnavigation-mobile .site-menu-mobile .lv-2:last-child {
  border-bottom: none;
}

#block-mainnavigation-mobile .site-menu-mobile .block-exists {
  min-height: auto;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-0 {
  border-bottom: 0.5px solid #888B8D;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-0 a,
#block-mainnavigation-mobile .site-menu-mobile .lv-0 .btn-link {
  text-decoration: none;
  color: #515356;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-0 a .arrow-right,
#block-mainnavigation-mobile .site-menu-mobile .lv-0 .btn-link .arrow-right {
  color: #515356;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-1 {
  border-top: 0.5px solid #ffffff;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-1:first-child,
#block-mainnavigation-mobile .site-menu-mobile .lv-2:first-child {
  border-top: 0.5px solid #ffffff;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-1 a,
#block-mainnavigation-mobile .site-menu-mobile .lv-1 .btn-link,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 a,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 .btn-link {
  text-decoration: none;
  color: #ffffff;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-1 a .arrow-right,
#block-mainnavigation-mobile .site-menu-mobile .lv-1 .btn-link .arrow-right,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 a .arrow-right,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 .btn-link .arrow-right {
  color: #ffffff;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-1 .second_lv_header_childess_a,
#block-mainnavigation-mobile .site-menu-mobile .lv-2 .second_lv_header_childess_a {
  font-weight: bold;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-3-exists {
  border-bottom: none;
  color: white;
  font-weight: 700;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-3-exists .lv-3-exists:first-child {
  border-top: 0.5px solid #ffffff;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-3-exists .second_level_link:hover {
  text-decoration: underline;
}

#block-mainnavigation-mobile .site-menu-mobile .lv-3-exists a {
  padding-left: 17px;
  font-weight: 700;
  padding-top: 10px;
}

#block-mainnavigation-mobile .site-menu-mobile .third_level_li a {
  font-size: 1rem;
}

#block-mainnavigation-mobile .site-menu-mobile .third_level_li:last-child {
  padding-bottom: 10px;
}

#block-mainnavigation-mobile .site-menu-mobile .ul-lv-2 {
  border-bottom: 0.5px solid #ffffff;
}

#block-mainnavigation-mobile .site-menu-mobile .ul-lv-2+.ul-lv-2 .lv-2:first-child {
  border-top: none;
}

@media (min-width:576px) {
  #block-mainnavigation-mobile .site-menu-mobile {
    height: auto;
    width: 100%;
    overflow-y: unset;
  }

  #block-mainnavigation-mobile .site-menu-mobile .dropdown-menu {
    min-height: 100%;
    height: min-content;
    width: 100vw;
  }
}


.paragraph--type--colored-header {
  position: relative;
}

.paragraph--type--colored-header .background--blue,
.paragraph--type--colored-header .background--green,
.paragraph--type--colored-header .background--grey,
.paragraph--type--colored-header .background--midnight_blue {
  width: 100%;
}

.paragraph--type--colored-header .background--blue .paragraph--container,
.paragraph--type--colored-header .background--green .paragraph--container,
.paragraph--type--colored-header .background--grey .paragraph--container,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 150px;
}

.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--content,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--content,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--content,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--content {
  color: #ffffff;
}

@media (min-width:576px) {

  .paragraph--type--colored-header .background--blue .paragraph--container .colored-header--title,
  .paragraph--type--colored-header .background--green .paragraph--container .colored-header--title,
  .paragraph--type--colored-header .background--grey .paragraph--container .colored-header--title,
  .paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--title {
    margin-left: -1px;
  }
}

.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description .h1 {
  color: #ffffff;
}

.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--title h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--title .h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description .h1 {
  margin: 0;
}

.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--title h2,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--title .h2,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description h2,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description .h2,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--title h2,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--title .h2,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description h2,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description .h2,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--title h2,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--title .h2,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description h2,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description .h2,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--title h2,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--title .h2,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description h2,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description .h2 {
  margin-top: 0px;
  margin-bottom: 0;
}

.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--green .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description .h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description h1,
.paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description .h1 {
  margin-top: 0px;
  margin-bottom: 0;
}

@media (max-width:991.98px) {

  .paragraph--type--colored-header .background--blue .paragraph--container .colored-header--description,
  .paragraph--type--colored-header .background--green .paragraph--container .colored-header--description,
  .paragraph--type--colored-header .background--grey .paragraph--container .colored-header--description,
  .paragraph--type--colored-header .background--midnight_blue .paragraph--container .colored-header--description {
    margin-bottom: 1rem;
  }
}

@media (min-width:576px) {

  .paragraph--type--colored-header .background--blue .paragraph--container,
  .paragraph--type--colored-header .background--green .paragraph--container,
  .paragraph--type--colored-header .background--grey .paragraph--container,
  .paragraph--type--colored-header .background--midnight_blue .paragraph--container {
    min-height: 160px;
  }
}

@media (min-width:992px) {

  .paragraph--type--colored-header .background--blue .paragraph--container,
  .paragraph--type--colored-header .background--green .paragraph--container,
  .paragraph--type--colored-header .background--grey .paragraph--container,
  .paragraph--type--colored-header .background--midnight_blue .paragraph--container {
    min-height: 270px;
  }
}

.paragraph--type--colored-header .banner-header--button-wrapper .blue {
  background-color: var(--color-blue);
}

.paragraph--type--colored-header .banner-header--button-wrapper .green {
  background-color: var(--color-green);
}

.paragraph--type--colored-header .banner-header--button-wrapper .grey {
  background-color: #92949e;
}

.paragraph--type--colored-header .banner-header--button-wrapper .midnight_blue {
  background-color: #00153D;
}

@media (max-width:767.98px) {
  .paragraph--type--colored-header .banner-header--button a {
    top: 0;
  }
}

.paragraph--type--banner-header,
.paragraph--type--alternative-banner-header,
.newsroom-banner-header {
  position: relative;
}

.paragraph--type--banner-header .banner-header--background-image,
.paragraph--type--alternative-banner-header .banner-header--background-image,
.newsroom-banner-header .banner-header--background-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.paragraph--type--banner-header .banner-header--background-image .field--name-field-newsroom-banner-background,
.paragraph--type--alternative-banner-header .banner-header--background-image .field--name-field-newsroom-banner-background,
.newsroom-banner-header .banner-header--background-image .field--name-field-newsroom-banner-background {
  height: 100%;
}

.paragraph--type--banner-header .banner-header--background-image .field--name-field-background-image,
.paragraph--type--alternative-banner-header .banner-header--background-image .field--name-field-background-image,
.newsroom-banner-header .banner-header--background-image .field--name-field-background-image {
  height: 100%;
}

.paragraph--type--banner-header .banner-header--background-image .field--name-field-background-image img,
.paragraph--type--alternative-banner-header .banner-header--background-image .field--name-field-background-image img,
.newsroom-banner-header .banner-header--background-image .field--name-field-background-image img {
  object-fit: cover;
  height: 100%;
}

.paragraph--type--banner-header.no-background .banner-header--background-image,
.paragraph--type--alternative-banner-header.no-background .banner-header--background-image,
.newsroom-banner-header.no-background .banner-header--background-image {
  background-color: var(--color-green);
}

.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--title h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--title .h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--title h2,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--title .h2,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--description .h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--description h2,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--description .h2,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--details h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--details .h1,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--details h2,
.paragraph--type--banner-header.no-background .paragraph--container .banner-header--content .banner-header--details .h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title .h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title .h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description .h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description .h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details .h1,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details h2,
.paragraph--type--alternative-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details .h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title .h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--title .h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description .h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--description .h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details .h1,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details h2,
.newsroom-banner-header.no-background .paragraph--container .banner-header--content .banner-header--details .h2 {
  color: #515356;
}

.paragraph--type--banner-header .paragraph--container,
.paragraph--type--alternative-banner-header .paragraph--container,
.newsroom-banner-header .paragraph--container {
  position: relative;
  z-index: 1;
  top: 50%;
  min-height: 350px;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow div,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title div,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description div,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details div {
  color: #ffffff;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h1 {
  margin: 0;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h2,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h2 {
  margin-top: 0px;
  margin-bottom: 0;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date {
  margin-right: 4px;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date .inner_div,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date .inner_div,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date .inner_div,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date .inner_div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date .inner_div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date .inner_div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date .inner_div,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date .inner_div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date .inner_div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date .inner_div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date .inner_div,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date .inner_div {
  padding: 0 9px;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h1 {
  margin-top: 0px;
  margin-bottom: 0;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow {
  font-weight: 400;
  margin-bottom: 1rem;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-eyebrow-text,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-eyebrow-text,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-eyebrow-text {
  padding-bottom: 0;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title {
  margin-bottom: 1rem;
  margin-left: -2px;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .page_h1_inner span,
.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .page_h2_inner span,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .page_h1_inner span,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .page_h2_inner span,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .page_h1_inner span,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .page_h2_inner span {
  color: #ffffff;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description {
  margin-left: -1px;
  margin-bottom: 1rem;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .highlight {
  display: inline;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .blue-highlight--outer_div .highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .blue-highlight--outer_div .highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .blue-highlight--outer_div .highlight {
  background: var(--color-blue);
  color: #ffffff !important;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .blue-highlight--outer_div.padding-highlight .highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .blue-highlight--outer_div.padding-highlight .highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .blue-highlight--outer_div.padding-highlight .highlight {
  box-shadow: 0.5rem 0 0 var(--color-blue), -0.5rem 0 0 var(--color-blue);
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .green-highlight--outer_div .highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .green-highlight--outer_div .highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .green-highlight--outer_div .highlight {
  background: var(--color-green);
  color: #ffffff !important;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .green-highlight--outer_div.padding-highlight .highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .green-highlight--outer_div.padding-highlight .highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .green-highlight--outer_div.padding-highlight .highlight {
  box-shadow: 0.5rem 0 0 var(--color-green), -0.5rem 0 0 var(--color-green);
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .grey-highlight--outer_div .highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .grey-highlight--outer_div .highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .grey-highlight--outer_div .highlight {
  background: #92949e;
  color: #ffffff !important;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .grey-highlight--outer_div.padding-highlight .highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .grey-highlight--outer_div.padding-highlight .highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .grey-highlight--outer_div.padding-highlight .highlight {
  box-shadow: 0.5rem 0 0 #92949e, -0.5rem 0 0 #92949e;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details {
  margin: 9px auto;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .read_time,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .read_time,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .read_time {
  color: #fff;
  display: inline;
  margin: 0;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-reading-time,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-reading-time,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-reading-time {
  padding: 0 9px;
  color: #ffffff;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .blue-highlight--read_time_color,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .blue-highlight--read_time_color,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .blue-highlight--read_time_color {
  background-color: var(--color-blue);
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .blue-highlight--read_time_color .field--name-field-reading-time,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .blue-highlight--read_time_color .field--name-field-reading-time,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .blue-highlight--read_time_color .field--name-field-reading-time {
  padding: 0 9px;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .green-highlight--read_time_color,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .green-highlight--read_time_color,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .green-highlight--read_time_color {
  background-color: var(--color-green);
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .green-highlight--read_time_color .field--name-field-reading-time,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .green-highlight--read_time_color .field--name-field-reading-time,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .green-highlight--read_time_color .field--name-field-reading-time {
  padding: 0 9px;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .grey-highlight--read_time_color,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .grey-highlight--read_time_color,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .grey-highlight--read_time_color {
  background-color: #92949e;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .grey-highlight--read_time_color .field--name-field-reading-time,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .grey-highlight--read_time_color .field--name-field-reading-time,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .grey-highlight--read_time_color .field--name-field-reading-time {
  padding: 0 9px;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .blue-highlight,
.paragraph--type--banner-header .paragraph--container .banner-header--content .blue-highlight--datetime,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .blue-highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .blue-highlight--datetime,
.newsroom-banner-header .paragraph--container .banner-header--content .blue-highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .blue-highlight--datetime {
  background-color: var(--color-blue);
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .green-highlight,
.paragraph--type--banner-header .paragraph--container .banner-header--content .green-highlight--datetime,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .green-highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .green-highlight--datetime,
.newsroom-banner-header .paragraph--container .banner-header--content .green-highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .green-highlight--datetime {
  background-color: var(--color-green);
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .grey-highlight,
.paragraph--type--banner-header .paragraph--container .banner-header--content .grey-highlight--datetime,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .grey-highlight,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .grey-highlight--datetime,
.newsroom-banner-header .paragraph--container .banner-header--content .grey-highlight,
.newsroom-banner-header .paragraph--container .banner-header--content .grey-highlight--datetime {
  background-color: #92949e;
}

.paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details,
.paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details,
.newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details {
  padding: 0;
  margin-left: -2px;
}

@media (min-width:1200px) {

  .paragraph--type--banner-header .banner-header--background-image,
  .paragraph--type--alternative-banner-header .banner-header--background-image,
  .newsroom-banner-header .banner-header--background-image {
    min-height: 350px;
    position: static;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    height: unset;
    z-index: unset;
  }

  .paragraph--type--banner-header .banner-header--background-image .field--name-field-background-image img,
  .paragraph--type--alternative-banner-header .banner-header--background-image .field--name-field-background-image img,
  .newsroom-banner-header .banner-header--background-image .field--name-field-background-image img {
    min-height: 480px;
    object-fit: cover;
    object-position: bottom right;
  }

  .paragraph--type--banner-header .paragraph--container,
  .paragraph--type--alternative-banner-header .paragraph--container,
  .newsroom-banner-header .paragraph--container {
    position: absolute;
    z-index: 1;
    top: 50%;
    min-height: unset;
    display: flex;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    align-items: center;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content,
  .newsroom-banner-header .paragraph--container .banner-header--content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow div,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title div,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description div,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details div,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow div,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title div,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description div,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details div,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow div,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title div,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description div,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details div {
    color: #ffffff;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h1,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h1,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h1 {
    margin: 0;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details h2,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details h2,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .h2 {
    margin-top: 0px;
    margin-bottom: 0;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date,
  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow .field--name-field-published-date,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title .field--name-field-published-date,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description .field--name-field-published-date,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--details .field--name-field-published-date {
    margin-right: 9px;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--eyebrow,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--eyebrow {
    font-weight: 400;
    margin-bottom: 1rem;
    margin-left: -2px;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--title,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--title,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--title {
    margin-bottom: 1rem;
    margin-left: -2px;
  }

  .paragraph--type--banner-header .paragraph--container .banner-header--content .banner-header--description,
  .paragraph--type--alternative-banner-header .paragraph--container .banner-header--content .banner-header--description,
  .newsroom-banner-header .paragraph--container .banner-header--content .banner-header--description {
    margin-left: -2px;
    margin-bottom: 0;
  }
}

@media (min-width:1400px) {

  .paragraph--type--banner-header .banner-header--button-wrapper,
  .paragraph--type--alternative-banner-header .banner-header--button-wrapper,
  .newsroom-banner-header .banner-header--button-wrapper {
    margin-bottom: -28px;
  }
}

@media (max-width:767.98px) {

  .paragraph--type--banner-header .banner-header--button a,
  .paragraph--type--alternative-banner-header .banner-header--button a,
  .newsroom-banner-header .banner-header--button a {
    top: 0;
  }
}

.paragraph--type--banner-header .page-banner-container .field--name-field-background-image,
.paragraph--type--alternative-banner-header .page-banner-container .field--name-field-background-image,
.newsroom-banner-header .page-banner-container .field--name-field-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.paragraph--type--banner-header .banner-header--button-wrapper .blue,
.paragraph--type--alternative-banner-header .banner-header--button-wrapper .blue,
.newsroom-banner-header .banner-header--button-wrapper .blue {
  background-color: var(--color-blue);
}

.paragraph--type--banner-header .banner-header--button-wrapper .green,
.paragraph--type--alternative-banner-header .banner-header--button-wrapper .green,
.newsroom-banner-header .banner-header--button-wrapper .green {
  background-color: var(--color-green);
}

.paragraph--type--banner-header .banner-header--button-wrapper .grey,
.paragraph--type--alternative-banner-header .banner-header--button-wrapper .grey,
.newsroom-banner-header .banner-header--button-wrapper .grey {
  background-color: #92949e;
}

[dir=rtl] .paragraph--type--banner-header .banner-header--background-image .field--name-field-background-image img,
[dir=rtl] .paragraph--type--alternative-banner-header .banner-header--background-image .field--name-field-background-image img,
[dir=rtl] .newsroom-banner-header .banner-header--background-image .field--name-field-background-image img {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (min-width:1200px) {

  [dir=rtl] .paragraph--type--banner-header [dir=rtl] .banner-header--background-image .field--name-field-background-image img,
  [dir=rtl] .paragraph--type--alternative-banner-header [dir=rtl] .banner-header--background-image .field--name-field-background-image img,
  [dir=rtl] .newsroom-banner-header [dir=rtl] .banner-header--background-image .field--name-field-background-image img {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

.paragraph--type--alternative-banner-header,
.paragraph--type--banner-header {
  background-color: var(--color-green);
}

@media (max-width:1399.98px) {

  .paragraph--type--alternative-banner-header .banner-header--description .body-24,
  .paragraph--type--banner-header .banner-header--description .body-24 {
    font-size: 1.3rem;
  }
}

@media (max-width:575.98px) {

  .paragraph--type--alternative-banner-header .banner-header--description .body-24,
  .paragraph--type--banner-header .banner-header--description .body-24 {
    font-size: 1rem;
  }
}

@media (min-width:1200px) {

  .paragraph--type--alternative-banner-header .progress-pattern-1,
  .paragraph--type--banner-header .progress-pattern-1 {
    -webkit-mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
    mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }

  .green {
    background-color: var(--color-green);
  }

  .blue {
    background-color: var(--color-blue);
  }

  .midnight_blue {
    background-color: #00153D;
  }
}

.add-color-top-left .mask-addbottomrightImage {
  -webkit-mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
  mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.add-color-top-left .progress-pattern-1 {
  mask: none;
}

.add-color-top-left .banner-header--background-image {
  max-height: 480px;
}

.add-color-top-left .banner-header--background-image .green {
  background-color: var(--color-green);
}

.add-color-top-left .banner-header--background-image .blue {
  background-color: var(--color-blue);
}

.add-color-top-left .banner-header--background-image .midnight_blue {
  background-color: #00153D;
}

.add-color-top-left .top-left-color-pattern {
  width: 100%;
  min-height: 480px;
}

@media (max-width:1399.98px) {
  .add-color-top-left .field--name-field-background-image img {
    display: none;
  }

  .add-color-top-left .mask-addbottomrightImage {
    mask: none;
  }

  .add-color-top-left .top-left-color-pattern {
    min-height: unset;
  }

  .add-color-top-left .green {
    background-color: var(--color-green);
  }

  .add-color-top-left .blue {
    background-color: var(--color-blue);
  }

  .add-color-top-left .midnight_blue {
    background-color: #00153D;
  }

  .add-color-top-left .banner-header--background-image {
    min-height: 350px;
  }
}

.add-color-bottom-right .banner-header--background-image {
  max-height: 480px;
  min-height: 426px;
}

@media (max-width:1399.98px) {
  .add-color-bottom-right .banner-header--background-image {
    min-height: unset;
  }

  .add-color-bottom-right .green {
    background-color: var(--color-green);
  }

  .add-color-bottom-right .blue {
    background-color: var(--color-blue);
  }

  .add-color-bottom-right .midnight_blue {
    background-color: #00153D;
  }

  .add-color-bottom-right .progress-pattern-1 {
    -webkit-mask: unset;
    mask: unset;
    -webkit-mask-repeat: unset;
    mask-repeat: unset;
    -webkit-mask-size: unset;
    mask-size: unset;
    max-height: 480px;
    min-height: 350px;
  }
}

@media (min-width:1400px) {
  .add-color-bottom-right .banner-header--background-image {
    height: 480px;
  }
}

.paragraph--type--alternative-banner-header .blinking-cursor {
  margin-left: 5px;
  padding: 0;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  50.1%,
  100% {
    opacity: 0;
  }
}

.paragraph--type--newsletter {
  position: relative;
}

.paragraph--type--newsletter .background--blue,
.paragraph--type--newsletter .background--green,
.paragraph--type--newsletter .background--grey {
  min-height: 450px;
}

.paragraph--type--newsletter .newsletter--background-image .field--name-field-background-image img {
  min-height: 450px;
  object-fit: cover;
}

.paragraph--type--newsletter .paragraph--container {
  position: absolute;
  z-index: 1;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  align-items: center;
}

.paragraph--type--newsletter .paragraph--container .newsletter--content {
  padding-right: 1.5rem;
}

.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--title div,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--description div,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--details div {
  color: #ffffff;
}

.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--title h1,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--title .h1,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--description h1,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--description .h1,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--details h1,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--details .h1 {
  margin: 0;
}

.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--title h2,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--title .h2,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--description h2,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--description .h2,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--details h2,
.paragraph--type--newsletter .paragraph--container .newsletter--content .newsletter--details .h2 {
  margin-top: 0px;
  margin-bottom: 0;
}

@media (min-width:992px) {
  .paragraph--type--newsletter .paragraph--container {
    height: 100%;
  }
}

.paragraph--type--hero-banner {
  position: relative;
}

.paragraph--type--hero-banner .hero-text-frontpage {
  margin: -39px 67px !important;
}

.paragraph--type--hero-banner .hero-banner--background {
  background-color: #ffffff;
}

.paragraph--type--hero-banner .hero-banner--background .old-hero-banner img {
  max-height: 610px;
  object-fit: cover;
  object-position: top;
  min-height: 450px;
}

.paragraph--type--hero-banner .hero-banner--background.vimeo--enabled .vimeo-banner {
  display: block;
}

.paragraph--type--hero-banner .hero-banner--background .vimeo-banner {
  display: none;
  background-color: #000000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 610px;
  height: 100%;
  overflow: hidden;
}

.paragraph--type--hero-banner .hero-banner--background .vimeo-banner .vimeo-wrapper.crop iframe {
  height: 131%;
  top: 50%;
  transform: translateY(-50%);
}

.paragraph--type--hero-banner .hero-banner--background .hero-container {
  background-size: contain;
  width: 100%;
  height: 33.8541666667%;
}

.paragraph--type--hero-banner .hero-banner--background .hero-container .field--name-field-new-bottom-right-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.paragraph--type--hero-banner .hero-banner--background .hero-mask {
  -webkit-mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
  mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.paragraph--type--hero-banner .hero-banner--background .hero-mask img {
  width: 100%;
  height: auto;
  background-position: 28% 41%;
}

@media (max-width:779px) {
  .paragraph--type--hero-banner .hero-banner--background .hero-mask {
    -webkit-mask: none;
    mask: none;
    width: 100%;
    height: 400px;
  }

  .paragraph--type--hero-banner .hero-banner--background .hero-container {
    background: none;
    height: 400px;
    width: 100%;
  }

  .paragraph--type--hero-banner .hero-banner--background .hero-container img {
    float: left;
    overflow: hidden;
    height: 400px;
    width: auto;
    margin-left: 0;
  }

  .paragraph--type--hero-banner .hero-banner--background .hero-mask img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    object-position: 0 50%;
  }
}

.paragraph--type--hero-banner .display-hero-banner-portrait-signature {
  display: block;
}

.paragraph--type--hero-banner .hide-hero-banner-portrait-signature {
  display: none;
}

.paragraph--type--hero-banner #hero-text {
  position: absolute;
  width: 535px;
  margin: -55px 67px;
  z-index: 4;
}

.paragraph--type--hero-banner .hero-text-dynamic_layers {
  margin: 0 67px !important;
}

.paragraph--type--hero-banner .hero-text-wrapper .highlight {
  display: inline;
  font-weight: 300;
  font-size: 2em;
  background: var(--color-blue);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.paragraph--type--hero-banner.padding-highlight .highlight {
  box-shadow: 0.5rem 0 0 var(--color-blue), -0.5rem 0 0 var(--color-blue);
}

.paragraph--type--hero-banner .top_rec {
  position: absolute;
  width: 15px;
  height: 27px;
  top: -27px;
  right: 5px;
  background-color: var(--color-blue);
}

.paragraph--type--hero-banner .bottom_rec {
  position: absolute;
  width: 25px;
  margin-left: -25px;
  height: 25px;
  margin-top: 2px;
  background-color: var(--color-blue);
  overflow: hidden;
}

@media (max-width:779px) {

  .paragraph--type--hero-banner .hero-name,
  .paragraph--type--hero-banner .bottom_rec,
  .paragraph--type--hero-banner .top_rec {
    display: none;
    background-color: #000000;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 400px;
    -webkit-mask-repeat: unset !important;
    -webkit-mask-size: unset !important;
  }

  .paragraph--type--hero-banner .hero-name img,
  .paragraph--type--hero-banner .bottom_rec img,
  .paragraph--type--hero-banner .top_rec img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    object-position: 0 50%;
  }

  .paragraph--type--hero-banner .field--name-field-new-bottom-right-banner {
    display: none;
  }

  .paragraph--type--hero-banner .hero-text-frontpage {
    text-align: left !important;
    position: relative !important;
    padding: 10px 15px 15px 20px !important;
    background-color: var(--color-blue) !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .paragraph--type--hero-banner .hero-mask img {
    object-position: 15% 41% !important;
  }
}

@media (min-width:780px) {
  .paragraph--type--hero-banner .hero-name {
    position: absolute;
    color: #82909e;
    margin: -27% 9%;
    max-width: 185px;
    text-align: center;
    line-height: 1.3;
  }

  .paragraph--type--hero-banner #hero-signature {
    font-family: creattion, script !important;
    font-size: 62px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-transform: capitalize;
  }

  .paragraph--type--hero-banner .hero-name-subtitle {
    margin: -10px 10px;
    display: block;
  }

  .paragraph--type--hero-banner .hero-name-subtitle a {
    color: #82909e;
  }
}

@media (min-width:900px) {
  .paragraph--type--hero-banner .hero-name {
    margin: -39% 6%;
  }
}

@media (min-width:1200px) {
  .paragraph--type--hero-banner .hero-name {
    margin: -34% 9%;
  }
}

@media (min-width:1400px) {
  .paragraph--type--hero-banner .hero-name {
    margin: -29% 9%;
  }
}

.paragraph--type--hero-banner .hero-banner--rsm-people {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.paragraph--type--hero-banner .hero-banner--rsm-people .hero-banner--employee-name {
  font-size: 3.5rem;
  margin-bottom: -11px;
}

.paragraph--type--hero-banner .hero-banner--rsm-people .hero-banner--text {
  font-size: 1.125rem;
  margin: 0.5rem 0 0 0;
  font-weight: 400;
}

.paragraph--type--hero-banner .hero-banner--rsm-people .hero-banner--text a {
  color: #ffffff;
}

.paragraph--type--hero-banner .hero-banner--rsm-people .hero-banner--text a:hover {
  text-decoration: underline;
}

.paragraph--type--hero-banner .hero-banner--content {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}

.paragraph--type--hero-banner .hero-banner--content .hero-banner--title,
.paragraph--type--hero-banner .hero-banner--content .hero-banner--eyebrow {
  color: #ffffff;
}

.paragraph--type--hero-banner .hero-banner--content .hero-banner--link {
  text-transform: unset;
  display: flex;
}

.paragraph--type--hero-banner .hero-banner--content .hero-banner--link a {
  min-width: 200px;
}

.paragraph--type--hero-banner.no-background .hero-banner--background {
  min-height: 610px;
}

.paragraph--type--hero-banner.no-background .hero-banner--rsm-people {
  color: #515356;
}

.paragraph--type--hero-banner.no-background .hero-banner--employee-name,
.paragraph--type--hero-banner.no-background .hero-banner--text a {
  color: #515356;
}

.paragraph--type--hero-banner.no-background .hero-banner--content .hero-banner--title,
.paragraph--type--hero-banner.no-background .hero-banner--content .hero-banner--eyebrow {
  color: #515356;
}

@media (min-width:992px) {
  .paragraph--type--hero-banner .hero-banner--rsm-people {
    width: unset;
    right: 30px;
    bottom: 20px;
    left: unset;
    transform: unset;
    padding: 0 !important;
  }

  .paragraph--type--hero-banner .hero-banner--rsm-people .hero-banner--employee-name {
    font-size: 5rem;
  }

  .paragraph--type--hero-banner .hero-banner--content {
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translateX(-50%) translateY(-50%);
  }
}

.paragraph--type--hero-banner #hero-text-below {
  display: block;
}

.paragraph--type--hero-banner #hero-text-below h1,
.paragraph--type--hero-banner #hero-text-below .h1 {
  display: grid;
}

.paragraph--type--hero-banner #hero-text-below h1,
.paragraph--type--hero-banner #hero-text-below .h1 {
  display: grid;
}

.paragraph--type--hero-banner #hero-text-below .highlight {
  text-align: left;
  display: grid;
  width: 50%;
  font-size: 2.4em;
}

.paragraph--type--hero-banner #hero-text-below .highlight span {
  font-weight: 200;
  padding-left: 30%;
}

@media (max-width:767.98px) {
  .paragraph--type--hero-banner #hero-text-below .highlight {
    margin: 0;
    text-align: left;
    padding: 0 60px;
    text-align: left;
    padding: 0 60px;
  }
}

.paragraph--type--hero-banner #hero-text-below .top_rec_below {
  position: relative;
  width: 50%;
  height: 27px;
  margin-top: -27px;
  background-color: var(--color-blue);
}

@media (max-width:991.98px) {
  .paragraph--type--hero-banner #hero-text-below .highlight {
    width: 100%;
  }

  .paragraph--type--hero-banner #hero-text-below .top_rec_below {
    display: none;
  }

  .paragraph--type--hero-banner #hero-text-below .highlight {
    margin: 0;
    text-align: left;
  }

  .paragraph--type--hero-banner #hero-text-below .highlight span {
    padding: 0;
  }
}

@media (min-width:992px) {
  .paragraph--type--hero-banner #hero-text-below .highlight {
    width: 50%;
  }

  .paragraph--type--hero-banner #hero-text-below .top_rec_below {
    display: block;
  }

  .paragraph--type--hero-banner #hero-text-below .highlight {
    text-align: left;
  }
}

[dir=rtl] .paragraph--type--hero-banner .hero-banner--background img {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.paragraph--type--person-block {
  width: 100%;
  margin-top: 0px;
}

.paragraph--type--person-block .paragraph--person--content {
  background-color: #ffffff;
}

.paragraph--type--person-block .paragraph--person--content .paragraph--person--item {
  margin-bottom: 0.5rem;
  flex-basis: 100%;
}

.paragraph--type--person-block .paragraph--person--content .paragraph--person--item .field__label {
  font-size: 16px;
  font-weight: 400;
}

.paragraph--type--person-block .paragraph--person--content .field-profile-picture {
  margin-bottom: 0.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--person-block .paragraph--person--content .field-profile-picture img {
  object-fit: contain;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .field__social {
  display: flex;
  column-gap: 10px;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .fa-weixin {
  padding-right: 5px;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: 1px;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li {
  padding-left: 0.25rem;
  padding-right: 0.75rem;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li .fa-fw {
  text-align: start;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li:first-child {
  padding-left: 0;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li:last-child {
  padding-right: 0;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li a {
  color: var(--color-blue);
  margin: unset;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li a span a {
  margin-left: -2px;
}

.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li .social-media-link--facebook,
.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li .social-media-link--linkedin,
.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li .social-media-link--instagram,
.paragraph--type--person-block .paragraph--person--content .field-social-links .social-media-links--platforms li .social-media-link--whatsapp {
  position: relative;
  top: 1px;
}

.paragraph--type--person-block .paragraph--person--content .field--name-field-areas-of-focus .field__items {
  display: flex;
  flex-wrap: wrap;
}

.paragraph--type--person-block .paragraph--person--content .field--name-field-areas-of-focus .field__items .field__item:first-child {
  padding-left: 0px;
}

.paragraph--type--person-block .paragraph--person--content .field--name-field-areas-of-focus .field__items .field__item:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.paragraph--type--person-block .paragraph--person--content .field--name-field-areas-of-focus .field__items .field__item p {
  margin-bottom: 0px;
}

@media (max-width:1400px) {
  .paragraph--type--person-block .paragraph--person--content .field--name-field-areas-of-focus .field__items .field__item {
    padding-left: 0px;
  }

  .paragraph--type--person-block .paragraph--person--content .field--name-field-areas-of-focus .field__items .field__item:last-child {
    padding-right: 0px;
    border-right: 0px;
    padding-left: 0px;
  }
}

.paragraph--type--person-block .paragraph--person--content .field-email {
  margin-bottom: 0;
}

.paragraph--type--person-block .paragraph--person--content .field-email .button {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

@media (max-width:575.98px) {
  .paragraph--type--person-block.paragraph-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width:576px) {
  .paragraph--type--person-block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #ffffff;
  }

  .paragraph--type--person-block .paragraph--person--content .field-profile-picture {
    order: 2;
    margin-bottom: 0;
  }

  .paragraph--type--person-block .paragraph--person--content .paragraph--person--details {
    order: 1;
  }
}

@media (min-width:992px) {
  .paragraph--type--person-block {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    width: calc(960px * (33.33333333 / 100) - 5rem);
    height: calc(100% - 80px);
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 2.5rem;
    margin-right: calc((100vw - (100% - 10rem)) / 2);
  }

  .paragraph--type--person-block .paragraph--person--content {
    position: sticky;
    top: 150px;
    transition: top 0.5s;
  }

  .paragraph--type--person-block .paragraph--person--content .field-profile-picture {
    order: 1;
    margin-bottom: 0.5rem;
  }

  .paragraph--type--person-block .paragraph--person--content .paragraph--person--details {
    order: 2;
  }

  .paragraph--type--person-block.paragraph-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width:1200px) {
  .paragraph--type--person-block {
    width: calc(1140px * (33.33333333 / 100) - 5rem);
    margin-right: calc((100vw - (1140px - 10rem)) / 2);
  }
}

@media (min-width:1400px) {
  .paragraph--type--person-block {
    width: calc(1440px * (33.33333333 / 100) - 5rem);
    margin-right: calc((100vw - (1440px - 10rem)) / 2);
  }
}

@media (min-width:1920px) {
  .paragraph--type--person-block {
    margin-right: calc((1920px - (1440px - 10rem)) / 2);
  }
}

.paragraph--type--person-block-rtl {
  left: 0;
  right: unset;
}

@media (min-width:992px) {
  .paragraph--type--person-block-rtl {
    margin-left: calc((100vw - (100% - 10rem)) / 2);
  }
}

@media (min-width:1200px) {
  .paragraph--type--person-block-rtl {
    width: calc(1140px * (33.33333333 / 100) - 5rem);
    margin-left: calc((100vw - (1140px - 10rem)) / 2);
  }
}

@media (min-width:1400px) {
  .paragraph--type--person-block-rtl {
    width: calc(1440px * (33.33333333 / 100) - 5rem);
    margin-left: calc((100vw - (1440px - 10rem)) / 2);
  }
}

@media (min-width:1920px) {
  .paragraph--type--person-block-rtl {
    margin-left: calc((1920px - (1440px - 10rem)) / 2);
  }
}

@media (min-width:992px) {
  .nav-down .paragraph--person--content {
    top: 300px;
  }
}

.paragraph--type--contributors,
.paragraph--type--external-contributors {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--title h4,
.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--title .h4,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--title h4,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--title .h4 {
  margin-bottom: 1.5rem;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:first-child,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:first-child {
  padding-top: 0rem;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:last-child,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:last-child {
  padding-bottom: 0rem;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-picture,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-picture {
  display: flex;
  align-items: flex-start;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-picture img,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-picture img {
  object-fit: cover;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details {
  padding-left: 1.25rem;
  color: #515356;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details .field--name,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details .field--name {
  font-weight: 400;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles {
  padding-top: 1.5rem;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .paragraph--contributors--related-articles--title a,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .paragraph--contributors--related-articles--title a {
  color: #515356;
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .paragraph--contributors--related-articles--title .arrow-icon,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .paragraph--contributors--related-articles--title .arrow-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/down-arrow-black.png);
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .views-element-container .view-contributors .view-header,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .views-element-container .view-contributors .view-header {
  width: 100%;
}

@media (min-width:992px) {

  .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor,
  .paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }

  .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:last-child .contributor--profile-details,
  .paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:last-child .contributor--profile-details {
    padding-right: 0;
  }

  .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details,
  .paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details {
    padding-right: 2.5rem;
  }
}

@media (min-width:992px) and (min-width:768px) and (max-width:1200px) {

  .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor,
  .paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor {
    width: calc(50% - 10px);
  }
}

@media (min-width:992px) {

  .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .views-row:nth-child(even),
  .paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--related-articles .views-row:nth-child(even) {
    padding-right: 1rem;
  }
}

[dir=rtl] .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details,
.paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details {
  padding-right: 1.25rem;
}

@media (min-width:992px) {

  [dir=rtl] .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:last-child .contributor--profile-details,
  .paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor:last-child .contributor--profile-details {
    padding-right: 1.25rem;
  }

  [dir=rtl] .paragraph--type--contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details,
  .paragraph--type--external-contributors .paragraph--contributors--wrapper .paragraph--contributors--borders .paragraph--contributors--content .contributor .contributor--profile-details {
    padding-right: 2.5rem;
  }
}

.paragraph--type--relevant-people {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}

.paragraph--type--relevant-people .paragraph--relevant-people--content .field--name-field-profile-picture img {
  object-fit: contain;
  background-color: #f0f0f0;
}

@media (min-width:992px) {
  .paragraph--type--relevant-people .paragraph--relevant-people--content {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.paragraph--type--key-contact {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}

.paragraph--type--key-contact .key-contact .key-contact--profile-picture .field--name-field-profile-picture {
  width: 180px;
  height: 180px;
}

.paragraph--type--key-contact .key-contact .key-contact--profile-picture img {
  border-radius: 50%;
  object-fit: cover;
}

.paragraph--type--key-contact .key-contact .button {
  white-space: nowrap;
}

@media (min-width:992px) and (max-width:1399.98px) {
  .paragraph--type--key-contact .key-contact .button {
    white-space: normal;
  }
}

.paragraph--type--key-contact .key-contact .field--name {
  color: #515356;
}

.paragraph--type--key-contact .key-contact .field--name:hover {
  text-decoration: underline;
}

.paragraph--type--key-contact .key-contact .view-profile a {
  color: var(--color-green);
}

.paragraph--type--key-contact .key-contact .view-profile a:hover {
  text-decoration: underline;
}

@media (min-width:768px) {
  .paragraph--type--key-contact .key-contact--container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
  }
}

@media (min-width:768px) {
  [dir=rtl] .paragraph--type--key-contact .key-contact--profile-picture {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  [dir=rtl] .paragraph--type--key-contact .field--email {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
}

.paragraph--type--tagged-services .background--blue,
.paragraph--type--tagged-services .background--green,
.paragraph--type--tagged-services .background--grey,
.paragraph--type--tagged-services .background--midnight_blue {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--tagged-services .background--blue .field--name-field-title,
.paragraph--type--tagged-services .background--green .field--name-field-title,
.paragraph--type--tagged-services .background--grey .field--name-field-title,
.paragraph--type--tagged-services .background--midnight_blue .field--name-field-title {
  color: #ffffff;
  margin-bottom: 1rem;
}

.paragraph--type--tagged-services .background--blue .field--name-field-thumbnail img,
.paragraph--type--tagged-services .background--green .field--name-field-thumbnail img,
.paragraph--type--tagged-services .background--grey .field--name-field-thumbnail img,
.paragraph--type--tagged-services .background--midnight_blue .field--name-field-thumbnail img {
  object-fit: cover;
}

.paragraph--type--tagged-services .background--blue .services,
.paragraph--type--tagged-services .background--green .services,
.paragraph--type--tagged-services .background--grey .services,
.paragraph--type--tagged-services .background--midnight_blue .services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width:768px) {

  .paragraph--type--tagged-services .background--blue .services,
  .paragraph--type--tagged-services .background--green .services,
  .paragraph--type--tagged-services .background--grey .services,
  .paragraph--type--tagged-services .background--midnight_blue .services {
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}

.paragraph--type--alternative-tagged-services {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--latest-blogs {
  position: relative;
  width: 100%;
}

.paragraph--type--latest-blogs .paragraph--latest-blogs--background-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.paragraph--type--latest-blogs .paragraph--latest-blogs--background-image .field--name-field-background-image {
  height: 100%;
}

.paragraph--type--latest-blogs .paragraph--latest-blogs--background-image .field--name-field-background-image img {
  height: 100%;
  object-fit: cover;
}

.paragraph--type--latest-blogs .paragraph--container {
  position: relative;
  z-index: 1;
  top: 0;
  display: flex;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}

.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--title,
.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--description,
.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content {
  color: #ffffff;
}

.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row {
  border-top: 1px solid #CDCECF;
}

.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row:first-child {
  border-top: 0px;
}

.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row .views-field-title {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row .views-field-title a {
  color: #ffffff;
}

@media (min-width:992px) {
  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row {
    border-right: 1px solid #ffffff;
    border-top: 0;
  }

  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row:nth-child(even) {
    padding-left: 0.75rem;
  }

  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row:last-child {
    border-bottom: 0px;
  }

  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row:last-child,
  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row:only-child {
    border-right: 0px;
  }

  .paragraph--type--latest-blogs .paragraph--container .paragraph--latest-blog--content .views-row .views-field-title {
    text-align: center;
  }
}

.paragraph--type--trending-insights {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row {
  border-top: 1px solid #CDCECF;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row:first-child {
  border-top: 0px;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing {
  position: relative;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content {
  z-index: 2;
  width: 100%;
  padding: 1.5rem 0px;
  bottom: 0;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content * {
  color: #515356;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-title {
  margin-bottom: 0.5rem;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-title a {
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
  display: none;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6,
.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 {
  margin-bottom: 0px;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6::before,
.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6::before {
  padding-right: 0.5rem;
  font-size: 1rem;
  content: "#";
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #000000;
  text-transform: uppercase;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a,
.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a {
  text-underline-offset: 2px;
  line-height: 22px;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a:hover,
.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a:hover {
  text-decoration: underline;
}

.paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image .background--gradient-overlay {
  z-index: 1;
}

@media (min-width:576px) {
  .paragraph--type--trending-insights .trending-insights-content--rows .views-row {
    padding: 1.25rem 0rem;
    border-top: 0;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row:first-child {
    border-top: 0;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row:last-child {
    border-bottom: 0;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing {
    min-height: 150px;
    background-color: #ffffff;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content {
    order: 2;
    padding: 1.25rem;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    display: block;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image {
    display: block;
    order: 1;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
    height: 100%;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    object-fit: contain;
    object-position: center center;
    background-color: #b8b8b9;
    height: 100%;
    min-height: 150px;
  }
}

@media (max-width:767.98px) {
  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    object-fit: cover;
  }
}

@media (min-width:992px) {
  .paragraph--type--trending-insights .trending-insights-content--rows {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row {
    position: relative;
    padding: 0;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing {
    padding: 1.25rem;
    background-color: transparent;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content {
    padding: 2.5rem 3rem;
    position: absolute;
    right: 0;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content * {
    color: #ffffff;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
    border-left: 1px solid #ffffff;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image {
    height: 100%;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
  }

  .paragraph--type--trending-insights .trending-insights-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    position: initial;
    top: unset;
    object-fit: contain;
    object-position: top center;
    background-color: #b8b8b9;
    height: 100%;
    max-height: 400px;
  }
}

.paragraph--type--similar-events-by-tag {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--similar-events-by-tag .field--name-field-similar-events-title {
  color: #ffffff;
  margin-top: 20px;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows {
  padding: 0 2.5rem;
  padding-bottom: 20px;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
  flex: 0 0 30%;
  border-top: 1px solid #CDCECF;
  background-color: #ffffff;
}

@media (min-width:768px) {
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
    margin: 20px;
    max-width: 370px;
  }
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row:first-child {
  border-top: 0px;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing {
  position: relative;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content {
  z-index: 2;
  position: absolute;
  width: 100%;
  padding: 1.5rem;
  bottom: 0;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content * {
  color: #515356;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title {
  margin-bottom: 1.5rem;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title .body-20 {
  font-size: 1.4rem;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title a {
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
  display: none;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6,
.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 {
  margin-bottom: 0px;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6::before,
.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6::before {
  padding-right: 0.5rem;
  font-size: 1rem;
  content: "#";
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #000000;
  text-transform: uppercase;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a,
.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a {
  text-underline-offset: 2px;
  line-height: 22px;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a:hover,
.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a:hover {
  text-decoration: underline;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field-created {
  position: absolute;
  bottom: 15px;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field-created .body-20 {
  font-size: 0.9rem;
  color: #ffffff;
}

.paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field-created .body-20 time {
  color: #ffffff;
}

@media (min-width:600px) and (max-width:1399px) {
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
    flex: 2 0 50%;
  }
}

@media (max-width:1020px) {
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows {
    padding: 0;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width:576px) {
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
    margin: 20px 0px;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field--background-image img {
    object-fit: cover;
    aspect-ratio: 4/3;
    object-position: center center;
    background-color: #b8b8b9;
    height: 100%;
  }
}

@media (min-width:576px) {
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
    border-top: 0;
    margin-bottom: 20px;
    width: 100% !important;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row:first-child {
    border-top: 0;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row:last-child {
    border-bottom: 0;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content {
    order: 2;
    padding: 1.25rem;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    display: block;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image {
    display: block;
    order: 1;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
    height: 100%;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    object-fit: cover;
    aspect-ratio: 4/3;
    object-position: center center;
    background-color: #b8b8b9;
    height: 100%;
  }
}

@media (max-width:991.98px) {
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row {
    position: relative;
    padding: 0;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content * {
    color: #515356;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
    border-left: 1px solid #ffffff;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image {
    height: 100%;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
  }

  .paragraph--type--similar-events-by-tag .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    position: initial;
    top: unset;
    object-fit: cover;
    aspect-ratio: 4/3;
    object-position: top center;
    background-color: #b8b8b9;
    height: 100%;
    max-height: 400px;
  }
}

.paragraph--type--related-insights {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row {
  border-top: 1px solid #CDCECF;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row:first-child {
  border-top: 0px;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing {
  position: relative;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content {
  z-index: 2;
  width: 100%;
  padding: 1.5rem 0px;
  bottom: 0;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content * {
  color: #515356;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-title {
  margin-bottom: 0.5rem;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-title a {
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
  display: none;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6::before,
.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6::before {
  padding-right: 0.5rem;
  font-size: 1rem;
  content: "#";
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a,
.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a {
  text-underline-offset: 2px;
  line-height: 22px;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a:hover,
.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a:hover {
  text-decoration: underline;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image {
  position: relative;
  display: none;
}

.paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image .background--gradient-overlay {
  z-index: 1;
}

@media (min-width:576px) {
  .paragraph--type--related-insights .related-insights-content--rows .views-row {
    padding: 1.25rem 0rem;
    border-top: 0;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row:first-child {
    border-top: 0;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row:last-child {
    border-bottom: 0;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing {
    min-height: 150px;
    background-color: #ffffff;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content {
    order: 2;
    padding: 1.25rem;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    display: block;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image {
    display: block;
    order: 1;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
    height: 100%;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    object-fit: contain;
    object-position: center center;
    background-color: #b8b8b9;
    height: 100%;
    min-height: 150px;
  }
}

@media (min-width:992px) {
  .paragraph--type--related-insights .related-insights-content--rows {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row {
    position: relative;
    padding: 0;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing {
    padding: 1.25rem;
    background-color: transparent;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content {
    padding: 1.5rem 2.5rem;
    position: absolute;
    right: 0;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content * {
    color: #ffffff;
  }
}

@media (min-width:992px) and (max-width:1199.98px) {
  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    max-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (min-width:992px) {
  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image {
    height: 100%;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
  }

  .paragraph--type--related-insights .related-insights-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    position: initial;
    top: unset;
    object-fit: contain;
    object-position: top center;
    background-color: #b8b8b9;
    height: 100%;
    max-height: 400px;
  }
}

.paragraph--type--user-authored-content {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row {
  border-top: 1px solid #CDCECF;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row:first-child {
  border-top: 0px;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing {
  position: relative;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content {
  z-index: 2;
  width: 100%;
  padding: 1.5rem 0px;
  bottom: 0;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content * {
  color: #515356;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-title {
  margin-bottom: 0.5rem;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-title a {
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
  display: none;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6::before,
.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6::before {
  padding-right: 0.5rem;
  font-size: 1rem;
  content: "#";
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a,
.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a {
  text-underline-offset: 2px;
  line-height: 22px;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a:hover,
.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a:hover {
  text-decoration: underline;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image {
  position: relative;
  display: none;
}

.paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image .background--gradient-overlay {
  z-index: 1;
}

@media (min-width:576px) {
  .paragraph--type--user-authored-content .user-authored-content--rows .views-row {
    padding: 1.25rem 0rem;
    border-top: 0;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row:first-child {
    border-top: 0;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row:last-child {
    border-bottom: 0;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing {
    min-height: 150px;
    background-color: #ffffff;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content {
    order: 2;
    padding: 1.25rem;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    display: block;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image {
    display: block;
    order: 1;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
    height: 100%;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    object-fit: contain;
    object-position: top center;
    background-color: #b8b8b9;
    height: 100%;
    min-height: 150px;
  }
}

@media (min-width:992px) {
  .paragraph--type--user-authored-content .user-authored-content--rows .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row {
    position: relative;
    padding: 0;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing {
    padding: 1.25rem;
    background-color: transparent;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content {
    padding: 1.5rem 2.5rem;
    position: absolute;
    right: 0;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content * {
    color: #ffffff;
  }
}

@media (min-width:992px) and (max-width:1199.98px) {
  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    max-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (min-width:992px) {
  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image {
    height: 100%;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
  }

  .paragraph--type--user-authored-content .user-authored-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    position: initial;
    top: unset;
    object-fit: contain;
    object-position: top center;
    background-color: #b8b8b9;
    height: 100%;
    max-height: 400px;
  }
}

.paragraph--type--responsive-three-column {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row {
  border-top: 1px solid #CDCECF;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row:first-child {
  border-top: 0px;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing {
  position: relative;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content {
  z-index: 2;
  width: 100%;
  padding: 1.5rem 0px;
  bottom: 0;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content * {
  color: #515356;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-title {
  margin-bottom: 0.5rem;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-title a {
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .body-24,
.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .event-date-time {
  font-size: 1.25rem;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
  display: none;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6,
.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 {
  display: flex;
  align-items: center;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6::before,
.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6::before {
  padding-right: 0.5rem;
  font-size: 1rem;
  margin-top: -4px;
  content: "#";
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 .field--name-field-tags,
.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 .field--name-field-tags {
  display: flex;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 .field--name-field-tags a,
.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 .field--name-field-tags a {
  text-underline-offset: 2px;
  line-height: 22px;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 .field--name-field-tags a:hover,
.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 .field--name-field-tags a:hover {
  text-decoration: underline;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 .field__item,
.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 .field__item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6-items-responsive-three-col {
  display: block;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6-items-responsive-three-col .responsive-three-tag-item-span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6-items-responsive-three-col .responsive-three-tag-item-span a {
  text-underline-offset: 2px;
  line-height: 22px;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image {
  position: relative;
  display: none;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image .background--gradient-overlay {
  z-index: 1;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image .field--name-field-thumbnail-image img {
  object-fit: cover;
  object-position: top center;
  background-color: #CDCECF;
  height: 100%;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .event-content .views-field-title {
  margin-bottom: 0.2rem !important;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .event-content .event-date-time p {
  line-height: 1;
}

.paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .event-content .event-background-image {
  position: initial;
  top: unset;
  object-fit: cover;
  aspect-ratio: 4/3;
  object-position: top center;
  background-color: #b8b8b9;
  height: 100%;
  max-height: 400px;
}

@media (max-width:575.98px) {
  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .event-content .ratio-4x3 {
    position: relative;
    display: none;
  }
}

@media (min-width:576px) {
  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row {
    padding: 1.25rem 0rem;
    border-top: 0;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row:first-child {
    border-top: 0;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row:last-child {
    border-bottom: 0;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing {
    min-height: 150px;
    background-color: #ffffff;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content {
    order: 2;
    padding: 1.25rem;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    display: block;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image {
    display: block;
    order: 1;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
    height: 100%;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image img {
    object-fit: contain;
    object-position: top center;
    background-color: #CDCECF;
    height: 100%;
    min-height: 150px;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .event-content img {
    position: initial;
    top: unset;
    object-fit: cover;
    aspect-ratio: 4/3;
    object-position: top center;
    background-color: #b8b8b9;
    height: 100%;
    max-height: 400px;
  }
}

@media (min-width:576px) {
  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-element-container {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row {
    position: relative;
    padding: 0;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing {
    padding: 1.25rem;
    background-color: transparent;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content {
    padding: 1.5rem 2.5rem;
    position: absolute;
    right: 0;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--content * {
    color: #ffffff;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image {
    height: 100%;
    width: 100%;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
  }

  .paragraph--type--responsive-three-column .responsive-three-column-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    position: initial;
    top: unset;
    object-fit: contain;
    object-position: top center;
    background-color: #CDCECF;
    height: 100%;
    max-height: 400px;
  }
}

.paragraph--type--region-insights {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--region-insights .view-region-insights .views-row {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.paragraph--type--region-insights .view-region-insights .views-row .views-field-nothing {
  height: 100%;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container {
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-region {
  min-height: 56px;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-region .iconify--dashicons {
  transform: rotate(45deg);
  margin-right: 0.5rem;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-region span a {
  color: #515356;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-region span a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-field-date,
.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-field-title,
.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-read-more {
  color: #515356;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-field-date a,
.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-field-title a,
.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-read-more a {
  color: #515356;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-read-more {
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-content .views-read-more svg {
  margin-top: -3px;
}

.paragraph--type--region-insights .view-region-insights .views-row .news-container .news-image img {
  background-color: #b8b8b9;
  object-fit: contain;
}

@media (min-width:768px) {
  .paragraph--type--region-insights .view-id-region_insights .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .paragraph--type--region-insights .views-row {
    padding: 0.75rem;
  }
}

@media (min-width:1200px) {
  .paragraph--type--region-insights .newsroom--bottom .view-id-region_insights .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.paragraph--type--news-info {
  background-color: #ffffff;
}

.paragraph--type--news-info .field__label {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.paragraph--type--news-info .field--name-field-thumbnail .field__item {
  width: 100px;
}

.paragraph--type--news-info .field--name-field-thumbnail .field__item img {
  object-fit: contain;
}

.paragraph--type--news-info .field--name-field-tag .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.paragraph--type--webinar-details {
  width: 100%;
  background-color: #ffffff;
}

.paragraph--type--webinar-details.paragraph-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--webinar-details .webinar--details--title-wrapper {
  background-color: #008bc5;
}

.paragraph--type--webinar-details .webinar--details--title-wrapper .webinar--details--title {
  color: #ffffff;
  margin: 0;
}

.paragraph--type--webinar-details .webinar--details--content {
  background-color: var(--color-blue);
  color: #ffffff;
}

.paragraph--type--webinar-details .webinar--details--content a {
  color: #ffffff;
}

.paragraph--type--webinar-details .webinar--details--content .webinar--details--button a {
  color: #515356;
}

.paragraph--type--webinar-details .webinar--details--content .webinar--details--button a:hover {
  color: #ffffff;
}

.paragraph--type--webinar-details .webinar--details--content .field--name-field-event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.paragraph--type--webinar-details .webinar--details--content .field--name-field-event-tags .field__item a {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  border: 1px solid #ffffff;
  transition: transform 0.2s;
}

.paragraph--type--webinar-details .webinar--details--content .field--name-field-event-tags .field__item a:hover {
  transform: scale(1.05);
}

@media (min-width:576px) {
  .paragraph--type--webinar-details {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width:992px) {
  .paragraph--type--webinar-details {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    width: calc(960px * (33.33333333 / 100) - 5rem);
    height: calc(100% - 80px);
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 2.5rem;
    margin-right: calc((100vw - (100% - 10rem)) / 2);
  }

  .paragraph--type--webinar-details .paragraph--details--content {
    position: sticky;
    top: 150px;
    transition: top 0.5s;
  }

  .paragraph--type--webinar-details.paragraph-container {
    padding: 0px;
  }
}

@media (min-width:1200px) {
  .paragraph--type--webinar-details {
    width: calc(1140px * (33.33333333 / 100) - 5rem);
    margin-right: calc((100vw - (1140px - 10rem)) / 2);
  }
}

@media (min-width:1400px) {
  .paragraph--type--webinar-details {
    width: calc(1440px * (33.33333333 / 100) - 5rem);
    margin-right: calc((100vw - (1440px - 10rem)) / 2);
  }
}

@media (min-width:1920px) {
  .paragraph--type--webinar-details {
    margin-right: calc((1920px - (1440px - 10rem)) / 2);
  }
}

@media (min-width:992px) {
  [dir=rtl] .paragraph--type--webinar-details {
    left: 0;
    right: auto;
    margin-left: calc((100vw - (100% - 10rem)) / 2);
    margin-right: 0;
  }
}

@media (min-width:1200px) {
  [dir=rtl] .paragraph--type--webinar-details {
    margin-left: calc((100vw - (1140px - 10rem)) / 2);
  }
}

@media (min-width:1400px) {
  [dir=rtl] .paragraph--type--webinar-details {
    margin-left: calc((100vw - (1440px - 10rem)) / 2);
  }
}

@media (min-width:1920px) {
  [dir=rtl] .paragraph--type--webinar-details {
    margin-left: calc((1920px - (1440px - 10rem)) / 2);
  }
}

.paragraph--type--past-events .background--blue,
.paragraph--type--past-events .background--green,
.paragraph--type--past-events .background--grey {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--past-events .field--name-field-title {
  color: #ffffff;
  margin-bottom: 1rem;
}

.paragraph--type--past-events .field--name-field-title .inherit-link:hover {
  text-decoration: underline;
}

.paragraph--type--past-events .views-field--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 1.25rem;
  bottom: 0;
}

.paragraph--type--past-events .views-field--content a {
  color: #ffffff;
}

.paragraph--type--past-events .views-field-past-event {
  display: none;
}

.paragraph--type--past-events .field--name-field-thumbnail img {
  object-fit: cover;
}

.paragraph--type--past-events .services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width:768px) {
  .paragraph--type--past-events .services {
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}

.paragraph--type--similar-events .background--blue,
.paragraph--type--similar-events .background--green,
.paragraph--type--similar-events .background--grey {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--similar-events .field--name-field-title {
  color: #ffffff;
  margin-bottom: 1rem;
}

.paragraph--type--similar-events .field--name-field-title .inherit-link:hover {
  text-decoration: underline;
}

.paragraph--type--similar-events .views-field--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 1.25rem;
  bottom: 0;
}

.paragraph--type--similar-events .views-field--content a {
  color: #ffffff;
}

.paragraph--type--similar-events .views-field-past-event {
  display: none;
}

.paragraph--type--similar-events .field--name-field-thumbnail img {
  object-fit: cover;
}

.paragraph--type--similar-events .services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width:768px) {
  .paragraph--type--similar-events .services {
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}

.paragraph--type--past-events {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--past-events .field--name-field-title {
  color: #515356;
}

.paragraph--type--past-events .views-field-past-event {
  display: block;
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
  background-color: #515356;
  color: white;
  right: -30px;
  transform: rotate(-45deg);
  padding: 0px 30px;
}

.paragraph--type--two-square-blocks {
  background-color: #f0f0f0;
  overflow: hidden;
}

.paragraph--type--two-square-blocks .two-square-blocks--left-block .background--color,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .background--color {
  height: 100%;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content {
  color: #ffffff;
  padding: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content .square--title,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content .square--icon,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content .square--formatted-description,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content .square--optional-buttons,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content .square--title,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content .square--icon,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content .square--formatted-description,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content .square--optional-buttons,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content .square--title,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content .square--icon,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content .square--formatted-description,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content .square--optional-buttons,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content .square--title,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content .square--icon,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content .square--formatted-description,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content .square--optional-buttons {
  flex-basis: 100%;
}

.paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content .square--optional-buttons,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content .square--optional-buttons,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content .square--optional-buttons,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content .square--optional-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: flex-end;
}

.paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content .square--optional-buttons .button,
.paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content .square--optional-buttons .button,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content .square--optional-buttons .button,
.paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content .square--optional-buttons .button {
  margin: 0;
  text-transform: unset;
}

.paragraph--type--two-square-blocks .two-square-blocks--left-block .background--color {
  background-color: var(--color-green);
}

.paragraph--type--two-square-blocks .two-square-blocks--right-block .background--color {
  background-color: var(--color-blue);
}

@media (max-width:1199.98px) {
  .paragraph--type--two-square-blocks .square--icon {
    width: 5rem;
  }
}

@media (min-width:1200px) {
  .paragraph--type--two-square-blocks {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .paragraph--type--two-square-blocks .two-square-blocks--left-block .background--color,
  .paragraph--type--two-square-blocks .two-square-blocks--right-block .background--color {
    height: 100%;
    margin: unset;
    padding: unset;
  }

  .paragraph--type--two-square-blocks .two-square-blocks--left-block .right-block--content,
  .paragraph--type--two-square-blocks .two-square-blocks--left-block .left-block--content,
  .paragraph--type--two-square-blocks .two-square-blocks--right-block .right-block--content,
  .paragraph--type--two-square-blocks .two-square-blocks--right-block .left-block--content {
    padding: 2.5rem;
  }

  .paragraph--type--two-square-blocks .two-square-blocks--left-block {
    padding-right: 1.25rem;
  }

  .paragraph--type--two-square-blocks .two-square-blocks--right-block {
    padding-left: 1.25rem;
  }
}

.paragraph--type--content-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}

.paragraph--type--content-body>.paragraph--container {
  display: flex;
  justify-content: center;
}

.paragraph--type--content-body .field__items__container {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.paragraph--type--content-body h1,
.paragraph--type--content-body .h1,
.paragraph--type--content-body h2,
.paragraph--type--content-body .h2,
.paragraph--type--content-body h3,
.paragraph--type--content-body .h3,
.paragraph--type--content-body h4,
.paragraph--type--content-body .h4,
.paragraph--type--content-body h5,
.paragraph--type--content-body .h5,
.paragraph--type--content-body h6,
.paragraph--type--content-body .h6 {
  padding-top: 1rem;
}

@media (min-width:768px) {
  .paragraph--type--content-body .left_col {
    padding-left: 0;
  }
}

.dynamic_layers {
  width: 80%;
  margin: 0 auto;
}

.dynamic_layers .field--type-text-with-summary p {
  line-height: 2rem;
}

.dynamic_layers .right_col {
  padding-left: 20px;
}

.dynamic_layers .right_col .field--name-field-picture {
  padding-left: 15%;
  padding-top: 20%;
}

.dynamic_layers .right_col .field--name-field-picture img {
  width: 85%;
}

.dynamic_layers .right_col .title,
.dynamic_layers .right_col .sub_title {
  padding-left: 12%;
}

.dynamic_layers .right_col .title .field--name-field-title,
.dynamic_layers .right_col .title .field--name-field-sub-title,
.dynamic_layers .right_col .sub_title .field--name-field-title,
.dynamic_layers .right_col .sub_title .field--name-field-sub-title {
  display: inline;
  background-color: var(--color-blue);
  padding: 7px;
  color: white;
  display: inline;
  padding: 4px 10px 8px 10px;
  -webkit-box-decoration-break: clone;
}

@media (max-width:767.98px) {
  .dynamic_layers .right_col .field--name-field-picture {
    padding-left: 2%;
  }

  .dynamic_layers .right_col .title,
  .dynamic_layers .right_col .sub_title {
    padding-left: 0;
  }
}

.dynamic_layers .field--name-field-picture {
  padding-left: 15%;
  padding-top: 25%;
}

@media (max-width:991.98px) {
  .dynamic_layers .field--name-field-picture {
    padding-top: 40% !important;
  }
}

@media (max-width:767.98px) {
  .dynamic_layers .field--name-field-picture {
    padding-top: 0% !important;
  }
}

.dynamic_layers .highlighted_text_header {
  padding: 0.5rem;
  position: absolute;
  width: 35%;
}

.dynamic_layers .highlighted_text_header p {
  color: #ffffff;
  display: inline;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.5;
  background: var(--color-blue);
  color: white;
  padding: 4px 10px 8px 10px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.dynamic_layers .highlighted_text_header .blinking-cursor {
  margin-left: 5px;
  padding: 0;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  50.1%,
  100% {
    opacity: 0;
  }
}

.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight h2 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight .h2 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight h1 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight .h1 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight h3 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight .h3 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight h4 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight .h4 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight h5 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight .h5 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight h6 span,
.dynamic_layers .highlighted_text_header .field--name-field-ckeditor-highlight .h6 span {
  display: inline;
  padding: 4px 10px 8px 10px;
  -webkit-box-decoration-break: clone;
}

@media (max-width:1199.98px) {
  .dynamic_layers .highlighted_text_header p {
    font-size: 1.125rem;
  }
}

@media (max-width:991.98px) {
  .dynamic_layers .highlighted_text_header p {
    font-size: 1.1rem;
  }
}

@media (max-width:767.98px) {
  .dynamic_layers .highlighted_text_header p {
    font-size: 1rem;
  }
}

.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h2,
.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h2 {
  line-height: 1.3;
}

.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h3,
.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h3,
.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h4,
.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h4,
.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h5,
.dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h5 {
  line-height: 1.5;
}

@media (max-width:767.98px) {

  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h1,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h1,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h2,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h2,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h3,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h3,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h4,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h4,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h5,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h5,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight h6,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header .field--name-field-ckeditor-highlight .h6 {
    padding-top: 0;
  }
}

@media (max-width:767.98px) {
  .dynamic_layers {
    width: 100%;
    padding-top: 1em;
    margin-bottom: 0;
  }

  .dynamic_layers .dynamic-content-body-wrapper {
    flex-direction: column-reverse;
  }

  .dynamic_layers .dynamic-content-body-wrapper .left_col,
  .dynamic_layers .dynamic-content-body-wrapper .right_col,
  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header {
    padding: 0;
  }

  .dynamic_layers .dynamic-content-body-wrapper .highlighted_text_header {
    width: 81%;
  }
}

@media (min-width:768px) {
  .paragraph--type--pdf-download.overlap-pdf+.dynamic_layers {
    padding-top: 10.5rem;
  }

  .dynamic_layers .dynamic-content-body-wrapper .left_col {
    padding-left: 0;
  }
}

.node--type-biography .paragraph--type--content-body {
  min-height: 200px;
}

.node--type-biography .paragraph--type--content-body>.paragraph--container {
  justify-content: flex-start;
}

@media (min-width:992px) {
  .node--type-biography .paragraph--type--content-body {
    min-height: 200px;
  }
}

@media (min-width:1400px) {
  .node--type-biography .paragraph--type--content-body {
    min-height: 400px;
  }
}

.node--type-vip .paragraph--type--content-body {
  min-height: 200px;
}

.node--type-vip .paragraph--type--content-body>.paragraph--container {
  justify-content: flex-start;
}

@media (min-width:992px) {
  .node--type-vip .paragraph--type--content-body {
    min-height: 200px;
  }
}

@media (min-width:1400px) {
  .node--type-vip .paragraph--type--content-body {
    min-height: 400px;
  }
}

.node--type-event .paragraph--type--content-body {
  min-height: 200px;
}

.node--type-event .paragraph--type--content-body>.paragraph--container {
  justify-content: flex-start;
}

@media (min-width:992px) {
  .node--type-event .paragraph--type--content-body {
    min-height: 200px;
  }
}

@media (min-width:1400px) {
  .node--type-event .paragraph--type--content-body {
    min-height: 400px;
  }
}

.node--type-biography .field--name-field-optional-sections .paragraph--type--content-body .paragraph--container {
  justify-content: center;
  text-align: center;
}

.node--type-vip .field--name-field-optional-sections .paragraph--type--content-body .paragraph--container {
  justify-content: center;
  text-align: center;
}

.paragraph--type--key-points {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--key-points .keypoints--title {
  margin-bottom: 1.5rem;
}

.paragraph--type--key-points .keypoints--content .field--name-field-key-points {
  display: flex;
  flex-wrap: wrap;
}

.paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point {
  display: flex;
}

.paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point .keypoint--icon .field--name-field-icon {
  width: 4.375rem;
}

.paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point .keypoint--description {
  font-size: 18px;
}

.paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point .keypoint--optional-link {
  width: 100%;
  margin: 5px 0;
  clear: both;
}

.paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point .keypoint--optional-link a {
  font-weight: 400;
  color: var(--color-green);
}

@media (min-width:576px) {
  .paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point .keypoint--icon .field--name-field-icon {
    margin-right: 1.25rem;
  }

  .paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point .keypoint--description {
    text-align: initial;
  }
}

@media (max-width:575.98px) {
  .paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point {
    display: block;
  }

  .paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point .keypoint--description {
    text-align: center;
  }
}

@media (min-width:992px) {
  .paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point {
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .paragraph--type--key-points .keypoints--content .field--name-field-key-points .field__item:last-child .paragraph--type--key-point {
    padding-right: 0;
  }
}

@media (max-width:991.98px) {
  .paragraph--type--key-points .keypoints--content .field--name-field-key-points .paragraph--type--key-point {
    margin-bottom: 1rem;
  }
}

.paragraph--type--advanced-keypoints {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--advanced-keypoints .keypoints--title {
  margin-bottom: 1.5rem;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint {
  padding-bottom: 2.5rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint .keypoint--content-wrapper {
  text-align: center;
  flex-basis: 100%;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint .keypoint--icon {
  margin-bottom: 1rem;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint .keypoint--icon .field--name-field-icon {
  width: 5rem;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint .keypoint--link {
  flex-basis: 100%;
  align-self: flex-end;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint .keypoint--link .field--name-field-optional-link {
  text-align: center;
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint .keypoint--link .field--name-field-optional-link a {
  font-weight: 400;
  color: var(--color-green);
}

.paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint .keypoint--description {
  font-size: 18px;
}

@media (min-width:992px) {
  .paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .paragraph--type--advanced-keypoints .keypoints--content .field--name-field-key-points .paragraph--type--advanced-keypoint {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.paragraph--type--webform-reference {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--webform-reference .webform--title {
  margin-bottom: 1rem;
}

.paragraph--type--webform-reference .webform--subtitle {
  margin-bottom: 1rem;
  font-weight: 200;
}

.webform--webform form .form-required::after {
  color: #515356;
  font-weight: 400;
}

.webform--webform .webform-button--submit {
  border: 0px;
  background-color: var(--color-blue);
  color: #ffffff;
}

.webform--webform .webform-button--submit:hover,
.webform--webform .webform-button--submit:focus,
.webform--webform .webform-button--submit:active {
  background-color: #008bc5;
  color: #ffffff;
}

.webform--webform form {
  display: flex;
  flex-direction: column;
}

.webform--webform form .captcha {
  order: 98;
}

.webform--webform form .webform-actions {
  order: 99;
}

.paragraph--type--quote {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}

.paragraph--type--quote .quote--left .quote--subheading {
  font-weight: 400;
  margin-bottom: 1rem;
}

.paragraph--type--quote .quote--left .quote--title {
  margin-bottom: 1rem;
}

.paragraph--type--quote .quote--left .quote--tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.paragraph--type--quote .quote--left .quote--tags .quoute--tags--hashtag {
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: -1px;
}

.paragraph--type--quote .quote--left .quote--tags .field--name-field-tags {
  display: flex;
  align-items: center;
}

.paragraph--type--quote .quote--left .quote--tags .field__item a {
  padding-right: 10px;
  padding-left: 10px;
  color: #515356;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid #CDCECF;
  white-space: nowrap;
}

.paragraph--type--quote .quote--left .quote--tags .field__item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.paragraph--type--quote .quote--left .quote--button {
  display: flex;
  justify-content: flex-start;
}

@media (max-width:575.98px) {
  .paragraph--type--quote .quote--left .quote--button {
    margin-top: 0px;
  }
}

.paragraph--type--quote .quote--right .content {
  height: 100%;
}

.paragraph--type--quote .quote--right .content .quote--picture .field--name-field-picture img {
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width:992px) {
  .paragraph--type--quote .quote--left {
    border-right: 1px solid #CDCECF;
    padding-right: 2.5rem;
  }

  .paragraph--type--quote .quote--right .content {
    height: 100%;
  }
}

.paragraph--type--accordion {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}

.paragraph--type--accordion .field--name-field-accordion-item>.field__item {
  border-top: 1px solid #CDCECF;
}

.paragraph--type--accordion .field--name-field-accordion-item>.field__item:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--accordion .field--name-field-accordion-item>.field__item .accordion-item {
  background-color: #ffffff;
}

.paragraph--type--accordion .field--name-field-accordion-item>.field__item .accordion-item .paragraph--type--accordion-item .accordion-header .accordion--button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0px;
  border: 0;
  background-color: #ffffff;
  color: #515356;
  text-align: left;
  align-items: center;
  border-radius: 0;
  overflow-anchor: none;
}

.paragraph--type--accordion .field--name-field-accordion-item>.field__item .accordion-item .paragraph--type--accordion-item .accordion-header .accordion--button::after {
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1rem;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  transition: transform 0.2s ease-in-out;
}

.paragraph--type--accordion .field--name-field-accordion-item>.field__item .accordion-item .paragraph--type--accordion-item .accordion-header .accordion--button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.paragraph--type--accordion .field--name-field-accordion-item>.field__item .accordion-item .paragraph--type--accordion-item .accordion-body {
  padding: 0px;
}

.paragraph--type--horizontal-tabs {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.1s;
}

.paragraph--type--horizontal-tabs>div {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.1s;
}

.paragraph--type--horizontal-tabs .background-overlay {
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--horizontal-tabs .background-overlay.enabled {
  background-color: rgba(0, 0, 0, 0.5);
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 3.125rem;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav-title {
  box-sizing: border-box;
  padding: 5px 10px;
  border: 0;
  color: #ffffff;
  font-weight: 700;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav {
  margin: 0;
  overflow-x: scroll;
  flex-grow: 1;
  border-bottom: 0px;
  flex-wrap: nowrap;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav::-webkit-scrollbar {
  display: none;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav .nav-item.disabled .nav-link {
  padding-left: 0px;
  cursor: unset;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav .nav-link {
  height: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #ffffff;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content {
  min-height: 450px;
  padding-top: 1rem;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-pane--title,
.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-pane--text {
  color: #ffffff;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-pane--text {
  margin-bottom: 1.875rem;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-optional-buttons {
  gap: 1rem;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-optional-buttons .tab-button {
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s ease-out;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-optional-buttons .tab-button:hover {
  background-color: #ffffff;
  color: var(--color-green);
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-optional-buttons .tab-button:hover p {
  filter: invert(50%) sepia(49%) saturate(665%) hue-rotate(67deg) brightness(92%) contrast(85%);
}

.paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-optional-buttons .tab-button p {
  margin: 0;
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/arrow-right%402x.png);
  background-size: 9px 14px;
  background-position: center right;
  background-repeat: no-repeat;
  font-weight: 400;
  flex-grow: 1;
  padding-right: 20px;
}

@media (min-width:992px) {
  .paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab {
    display: flex;
    flex-wrap: nowrap;
  }

  .paragraph--type--horizontal-tabs .horizontal-tabs--content .tab--tab .nav {
    flex-wrap: nowrap;
  }

  .paragraph--type--horizontal-tabs .horizontal-tabs--content .tab-content .tab-optional-buttons {
    gap: 2.5rem;
  }
}

.paragraph--type--video-and-text .video-section-right .responsive-banner-text-container .video-banner-text-inner .video-block-video {
  order: 2;
}

.paragraph--type--video-and-text .video-section-right .responsive-banner-text-container .video-banner-text-inner .video-block-text {
  order: 1;
}

.paragraph--type--video-and-text .video-section-left .responsive-banner-text-container .video-banner-text-inner .video-block-video {
  order: 1;
}

.paragraph--type--video-and-text .video-section-left .responsive-banner-text-container .video-banner-text-inner .video-block-text {
  order: 2;
}

.paragraph--type--video-and-text .video-block-video,
.paragraph--type--video-and-text .video-block-text {
  padding: 15px;
}

.paragraph--type--video-and-text .responsive-banner-color {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container {
  align-items: center;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-video,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text {
  width: 100%;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-video {
  align-self: center;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-video .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-video .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container {
  padding: 40px 50px;
  min-height: 100%;
}

.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container h1,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .h1,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container h2,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .h2,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container h3,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .h3,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container h4,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .h4,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container p,
.paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container a {
  color: #ffffff;
  margin-top: 0;
}

.paragraph--type--video-and-text .responsive-banner-color.background--blue .video-block-text .matching-height-container {
  background-color: #0073a4;
}

.paragraph--type--video-and-text .responsive-banner-color.background--green .video-block-text .matching-height-container {
  background-color: #357526;
}

.paragraph--type--video-and-text .responsive-banner-color.background--grey {
  background-color: #CDCECF;
}

.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container {
  background-color: #f0f0f0;
}

.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-title {
  color: var(--color-blue);
}

.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description h1,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description .h1,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description h2,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description .h2,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description h3,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description .h3,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description h4,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description .h4,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description p,
.paragraph--type--video-and-text .responsive-banner-color.background--grey .responsive-banner-text-container .video-banner-text-inner .video-block-text .matching-height-container .field--name-field-formatted-description a {
  color: #515356;
}

@media (min-width:992px) {
  .paragraph--type--video-and-text .video-section-right .responsive-banner-text-container .video-banner-text-inner .video-block-video {
    padding-right: 0px;
  }

  .paragraph--type--video-and-text .video-section-right .responsive-banner-text-container .video-banner-text-inner .video-block-text {
    padding-left: 0px;
  }

  .paragraph--type--video-and-text .video-section-left .responsive-banner-text-container .video-banner-text-inner .video-block-video {
    padding-left: 0px;
  }

  .paragraph--type--video-and-text .video-section-left .responsive-banner-text-container .video-banner-text-inner .video-block-text {
    padding-right: 0px;
  }

  .paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-video,
  .paragraph--type--video-and-text .responsive-banner-color .responsive-banner-text-container .video-banner-text-inner .video-block-text {
    width: 50%;
  }
}

.paragraph--type--centred-media-and-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--centred-media-and-title .embedded--title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.paragraph--type--centred-media-and-title .field--name-field-title {
  color: #ffffff;
}

.paragraph--type--map-and-form {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}

.paragraph--type--map-and-form .field--name-field-address {
  font-size: 20px;
}

.paragraph--type--map-and-form .field--name-field-enquiries-form .field__label {
  font-size: 20px;
  padding-bottom: 1rem;
}

@media (min-width:992px) {
  .paragraph--type--map-and-form .map-and-form--left {
    padding-right: 1rem;
    padding-bottom: 1.5rem;
  }

  .paragraph--type--map-and-form .map-and-form--right {
    padding-left: 1rem;
  }
}

@media (min-width:992px) {
  [dir=rtl] .paragraph--type--map-and-form .map-and-form--left {
    padding-left: 1rem;
    padding-bottom: 1.5rem;
  }

  [dir=rtl] .paragraph--type--map-and-form .map-and-form--right {
    padding-right: 1rem;
  }
}

.paragraph--type--professionals {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #F8F8F8;
}

.paragraph--type--professionals .paragraph--professional--wrapper .field--name-field-profile-picture img {
  object-fit: contain;
  background-color: #f0f0f0;
}

.paragraph--type--professionals .professional--profile-details {
  padding: 0.5em;
}

.paragraph--type--professionals .professional--profile-details .field--person-description .field--name-field-professional-description p {
  font-size: 1rem;
}

.paragraph--type--two-column-block {
  position: relative;
}

.paragraph--type--two-column-block .two-column-left--title h2,
.paragraph--type--two-column-block .two-column-left--title .h2,
.paragraph--type--two-column-block .two-column-right--title h2,
.paragraph--type--two-column-block .two-column-right--title .h2 {
  font-size: 2.5em;
}

.paragraph--type--two-column-block .field--name-field-right-column-description p,
.paragraph--type--two-column-block .field--name-field-left-column-description p {
  padding-bottom: 25px;
}

.paragraph--type--two-column-block .two-column-left--title h2,
.paragraph--type--two-column-block .two-column-left--title .h2,
.paragraph--type--two-column-block .two-column-right--title h2,
.paragraph--type--two-column-block .two-column-right--title .h2,
.paragraph--type--two-column-block .field--name-field-right-column-description p,
.paragraph--type--two-column-block .field--name-field-left-column-description p {
  color: #fff;
  text-align: center;
}

.paragraph--type--two-column-block .two-column-block--content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.paragraph--type--two-column-block .field--name-field-left-column-button a,
.paragraph--type--two-column-block .field--name-field-right-column-button a {
  color: black;
}

.paragraph--type--two-column-block .vertical-line {
  border-right: 1px solid #fff;
}

.paragraph--type--two-column-block .field--name-field-banner-image img {
  min-height: 450px;
  height: 450px;
  object-fit: cover;
}

@media (max-width:1200px) {
  .paragraph--type--two-column-block .field--name-field-banner-image img {
    height: 600px;
    object-fit: cover;
  }

  .paragraph--type--two-column-block .two-column-left--title h2,
  .paragraph--type--two-column-block .two-column-left--title .h2,
  .paragraph--type--two-column-block .two-column-right--title h2,
  .paragraph--type--two-column-block .two-column-right--title .h2 {
    font-weight: 300;
    margin-bottom: 5px;
  }
}

@media (max-width:480px) {

  .paragraph--type--two-column-block .two-column-left--title h2,
  .paragraph--type--two-column-block .two-column-left--title .h2,
  .paragraph--type--two-column-block .two-column-right--title h2,
  .paragraph--type--two-column-block .two-column-right--title .h2 {
    font-size: 2em;
  }
}

@media (max-width:1200px) {
  .paragraph--type--two-column-block .vertical-line {
    border-right: none;
  }

  .paragraph--type--two-column-block .field--name-field-right-column-description p,
  .paragraph--type--two-column-block .field--name-field-left-column-description p {
    padding-bottom: 0;
  }
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
  .paragraph--type--two-column-block .container-xl {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph--type--two-column-block .field--name-field-left-column-description p,
  .paragraph--type--two-column-block .field--name-field-right-column-description p {
    min-height: 120px;
  }
}

@media (max-width:576px) {
  .paragraph--type--two-column-block .two-column-left--title {
    padding-bottom: 30px;
  }
}

@media (max-width:767px) {
  .paragraph--type--two-column-block .field--name-field-banner-image img {
    height: 600px;
    object-fit: cover;
  }

  .paragraph--type--two-column-block .paragraph--type--two-column-block .vertical-line {
    border-right: none;
  }

  .paragraph--type--two-column-block .field--name-field-left-column-button a,
  .paragraph--type--two-column-block .field--name-field-right-column-button a {
    font-size: small;
  }
}

.paragraph--type--two-column-block .two-column-block--content .row .two-column-block--title h2,
.paragraph--type--two-column-block .two-column-block--content .row .two-column-block--title .h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 2.7em;
}

@media (max-width:1200px) {

  .paragraph--type--two-column-block .two-column-block--content .row .two-column-block--title h2,
  .paragraph--type--two-column-block .two-column-block--content .row .two-column-block--title .h2 {
    font-weight: 300;
  }
}

@media (max-width:480px) {

  .paragraph--type--two-column-block .two-column-block--content .row .two-column-block--title h2,
  .paragraph--type--two-column-block .two-column-block--content .row .two-column-block--title .h2 {
    font-size: 2.5em;
  }
}

.paragraph--pdf_download,
.node--type-dynamic-layers {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width:768px) {

  .paragraph--pdf_download .overlap-pdf,
  .node--type-dynamic-layers .overlap-pdf {
    position: relative;
    z-index: 100;
  }
}

@media (min-width:768px) {
  .field__item.paragraph--pdf_download:first-of-type+.field__item.paragraph--content_body .overlap-pdf {
    margin-top: -32px;
    margin-bottom: -100px;
  }
}

@media (min-width:768px) {
  .apply-margin {
    margin-bottom: -100px;
  }

  .apply-margin-pdf-contentbody {
    padding-top: 7.5rem;
  }
}

@media (min-width:992px) {
  .paragraph--type--pdf-download .pdf_full_width .pdf-paragraph--content {
    padding-left: 14%;
  }

  .paragraph--type--pdf-download .pdf_full_width .col-lg-10 {
    width: 100%;
  }

  .paragraph--type--pdf-download .pdf_medium_width .pdf-paragraph--content {
    padding-left: 8%;
  }
}

@media (min-width:767px) and (max-width:992px) {
  .paragraph--type--pdf-download .pdf_full_width .pdf-paragraph--content {
    padding-left: 0;
  }
}

@media (min-width:576px) {
  .paragraph--type--pdf-download .pdf_full_width .mx-sm-auto {
    width: 100%;
  }
}

@media (min-width:768px) {
  .paragraph--type--pdf-download .pdf_medium_width {
    padding-right: 0;
    padding-left: 0;
  }

  .paragraph--type--pdf-download .pdf_medium_width .col-lg-10 {
    width: 85.5%;
  }
}

.paragraph--type--pdf-download .pdf-download--button {
  background-color: var(--color-blue);
  margin-top: 1rem;
}

@media (max-width:991.98px) {
  .paragraph--type--pdf-download .pdf-download--button a {
    top: 0;
  }
}

.paragraph--type--pdf-download .bg-success-2 {
  background-color: #2B6C25;
}

@media (min-width:768px) {
  .paragraph--type--pdf-download .pdf-paragraph--download-h3 {
    padding-bottom: 10px;
  }
}

@media (min-width:767px) and (max-width:992px) {
  .paragraph--type--pdf-download .pdf-paragraph--download-h3 {
    width: 200px;
  }

  .paragraph--type--pdf-download .pdf-download--button {
    margin-top: 0;
  }
}

.pdf-paragraph--container {
  width: 100%;
  color: #ffffff;
}

.pdf-paragraph--container .pdf-paragraph--content {
  background-color: #3f9c35;
}

.pdf-paragraph--container .pdf-paragraph--content .pdf-paragraph--title {
  padding: 1rem 1rem 0 1rem;
}

.pdf-paragraph--container .pdf-paragraph--content .pdf-paragraph--title span {
  font-size: 0.8em;
  font-weight: 200;
}

.pdf-paragraph--container .pdf-paragraph--content .pdf-paragraph--description {
  padding: 0 1rem 1rem 1rem;
}

@media (max-width:575.98px) {
  .pdf-paragraph--container .pdf-paragraph--content .pdf-paragraph--title {
    padding: 10px 0;
  }

  .pdf-paragraph--container .pdf-paragraph--content .pdf-paragraph--description {
    padding: 10px 0;
  }
}

.pdf-paragraph--container .pdf-paragraph--download-wrapper {
  background-color: #4B843C;
  align-items: center;
}

.pdf-paragraph--container .pdf-paragraph--download-wrapper .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #427536;
}

.pdf-paragraph--container .pdf-paragraph--download-wrapper .circle img {
  width: 50%;
}

@media (max-width:991.98px) {
  .pdf-paragraph--container .pdf-paragraph--download-wrapper {
    justify-content: space-around;
    justify-items: center;
  }
}

@media (max-width:575.98px) {
  .pdf-paragraph--container .row {
    margin: 0;
  }
}

@media (max-width:767.98px) {
  .paragraph--pdf_download {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph--pdf_download .pdf-paragraph--container {
    padding: 0 !important;
  }

  .paragraph--pdf_download .pdf-paragraph--container .pdf-paragraph--content {
    padding: 1em 60px;
  }

  .paragraph--pdf_download .pdf-paragraph--container .pdf-paragraph--content .pdf-paragraph--title {
    padding: 0;
  }

  .paragraph--pdf_download .pdf-paragraph--container .pdf-paragraph--content .pdf-paragraph--description {
    padding: 0;
  }

  .paragraph--pdf_download .pdf-paragraph--container .pdf-paragraph--download-wrapper {
    justify-content: space-between;
    padding: 2rem 60px;
  }

  .paragraph--pdf_download .pdf-paragraph--container .pdf-paragraph--download-wrapper .pdf-download-circle-wrap {
    text-align: -webkit-center;
    justify-items: center;
  }
}

.paragraph--type--pdf-download .bg-success-2 {
  background-color: #2B6C25;
}

@media (min-width:992px) and (max-width:1200px) {
  .paragraph--type--pdf-download .pdf-paragraph--download-wrapper .btn {
    min-width: auto;
  }
}

@media (min-width:992px) {

  .node--type-dynamic-layers #hero-text-below h1.highlight.py-4,
  .node--type-dynamic-layers #hero-text-below .highlight.py-4.h1 {
    margin-bottom: 0;
  }
}

.paragraph--type--autoplaying-video .iframe-container {
  padding: 17.5% 0 0 0;
  position: relative;
}

.paragraph--type--autoplaying-video .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph--dynamic_worldwide_statistics,
.paragraph--type--dynamic-worldwide-statistics {
  background-color: #f0f0f0;
  padding-bottom: 2rem;
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics,
  .paragraph--type--dynamic-worldwide-statistics {
    padding-bottom: 0;
  }
}

.paragraph--dynamic_worldwide_statistics h1,
.paragraph--dynamic_worldwide_statistics .h1,
.paragraph--type--dynamic-worldwide-statistics h1,
.paragraph--type--dynamic-worldwide-statistics .h1 {
  padding: 3.5rem 1rem 2rem 1rem;
}

.paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar,
.paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar {
  position: relative;
  display: flex;
}

@media (max-width:767.98px) {

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar {
    flex-wrap: wrap;
    padding: 20px 40px;
    justify-content: center;
  }
}

.paragraph--dynamic_worldwide_statistics .worldwide-stats-h1,
.paragraph--type--dynamic-worldwide-statistics .worldwide-stats-h1 {
  font-size: 38.4px;
  font-weight: 200;
  padding: 3.5rem 1rem 2rem 0;
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .worldwide-stats-h1,
  .paragraph--type--dynamic-worldwide-statistics .worldwide-stats-h1 {
    padding: 1.5rem 1rem 1.5rem 0;
  }
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container {
  background-color: #63666A;
  color: #ffffff;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .progress-stats-header,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .progress-stats-header {
  width: 50%;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .container-xl,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .container-xl {
  position: relative;
  display: flex;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-grey-box,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-grey-box {
  text-align: center;
  text-align: -webkit-center;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-grey-box .file-icon,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-grey-box .file-icon {
  width: 100px;
  height: 100px;
  align-content: center;
  margin-bottom: 1rem;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-grey-box .value,
.paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-grey-box .value_dec,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-grey-box .value,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-grey-box .value_dec {
  background-color: #5b5c5f;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 50% 50% 50% 50%/100% 100% 100% 100%;
  padding: 0.5rem 1rem;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-grey-box .span,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-grey-box .span {
  font-weight: 600 !important;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-grey-box .short-description,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-grey-box .short-description {
  margin-top: 1rem;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container {
  width: 430px;
  height: 325px;
  position: absolute;
  right: 80px;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper {
  position: absolute;
  height: 100%;
  padding: 2rem;
  margin-top: 0rem;
  background-color: var(--color-blue);
  width: 100%;
  height: 100%;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-title,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-title {
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  width: 180px;
  text-transform: capitalize;
}

@media (max-width:991.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-title {
    width: 80%;
  }
}

@media (max-width:630px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-title {
    width: 56%;
  }
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number {
  background-color: #ffffff;
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.2rem 0.8rem;
  border-radius: 9999px;
  text-align: center;
}

@media (min-width:1200px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number {
    margin-top: 1.5rem;
  }
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number span,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number span {
  font-weight: 600;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper {
  padding-left: 2rem;
  position: absolute;
  right: 30px;
  top: 50px;
  text-align: -webkit-center;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number {
  background-color: #008bc5;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span {
  font-weight: bold;
  font-size: 50px;
}

@media (max-width:1399.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span {
    font-size: 40px;
  }
}

.paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
.paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title {
  text-align: center;
}

@media (min-width:1200px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title {
    width: 150px;
  }
}

@media (min-width:1400px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title {
    width: 170px;
  }
}

@media (max-width:575.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title {
    width: 130px;
  }
}

@media (max-width:1399.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container {
    width: 400px;
    height: 330px;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-number,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-number {
    font-size: 1.6 rem;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-number,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-number {
    width: 150px !important;
    height: 150px !important;
    line-height: 150px !important;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .container-xl,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .container-xl {
    display: block;
    padding: 0;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .grey-boxes-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .grey-boxes-wrapper {
    flex-wrap: wrap;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box {
    width: 100%;
    border: unset;
    flex: 1;
    margin: 5px;
  }
}

@media (max-width:1199.98px) and (max-width:767.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box {
    margin: 1rem 5px;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value {
    font-size: 2rem;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container {
    width: 100%;
    height: 330px;
    position: relative;
    right: 0px;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper {
    padding: 2rem 5rem;
  }
}

@media (max-width:1199.98px) and (max-width:767.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper {
    padding: 2rem 21px;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header {
    width: 60%;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 {
    font-size: 2.5rem;
  }
}

@media (max-width:1199.98px) and (max-width:991.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3 br,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 br,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3 br,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 br {
    display: none;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .revenue-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .revenue-title {
    font-size: 1.3rem;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title {
    font-size: 1.2rem;
  }
}

@media (max-width:1199.98px) and (max-width:575.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title {
    font-size: 1rem;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
}

@media (max-width:991.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header .h3,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header .h3 {
    padding-top: 0 !important;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .revenue-number,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .revenue-number {
    position: absolute;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper {
    right: 70px;
  }
}

@media (max-width:991.98px) and (max-width:767.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper {
    padding-top: 1rem;
    right: 30px;
  }
}

@media (max-width:991.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .progress-stats-details,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .progress-stats-details {
    padding-left: 0 !important;
  }
}

@media (min-width:1200px) {

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar .paragraph--ww_stats_bar_items,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar .paragraph--ww_stats_bar_items {
    flex: 1;
    max-width: 33.3333333333%;
    border-left: 1px solid #5b5c5f;
    padding: 20px 10px;
    justify-items: center;
  }
}

@media (min-width:1200px) and (max-width:1399.98px) {

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar {
    width: calc(100% - 400px);
  }
}

@media (min-width:1400px) and (max-width:1440px) {

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar {
    width: calc(100% - 430px);
  }
}

@media (min-width:1440px) {

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar {
    width: 850px;
    display: flex;
    justify-content: center;
  }
}

@media (min-width:1200px) {

  .paragraph--dynamic_worldwide_statistics,
  .paragraph--type--dynamic-worldwide-statistics {}

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar {
    display: flex;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))),
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))) {
    justify-content: center;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))) .paragraph--ww_stats_bar_items,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))) .paragraph--ww_stats_bar_items {
    max-width: 50%;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))),
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))) {
    justify-content: center;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))) .paragraph--ww_stats_bar_items,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))) .paragraph--ww_stats_bar_items {
    max-width: 50%;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value .value,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value .value,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value {
    font-size: 2rem;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-box .short-description,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-box .short-description {
    font-size: 1.2rem;
  }
}

@media (min-width:768px) and (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics,
  .paragraph--type--dynamic-worldwide-statistics {}

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .paragraph--dynamic_worldwide_statistics .paragraph--ww_stats_bar_items,
  .paragraph--type--dynamic-worldwide-statistics .paragraph--ww_stats_bar_items {
    padding: 1.5rem;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(3)) .paragraph--ww_stats_bar_items,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(3)) .paragraph--ww_stats_bar_items {
    max-width: 33.33%;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))),
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))) {
    justify-content: center;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))) .paragraph--ww_stats_bar_items,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(2)):not(:has(.paragraph--ww_stats_bar_items:nth-child(3))) .paragraph--ww_stats_bar_items {
    max-width: 50%;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))),
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))) {
    justify-content: center;
  }

  .paragraph--dynamic_worldwide_statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))) .paragraph--ww_stats_bar_items,
  .paragraph--type--dynamic-worldwide-statistics .field--name-field-stats-bar:has(.paragraph--ww_stats_bar_items:nth-child(1)):not(:has(.paragraph--ww_stats_bar_items:nth-child(2))) .paragraph--ww_stats_bar_items {
    max-width: 50%;
  }
}

@media (min-width:992px) and (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper {
    padding: 0;
  }

  .paragraph--dynamic_worldwide_statistics .wws-blue-box-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-blue-box-wrapper {
    align-content: center;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-number span {
    font-size: 40px;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .percent-wrapper .percent-title {
    width: 83%;
  }
}

@media (max-width:1199.98px) {

  .paragraph--dynamic_worldwide_statistics .wwsfb-blue-box-container .revenue-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wwsfb-blue-box-container .revenue-wrapper {
    width: 300px;
  }
}

@media (max-width:575.98px) {

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 {
    font-size: 1.8rem;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .revenue-title,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .wws-blue-box-wrapper .revenue-title {
    font-size: 1rem;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper {
    padding-top: 0;
    top: 30px;
  }

  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number,
  .paragraph--dynamic_worldwide_statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number,
  .paragraph--type--dynamic-worldwide-statistics .wws-grey-container .wwsfb-blue-box-container .revenue-wrapper .revenue-number {
    font-size: 1.3rem;
  }
}

.paragraph--type--dynamic-worldwide-statistics:not(:has(.wwsfb-blue-box-container)) .field--name-field-stats-bar {
  width: 100%;
}

@media (min-width:1200px) {
  .paragraph--type--dynamic-worldwide-statistics:not(:has(.wwsfb-blue-box-container)) .field--name-field-stats-bar .grey-boxes-wrapper .wws-grey-box:last-child {
    border-right: 1px solid #5b5c5f;
  }
}

.paragraph--worldwide_statistics,
.paragraph--type--worldwide-statistics {
  background-color: #f0f0f0;
  padding-bottom: 4rem;
}

.paragraph--worldwide_statistics h1,
.paragraph--worldwide_statistics .h1,
.paragraph--type--worldwide-statistics h1,
.paragraph--type--worldwide-statistics .h1 {
  padding: 3.5rem 1rem 2rem 1rem;
}

.paragraph--worldwide_statistics .worldwide-stats-h1,
.paragraph--type--worldwide-statistics .worldwide-stats-h1 {
  font-size: 38.4px;
  font-weight: 200;
  padding: 3.5rem 1rem 2rem 0;
}

.paragraph--worldwide_statistics .wws-grey-container,
.paragraph--type--worldwide-statistics .wws-grey-container {
  background-color: #63666A;
  color: #ffffff;
}

.paragraph--worldwide_statistics .wws-grey-container .container-xl,
.paragraph--type--worldwide-statistics .wws-grey-container .container-xl {
  position: relative;
  display: flex;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-grey-box,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-grey-box {
  border-left: 1px solid #5b5c5f;
  padding: 40px 25px;
  width: 35%;
  text-align: center;
  text-align: -webkit-center;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-grey-box .file-icon,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-grey-box .file-icon {
  width: 50%;
  min-height: 132px;
  padding-bottom: 1rem;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-grey-box .value,
.paragraph--worldwide_statistics .wws-grey-container .wws-grey-box .value_dec,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-grey-box .value,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-grey-box .value_dec {
  background-color: #5b5c5f;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 50% 50% 50% 50%/100% 100% 100% 100%;
  padding: 0.5rem 1rem;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-grey-box .span,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-grey-box .span {
  font-weight: 600 !important;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-grey-box .short-description,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-grey-box .short-description {
  margin-top: 0.5rem;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container {
  width: 430px;
  height: 340px;
  position: absolute;
  right: 80px;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper {
  position: absolute;
  height: 100%;
  padding: 2rem;
  margin-top: 0rem;
  background-color: var(--color-blue);
  width: 100%;
  height: 100%;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper {
  padding-top: 1rem;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-title,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-title {
  padding: 1rem 0;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  width: 190px;
  text-transform: capitalize;
}

@media (max-width:991.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-title {
    width: 90%;
  }
}

@media (max-width:630px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-title {
    width: 56%;
  }
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-number,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-number {
  background-color: #ffffff;
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.2rem 0.8rem;
  border-radius: 9999px;
  text-align: center;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-number span,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-number span {
  font-weight: 600;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper {
  padding-left: 2rem;
  position: absolute;
  right: 30px;
  top: 70px;
  text-align: -webkit-center;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number {
  background-color: #008bc5;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number span,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number span {
  font-weight: bold;
  font-size: 50px;
}

.paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title,
.paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
  text-align: center;
}

@media (min-width:1200px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
    width: 150px;
  }
}

@media (min-width:1400px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
    width: 170px;
  }
}

@media (max-width:575.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
    width: 130px;
  }
}

@media (max-width:1399.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container {
    width: 400px;
    height: 330px;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .revenue-number,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .revenue-number {
    font-size: 1.6 rem;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-number,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-number {
    width: 150px !important;
    height: 150px !important;
    line-height: 150px !important;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-grey-box,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-grey-box {
    width: 30%;
    padding: 40px 0px;
  }
}

@media (max-width:1199.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .container-xl,
  .paragraph--type--worldwide-statistics .wws-grey-container .container-xl {
    display: block;
    padding: 0;
  }

  .paragraph--worldwide_statistics .wws-grey-container .grey-boxes-wrapper,
  .paragraph--type--worldwide-statistics .wws-grey-container .grey-boxes-wrapper {
    flex-wrap: wrap;
    padding: 0 60px;
  }

  .paragraph--worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box,
  .paragraph--type--worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box {
    width: 100%;
    border: unset;
    flex: 1;
    margin: 5px;
  }

  .paragraph--worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .file-icon,
  .paragraph--type--worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .file-icon {
    width: 115px;
    min-height: 192px;
  }

  .paragraph--worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value,
  .paragraph--type--worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value {
    font-size: 2.5rem;
  }

  .paragraph--worldwide_statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .short-description,
  .paragraph--type--worldwide-statistics .wws-grey-container .grey-boxes-wrapper .wws-grey-box .short-description {
    font-size: 1.5rem;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container {
    width: 100%;
    height: 330px;
    position: relative;
    right: 0px;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper {
    padding: 2rem 60px;
  }
}

@media (max-width:1199.98px) and (max-width:767.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper {
    padding: 2rem 30px;
  }
}

@media (max-width:1199.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header {
    float: left;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 {
    padding-top: 3rem;
    font-size: 2.5rem;
  }
}

@media (max-width:1199.98px) and (max-width:991.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3 br,
  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 br,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3 br,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 br {
    display: none;
  }
}

@media (max-width:1199.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-details,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-details {
    padding-left: 15%;
  }
}

@media (max-width:1199.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .revenue-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .revenue-title {
    font-size: 1.3rem;
  }
}

@media (max-width:1199.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
    font-size: 1.3rem;
  }
}

@media (max-width:1199.98px) and (max-width:575.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
    font-size: 1rem;
  }
}

@media (max-width:1199.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
}

@media (max-width:991.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header {
    float: none !important;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header .h3,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .progress-stats-header .h3 {
    padding-top: 0 !important;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .revenue-number,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .revenue-number {
    position: absolute;
  }

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper {
    right: 70px;
  }
}

@media (max-width:991.98px) and (max-width:767.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper,
  .paragraph--type--worldwide-statistics .wws-grey-container .wws-blue-box-wrapper .percent-wrapper {
    padding-top: 1rem;
    right: 30px;
  }
}

@media (max-width:991.98px) {

  .paragraph--worldwide_statistics .wws-grey-container .progress-stats-details,
  .paragraph--type--worldwide-statistics .wws-grey-container .progress-stats-details {
    padding-left: 0 !important;
  }
}

.paragraph--type--dynamic-content-references {
  background-color: #CDCECF;
}

.paragraph--type--dynamic-content-references .container-xl {
  padding-top: 40px;
  padding-bottom: 20px;
}

.paragraph--type--dynamic-content-references .box-wrapper {
  flex-direction: column;
  margin-left: 15px;
}

.paragraph--type--dynamic-content-references #left-cr-wrapper {
  width: 40%;
}

.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h2 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h2 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h1 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h1 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h3 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h3 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h4 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h4 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h5 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h5 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h6 span,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h6 span {
  display: inline;
  padding: 4px 10px 8px 10px;
  -webkit-box-decoration-break: clone;
}

.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h1:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h1:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h2:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h2:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h3:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h3:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h4:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h4:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h5:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h5:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h6:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h6:not(:has(span)),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text p:not(:has(span)) {
  padding: 0 10px;
}

@media (max-width:991.98px) {

  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h1:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h1:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h2:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h2:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h3:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h3:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h4:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h4:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h5:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h5:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h6:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h6:not(:has(span)),
  .paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text p:not(:has(span)) {
    padding-bottom: 10px;
  }
}

.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h1:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h1:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h2:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h2:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h3:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h3:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h4:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h4:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h5:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h5:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h6:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h6:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text p:has(span) {
  margin-bottom: 2rem;
}

.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h2:has(span),
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h2:has(span) {
  line-height: 1.3;
}

.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text h1,
.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .h1 {
  line-height: 1.1;
}

.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .blinking-cursor {
  margin-left: 5px;
  padding: 0;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  50.1%,
  100% {
    opacity: 0;
  }
}

.paragraph--type--dynamic-content-references #left-cr-wrapper .paragraph--content-references--title .field--name-field-left-blue-highlight-text .typewriter {
  margin-bottom: 20px;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper {
  width: 60%;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .hidden-item {
  display: none !important;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer {
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .image {
  width: 250px;
  height: 200px;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right_image {
  position: relative;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right_image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:767.98px) {
  .paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right_image img {
    aspect-ratio: 4/3;
  }
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box {
  padding: 15px;
  background-color: #ffffff;
  position: relative;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .title {
  font-size: 1.8rem;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .btn {
  padding: 0;
  padding-top: 16px;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .btn a {
  padding: 0px 10px;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .button a {
  padding: 0px 10px;
  margin-top: 10px;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .short-description {
  margin-bottom: 10px;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .field--name-field-right-box-h2-text-dynamic,
.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .field--name-field-right-box-description-dyna {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box .field--name-field-right-box-description-dyna {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}

.paragraph--type--dynamic-content-references #right-cr-wrapper .short-description {
  margin-bottom: 12px;
}

@media (max-width:1399.98px) {
  .paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .box-inner {
    margin-left: 0;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .image {
    width: 33%;
  }
}

@media (max-width:1199.98px) {

  .paragraph--type--dynamic-content-references #left-cr-wrapper,
  .paragraph--type--dynamic-content-references #right-cr-wrapper {
    display: inline-block;
    width: 49.8%;
  }
}

@media (max-width:991.98px) {
  .paragraph--type--dynamic-content-references .box-wrapper {
    margin-left: 0;
  }

  .paragraph--type--dynamic-content-references .box-wrapper .box-outer {
    flex-direction: row !important;
  }

  .paragraph--type--dynamic-content-references #left-cr-wrapper {
    width: 100%;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper {
    width: 100%;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .right_image {
    width: 100%;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .right-white-box {
    width: 100%;
  }
}

@media (max-width:767.98px) {
  .paragraph--type--dynamic-content-references .flex-md-row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }

  .paragraph--type--dynamic-content-references .flex-column {
    flex-direction: column;
  }

  .paragraph--type--dynamic-content-references #left-cr-wrapper {
    width: 100%;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper {
    width: 100%;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer {
    flex-direction: column !important;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .right-white-box {
    width: 100%;
    padding: 20px;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .box-outer .image {
    width: 100%;
    height: auto;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .right_image {
    width: 100%;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .right-white-box {
    width: 100%;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .box-wrapper {
    margin: 0 !important;
  }

  .paragraph--type--dynamic-content-references #right-cr-wrapper .right_image img {
    position: relative !important;
  }
}

.slide-left {
  animation: slide-left 3s forwards;
  opacity: 0;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
    opacity: 0;
  }

  to {
    margin-left: 0%;
    opacity: 1;
  }
}

.box {
  display: none;
}

.description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paragraph-statistics-tabs-header .regional-title-h1 {
  font-size: 38.4px;
  font-weight: 200;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs {}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .nav-link {
  color: #ffffff;
  border: none;
  font-size: 1.8rem;
  padding: 2rem 2rem;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .nav-link.active {
  background-color: #63666A !important;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .nav-item a {
  display: flex;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .nav-item .icon-span {
  width: 52px;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .nav-item .tab-title {
  margin-top: 15px;
  margin-left: 12px;
}

@media (max-width:767.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .icon-span {
    display: none;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .nav-link {
    padding: 1rem 2rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs .tab-title {
    margin-top: 0 !important;
  }
}

@media (max-width:767.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .scrollable-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-tabs {
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .nav-item {
    display: inline-block !important;
  }
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container {
  background-color: #63666A;
  color: #ffffff;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .container-xl {
  position: relative;
  display: flex;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box {
  border-left: 1px solid #5b5c5f;
  padding: 40px 0px;
  width: 220px;
  text-align: center;
  text-align: -webkit-center;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .file-icon {
  width: 50%;
  min-height: 132px;
  padding-bottom: 1rem;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .regional_file_icon {
  min-height: 171px;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .figure {
  background-color: #5b5c5f;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.7rem 1.5rem;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .value,
.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .value_dec {
  font-weight: 600;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .short-description {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

@media (max-width:767.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box {
    width: 50% !important;
    border-bottom: 1px solid #5b5c5f;
  }
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box:only-child {
  border-left: none;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box:not(:first-child) {
  border-left: 1px solid #5b5c5f;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container {
  width: 430px;
  height: 380px;
  position: absolute;
  right: 80px;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper {
  position: absolute;
  height: 100%;
  padding: 2rem;
  margin-top: 0rem;
  background-color: var(--color-blue);
  width: 100%;
  height: 100%;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .revenue-wrapper {
  padding-top: 1rem;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-title {
  padding: 1rem 0;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-number {
  background-color: #ffffff;
  color: var(--color-green);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.2rem 0.8rem;
  border-radius: 9999px;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .revenue-wrapper .revenue-number span {
  font-weight: 600;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-wrapper {
  padding-left: 2rem;
  position: absolute;
  right: 30px;
  top: 70px;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number {
  background-color: #008bc5;
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number span {
  font-weight: bold;
}

.paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
  text-align: center;
}

@media (max-width:1399.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .container-xl .row {
    margin-left: 0;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container {
    width: 400px;
    height: 330px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .revenue-number {
    font-size: 1.6 rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-number {
    width: 150px !important;
    height: 150px !important;
    line-height: 150px !important;
    font-size: 2.3rem !important;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box {
    width: 200px;
    padding: 40px 0px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .figure {
    padding: 0.7rem 1.2rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-grey-box .value {
    font-size: 1.5rem;
  }
}

@media (max-width:1199.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .container-xl {
    display: block;
    padding: 0;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .container-xl .row {
    margin-left: 7%;
    margin-right: 0;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .grey-boxes-wrapper {
    flex-wrap: wrap;
    padding: 0 60px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .grey-boxes-wrapper .wws-grey-box {
    width: 100%;
    border: unset;
    flex: 1;
    margin: 5px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .grey-boxes-wrapper .wws-grey-box .figure {
    padding: 0.7rem 1rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .grey-boxes-wrapper .wws-grey-box .value {
    font-size: 2.5rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .grey-boxes-wrapper .wws-grey-box .short-description {
    font-size: 1.5rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container {
    width: 100%;
    height: 330px;
    position: relative;
    right: 0px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-grey-box {
    width: 199px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper {
    padding: 2rem 60px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header {
    float: left;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-header .h3 {
    padding-top: 3rem;
    font-size: 2.5rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .progress-stats-details {
    padding-left: 15%;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .wws-blue-box-wrapper .revenue-title {
    font-size: 1.3rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-wrapper {
    right: 30px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-title {
    font-size: 1.3rem;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-container .percent-wrapper .percent-number {
    font-size: 3.5rem;
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
}

@media (max-width:991.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-wrapper .progress-stats-header {
    float: none !important;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-wrapper .progress-stats-header h3,
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-wrapper .progress-stats-header .h3 {
    padding-top: 0 !important;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .wws-blue-box-wrapper .percent-wrapper {
    right: 70px;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .progress-stats-details {
    padding-left: 0 !important;
  }
}

@media (max-width:767.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .container-xl .row {
    margin-left: 3%;
  }
}

@media (max-width:575.98px) {
  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .container-xl .row {
    margin-left: 0;
  }

  .paragraph-statistics-tabs-header .paragraph-statistics-tabs .tab-content .wws-grey-container .container-xl .wws-grey-box {
    width: 100%;
  }
}

.paragraph--type--homepage-hero-banner {
  position: relative;
}

.paragraph--type--homepage-hero-banner .hero-text-frontpage {
  margin: -40px 67px;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background {
  background-color: #ffffff;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background .old-hero-banner img {
  max-height: 610px;
  object-fit: cover;
  object-position: top;
  min-height: 450px;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background.vimeo--enabled .vimeo-banner {
  display: block;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background .vimeo-banner {
  display: none;
  background-color: #000000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 610px;
  height: 100%;
  overflow: hidden;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background .vimeo-banner .vimeo-wrapper.crop iframe {
  height: 131%;
  top: 50%;
  transform: translateY(-50%);
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-container {
  background-size: contain;
  width: 100%;
  height: 33.8541666667%;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-container .field--name-field-homepage-bottom-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-mask {
  -webkit-mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
  mask: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-mask img {
  width: 100%;
  height: auto;
  background-position: 28% 41%;
}

@media (max-width:779px) {
  .paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-mask {
    -webkit-mask: none;
    mask: none;
    width: 100%;
    height: 400px;
  }

  .paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-container {
    background: none;
    height: 400px;
    width: 100%;
  }

  .paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-container img {
    float: left;
    overflow: hidden;
    height: 400px;
    width: auto;
    margin-left: 0;
  }

  .paragraph--type--homepage-hero-banner .homepage-hero-banner--background .hero-mask img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    object-position: 0 50%;
  }
}

.paragraph--type--homepage-hero-banner .display-hero-banner-portrait-signature {
  display: block;
}

.paragraph--type--homepage-hero-banner .hide-hero-banner-portrait-signature {
  display: none;
}

.paragraph--type--homepage-hero-banner #hero-text {
  position: absolute;
  width: 550px;
  z-index: 4;
}

.paragraph--type--homepage-hero-banner .hero-text-dynamic_layers {
  margin: 0 67px !important;
}

.paragraph--type--homepage-hero-banner .hero-text-wrapper .highlight {
  display: inline;
  font-weight: 300;
  font-size: 2em;
  background: var(--color-blue);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.paragraph--type--homepage-hero-banner.padding-highlight .highlight {
  box-shadow: 0.5rem 0 0 var(--color-blue), -0.5rem 0 0 var(--color-blue);
}

.paragraph--type--homepage-hero-banner .top_rec {
  position: absolute;
  width: 15px;
  height: 27px;
  top: -27px;
  right: 5px;
  background-color: var(--color-blue);
}

.paragraph--type--homepage-hero-banner .bottom_rec {
  position: absolute;
  width: 25px;
  margin-left: -25px;
  height: 25px;
  margin-top: 1px;
  background-color: var(--color-blue);
  overflow: hidden;
}

@media (max-width:1200px) {
  .paragraph--type--homepage-hero-banner #hero-text {
    z-index: 0 !important;
  }
}

@media (max-width:1470px) {
  .paragraph--type--homepage-hero-banner .hero-name {
    display: none;
  }
}

@media (max-width:779px) {

  .paragraph--type--homepage-hero-banner .hero-name,
  .paragraph--type--homepage-hero-banner .bottom_rec,
  .paragraph--type--homepage-hero-banner .top_rec {
    display: none;
    background-color: #000000;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 400px;
    -webkit-mask-repeat: unset !important;
    -webkit-mask-size: unset !important;
  }

  .paragraph--type--homepage-hero-banner .hero-name img,
  .paragraph--type--homepage-hero-banner .bottom_rec img,
  .paragraph--type--homepage-hero-banner .top_rec img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    object-position: 0 50%;
  }

  .paragraph--type--homepage-hero-banner .field--name-field-homepage-bottom-background {
    display: none;
  }

  .paragraph--type--homepage-hero-banner .hero-text-frontpage {
    text-align: left !important;
    position: relative !important;
    padding: 10px 15px 15px 20px !important;
    background-color: var(--color-blue) !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .paragraph--type--homepage-hero-banner .hero-mask img {
    object-position: 15% 41% !important;
  }
}

@media (min-width:780px) {
  .paragraph--type--homepage-hero-banner .hero-name {
    position: absolute;
    color: #82909e;
    margin: -27% 9%;
    max-width: 185px;
    text-align: center;
    line-height: 1.3;
  }

  .paragraph--type--homepage-hero-banner #hero-signature {
    font-family: creattion, script !important;
    font-size: 62px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-transform: capitalize;
  }

  .paragraph--type--homepage-hero-banner .hero-name-subtitle {
    margin: -10px 10px;
    display: block;
  }

  .paragraph--type--homepage-hero-banner .hero-name-subtitle a {
    color: #82909e;
  }
}

@media (min-width:900px) {
  .paragraph--type--homepage-hero-banner .hero-name {
    margin: -39% 6%;
  }
}

@media (min-width:1200px) {
  .paragraph--type--homepage-hero-banner .hero-name {
    margin: -34% 9%;
  }
}

@media (min-width:1400px) {
  .paragraph--type--homepage-hero-banner .hero-name {
    margin: -29% 9%;
  }
}

.paragraph--type--homepage-hero-banner .hero-banner--rsm-people {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.paragraph--type--homepage-hero-banner .hero-banner--rsm-people .hero-banner--employee-name {
  font-size: 3.5rem;
  margin-bottom: -11px;
}

.paragraph--type--homepage-hero-banner .hero-banner--rsm-people .hero-banner--text {
  font-size: 1.125rem;
  margin: 0.5rem 0 0 0;
  font-weight: 400;
}

.paragraph--type--homepage-hero-banner .hero-banner--rsm-people .hero-banner--text a {
  color: #ffffff;
}

.paragraph--type--homepage-hero-banner .hero-banner--rsm-people .hero-banner--text a:hover {
  text-decoration: underline;
}

.paragraph--type--homepage-hero-banner .hero-banner--content {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}

.paragraph--type--homepage-hero-banner .hero-banner--content .hero-banner--title,
.paragraph--type--homepage-hero-banner .hero-banner--content .hero-banner--eyebrow {
  color: #ffffff;
}

.paragraph--type--homepage-hero-banner .hero-banner--content .hero-banner--link {
  text-transform: unset;
  display: flex;
}

.paragraph--type--homepage-hero-banner .hero-banner--content .hero-banner--link a {
  min-width: 200px;
}

.paragraph--type--homepage-hero-banner.no-background .homepage-hero-banner--background {
  min-height: 610px;
}

.paragraph--type--homepage-hero-banner.no-background .hero-banner--rsm-people {
  color: #515356;
}

.paragraph--type--homepage-hero-banner.no-background .hero-banner--employee-name,
.paragraph--type--homepage-hero-banner.no-background .hero-banner--text a {
  color: #515356;
}

.paragraph--type--homepage-hero-banner.no-background .hero-banner--content .hero-banner--title,
.paragraph--type--homepage-hero-banner.no-background .hero-banner--content .hero-banner--eyebrow {
  color: #515356;
}

@media (min-width:992px) {
  .paragraph--type--homepage-hero-banner .hero-banner--rsm-people {
    width: unset;
    right: 30px;
    bottom: 20px;
    left: unset;
    transform: unset;
    padding: 0 !important;
  }

  .paragraph--type--homepage-hero-banner .hero-banner--rsm-people .hero-banner--employee-name {
    font-size: 5rem;
  }

  .paragraph--type--homepage-hero-banner .hero-banner--content {
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translateX(-50%) translateY(-50%);
  }
}

.paragraph--type--homepage-hero-banner #hero-text-below {
  display: block;
}

.paragraph--type--homepage-hero-banner #hero-text-below h1,
.paragraph--type--homepage-hero-banner #hero-text-below .h1 {
  display: grid;
}

.paragraph--type--homepage-hero-banner #hero-text-below .highlight {
  text-align: left;
  display: grid;
  width: 50%;
  font-size: 2.4em;
}

.paragraph--type--homepage-hero-banner #hero-text-below .highlight span {
  font-weight: 200;
  padding-left: 30%;
}

@media (max-width:767.98px) {
  .paragraph--type--homepage-hero-banner #hero-text-below .highlight {
    margin: 0;
    text-align: left;
    padding: 0 60px;
  }
}

.paragraph--type--homepage-hero-banner #hero-text-below .top_rec_below {
  position: relative;
  width: 50%;
  height: 27px;
  margin-top: -27px;
  background-color: var(--color-blue);
}

@media (max-width:991.98px) {
  .paragraph--type--homepage-hero-banner #hero-text-below .highlight {
    width: 100%;
  }

  .paragraph--type--homepage-hero-banner #hero-text-below .top_rec_below {
    display: none;
  }

  .paragraph--type--homepage-hero-banner #hero-text-below .highlight {
    margin: 0;
    text-align: left;
  }

  .paragraph--type--homepage-hero-banner #hero-text-below .highlight span {
    padding: 0;
  }
}

@media (min-width:992px) {
  .paragraph--type--homepage-hero-banner #hero-text-below .highlight {
    width: 50%;
  }

  .paragraph--type--homepage-hero-banner #hero-text-below .top_rec_below {
    display: block;
  }

  .paragraph--type--homepage-hero-banner #hero-text-below .highlight {
    text-align: left;
  }
}

[dir=rtl] .paragraph--type--homepage-hero-banner .homepage-hero-banner--background img {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.paragraph--type--floating-menu .hamburger-icon {
  position: fixed;
  right: 0;
  top: 51.55%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  width: 30px;
  height: 22px;
  padding: 1.5rem;
  border: 0px;
  background-color: var(--color-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  z-index: 2;
}

.paragraph--type--floating-menu .hamburger-icon .floating-navbar-toggler {
  height: 22px;
  padding: 0;
}

.paragraph--type--floating-menu .hamburger-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 7px;
}

.paragraph--type--floating-menu .close {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -48px;
  width: 48px;
  height: 48px;
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/white_close%402x.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.paragraph--type--floating-menu .floating_title h4,
.paragraph--type--floating-menu .floating_title .h4 {
  color: #ffffff;
}

.paragraph--type--floating-menu .background--blue {
  background-color: var(--color-blue);
}

.paragraph--type--floating-menu .background--green {
  background-color: var(--color-green);
}

.paragraph--type--floating-menu .background--grey {
  background-color: #6f6f6f;
}

.paragraph--type--floating-menu .menu-container {
  position: fixed;
  display: flex;
  right: 0;
  top: 54%;
  width: 20%;
  height: auto;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.paragraph--type--floating-menu .floating-menu {
  width: 100%;
}

.paragraph--type--floating-menu .floating-menu h4,
.paragraph--type--floating-menu .floating-menu .h4 {
  color: #ffffff;
}

.paragraph--type--floating-menu .floating-menu .field__item {
  border-bottom: 1px solid darkgrey;
  padding: 5px 5px;
}

.paragraph--type--floating-menu .floating-menu .field__item a {
  color: #ffffff;
}

.paragraph--type--floating-menu .floating-menu .field__item:last-child {
  border-bottom: none;
}

.paragraph--type--floating-menu .floating-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.paragraph--type--floating-menu .floating-menu ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.paragraph--type--floating-menu .floating-menu ul li:last-child {
  border-bottom: none;
}

@media (max-width:1199.98px) {
  .paragraph--type--floating-menu .menu-container {
    width: 30%;
  }
}

@media (max-width:767.98px) {
  .paragraph--type--floating-menu .menu-container {
    width: 100%;
  }

  .paragraph--type--floating-menu .menu-container .floating-menu .floating_title {
    padding: 0;
    border-bottom: none;
  }

  .paragraph--type--floating-menu .menu-container .floating-menu .floating_title h4,
  .paragraph--type--floating-menu .menu-container .floating-menu .floating_title .h4 {
    padding: 8px;
  }

  .paragraph--type--floating-menu .menu-container .floating-menu .floating-menu--link .menu_items {
    padding: 0 10px;
  }

  .paragraph--type--floating-menu .floating_title h4,
  .paragraph--type--floating-menu .floating_title .h4 {
    background-color: #ffffff;
    color: #515356;
  }

  .paragraph--type--floating-menu .close {
    z-index: 3;
    right: 0%;
    top: 0;
    left: unset;
  }
}

@media (max-width:767.98px) {
  .logged-in .paragraph--type--floating-menu .hamburger-icon {
    top: 32%;
  }

  .logged-in .paragraph--type--floating-menu .menu-container {
    top: 32%;
  }

  .not-logged-in .paragraph--type--floating-menu .hamburger-icon {
    top: 16%;
  }

  .not-logged-in .paragraph--type--floating-menu .menu-container {
    top: 16%;
  }
}

.paragraph--type--offset-video-full-background {
  position: relative;
}

.paragraph--type--offset-video-full-background .offset_background {
  position: relative;
}

.paragraph--type--offset-video-full-background .offset_ckeditor,
.paragraph--type--offset-video-full-background .iframe-container {
  position: absolute;
  height: 100%;
  z-index: 1;
}

.paragraph--type--offset-video-full-background .iframe-container {
  width: 36%;
  top: 55px;
  left: 47%;
}

.paragraph--type--offset-video-full-background .offset_ckeditor {
  color: #ffffff;
  top: 80px;
  width: 40%;
  padding: 0;
}

.paragraph--type--offset-video-full-background .offset_ckeditor .field--name-field-ckeditor p {
  font-size: 18px;
  line-height: 1.7rem;
}

@media (max-width:1399.98px) {
  .paragraph--type--offset-video-full-background .no-video-ckeditor {
    width: 80.4%;
  }
}

.paragraph--type--offset-video-full-background .iframe-container {
  padding: 2.5% 0 0 0;
}

.paragraph--type--offset-video-full-background .iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width:1399.98px) {
  .paragraph--type--offset-video-full-background .iframe-container {
    width: 30%;
    left: 55%;
    top: 45px;
  }

  .paragraph--type--offset-video-full-background .offset_ckeditor {
    top: 40px;
  }
}

@media (max-width:991.98px) {
  .paragraph--type--offset-video-full-background .iframe-container {
    position: relative;
    width: 100%;
    height: 56vw;
    left: 0;
    padding: 0;
    top: -4px;
  }

  .paragraph--type--offset-video-full-background .iframe-container iframe {
    position: relative;
    width: 100%;
  }

  .paragraph--type--offset-video-full-background .offset_ckeditor {
    width: 82%;
    top: 40px;
  }

  .paragraph--type--offset-video-full-background .iframe-container {
    left: 0;
  }
}

@media (max-width:767.98px) {
  .paragraph--type--offset-video-full-background .offset_ckeditor {
    top: 10px;
    width: 94%;
  }

  .paragraph--type--offset-video-full-background .offset_ckeditor p {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
  }
}

@media (min-width:1400px) and (max-width:1700px) {
  .paragraph--type--offset-video-full-background .iframe-container {
    left: 52%;
  }
}

.paragraph--type--offset-video-full-background .no-video-background .field--name-field-background-image img {
  min-height: 600px;
  object-fit: cover;
}

@media (max-width:767px) {
  .paragraph--type--offset-video-full-background .no-video-background .field--name-field-background-image img {
    min-height: 750px;
  }
}

@media (max-width:630px) {
  .paragraph--type--offset-video-full-background .no-video-background .field--name-field-background-image img {
    min-height: 830px;
  }
}

@media (max-width:992px) {
  .paragraph--type--offset-video-full-background .no-video-background .field--name- field-background-image img {
    min-height: 600px;
    object-fit: cover;
  }

  .paragraph--type--offset-video-full-background .no-video-ckeditor {
    width: 83%;
  }
}

@media (max-width:1400px) {
  .paragraph--type--offset-video-full-background .no-video-ckeditor {
    width: 80.4%;
  }
}

@media (max-width:767px) {
  .paragraph--type--offset-video-full-background .no-video-ckeditor {
    width: 95%;
  }
}

@media (max-width:630px) {
  .paragraph--type--offset-video-full-background .no-video-ckeditor {
    width: 93%;
  }
}

@media (max-width:367px) {
  .paragraph--type--offset-video-full-background .no-video-ckeditor {
    width: 90%;
  }
}

.paragraph--type--upcoming-events .background--blue,
.paragraph--type--upcoming-events .background--green,
.paragraph--type--upcoming-events .background--grey {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.paragraph--type--upcoming-events .field--name-field-title {
  color: #ffffff;
}

.paragraph--type--upcoming-events .field--name-field-title .inherit-link:hover {
  text-decoration: underline;
}

.paragraph--type--upcoming-events .views-field--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 1.25rem;
  bottom: 0;
}

.paragraph--type--upcoming-events .views-field--content a {
  color: #ffffff;
}

.paragraph--type--upcoming-events .background--gradient-overlay {
  height: auto;
}

.paragraph--type--upcoming-events .field--name-field-thumbnail img {
  object-fit: cover;
}

.paragraph--type--upcoming-events .services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width:768px) {
  .paragraph--type--upcoming-events .services {
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width:1020px) {
  .paragraph--type--upcoming-events .upcoming-title-wrap {
    padding-left: 2.5rem;
  }
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows {
  padding: 0 2.5rem;
  padding-bottom: 20px;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
  flex: 0 0 30%;
  border-top: 1px solid #CDCECF;
  margin: 20px;
  max-width: 370px;
  background-color: #ffffff;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row:first-child {
  border-top: 0px;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row:last-child {
  border-bottom: 1px solid #CDCECF;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing {
  position: relative;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content {
  z-index: 2;
  position: absolute;
  width: 100%;
  padding: 1.5rem;
  bottom: 0;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content * {
  color: #515356;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title {
  margin-bottom: 1.5rem;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title .body-20 {
  font-size: 1.4rem;
  line-height: normal;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title a {
  max-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
}

@media (max-width:767.98px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title {
    margin-bottom: 2.5rem;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title .body-20 {
    line-height: 1.5;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title a {
    max-height: 100px;
  }
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
  display: none;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6,
.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 {
  margin-bottom: 0px;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6::before,
.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6::before {
  padding-right: 0.5rem;
  font-size: 1rem;
  content: "#";
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #000000;
  text-transform: uppercase;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a,
.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a {
  text-underline-offset: 2px;
  line-height: 22px;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span a:hover,
.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span a:hover {
  text-decoration: underline;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field-created {
  position: absolute;
  bottom: 15px;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field-created .body-20 {
  font-size: 0.9rem;
  color: #ffffff;
}

.paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field-created .body-20 time {
  color: #ffffff;
}

@media (max-width:767.98px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field-created {
    bottom: 25px;
  }
}

@media (max-width:767px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    margin: 0;
    max-width: 100%;
    margin-bottom: 20%;
  }
}

@media (min-width:600px) and (max-width:1399px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    flex: 2 0 50%;
  }
}

@media (max-width:1020px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows {
    padding: 0;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width:576px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    margin: 20px 0px;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field--background-image img {
    object-fit: cover;
    aspect-ratio: 4/3;
    object-position: center center;
    background-color: #b8b8b9;
    height: 100%;
  }
}

@media (max-width:1199.98px) {
  .paragraph--type--upcoming-events .background--gradient-overlay {
    height: auto;
  }
}

@media (min-width:1400px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width:576px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    border-top: 0;
    margin-bottom: 20px;
    width: 100% !important;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row:first-child {
    border-top: 0;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row:last-child {
    border-bottom: 0;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content {
    order: 2;
    padding: 1.25rem;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags {
    display: block;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image {
    display: block;
    order: 1;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
    height: 100%;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    object-fit: cover;
    aspect-ratio: 4/3;
    object-position: center center;
    background-color: #b8b8b9;
    height: 100%;
  }
}

@media (max-width:991.98px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    position: relative;
    padding: 0;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content * {
    color: #515356;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags h6 span,
  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-tags .h6 span {
    border-left: 1px solid #ffffff;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image {
    height: 100%;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a {
    display: block;
  }

  .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--background-image a img {
    position: initial;
    top: unset;
    object-fit: cover;
    aspect-ratio: 4/3;
    object-position: top center;
    background-color: #b8b8b9;
    height: 100%;
    max-height: 400px;
  }
}

.node--type-event .paragraph--type--upcoming-events .views-row,
.node--type-biography .paragraph--type--upcoming-events .views-row,
.node--type-vip .paragraph--type--upcoming-events .views-row,
.node--type-paragraph-set .paragraph--type--upcoming-events .views-row {
  flex: 0 0 50%;
}

.node--type-campaign .paragraph--type--upcoming-events .view-view-upcoming-events,
.node--type-dynamic-layers .paragraph--type--upcoming-events .view-view-upcoming-events,
.node--type-frontpage .paragraph--type--upcoming-events .view-view-upcoming-events,
.node--type-service .paragraph--type--upcoming-events .view-view-upcoming-events,
.node--type-news-article .paragraph--type--upcoming-events .view-view-upcoming-events,
.node--type-office .paragraph--type--upcoming-events .view-view-upcoming-events,
.node--type-publication-article .paragraph--type--upcoming-events .view-view-upcoming-events {
  display: flex;
  flex-wrap: wrap;
}

.node--type-event .paragraph--type--upcoming-events .similar-events-by-tag-content--rows {
  padding: 0;
}

@media (min-width:768px) {
  .node--type-event .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    margin: 22px;
    max-width: 398px;
  }
}

@media (max-width:991.98px) {
  .node--type-event .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .node--type-event .paragraph--type--upcoming-events .upcoming-title-wrap {
    padding-left: 0;
  }
}

.node--type-event .paragraph--type--upcoming-events .paragraph-upcoming-events-inner-div {
  padding: 2rem 0;
}

.node--type-event .paragraph--type--upcoming-events .similar-events-by-tag-content--rows .views-row .views-field-nothing .views-field--content .views-field-title .body-20 {
  padding-bottom: 10px;
}

.disabled-paragraph {
  position: relative;
}

.disabled-paragraph *:not(.lpb-controls, .lpb-btn--add):not(.lpb-controls *) {
  filter: grayscale(1);
  opacity: 0.9;
  cursor: default;
  pointer-events: none;
}

.disabled-paragraph::before {
  content: "The paragraph is disabled for this language variant";
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  font-size: 1.5rem;
  background-color: white;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
  background-size: 1.5rem;
  background-position: 16px center;
  padding: 1rem 2.5rem 1rem 3rem;
  background-repeat: no-repeat;
  border-color: #e32700;
  color: #e32700;
  background-color: #ffefef;
  background-image: url(/greece/profiles/rsm_global_platform/themes/rsm_global_platform_2022/images/error.svg);
}

.disabled-paragraph::before a {
  color: #e32700;
}

.layout-paragraphs-builder-form .disabled-paragraph {
  display: block;
}

.translating-node .lpb-enable {
  display: none;
}

.services--node--teaser {
  height: 100%;
}

.services--node--teaser .services--link {
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
}

.services--node--teaser .services--link .services--label {
  font-weight: 400;
  flex: 100%;
  margin-top: 0px;
  margin-bottom: 1rem;
  margin-top: 0px;
}

.services--node--teaser .services--link .services--image {
  align-self: center;
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
}

.services--node--teaser .services--link .services--image .field--name-field-thumbnail-image img {
  height: 100%;
  object-fit: contain;
}

.services--node--teaser .services--link .services--title {
  flex: 100%;
  margin-bottom: 0px;
  text-align: center;
}

.node--type-biography .field--name-field-main-sections,
.node--type-vip .field--name-field-main-sections {
  position: relative;
  display: flex;
  flex-direction: column;
}

.node--type-biography .field--name-field-main-sections .field__item,
.node--type-vip .field--name-field-main-sections .field__item {
  order: 2;
}

.node--type-biography .field--name-field-main-sections .field__item.paragraph--colored_header,
.node--type-vip .field--name-field-main-sections .field__item.paragraph--colored_header {
  order: 0;
}

.node--type-biography .field--name-field-main-sections .field__item.paragraph--person_block,
.node--type-vip .field--name-field-main-sections .field__item.paragraph--person_block {
  background-color: #ffffff;
  order: 1;
}

@media (min-width:992px) {

  .node--type-biography .field--name-field-main-sections .field__item.paragraph--person_block,
  .node--type-vip .field--name-field-main-sections .field__item.paragraph--person_block {
    background-color: transparent;
  }
}

.node--type-page {
  padding-bottom: 2rem;
}

.node--type-page .basic-page-wrapper {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 1.125rem;
}

.node--type-page .basic-page-wrapper .basic-page-wrapper__title {
  margin-bottom: 15px;
}

.node--type-page .basic-page-wrapper .basic-page-wrapper__date-modified {
  font-size: 1.125rem;
  font-weight: normal;
}

.node--type-page .basic-page-wrapper .basic-page-wrapper__latest-change {
  display: block;
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.node--type-page .basic-page-wrapper p {
  line-height: 1.4rem;
}

.node--type-page .basic-page-wrapper button {
  padding: 9px;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  background-color: var(--color-blue);
  text-transform: uppercase;
  border-radius: 0px;
  padding: 9px 40px;
  text-transform: unset;
}

.node--type-page .basic-page-wrapper button:hover {
  background-color: #008bc5;
}

.node--type-page .field__items__container {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

@media (min-width:1200px) {
  .node--type-page .basic-page-wrapper {
    padding: 60px 1.125rem;
  }
}

.node--type-vip .paragraph--type--alternative-tagged-services {
  background-color: var(--color-blue);
}

.node--type-vip .paragraph--type--alternative-tagged-services .field--name-field-title,
.node--type-vip .paragraph--type--alternative-tagged-services .field--name-field-description {
  color: #ffffff;
}

.node--type-event .field--name-field-main-sections {
  position: relative;
}

.node--type-event .webinardetails-wrapper-align {
  min-height: 400px;
}

.node--type-event .webform--webform>div {
  justify-content: flex-start !important;
}

@media (min-width:992px) {
  .node--type-event .paragraph--type--map-and-form .map-and-form--left {
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-right: 0px;
  }

  .node--type-event .paragraph--type--map-and-form .map-and-form--right {
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-left: 0px;
  }
}

#new-hero-banner-paragraph {
  background: #f0f0f0;
}

.dynamic_layers {
  margin-bottom: 0;
}

.paragraph--type--worldwide-statistics,
.paragraph--worldwide_statistics {
  padding-bottom: 0;
}

.paragraph--type--worldwide-statistics .container-xl h2,
.paragraph--type--worldwide-statistics .container-xl .h2,
.paragraph--worldwide_statistics .container-xl h2,
.paragraph--worldwide_statistics .container-xl .h2 {
  padding: 40px 0;
}

body {
  --color-blue: #009cde;
  --color-green: #3f9c35;
}

body.high-contrast {
  --color-blue: #007EB4;
  --color-green: #36872E;
}

body.high-contrast .paragraph--type--hero-banner .field--name-field-desktop-background,
body.high-contrast .paragraph--type--hero-banner .field--name-field-tablet-background,
body.high-contrast .paragraph--type--hero-banner .field--name-field-mobile-background,
body.high-contrast .paragraph--type--hero-banner .field--name-field-background-image,
body.high-contrast .paragraph--type--banner-header .field--name-field-desktop-background,
body.high-contrast .paragraph--type--banner-header .field--name-field-tablet-background,
body.high-contrast .paragraph--type--banner-header .field--name-field-mobile-background,
body.high-contrast .paragraph--type--banner-header .field--name-field-background-image,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-desktop-background,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-tablet-background,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-mobile-background,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-background-image,
body.high-contrast .paragraph--type--newsletter .field--name-field-desktop-background,
body.high-contrast .paragraph--type--newsletter .field--name-field-tablet-background,
body.high-contrast .paragraph--type--newsletter .field--name-field-mobile-background,
body.high-contrast .paragraph--type--newsletter .field--name-field-background-image,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-desktop-background,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-tablet-background,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-mobile-background,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-background-image,
body.high-contrast .newsroom-banner-header .field--name-field-desktop-background,
body.high-contrast .newsroom-banner-header .field--name-field-tablet-background,
body.high-contrast .newsroom-banner-header .field--name-field-mobile-background,
body.high-contrast .newsroom-banner-header .field--name-field-background-image {
  background-color: #000000;
}

body.high-contrast .paragraph--type--hero-banner .field--name-field-desktop-background img,
body.high-contrast .paragraph--type--hero-banner .field--name-field-tablet-background img,
body.high-contrast .paragraph--type--hero-banner .field--name-field-mobile-background img,
body.high-contrast .paragraph--type--hero-banner .field--name-field-background-image img,
body.high-contrast .paragraph--type--banner-header .field--name-field-desktop-background img,
body.high-contrast .paragraph--type--banner-header .field--name-field-tablet-background img,
body.high-contrast .paragraph--type--banner-header .field--name-field-mobile-background img,
body.high-contrast .paragraph--type--banner-header .field--name-field-background-image img,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-desktop-background img,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-tablet-background img,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-mobile-background img,
body.high-contrast .paragraph--type--alternative-banner-header .field--name-field-background-image img,
body.high-contrast .paragraph--type--newsletter .field--name-field-desktop-background img,
body.high-contrast .paragraph--type--newsletter .field--name-field-tablet-background img,
body.high-contrast .paragraph--type--newsletter .field--name-field-mobile-background img,
body.high-contrast .paragraph--type--newsletter .field--name-field-background-image img,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-desktop-background img,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-tablet-background img,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-mobile-background img,
body.high-contrast .paragraph--type--latest-blogs .field--name-field-background-image img,
body.high-contrast .newsroom-banner-header .field--name-field-desktop-background img,
body.high-contrast .newsroom-banner-header .field--name-field-tablet-background img,
body.high-contrast .newsroom-banner-header .field--name-field-mobile-background img,
body.high-contrast .newsroom-banner-header .field--name-field-background-image img {
  opacity: 0.7;
}

body.reduce-motion .slide-left {
  animation: none;
  margin-left: 0%;
  opacity: 1;
}

body.reduce-motion .blinking-cursor {
  animation: none !important;
  opacity: 1;
}

@media (prefers-reduced-motion) {
  .slide-left {
    animation: none;
    margin-left: 0%;
    opacity: 1;
  }

  .blinking-cursor {
    animation: none !important;
    opacity: 1;
  }
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container {
  min-height: 150px;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--title {
  white-space: nowrap;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button {
  width: 100%;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button {
  min-height: unset;
  font-size: 14px;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button.button--green {
  background-color: #3b822a;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button.button--blue {
  background-color: #0073a4;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button.button--grey {
  background-color: #63666a;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button .arrow-down {
  transition: all 0.3s ease-in-out;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button.show .arrow-down {
  transform: rotate(0.5turn);
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button::after {
  content: unset;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .dropdown {
  width: 100%;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .dropdown .field--name-field-countries-list {
  width: 100%;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .dropdown .field--name-field-countries-list.dropdown-menu.show {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0px;
  border: 0px;
  outline: 0px;
  padding: 0px;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .dropdown .field--name-field-countries-list.dropdown-menu.show .field__item {
  border-bottom: 1px solid #CDCECF;
  display: flex;
  align-items: center;
}

.taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .dropdown .field--name-field-countries-list.dropdown-menu.show .dropdown-item {
  white-space: normal;
}

@media (min-width:768px) {
  .taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button {
    margin-left: 2.5rem;
    margin-bottom: 7px;
  }

  .taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .button {
    font-size: 16px;
  }

  .taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button .field--name-field-countries-list {
    width: 100%;
  }
}

@media (min-width:992px) {
  .taxonomy-term.vocabulary-region .paragraph--type--colored-header .paragraph--container .colored-header--button {
    margin-bottom: 11px;
  }
}

.site-content--section .cookies-policy-page {
  padding-top: 40px;
}

.site-content--section .cookies-policy-page #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy.ot-sdk-container {
  padding: 0;
}

.site-content--section .cookies-policy-page #ot-sdk-btn.ot-sdk-show-settings {
  color: #ffffff;
  border: 1px solid var(--color-blue);
}

.site-content--section .cookies-policy-page #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: var(--color-blue);
  opacity: 0.7;
}

#onetrust-consent-sdk #ot-sdk-btn-floating {
  display: none;
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  margin: 0;
  position: fixed;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -50%);
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-button-group-parent #onetrust-button-group {
  display: flex;
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-button-group-parent #onetrust-button-group .ot-bnr-save-handler {
  border-color: 1px solid var(--color-blue);
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-button-group-parent #onetrust-button-group .ot-bnr-save-handler:hover {
  color: #ffffff;
  border-color: var(--color-blue);
}

.ck-content a,
.ck-content .link {
  color: #009cde;
  text-decoration: none;
}

.ck-content a:hover,
.ck-content a:focus,
.ck-content .link:hover,
.ck-content .link:focus {
  color: #009cde;
  outline: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.well {
  background-color: #e7e8e8;
  border: none;
  border-radius: 0px;
  color: #63666A;
  clear: both;
  border: none;
  box-shadow: none;
  padding: 1.2rem;
}

.well-clear {
  border: 2px solid #e7e8e8;
  background-color: #FFFFFF;
  padding: 19px;
  clear: both;
}

.well-green {
  color: #3F9C35;
  border-top: 1px solid #e7e8e8;
  border-bottom: 1px solid #e7e8e8;
  padding: 10px 20px 10px 20px;
  clear: both;
}

.small-text {
  font-size: 75%;
}

.heading-green {
  color: #3F9C35;
}

.heading-blue {
  color: #009CDE;
}

.ck-style-dropdown .ck-disabled {
  display: none !important;
}

.ck .ck-color-grid .ck-color-grid__tile {
  border: 1px solid #888B8D;
}

.accordion-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header h3 {
  font-size: 2.4rem;
}

.cmp-accordion__button {
  margin-left: auto;
}

.accordion-header:hover {
  color: #009cde;
  cursor: pointer;
}

.accordion-header:hover .cmp-accordion__button {
  color: #009cde;
}

.main-navigation {
  display: block !important;
}

.sitemap {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 4rem;
}

.sitemap-child-items a {
  font-size: 1rem;
  line-height: 1.3rem;
}

.ul-nav-links-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ul-nav-links-parent .sitemap-child-items {
  flex: 1 1 50%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: -8px;
}

.ul-nav-links-parent li::after,
.sitemap-parent-headers::after {
  content: none !important;
}

.ul-nav-links-parent {
  margin: 15px 0 !important;
}

@media(max-width:992px) {
  .accordion_container {
    padding: 1.5rem 0 4rem;
  }

  .accordion_container .accordion-header h3 {
    font-size: 1.3rem !important;
  }

  .sitemap {
    padding: 0;
  }
}

@media(max-width:768px) {
  .sitemap-page-wrapper {
    padding: 40px 20px;
  }
}

@media(min-width:992px) {
  .accordion_container {
    padding: 4rem 0 7rem;
  }

  .ul-nav-links {
    column-count: 2;
    column-gap: 2rem;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .ul-nav-links li {
    break-inside: avoid;
    padding: 0.5rem 0;
  }
}