/* Generated using nucleoapp.com */

/* --------------------------------

General

-------------------------------- */

.icon {
  display: inline-block;
  color: inherit; /* icon primary color */
  height: 1em;
  width: 1em;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.icon use {
  /* icon secondary color */
  fill: currentColor;
  stroke: currentColor;
}

/* --------------------------------

Themes

-------------------------------- */

.icon-theme-1 {
  color: #000;
}

.icon-theme-1 use {
  fill: inherit;
  stroke: inherit;
}

/* --------------------------------

Sizes

-------------------------------- */

/* relative units */
.icon-sm {
  font-size: 0.8em;
}

.icon-lg {
  font-size: 1.2em;
}

/* absolute units */
.icon-16 {
  font-size: 16px;
}

.icon-32 {
  font-size: 32px;
}

/* --------------------------------

Transformations/Animations

-------------------------------- */

.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-y {
  transform: scaleY(-1);
}

.icon-flip-x {
  transform: scaleX(-1);
}

.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/*
// Add your own theme-colors.
$theme-colors: (
    "primary": $primary,
    "secondary": $secondary,
    "light": $white-smoke-light
    //"highlight": $white,
);

$theme-colors: map-remove($theme-colors, "dark", "light");
*/
.container-xxl {
  max-width: 1590px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* new standard base font size */
/**
 * Helper function for downsize mixin.
 */
/**
 * Downsize a CSS property using the viewport to affect calc().
 *
 * @param {string} $property: The property to be affected.
 * @param {string|list} $min: The min value / values.
 * @param {string|list} $max: The max value / values.
 * @param {string} $viewport: The biggest viewport, which the property must be calculated. NOTE: we use media-breakpoint-down here!
 * @param {boolean} $default: True if the default property must be set, regardless of the viewport size.
 * @param {list} $min-limit: A list containing the min viewport and the min value.
 */
.container .container {
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  --bs-gutter-x: 24px;
}
@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 40px;
  }
}

@media (max-width: 575.98px) {
  .container-xxl {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.content-align {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /** custom absolute align helper **/
}
@media (min-width: 768px) {
  .content-align .align-tl {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%;
  }
  .content-align .align-tc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-align .align-tr {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
  }
  .content-align .align-cl {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
  }
  .content-align .align-cc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .content-align .align-cr {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 50%;
    transform: translateY(-50%);
  }
  .content-align .align-bl {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 50%;
  }
  .content-align .align-bc {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .content-align .align-br {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
  }
}

figure {
  margin: 0;
}
figure > picture {
  display: block;
}

@media (max-width: 575.98px) {
  .module-text-media.position-beside .media-col .row:last-child .col-12:last-child figure {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  a .img-fluid {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hidden-xl {
    display: none;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none;
  }
}
.list-inline > li {
  display: inline-block;
}

@media (min-width: 768px) {
  .media-col-1 {
    width: 8.3333333333%;
  }
  .media-col-2 {
    width: 16.6666666667%;
  }
  .media-col-3 {
    width: 25%;
  }
  .media-col-4 {
    width: 33.3333333333%;
  }
  .media-col-5 {
    width: 41.6666666667%;
  }
  .media-col-6 {
    width: 50%;
  }
  .media-col-7 {
    width: 58.3333333333%;
  }
  .media-col-8 {
    width: 66.6666666667%;
  }
  .media-col-9 {
    width: 75%;
  }
  .media-col-10 {
    width: 83.3333333333%;
  }
  .media-col-11 {
    width: 91.6666666667%;
  }
  .media-col-12 {
    width: 100%;
  }
  [class*=" media-col-"].pull-left,
  [class^=media-col-].pull-left {
    margin-right: 30px;
  }
  [class*=" media-col-"].pull-right,
  [class^=media-col-].pull-right {
    margin-left: 30px;
  }
}
[class*=" media-col-"],
[class^=media-col-] {
  margin-bottom: 15px;
}
[class*=" media-col-"] img,
[class^=media-col-] img {
  width: 100%;
}

.mt-xxs {
  margin-top: 0.5rem;
}

.mb-xxs {
  margin-bottom: 0.5rem;
}

.sp-xxs {
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .sp-xxs {
    margin-bottom: calc(4.4px + 0.3vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xxs {
    margin-bottom: 6px;
  }
}

.mt-xs {
  margin-top: 1rem;
}

.mb-xs {
  margin-bottom: 1rem;
}

.sp-xs {
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .sp-xs {
    margin-bottom: calc(8.8px + 0.6vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xs {
    margin-bottom: 12px;
  }
}

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

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

.sp-sm {
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .sp-sm {
    margin-bottom: calc(16.8px + 1.2666666667vw);
  }
}
@media (max-width: 575.98px) {
  .sp-sm {
    margin-bottom: 24px;
  }
}

.mt-md {
  margin-top: 4rem;
}

.mb-md {
  margin-bottom: 4rem;
}

.sp-md {
  margin-bottom: 64px;
}
@media (max-width: 1199.98px) {
  .sp-md {
    margin-bottom: calc(3.2px + 5.0666666667vw);
  }
}
@media (max-width: 575.98px) {
  .sp-md {
    margin-bottom: 32px;
  }
}

.mt-lg {
  margin-top: 6rem;
}

.mb-lg {
  margin-bottom: 6rem;
}

.sp-lg {
  margin-bottom: 96px;
}
@media (max-width: 1199.98px) {
  .sp-lg {
    margin-bottom: calc(3.36px + 7.72vw);
  }
}
@media (max-width: 575.98px) {
  .sp-lg {
    margin-bottom: 48px;
  }
}

.mt-xl {
  margin-top: 8rem;
}

.mb-xl {
  margin-bottom: 8rem;
}

.sp-xl {
  margin-bottom: 128px;
}
@media (max-width: 1199.98px) {
  .sp-xl {
    margin-bottom: calc(4.8px + 10.2666666667vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xl {
    margin-bottom: 64px;
  }
}

.mt-xxl {
  margin-top: 10rem;
}

.mb-xxl {
  margin-bottom: 10rem;
}

.sp-xxl {
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  .sp-xxl {
    margin-bottom: calc(6.4px + 12.8vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xxl {
    margin-bottom: 80px;
  }
}

.space {
  overflow: hidden;
}

@media (min-width: 768px) {
  .two-colums {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .column-span-all {
    -moz-column-span: all;
         column-span: all;
  }
}
video {
  max-width: 100%;
}

@font-face {
  font-family: "DINNextRoundedLTProBold";
  src: url("../fonts/din/744025/6c834ade-130b-49f8-a012-fbfaf49a22f6.woff2") format("woff2"), url("../fonts/din/744025/c366c12f-e5cb-4cda-a61b-5c4dcf98fa0d.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/pangea/PangeaText-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/pangea/PangeaText-SemiBoldItalic.woff2") format("woff2"), url("../fonts/pangea/PangeaText-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/pangea/PangeaText-Regular.woff2") format("woff2"), url("../fonts/pangea/PangeaText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/pangea/PangeaText-SemiBold.woff2") format("woff2"), url("../fonts/pangea/PangeaText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.alert {
  background-color: transparent;
  border-width: 2px;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .alert {
    font-size: 1.25rem;
    padding: 26px 30px;
  }
}
.alert.alert-success {
  border-color: #388e3c;
  color: #388e3c;
}
.alert.alert-info {
  border-color: #20b9d6;
  color: #20b9d6;
}
.alert.alert-danger {
  border-color: #c62828;
  color: #c62828;
}
.alert.alert-warning {
  border-color: #f57f17;
  color: #f57f17;
}

.p-bg {
  padding: 15px;
}

.bg-blue {
  background-color: #133e8f;
}
.bg-blue a:not(.btn) {
  color: #ffffff;
}

.bg-blue-hover {
  background-color: #0f3273;
}

.bg-grey-alternative {
  background-color: #9c9d9d;
}

.bg-grey-lighter {
  background-color: #ececed;
}

.bg-grey-lightest {
  background-color: #f5f5f5;
}

.bg-light-gray {
  background-color: #f8f8f8;
}

.bg-snow {
  background-color: #fafafa;
}

.bg-cyan {
  background-color: #d7ebf5;
}

.bg-cyan-light {
  background-color: #d7ebf5;
}

.bg-yellow {
  background-color: #FFF3D7;
}

.bg-solitude {
  background-color: #e5ecf4;
}

.bg-yellow-light {
  background-color: #FFF3D7;
}

.bg-grey {
  background-color: #6f6f6e;
}
.bg-grey.module-divider {
  border-color: #6f6f6e;
}

.bg-grey-mid {
  background-color: #9D9D9C;
}
.bg-grey-mid.module-divider {
  border-color: #9D9D9C;
}

.bg-grey-light {
  background-color: #c6c6c6;
}

.bg-ghost-white {
  background-color: #F3F3F4;
}

.bg-alice-blue {
  background-color: #f7f8fa;
}

.bg-gradient-alice-blue-white {
  background: #f7f8fa;
  background: linear-gradient(0deg, #ffffff 50%, #f7f8fa 50%);
}

.bg-gradient-alice-blue-transparent {
  background: #f7f8fa;
  background: linear-gradient(0deg, transparent 50%, #f7f8fa 50%);
}

.bg-gradient-transparent-alice-blue {
  background: #f7f8fa;
  background: linear-gradient(0deg, #f7f8fa 50%, transparent 50%);
}

.bg-gradient-grey-transparent {
  background: #6f6f6e;
  background: linear-gradient(0deg, transparent 50%, #6f6f6e 50%);
}

.bg-gradient-transparent-grey {
  background: #6f6f6e;
  background: linear-gradient(0deg, #6f6f6e 50%, transparent 50%);
}

.btn:has(+ .btn),
.btn + .btn {
  margin: 4px;
}

.main-container .module-text-media:has(.btn) + div:has(img) {
  margin-top: 32px;
}

.btn {
  border-radius: 30px;
  font-size: 15px;
  line-height: 18px;
  padding: 11px 25px;
  box-shadow: none !important;
}
.btn:focus-visible {
  background-color: inherit;
}
.btn:not([data-bs-toggle=collapse]) {
  position: relative;
  overflow: hidden;
}
.btn:not([data-bs-toggle=collapse]):hover::before {
  animation: ripple 500ms linear forwards;
}
.btn:not([data-bs-toggle=collapse])::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  border-radius: 50%;
}
.btn[class*=btn-outline-].btn-silent {
  border: none;
  padding: 0;
  border-radius: 0;
}
.btn[class*=btn-outline-].btn-silent:active, .btn[class*=btn-outline-].btn-silent:hover {
  background-color: transparent;
  border: none;
  color: inherit;
  text-decoration: underline;
}
.btn[class*=btn-outline-].btn-silent::before {
  display: none;
}
.btn[class*=btn-outline-].btn-silent.btn-sm {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
}
.btn[class*=btn-outline-].btn-silent.btn-lg {
  font-size: 24px;
  line-height: 28px;
}
.btn.btn-sm {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
.btn.btn-lg {
  font-size: 16px;
  border-radius: 32px;
  padding: 16px 47px;
}
.btn.btn-primary {
  background-color: #133e8f;
  border-color: #133e8f;
}
.btn.btn-primary:hover {
  background-color: #0f3273;
  border-color: #0f3273;
}
.btn.btn-secondary {
  background-color: #20b9d6;
  border-color: #20b9d6;
}
.btn.btn-secondary:active, .btn.btn-secondary:hover {
  background-color: #2693a8;
  border-color: #2693a8;
}
.btn.btn-tertiary {
  background-color: #ffb84d;
  border-color: #ffb84d;
  color: #ffffff;
}
.btn.btn-tertiary:active, .btn.btn-tertiary:hover {
  background-color: #e6a645;
  border-color: #e6a645;
  color: #ffffff;
}
.btn.btn-quaternary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #133e8f;
}
.btn.btn-quaternary:active, .btn.btn-quaternary:hover {
  background-color: #133e8f;
  border-color: #133e8f;
  color: #ffffff;
}
.btn.btn-quinary {
  background-color: #e5ecf4;
  border-color: #e5ecf4;
  color: #133e8f;
}
.btn.btn-quinary:active, .btn.btn-quinary:hover {
  background-color: #20b9d6;
  border-color: #20b9d6;
  color: #ffffff;
}
.btn.btn-quaternary-custom {
  background-color: #e5ecf4;
  border-color: #e5ecf4;
  color: #133e8f;
}
.btn.btn-quaternary-custom:active, .btn.btn-quaternary-custom:hover {
  background-color: #133e8f;
  border-color: #133e8f;
  color: #ffffff;
}
.btn.btn-quinary-custom {
  background-color: #d7ebf5;
  border-color: #d7ebf5;
  color: #133e8f;
}
.btn.btn-quinary-custom:active, .btn.btn-quinary-custom:hover {
  background-color: #84D2E6;
  border-color: #84D2E6;
}
.btn.btn-outline-primary {
  border: 1px solid #133e8f;
  color: #133e8f;
}
.btn.btn-outline-primary:active, .btn.btn-outline-primary:hover {
  background-color: #133e8f;
  color: #ffffff;
  border-color: #133e8f;
}
.btn.btn-outline-secondary {
  border: 1px solid #20b9d6;
  color: #20b9d6;
}
.btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover {
  background-color: #20b9d6;
  border-color: #20b9d6;
  color: #ffffff;
}
.btn.btn-outline-tertiary {
  border: 1px solid #ffb84d;
  color: #ffb84d;
}
.btn.btn-outline-tertiary:active, .btn.btn-outline-tertiary:hover {
  border-color: #e6a645;
  color: #e6a645;
}
.btn.btn-outline-quaternary {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-outline-quaternary:active, .btn.btn-outline-quaternary:hover {
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.btn.btn-icon {
  position: relative;
  padding-right: 13px;
}
.btn.btn-icon::after {
  content: "███";
  left: 0;
  color: inherit;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../icons-svg/arrow-right.svg");
          mask-image: url("../icons-svg/arrow-right.svg");
}
.btn.btn-chip {
  font-weight: 400;
  margin-bottom: 1rem;
}

.btn-back {
  position: relative;
  padding-left: 15px;
}
.btn-back::before {
  content: "███";
  position: absolute;
  left: 0;
  width: 0.875rem;
  color: inherit;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../icons-svg/chevron-left.svg");
          mask-image: url("../icons-svg/chevron-left.svg");
}

.btn-block {
  display: block;
  width: 100%;
}

:root {
  --bs-body-color: #45484f;
  --bs-border-radius: 12px;
  --bs-body-font-size: 20px;
  --bs-body-line-height: 1.56;
  --fbc-font-size: 14px;
}

*:focus-visible:not(.stretched-link),
.stretched-link:focus-visible::after {
  outline: 2px solid rgba(19, 62, 143, 0.8) !important;
  outline-offset: 2px !important;
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-synthesis-weight: none !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  body {
    line-height: 1.625rem;
    font-size: 1.0625rem;
  }
}

hr {
  opacity: 1;
}

#body-container {
  min-height: 100vh;
  position: relative;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  #body-container {
    overflow-x: hidden;
  }
}
@media (-ms-high-contrast: none) {
  #body-container {
    display: block !important;
  }
}
#body-container hr {
  margin-top: 0;
  border-width: 1px;
}
#body-container hr.hr-bold {
  border-width: 5px;
}
#body-container hr.border-color-iron {
  border-color: #C5C6C6;
}
#body-container .main-container {
  overflow-x: hidden;
}

p:not(.card-title, .mb-0) a:not(.btn):not(.btn-back) {
  text-decoration: underline;
}
p + h2, p + h3 {
  margin-top: 48px;
}

.sp-sm + .sp-sm {
  margin-bottom: 16px;
}

.text-white a:not(:hover) {
  color: #ffffff;
}

.lead,
.main-container .container:nth-child(n+6):nth-child(-n+7) i strong {
  font-weight: 400;
  font-style: normal;
  color: #133e8f;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.1641791045rem + 0.3731343284vw, 1.5rem);
  line-height: 1.3;
}

.cell-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-bg {
  padding: 24px;
  border-radius: 20px;
}
.p-bg .module-text-media-content p:last-child {
  margin-bottom: 0px;
}
.p-bg.rounded {
  --bs-border-radius: 24px;
}

@media (min-width: 768px) {
  .cell-md-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .cell-md-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .cell-md-top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .cell-md-top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
form {
  color: #6f6f6e;
}
form select,
form input,
form textarea {
  box-shadow: none !important;
}
form select:focus:valid,
form input:focus:valid,
form textarea:focus:valid {
  color: #133e8f;
  border-color: #133e8f;
}
form select:focus:valid + label,
form input:focus:valid + label,
form textarea:focus:valid + label {
  color: #133e8f;
}
form select:valid,
form input:valid,
form textarea:valid {
  color: #6f6f6e;
  border-color: #6f6f6e;
}
form select.has-error:valid, form select.has-has-warning:valid, form select.has-success:valid,
form input.has-error:valid,
form input.has-has-warning:valid,
form input.has-success:valid,
form textarea.has-error:valid,
form textarea.has-has-warning:valid,
form textarea.has-success:valid {
  color: #6f6f6e;
}
form select.has-error,
form input.has-error,
form textarea.has-error {
  color: #c62828;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c62828'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23c62828' stroke='none'/></svg>");
  padding-right: calc(1.5em + 0.75rem);
  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);
}
form select.has-error + label,
form input.has-error + label,
form textarea.has-error + label {
  color: #c62828;
}
form select.has-warning,
form input.has-warning,
form textarea.has-warning {
  color: #f57f17;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f57f17'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23f57f17' stroke='none'/></svg>");
  padding-right: calc(1.5em + 0.75rem);
  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);
}
form select.has-warning + label,
form input.has-warning + label,
form textarea.has-warning + label {
  color: #f57f17;
}
form select.has-success,
form input.has-success,
form textarea.has-success {
  color: #388e3c;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23388e3c'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23388e3c' stroke='none'/></svg>");
  padding-right: calc(1.5em + 0.75rem);
  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);
}
form select.has-success + label,
form input.has-success + label,
form textarea.has-success + label {
  color: #388e3c;
}
form select.form-select {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #6f6f6e;
  padding-left: 0;
}
form select.form-select option {
  position: relative;
  color: #6f6f6e;
  font-size: 0.9375rem;
  padding-left: 20px;
  padding-right: 20px;
}
form .form-control {
  color: #6f6f6e;
  font-size: 0.9375rem;
  border: 0;
  border-bottom: 2px solid #6f6f6e;
  border-radius: 0;
  padding-left: 0;
}
form .form-control + .input-group-text {
  border-width: 0;
}
form .input-group-prepend span.input-group-text {
  border-width: 0;
}
form .input-group-prepend + .form-control {
  padding-left: 15px !important;
}
form .form-floating .form-control {
  background-position-y: 30px !important;
  padding-left: 0;
}
form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0);
}
form .form-floating .form-control:not(:placeholder-shown) ~ label, form .form-floating .form-control:focus ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0);
}
form .form-floating .form-select {
  border: 0;
  border-bottom: 2px solid #6f6f6e;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background-position: calc(100% - 14px) 32px;
}
form .form-floating .form-select:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0);
}
form .form-floating .form-select:not(:placeholder-shown) ~ label, form .form-floating .form-select:focus ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0);
}
form .form-floating label {
  font-size: 0.875rem;
  padding-left: 0;
  top: 7px;
}
form.was-validated .form-check-input,
form input.form-check-input {
  width: 20px;
  height: 20px;
  border-width: 2px;
}
form.was-validated .form-check-input:checked,
form input.form-check-input:checked {
  border-color: #20b9d6;
  background-color: #20b9d6;
}
form.was-validated .form-check-input:hover,
form input.form-check-input:hover {
  border-color: #20b9d6;
}
form.was-validated .form-switch .form-check-input,
form .form-switch input.form-check-input {
  width: 2em;
}
form.was-validated .form-switch .form-check-input:checked,
form .form-switch input.form-check-input:checked {
  border-color: #20b9d6;
  background-color: #20b9d6;
}
form.was-validated .form-switch .form-check-input:hover,
form .form-switch input.form-check-input:hover {
  border-color: #20b9d6;
}
form.was-validated .form-check-input:valid ~ .form-check-label,
form .form-check-input.is-valid ~ .form-check-label {
  color: #20b9d6;
}
form.was-validated .form-check-input:valid,
form .form-check-input.is-valid {
  border-color: #20b9d6;
}
form.was-validated .form-check-input:valid:checked,
form .form-check-input.is-valid:checked {
  background-color: #20b9d6;
}
form.was-validated .form-control:valid, form.was-validated .form-select:valid,
form .form-select.is-valid,
form .form-control.is-valid {
  border-color: #6f6f6e;
}
form.was-validated .form-control:invalid,
form .form-control.is-invalid {
  border-color: #6f6f6e;
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
}

.module-download .icon {
  width: 0.75em;
  position: relative;
  top: -0.125em;
}

.icon.top {
  display: inline-block;
  vertical-align: top;
}

.icon-xs {
  height: 0.5em;
  width: 0.5em;
}

.icon-sm {
  height: 0.75em;
  width: 0.75em;
}

.icon-lg {
  height: 1.5em;
  width: 1.5em;
}

.icon-xl {
  height: 2em;
  width: 2em;
}

.icon-xxl {
  height: 4em;
  width: 4em;
}

.list.list-icon {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.list.list-icon li {
  position: relative;
  padding-left: 1em;
  line-height: 1.625em;
}
.list.list-icon li::before {
  content: "███";
  position: absolute;
  font-size: 0.8em;
  line-height: 1.5em;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1.5em;
  max-height: 1.5em;
  overflow: hidden;
  color: inherit;
  font-family: Arial, sans-serif;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.list.list-icon.list-arrow-right li::before {
  -webkit-mask-image: url("../icons-svg/chevron-right.svg");
          mask-image: url("../icons-svg/chevron-right.svg");
}
.list.list-icon.list-star li::before {
  -webkit-mask-image: url("../icons-svg/star.svg");
          mask-image: url("../icons-svg/star.svg");
}
.list.list-icon.list-arrow-down li::before {
  -webkit-mask-image: url("../icons-svg/arrow-down.svg");
          mask-image: url("../icons-svg/arrow-down.svg");
}
.list.list-icon.list-arrow-right {
  -webkit-padding-start: revert;
          padding-inline-start: revert;
}
.list.list-icon.list-arrow-right li {
  margin-bottom: 8px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .list.list-icon.list-arrow-right li {
    font-size: 1.25rem;
  }
}
.list.list-icon.list-arrow-right li::before {
  color: #20b9d6;
  width: 15px;
  left: -20px;
  word-wrap: normal;
}
@media (min-width: 768px) {
  .list.list-icon.list-arrow-right li::before {
    width: 20px;
    left: -28px;
  }
}
.list.list-icon.list-star li {
  font-size: 2rem;
  padding-left: 2rem;
}
.list.list-icon.list-arrow-down {
  -webkit-padding-start: revert;
          padding-inline-start: revert;
}
.list.list-icon.list-arrow-down li {
  padding-left: 25px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .list.list-icon.list-arrow-down li {
    font-size: 1.25rem;
  }
}
.list.list-icon.list-arrow-down li::before {
  color: #20b9d6;
  transition: all 200ms linear;
  width: 24px;
}
.list.list-icon.list-arrow-down li:hover::before {
  transform: translateY(5px);
}
.list.list-icon.list-arrow-down li a {
  text-decoration: underline;
  text-decoration-color: #C5C6C6;
}
.list.list-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.list.list-links .title {
  font-size: 19px;
  width: 100%;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .list.list-links .title {
    margin-bottom: 20px;
  }
}
.list.list-links li {
  margin-bottom: 3px;
}
.list.list-links li:not(.title) {
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .list.list-links li {
    font-size: 12px;
  }
}
.list.list-links li:not(.title):last-child {
  margin-bottom: 0;
}
.list.list-links li .icon {
  font-size: 18px;
  margin-right: 15px;
}
.list.list-links li .no-link {
  pointer-events: none;
}

.modal:not(.bubble-lightbox-modal) .modal-content {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .modal:not(.bubble-lightbox-modal) .modal-body {
    padding: 0;
  }
}
.modal:not(.bubble-lightbox-modal) .carousel-control-prev,
.modal:not(.bubble-lightbox-modal) .carousel-control-next,
.modal:not(.bubble-lightbox-modal) .btn-close {
  color: rgba(255, 255, 255, 0.4);
  background: none;
  opacity: 1;
  padding: 0;
}
.modal:not(.bubble-lightbox-modal) .carousel-control-prev:hover,
.modal:not(.bubble-lightbox-modal) .carousel-control-next:hover,
.modal:not(.bubble-lightbox-modal) .btn-close:hover {
  color: #ffffff;
}
.modal:not(.bubble-lightbox-modal) .carousel-control-prev .icon,
.modal:not(.bubble-lightbox-modal) .carousel-control-next .icon,
.modal:not(.bubble-lightbox-modal) .btn-close .icon {
  font-size: 60px;
}
.modal:not(.bubble-lightbox-modal) .carousel-control-prev,
.modal:not(.bubble-lightbox-modal) .carousel-control-next {
  width: auto;
}
@media (max-width: 767.98px) {
  .modal:not(.bubble-lightbox-modal) .carousel-control-prev,
  .modal:not(.bubble-lightbox-modal) .carousel-control-next {
    display: none;
  }
}
.modal:not(.bubble-lightbox-modal) .carousel-control-prev {
  left: -60px;
}
.modal:not(.bubble-lightbox-modal) .carousel-control-next {
  right: -60px;
}

@media (max-width: 575.98px) {
  #shadowboxModal .modal-header {
    z-index: 9;
  }
}
#shadowboxModal .modal-body > .img {
  display: flex;
  margin: 50px auto;
}
@media (max-width: 575.98px) {
  #shadowboxModal .btn-close {
    padding: 20px;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #shadowboxModal .btn-close .icon {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  #magnifierModal .modal-header {
    z-index: 9;
  }
}
#magnifierModal .swiper-magnifier-image {
  height: calc(100vh - 180px);
}
@media (min-width: 992px) {
  #magnifierModal .swiper-magnifier-image {
    max-width: unset;
  }
}
#magnifierModal .swiper-magnifier-image .swiper-slide {
  height: 100%;
}
#magnifierModal .swiper-magnifier-image .swiper-slide .slide-wrapper {
  height: 100%;
}
#magnifierModal .swiper-magnifier-image .swiper-slide .magnifier-thumb-wrapper {
  pointer-events: none;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#magnifierModal .swiper-magnifier-image .swiper-slide .magnifier-thumb-wrapper .magnifier-lens,
#magnifierModal .swiper-magnifier-image .swiper-slide .magnifier-thumb-wrapper .magnifier-loader {
  display: none;
}
#magnifierModal .swiper-magnifier-image .swiper-slide .magnifier-thumb-wrapper img {
  width: 100%;
  max-height: calc(100% - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  height: auto;
}
#magnifierModal .swiper-magnifier-image .swiper-slide .magnifier-thumb-wrapper .magnifier-modal-content {
  background-color: #ffffff;
  color: #555;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 30px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-top: 30px;
  border-radius: 25px;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#magnifierModal .swiper-magnifier-thumb {
  overflow: visible;
}
@media (max-width: 575.98px) {
  #magnifierModal .swiper-magnifier-thumb {
    max-width: 100%;
  }
}
#magnifierModal .swiper-magnifier-thumb .swiper-slide {
  width: auto !important;
}
#magnifierModal .swiper-magnifier-thumb .swiper-slide img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0px solid #ffffff;
  transition: all 100ms linear;
}
#magnifierModal .swiper-magnifier-thumb .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#magnifierModal .swiper-magnifier-thumb .swiper-slide.swiper-slide-active img {
  border-width: 10px;
}
@media (min-width: 768px) {
  #magnifierModal .swiper-button-prev {
    left: -50px;
  }
}
@media (min-width: 768px) {
  #magnifierModal .swiper-button-next {
    right: -50px;
  }
}
#magnifierModal .swiper-button-prev,
#magnifierModal .swiper-button-next {
  bottom: 50%;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  #magnifierModal .swiper-button-prev,
  #magnifierModal .swiper-button-next {
    display: none;
  }
}
#magnifierModal .swiper-button-prev:hover,
#magnifierModal .swiper-button-next:hover {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  #magnifierModal .btn-close {
    padding: 20px;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #magnifierModal .btn-close .icon {
    font-size: 30px;
  }
}

.pagination {
  justify-content: center;
}
.pagination .page-item span,
.pagination .page-item .page-link {
  border-radius: 25px;
  border-color: #6f6f6e;
  color: #133e8f;
  margin-left: 5px;
  margin-right: 5px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.pagination .page-item span:hover,
.pagination .page-item .page-link:hover {
  border-color: #c6c6c6;
  background-color: transparent;
  box-shadow: none;
}
.pagination .page-item span .icon,
.pagination .page-item .page-link .icon {
  font-size: 10px;
}
.pagination .page-item .page-link {
  position: relative;
  overflow: hidden;
}
.pagination .page-item .page-link:hover::before {
  animation: ripple 500ms linear forwards;
}
.pagination .page-item .page-link::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.pagination .page-item span {
  border-style: solid;
  border-width: 1px;
  border-color: #c6c6c6;
  background-color: transparent;
}

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

.table.sortable-list thead {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .table.sortable-list thead {
    display: none;
  }
}
.table.sortable-list thead th {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #ececed;
}
.table.sortable-list thead a:hover {
  text-decoration: none;
}
.table.sortable-list thead a:hover .icon {
  transform: rotate(180deg);
}
.table.sortable-list thead a .icon {
  margin-bottom: 2px;
}
.table.sortable-list tbody {
  font-size: 0.9375rem;
}
.table.sortable-list tbody tr:hover td {
  background-color: #ececed;
}
@media (max-width: 991.98px) {
  .table.sortable-list tbody tr {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c6c6c6;
  }
  .table.sortable-list tbody tr:first-child {
    border-top: 1px solid #c6c6c6;
  }
}
.table.sortable-list tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .table.sortable-list tbody tr td {
    border: 0;
    padding: 0;
    line-height: 1rem;
  }
}

.text-cyan {
  color: #20b9d6 !important;
}

.text-grey {
  color: #c6c6c6 !important;
}

.text-grey-lighter {
  color: #ececed !important;
}

.text-grey-alternative {
  color: #9c9d9d !important;
}

small,
.small {
  line-height: 20px;
}

.small:not([class*=text-]) {
  display: inline-block;
}

blockquote {
  border-left: 3px solid #20b9d6;
  padding: 0 20px;
  margin: 34px 22px 35px;
  font-size: 1.25rem;
}
@media (max-width: 575.98px) {
  blockquote {
    margin-left: 0;
  }
}

.fs-12 {
  font-size: 12px;
  line-height: 22px;
}

.fs-10 {
  font-size: 10px;
  line-height: 14px;
}

.fs-14 {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fs-20 {
    font-size: 20px;
    line-height: 28px;
  }
}

.font-primary {
  font-family: "Pangea", sans-serif !important;
}

.font-bf-bold {
  font-family: "DINNextRoundedLTProBold", sans-serif !important;
}

.lh-xl {
  line-height: 35px !important;
}

.module-text-media h1,
.module-text-media .h1 {
  font-family: "DINNextRoundedLTProBold", sans-serif;
  text-transform: uppercase;
  font-size: clamp(36px, 2.25rem + (1vw - 3.9px) * 3.429, 4rem);
}
.module-text-media .h2,
.module-text-media h2 {
  font-size: clamp(32px, 2rem + (1vw - 3.9px) * 2.667, 2.25rem);
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .module-text-media .h2,
  .module-text-media h2 {
    margin-bottom: 20px;
  }
}
.module-text-media .h3,
.module-text-media h3 {
  font-size: clamp(28px, 1.75rem + (1vw - 3.9px) * 1.905, 2rem);
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .module-text-media .h3,
  .module-text-media h3 {
    margin-bottom: 20px;
  }
}
.module-text-media .h4,
.module-text-media h4 {
  margin-bottom: 22px;
}
@media (max-width: 1199.98px) {
  .module-text-media .h4,
  .module-text-media h4 {
    margin-bottom: 15px;
  }
}
.module-text-media .h5,
.module-text-media h5 {
  font-size: clamp(21px, 1.313rem + (1vw - 3.9px) * 1.048, 1.125rem);
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .module-text-media .h5,
  .module-text-media h5 {
    margin-bottom: 15px;
  }
}
.module-text-media .h6,
.module-text-media h6 {
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .module-text-media .h6,
  .module-text-media h6 {
    margin-bottom: 15px;
  }
}
.module-text-media .h2,
.module-text-media h2,
.module-text-media .h3,
.module-text-media h3,
.module-text-media .h4,
.module-text-media h4 {
  text-wrap: balance;
}

.text-white .module-text-media,
.text-white .module-header,
.bg-blue .module-text-media,
.bg-blue .module-header,
.bg-grey-alternative .module-text-media,
.bg-grey-alternative .module-header,
.bg-grey-mid .module-text-media,
.bg-grey-mid .module-header,
.bg-grey .module-text-media,
.bg-grey .module-header,
.bg-blue .module-accordion .btn,
.bg-grey .module-accordion .btn {
  color: #ffffff;
}

.module-text-media h1,
.module-text-media h2,
.module-text-media h3,
.module-text-media h4,
.module-text-media h5,
.module-text-media h6,
.module-header {
  color: #133e8f;
}

.module-header .h2,
.module-header h2,
.module-header .h3,
.module-header h3,
.module-header .h4,
.module-header h4 {
  text-wrap: balance;
}
.module-header h1,
.module-header .h1 {
  font-family: "DINNextRoundedLTProBold", sans-serif;
  text-transform: uppercase;
  font-size: clamp(36px, 2.25rem + (1vw - 3.9px) * 3.429, 4rem);
}
.module-header h3,
.module-header .h3 {
  font-size: clamp(28px, 1.75rem + (1vw - 3.9px) * 1.905, 2rem);
}
.module-header h5,
.module-header .h5 {
  font-size: clamp(21px, 1.313rem + (1vw - 3.9px) * 1.048, 1.125rem);
}
.module-header.decoration-bottom {
  position: relative;
  margin-bottom: 40px;
}
.module-header.decoration-bottom::after {
  position: absolute;
  bottom: -20px;
  content: "";
  border-bottom: 2px solid #133e8f;
  width: 150px;
  border-radius: 5px;
}
.module-header.decoration-bottom .header {
  margin-bottom: 20px;
}
.module-header.special {
  text-transform: uppercase;
}
.module-header.special .header {
  margin-bottom: 0;
}
.module-header.special .subheader {
  line-height: 1;
}
.module-header.special .h1 + .subheader {
  font-size: calc(1.53125rem + 3.375vw);
}
@media (min-width: 1200px) {
  .module-header.special .h1 + .subheader {
    font-size: 4rem;
  }
}
.module-header.special .h2 + .subheader {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .module-header.special .h2 + .subheader {
    font-size: 2.25rem;
  }
}
.module-header .subheader.p {
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: var(--bs-body-line-height);
}

.info-tab {
  padding: 10px 50px 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline;
}
.text-white .info-tab::before {
  background-color: transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.text-white .info-tab::after {
  background-color: #ffffff;
}
.info-tab::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 40%;
  border-top: 2px solid #133e8f;
  border-left: 2px solid #133e8f;
  border-top-left-radius: 15px;
  background-color: transparent;
}
.info-tab::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  height: 35%;
  width: 2px;
  background-color: #133e8f;
}

.card-title {
  color: #133e8f;
}
.card-title.h6 {
  font-size: 19px;
  line-height: 26px;
}

.bg-blue .card-title,
.image-overlay .card-title,
.text-white .card-title {
  color: #ffffff;
}

.module-cards > .row > div.col-12:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-12:nth-child(n+2) {
  margin-top: 30px;
}
.module-cards > .row > div.col-6:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-6:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-6:nth-child(n+3) {
  margin-top: 30px;
}
.module-cards > .row > div.col-4:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-4:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-4:nth-child(3) {
  margin-top: 0;
}
.module-cards > .row > div.col-4:nth-child(n+4) {
  margin-top: 30px;
}
.module-cards > .row > div.col-3:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(3) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(4) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(n+5) {
  margin-top: 30px;
}
.module-cards > .row > div.col-2:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(3) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(4) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(5) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(6) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(n+7) {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .module-cards > .row > div.col-sm-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .module-cards > .row > div.col-md-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .module-cards > .row > div.col-lg-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .module-cards > .row > div.col-xl-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .module-cards > .row > div.col-xxl-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(n+7) {
    margin-top: 30px;
  }
}

.card {
  --bs-card-border-radius: 12px;
  --bs-card-inner-border-radius: 11px;
  --bs-card-cap-padding-x: 0px;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-spacer-y: 1.25rem;
  border: 0;
  overflow: hidden;
  height: 100%;
}
.card .card-img {
  display: initial;
  width: auto;
}
.card .card-img:has(.ratio-3x2) {
  display: flex;
}
.card:hover .stretched-link + .card-img .figure::after {
  animation: ripple 500ms linear forwards;
}
.card:hover .stretched-link + .card-img img {
  transform: scale(1.05);
}
.card .figure {
  border-radius: 12px;
}
.card .figure.overflow-visible {
  max-height: 64px;
}
.card[class*=bg-] .figure {
  border-radius: 0;
}
.card .figure {
  position: relative;
}
.card .figure img {
  transition: all 200ms linear;
}
.card .figure::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 50%;
}
.card a .figure:hover::after {
  animation: ripple 500ms linear forwards;
}
.card a .figure:hover img {
  transform: scale(1.05);
}
.col-md-6 .card.bg-white:has(.ratio-3x2) .card-title::after {
  content: "→";
  margin-left: 4px;
}
.card.bg-blue, .card.bg-blue a:not(:hover) {
  color: #ffffff;
}
.card.card-body-border .card-body {
  border-top: 5px solid #6f6f6e;
}
@media (max-width: 991.98px) {
  .card.card-body-border.mobile-horizontal .card-body {
    border-top: 0;
  }
}
@media (max-width: 991.98px) {
  .card.card-body-border-white.mobile-horizontal .card-body {
    border-top: 0;
  }
}
@media (max-width: 991.98px) {
  .card.mobile-horizontal {
    display: flex;
    flex-direction: row-reverse;
    color: #133e8f;
  }
  .card.mobile-horizontal .card-img::after {
    display: none;
  }
  .card.mobile-horizontal .card-title {
    color: #133e8f;
  }
  .card.mobile-horizontal:not([class*=bg-]) {
    border-radius: 0;
    overflow: visible;
  }
  .card.mobile-horizontal:not([class*=bg-])::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: #c6c6c6;
  }
  .card.mobile-horizontal:not([class*=bg-]) .figure {
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .card.mobile-horizontal:not([class*=bg-]) .card-body {
    padding: 0 20px 0 0 !important;
    justify-content: flex-start;
  }
  .card.mobile-horizontal .figure {
    width: auto;
    min-width: 110px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .card.mobile-horizontal .figure img {
    width: 110px;
    height: 110px;
  }
}
.card .figure,
.card picture,
.card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .figure {
  overflow: hidden;
}
.card .figure.ratio {
  height: auto;
}
.card[class*=bg-] > .icon {
  margin-top: 20px;
}
.card .card-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.card .card-text .date {
  position: relative;
  margin-right: 5px;
  padding-right: 10px;
}
.card .card-text .date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #133e8f;
}
.card .card-text p {
  margin-bottom: 0;
}
.card.text-center.align-items-center .card-text {
  margin-bottom: 16px;
}
.card.text-center.align-items-center .card-text p {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 32px;
}
.card .mb-0 a {
  font-size: var(--fbc-font-size);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 16px;
}

.row:has(.col-md-4 .card) .header {
  font-size: 24px;
  padding: 40px 0 24px 0;
}

.row:has(.col-md-4 .card) {
  padding-bottom: 24px;
}

.card.banner .figure {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .card.banner .figure {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .card.banner .figure img {
    aspect-ratio: 2/1;
  }
}
.card.banner .card-body {
  --bs-card-spacer-y: 25px;
}
@media (min-width: 768px) {
  .card.banner .card-body {
    position: absolute;
    max-width: 33.3333333333%;
    border-radius: 12px;
    bottom: 32px;
    left: 32px;
    min-width: 440px;
    max-width: 440px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.banner .card-body {
    max-width: 65%;
  }
}
.card.banner .card-title {
  font-size: 19px;
  color: #133e8f;
  line-height: 26px;
}
.card.banner .card-text {
  font-size: 17px;
  line-height: 26px;
}
.card.banner p:has(.btn):last-child {
  margin-top: 40px;
}

.card.download.download-extended {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .card.download.download-extended {
    align-items: center;
  }
}
.card.download.download-extended > .icon {
  font-size: 40px;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .card.download.download-extended > .icon {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .card.download.download-extended:not([class*=bg-]) > .icon {
    margin-top: 40px;
  }
}
@media (min-width: 576px) {
  .card.download.download-extended:not([class*=bg-]) .card-body {
    position: relative;
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .card.download.download-extended:not([class*=bg-]) .card-body {
    padding-bottom: 0;
  }
}
.card.download.download-extended .card-text a {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .card.download.download-extended .card-text a {
    position: inherit;
  }
}
.card.download.download-extended .card-text a .icon {
  font-size: inherit;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .card.download {
    flex-direction: row;
  }
}
.card.download:not([class*=bg-]) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 575.98px) {
  .card.download:not([class*=bg-]) {
    overflow: visible;
  }
}
.card.download:not([class*=bg-]) .card-body {
  border-bottom: 1px solid #133e8f;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .card.download:not([class*=bg-]) .card-body {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .card.download:not([class*=bg-]) .card-body {
    border-bottom: 0;
    padding-top: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.card.download:not([class*=bg-]) .card-body::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #133e8f;
  transform: translateY(-20px);
}
@media (max-width: 575.98px) {
  .card.download:not([class*=bg-]) .card-body::before {
    transform: translateY(-15px);
  }
}
.card.download .figure {
  height: auto;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .card.download .figure {
    max-width: 100px;
  }
}
@media (min-width: 576px) {
  .card.download .card-text {
    position: relative;
  }
}
.card.download .card-text p {
  margin-bottom: 0;
}
.card.download .card-text a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.card.download .card-text a .icon {
  font-size: 30px;
  position: relative;
  right: unset;
  bottom: unset;
}
.card.download .card-text .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
}

.card.download-custom {
  flex-direction: row;
}
.card.download-custom .figure {
  border-radius: 12px;
}
.card.download-custom > a {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .card.download-custom > a {
    width: 16.66666675%;
    padding-right: 30px;
  }
}
.card.download-custom a {
  text-decoration: none !important;
}
.card.download-custom a:hover {
  text-decoration: none;
}
.card.download-custom .card-body {
  position: relative;
  max-width: 700px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
}
.card.download-custom .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #C5C6C6;
  width: 100%;
}
.card.download-custom .card-text a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.card.download-custom .card-text a .icon {
  margin-right: 5px;
}

.card.hover .figure + .figure {
  display: none;
}
.card.hover > a {
  cursor: url("../../../images/icon-plus.png"), url("../../../images/icon-plus.png"), grab;
}
.card.hover > a:hover .figure {
  display: none;
}
.card.hover > a:hover .figure + .figure {
  display: inline-block;
}
@media (min-width: 768px) {
  .card.hover .card-body {
    margin-top: 30px;
  }
}

.card.extended {
  border: 1px solid #F3F3F4;
}
.card.extended .card-title {
  margin-bottom: 12px;
}

.card.image-overlay {
  width: 100%;
}
.card.image-overlay:not(.h-big) {
  aspect-ratio: 1/1;
  max-height: 380px;
}
.card.image-overlay.h-big {
  height: 445px;
}
.card.image-overlay.h-big .card-body {
  justify-content: space-between;
}
.card.image-overlay.h-big .card-text p:first-child {
  line-height: 30px;
}
.card.image-overlay.h-big .card-text p:last-child {
  margin-right: 50px;
}
.card.image-overlay.h-big .card-text .icon.rounded-circle {
  border: 1px solid;
  width: 30px;
  height: 30px;
  padding: 7px;
  margin-left: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 991.98px) {
  .card.image-overlay.mobile-horizontal {
    aspect-ratio: auto;
  }
  .card.image-overlay.mobile-horizontal .figure {
    position: relative;
    max-height: 110px;
  }
}
.card.image-overlay .figure {
  position: absolute;
}
.card.image-overlay .card-img::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 70%);
}
.card.image-overlay .card-body {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .card.image-overlay .card-body {
    color: #ffffff;
  }
}
.card.image-overlay .card-body a {
  text-decoration: none;
}
.card.image-overlay .card-body a:not(.btn) {
  color: #ffffff;
}
.card.image-overlay:not(.mobile-horizontal) .card-body {
  color: #ffffff;
}

.card.media-text-horizontal {
  flex-direction: row;
}
.card.media-text-horizontal:hover img {
  transform: none;
}
.card.media-text-horizontal[class*=bg-] .figure {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card.media-text-horizontal:not([class*=bg-]) .figure {
  margin-right: 20px;
}
.card.media-text-horizontal:not([class*=bg-]) .card-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .card.media-text-horizontal.media-text-horizontal-quote {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .card.media-text-horizontal.media-text-horizontal-quote .figure {
    max-width: 244px;
    max-height: 244px;
    margin-right: 65px;
  }
}
@media (max-width: 575.98px) {
  .card.media-text-horizontal.media-text-horizontal-quote .figure {
    margin-right: 0;
  }
}
.card.media-text-horizontal.media-text-horizontal-quote .card-title {
  font-family: "Pangea", sans-serif;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .card.media-text-horizontal.media-text-horizontal-quote .card-title {
    line-height: 40px;
  }
}
.card.media-text-horizontal.media-text-horizontal-quote .card-text {
  margin-left: 20px;
}
.card.media-text-horizontal.media-text-horizontal-quote .icon {
  font-size: 18px;
  position: absolute;
  transform: translateX(-25px);
}
.card.media-text-horizontal .figure {
  min-width: 100px;
  max-width: 100px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .card.media-text-horizontal .figure {
    min-width: 180px;
    max-width: 180px;
    max-height: 180px;
  }
}
.card.media-text-horizontal .card-text p {
  margin-bottom: 0;
}

.module-news .card .card-body {
  --bs-card-spacer-x: 0;
}

@media (min-width: 768px) {
  .card.quote {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.card.quote .figure,
.card.quote picture,
.card.quote img {
  width: 100%;
  max-height: 520px;
}
@media (min-width: 768px) {
  .card.quote.card-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .card.quote.card-reverse .card-body::before {
    left: 100%;
    border-right: unset !important;
    border-left: 20px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .card.quote.has-image .figure,
  .card.quote.has-image .card-body {
    max-width: calc(50% - 10px);
  }
}
.bg-blue .card.quote.has-image .card-body, .bg-grey .card.quote.has-image .card-body {
  --bs-card-color: var(--bs-body-color);
}
.card.quote .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .card.quote .card-body {
    margin-top: 20px;
  }
  .card.quote .card-body::before {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
}
@media (min-width: 768px) {
  .card.quote .card-body.bg-cyan::before {
    border-right-color: #20b9d6;
    border-left-color: #20b9d6;
  }
}
@media (max-width: 767.98px) {
  .card.quote .card-body.bg-cyan::before {
    border-bottom-color: #20b9d6;
  }
}
@media (min-width: 768px) {
  .card.quote .card-body.bg-yellow::before {
    border-right-color: #ffb84d;
    border-left-color: #ffb84d;
  }
}
@media (max-width: 767.98px) {
  .card.quote .card-body.bg-yellow::before {
    border-bottom-color: #ffb84d;
  }
}

.module-accordion .card:not(.quote) {
  border-radius: 0;
}
.module-accordion .card:not(.quote) .figure,
.module-accordion .card:not(.quote) picture,
.module-accordion .card:not(.quote) img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.module-accordion .card:not(.quote) .card-header {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom-color: #ddd;
}
.module-accordion .card:not(.quote) .card-header .btn {
  position: relative;
  border-color: transparent !important;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 26px;
  padding-left: 0;
}
.module-accordion .card:not(.quote) .card-header .btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  transition: all 200ms ease-in-out;
  background-image: url("../icons-svg/accordion-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: 0;
}
.bg-blue .module-accordion .card:not(.quote) .card-header .btn::before, .bg-grey .module-accordion .card:not(.quote) .card-header .btn::before {
  background-image: url("../icons-svg/accordion-icon-white.svg");
}
.module-accordion .card:not(.quote) .card-header .btn[aria-expanded=true] {
  font-weight: 700;
}
.module-accordion .card:not(.quote) .card-header .btn[aria-expanded=true]::before {
  transform: rotate(180deg);
}
.module-accordion .card:not(.quote) .card-body {
  padding-left: 0;
  padding-right: 0;
}
.module-accordion .card:not(.quote) .quote .figure,
.module-accordion .card:not(.quote) .quote picture,
.module-accordion .card:not(.quote) .quote .img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-accordion .card:not(.quote) .quote .card-title {
  color: #133e8f;
}
.module-accordion .card:not(.quote) .quote .card-body {
  padding-left: 24px;
  padding-right: 24px;
}
.module-accordion.has-icon .card:not(.quote) {
  border-top: 1px solid #ddd;
}
.module-accordion.has-icon .card:not(.quote):last-child {
  border-bottom: 1px solid #ddd;
}
.module-accordion.has-icon .card:not(.quote) .card-header {
  border-bottom: 0;
}
.module-accordion.has-icon .card:not(.quote) .card-header .btn {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  font-weight: 700;
}
.module-accordion.has-icon .card:not(.quote) .card-header .btn::before, .module-accordion.has-icon .card:not(.quote) .card-header .btn::after {
  display: none;
  transform: none;
}
.module-accordion.has-icon .card:not(.quote) .card-header .btn::before {
  content: "";
  display: block;
  left: initial;
  top: 20px;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("../icons-svg/down.svg");
  background-color: transparent;
}
.module-accordion.has-icon .card:not(.quote) .card-header .btn[aria-expanded=true]::before {
  transform: rotate(180deg);
}

@media (max-width: 575.98px) {
  .module-bubble-lightbox {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.module-bubble-lightbox .bubble-lightbox-wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .module-bubble-lightbox .bubble-lightbox-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .module-bubble-lightbox .bubble-lightbox-wrapper {
    overflow-x: auto;
  }
}
.module-bubble-lightbox .bubble-lightbox-item {
  flex-basis: 33.3333333333%;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .module-bubble-lightbox .bubble-lightbox-item {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
.module-bubble-lightbox .bubble-lightbox-item a {
  display: inline-block;
}
.module-bubble-lightbox .bubble-lightbox-item .figure {
  width: 150px;
  height: 150px;
}
@media (max-width: 767.98px) {
  .module-bubble-lightbox .bubble-lightbox-item .figure {
    width: 100px;
    height: 100px;
  }
}
.module-bubble-lightbox .bubble-lightbox-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #c6c6c6;
}
.module-bubble-lightbox .bubble-lightbox-item .module-text {
  display: none;
}

@media (max-width: 575.98px) {
  .modal.bubble-lightbox-modal .modal-header {
    --bs-modal-header-padding: 30px;
  }
}
.modal.bubble-lightbox-modal .modal-header .btn-close {
  box-shadow: none;
}
.modal.bubble-lightbox-modal .modal-body {
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .modal.bubble-lightbox-modal .modal-body {
    --bs-modal-padding: 30px;
  }
}
.modal.bubble-lightbox-modal .module-media,
.modal.bubble-lightbox-modal .module-header {
  text-align: center;
}
.modal.bubble-lightbox-modal a,
.modal.bubble-lightbox-modal img {
  pointer-events: none;
}
.modal.bubble-lightbox-modal img {
  border-radius: 50%;
  border: 10px solid #c6c6c6;
}

@media (min-width: 768px) {
  .module-carousel .carousel .carousel-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.module-carousel.outer-inner {
  position: relative;
  color: #133e8f;
}
.bg-grey .module-carousel.outer-inner, .bg-blue .module-carousel.outer-inner {
  color: #ffffff;
}
.bg-grey .module-carousel.outer-inner a, .bg-blue .module-carousel.outer-inner a {
  --bs-link-color: #ffffff;
}
.bg-grey .module-carousel.outer-inner a:hover, .bg-blue .module-carousel.outer-inner a:hover {
  color: #20b9d6;
}
.module-carousel.outer-inner .carousel {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .module-carousel.outer-inner .carousel {
    flex-direction: row;
    padding-top: 0;
  }
}
.module-carousel.outer-inner .carousel .carousel-outer {
  width: 100%;
  display: flex;
  align-items: center;
  order: 1;
}
@media (min-width: 1200px) {
  .module-carousel.outer-inner .carousel .carousel-outer {
    width: 40%;
    order: 0;
    z-index: 2;
  }
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content {
  display: none;
  width: 100%;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content.active {
  display: block;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content.active .slider-gallery-content .title,
.module-carousel.outer-inner .carousel .carousel-outer .item-content.active .slider-gallery-content .pretitle,
.module-carousel.outer-inner .carousel .carousel-outer .item-content.active .slider-gallery-content .text {
  top: 0px;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content.active .slider-gallery-content .title,
.module-carousel.outer-inner .carousel .carousel-outer .item-content.active .slider-gallery-content .text {
  opacity: 1;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content.active .slider-gallery-content .pretitle {
  opacity: 1;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content {
  width: 100%;
}
@media (min-width: 1200px) {
  .module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content {
    margin-top: 25px;
  }
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-title .pretitle,
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-title .title {
  position: relative;
  line-height: 1;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-title .pretitle {
  margin-bottom: 0;
  font-size: 30px;
}
@media (min-width: 992px) {
  .module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-title .pretitle {
    font-size: 40px;
  }
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-title .title {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-title .title {
    width: 170%;
    font-size: 80px;
  }
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-text {
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-text {
    margin-top: 20px;
  }
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-text .text {
  position: relative;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-text .text a {
  color: #ffffff;
}
.module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-text .text a:hover {
  color: #20b9d6;
}
.bg-cyan .module-carousel.outer-inner .carousel .carousel-outer .item-content .slider-gallery-content .module-text .text a:hover {
  color: #133e8f;
}
.module-carousel.outer-inner .carousel .carousel-inner {
  width: 100%;
}
@media (min-width: 1200px) {
  .module-carousel.outer-inner .carousel .carousel-inner {
    width: 60%;
    top: 60px;
  }
}
.module-carousel.outer-inner .carousel .carousel-inner .slider-gallery-image {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .module-carousel.outer-inner .carousel .carousel-inner .slider-gallery-image .figure,
  .module-carousel.outer-inner .carousel .carousel-inner .slider-gallery-image picture,
  .module-carousel.outer-inner .carousel .carousel-inner .slider-gallery-image .img {
    width: 100%;
  }
}
.module-carousel.outer-inner .carousel .carousel-inner .slider-gallery-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media (min-width: 1200px) {
  .module-carousel.outer-inner .carousel .carousel-inner .slider-gallery-image img {
    height: 100vh;
    max-height: 640px;
  }
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper {
  position: absolute;
  width: 144px;
  height: 72px;
  left: auto;
  right: 0;
  z-index: 1;
  border-radius: 25px;
}
@media (min-width: 1200px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper {
    width: 240px;
    height: 120px;
    left: 40%;
    bottom: -60px;
    transform: translateX(-50%);
    background-color: #133e8f;
  }
  .bg-cyan .module-carousel.outer-inner .carousel .carousel-control-wrapper {
    background-color: #d7ebf5;
  }
  .bg-white .module-carousel.outer-inner .carousel .carousel-control-wrapper {
    background-color: #ffffff;
  }
  .bg-grey .module-carousel.outer-inner .carousel .carousel-control-wrapper {
    background-color: #6f6f6e;
  }
}
@media (max-width: 1199.98px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper {
    position: relative;
    width: auto;
    height: auto;
  }
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .control-helper {
    position: absolute;
    width: 144px;
    height: 72px;
    top: -36px;
    right: -1px;
  }
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper .control-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .control-helper {
    background-color: #133e8f;
    height: 72px;
    border-radius: 25px;
  }
  .bg-cyan .module-carousel.outer-inner .carousel .carousel-control-wrapper .control-helper {
    background-color: #20b9d6;
  }
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control {
    width: 120px;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control {
    width: 72px;
  }
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control .icon {
  transition: all 200ms linear;
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control.left:hover .icon {
  transform: translateX(-5px);
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control.right:hover .icon {
  transform: translateX(5px);
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control .icon {
  font-size: 50px;
  color: #ffffff;
}
.bg-cyan .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control .icon, .bg-white .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control .icon {
  color: #133e8f;
}
@media (max-width: 1199.98px) {
  .bg-white .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control .icon {
    color: #ffffff;
  }
}
@media (max-width: 1199.98px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control .icon {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control .icon {
    font-size: 20px;
  }
}
.module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control span {
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  font-weight: bold;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control span {
    font-size: 30px;
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control span {
    font-size: 30px;
    top: 10px;
  }
}
@media (min-width: 992px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control.right span:before {
    position: relative;
    transition: left 0.15s ease-in-out;
    left: 0;
  }
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control.right:hover span::before {
    left: 3px;
  }
}
@media (min-width: 992px) {
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control.left span:before {
    position: relative;
    transition: right 0.15s ease-in-out;
    right: 0;
  }
  .module-carousel.outer-inner .carousel .carousel-control-wrapper .carousel-control.left:hover span::before {
    right: 3px;
  }
}

.module-hero {
  position: relative;
}
.module-hero .module-header {
  color: #ffffff;
}
.module-hero.decoration-underline .module-header::after, .module-hero.decoration-underline .module-header::before {
  content: "";
  height: 12px;
  width: 48px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.module-hero.decoration-underline .module-header::before {
  background: #20b9d6;
  top: -42px;
}
.module-hero.decoration-underline .module-header::after {
  background: #ffb84d;
  bottom: -29px;
}
.module-hero.hero-small .hero-media .figure,
.module-hero.hero-small .hero-media picture,
.module-hero.hero-small .hero-media .img {
  min-height: 280px;
}
.module-hero .hero-media {
  position: relative;
}
.module-hero .hero-media::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module-hero .hero-media .hero-video {
  display: flex;
}
@media (max-width: 767.98px) {
  .module-hero .hero-media .hero-video {
    height: 480px;
  }
}
.module-hero .hero-media .figure,
.module-hero .hero-media picture,
.module-hero .hero-media .img {
  min-height: 480px;
}
.module-hero .hero-media .img {
  max-height: 700px;
  -o-object-position: center 20%;
     object-position: center 20%;
}
.module-hero .hero-media .figure,
.module-hero .hero-media picture,
.module-hero .hero-media .img,
.module-hero .hero-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-hero .hero-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module-hero .hero-content .align-cc {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.module-hero .hero-content .align-cl {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.module-hero .hero-content .align-cr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.module-hero .hero-content .subheader {
  margin-top: 24px;
  margin-bottom: 16px;
}
.module-hero .header {
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .module-hero .header {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.module-hero:has(.align-cl, .align-cr) .module-header p:first-child {
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 0px 0px 9px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-top-left-radius: 12px;
  height: 4px;
  font-family: "Pangea", Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: 1.68px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: calc(32px + 1vw);
  line-height: 0.9;
}
.module-hero:has(.align-cl, .align-cr) .module-header p:first-child::after {
  content: "";
  height: 10px;
  width: 60px;
  margin-left: 3px;
  border-left: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  top: -11px;
}

@media (min-width: 768px) {
  .module-image-map .module-image-map-content {
    position: relative;
    height: 675px;
    overflow: hidden;
  }
  .module-image-map .module-image-map-content .module-image-map-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .module-image-map .module-image-map-content .module-image-map-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 50%;
    left: 50%;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li {
    position: absolute;
    cursor: pointer;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li:before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    width: 21px;
    height: 21px;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #20b8d0;
    border-radius: 20px;
    z-index: 1;
    border: 2px solid #CAF9FF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li:hover:before {
    background-color: #F8B800;
    border: 0;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li .btn {
    transition: none;
    position: absolute;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
    top: -20px;
    border: none;
    white-space: nowrap;
  }
  .xs .module-image-map .module-image-map-content .module-image-map-layer > li .btn {
    display: none;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li.left .btn {
    left: 35px;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li.right .btn {
    right: 35px;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li:hover .btn,
  .module-image-map .module-image-map-content .module-image-map-layer > li .btn:hover {
    background-color: #F8B800;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li.left .btn:before, .module-image-map .module-image-map-content .module-image-map-layer > li.right .btn:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    top: 50%;
    margin-top: -10px;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li.left .btn:before {
    border-color: transparent #20b8d0 transparent transparent;
    border-width: 10px 17px 10px 0;
    left: -13px;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li.left:hover .btn:before, .module-image-map .module-image-map-content .module-image-map-layer > li.left .btn:hover:before {
    border-color: transparent #F8B800 transparent transparent;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li.right:hover .btn:before, .module-image-map .module-image-map-content .module-image-map-layer > li.right .btn:hover:before {
    border-color: transparent transparent transparent #F8B800;
  }
  .module-image-map .module-image-map-content .module-image-map-layer > li.right .btn:before {
    border-color: transparent transparent transparent #20b8d0;
    border-width: 10px 0 10px 17px;
    right: -13px;
  }
}
@media (max-width: 767.98px) {
  .module-image-map .module-image-map-content {
    height: auto !important;
    overflow: visible;
    margin-top: 30px;
  }
  .module-image-map .module-image-map-background {
    background-image: none !important;
    display: none;
  }
  .module-image-map .module-image-map-layer {
    height: auto !important;
    left: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    top: auto;
    width: auto;
    z-index: 2;
  }
  .module-image-map .module-image-map-layer > li {
    display: block;
    position: static;
    transform: none !important;
    margin-bottom: 10px;
  }
  .module-image-map .module-image-map-layer > li:before {
    content: "";
    display: none;
  }
  .module-image-map .module-image-map-layer > li .btn {
    display: block;
  }
}

.module-lightbox-media .figure,
.module-lightbox-media picture,
.module-lightbox-media .img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.product-detail-page {
  background-color: #ffffff;
}

.product-detail {
  color: #133e8f;
}
@media (max-width: 575.98px) {
  .product-detail .product-image-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.product-detail .product-image-container .update-image {
  cursor: pointer;
  padding-bottom: 5px;
}
.product-detail .product-image-container .image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  padding: 4px 0;
}
.product-detail .product-image-container .image-grid .grid-50,
.product-detail .product-image-container .image-grid .grid-100 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail .product-image-container .image-grid .grid-50 {
  grid-column: span 1;
}
.product-detail .product-image-container .image-grid .grid-50 .figure,
.product-detail .product-image-container .image-grid .grid-50 .figure picture,
.product-detail .product-image-container .image-grid .grid-50 .figure .img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video.rendered {
  cursor: default;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video.rendered::before, .product-detail .product-image-container .image-grid .grid-50 .product-image-video.rendered::after,
.product-detail .product-image-container .image-grid .grid-50 .product-image-video.rendered .placeholder-image {
  display: none;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video.rendered .ratio {
  display: block;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video.rendered video {
  pointer-events: none;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .product-detail .product-image-container .image-grid .grid-50 .product-image-video::before {
    width: 40px;
    height: 40px;
  }
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 2px), -50%);
  background-image: url("../icons-svg/button-play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}
@media (max-width: 575.98px) {
  .product-detail .product-image-container .image-grid .grid-50 .product-image-video::after {
    width: 15px;
    height: 15px;
  }
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video .ratio {
  display: none;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video video {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .product-detail .product-image-container .image-grid .grid-50 .product-image-video video {
    border-radius: 25px;
  }
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video .placeholder-image {
  pointer-events: none;
  width: auto;
  height: 100%;
  display: block;
  opacity: 1;
}
.product-detail .product-image-container .image-grid .grid-50 .product-image-video .placeholder-image img {
  border-radius: 25px;
}
.product-detail .product-image-container .image-grid .grid-100 {
  grid-column: span 2;
}
.product-detail .product-image-carousel {
  display: none;
}
.product-detail .product-image-carousel .carousel-control {
  top: initial;
  color: #133e8f;
  opacity: 1;
  height: 80px;
  bottom: 0px;
  width: 10%;
}
.product-detail .product-image-carousel .carousel-control .icon {
  font-size: 32px;
}
.product-detail .product-image-carousel .carousel-control.carousel-control-prev {
  left: 20px;
}
.product-detail .product-image-carousel .carousel-control.carousel-control-next {
  right: 20px;
}
.product-detail .product-image-carousel .carousel-indicators {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.product-detail .product-image-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 0;
  margin: 0 4px;
  background-color: #9c9d9d;
  display: inline-block;
  border-radius: 10px;
  opacity: 1;
}
.product-detail .product-image-carousel .carousel-indicators li.active {
  background-color: #133e8f;
}
.product-detail .product-image-carousel .carousel {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-detail .product-image-carousel.open {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 10000;
  display: flex;
  justify-content: center;
}
.product-detail .product-image-carousel.open .carousel-inner {
  height: calc(100% - 80px);
  width: 100%;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper {
  height: 100%;
}
@media (max-width: 991.98px) {
  .product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper {
    display: flex;
    align-items: center;
  }
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper img {
  width: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper img {
    height: 100%;
  }
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video {
  width: 100%;
  height: auto;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video {
    background: #000000;
    height: 100%;
  }
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video.rendered {
  cursor: default;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video.rendered::before, .product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video.rendered::after,
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video.rendered .placeholder-image {
  display: none;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video.rendered .ratio {
  display: block;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 2px), -50%);
  background-image: url("../icons-svg/button-play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video .ratio {
  display: none;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video .placeholder-image {
  pointer-events: none;
  width: auto;
  height: 100%;
  display: block;
  opacity: 1;
}
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video .placeholder-image .figure,
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video .placeholder-image picture,
.product-detail .product-image-carousel.open .carousel-inner .carousel-item .content-wrapper .product-image-video .placeholder-image .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail .product-image-carousel.open .carousel-lightbox-close {
  position: absolute;
  right: 0;
  top: 20px;
  width: 10%;
  display: flex;
  justify-content: center;
  color: #133e8f;
  z-index: 1;
  border: 0;
  background: transparent;
}
.product-detail .product-image-carousel.open .carousel-lightbox-close .icon {
  font-size: 32px;
}
.product-detail .product-info-wrapper .module-header .header {
  margin-bottom: 0;
  font-size: 32px;
  text-transform: none;
  font-family: "Pangea", sans-serif;
}
@media (max-width: 991.98px) {
  .product-detail .product-info-wrapper .module-header .header {
    margin-top: 46px;
  }
}
.product-detail .product-info-wrapper .module-header .subheader {
  color: #9c9d9d;
  font-size: 26px;
  line-height: 30px;
}
.product-detail .product-info-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
}
.product-detail .product-info-wrapper input[type=radio] + img {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 2px;
  border: 2px solid transparent;
}
.product-detail .product-info-wrapper input[type=radio]:checked + img {
  border: 2px solid #133e8f;
}
.product-detail .product-info-wrapper input[type=radio] + img {
  border-radius: 8px !important;
}
.product-detail .product-info-wrapper .product-meta {
  margin-top: 20px;
}
.product-detail .product-info-wrapper .product-meta .filter-section {
  margin-bottom: 30px;
}
.product-detail .product-info-wrapper .product-meta .product-radio-filter p {
  margin-bottom: 10px;
}
.product-detail .product-info-wrapper .product-meta .product-radio-filter .filter-input {
  margin-bottom: 27px;
}
.product-detail .product-info-wrapper .product-meta .product-meta-buttons {
  margin-top: 25px;
}
.product-detail .product-info-wrapper .product-meta .product-meta-buttons .btn {
  margin-bottom: 10px;
}
.product-detail .product-info-wrapper .product-meta .list.checklist {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-detail .product-info-wrapper .product-meta .list.checklist {
    margin-top: 20px;
  }
}
.product-detail .product-info-wrapper .product-meta .list.checklist li {
  padding-left: 1.5em;
  position: relative;
  list-style: none;
  font-size: 20px;
  line-height: 1.625em;
  margin-bottom: 8px;
}
.product-detail .product-info-wrapper .product-meta .list.checklist li::before {
  position: absolute;
  content: "███";
  width: 24px;
  height: 24px;
  max-height: 24px;
  left: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../icons-svg/done.svg");
          mask-image: url("../icons-svg/done.svg");
  overflow: hidden;
  top: 4px;
}
.product-detail .product-info-wrapper .product-meta .module-accordion .card-body {
  padding-top: 0;
  font-size: 20px;
  line-height: 28px;
}
.product-detail .show-more-link {
  color: #133e8f;
  text-decoration: none;
}
.product-detail .show-more-link:hover {
  color: #0f3273;
}
.product-detail .show-more-link .more,
.product-detail .show-more-link .less {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
}
.product-detail .show-more-link .more .icon,
.product-detail .show-more-link .less .icon {
  margin-right: 10px;
}

.module-quality-control {
  display: flex;
  flex-direction: column;
  color: #133e8f;
}
@media (min-width: 768px) {
  .module-quality-control {
    align-items: center;
    text-align: center;
  }
}
.module-quality-control .module-header {
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .module-quality-control .module-header {
    font-size: 54px;
    line-height: 58px;
  }
}
.module-quality-control .author {
  font-size: 20px;
  margin-bottom: 0;
}
.module-quality-control .muted-text {
  color: #9c9d9d;
}

@media (max-width: 767.98px) {
  .module-tabs:not(.tabs-tertiary) .nav-tabs {
    display: none;
  }
  .module-tabs:not(.tabs-tertiary) .tab-content > .tab-pane {
    display: flex;
    opacity: 1;
    overflow: hidden;
    margin-top: 5px;
  }
  .module-tabs:not(.tabs-tertiary) .tab-content > .tab-pane .card-header {
    border: 0;
    border-radius: 5px;
  }
  .module-tabs:not(.tabs-tertiary) .tab-content > .tab-pane .card-body {
    background-color: #ffffff;
    padding: 10px !important;
  }
}
.module-tabs.tabs-tertiary .nav-tabs {
  padding-bottom: 20px;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .module-tabs.tabs-tertiary .card {
    --bs-card-spacer-x: 0px;
  }
}
@media (max-width: 767.98px) {
  .module-tabs.tabs-tertiary .card .collapse {
    display: block;
  }
}
.module-tabs.tabs-tertiary .nav-link {
  border-radius: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 21px;
}
.module-tabs.tabs-tertiary .nav-link:hover {
  background-color: #e5ecf4;
}
.module-tabs.tabs-tertiary .nav-link.active {
  border-color: #e5ecf4;
  background-color: #e5ecf4;
  color: #133e8f;
  cursor: default;
}
@media (min-width: 768px) {
  .module-tabs .card {
    border: none;
    border-radius: 0;
  }
  .module-tabs .card .card-header {
    display: none;
  }
  .module-tabs .card .collapse {
    display: block;
  }
}
.module-tabs.tabs-secondary .nav-tabs {
  border: 0;
}
.module-tabs.tabs-secondary .nav-item {
  margin-right: 20px;
}
.module-tabs.tabs-secondary .nav-link {
  border-radius: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 21px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.module-tabs.tabs-secondary .nav-link:hover {
  background-color: #eee;
}
.module-tabs.tabs-secondary .nav-link.active {
  border-color: #20b9d6;
  background-color: #ffffff;
  color: #20b9d6;
  cursor: default;
}
@media (max-width: 767.98px) {
  .module-tabs.tabs-secondary .card-header {
    background-color: transparent;
  }
  .module-tabs.tabs-secondary .card-header .btn {
    background-color: #f6f6f6;
  }
  .module-tabs.tabs-secondary .card-header .btn[aria-expanded=true] {
    color: #20b9d6;
  }
}
.module-tabs .nav-tabs {
  border-color: #ddd;
}
.module-tabs .nav-link.active {
  background-color: #ffffff;
  color: #555;
}
.module-tabs .tab-content .card {
  word-wrap: normal;
}

@media (min-width: 768px) {
  .module-text-media .media-col.float-md-start {
    margin-right: 30px;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .module-text-media .media-col.float-md-start {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .module-text-media .media-col.float-md-end {
    margin-left: 30px;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .module-text-media .media-col.float-md-end {
    padding: 0;
    margin: 0;
  }
}
.module-text-media .media-col .row.g-0 figure {
  margin: 0;
}
.module-text-media .media-col .row:not(.g-0):not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .module-text-media .media-col .row [class*=col-]:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.module-text-media.position-above .media-col .grid {
  margin-bottom: 30px;
}
.module-text-media.position-above .media-col .grid:has(.g-col-md-12) {
  --bs-gap: 0;
  margin-bottom: 0;
}
.module-text-media.position-above .media-col .grid:has(.g-col-md-12) .g-col-md-12 {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .module-text-media.position-beside .media-col .grid {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .module-text-media.position-float .module-text, .module-text-media.position-float + .module-text {
    margin-top: 30px;
  }
}
.module-text-media:has(.module-video-external) .cell-center {
  display: block;
}

.module-show-more {
  position: relative;
}
.module-show-more > .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 90px;
  padding-top: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
}
.module-show-more > .trigger {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.module-show-more > .content {
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  transition: max-height 1000ms ease-in;
}
.module-show-more[data-height=xs] > .content {
  max-height: 120px;
}
.module-show-more[data-height=md] > .content {
  max-height: 240px;
}
.module-show-more[data-height=lg] > .content {
  max-height: 360px;
}
.module-show-more > [type=checkbox] {
  display: none;
}
.module-show-more > [type=checkbox]:checked ~ .content {
  max-height: 9999px;
}
.module-show-more > [type=checkbox]:checked ~ .overlay, .module-show-more > [type=checkbox]:checked ~ .trigger {
  display: none;
}
@media (min-width: 768px) {
  .module-show-more[data-breakpoint-down=sm] > .content {
    max-height: 9999px;
  }
  .module-show-more[data-breakpoint-down=sm] > .overlay, .module-show-more[data-breakpoint-down=sm] > .trigger {
    display: none;
  }
}
@media (min-width: 576px) {
  .module-show-more[data-breakpoint-down=xs] > .content {
    max-height: 9999px;
  }
  .module-show-more[data-breakpoint-down=xs] > .overlay, .module-show-more[data-breakpoint-down=xs] > .trigger {
    display: none;
  }
}

.module-search-text-media-form .search-text-media {
  display: flex;
}
@media (max-width: 575.98px) {
  .module-search-text-media-form .search-text-media {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .module-search-text-media-form .search-text-media .module-text {
    width: 65%;
  }
}
.module-search-text-media-form .search-text-media .module-media {
  text-align: center;
}
@media (min-width: 576px) {
  .module-search-text-media-form .search-text-media .module-media {
    flex-grow: 1;
  }
}
@media (max-width: 767.98px) {
  .module-search-text-media-form .search-text-media .module-media {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .module-search-text-media-form .search-form .input-group {
    flex-direction: column;
  }
}
.module-search-text-media-form .search-form input {
  background-color: transparent;
}
.bg-blue .module-search-text-media-form .search-form input::-moz-placeholder {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-blue .module-search-text-media-form .search-form input, .bg-blue .module-search-text-media-form .search-form input::placeholder {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-blue .module-search-text-media-form .search-form input::-moz-placeholder:focus {
  border-color: #ffffff;
}
.bg-blue .module-search-text-media-form .search-form input:focus, .bg-blue .module-search-text-media-form .search-form input::placeholder:focus {
  border-color: #ffffff;
}
@media (max-width: 575.98px) {
  .module-search-text-media-form .search-form input {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .module-search-text-media-form .search-form input {
    margin-right: 20px;
  }
}
@media (min-width: 576px) {
  .module-search-text-media-form .search-form .input-group-btn {
    min-width: 35%;
  }
}
.module-search-text-media-form .search-form .input-group-btn .btn {
  display: block;
  height: 100%;
  width: 100%;
}
.bg-blue .module-search-text-media-form .search-form .input-group-btn .btn-primary {
  background-color: #20b9d6;
  border-color: #20b9d6;
}
.bg-blue .module-search-text-media-form .search-form .input-group-btn .btn-primary:active, .bg-blue .module-search-text-media-form .search-form .input-group-btn .btn-primary:hover {
  background-color: #2693a8;
  border-color: #2693a8;
}

.module-search-retailer .search-retailer-wrapper {
  text-align: center;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .module-search-retailer .search-retailer-wrapper {
    flex-direction: column;
  }
}
.module-search-retailer .search-retailer-wrapper .search-retailer-item {
  position: relative;
  overflow: visible;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.module-search-retailer .search-retailer-wrapper .search-retailer-item .figure,
.module-search-retailer .search-retailer-wrapper .search-retailer-item picture,
.module-search-retailer .search-retailer-wrapper .search-retailer-item .img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-search-retailer .search-retailer-wrapper .search-retailer-item .media {
  position: relative;
  height: 120px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.module-search-retailer .search-retailer-wrapper .search-retailer-item .content .text {
  margin-top: 13px;
  font-size: 16px;
  color: #133e8f;
}
.module-search-retailer .search-retailer-wrapper .search-retailer-item .media-text {
  position: absolute;
  color: #20b9d6;
  font-size: 130px;
  top: -50px;
  left: 50%;
  transform: translateX(-100px);
}
@media (max-width: 575.98px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item .media-text {
    top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item .media-text {
    top: 40px;
  }
}
@media (max-width: 575.98px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item {
    flex: 1 0 28%;
  }
}
@media (max-width: 767.98px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item:nth-child(3) {
    order: 1;
  }
}
.module-search-retailer .search-retailer-wrapper .search-retailer-item::after {
  content: "";
  position: absolute;
  width: 60px;
  top: 50%;
  right: -30px;
  height: 3px;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #c6c6c6 65%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 3px;
  background-repeat: repeat-x;
}
@media (max-width: 767.98px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item::before {
    content: "";
    background-image: linear-gradient(#c6c6c6 65%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 2px 13px;
    background-repeat: repeat-y;
    transform: none;
    top: -20px;
    right: 0px;
    left: -1px;
    position: relative;
    width: 2px;
    height: 60px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .module-search-retailer .search-retailer-wrapper .search-retailer-item:nth-child(1)::before {
    display: none;
  }
}
.module-search-retailer .search-retailer-wrapper .search-retailer-item:nth-child(3)::after {
  display: none;
}
.module-search-retailer form {
  position: relative;
  border-top: 3px solid #20b9d6;
  border-bottom: 3px solid #ececed;
  background-color: #ffffff;
  padding: 30px 0;
  max-width: 460px;
  margin: 0 auto;
  flex: 100%;
}
@media (max-width: 767.98px) {
  .module-search-retailer form {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
  }
}
.module-search-retailer form::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #20b9d6;
}
.module-search-retailer form legend {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  color: #133e8f;
}
.module-search-retailer form .input-group {
  max-width: 280px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #ececed;
  border-radius: 25px;
}
.module-search-retailer form .input-group input,
.module-search-retailer form .input-group span {
  height: 100%;
}
.module-search-retailer form .input-group input {
  padding-left: 10px;
  color: #6f6f6e;
  border-bottom: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.module-search-retailer form .input-group input[placeholder]::-moz-placeholder {
  opacity: 1;
}
.module-search-retailer form .input-group input[placeholder]::placeholder {
  opacity: 1;
}
.module-search-retailer form .input-group .btn {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #20b9d6;
}
.module-search-retailer form .input-group .btn .icon {
  color: #ffffff;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb .breadcrumb {
  padding: 25px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media (max-width: 991.98px) {
  #breadcrumb .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#breadcrumb .breadcrumb a {
  color: #133e8f;
}
#breadcrumb .breadcrumb .breadcrumb-item {
  position: relative;
}
#breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #133e8f;
}
#breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
#breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "███";
  position: absolute;
  font-size: 8px;
  left: 10px;
  top: 4px;
  width: 8px;
  height: auto;
  overflow: hidden;
  color: #133e8f;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../icons-svg/chevron-right.svg");
          mask-image: url("../icons-svg/chevron-right.svg");
}

#footer {
  padding-top: 45px;
  padding-bottom: 30px;
}
#footer .btn-group.btn-group-stores {
  width: 100%;
  line-height: 1.125rem;
}
#footer .btn-group.btn-group-stores .dropdown-toggle {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  border-bottom: 1px solid #9c9d9d;
  width: 100%;
  text-align: left;
  font-size: 12px;
  padding: 8px 10px;
}
#footer .btn-group.btn-group-stores .dropdown-toggle img {
  margin-right: 12px;
}
#footer .btn-group.btn-group-stores .dropdown-toggle.show .icon {
  transform: rotate(180deg);
}
#footer .btn-group.btn-group-stores .dropdown-toggle .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 150ms linear;
}
#footer .btn-group.btn-group-stores .dropdown-toggle::after {
  display: none;
}
#footer .btn-group.btn-group-stores .dropdown-menu {
  background: #9c9d9d;
  border-radius: 25px;
  width: 100%;
  padding: 0;
  border: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#footer .btn-group.btn-group-stores .dropdown-menu li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
}
#footer .btn-group.btn-group-stores .dropdown-menu li a img {
  margin-right: 10px;
  max-width: 16px;
}
#footer .btn-group.btn-group-stores .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: #333333;
}
#footer .btn-group.btn-group-stores .dropdown-menu li:first-child a:hover {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
#footer .btn-group.btn-group-stores .dropdown-menu li:last-child a:hover {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#footer .footer-center .list-links:has(img) li img {
  max-width: 18px;
}

.module-header-top {
  padding-top: 4px;
  padding-bottom: 4px;
}
.module-header-top:has(.language-switcher) {
  z-index: 1030;
}
.module-header-top .header-top-wrapper {
  display: flex;
  justify-content: flex-end;
}
.module-header-top .header-top-wrapper:has(.language-switcher) {
  justify-content: space-between;
  align-items: center;
}
.module-header-top .language-switcher {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}
.module-header-top .language-switcher .dropdown .dropdown-toggle {
  padding: 8px 12px;
  cursor: pointer;
  text-decoration: none;
  color: #474D59;
}
.module-header-top .language-switcher .dropdown .dropdown-toggle i {
  margin-left: 5px;
}
.module-header-top .language-switcher .dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #f5f5f5;
}
.module-header-top .language-switcher .dropdown .dropdown-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-header-top .language-switcher .dropdown .dropdown-content ul li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #133e8f;
}
.module-header-top .language-switcher .dropdown .dropdown-content ul li a:hover {
  color: #20b9d6;
}
.module-header-top .language-switcher .dropdown:hover .dropdown-content {
  display: block;
}
.module-header-top .list-inline {
  display: flex;
}
.module-header-top .list-inline li {
  font-size: 12px;
  line-height: 24px;
}
.module-header-top .list-inline li a {
  color: #474D59;
}

@keyframes flyout-animation {
  0% {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    max-height: 0px;
  }
  33% {
    opacity: 0;
  }
  100% {
    padding-top: 46px;
    padding-bottom: 35px;
    opacity: 1;
    max-height: 100vh;
  }
}
@keyframes flyout-overlay {
  0% {
    opacity: 0;
    height: 0px;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 60px;
  }
}
#header {
  color: #133e8f;
  padding-top: 30px;
  padding-bottom: 86px;
}
@media (min-width: 1200px) {
  #header {
    transition: all 200ms ease-in-out;
  }
}
#header.sticky-active {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid #ececed;
}
#header.sticky-active .navbar-brand img {
  max-width: 170px;
  max-height: 40px;
}
@media (min-width: 1200px) {
  #header.sticky-active .navbar-menu-shop-finder {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
#header.sticky-active .navbar-menu {
  position: inherit;
  margin-right: auto;
}
@media (min-width: 1200px) {
  #header.sticky-active .navbar-shop-finder .btn {
    margin-bottom: 4px;
  }
}
#header .navbar-brand img {
  height: 54px;
  width: 280px;
}
@media (max-width: 1199.98px) {
  #header .navbar-menu-shop-finder {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  #header .navbar-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#header .navbar-shop-finder .btn {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #header .navbar-shop-finder .btn {
    margin-bottom: 14px;
  }
}
#header .navbar-shop-finder .btn .icon {
  margin-right: 10px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #header .navbar-shop-finder .btn .icon {
    position: absolute;
    left: 20px;
  }
}
#header .navbar-nav {
  max-width: 1200px;
  margin: 0 auto;
}
#header .navbar-nav > .nav-item {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (min-width: 1200px) {
  #header .navbar-nav > .nav-item.has-content::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav > .nav-item.has-content.focus-visible::before, #header .navbar-nav > .nav-item.has-content:hover::before {
    opacity: 1;
    height: 100vh;
    top: 62px;
    transition: opacity 200ms linear;
  }
}
#header .navbar-nav > .nav-item.has-content.focus-visible .flyout {
  display: block;
  position: absolute;
  left: 0;
}
@media (min-width: 1200px) {
  #header .navbar-nav > .nav-item.has-content.focus-visible .flyout::before {
    animation: flyout-overlay 500ms ease-in-out both;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav > .nav-item.has-content.focus-visible .flyout .flyout-wrapper {
    animation: flyout-animation 500ms ease-in-out both;
  }
}
#header .title {
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
}
#header .nav-item .nav-link {
  font-family: "DINNextRoundedLTProBold", sans-serif;
  text-transform: uppercase;
  color: #133e8f;
  font-size: 22px;
  padding: 13px 17px 13px;
}
@media (min-width: 1200px) {
  #header .nav-item:hover .nav-link {
    box-shadow: inset 0 -3px 0 0 #133e8f;
  }
}
#header .nav-item:hover .flyout {
  display: block;
  position: absolute;
  left: 0;
}
@media (min-width: 1200px) {
  #header .nav-item:hover .flyout::before {
    animation: flyout-overlay 500ms ease-in-out both;
  }
}
@media (min-width: 1200px) {
  #header .nav-item:hover .flyout .flyout-wrapper {
    animation: flyout-animation 500ms ease-in-out both;
  }
}
#header .nav-item .flyout {
  width: 100%;
  display: none;
  background-color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
}
#header .nav-item .flyout::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #f5f5f5;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
}
@media (max-width: 1199.98px) {
  #header .nav-item .flyout::before {
    display: none;
  }
}
#header .nav-item .flyout .flyout-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 35px;
}
@media (min-width: 1200px) {
  #header .nav-item .flyout .flyout-wrapper .flyout-title {
    display: none;
  }
}
#header .nav-item .flyout .flyout-wrapper .flyout-item {
  position: relative;
  width: 100%;
}
#header .nav-item .flyout .flyout-wrapper .flyout-item > a {
  white-space: normal;
  padding: 10px;
  display: block;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  #header .nav-item .flyout .flyout-wrapper .flyout-item > a.no-link {
    pointer-events: none;
  }
}
@media (max-width: 1199.98px) {
  #header .nav-item .flyout .flyout-wrapper .flyout-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
}
#header .nav-item .flyout .flyout-wrapper .flyout-item > a[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
#header .nav-item .flyout .flyout-wrapper .flyout-item > a:hover {
  background-color: transparent;
}
@media (min-width: 1200px) {
  #header .nav-item .flyout .flyout-wrapper .flyout-item > a:hover {
    color: #20b9d6;
  }
}
#header .nav-item .flyout .flyout-wrapper .flyout-item a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  #header .nav-item .flyout .flyout-wrapper .flyout-item a:hover {
    color: #20b9d6;
  }
}
@media (max-width: 1199.98px) {
  #header .nav-item .flyout .flyout-wrapper .flyout-item a:hover {
    color: #133e8f;
  }
}
#header .nav-item .flyout .flyout-wrapper .flyout-item .icon {
  color: #20b9d6;
  transition: all 200ms linear;
}
@media (min-width: 1200px) {
  #header .nav-item .flyout .flyout-wrapper .dropdown-xl-visible .list {
    display: block;
    position: relative;
    border: 0;
    background: transparent;
    margin-top: 22px;
    font-size: 16px;
  }
}
#header .nav-item .flyout .flyout-wrapper .dropdown-xl-visible .dropdown-item:hover {
  text-decoration: underline;
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser {
  position: relative;
  display: flex;
  background-color: #d7ebf5;
  border-radius: 16px;
  margin: 45px 10px 0px;
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser a:hover {
  color: #20b9d6;
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-image img {
  border-radius: 16px;
  width: 276px;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-content .title,
#header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-content .text {
  margin-bottom: 0;
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-content .title {
  font-size: 20px;
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-content .text {
  font-size: 16px;
}
@media (min-width: 1200px) {
  #header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-content .teaser-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-size: cover;
  }
}
#header .nav-item .flyout .flyout-wrapper .module-header-teaser .teaser-content .teaser-icon .icon {
  font-size: 22px;
}
#header .nav-item .flyout .list {
  padding: 0 10px;
}
@media (max-width: 1199.98px) {
  #header .nav-item .flyout .list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #header .nav-item .flyout .list li {
    margin-top: 16px;
  }
}
#header .nav-item .flyout .list li:last-child {
  margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
  body.header-menu-opened {
    overflow-y: hidden;
  }
}

@media (max-width: 1199.98px) {
  #header {
    z-index: 4;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  #header {
    padding-top: 3px;
    padding-bottom: 7px;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-brand img {
    max-width: 212px;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-toggler {
    border: 0;
    box-shadow: none !important;
    padding-right: 0;
    padding-top: 0;
  }
  #header .navbar-toggler .icon:last-child {
    font-size: 30px;
    margin-left: 15px;
  }
  #header .navbar-toggler::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
  }
  #header .navbar-toggler[aria-expanded=true]::after {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse {
    position: absolute;
    top: 0;
    right: -480px;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 16px 15px;
    flex-direction: column;
    overflow-x: hidden;
    background-color: #ffffff;
    overflow-y: auto;
    transition: all 250ms ease-in-out;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  #header .navbar-collapse {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse.show {
    right: 0;
  }
  #header .navbar-collapse.show.show-submenu {
    overflow-y: hidden;
  }
  #header .navbar-collapse.show.show-submenu:has(.has-content.open) {
    overflow-y: auto;
  }
  #header .navbar-collapse.show.show-submenu .navbar-james-search .flyout-close-menu {
    margin-left: 0;
    margin-right: 20px;
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse.collapsing {
    transition: none !important;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content.open .flyout {
    left: 0;
    overflow-y: auto;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout {
    display: block;
    position: absolute;
    top: 85px;
    left: 100%;
    bottom: 0;
    z-index: 1;
    transition: all 150ms linear;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper {
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    flex-direction: column;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .flyout-title {
    font-family: "DINNextRoundedLTProBold", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .flyout-title:hover {
    color: #133e8f;
    text-decoration: none;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .flyout-item {
    border-bottom: 1px solid #f5f5f5;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .flyout-item .list a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .module-header-teaser {
    flex-direction: column;
    margin: 20px 0 0;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .module-header-teaser .teaser-image img {
    margin-right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .module-header-teaser .teaser-content {
    padding: 24px;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .module-header-teaser .teaser-content .text {
    line-height: 24px;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item.has-content .flyout .flyout-wrapper .module-header-teaser .teaser-content .teaser-icon {
    display: flex;
    justify-content: flex-end;
  }
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item .nav-link {
    padding: 5px 0;
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  #header .navbar-collapse .navbar-menu .navbar-nav .nav-item .nav-link {
    line-height: 54px;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse .navbar-james-search {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #header .navbar-collapse .navbar-james-search .flyout-close-menu {
    position: relative;
    font-size: 18px;
    margin-left: -20px;
    opacity: 0;
    transition: all 150ms linear;
  }
  #header .navbar-collapse .navbar-james-search .navbar-close-menu {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse .navbar-shop-finder {
    border-top: 1px solid #ececed;
    border-bottom: 1px solid #ececed;
    margin-top: 5px;
  }
  #header .navbar-collapse .navbar-shop-finder .btn {
    color: #133e8f;
    background-color: transparent;
    border: 0;
    font-weight: 700;
    padding: 12px 0px;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse .navbar-teaser {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .navbar-collapse .navbar-teaser .title {
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  #header .navbar-collapse .navbar-teaser img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 16/9;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse .navbar-languages a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }
  #header .navbar-collapse .navbar-languages a .title {
    color: #9c9d9d;
    font-size: 24px;
  }
  #header .navbar-collapse .navbar-languages a:has(.title) {
    margin-bottom: 10px;
  }
  #header .navbar-collapse .navbar-languages + .navbar-languages {
    margin-top: 1rem;
  }
  #header .navbar-collapse .navbar-languages ul a {
    padding-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  #header .navbar-collapse:not(:has(.navbar-teaser)) .navbar-languages {
    margin-top: 1rem;
  }
}

#page-not-found {
  text-align: center;
}

#to-top-button {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0px;
  margin-right: 10px;
  z-index: 999;
  max-height: 0;
  transition: all 0.2s ease-out;
}
@media (max-width: 767.98px) {
  #to-top-button {
    margin-right: 24px;
    bottom: 64px;
  }
}
@media (max-width: 575.98px) {
  #to-top-button {
    margin-right: 20px;
  }
}
#to-top-button a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
#to-top-button a:hover {
  background-color: #9c9d9d;
  color: #ffffff;
}
#to-top-button .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
@media screen and (min-width: 2560px) {
  #to-top-button {
    right: calc((100vw - 2560px) / 2);
  }
}

@media print {
  #header {
    height: 60px;
  }
  .module-header-main .module-searchbar,
  .module-header-main .module-submenu,
  .module-header-menu {
    display: none !important;
  }
  .module-aside-menu {
    display: none !important;
  }
  .module-to-top-button {
    display: none !important;
  }
  .footer-links,
  .to-the-top {
    display: none !important;
  }
}
