/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/frontend.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Abstracts */
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/inter-v20-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/inter-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope/manrope-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope/manrope-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Global */
/* Grid */
/* Color */
/* Font */
/* Bootstrap */
/* Bootstrap (Components) */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

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

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

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

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

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #1c1c1c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-1 {
  font-size: clamp(2rem, 2.0455rem + 1.4545vw, 2.5rem) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 360px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-xxxxl-start {
    float: left !important;
  }
  .float-xxxxl-end {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-grid {
    display: grid !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxxl-none {
    display: none !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxxl-first {
    order: -1 !important;
  }
  .order-xxxxl-0 {
    order: 0 !important;
  }
  .order-xxxxl-1 {
    order: 1 !important;
  }
  .order-xxxxl-2 {
    order: 2 !important;
  }
  .order-xxxxl-3 {
    order: 3 !important;
  }
  .order-xxxxl-4 {
    order: 4 !important;
  }
  .order-xxxxl-5 {
    order: 5 !important;
  }
  .order-xxxxl-last {
    order: 6 !important;
  }
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mx-xxxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxxl-start {
    text-align: left !important;
  }
  .text-xxxxl-end {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-2 {
    font-size: 2.25rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.container, .tabs .tab-content__text, .cta-media-text__text, .overlay .overlay__content,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container, .tabs .tab-content__text, .cta-media-text__text, .overlay .overlay__content {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container, .tabs .tab-content__text, .cta-media-text__text, .overlay .overlay__content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container, .tabs .tab-content__text, .cta-media-text__text, .overlay .overlay__content {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container, .tabs .tab-content__text, .cta-media-text__text, .overlay .overlay__content {
    max-width: 100%;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-large,
.gx-large {
  --bs-gutter-x: 6rem;
}

.g-large,
.gy-large {
  --bs-gutter-y: 6rem;
}

@media (min-width: 360px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xs-large,
  .gx-xs-large {
    --bs-gutter-x: 6rem;
  }
  .g-xs-large,
  .gy-xs-large {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-large,
  .gx-sm-large {
    --bs-gutter-x: 6rem;
  }
  .g-sm-large,
  .gy-sm-large {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-large,
  .gx-md-large {
    --bs-gutter-x: 6rem;
  }
  .g-md-large,
  .gy-md-large {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-large,
  .gx-lg-large {
    --bs-gutter-x: 6rem;
  }
  .g-lg-large,
  .gy-lg-large {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-large,
  .gx-xl-large {
    --bs-gutter-x: 6rem;
  }
  .g-xl-large,
  .gy-xl-large {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-large,
  .gx-xxl-large {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-large,
  .gy-xxl-large {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxl-large,
  .gx-xxxl-large {
    --bs-gutter-x: 6rem;
  }
  .g-xxxl-large,
  .gy-xxxl-large {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxxl-0,
  .gx-xxxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxxl-0,
  .gy-xxxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxxl-1,
  .gx-xxxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxxl-1,
  .gy-xxxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxxl-2,
  .gx-xxxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxxl-2,
  .gy-xxxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxxl-3,
  .gx-xxxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxxl-3,
  .gy-xxxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxxl-4,
  .gx-xxxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxxl-4,
  .gy-xxxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxxl-5,
  .gx-xxxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxxl-5,
  .gy-xxxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxxl-large,
  .gx-xxxxl-large {
    --bs-gutter-x: 6rem;
  }
  .g-xxxxl-large,
  .gy-xxxxl-large {
    --bs-gutter-y: 6rem;
  }
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1c1c1c;
  --bs-secondary: #25307e;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 28, 28, 28;
  --bs-secondary-rgb: 37, 48, 126;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 75, 85, 99;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.5;
  --bs-body-color: #4b5563;
  --bs-body-bg: #fff;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h6, .tabs .tab-content__text .text-section__title, .h6, h5, .h5, h4, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .post-content .meta-section__title, .h4, h3, .overlay .overlay__content--text .title, .h3, h2, .posttype-slider .posttype-counter, .h2, h1, .h0, .h1 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

h1, .h0, .h1 {
  font-size: clamp(2rem, 2.0455rem + 1.4545vw, 2.5rem);
}

h2, .posttype-slider .posttype-counter, .h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h2, .posttype-slider .posttype-counter, .h2 {
    font-size: 2.25rem;
  }
}

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

h4, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .post-content .meta-section__title, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .post-content .meta-section__title, .h4 {
    font-size: 1.5rem;
  }
}

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

h6, .tabs .tab-content__text .text-section__title, .h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1c1c1c;
  text-decoration: none;
}
a:hover {
  color: #25307e;
  text-decoration: none;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(16.8, 16.8, 16.8);
  background-color: rgb(209.6, 209.6, 209.6);
  border-color: rgb(186.9, 186.9, 186.9);
}
.alert-primary .alert-link {
  color: rgb(13.44, 13.44, 13.44);
}

.alert-secondary {
  color: rgb(22.2, 28.8, 75.6);
  background-color: rgb(211.4, 213.6, 229.2);
  border-color: rgb(189.6, 192.9, 216.3);
}
.alert-secondary .alert-link {
  color: rgb(17.76, 23.04, 60.48);
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
  border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}

.alert-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.8rem;
  }
}

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

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

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

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

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

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

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

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

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.305rem + 0.66vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.8rem;
  }
}

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

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

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

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

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.305rem + 0.66vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.8rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Base */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}
body.no-scroll {
  overflow: hidden;
}
body main > section:first-of-type {
  --padding-top: calc(96px + 112px);
}
@media (max-width: 1199.98px) {
  body main > section:first-of-type {
    --padding-top: calc(96px + 112px);
  }
}
@media (max-width: 767.98px) {
  body main > section:first-of-type {
    --padding-top: calc(
      96px + 72px
    );
  }
}
body section a {
  color: #25307e;
}
body section a:hover {
  color: #4b5563;
}

/* Scrollbar */
::-webkit-scrollbar {
  background: #f8f9fa;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #25307e;
}

/* Color-Overlay */
.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 10;
}
.color-overlay.light {
  background: #fff;
}
.color-overlay.dark {
  background: #1c1c1c;
}

/* Root */
:root {
  --background: $white;
  --color: #f8f9fa;
  --light: #f8f9fa;
  --dark: #212529;
  --padding-top: 112px;
  --padding-bottom: 112px;
  --container-padding: 112px;
}
@media (max-width: 1199.98px) {
  :root {
    --container-padding: 96px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --padding-top: 96px;
    --padding-bottom: 96px;
    --container-padding: 48px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --container-padding: 32px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --padding-top: 48px;
    --padding-bottom: 48px;
  }
}

/* Style */
.style--dark {
  --color: #212529;
  --light: #212529;
  --dark: #f8f9fa;
}

.style--gray {
  --background: #f8f9fc;
  --color: #212529;
}

.style--white {
  --background: #fff;
  --color: #212529;
}

.style--light {
  --background: #fff;
  --color: #fff;
}

/* Background */
.background--gray {
  --background: #f8f9fc;
  --light: #212529;
}

.background--white {
  --background: #fff;
}

.background--dark {
  --background: #1c1c1c;
  --light: #fff;
}

.mt-custom {
  margin-top: 40px !important;
}
@media (max-width: 767.98px) {
  .mt-custom {
    margin-top: 32px !important;
  }
}

.pt-half {
  --padding-top: 56px;
}
@media (max-width: 991.98px) {
  .pt-half {
    --padding-top: 48px;
  }
}
@media (max-width: 575.98px) {
  .pt-half {
    --padding-top: 48px;
  }
}

.pb-half {
  --padding-bottom: 56px;
}
@media (max-width: 991.98px) {
  .pb-half {
    --padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .pb-half {
    --padding-bottom: 48px;
  }
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}
@media (max-width: 1439.98px) {
  .g-6,
  .gx-6 {
    --bs-gutter-x: 3rem;
  }
}
@media (max-width: 991.98px) {
  .g-6,
  .gx-6 {
    --bs-gutter-x: 2rem;
  }
}

.g-xlarge,
.gx-xlarge {
  --bs-gutter-x: 7rem;
}
@media (max-width: 1439.98px) {
  .g-xlarge,
  .gx-xlarge {
    --bs-gutter-x: 3rem;
  }
}
@media (max-width: 991.98px) {
  .g-xlarge,
  .gx-xlarge {
    --bs-gutter-x: 2rem;
  }
}

.g-custom {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 4rem;
}
@media (max-width: 1199.98px) {
  .g-custom {
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 991.98px) {
  .g-custom {
    --bs-gutter-y: 1rem;
    --bs-gutter-y: 2rem;
  }
}

/* Headlines */
.h0 {
  font-size: clamp(2rem, 0.9362rem + 3.4043vw, 4rem);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

h1, .h1, .h0,
.category-page__text h1,
h2,
.posttype-slider .posttype-counter, .h2,
h3,
.overlay .overlay__content--text .title, .h3,
h4,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.post-content .meta-section__title, .h4,
h5, .h5 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.05;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  h1, .h1, .h0,
  .category-page__text h1,
  h2,
  .posttype-slider .posttype-counter, .h2,
  h3,
  .overlay .overlay__content--text .title, .h3,
  h4,
  .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
  .post-content .meta-section__title, .h4,
  h5, .h5 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

h2, .posttype-slider .posttype-counter, .h2,
h3,
.overlay .overlay__content--text .title, .h3 {
  color: #25307e;
}

h6, .tabs .tab-content__text .text-section__title, .h6 {
  text-transform: uppercase;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 1439.98px) {
  h2, .posttype-slider .posttype-counter,
  .h2 {
    font-size: calc(1.395rem + 1.74vw);
  }
}
@media (max-width: 1439.98px) and (min-width: 1200px) {
  h2, .posttype-slider .posttype-counter,
  .h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 1439.98px) {
  h3, .overlay .overlay__content--text .title,
  .h3 {
    font-size: calc(1.345rem + 1.14vw);
  }
}
@media (max-width: 1439.98px) and (min-width: 1200px) {
  h3, .overlay .overlay__content--text .title,
  .h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1439.98px) {
  h4, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .post-content .meta-section__title,
  .h4 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 1439.98px) and (min-width: 1200px) {
  h4, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .post-content .meta-section__title,
  .h4 {
    font-size: 2rem;
  }
}
p:last-of-type {
  margin-bottom: 0;
}

/* Text Container */
.text-container *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .feature__numbers span {
    padding-right: 20px;
  }
}

.highlight {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #25307e;
}

.topline {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #e64c14;
  font-weight: 700;
}

.text-container a:not(.button) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1c1c1c;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}
.text-container a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.55);
  transform-origin: center;
  transition: transform 200ms ease;
  opacity: 0.85;
}
@media (hover: hover) {
  .text-container a:not(.button):hover::after {
    transform: scaleX(1);
  }
}
.text-container a:not(.button):focus-visible {
  outline: 2px solid #25307e;
  outline-offset: 4px;
  border-radius: 6px;
}

.gform_heading {
  display: none;
}

form .gfield_validation_message {
  color: #dc3545;
  font-size: 14px;
}
form .gform_fields {
  display: flex;
  flex-flow: row wrap;
  row-gap: 16px !important;
}
form .gform_fields .gfield--width-half {
  flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  form .gform_fields .gfield--width-half {
    flex: 0 0 100%;
    width: 100%;
  }
}
form .gform_fields .gfield--width-full {
  flex: 0 0 100%;
  width: 100%;
}
form .gfield {
  margin-bottom: 16px;
}
form .gfield label,
form .gfield legend {
  font-size: inherit;
  font-weight: normal !important;
  margin-bottom: 8px;
}
form .gfield label .gfield_required,
form .gfield legend .gfield_required {
  display: none !important;
  color: #dc3545;
  margin-left: 4px;
}
form .gfield input[type=text],
form .gfield input[type=number],
form .gfield input[type=tel],
form .gfield input[type=email] {
  background: #fff;
  box-shadow: none;
  border: 1px solid #25307e;
  display: block;
  width: 100%;
  height: auto;
  min-height: 44px;
  padding: 12px;
  line-height: 1;
  border-radius: 8px;
  outline: none;
  font-size: 16px !important;
}
form .gfield input[type=text]:focus,
form .gfield input[type=number]:focus,
form .gfield input[type=tel]:focus,
form .gfield input[type=email]:focus {
  border: 1px solid #1c1c1c !important;
}
form .gfield textarea {
  font-size: 16px !important;
  border-radius: 8px;
  background: #fff;
  outline: none;
  border: 1px solid #25307e;
}
form .gfield textarea:focus {
  border: 1px solid #1c1c1c !important;
}
form .gfield input[type=text]:focus,
form .gfield input[type=number]:focus,
form .gfield input[type=tel]:focus,
form .gfield input[type=email]:focus,
form .gfield textarea:focus {
  border: 1px solid #EEBC67;
}
form .gfield .ginput_container_fileupload .gform_fileupload_multifile {
  padding: 24px;
  border: dashed 1px rgb(188.5, 198, 207.5);
}
form .gfield .ginput_container_fileupload .gform_fileupload_multifile button {
  color: #4b5563;
  padding: 0;
  background: transparent;
  border: none;
  text-decoration: underline;
}
form .gfield .ginput_container_fileupload .gform_fileupload_rules {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.2;
}
form .gfield .ginput_container_consent {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
form .gfield .ginput_container_consent input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  accent-color: #1c1c1c;
  margin-right: 8px;
}
form .gfield .ginput_container_consent label {
  margin-left: 0;
  margin-bottom: 0;
  flex: 1;
  display: block !important;
  font-size: 16px;
  line-height: 1.2;
}
form .gfield .ginput_container_consent label a {
  text-decoration: underline;
}
form .gfield .ginput_preview_list .ginput_preview {
  font-size: 14px;
  border-bottom: dashed 1px rgb(188.5, 198, 207.5);
  padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1.2;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_filename {
  display: block;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_filesize {
  display: block;
  color: #25307e;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_progress {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_progress .gfield_fileupload_progressbar {
  position: relative;
  display: block;
  width: 150px;
  height: 3px;
  background: rgb(188.5, 198, 207.5);
  margin-right: 16px;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_progress .gfield_fileupload_progressbar .gfield_fileupload_progressbar_progress {
  background: #212529;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
form .gfield .ginput_preview_list .ginput_preview .gform_delete_file {
  padding: 0;
  margin: 0;
  border: none;
  color: #dc3545;
  background: transparent;
  text-align: left;
  text-decoration: underline;
  margin-top: 8px;
}
form .gfield .ginput_preview_list .ginput_preview .gform_delete_file .dashicons {
  display: none;
}
form .gfield .ginput_preview_list .ginput_preview:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
form .gfield--type-fileupload {
  margin-top: 16px;
}
form .gfield.hidden_label label,
form .gfield.hidden_label legend,
form .gfield.hidden_label .gfield_required {
  display: none;
}
form .gform_footer {
  margin-top: 40px;
}
form .gform_footer .gform_button.button {
  outline: 0;
  font-weight: 400 !important;
  font-size: 16px !important;
  padding: 8px 24px !important;
  border-radius: 8px !important;
  background: #25307e !important;
  transition: color 0.3s ease, background 0.3s ease, max-width 0.3s ease !important;
}
form .gform_footer .gform_button.button:hover {
  background: #1c1c1c !important;
}
@media (max-width: 767.98px) {
  form .gform_footer .gform_button.button {
    width: 100% !important;
    max-width: none;
  }
}

/* ========================================
   Gravity Forms - Custom Checkbox Styling
   ======================================== */
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0.4rem;
  padding: 0.15rem 0.25rem;
  border-radius: 6px;
  transition: background 0.12s ease;
}
.gform_wrapper .gfield_checkbox li:hover,
.gform_wrapper .gfield_radio li:hover {
  background: rgba(0, 0, 0, 0.03);
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.9rem;
  color: #4b5563;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  opacity: 0 !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  margin: 0 !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) + label {
  position: relative;
  padding-left: 30px !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) + label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  height: 20px !important;
  width: 20px !important;
  flex: 0 0 20px !important;
  border: solid 1px #ccc !important;
  border-radius: 4px !important;
  background: #fff !important;
  transition: border-color 0.16s ease, background 0.16s ease !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: center !important;
  font-size: 12px !important;
  color: transparent !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked + label::before {
  content: "\f00c" !important;
  border-color: #25307e !important;
  background: rgba(37, 48, 126, 0.08) !important;
  color: #25307e !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover + label::before {
  border-color: #25307e !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus + label::before {
  border-color: #25307e !important;
  box-shadow: 0 0 0 3px rgba(37, 48, 126, 0.1) !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled + label {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled + label::before {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background: #f5f5f5 !important;
}

.gfield_checkbox input[type=checkbox],
.gfield_consent_field input[type=checkbox] {
  opacity: 0 !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
}
.gfield_checkbox input[type=checkbox] + label,
.gfield_consent_field input[type=checkbox] + label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
}
.gfield_checkbox input[type=checkbox] + label::before,
.gfield_consent_field input[type=checkbox] + label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  height: 20px !important;
  width: 20px !important;
  border: solid 1px #ccc !important;
  border-radius: 4px !important;
  background: #fff !important;
  transition: border-color 0.16s ease, background 0.16s ease !important;
}
.gfield_checkbox input[type=checkbox]:checked + label::before,
.gfield_consent_field input[type=checkbox]:checked + label::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center !important;
  border-color: #25307e !important;
  background: rgba(37, 48, 126, 0.08) !important;
  color: #25307e !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.gfield_checkbox input[type=checkbox]:hover + label::before,
.gfield_consent_field input[type=checkbox]:hover + label::before {
  border-color: #25307e !important;
}
.gfield_checkbox input[type=checkbox]:focus + label::before,
.gfield_consent_field input[type=checkbox]:focus + label::before {
  border-color: #25307e !important;
  outline: 2px solid rgba(37, 48, 126, 0.2) !important;
  outline-offset: 2px !important;
}

.gform_wrapper input[type=checkbox]:not([class*=gform-theme__disable]) {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  margin: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  line-height: 1.4 !important;
  display: inline-flex !important;
  align-items: center !important;
}

form .gfield .ginput_container_consent {
  position: relative;
}
form .gfield .ginput_container_consent input[type=checkbox] {
  opacity: 0 !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  flex: 0 0 20px !important;
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
form .gfield .ginput_container_consent label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
  display: block !important;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}
form .gfield .ginput_container_consent label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: -1px !important;
  height: 20px !important;
  width: 20px !important;
  border: solid 1px #ccc !important;
  border-radius: 4px !important;
  background: #fff !important;
  transition: border-color 0.16s ease, background 0.16s ease !important;
}
form .gfield .ginput_container_consent label a {
  text-decoration: underline;
}
form .gfield .ginput_container_consent input[type=checkbox]:checked + label::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center !important;
  border-color: #25307e !important;
  background: rgba(37, 48, 126, 0.08) !important;
  color: #25307e !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
form .gfield .ginput_container_consent input[type=checkbox]:hover + label::before {
  border-color: #25307e !important;
}
form .gfield .ginput_container_consent input[type=checkbox]:focus + label::before {
  border-color: #25307e !important;
  box-shadow: 0 0 0 3px rgba(37, 48, 126, 0.1) !important;
}

@media (max-width: 767.98px) {
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    padding: 0.2rem 0.15rem;
  }
  .gform_wrapper .gfield_checkbox label,
  .gform_wrapper .gfield_radio label {
    font-size: 0.85rem;
  }
}
/* Layout */
/* Container */
.container, .tabs .tab-content__text, .cta-media-text__text, .overlay .overlay__content {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

/* Container Fluid */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding: 0;
}

/* Components */
/* Button Container */
.button-container {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
.button-container .button-uppercase {
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .button-container .button {
    width: 100%;
  }
}

/* Button */
.button {
  justify-content: center;
}
.button-uppercase {
  text-transform: uppercase;
}
.button--outline {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  border-radius: 8px;
  max-width: none;
  transition: color 0.3s ease, background 0.3s ease, max-width 0.3s ease;
}
.button--outline.button--dark {
  border: 1px solid #1c1c1c;
  background: transparent;
  color: #1c1c1c;
}
.button--outline.button--dark i {
  margin-left: 10px;
}
.button--outline.button--dark:hover {
  border: 1px solid #1c1c1c;
  background: #1c1c1c !important;
  color: #f8f9fa !important;
}
.button--outline.button--dark:hover i {
  transform: translateX(5px);
}
.button--outline.button--light {
  border: 1px solid #fafafa;
  background: transparent;
  color: #fafafa;
}
.button--outline.button--light:hover {
  border: 1px solid #1c1c1c;
  background: #1c1c1c !important;
  color: #fff !important;
}
.button--outline:hover {
  background: var(--light);
  color: var(--dark);
}
@media (max-width: 575.98px) {
  .button--outline {
    width: 100%;
    justify-content: center;
  }
}
.button--filled {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  border-radius: 8px;
  max-width: none;
  transition: color 0.3s ease, background 0.3s ease, max-width 0.3s ease;
}
.button--filled.button--primary {
  border: 1px solid #1c1c1c;
  background: #1c1c1c;
  color: #fff;
}
.button--filled.button--primary:hover {
  border: 1px solid #25307e;
  background: #25307e !important;
  color: #1c1c1c !important;
}
.button--filled.button--secondary {
  border: 1px solid #25307e;
  background: #25307e;
  color: #fff;
}
.button--filled.button--secondary:hover {
  border: 1px solid #1c1c1c;
  background: #1c1c1c !important;
  color: #fff !important;
}
.button--filled.button--accent {
  border: 1px solid #e64c14;
  background: #e64c14;
  color: #fff;
}
.button--filled.button--accent:hover {
  border: 1px solid #1c1c1c;
  background: #1c1c1c !important;
  color: #fff !important;
}
.button--filled.button--light {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.button--filled.button--light:hover {
  background: #1c1c1c !important;
  color: #fff !important;
  border: 1px solid #1c1c1c;
}
.button--filled.button--white {
  border: 1px solid #fafafa;
  background: #fafafa;
  color: #1c1c1c;
}
.button--filled.button--white:hover {
  background: #25307e !important;
  color: #fff !important;
  border: 1px solid #25307e;
}
.button--filled.button--dark {
  border: 1px solid #1c1c1c;
  background: #1c1c1c;
  color: #fff;
}
.button--filled.button--dark:hover {
  border: 1px solid #1c1c1c;
  background: #1c1c1c !important;
  color: #fff !important;
}
.button--filled.button--green {
  border: 1px solid #1c1c1c;
  background: #1c1c1c;
  color: #fff;
}
.button--filled.button--green:hover {
  border: 1px solid #1c1c1c;
  background: #1c1c1c !important;
  color: #fff !important;
}
.button--filled.button--transparent {
  border: 1px solid #1c1c1c;
  background: transparent;
  color: #1c1c1c;
}
.button--filled.button--transparent:hover {
  border: 1px solid #1c1c1c;
  background: #1c1c1c !important;
  color: #fff !important;
}
.button--filled.button--inherit {
  background: var(--light);
  color: var(--dark);
}
.button--filled.button--inherit:hover {
  background: #4b5563 !important;
  color: #1c1c1c !important;
}
.button--filled.width-100 {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.button--filled:hover {
  background: var(--light);
  color: var(--dark);
}
@media (max-width: 575.98px) {
  .button--filled {
    width: 100%;
    justify-content: center;
  }
}
.button--text {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
}
.button--text.button--primary {
  color: #212529;
}
.button--text.button--primary:after {
  background: #1c1c1c;
}
.button--text.button--primary:hover {
  color: #1c1c1c;
  background: transparent;
}
.button--text.button--light {
  color: #f8f9fa;
}
.button--text.button--light:after {
  background: #f8f9fa;
}
.button--text.button--light:hover {
  color: #1c1c1c;
  background: transparent;
}
.button--text.button--dark {
  color: #4b5563;
}
.button--text.button--dark:after {
  background: #4b5563;
}
.button--text.button--dark:hover {
  color: #1c1c1c;
  background: transparent;
}
.button--text.button--inherit {
  color: var(--color);
}
.button--text.button--inherit:after {
  background: var(--color);
}
.button--text.button--inherit:hover {
  color: #1c1c1c;
  background: transparent;
}
.button--text:hover:after {
  width: 100%;
}

.stickycontact-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stickycontact-container .stickycontact-panel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(calc(100% + 40px));
  width: 450px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-height: 90vh;
  min-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.stickycontact-container .stickycontact-panel.active {
  transform: translateY(-50%) translateX(0);
  -webkit-animation: slideInRight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: slideInRight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}
.stickycontact-container .stickycontact-panel::-webkit-scrollbar {
  width: 6px;
}
.stickycontact-container .stickycontact-panel::-webkit-scrollbar-track {
  background: transparent;
}
.stickycontact-container .stickycontact-panel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.stickycontact-container .stickycontact-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.stickycontact-container .stickycontact__close {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  color: #25307e;
  font-size: 2rem;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 300;
  border-radius: 50%;
  z-index: 10;
}
.stickycontact-container .stickycontact__close:hover {
  background: #1c1c1c;
  color: #fff;
}
.stickycontact-container .stickycontact-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 60px);
  padding-top: 70px;
}
.stickycontact-container .stickycontact-header {
  text-align: center;
  margin-bottom: 35px;
  padding-right: 40px;
  flex-shrink: 0;
}
.stickycontact-container .stickycontact-header h2, .stickycontact-container .stickycontact-header .posttype-slider .posttype-counter, .posttype-slider .stickycontact-container .stickycontact-header .posttype-counter, .stickycontact-container .stickycontact-header .h2 {
  color: #4b5563;
  font-size: 1.6rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
.stickycontact-container .stickycontact-header p {
  color: #f8f9fc;
  font-size: 0.95rem;
  font-weight: 400;
}
.stickycontact-container .button-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.stickycontact-container .contact-button {
  background: #fff;
  color: #4b5563;
  border: 2px solid #25307e;
  padding: 20px 25px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.stickycontact-container .contact-button.support {
  background: #25307e;
  color: #fff;
}
.stickycontact-container .contact-button.support .icon {
  color: #fff;
}
.stickycontact-container .contact-button:hover {
  background: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}
.stickycontact-container .contact-button:hover .icon {
  color: #fff;
}
.stickycontact-container .contact-button .icon {
  font-size: 1.4rem;
  margin-right: 15px;
  color: #4b5563;
  transition: color 0.3s ease;
  width: 25px;
  text-align: center;
}
.stickycontact-container .contact-button .text {
  display: flex;
  flex-direction: column;
}
.stickycontact-container .contact-button .text .title {
  font-size: 1rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 4px;
}
.stickycontact-container .contact-button .text .subtitle {
  font-size: 0.85rem;
  opacity: 0.8;
  font-weight: 400;
}

.call-confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
}
.call-confirm-modal.hidden {
  display: none;
}
.call-confirm-modal .call-confirm-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .call-confirm-modal .call-confirm-buttons {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .call-confirm-modal .call-confirm-buttons .button {
    justify-content: center;
  }
}
.call-confirm-modal .call-confirm-backdrop {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.call-confirm-modal .call-confirm-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  z-index: 2010;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes slideInRight {
  from {
    transform: translateY(-50%) translateX(calc(100% + 40px));
  }
  to {
    transform: translateY(-50%) translateX(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateY(-50%) translateX(calc(100% + 40px));
  }
  to {
    transform: translateY(-50%) translateX(0);
  }
}
@media (max-width: 767.98px) {
  .stickycontact-container .stickycontact-panel {
    width: 95vw;
    max-height: 95vh;
    transform: translateY(-50%) translateX(calc(100% + 40px));
  }
  .stickycontact-container .stickycontact-panel.active {
    transform: translateY(-50%) translateX(0);
  }
  .stickycontact-container .stickycontact-content {
    padding: 30px;
    padding-top: 70px;
  }
  .stickycontact-container .stickycontact-header {
    padding-right: 50px;
  }
  .stickycontact-container .contact-button {
    padding: 18px 22px;
  }
}
@media (max-width: 575.98px) {
  .stickycontact-container .stickycontact-panel {
    max-height: 100vh;
  }
  .stickycontact-container .stickycontact-content {
    padding: 25px;
    padding-top: 65px;
  }
  .stickycontact-container .stickycontact-header h2, .stickycontact-container .stickycontact-header .posttype-slider .posttype-counter, .posttype-slider .stickycontact-container .stickycontact-header .posttype-counter, .stickycontact-container .stickycontact-header .h2 {
    font-size: 1.4rem;
  }
  .stickycontact-container .contact-button {
    padding: 16px 20px;
  }
  .stickycontact-container .contact-button .icon {
    font-size: 1.2rem;
    margin-right: 12px;
  }
  .stickycontact-container .contact-button .title {
    font-size: 0.95rem;
  }
  .stickycontact-container .contact-button .subtitle {
    font-size: 0.8rem;
  }
}
@media (max-height: 600px) {
  .stickycontact-container .stickycontact-panel {
    max-height: 100vh;
  }
  .stickycontact-container .stickycontact-content {
    padding-top: 60px;
  }
  .stickycontact-container .stickycontact-header {
    margin-bottom: 25px;
  }
  .stickycontact-container .stickycontact-header h2, .stickycontact-container .stickycontact-header .posttype-slider .posttype-counter, .posttype-slider .stickycontact-container .stickycontact-header .posttype-counter, .stickycontact-container .stickycontact-header .h2 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .stickycontact-container .stickycontact-header p {
    font-size: 0.9rem;
  }
  .stickycontact-container .button-container {
    gap: 15px;
  }
  .stickycontact-container .contact-button {
    padding: 15px 20px;
  }
}
.footer {
  background: #fff;
  color: #4b5563;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}
.footer__top {
  padding: 80px 0 64px;
}
@media (max-width: 991.98px) {
  .footer__top {
    padding: 56px 0 48px;
  }
}
@media (max-width: 575.98px) {
  .footer__top {
    padding: 40px 0 32px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 32px;
  }
}
@media (max-width: 991.98px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
}
@media (max-width: 575.98px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .footer__col--brand {
    grid-column: 1/-1;
  }
}
.footer__logo-link {
  display: inline-block;
  margin-bottom: 20px;
}
.footer__logo-img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__description {
  color: rgb(107, 114, 128);
  margin: 0 0 24px;
  max-width: 320px;
}
.footer__social {
  padding-top: 24px;
}
.footer__social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.footer__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(37, 48, 126, 0.1);
  color: #25307e;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.footer__social li a:hover {
  background: #e64c14;
  color: #fff;
}
.footer__nav-title {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0 0 20px;
  letter-spacing: 0.01em;
}
.footer__col--nav ul, .footer__col--contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__col--nav li a, .footer__col--contact li a {
  color: rgb(107, 114, 128);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__col--nav li a:hover, .footer__col--contact li a:hover {
  color: #25307e;
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgb(107, 114, 128);
}
.footer__contact-item address {
  font-style: normal;
  line-height: 1.55;
}
.footer__contact-item a {
  color: #fafafa;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__contact-item a:hover {
  color: #25307e;
}
.footer__contact-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #e64c14;
  margin-top: 2px;
}
.footer__bottom {
  border-top: 1px solid rgba(250, 250, 250, 0.12);
  padding: 24px 0;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.footer__copyright {
  color: rgb(107, 114, 128);
}
.footer__copyright a {
  color: rgb(107, 114, 128);
}
.footer__copyright a:hover {
  color: #25307e;
}
.footer__legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer__legal li a {
  color: rgb(107, 114, 128);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__legal li a:hover {
  color: #25307e;
}

/* ============================================================
   navbar12.scss + topbar
   ============================================================ */
:root {
  --color-muted: #555;
  --color-border: rgba(0, 0, 0, 0.06);
  --nav-height: 72px;
  --topbar-height: 40px;
  --radius: 6px;
  --transition: 0.22s cubic-bezier(.4, 0, .2, 1);
}

/* ── Outer wrapper ───────────────────────────────────────── */
.page-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.page-wrapper::before {
  content: "";
  display: block;
  height: var(--nav-height);
}
@media (max-width: 991.98px) {
  .page-wrapper::before {
    height: var(--nav-height);
  }
}

.page-wrapper.has-topbar::before {
  height: calc(var(--topbar-height) + var(--nav-height));
}
@media (max-width: 991.98px) {
  .page-wrapper.has-topbar::before {
    height: var(--nav-height);
  }
}

.header-transparent.page-wrapper::before {
  display: none;
}

/* ============================================================
   HEADER GROUP
   ============================================================ */
.header-group {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* ============================================================
   TOPBAR
   ============================================================ */
.header-topbar {
  position: relative;
  width: 100%;
  height: var(--topbar-height);
  background: #1c1c1c;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  max-height: var(--topbar-height);
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-group.topbar-hidden .header-topbar {
  max-height: 0;
  opacity: 0;
}

.header-topbar__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  box-sizing: border-box;
}

.header-topbar__left,
.header-topbar__right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.header-topbar__right {
  justify-content: flex-end;
  gap: 0.75rem;
}

.header-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.92;
  transition: opacity var(--transition), color var(--transition);
}

.header-topbar__item:hover {
  opacity: 1;
}

.header-topbar__sep {
  opacity: 0.4;
}

.header-topbar__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.header-topbar__ico svg {
  width: 18px;
  height: 18px;
  display: block;
}

.header-topbar__ico--secondary {
  color: #25307e;
}

.header-topbar__links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.header-topbar__link {
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition);
  white-space: nowrap;
}
.header-topbar__link:hover {
  opacity: 1;
  color: #25307e;
}

.header-topbar__social {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.header-topbar__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  background: transparent !important;
  transition: color var(--transition);
}
.header-topbar__social-link:hover {
  background: transparent !important;
  color: #25307e;
}
.header-topbar__social-link:focus-visible {
  outline: 2px solid rgba(250, 250, 250, 0.25);
  outline-offset: 2px;
  background: transparent !important;
}

.header-topbar__social-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.header-topbar__social-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.header-topbar__links + .header-topbar__social {
  position: relative;
  padding-left: 0.75rem;
  margin-left: 0.25rem;
}
.header-topbar__links + .header-topbar__social::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.35;
  color: currentColor;
  font-size: 0.9rem;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  :root {
    --topbar-height: 44px;
  }
  .header-topbar__links {
    display: none;
  }
  .header-topbar__label {
    display: none;
  }
  .header-topbar__links + .header-topbar__social {
    padding-left: 0;
    margin-left: 0;
  }
  .header-topbar__links + .header-topbar__social::before {
    display: none;
  }
}
/* ============================================================
   NAVBAR
   ============================================================ */
.navbar12_component,
.w-nav {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-group.is-hidden .navbar12_component,
.header-group.is-hidden .w-nav {
  transform: translateY(-100%);
}

/* ── Transparenter Header ────────────────────────────────── */
.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled),
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  transition: background 0s, border-color 0s, box-shadow 0s;
}

.header-transparent {
  --header-transparent-fg: #fafafa;
}

.header-transparent.header-transparent-color--dark {
  --header-transparent-fg: #1c1c1c;
}

.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled),
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) {
  color: var(--header-transparent-fg);
}

.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_link,
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_link,
.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle,
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle {
  color: var(--header-transparent-fg);
}

.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_link:hover,
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_link:hover,
.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle:hover,
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle:hover,
.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_menu-dropdown.is-open .navbar12_dropdown-toggle,
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_menu-dropdown.is-open .navbar12_dropdown-toggle,
.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle[aria-expanded=true],
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.14);
  color: var(--header-transparent-fg) !important;
}

.header-transparent.header-transparent-color--dark .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_link:hover,
.header-transparent.header-transparent-color--dark .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle:hover,
.header-transparent.header-transparent-color--dark .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_menu-dropdown.is-open .navbar12_dropdown-toggle,
.header-transparent.header-transparent-color--dark .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_dropdown-toggle[aria-expanded=true] {
  background: rgba(0, 0, 0, 0.06);
}

.header-transparent .navbar12_dropdown-toggle:focus-visible,
.header-transparent .navbar12_menu-button:focus-visible,
.header-transparent .navbar12_link:focus-visible,
.header-transparent .navbar12_dropdown-link:focus-visible,
.header-transparent .navbar12_simple-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 3px;
  border-radius: var(--radius);
}

.header-transparent.header-transparent-color--dark .navbar12_dropdown-toggle:focus-visible,
.header-transparent.header-transparent-color--dark .navbar12_menu-button:focus-visible,
.header-transparent.header-transparent-color--dark .navbar12_link:focus-visible,
.header-transparent.header-transparent-color--dark .navbar12_dropdown-link:focus-visible,
.header-transparent.header-transparent-color--dark .navbar12_simple-link:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.25);
}

/* ── Container ───────────────────────────────────────────── */
.navbar12_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--nav-height);
  gap: clamp(0.75rem, 2vw, 2rem);
  box-sizing: border-box;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

/* ── Logo ────────────────────────────────────────────────── */
.navbar12_logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  --logo-h: 60px;
  max-width: 240px;
}

.navbar12_logo {
  height: var(--logo-h) !important;
  max-height: var(--logo-h) !important;
  width: auto !important;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
@media (max-width: 575.98px) {
  .navbar12_logo {
    max-width: 140px;
  }
}

.navbar12_logo--default {
  display: block;
}

.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_logo--default,
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_logo--default {
  display: none;
}

.header-transparent .navbar12_component:not(.mobile-open):not(.is-scrolled) .navbar12_logo--transparent,
.header-transparent .w-nav:not(.mobile-open):not(.is-scrolled) .navbar12_logo--transparent {
  display: block;
}

.navbar12_component.is-scrolled .navbar12_logo--default,
.w-nav.is-scrolled .navbar12_logo--default {
  display: none;
}

.navbar12_component.is-scrolled .navbar12_logo--sticky,
.w-nav.is-scrolled .navbar12_logo--sticky {
  display: block;
}

@media (max-width: 1199.98px) {
  .navbar12_logo--default,
  .navbar12_logo--transparent,
  .navbar12_logo--sticky {
    display: none !important;
  }
  .navbar12_logo--mobile {
    display: block !important;
  }
}
/* ── Nav menu ────────────────────────────────────────────── */
.navbar12_menu,
.w-nav-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  gap: 0.5rem;
}

.navbar12_menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.1rem, 0.5vw, 0.25rem);
  flex: 1;
  min-width: 0;
}

.navbar12_link {
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius);
  font-size: 1.1rem;
  color: #1c1c1c;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--transition), color var(--transition);
}
.navbar12_link:hover {
  background: #f8f9fc;
}

.navbar12_dropdown-toggle,
.navbar12_menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  line-height: normal;
}

.navbar12_dropdown-toggle:focus-visible,
.navbar12_menu-button:focus-visible,
.navbar12_link:focus-visible,
.navbar12_dropdown-link:focus-visible,
.navbar12_simple-link:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.25);
  outline-offset: 3px;
  border-radius: var(--radius);
}

.navbar12_menu-dropdown {
  position: relative;
}

.navbar12_dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius);
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  color: #1c1c1c;
  transition: background var(--transition), color var(--transition);
}
.navbar12_dropdown-toggle:hover, .navbar12_menu-dropdown.is-open .navbar12_dropdown-toggle, .navbar12_dropdown-toggle[aria-expanded=true] {
  background: #f8f9fc;
  color: #25307e !important;
}

.dropdown-chevron {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.navbar12_menu-dropdown.is-open .dropdown-chevron, .navbar12_dropdown-toggle[aria-expanded=true] .dropdown-chevron {
  transform: rotate(180deg);
}

.navbar12_dropdown-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 560px;
  padding: 1.25rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition);
  z-index: 1001;
}
.navbar12_menu-dropdown.is-open .navbar12_dropdown-list, .navbar12_dropdown-toggle[aria-expanded=true] + .navbar12_dropdown-list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.navbar12_dropdown-content {
  display: flex;
  gap: 2rem;
}

.navbar12_dropdown-column {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.navbar12_dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: #1c1c1c;
  transition: background var(--transition), color var(--transition);
}
.navbar12_dropdown-link:hover {
  background: #f8f9fc;
}

.navbar12_icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: #f8f9fc;
  border-radius: var(--radius);
  flex-shrink: 0;
}

.icon-embed-xsmall {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.icon-embed-xsmall svg, .icon-embed-xsmall img {
  width: 18px;
  height: 18px;
}

.navbar12_text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.navbar12_text-wrapper .text-weight-semibold {
  font-size: 0.875rem;
}

.text-size-small {
  font-size: 0.78rem;
}

.hide-mobile-landscape {
  color: #3E3E3E;
  line-height: 1.4;
  margin: 0;
}

.navbar12_menu-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* ── Hamburger ───────────────────────────────────────────── */
.navbar12_menu-button,
.w-nav-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: var(--radius);
  flex-shrink: 0;
  transition: background var(--transition);
}
.navbar12_menu-button:hover,
.w-nav-button:hover {
  background: #f8f9fc;
}

.menu-icon1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 22px;
}

.menu-icon1_line-top,
.menu-icon1_line-middle,
.menu-icon1_line-bottom {
  height: 2px;
  border-radius: 2px;
  background: #1c1c1c;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-icon1_line-middle {
  overflow: hidden;
}

.menu-icon1_line-middle-inner {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #1c1c1c;
}

.header-transparent .navbar12_component:not(.is-scrolled) .menu-icon1_line-top,
.header-transparent .navbar12_component:not(.is-scrolled) .menu-icon1_line-middle,
.header-transparent .navbar12_component:not(.is-scrolled) .menu-icon1_line-middle-inner,
.header-transparent .navbar12_component:not(.is-scrolled) .menu-icon1_line-bottom,
.header-transparent .w-nav:not(.is-scrolled) .menu-icon1_line-top,
.header-transparent .w-nav:not(.is-scrolled) .menu-icon1_line-middle,
.header-transparent .w-nav:not(.is-scrolled) .menu-icon1_line-middle-inner,
.header-transparent .w-nav:not(.is-scrolled) .menu-icon1_line-bottom {
  background: var(--header-transparent-fg);
}

.header-transparent .navbar12_component.mobile-open .menu-icon1_line-top,
.header-transparent .navbar12_component.mobile-open .menu-icon1_line-middle,
.header-transparent .navbar12_component.mobile-open .menu-icon1_line-middle-inner,
.header-transparent .navbar12_component.mobile-open .menu-icon1_line-bottom,
.header-transparent .w-nav.mobile-open .menu-icon1_line-top,
.header-transparent .w-nav.mobile-open .menu-icon1_line-middle,
.header-transparent .w-nav.mobile-open .menu-icon1_line-middle-inner,
.header-transparent .w-nav.mobile-open .menu-icon1_line-bottom {
  background: #1c1c1c;
}

.navbar12_menu-button.is-open .menu-icon1_line-top,
.w-nav-button.is-open .menu-icon1_line-top {
  transform: translateY(7px) rotate(45deg);
}

.navbar12_menu-button.is-open .menu-icon1_line-middle,
.w-nav-button.is-open .menu-icon1_line-middle {
  opacity: 0;
}

.navbar12_menu-button.is-open .menu-icon1_line-bottom,
.w-nav-button.is-open .menu-icon1_line-bottom {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1199.98px) {
  .navbar12_container {
    gap: 0.5rem;
  }
  .navbar12_menu,
  .w-nav-menu {
    display: none !important;
  }
  .navbar12_menu-buttons {
    display: none !important;
  }
  .navbar12_menu-button,
  .w-nav-button {
    display: flex !important;
  }
}
/* ── Overflow Fixes ──────────────────────────────────────── */
.page-wrapper,
.navbar12_component,
.navbar12_container,
.navbar12_menu,
.navbar12_menu-links,
.navbar12_menu-dropdown,
.w-nav,
.w-nav-menu,
.w-nav-overlay {
  overflow: visible !important;
}

.navbar12_dropdown-list {
  overflow: visible !important;
  isolation: auto;
}

#page, #wrapper, .site, .site-content, main,
.main-content, #content, .content-area {
  overflow: visible !important;
  transform: none !important;
}

.navbar12_menu-dropdown:last-child .navbar12_dropdown-list,
.navbar12_menu-dropdown:nth-last-child(2) .navbar12_dropdown-list {
  left: auto;
  right: 0;
}

.navbar12_text-wrapper--center {
  justify-content: center;
}

.navbar12_dropdown-list--simple {
  min-width: 160px;
}

.navbar12_dropdown-list--simple .navbar12_dropdown-content {
  flex-direction: column;
  gap: 0.15rem;
}

.navbar12_simple-link {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius);
  font-size: 1.1rem;
  text-decoration: none;
  color: #1c1c1c;
  transition: background var(--transition), color var(--transition);
}
.navbar12_simple-link:hover {
  background: #f8f9fc;
  color: #25307e;
}

.w-nav-overlay {
  display: none !important;
}

.member img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.member__name {
  font-size: calc(1.2875rem + 0.45vw);
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .member__name {
    font-size: 1.625rem;
  }
}
.member__position {
  color: #25307e;
}

/* ============================================================
   _mobile-drawer.scss
   Standalone Styles für das Mobile Drawer Menü
   ============================================================ */
/* ── Base ────────────────────────────────────────────────────── */
.mobile-drawer {
  display: none;
}

/* ── Backdrop ────────────────────────────────────────────────── */
.mobile-drawer__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1099;
  background: rgba(28, 28, 28, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Panel ───────────────────────────────────────────────────── */
.mobile-drawer__panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  width: min(360px, 90vw);
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(28, 28, 28, 0.18);
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

/* ── Open States ─────────────────────────────────────────────── */
.mobile-drawer.is-open .mobile-drawer__backdrop {
  opacity: 1;
}

.mobile-drawer.is-open .mobile-drawer__panel {
  transform: translateX(0);
}

/* ── Header ──────────────────────────────────────────────────── */
.mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--color-border);
  flex-shrink: 0;
}

.mobile-drawer__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.mobile-drawer__logo {
  height: 48px;
  width: auto;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: var(--radius);
  color: #1c1c1c;
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--transition), color var(--transition);
}
.mobile-drawer__close svg {
  width: 22px;
  height: 22px;
  display: block;
}
.mobile-drawer__close:hover {
  background: #f8f9fc;
  color: #1c1c1c;
}

/* ── Nav ─────────────────────────────────────────────────────── */
.mobile-drawer__nav {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

/* ── Links ───────────────────────────────────────────────────── */
.mobile-drawer__link {
  display: flex;
  align-items: center;
  padding: 0.8rem 0.75rem;
  border-radius: var(--radius);
  font-size: 1.05rem;
  font-weight: 500;
  color: #1c1c1c;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}
.mobile-drawer__link:hover {
  background: #f8f9fc;
  color: #25307e;
}

/* ── Dropdown / Accordion ────────────────────────────────────── */
.mobile-drawer__dropdown {
  width: 100%;
}

.mobile-drawer__dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 0.75rem;
  border: none;
  background: transparent;
  border-radius: var(--radius);
  font-size: 1.05rem;
  font-weight: 500;
  color: #1c1c1c;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background var(--transition), color var(--transition);
}
.mobile-drawer__dropdown-toggle:hover, .mobile-drawer__dropdown-toggle[aria-expanded=true] {
  background: #f8f9fc;
  color: #25307e;
}

.mobile-drawer__chevron {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.mobile-drawer__chevron svg {
  width: 16px;
  height: 16px;
  display: block;
}
.mobile-drawer__dropdown-toggle[aria-expanded=true] .mobile-drawer__chevron {
  transform: rotate(180deg);
}

/* ── Submenu ─────────────────────────────────────────────────── */
.mobile-drawer__sub {
  display: none;
  flex-direction: column;
  padding: 0.25rem 0 0.5rem 1rem;
  gap: 0.1rem;
}

.mobile-drawer__sub.is-open {
  display: flex;
}

.mobile-drawer__dropdown-toggle[aria-expanded=true] + .mobile-drawer__sub {
  display: flex;
}

.mobile-drawer__sub-link {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius);
  font-size: 0.975rem;
  color: #1c1c1c;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}
.mobile-drawer__sub-link:hover {
  background: #f8f9fc;
  color: #25307e;
}

/* ── Footer ──────────────────────────────────────────────────── */
.mobile-drawer__footer {
  flex-shrink: 0;
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ── Contact ─────────────────────────────────────────────────── */
.mobile-drawer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-drawer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #1c1c1c;
  text-decoration: none;
  transition: color var(--transition);
}
.mobile-drawer__contact-item:hover {
  color: #25307e;
}

.mobile-drawer__contact-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #25307e;
  flex-shrink: 0;
}
.mobile-drawer__contact-ico svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* ── Social ──────────────────────────────────────────────────── */
.mobile-drawer__social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mobile-drawer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #1c1c1c;
  background: #f8f9fc;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}
.mobile-drawer__social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}
.mobile-drawer__social-link:hover {
  background: #25307e;
  color: #fff;
}

/* ── CTA ─────────────────────────────────────────────────────── */
.mobile-drawer__cta .button {
  width: 100%;
  justify-content: center;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.overlay .overlay__close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #25307e;
  border-radius: 50%;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease, color 0.3s ease;
}
.overlay .overlay__close svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
}
.overlay .overlay__close:hover {
  background: #fff;
}
.overlay .overlay__close:hover svg {
  color: #1c1c1c;
}
@media (max-width: 767.98px) {
  .overlay .overlay__close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
  .overlay .overlay__close svg {
    width: 16px;
    height: 16px;
  }
}
.overlay .overlay__content {
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  width: 100%;
}
.overlay .overlay__content--image {
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
}
.overlay .overlay__content--image .overlay__image {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.overlay .overlay__content--media {
  max-width: 1200px;
}
.overlay .overlay__content--media .youtube,
.overlay .overlay__content--media video {
  width: 100%;
  aspect-ratio: 16/9;
}
.overlay .overlay__content--iframe {
  padding: 0;
  border-radius: 6px;
  max-width: 600px;
  background: #fafafa;
}
.overlay .overlay__content--iframe iframe {
  width: 100%;
  min-height: 600px;
  height: auto;
  border-radius: 6px !important;
}
.overlay .overlay__content--text {
  border-radius: 6px;
  padding-top: 56px;
  padding-bottom: 56px;
  max-width: 1200px;
  background: #f8f9fc;
  color: #212529;
}
.overlay .overlay__content--form {
  border-radius: 6px;
  max-width: 1600px;
  background: #f8f9fc;
  color: #212529;
}
.overlay .overlay__content--form .inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .overlay .overlay__content--form .inner {
    padding-top: 32px;
    display: block;
  }
}
.overlay .overlay__content--form .inner .form-contact {
  flex: 0 0 45%;
  width: 45%;
}
.overlay .overlay__content--form .inner .form-contact img {
  width: 100%;
  max-width: 408px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .overlay .overlay__content--form .inner .form-contact img {
    max-width: unset;
  }
}
.overlay .overlay__content--form .inner .form-contact .name {
  padding-top: 24px;
  font-size: 24px;
}
.overlay .overlay__content--form .inner .form-contact .contact a:hover {
  color: #1c1c1c;
}
@media (max-width: 767.98px) {
  .overlay .overlay__content--form .inner .form-contact {
    flex: 0 0 100%;
    width: 100%;
  }
}
.overlay .overlay__content--form .inner .form-form {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  flex: 0 0 55%;
  width: 55%;
}
@media (max-width: 767.98px) {
  .overlay .overlay__content--form .inner .form-form {
    flex: 0 0 100%;
    width: 100%;
  }
}
.overlay .overlay__content--form .inner .form-form .gform_wrapper.gravity-theme .gform_drop_area {
  background: transparent !important;
  border: 0;
  padding: 0;
}
.overlay .overlay__content--form .inner .form-form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  margin-bottom: 15px;
}
.overlay .overlay__content--form .inner .form-form .fileupload .gform_fileupload_multifile {
  border: 0;
  background: transparent;
  padding: 0;
}
.overlay .overlay__content--form .inner .form-form .fileupload .gform_drop_instructions,
.overlay .overlay__content--form .inner .form-form .fileupload .gform_fileupload_rules {
  display: none;
}
.overlay .overlay__content--form .inner .form-form .fileupload .gfield_description {
  padding-left: 0;
}
.overlay .overlay__content--form .inner .form-form .fileupload .button.gform_button_select_files {
  padding-left: 0;
  background: transparent;
  color: #4b5563;
  font-size: 16px;
  line-height: 32px;
  border: 0;
  float: left;
}
.overlay .overlay__content--form .inner .form-form .fileupload .button.gform_button_select_files:hover {
  color: #25307e;
}
.overlay .overlay__content--form .inner .form-form .gfield input[type=text],
.overlay .overlay__content--form .inner .form-form .gfield input[type=number],
.overlay .overlay__content--form .inner .form-form .gfield input[type=tel],
.overlay .overlay__content--form .inner .form-form .gfield input[type=email],
.overlay .overlay__content--form .inner .form-form .gfield textarea {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #212529;
}
.overlay .overlay__content--form .inner .form-form .gfield input[type=text]:focus,
.overlay .overlay__content--form .inner .form-form .gfield input[type=number]:focus,
.overlay .overlay__content--form .inner .form-form .gfield input[type=tel]:focus,
.overlay .overlay__content--form .inner .form-form .gfield input[type=email]:focus,
.overlay .overlay__content--form .inner .form-form .gfield textarea:focus {
  outline: 0;
  border: 0;
  background: #f8f9fa;
}
.overlay .overlay__content--form .inner .form-form .gform_footer a {
  display: none;
}

.post {
  margin-bottom: 1.75rem;
}
.post a {
  position: relative;
  color: #fff;
}
.post a:first-of-type {
  display: block;
}
.post__image {
  display: inline-block;
  overflow: hidden;
}
.post__image img {
  transition: all 0.3s ease;
  vertical-align: middle;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.post__image img:hover {
  transform: scale(1.2);
}
.post__title {
  color: #fff;
  font-size: 24px;
  width: 80%;
}
.post__description {
  color: #f8f9fc;
}
@media (max-width: 575.98px) {
  .post__badge {
    padding: 6px 12px;
  }
}

.scroll-up {
  height: 44px;
  width: 44px;
  background: #25307e;
  display: block;
  border-radius: 6px;
  color: #fff;
  border: none;
  padding: 0;
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  transform: translateX(100px);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .scroll-up {
    bottom: 30px;
    right: 30px;
  }
}
.scroll-up svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s ease;
}
.scroll-up:hover svg {
  top: calc(50% - 5px);
}

/* =====================================
 * SEARCH OVERLAY
 * ===================================== */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
  font-family: inherit;
  /* ✅ Input mit Lupe (Pseudo-Element, kein HTML anfassen) */
  /* --- Ergebnisse-Bereich ---------------------------------------- */
  /* ✅ Hint/No-Results mit Lupe davor (Variante B, rein per CSS) */
  /* Beliebte Produkte – Grid wie gehabt */
  /* --- Einzelne Treffer: Bild links, Text rechts, Preis rechts --- */
  /* Link "Alle Ergebnisse" */
}
.search-overlay.is-open {
  display: flex;
  pointer-events: auto;
}
.search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.search-overlay__panel {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100vh;
  background: #fafafa;
  border-radius: 0;
  border-bottom: 1px solid #d3ced2;
  padding: 24px 24px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: auto;
  overflow: hidden;
}
.is-open .search-overlay__panel {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767.98px) {
  .search-overlay__panel {
    padding: 16px 16px 24px;
  }
}
.search-overlay__close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #25307e;
  border-radius: 50%;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.search-overlay__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .search-overlay__close {
    top: 16px;
    right: 24px;
    height: 40px;
    width: 40px;
  }
  .search-overlay__close i {
    font-size: 18px;
  }
}
.search-overlay__close:hover {
  background: #1c1c1c;
}
.search-overlay__close:hover i {
  color: #fff;
}
.search-overlay__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  overflow-y: auto;
  padding-right: 8px;
}
@media (hover: hover) {
  .search-overlay__inner {
    margin-right: -8px;
  }
}
.search-overlay__title {
  font-size: 1.8rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .search-overlay__title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.search-overlay__form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.search-overlay__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.search-overlay__label::before {
  content: "\f002"; /* Font Awesome: magnifying-glass */
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  left: 14px;
  top: calc(100% - 26px); /* sitzt im Input, abhängig von Label-Layout */
  transform: translateY(-50%);
  color: rgba(75, 85, 99, 0.6);
  font-size: 14px;
  pointer-events: none;
}
.search-overlay__label-text {
  font-size: 14px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  opacity: 0.8;
}
.search-overlay__input {
  width: 100%;
  padding: 12px 12px 12px 42px; /* Platz für Lupe links */
  border-radius: 8px;
  border: 1px solid #25307e;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  outline: none;
  box-shadow: none;
}
.search-overlay__input::-moz-placeholder {
  color: #4b5563;
}
.search-overlay__input::placeholder {
  color: #4b5563;
}
.search-overlay__input:focus {
  border: 1px solid #1c1c1c !important;
  outline: #1c1c1c !important;
}
.search-overlay__results {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-overlay__hint, .search-overlay__no-results {
  font-size: 14px;
  opacity: 0.8;
  position: relative;
  padding: 8px 16px;
  margin-bottom: 0;
}
.search-overlay__hint::before, .search-overlay__no-results::before {
  content: "\f002"; /* Font Awesome: magnifying-glass */
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: rgba(75, 85, 99, 0.65);
  font-size: 14px;
  margin-right: 8px;
}
.search-overlay__categories {
  margin-top: 24px;
}
.search-overlay__categories-title {
  font-size: 1.5rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 12px;
}
.search-overlay__categories-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1199.98px) {
  .search-overlay__categories-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .search-overlay__categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .search-overlay__categories-grid {
    grid-template-columns: 1fr;
  }
}
.search-overlay__category {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #d3ced2;
  background: #fff;
  text-decoration: none;
  color: #4b5563;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  height: 100%;
}
.search-overlay__category:hover {
  border-color: #25307e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.search-overlay__category-image {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  aspect-ratio: 4/3;
}
.search-overlay__category-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-overlay__category-title {
  font-size: 14px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.search-overlay__category-price {
  font-size: 14px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.search-overlay__result-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 8px 8px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.search-overlay__result-row:last-child {
  border-bottom: none;
}
.search-overlay__result-row:hover {
  background: rgba(0, 0, 0, 0.03);
}
@media (max-width: 767.98px) {
  .search-overlay__result-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 4px;
  }
}
.search-overlay__result-media {
  flex: 0 0 auto;
}
.search-overlay__result-media img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
@media (max-width: 767.98px) {
  .search-overlay__result-media img {
    width: 40px;
    height: 40px;
  }
}
.search-overlay__result-body {
  flex: 1 1 auto;
  min-width: 0;
}
.search-overlay__result-title {
  font-size: 14px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.search-overlay__result-desc {
  font-size: 13px;
  line-height: 1.4;
  color: #4b5563;
  opacity: 0.9;
  max-height: 2.8em;
  overflow: hidden;
}
.search-overlay__result-price {
  flex: 0 0 auto;
  margin-left: 12px;
  font-size: 14px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  text-align: right;
}
.search-overlay__result-price ins {
  text-decoration: none;
}
.search-overlay__result-price .woocommerce-Price-amount {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767.98px) {
  .search-overlay__result-price {
    margin-left: 8px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .search-overlay__result-price {
    margin-left: 0;
    margin-top: 4px;
    align-self: flex-start;
  }
}
.search-overlay__all-results-wrap {
  margin-top: 12px;
}
.search-overlay__all-results {
  font-size: 14px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  color: #1c1c1c;
}
.search-overlay__all-results:hover {
  color: #25307e;
}
.search-overlay__more a {
  border-radius: 8px;
  color: #25307e;
}
.search-overlay__more a:hover {
  color: #1c1c1c;
}

body.no-scroll {
  overflow: hidden;
}

.tile {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: calc(1rem + 0.5vw);
  background: var(--background);
  color: var(--color);
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
}
.tile:hover {
  background: #212529;
}
.tile:hover .topline {
  color: #1c1c1c;
}
.tile:hover .tile__text,
.tile:hover .medium,
.tile:hover .button {
  color: #fff;
}
.tile__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tile__media img,
.tile__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: all 0.3s ease;
}
.tile__topline {
  position: relative;
  z-index: 10;
}
.tile__text {
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.tile__text .medium {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .tile__text .medium {
    -webkit-hyphens: auto;
            hyphens: auto;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .tile__text .medium {
    -webkit-hyphens: auto;
            hyphens: auto;
    margin-bottom: 24px;
  }
}
.tile__button {
  position: relative;
  z-index: 10;
}
.tile:hover .tile__media img,
.tile:hover .tile__media video {
  transform: scale(1.05);
}
.tile--center {
  align-items: center;
  text-align: center;
}
.tile--top {
  justify-content: flex-start;
}
.tile--top .tile__button {
  margin-top: auto;
}
.tile--bottom {
  justify-content: flex-end;
}

.additional-services {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.additional-services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
}
.additional-services__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  font-size: 14px;
  color: #4b5563;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  cursor: default;
}
.additional-services__item:hover {
  border-color: #25307e;
  color: #1c1c1c;
  background: rgba(37, 48, 126, 0.05);
}
.additional-services__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25307e;
  display: block;
  flex-shrink: 0;
}
.additional-services__text {
  display: block;
  margin: 0;
}

.advantages {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
  position: relative;
}
.advantages__grid {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 767.98px) {
  .advantages__grid {
    grid-template-columns: 1fr;
  }
}
.advantages .advantage {
  background: #ececef;
  border-radius: 6px;
  padding: 48px 32px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(28, 28, 28, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
@media (max-width: 991.98px) {
  .advantages .advantage {
    padding: 40px 24px 32px;
  }
}
@media (hover: hover) {
  .advantages .advantage:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 48, 126, 0.35);
    box-shadow: 0 10px 24px rgba(28, 28, 28, 0.12), 0 0 0 1px rgba(37, 48, 126, 0.12), 0 0 14px rgba(37, 48, 126, 0.12);
  }
}
.advantages .advantage__icon-box {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 6px;
  background: #25307e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  flex-shrink: 0;
}
.advantages .advantage__icon-box img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  border-radius: 0 !important;
}
.advantages .advantage__title {
  color: #1c1c1c;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 8px;
  max-width: 120px;
  text-wrap: balance;
}
.advantages .advantage__text {
  color: #4b5563;
}

.anchor-links {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.anchor-links p {
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #4b5563;
}
.anchor-links .button-container {
  margin-top: 56px;
}
@media (max-width: 991.98px) {
  .anchor-links .button-container {
    margin-top: 24px;
  }
}
.anchor-links .button-container .button {
  width: 100%;
  justify-content: space-between;
}

.text-large {
  position: relative;
  overflow: hidden;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.text-large__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-large__inner {
  margin: 0 auto;
  text-align: center;
}
.text-large__inner p {
  color: #1c1c1c;
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 5rem);
  line-height: 1.1;
}
.text-large__inner .word {
  display: inline-block;
  will-change: transform, opacity, color;
}

.applications {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.applications__filter {
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  .applications__filter {
    margin-top: 32px;
  }
}
.applications__filter button {
  margin-right: 40px;
}
.applications__filter button:last-of-type {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .applications__filter button {
    margin-right: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .applications__filter button {
    width: 100%;
    justify-content: center;
  }
}
.applications__filter button.active {
  color: #fff;
  background: #212529;
}
.applications__slider {
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  .applications__slider {
    margin-top: 32px;
  }
}
.applications__slider .swiper {
  overflow: visible;
}
.applications__slider .swiper .swiper-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-flow: row nowrap;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 35%;
}
@media (max-width: 1199.98px) {
  .applications__slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .applications__slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 95%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application {
  border-radius: 24px;
  background: #f8f9fa;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info {
  padding: 50px;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info .application-name {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1;
  margin-bottom: 32px;
  color: #4b5563;
}
@media (min-width: 1200px) {
  .applications__slider .swiper .swiper-wrapper .swiper-slide .application__info .application-name {
    font-size: 1.5rem;
  }
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info .application-text p {
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #4b5563;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__image {
  height: 180px;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__image img {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.applications__slider .swiper-progress {
  width: 300px;
  height: 3px;
  background: #f8f9fc;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .applications__slider .swiper-progress {
    width: 200px;
  }
}
.applications__slider .swiper-progress span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #212529;
  transform-origin: center left;
}
.applications__slider .swiper-controls {
  float: right;
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  .applications__slider .swiper-controls {
    float: none;
  }
}
.applications__slider .swiper-controls button {
  border: none;
  color: #4b5563;
  position: relative;
}
.applications__slider .swiper-controls button:hover i {
  color: #1c1c1c;
}
.applications__slider .swiper-controls button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.applications__slider .swiper-controls button.prev-slide {
  margin-right: 24px;
}
.applications__slider .swiper-controls button.swiper-button-disabled {
  opacity: 0.4;
}

.area-application {
  padding-bottom: 40px;
}
.area-application__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 24px;
  align-items: start;
}
@media (max-width: 767.98px) {
  .area-application__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.area-application__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.area-application__item {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eef1f4;
}
.area-application__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.area-application__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25307e;
  display: block;
}
.area-application__text {
  display: block;
  margin: 0;
  color: #4b5563;
}

.badges {
  background: #25307e;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.badges__header {
  text-align: center;
}
@media (min-width: 768px) {
  .badges__header {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .badges__header {
    margin-bottom: 120px;
  }
}
.badges__intro {
  font-size: 24px;
}
.badges__intro p:last-child {
  margin-bottom: 0;
}
.badges__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 768px) {
  .badges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .badges__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .badges__grid:has(.icon-boxes__card:last-child:nth-child(3n+1)) .icon-boxes__card:last-child {
    grid-column: 2/3;
  }
}
.badges__card {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 24px;
  border: 1px solid #f8f9fc;
  opacity: 0;
  transform: translateY(48px);
  will-change: opacity, transform;
}
@media (min-width: 768px) {
  .badges__card {
    padding-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .badges__card:nth-child(3n+2) {
    transform: translateY(-40px) translateY(48px);
  }
}
.badges__media {
  position: relative;
  margin: 8px 8px 0;
  border-radius: 10px;
  overflow: hidden;
  height: 234px;
}
.badges__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
}
@media (min-width: 992px) {
  .badges__media {
    height: 250px;
  }
}
.badges__content {
  padding: 0 24px;
}
.badges__pill {
  margin-top: 24px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #f8f9fc;
  padding: 6px 10px;
  font-weight: 500;
}
.badges__pill-icon {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.badges__title {
  font-size: 24px;
  position: relative;
  padding-left: 35px;
}
.badges__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
          clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
  width: 24px;
  height: 18px;
  background-color: #25307e;
}

.benefits {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
.benefits__text {
  padding-bottom: 1.5rem;
}
.benefits__overview .swiper {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .benefits__overview .swiper {
    margin: 0 -1rem;
  }
}
.benefits__overview .swiper .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .benefits__overview .swiper .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide {
  flex: 0 0 28%;
  width: 28%;
}
@media (max-width: 1439.98px) {
  .benefits__overview .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 45%;
    width: 45%;
  }
}
@media (max-width: 1199.98px) {
  .benefits__overview .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 45%;
    width: 45%;
    padding: 0 1rem;
  }
}
@media (max-width: 991.98px) {
  .benefits__overview .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 60%;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .benefits__overview .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 90%;
    width: 90%;
  }
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit {
  position: relative;
  margin-top: 40px;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title {
  font-size: 1.5rem;
  margin-bottom: 16px;
  line-height: 1.1;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span {
  color: #f8f9fc;
  font-size: 36px;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span {
    display: block;
  }
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span:after {
  content: "";
  width: 2rem;
  height: 3px;
  background: #f8f9fc;
  display: block;
  margin: 0 22px;
}
@media (max-width: 767.98px) {
  .benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span:after {
    content: none;
  }
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__line {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__line div {
  height: 2px;
  width: 2rem;
  background-color: #f8f9fc;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__text {
  font-weight: normal;
}

/* Blog Content */
@media (max-width: 991.98px) {
  .blog-content {
    padding-top: 40px;
  }
}
.blog-content .title .index {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .blog-content .title .index {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.blog-content:last-of-type .content__single:last-of-type {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.blog-content__sidebar.sidenav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .blog-content__sidebar {
    margin-bottom: 32px;
  }
}
.blog-content__sidebar.table-title {
  font-size: 22px;
  color: #1c1c1c;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .blog-content__sidebar.table-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .blog-content__sidebar.table-title {
    margin-top: 32px;
  }
}
.blog-content__sidebar.navigation {
  padding-bottom: 48px;
  border-bottom: 1px solid #C7C9CA;
}
@media (max-width: 991.98px) {
  .blog-content__sidebar.navigation {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.blog-content__sidebar.navigation a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-left: 2px solid #C7C9CA;
  color: #C7C9CA;
}
.blog-content__sidebar.navigation a.active {
  color: #1c1c1c;
  border-left: 2px solid #1c1c1c;
}
.blog-content__contact {
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .blog-content__contact {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #C7C9CA;
  }
}
@media (max-width: 991.98px) {
  .blog-content__contact {
    margin-top: 0;
    padding-top: 32px;
  }
}
.blog-content__contact-title {
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .blog-content__contact-title {
    margin-bottom: 24px;
  }
}
.blog-content__contact-block {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 24px;
  gap: 16px;
}
@media (max-width: 1439.98px) {
  .blog-content__contact-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .blog-content__contact-block {
    align-items: flex-start;
    flex-direction: column;
  }
}
.blog-content__contact-block .lawyer-image img {
  width: 164px;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.blog-content__contact-block .lawyer-informations .lawyer-name {
  font-size: 24px;
  color: #1c1c1c;
}
.blog-content__contact-block .lawyer-informations .lawyer-area {
  max-width: 220px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 16px;
}
.blog-content__contact-block .lawyer-informations .lawyer-email {
  font-size: 15px;
  font-weight: normal;
}
.blog-content__contact-block .lawyer-informations .lawyer-phone {
  font-size: 15px;
  font-weight: normal;
}
.blog-content__contact-block .lawyer-link {
  align-self: flex-end;
}
@media (max-width: 575.98px) {
  .blog-content__contact-block .lawyer-link {
    align-self: flex-start;
  }
}
.blog-content__contact-block .lawyer-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f8f9fc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.blog-content__contact-block .lawyer-link:hover i {
  background: #1c1c1c;
  color: #fff;
}
.blog-content__social {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #C7C9CA;
}
@media (max-width: 991.98px) {
  .blog-content__social {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.blog-content__social-title {
  font-size: 24px;
  color: #1c1c1c;
  margin-bottom: 24px;
}
.blog-content__social-links {
  display: flex;
  gap: 8px;
}
.blog-content__social-links .copy-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.blog-content__social-links .tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.blog-content__social-links .tooltip.visible {
  opacity: 1;
}
.blog-content__social-links a svg {
  fill: #4F4F4F;
  width: 24px;
  height: 24px;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  background: #F4F4F4;
}
.blog-content__social-links a:hover svg {
  fill: #fff;
  background: #1c1c1c;
}
.blog-content__print {
  padding: 48px 0;
  border-bottom: 1px solid #C7C9CA;
}
@media (max-width: 991.98px) {
  .blog-content__print {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.blog-content__print-title {
  font-size: 24px;
  color: #1c1c1c;
  margin-bottom: 24px;
}
.blog-content__print-button svg {
  width: 18px;
  height: 18px;
  fill: #fafafa;
  padding-left: 8px;
}
@media (max-width: 991.98px) {
  .blog-content .content {
    padding-top: 0;
  }
}
.blog-content .content .content__single {
  margin-bottom: 48px;
}
.blog-content .content .content__single--text h2, .blog-content .content .content__single--text .posttype-slider .posttype-counter, .posttype-slider .blog-content .content .content__single--text .posttype-counter, .blog-content .content .content__single--text .h2,
.blog-content .content .content__single--text h3,
.blog-content .content .content__single--text .h3,
.blog-content .content .content__single--text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .blog-content .content .content__single--text .title,
.blog-content .content .content__single--text h4,
.blog-content .content .content__single--text .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .blog-content .content .content__single--text .title,
.blog-content .content .content__single--text .post-content .meta-section__title,
.post-content .blog-content .content .content__single--text .meta-section__title,
.blog-content .content .content__single--text .h4,
.blog-content .content .content__single--text h5,
.blog-content .content .content__single--text .h5,
.blog-content .content .content__single--text h6,
.blog-content .content .content__single--text .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .blog-content .content .content__single--text .text-section__title,
.blog-content .content .content__single--text .h6 {
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: left !important;
  color: #1c1c1c;
}
.blog-content .content .content__single--text:last-of-type {
  margin-bottom: 0;
}
.blog-content .content .content__single--text div {
  page-break-inside: avoid;
}
.blog-content .content .content__single--text p {
  -webkit-hyphens: auto;
          hyphens: auto;
  page-break-inside: avoid;
}
.blog-content .content .content__single--text p:last-of-type {
  margin-bottom: 0;
}
.blog-content .content .content__single--text a {
  color: #1c1c1c;
}
.blog-content .content .content__single--text a:hover {
  color: #f8f9fc;
}
.blog-content .content .content__single--video {
  position: relative;
}
.blog-content .content .content__single--video .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #f8f9fa;
  border-radius: 50%;
  border: none;
  color: #4b5563;
  cursor: pointer;
  z-index: 20;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .blog-content .content .content__single--video .play-video {
    width: 60px;
    height: 60px;
  }
}
.blog-content .content .content__single--video .play-video i {
  position: relative;
}
.blog-content .content .content__single--video .play-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  border-radius: 50%;
  -webkit-animation-name: play-video;
          animation-name: play-video;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.blog-content .content .content__single--video video {
  display: block;
  width: 100%;
  height: auto;
}
.blog-content .content .content__single--video .video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: rgba(33, 37, 41, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.blog-content .content .content__single--video .video-overlay .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #f8f9fa;
  color: #4b5563;
  border: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .blog-content .content .content__single--video .video-overlay .close {
    padding-left: 20px;
  }
}
.blog-content .content .content__single--video .video-overlay .close span {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-left: solid 1px #f8f9fc;
  margin-left: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .blog-content .content .content__single--video .video-overlay .close span {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin-left: 20px;
  }
}
.blog-content .content .content__single--video .video-overlay .close span i {
  transform: rotateZ(0deg);
  transform-origin: center center;
  transition: all 0.3s ease;
  font-size: 20px;
}
.blog-content .content .content__single--video .video-overlay .close:hover span i {
  transform: rotateZ(180deg);
}
.blog-content .content .content__single--video .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  height: 550px;
}
@media (max-width: 1199.98px) {
  .blog-content .content .content__single--video .video-overlay iframe {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .blog-content .content .content__single--video .video-overlay iframe {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .blog-content .content .content__single--video .video-overlay iframe {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .blog-content .content .content__single--video .video-overlay iframe {
    height: 350px;
  }
}
.blog-content .content .content__single--video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212529;
  opacity: 0.8;
  z-index: 10;
}
.blog-content .content .content__single--image figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-content .content .content__single--image figure figcaption {
  margin-top: 10px;
}
.blog-content .content .content__single--gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.blog-content .content .content__single--gallery figure {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 12px;
}
.blog-content .content .content__single--gallery figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-content .content .content__single--gallery figure figcaption {
  font-size: 12px;
  color: #f8f9fc;
  margin-top: 10px;
}
.blog-content .content .content__single--quote .icon {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog-content .content .content__single--quote .icon {
    font-size: 36px;
  }
}
.blog-content .content .content__single--quote blockquote {
  max-width: 800px;
}
.blog-content .content .content__single--quote blockquote .quote {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.blog-content .blog-content__cats .cats .cats__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.blog-content .blog-content__cats .cats ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
}
.blog-content .blog-content__cats .cats ul li {
  padding: 6px 12px;
}
.blog-content.glossar-content .content__single--border, .blog-content.glossar-content .content__single:last-of-type {
  border-bottom: unset !important;
  margin-bottom: unset !important;
}

/* Blog */
.blog {
  background: #f8f9fa;
  padding: 112px 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blog {
    padding: 96px 0;
  }
}
.blog .blog__text {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .blog .blog__text {
    margin-bottom: 50px;
  }
}
.blog .blog__text h2, .blog .blog__text .posttype-slider .posttype-counter, .posttype-slider .blog .blog__text .posttype-counter, .blog .blog__text .h2,
.blog .blog__text h3,
.blog .blog__text .h3,
.blog .blog__text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .blog .blog__text .title {
  margin-bottom: 0;
}
.blog__posts .blog-post-tile {
  display: block;
  color: #e9ecef;
  margin-bottom: 40px;
}
.blog__posts .blog-post-tile__media {
  width: 100%;
  height: 306px;
  margin-bottom: 16px;
  overflow: hidden;
}
.blog__posts .blog-post-tile__media img,
.blog__posts .blog-post-tile__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.blog__posts .blog-post-tile__meta p {
  font-weight: normal;
  margin-bottom: 0;
}
.blog__posts .blog-post-tile__meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.blog__posts .blog-post-tile__meta ul li {
  display: inline-block;
  font-size: 0.8rem;
}
.blog__posts .blog-post-tile__meta ul li:after {
  content: "•";
  margin: 0 5px;
}
.blog__posts .blog-post-tile__meta ul li:last-child:after {
  content: none;
}
.blog__posts .blog-post-tile__title {
  color: #4b5563;
  font-size: 1.5rem;
}
.blog__posts .blog-post-tile__link {
  padding-top: 20px;
}
.blog__posts .blog-post-tile__link a {
  color: #4b5563;
}
.blog__posts .blog-post-tile__link i {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  margin-left: 16px;
}
.blog__posts .blog-post-tile__link:hover i {
  left: 5px;
}
.blog__posts .blog-post-tile:hover .blog-post-tile__media img,
.blog__posts .blog-post-tile:hover .blog-post-tile__media video {
  transform: scale(1.1);
}
@media (max-width: 575.98px) {
  .blog__button .button {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.blog-summary {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.blog-summary__text {
  margin-bottom: 48px;
}
.blog-summary__text h2, .blog-summary__text .posttype-slider .posttype-counter, .posttype-slider .blog-summary__text .posttype-counter, .blog-summary__text .h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog-summary__text h2, .blog-summary__text .posttype-slider .posttype-counter, .posttype-slider .blog-summary__text .posttype-counter, .blog-summary__text .h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .blog-summary__text .button {
    width: 100%;
    justify-content: center;
  }
}
.blog-summary__overview .blog-summary-tile {
  display: block;
  color: #1c1c1c;
}
.blog-summary__overview .blog-summary-tile__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.blog-summary__overview .blog-summary-tile__meta span {
  display: inline;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 0;
}
.blog-summary__overview .blog-summary-tile__meta span.pressebericht {
  border: 1px solid #14B3AA;
  background: #14B3AA;
  color: #fff;
}
.blog-summary__overview .blog-summary-tile__meta span.checkliste {
  border: 1px solid #D99C5D;
  background: #D99C5D;
  color: #fff;
}
.blog-summary__overview .blog-summary-tile__meta span.kanzleimitteilung {
  border: 1px solid #007F6E;
  background: #007F6E;
  color: #fff;
}
.blog-summary__overview .blog-summary-tile__meta span.rechtstipp {
  border: 1px solid #878786;
  background: #878786;
  color: #fff;
}
.blog-summary__overview .blog-summary-tile__meta .reading_time {
  display: inline-flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #007F6E;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color: #007F6E;
}
.blog-summary__overview .blog-summary-tile__media {
  border-radius: 8px;
  width: 100%;
  height: 306px;
  margin-bottom: 16px;
  overflow: hidden;
}
.blog-summary__overview .blog-summary-tile__media img,
.blog-summary__overview .blog-summary-tile__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.blog-summary__overview .blog-summary-tile__title {
  color: #1c1c1c;
  font-size: 24px;
}
.blog-summary__overview .blog-summary-tile__link {
  padding-top: 20px;
}
.blog-summary__overview .blog-summary-tile__link a {
  color: #1c1c1c;
}
.blog-summary__overview .blog-summary-tile__link a:hover {
  color: #1c1c1c;
}
.blog-summary__overview .blog-summary-tile__link i {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.blog-summary__overview .blog-summary-tile__link:hover i {
  left: 8px;
}
.blog-summary__overview .blog-summary-tile:hover .blog-summary-tile__media img,
.blog-summary__overview .blog-summary-tile:hover .blog-summary-tile__media video {
  transform: scale(1.1);
}

.blog-posts {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.blog-posts__text {
  margin-bottom: 48px;
}
.blog-posts__text h1, .blog-posts__text .h1, .blog-posts__text .h0,
.blog-posts__text h2,
.blog-posts__text .posttype-slider .posttype-counter,
.posttype-slider .blog-posts__text .posttype-counter,
.blog-posts__text .h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog-posts__text .button {
    width: 100%;
    justify-content: center;
  }
}
.blog-posts__overview-filter {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .blog-posts__overview-filter {
    gap: 16px;
    margin-bottom: 32px;
    flex-direction: column;
  }
}
.blog-posts__overview-filter .searchbox {
  display: flex;
  justify-content: space-between;
  width: 296px;
  border-radius: 8px;
  border: 1px solid #1c1c1c;
  background: #fafafa;
}
@media (max-width: 767.98px) {
  .blog-posts__overview-filter .searchbox {
    width: 100%;
  }
}
.blog-posts__overview-filter .searchbox input {
  width: 100%;
  border: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fafafa;
  padding: 8px 0 8px 20px;
  color: #1c1c1c;
  font-size: 16px;
  outline: none;
}
.blog-posts__overview-filter .searchbox input::-moz-placeholder {
  color: #1c1c1c;
}
.blog-posts__overview-filter .searchbox input::placeholder {
  color: #1c1c1c;
}
.blog-posts__overview-filter .searchbox input:focus {
  background: #f8f9fc;
}
.blog-posts__overview-filter .searchbox .searchBtn {
  background: #fafafa;
  border: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 12px;
}
.blog-posts__overview-filter .searchbox .searchBtn:hover {
  background: #1c1c1c;
}
.blog-posts__overview-filter .searchbox .searchBtn:hover i {
  color: #fafafa;
}
.blog-posts__overview .filterbox__choice {
  display: none;
  margin-top: -40px;
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .blog-posts__overview .filterbox__choice {
    margin-top: 0;
  }
}
.blog-posts__overview .filterbox__choice-tag {
  margin: 8px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.blog-posts__overview .filterbox__choice-tag:last-of-type {
  margin-right: 0;
}
.blog-posts__overview .filterbox__choice-tag.pressebericht {
  border: 1px solid #14B3AA;
  background: #14B3AA;
  color: #fff;
}
.blog-posts__overview .filterbox__choice-tag.checkliste {
  border: 1px solid #D99C5D;
  background: #D99C5D;
  color: #fff;
}
.blog-posts__overview .filterbox__choice-tag.kanzleimitteilung {
  border: 1px solid #007F6E;
  background: #007F6E;
  color: #fff;
}
.blog-posts__overview .filterbox__choice-tag.rechtstipp {
  border: 1px solid #878786;
  background: #878786;
  color: #fff;
}
.blog-posts__overview .filterbox__choice-tag:hover {
  border-color: #1c1c1c;
  background: #1c1c1c;
}
.blog-posts__overview .filterbox__choice .remove-tag {
  padding-left: 4px;
}
.blog-posts__overview .filterbox .custom-select {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-posts__overview .filterbox .custom-icon {
  position: absolute;
  left: 10px;
  pointer-events: none;
}
.blog-posts__overview .filterbox .custom-dropdown {
  max-width: 102px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #1c1c1c;
  color: white;
  border: none;
  padding: 8px 0 8px 40px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 32px;
  outline: 0;
}
.blog-posts__overview .filterbox .custom-dropdown:hover {
  background: #1c1c1c;
}
.blog-posts__overview .filterbox .custom-dropdown:focus {
  background: #1c1c1c;
}
.blog-posts__overview .filterbox .custom-dropdown::-ms-expand {
  display: none;
}
.blog-posts__overview .blog-post-tile {
  display: block;
  color: #1c1c1c;
}
.blog-posts__overview .blog-post-tile__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.blog-posts__overview .blog-post-tile__meta span {
  display: inline;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 0;
}
.blog-posts__overview .blog-post-tile__meta span.pressebericht {
  border: 1px solid #14B3AA;
  background: #14B3AA;
  color: #fff;
}
.blog-posts__overview .blog-post-tile__meta span.checkliste {
  border: 1px solid #D99C5D;
  background: #D99C5D;
  color: #fff;
}
.blog-posts__overview .blog-post-tile__meta span.kanzleimitteilung {
  border: 1px solid #007F6E;
  background: #007F6E;
  color: #fff;
}
.blog-posts__overview .blog-post-tile__meta span.rechtstipp {
  border: 1px solid #878786;
  background: #878786;
  color: #fff;
}
.blog-posts__overview .blog-post-tile__meta .reading_time {
  display: inline-flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #007F6E;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color: #007F6E;
}
.blog-posts__overview .blog-post-tile__media {
  border-radius: 8px;
  width: 100%;
  min-height: 300px;
  aspect-ratio: 1/1;
  margin-bottom: 16px;
  overflow: hidden;
  max-height: 416px;
}
@media (max-width: 767.98px) {
  .blog-posts__overview .blog-post-tile__media {
    max-width: unset;
  }
}
.blog-posts__overview .blog-post-tile__media img,
.blog-posts__overview .blog-post-tile__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.blog-posts__overview .blog-post-tile__title {
  color: #1c1c1c;
  font-size: 24px;
}
.blog-posts__overview .blog-post-tile__link {
  padding-top: 20px;
}
.blog-posts__overview .blog-post-tile__link a {
  color: #1c1c1c;
}
.blog-posts__overview .blog-post-tile__link a:hover {
  color: #1c1c1c;
}
.blog-posts__overview .blog-post-tile__link i {
  position: relative;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  margin-left: 10px;
}
.blog-posts__overview .blog-post-tile__link:hover i {
  transform: translateX(5px);
}
.blog-posts__overview .blog-post-tile:hover .blog-post-tile__media img,
.blog-posts__overview .blog-post-tile:hover .blog-post-tile__media video {
  transform: scale(1.1);
}
.blog-posts__load {
  text-align: center;
  padding-top: 56px;
}
.blog-posts__load button {
  position: relative;
}
.blog-posts__load button .caption {
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  align-items: center;
}
.blog-posts__load button .loading {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.blog-posts__load button .loading span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8f9fa;
  -webkit-animation: loading 0.6s 0.1s linear infinite;
          animation: loading 0.6s 0.1s linear infinite;
}
.blog-posts__load button .loading span:nth-of-type(2) {
  -webkit-animation: loading 0.6s 0.2s linear infinite;
          animation: loading 0.6s 0.2s linear infinite;
}
.blog-posts__load button .loading span:nth-of-type(3) {
  -webkit-animation: loading 0.6s 0.3s linear infinite;
          animation: loading 0.6s 0.3s linear infinite;
}
.blog-posts__load button .loading span:last-of-type {
  margin-right: 0;
}
.blog-posts__load button.progress .loading {
  opacity: 1;
}

@-webkit-keyframes loading {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes loading {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumbs__inner {
  margin-bottom: 24px;
}
.breadcrumbs__inner .breadcrumbs__label {
  font-size: 14px;
  font-weight: normal;
  color: #f8f9fc;
  margin-right: 0.75rem;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .breadcrumbs__inner .breadcrumbs__label {
    margin-right: 0.5rem;
  }
}
.breadcrumbs__inner .breadcrumbs__trail {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.1rem;
}
.breadcrumbs__inner .breadcrumb {
  margin: 0;
  padding: 0;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.35rem;
       column-gap: 0.35rem;
  align-items: center;
}
.breadcrumbs__inner .breadcrumb a {
  font-size: 14px;
  color: #1c1c1c;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs__inner .breadcrumb a:hover {
  color: #4b5563;
}
.breadcrumbs__inner .breadcrumb > *:last-child,
.breadcrumbs__inner .breadcrumb .current-page {
  font-size: 14px;
  font-weight: normal;
  color: #4b5563;
  pointer-events: none;
}
.breadcrumbs__inner .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 0.1rem 0 0;
  color: #4b5563;
}

.cards {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.cards__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 768px) {
  .cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cards__card:last-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 992px) {
  .cards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }
  .cards__card--1 {
    grid-column: 1 !important;
    grid-row: 1;
  }
  .cards__card--2 {
    grid-column: 2 !important;
    grid-row: 1;
  }
  .cards__card--3 {
    grid-column: 3 !important;
    grid-row: 1;
  }
  .cards__card--4 {
    grid-column: 1 !important;
    grid-row: 2;
  }
  .cards__card--5 {
    grid-column: 2/4 !important;
    grid-row: 2;
  }
}
.cards__card {
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(28, 28, 28, 0.06);
  box-shadow: 0 8px 24px rgba(28, 28, 28, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
@media (hover: hover) {
  .cards__card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 48, 126, 0.35);
    box-shadow: 0 10px 24px rgba(28, 28, 28, 0.12), 0 0 0 1px rgba(37, 48, 126, 0.12), 0 0 14px rgba(37, 48, 126, 0.12);
  }
  .cards__card:hover .cards__link {
    color: #4b5563;
    transform: translateX(4px);
  }
  .cards__card:hover .cards__link-icon {
    transform: translateX(2px);
  }
}
.cards__card--dark {
  background: #e64c14;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cards__card--dark .cards__title {
  color: #fff;
  font-weight: 700;
}
.cards__card--dark .cards__text {
  color: rgba(255, 255, 255, 0.75);
}
.cards__card--dark .cards__link {
  color: #fafafa;
}
@media (hover: hover) {
  .cards__card--dark:hover {
    border-color: rgba(37, 48, 126, 0.35);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(37, 48, 126, 0.15), 0 0 18px rgba(37, 48, 126, 0.18);
  }
  .cards__card--dark:hover .cards__link {
    color: #25307e;
  }
}
@media (min-width: 992px) {
  .cards__card--landscape {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cards__card--landscape .cards__image-wrapper {
    aspect-ratio: unset;
    flex: 0 0 45%;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .cards__card--landscape .cards__content {
    flex: 1;
    padding: 32px 28px;
    justify-content: center;
  }
}
.cards__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  padding: 16px;
}
.cards__image {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cards__tagline-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #1c1c1c;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1.4;
  z-index: 1;
}
.cards__card--dark .cards__tagline-badge {
  background: #25307e;
}
.cards__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 24px;
}
@media (min-width: 768px) {
  .cards__content {
    padding: 24px 24px 28px;
  }
}
.cards__content-top {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cards__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.cards__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.cards__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.cards__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
}
.cards__text {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 0;
}
.cards__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.cards__tag {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #4b5563;
  background: #f8f9fc;
  border: 1px solid rgb(219.44, 224.52, 239.76);
  border-radius: 20px;
  padding: 4px 12px;
  line-height: 1.4;
}
.cards__button-group {
  margin-top: auto;
  padding-top: 16px;
}
.cards__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: #25307e;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.cards__link:focus-visible {
  outline: 2px solid #25307e;
  outline-offset: 4px;
  border-radius: 4px;
}
.cards__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.contact-block {
  background: var(--background);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.contact-block .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}
.contact-block__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact-block__card {
    grid-template-columns: 1fr;
  }
}
.contact-block__left, .contact-block__right {
  padding: clamp(2.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
}
.contact-block__left {
  background: #25307e;
  gap: 1.5rem;
}
.contact-block__right {
  background: #f8f9fc;
  justify-content: center;
}
.contact-block__right .frm_forms {
  width: 100%;
}
.contact-block__right .frm_forms fieldset {
  background: transparent;
}
.contact-block__right .frm_error {
  font-size: 0.75rem;
  color: #25307e;
  margin-top: 0.25rem;
}
.contact-block__right .frm_error_style {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: rgba(37, 48, 126, 0.1);
  color: rgb(25.4233128834, 32.981595092, 86.5766871166);
  border: none;
}
.contact-block__right .frm_message {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}
.contact-block__heading {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.contact-block__text {
  color: rgb(191, 219, 254);
}
.contact-block__text p {
  max-width: 560px;
  color: rgb(191, 219, 254);
  margin: 0;
}
.contact-block__text a {
  color: #fff;
  text-decoration: underline;
}
.contact-block__text h1, .contact-block__text .h1, .contact-block__text .h0,
.contact-block__text h2,
.contact-block__text .posttype-slider .posttype-counter,
.posttype-slider .contact-block__text .posttype-counter,
.contact-block__text .h2,
.contact-block__text h3,
.contact-block__text .h3,
.contact-block__text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .contact-block__text .title,
.contact-block__text h4,
.contact-block__text .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .contact-block__text .title,
.contact-block__text .post-content .meta-section__title,
.post-content .contact-block__text .meta-section__title,
.contact-block__text .h4,
.contact-block__text h5,
.contact-block__text .h5,
.contact-block__text h6,
.contact-block__text .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .contact-block__text .text-section__title,
.contact-block__text .h6 {
  color: #fff;
}
.contact-block__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-block__info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-block__info-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #e64c14;
  flex-shrink: 0;
}
.contact-block__info-ico svg {
  display: block;
}
.contact-block__info-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.contact-block__info-body span {
  color: rgb(191, 219, 254);
}
.contact-block__info-body a,
.contact-block__info-body address,
.contact-block__info-body .contact-block__plain-text {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  word-break: break-word;
  line-height: 1.55;
}
.contact-block__info-body a:hover {
  color: #e64c14;
}
.contact-block__info-body address {
  font-style: normal;
  margin: 0;
}
.contact-block__plain-text {
  white-space: normal;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1.55;
  transition: color 0.2s ease;
  word-break: break-word;
}
.contact-block__plain-text p {
  margin: 0;
}
.contact-block__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.contact-block__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.contact-block__social-link svg {
  display: block;
  width: 24px;
  height: 24px;
}
.contact-block__social-link:hover {
  background: #e64c14;
  color: #fff;
  transform: translateY(-2px);
}
.contact-block__social-link:focus-visible {
  outline: 2px solid #e64c14;
  outline-offset: 2px;
}

.contact-cta {
  background: var(--background);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.contact-cta .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}
.contact-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact-cta__card {
    grid-template-columns: 1fr;
  }
}
.contact-cta__left, .contact-cta__right {
  padding: clamp(2.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
}
.contact-cta__left {
  background: #f8f9fc;
  gap: 1.75rem;
}
.contact-cta__right {
  background: #25307e;
  gap: 1.5rem;
}
.contact-cta__right p {
  max-width: 560px;
  color: rgb(191, 219, 254);
}
.contact-cta__text--left {
  color: var(--bs-body-color);
}
.contact-cta__text--left h1, .contact-cta__text--left .h1, .contact-cta__text--left .h0,
.contact-cta__text--left h2,
.contact-cta__text--left .posttype-slider .posttype-counter,
.posttype-slider .contact-cta__text--left .posttype-counter,
.contact-cta__text--left .h2,
.contact-cta__text--left h3,
.contact-cta__text--left .h3,
.contact-cta__text--left .overlay .overlay__content--text .title,
.overlay .overlay__content--text .contact-cta__text--left .title,
.contact-cta__text--left h4,
.contact-cta__text--left .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .contact-cta__text--left .title,
.contact-cta__text--left .post-content .meta-section__title,
.post-content .contact-cta__text--left .meta-section__title,
.contact-cta__text--left .h4,
.contact-cta__text--left h5,
.contact-cta__text--left .h5,
.contact-cta__text--left h6,
.contact-cta__text--left .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .contact-cta__text--left .text-section__title,
.contact-cta__text--left .h6 {
  color: #1c1c1c;
}
.contact-cta__text--left a {
  color: #1c1c1c;
  text-decoration: underline;
}
.contact-cta__text--right h2, .contact-cta__text--right .posttype-slider .posttype-counter, .posttype-slider .contact-cta__text--right .posttype-counter, .contact-cta__text--right .h2,
.contact-cta__text--right h3,
.contact-cta__text--right .h3,
.contact-cta__text--right .overlay .overlay__content--text .title,
.overlay .overlay__content--text .contact-cta__text--right .title,
.contact-cta__text--right h4,
.contact-cta__text--right .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .contact-cta__text--right .title,
.contact-cta__text--right .post-content .meta-section__title,
.post-content .contact-cta__text--right .meta-section__title,
.contact-cta__text--right .h4,
.contact-cta__text--right h5,
.contact-cta__text--right .h5,
.contact-cta__text--right h6,
.contact-cta__text--right .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .contact-cta__text--right .text-section__title,
.contact-cta__text--right .h6 {
  color: #fff;
}
.contact-cta__text--right a {
  color: rgba(37, 48, 126, 0.1);
  text-decoration: underline;
}
.contact-cta__list-wrap {
  display: grid;
  gap: 2rem;
  margin-top: 0.25rem;
}
.contact-cta__list-item {
  border-left: 2px solid #e64c14;
  padding-left: 16px;
}
.contact-cta__list-title {
  font-size: 20px;
  color: #25307e;
  margin: 0 0 0.5rem;
}
.contact-cta__list-text {
  color: var(--bs-body-color);
}
.contact-cta__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-cta__info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-cta__info-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #e64c14;
  flex-shrink: 0;
}
.contact-cta__info-ico svg {
  display: block;
}
.contact-cta__info-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.contact-cta__info-body span {
  color: rgb(191, 219, 254);
}
.contact-cta__info-body a,
.contact-cta__info-body address,
.contact-cta__info-body .contact-block__plain-text {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  word-break: break-word;
}
.contact-cta__info-body a:hover {
  color: #e64c14;
}
.contact-cta__info-body address {
  font-style: normal;
  margin: 0;
}
.contact-cta__plain-text {
  white-space: normal;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1.55;
  transition: color 0.2s ease;
  word-break: break-word;
}
.contact-cta__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.contact-cta__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.contact-cta__social-link svg {
  display: block;
  width: 24px;
  height: 24px;
}
.contact-cta__social-link:hover {
  background: #e64c14;
  color: #fff;
  transform: translateY(-2px);
}
.contact-cta__social-link:focus-visible {
  outline: 2px solid #e64c14;
  outline-offset: 2px;
}
.contact-cta__button-wrap {
  margin-top: 0.5rem;
}

.content {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.content__navigation {
  padding-bottom: 48px;
}
.content__table-of-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: var(--padding-top);
}
@media (max-width: 1199.98px) {
  .content__table-of-content {
    padding-top: 0;
  }
}
.content__table-of-content .table-title {
  font-size: 24px;
  color: #1c1c1c;
  margin-bottom: 24px;
}
.content__table-of-content .link {
  border-left: 3px solid #C7C9CA;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 1rem;
}
.content__table-of-content .link.active {
  border-color: #1c1c1c;
}
.content__table-of-content .link.active .button {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.content__table-of-content .link .button {
  text-align: left;
}
.content__lawyer {
  padding-top: 48px;
  border-top: 1px solid #C7C9CA;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.content__lawyer .lawyer_title {
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .content__lawyer .lawyer_title {
    margin-bottom: 24px;
  }
}
.content__lawyer-block {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 24px;
  margin-bottom: 24px;
}
.content__lawyer-block:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .content__lawyer-block {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.content__lawyer-block .lawyer-image img {
  width: 164px;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.content__lawyer-block .lawyer-informations .lawyer-name {
  font-size: 24px;
  color: #1c1c1c;
}
.content__lawyer-block .lawyer-informations .lawyer-area {
  max-width: 220px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .content__lawyer-block .lawyer-informations .lawyer-area {
    max-width: unset;
    margin-bottom: 0;
  }
}
.content__lawyer-block .lawyer-informations .lawyer-email {
  font-size: 15px;
  font-weight: normal;
}
.content__lawyer-block .lawyer-informations .lawyer-phone {
  font-size: 15px;
  font-weight: normal;
}
.content__lawyer-block .lawyer-link {
  align-self: flex-end;
}
@media (max-width: 575.98px) {
  .content__lawyer-block .lawyer-link {
    align-self: flex-start;
  }
}
.content__lawyer-block .lawyer-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f8f9fc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.content__lawyer-block .lawyer-link:hover i {
  background: #1c1c1c;
  color: #fff;
}
.content .text-container {
  padding-top: var(--padding-top);
}
.content .text-container h2, .content .text-container .posttype-slider .posttype-counter, .posttype-slider .content .text-container .posttype-counter, .content .text-container .h2,
.content .text-container h3,
.content .text-container .h3,
.content .text-container .overlay .overlay__content--text .title,
.overlay .overlay__content--text .content .text-container .title,
.content .text-container h4,
.content .text-container .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .content .text-container .title,
.content .text-container .post-content .meta-section__title,
.post-content .content .text-container .meta-section__title,
.content .text-container .h4,
.content .text-container h5,
.content .text-container .h5,
.content .text-container h6,
.content .text-container .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .content .text-container .text-section__title,
.content .text-container .h6 {
  margin-top: 24px;
  color: #1c1c1c;
}

.counter {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.counter__card {
  background: #fff;
  border-radius: 6px;
  padding: 2rem 2.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767.98px) {
  .counter__card {
    padding: 1.25rem;
  }
}
.counter__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}
@media (max-width: 1199.98px) {
  .counter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .counter__grid {
    grid-template-columns: 1fr;
  }
}
.counter__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
  padding: 0 2rem;
  min-height: 92px;
  /* 2 Spalten Layout */
  /* 1 Spalte Layout */
}
.counter__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 58px;
  background: rgba(16, 24, 40, 0.08);
}
@media (max-width: 1199.98px) {
  .counter__item {
    padding: 1.25rem;
    /* Standard-Trenner rechts erst mal aus */
    /* Nur in Spalte 1 der jeweiligen Zeile vertikalen Trenner zeigen */
    /* Erste Zeile bekommt unteren Trenner */
  }
  .counter__item::after {
    display: none;
  }
  .counter__item:nth-child(odd)::after {
    display: block;
  }
  .counter__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  }
}
@media (max-width: 991.98px) {
  .counter__item {
    min-height: auto;
    padding: 1rem 0;
    border-bottom: 0;
  }
  .counter__item::after {
    display: none !important;
  }
  .counter__item:not(:last-child) {
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  }
  .counter__item:nth-child(-n+2) {
    border-bottom: 0;
  }
  .counter__item:not(:last-child) {
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  }
}
.counter__item:nth-child(even) .counter__number,
.counter__item:nth-child(even) .counter__prefix,
.counter__item:nth-child(even) .counter__suffix,
.counter__item:nth-child(even) .counter__number-value {
  color: #1c1c1c;
}
.counter__number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.04em;
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #25307e;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 1199.98px) {
  .counter__number {
    font-size: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .counter__number {
    font-size: 2rem;
  }
}
.counter__prefix, .counter__suffix, .counter__number-value {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-variant-numeric: tabular-nums;
}
.counter__prefix {
  margin-right: 0.02em;
}
.counter__suffix {
  margin-left: 0.02em;
}
.counter__number-value {
  display: inline-block;
  min-width: 1.4ch;
}
.counter__label {
  margin: 0;
  text-transform: uppercase;
  color: #4b5563;
}

.cta-boxed {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  height: 100vh;
  min-height: 850px;
}
@media (max-width: 991.98px) {
  .cta-boxed {
    min-height: 500px;
  }
}
.cta-boxed.white {
  background: var(--light);
}
.cta-boxed__container {
  height: 100%;
  margin: 0 104px;
  position: relative;
  color: var(--color);
  border-radius: 16px;
}
@media (max-width: 1199.98px) {
  .cta-boxed__container {
    margin: 0 80px;
  }
}
@media (max-width: 767.98px) {
  .cta-boxed__container {
    margin: 0 1rem;
  }
}
.cta-boxed .color-overlay {
  border-radius: 16px;
}
.cta-boxed__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.cta-boxed__background img,
.cta-boxed__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.cta-boxed__content {
  position: relative;
  z-index: 10;
  height: 100%;
  align-items: center;
  display: flex;
}
.cta-boxed__content .text-container p {
  font-weight: normal;
}
.cta-boxed__content .button-container {
  display: flex;
  flex-flow: row;
}
@media (max-width: 991.98px) {
  .cta-boxed__content .button-container {
    flex-flow: column;
  }
}
@media (max-width: 575.98px) {
  .cta-boxed__content .button-container .button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.cta-boxed__content .button {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .cta-boxed__content .button:last-of-type {
    margin-top: 32px;
    padding-left: 30px;
  }
}
.cta-boxed__content .button--text {
  margin-left: 32px;
}
@media (max-width: 991.98px) {
  .cta-boxed__content .button--text {
    margin-left: 0;
  }
}
.cta-boxed__content .button--text i {
  padding-left: 16px;
}

.cta-fullwidth {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  overflow: hidden;
}
.cta-fullwidth.style--dark {
  background-color: #1c1c1c;
}
.cta-fullwidth.style--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 0% 50%, rgba(37, 48, 126, 0.1) 0%, transparent 60%), radial-gradient(ellipse 40% 80% at 100% 50%, rgba(37, 48, 126, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.cta-fullwidth.style--dark .cta-fullwidth__label {
  color: #25307e;
}
.cta-fullwidth.style--dark .cta-fullwidth__title {
  color: #fff;
}
.cta-fullwidth.style--dark .cta-fullwidth__text p {
  color: rgba(255, 255, 255, 0.55);
}
.cta-fullwidth.style--dark .button--primary {
  background: #25307e;
  color: #fff;
  border-color: #25307e;
}
.cta-fullwidth.style--dark .button--primary:hover {
  background: rgb(46.2613496933, 60.0147239264, 157.5386503067);
  border-color: rgb(46.2613496933, 60.0147239264, 157.5386503067);
  transform: translateY(-1px);
}
.cta-fullwidth.style--dark .button--light {
  color: rgba(255, 255, 255, 0.6);
}
.cta-fullwidth.style--dark .button--light:hover {
  color: #fff;
}
.cta-fullwidth.style--light {
  background-color: #fff;
  border-top: 1px solid #eef1f4;
}
.cta-fullwidth.style--light .cta-fullwidth__label {
  color: #25307e;
}
.cta-fullwidth.style--light .cta-fullwidth__title {
  color: #1c1c1c;
}
.cta-fullwidth.style--light .cta-fullwidth__text p {
  color: #4b5563;
}
.cta-fullwidth.style--light .button--primary {
  background: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}
.cta-fullwidth.style--light .button--primary:hover {
  background: #25307e;
  border-color: #25307e;
  transform: translateY(-1px);
}
.cta-fullwidth.style--light .button--dark {
  color: rgba(28, 28, 28, 0.5);
}
.cta-fullwidth.style--light .button--dark:hover {
  color: #1c1c1c;
}
.cta-fullwidth__content {
  position: relative;
  z-index: 1;
}
.cta-fullwidth__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.cta-fullwidth__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}
.cta-fullwidth__text p {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}
.cta-fullwidth .button-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .cta-fullwidth .button-container {
    margin-top: 32px;
  }
}
@media (max-width: 575.98px) {
  .cta-fullwidth .button-container {
    flex-direction: column;
    width: 100%;
  }
  .cta-fullwidth .button-container .button {
    width: 100%;
    justify-content: center;
  }
}
.cta-fullwidth .button--primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.cta-fullwidth .button--primary svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.cta-fullwidth .button--primary:hover svg {
  transform: translateX(3px);
}
.cta-fullwidth .button--text {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.cta-media-text__wrapper {
  background: var(--background);
}
.cta-media-text__media {
  min-height: 950px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .cta-media-text__media {
    min-height: 600px;
  }
}
@media (max-width: 767.98px) {
  .cta-media-text__media {
    min-height: 0;
  }
}
.cta-media-text__media img,
.cta-media-text__media video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .cta-media-text__media img,
  .cta-media-text__media video {
    position: relative;
  }
}
.cta-media-text__text {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.cta-media-text__text .content {
  font-weight: normal;
}
.cta-media-text__text .button {
  margin-top: 48px;
}
@media (max-width: 575.98px) {
  .cta-media-text__text .button {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.cta-media-text__text .button:hover {
  background: rgb(236.1, 238.8, 241.5);
}
.cta-media-text--boxed {
  background: var(--background);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.cta-media-text--boxed .cta-media-text__wrapper {
  background: var(--contrast);
}

.cta {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.cta__content {
  border-radius: 16px;
  background: #fff2ea;
  padding: 32px;
}
@media (max-width: 575.98px) {
  .cta__content {
    padding: 24px;
  }
}
.cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .cta__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
.cta__text {
  min-width: 0;
}
.cta__intro {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 800px;
}
@media (max-width: 575.98px) {
  .cta__intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cta__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e64c14;
  color: #fff;
  flex-shrink: 0;
}
.cta__icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}
@media (max-width: 767.98px) {
  .cta__icon {
    width: 52px;
    height: 52px;
  }
  .cta__icon svg {
    width: 26px;
    height: 26px;
  }
}
.cta__heading {
  min-width: 0;
}
.cta__topline {
  margin-bottom: 6px;
}
.cta__body h1, .cta__body .h1, .cta__body .h0,
.cta__body h2,
.cta__body .posttype-slider .posttype-counter,
.posttype-slider .cta__body .posttype-counter,
.cta__body .h2,
.cta__body h3,
.cta__body .h3,
.cta__body .overlay .overlay__content--text .title,
.overlay .overlay__content--text .cta__body .title,
.cta__body h4,
.cta__body .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .cta__body .title,
.cta__body .post-content .meta-section__title,
.post-content .cta__body .meta-section__title,
.cta__body .h4,
.cta__body h5,
.cta__body .h5,
.cta__body h6,
.cta__body .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .cta__body .text-section__title,
.cta__body .h6 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #1c1c1c;
}
.cta__body h2, .cta__body .posttype-slider .posttype-counter, .posttype-slider .cta__body .posttype-counter, .cta__body .h2 {
  font-size: 24px;
  line-height: 1.25;
}
.cta__body p:last-child {
  margin-bottom: 0;
}
.cta__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cta__buttons {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .cta__buttons {
    display: block;
  }
}

.downloads {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.downloads-title {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .downloads-title {
    margin-bottom: 32px;
  }
}
.downloads-category {
  margin-bottom: 24px;
}
.downloads .download {
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .downloads .download {
    display: block;
  }
}
.downloads .download__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 88px;
}
@media (max-width: 767.98px) {
  .downloads .download__block {
    gap: 24px;
  }
}
@media (max-width: 575.98px) {
  .downloads .download__block {
    display: block;
  }
}
.downloads .download__block-content-title {
  font-size: 24px;
  color: #1c1c1c;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 150%;
  margin-bottom: 20px;
}
.downloads .download__block-content-text {
  font-size: 24px;
  color: #f8f9fc;
  font-weight: normal;
  line-height: 150%;
}
.downloads .download__link {
  align-self: flex-end;
}
@media (max-width: 575.98px) {
  .downloads .download__link {
    margin-top: 24px;
  }
}
.downloads .download__link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4F4F4F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.downloads .download__link-button svg {
  fill: #4F4F4F;
  width: 18px;
  height: 18px;
}
.downloads .download__link-button:hover {
  background: #1c1c1c;
}
.downloads .download__link-button:hover svg {
  fill: #fff;
}

.error {
  height: 100vh;
}
.error .error-message {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 575.98px) {
  .error .error-message {
    display: block;
  }
}
.error .error-message__code {
  font-size: clamp(2rem, 0.9362rem + 3.4043vw, 4rem);
  margin-bottom: 0;
  color: #1c1c1c;
  flex-shrink: 1;
}
.error .error-message__text {
  flex: 1;
  margin-left: 56px;
}
@media (max-width: 575.98px) {
  .error .error-message__text {
    margin-left: 0;
  }
}
.error .error-message__text p {
  color: #1c1c1c;
}
.error .error-message__text .button {
  margin-top: 40px;
}

.faq {
  background: var(--background);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.faq__intro {
  max-width: 900px;
  margin: 0 auto;
}
.faq__text {
  margin: 0 auto;
}
.faq .button-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .faq .button-container {
    margin-top: 24px;
  }
}
.faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}
.faq__column {
  min-width: 0;
}
.faq__accordions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq .accordion {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(28, 28, 28, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
@media (hover: hover) {
  .faq .accordion:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 48, 126, 0.35);
  }
}
.faq .accordion__header {
  outline: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  width: 100%;
  padding: 24px;
  text-align: left;
  font-size: 1rem;
  background: #fff;
  color: #1c1c1c;
  cursor: pointer;
  -webkit-hyphens: auto;
          hyphens: auto;
  transition: color 0.2s ease;
}
@media (max-width: 767.98px) {
  .faq .accordion__header {
    padding: 20px 18px;
    gap: 16px;
  }
}
.faq .accordion__header:focus-visible {
  outline: 2px solid #25307e;
  outline-offset: 2px;
}
.faq .accordion__title {
  flex: 1 1 auto;
  min-width: 0;
}
.faq .accordion__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  position: relative;
  margin-top: 4px;
}
.faq .accordion__icon::before, .faq .accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #25307e;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq .accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .accordion__header.open .accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}
.faq .accordion__content {
  color: #4b5563;
  display: none;
  padding: 0 24px 24px;
}
@media (max-width: 767.98px) {
  .faq .accordion__content {
    padding: 0 18px 18px;
  }
}
.faq .accordion__content .inner {
  padding-right: 8%;
}
@media (max-width: 991.98px) {
  .faq .accordion__content .inner {
    padding-right: 0;
  }
}
.faq .accordion__content .inner p:last-of-type,
.faq .accordion__content .inner ul:last-of-type,
.faq .accordion__content .inner ol:last-of-type {
  margin-bottom: 0;
}
.faq .accordion:last-of-type {
  margin-bottom: 0;
}
.faq.background--white .accordion {
  background: #f8f9fc;
}
.faq.background--white .accordion__header {
  background: #f8f9fc;
}

.feature-grid {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.feature-grid__inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 16px;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .feature-grid__inner {
    grid-template-columns: 1fr;
  }
}
.feature-grid__media {
  position: relative;
  min-height: 420px;
  border-radius: 6px;
  overflow: hidden;
  background: #dfe6eb;
}
@media (max-width: 767.98px) {
  .feature-grid__media {
    min-height: 340px;
  }
}
.feature-grid__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 0, 12, 0.72) 0%, rgba(2, 0, 12, 0.28) 38%, rgba(2, 0, 12, 0.06) 100%);
  z-index: 2;
  pointer-events: none;
}
.feature-grid__slider,
.feature-grid .swiper,
.feature-grid .swiper-wrapper,
.feature-grid .swiper-slide {
  width: 100%;
  height: 100%;
}
.feature-grid__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.feature-grid .swiper-slide {
  position: relative;
  overflow: hidden;
}
.feature-grid__image-trigger {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.feature-grid__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-grid__image-trigger:hover .feature-grid__image {
  transform: scale(1.04);
}
.feature-grid__image-trigger:focus-visible {
  outline: 2px solid #25307e;
  outline-offset: -2px;
}
.feature-grid__media-content {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 3;
  max-width: 720px;
}
@media (max-width: 767.98px) {
  .feature-grid__media-content {
    left: 20px;
    right: 20px;
  }
}
.feature-grid__media-content--top {
  top: 24px;
}
@media (max-width: 767.98px) {
  .feature-grid__media-content--top {
    top: 20px;
  }
}
.feature-grid__pagination {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 4;
}
.feature-grid .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #fff !important;
  opacity: 1 !important;
  margin: 0 4px !important;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.feature-grid .swiper-pagination-bullet-active {
  background-color: #25307e !important;
  transform: scale(1.2);
}
.feature-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: stretch;
}
.feature-grid__card {
  border-radius: 6px;
  padding: 28px 24px;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .feature-grid__card {
    min-height: 112px;
    padding: 24px 20px;
  }
}
.feature-grid__card.is-dark {
  background: #1c1c1c;
  color: rgba(250, 250, 250, 0.72);
}
.feature-grid__card.is-dark .feature-grid__card-prefix,
.feature-grid__card.is-dark .feature-grid__card-number-value,
.feature-grid__card.is-dark .feature-grid__card-suffix {
  color: #fff;
}
.feature-grid__card.is-light {
  background: #25307e;
  color: rgba(250, 250, 250, 0.72);
}
.feature-grid__card.is-light .feature-grid__card-prefix,
.feature-grid__card.is-light .feature-grid__card-number-value,
.feature-grid__card.is-light .feature-grid__card-suffix {
  color: #fff;
}
.feature-grid__card-number {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 1.4rem + 0.6vw, 2.4rem);
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 2px;
  flex-wrap: wrap;
}
.feature-grid__card-prefix, .feature-grid__card-suffix {
  display: inline-block;
}
.feature-grid__card-number-value {
  display: inline-block;
}
.feature-grid__card-text {
  font-size: 18px;
}
.feature-grid.background--white, .feature-grid.background--transparent {
  background: transparent;
}
.feature-grid.background--light {
  background: #fafafa;
}
.feature-grid.background--dark {
  background: #1c1c1c;
}
.feature-grid.background--dark .feature-grid__media-title {
  color: #fff;
}
.feature-grid.background--dark .feature-grid__media-text {
  color: rgba(250, 250, 250, 0.72);
}
.feature-grid.background--dark .feature-grid__card.is-dark {
  color: rgba(250, 250, 250, 0.72);
}

.features {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  position: relative;
  overflow: hidden;
}
.features__overview {
  position: relative;
  z-index: 2;
}
.features__intro {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .features__intro {
    margin-bottom: 32px;
  }
}
.features__hl {
  color: var(--features-highlight-color, #25307e);
}
.features__grid {
  justify-content: center;
}
.features .feature-block {
  display: flex;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.features .feature {
  width: 100%;
  min-height: 100%;
  padding: 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #f8f9fc;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
@media (max-width: 767.98px) {
  .features .feature {
    padding: 22px 20px;
  }
}
.features .feature--link {
  cursor: pointer;
}
@media (hover: hover) {
  .features .feature:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 48, 126, 0.35);
  }
}
.features .feature:focus-visible {
  outline: 2px solid #e64c14;
  outline-offset: 3px;
  transform: translateY(-4px);
}
.features .feature__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: rgba(37, 48, 126, 0.1);
  color: #25307e;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}
.features .feature__icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
  transition: inherit;
}
.features .feature__icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.features .feature__title {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 8px;
}
.features .feature__title span {
  display: block;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  transition: color 0.25s ease;
}
.features .feature__text {
  color: var(--bs-body-color);
  flex: 1;
  margin-bottom: 16px;
}
.features .feature__link {
  margin-top: auto;
}
.features .feature__link-anchor {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: #25307e;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.features .feature__link-anchor svg {
  flex-shrink: 0;
  filter: drop-shadow(0 0 0 currentColor);
}
@media (hover: hover) {
  .features .feature:hover .feature__icon {
    background: #e64c14;
    color: #fff;
  }
  .features .feature:hover .feature__title span {
    color: #e64c14;
  }
  .features .feature:hover .feature__link-anchor {
    color: #e64c14;
    gap: 8px;
  }
}
.features .feature:focus-visible .feature__icon {
  background: #e64c14;
  color: #fff;
}
.features .feature:focus-visible .feature__title span {
  color: #e64c14;
}
.features .feature:focus-visible .feature__link-anchor {
  color: #e64c14;
  gap: 8px;
}
.features.background--gray .feature {
  background: #fff;
}

.gallery-slider {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.gallery-slider__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .gallery-slider__header {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 28px;
  }
}
.gallery-slider__intro {
  max-width: 700px;
}
.gallery-slider__topline {
  margin-bottom: 12px;
}
.gallery-slider__title h1, .gallery-slider__title .h1, .gallery-slider__title .h0,
.gallery-slider__title h2,
.gallery-slider__title .posttype-slider .posttype-counter,
.posttype-slider .gallery-slider__title .posttype-counter,
.gallery-slider__title .h2,
.gallery-slider__title h3,
.gallery-slider__title .h3,
.gallery-slider__title .overlay .overlay__content--text .title,
.overlay .overlay__content--text .gallery-slider__title .title,
.gallery-slider__title h4,
.gallery-slider__title .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .gallery-slider__title .title,
.gallery-slider__title .post-content .meta-section__title,
.post-content .gallery-slider__title .meta-section__title,
.gallery-slider__title .h4,
.gallery-slider__title h5,
.gallery-slider__title .h5,
.gallery-slider__title h6,
.gallery-slider__title .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .gallery-slider__title .text-section__title,
.gallery-slider__title .h6,
.gallery-slider__title p,
.gallery-slider__title ul,
.gallery-slider__title ol,
.gallery-slider__title li {
  margin-bottom: 0;
}
.gallery-slider__title h2, .gallery-slider__title .posttype-slider .posttype-counter, .posttype-slider .gallery-slider__title .posttype-counter, .gallery-slider__title .h2,
.gallery-slider__title h3,
.gallery-slider__title .h3,
.gallery-slider__title .overlay .overlay__content--text .title,
.overlay .overlay__content--text .gallery-slider__title .title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
}
.gallery-slider__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .gallery-slider__nav {
    justify-content: flex-start;
    padding-top: 0;
  }
}
.gallery-slider__slide {
  width: 100%;
  position: relative;
  z-index: 2;
}
.gallery-slider .swiper {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.gallery-slider .swiper-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.gallery-slider .swiper-slide {
  height: auto;
  position: relative;
  z-index: 2;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-slider .images__image {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 991.98px) {
  .gallery-slider .images__image {
    height: 22rem;
  }
}
@media (max-width: 767.98px) {
  .gallery-slider .images__image {
    height: 20rem;
  }
}
@media (max-width: 575.98px) {
  .gallery-slider .images__image {
    height: 17rem;
  }
}
.gallery-slider .images__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  border-radius: 12px;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-slider .images__image:focus-visible {
  outline: 2px solid #25307e;
  outline-offset: 4px;
}
@media (hover: hover) {
  .gallery-slider .swiper-slide:hover .images__image {
    transform: translateY(-6px);
  }
  .gallery-slider .swiper-slide:hover .images__image img {
    transform: scale(1.04);
  }
}
.gallery-slider .arrows {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.gallery-slider .arrows svg {
  width: 18px;
  height: 18px;
  display: block;
}
.gallery-slider .arrows.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .gallery-slider .arrows {
    width: 40px;
    height: 40px;
  }
  .gallery-slider .arrows svg {
    width: 16px;
    height: 16px;
  }
}
.gallery-slider.background--transparent .gallery-slider__title p,
.gallery-slider.background--transparent .gallery-slider__title ul,
.gallery-slider.background--transparent .gallery-slider__title ol,
.gallery-slider.background--transparent .gallery-slider__title li, .gallery-slider.background--white .gallery-slider__title p,
.gallery-slider.background--white .gallery-slider__title ul,
.gallery-slider.background--white .gallery-slider__title ol,
.gallery-slider.background--white .gallery-slider__title li {
  color: #4b5563;
}
.gallery-slider.background--transparent .gallery-slider__title h1, .gallery-slider.background--transparent .gallery-slider__title .h1, .gallery-slider.background--transparent .gallery-slider__title .h0,
.gallery-slider.background--transparent .gallery-slider__title h2,
.gallery-slider.background--transparent .gallery-slider__title .posttype-slider .posttype-counter,
.posttype-slider .gallery-slider.background--transparent .gallery-slider__title .posttype-counter,
.gallery-slider.background--transparent .gallery-slider__title .h2,
.gallery-slider.background--transparent .gallery-slider__title h3,
.gallery-slider.background--transparent .gallery-slider__title .h3,
.gallery-slider.background--transparent .gallery-slider__title .overlay .overlay__content--text .title,
.overlay .overlay__content--text .gallery-slider.background--transparent .gallery-slider__title .title,
.gallery-slider.background--transparent .gallery-slider__title h4,
.gallery-slider.background--transparent .gallery-slider__title .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .gallery-slider.background--transparent .gallery-slider__title .title,
.gallery-slider.background--transparent .gallery-slider__title .post-content .meta-section__title,
.post-content .gallery-slider.background--transparent .gallery-slider__title .meta-section__title,
.gallery-slider.background--transparent .gallery-slider__title .h4,
.gallery-slider.background--transparent .gallery-slider__title h5,
.gallery-slider.background--transparent .gallery-slider__title .h5,
.gallery-slider.background--transparent .gallery-slider__title h6,
.gallery-slider.background--transparent .gallery-slider__title .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .gallery-slider.background--transparent .gallery-slider__title .text-section__title,
.gallery-slider.background--transparent .gallery-slider__title .h6, .gallery-slider.background--white .gallery-slider__title h1, .gallery-slider.background--white .gallery-slider__title .h1, .gallery-slider.background--white .gallery-slider__title .h0,
.gallery-slider.background--white .gallery-slider__title h2,
.gallery-slider.background--white .gallery-slider__title .posttype-slider .posttype-counter,
.posttype-slider .gallery-slider.background--white .gallery-slider__title .posttype-counter,
.gallery-slider.background--white .gallery-slider__title .h2,
.gallery-slider.background--white .gallery-slider__title h3,
.gallery-slider.background--white .gallery-slider__title .h3,
.gallery-slider.background--white .gallery-slider__title .overlay .overlay__content--text .title,
.overlay .overlay__content--text .gallery-slider.background--white .gallery-slider__title .title,
.gallery-slider.background--white .gallery-slider__title h4,
.gallery-slider.background--white .gallery-slider__title .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .gallery-slider.background--white .gallery-slider__title .title,
.gallery-slider.background--white .gallery-slider__title .post-content .meta-section__title,
.post-content .gallery-slider.background--white .gallery-slider__title .meta-section__title,
.gallery-slider.background--white .gallery-slider__title .h4,
.gallery-slider.background--white .gallery-slider__title h5,
.gallery-slider.background--white .gallery-slider__title .h5,
.gallery-slider.background--white .gallery-slider__title h6,
.gallery-slider.background--white .gallery-slider__title .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .gallery-slider.background--white .gallery-slider__title .text-section__title,
.gallery-slider.background--white .gallery-slider__title .h6 {
  color: #1c1c1c;
}
.gallery-slider.background--transparent .arrows, .gallery-slider.background--white .arrows {
  border: 1px solid #1c1c1c;
  background: #1c1c1c;
  color: #fff;
}
.gallery-slider.background--transparent .arrows:hover, .gallery-slider.background--white .arrows:hover {
  background: #25307e;
  border-color: #25307e;
  color: #fff;
}
.gallery-slider.background--dark {
  background: #1c1c1c;
}
.gallery-slider.background--dark .gallery-slider__topline {
  color: #25307e;
}
.gallery-slider.background--dark .gallery-slider__title p,
.gallery-slider.background--dark .gallery-slider__title ul,
.gallery-slider.background--dark .gallery-slider__title ol,
.gallery-slider.background--dark .gallery-slider__title li {
  color: #fafafa;
}
.gallery-slider.background--dark .gallery-slider__title h1, .gallery-slider.background--dark .gallery-slider__title .h1, .gallery-slider.background--dark .gallery-slider__title .h0,
.gallery-slider.background--dark .gallery-slider__title h2,
.gallery-slider.background--dark .gallery-slider__title .posttype-slider .posttype-counter,
.posttype-slider .gallery-slider.background--dark .gallery-slider__title .posttype-counter,
.gallery-slider.background--dark .gallery-slider__title .h2,
.gallery-slider.background--dark .gallery-slider__title h3,
.gallery-slider.background--dark .gallery-slider__title .h3,
.gallery-slider.background--dark .gallery-slider__title .overlay .overlay__content--text .title,
.overlay .overlay__content--text .gallery-slider.background--dark .gallery-slider__title .title,
.gallery-slider.background--dark .gallery-slider__title h4,
.gallery-slider.background--dark .gallery-slider__title .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .gallery-slider.background--dark .gallery-slider__title .title,
.gallery-slider.background--dark .gallery-slider__title .post-content .meta-section__title,
.post-content .gallery-slider.background--dark .gallery-slider__title .meta-section__title,
.gallery-slider.background--dark .gallery-slider__title .h4,
.gallery-slider.background--dark .gallery-slider__title h5,
.gallery-slider.background--dark .gallery-slider__title .h5,
.gallery-slider.background--dark .gallery-slider__title h6,
.gallery-slider.background--dark .gallery-slider__title .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .gallery-slider.background--dark .gallery-slider__title .text-section__title,
.gallery-slider.background--dark .gallery-slider__title .h6 {
  color: #fff;
}
.gallery-slider.background--dark .arrows {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #fff;
}
.gallery-slider.background--dark .arrows:hover {
  background: #25307e;
  border-color: #25307e;
  color: #fff;
}

.grid {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
.grid__wrapper .text-container {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .grid__wrapper .text-container {
    margin-bottom: 20px;
  }
}
.grid .grid-item--text .text-container {
  max-width: 600px;
}
.grid .grid-item--text .text-container p {
  color: #4b5563;
}
.grid .grid-item--media img,
.grid .grid-item--media video {
  display: block;
  width: 100%;
  height: auto;
}
.grid .grid-item--tile:hover .button--text:after {
  width: 100%;
}

.hero-blog {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  padding-bottom: 0;
}
.hero-blog .current {
  color: #1c1c1c;
}
.hero-blog a {
  color: #1c1c1c;
}
.hero-blog__header {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .hero-blog__header {
    margin-bottom: 32px;
  }
}
.hero-blog__header-date {
  font-size: 14px;
}
.hero-blog__header-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.hero-blog__header-meta span {
  display: inline;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 0;
}
.hero-blog__header-meta span.pressebericht {
  border: 1px solid #14B3AA;
  background: #14B3AA;
  color: #fff;
}
.hero-blog__header-meta span.checkliste {
  border: 1px solid #D99C5D;
  background: #D99C5D;
  color: #fff;
}
.hero-blog__header-meta span.kanzleimitteilung {
  border: 1px solid #007F6E;
  background: #007F6E;
  color: #fff;
}
.hero-blog__header-meta span.rechtstipp {
  border: 1px solid #878786;
  background: #878786;
  color: #fff;
}
.hero-blog__header-meta .reading_time {
  display: inline-flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #007F6E;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color: #007F6E;
}
.hero-blog__header-breadcrumbs span {
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .hero-blog__header-breadcrumbs span {
    font-size: 1rem;
  }
}
.hero-blog__header-breadcrumbs .breadcrumb {
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .hero-blog__header-breadcrumbs .breadcrumb {
    font-size: 1rem;
  }
}
.hero-blog__header-breadcrumbs .breadcrumb a {
  color: #1c1c1c;
}
.hero-blog__header-breadcrumbs .breadcrumb a:hover {
  color: #1c1c1c;
}
.hero-blog__header-breadcrumbs .breadcrumb .current-page {
  font-weight: normal;
  color: #1c1c1c;
}
.hero-blog__header-divider {
  width: 50px;
  height: 1px;
  margin: 0 10px;
  background-color: #212529;
}
.hero-blog__header-category {
  color: #f8f9fc;
}
.hero-blog__header h1, .hero-blog__header .h1, .hero-blog__header .h0 {
  font-weight: normal;
  margin-bottom: 0;
}
.hero-blog__header-time {
  color: #212529;
  margin-top: 1rem;
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .hero-blog__header-time {
    margin-bottom: 3rem;
  }
}
.hero-blog__thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-blog__thumbnail-caption {
  color: #f8f9fc;
  font-size: 12px;
  margin-top: 10px;
}
.hero-blog__navigation {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 80px;
}
.hero-blog__navigation-description {
  margin-top: 10px;
  color: #f8f9fc;
}
.hero-blog__navigation div {
  display: flex;
  flex-direction: column;
}
.hero-blog__navigation div a {
  color: black;
}
.hero-blog__navigation div div {
  color: #f8f9fc;
}
.hero-blog__navigation div img {
  height: 125px;
  width: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-blog__navigation div i {
  margin-top: 1rem;
  text-align: end;
  font-size: 26px;
}
.hero-blog__navigation--left .hero-blog__navigation-description {
  text-align: end;
}
.hero-blog__navigation--right {
  justify-content: flex-end;
}
.hero-blog__navigation--right div i {
  text-align: start;
}
@media (max-width: 1199.98px) {
  .hero-blog__navigation {
    margin-top: 30px;
  }
  .hero-blog__navigation i {
    text-align: start !important;
  }
  .hero-blog__navigation--right {
    text-align: end;
  }
}
@media (max-width: 991.98px) {
  .hero-blog {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-blog__header {
    margin-top: 30px;
  }
  .hero-blog__navigation {
    margin-top: 0px;
  }
}

.hero-text {
  position: relative;
  overflow: hidden;
}
.hero-text__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .hero-text__content {
    min-height: 520px;
  }
}
@media (max-width: 767.98px) {
  .hero-text__content {
    min-height: unset;
    padding: 72px 0;
  }
}
@media (max-width: 575.98px) {
  .hero-text__content {
    padding: 56px 0;
  }
}
.hero-text__title {
  margin-bottom: 16px;
  color: #1c1c1c;
  font-size: clamp(2rem, 0.9362rem + 3.4043vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .hero-text__title {
    margin-bottom: 14px;
  }
}
@media (max-width: 575.98px) {
  .hero-text__title {
    margin-bottom: 12px;
  }
}
.hero-text__hl {
  color: var(--hero-highlight-color, #25307e);
}
.hero-text__text {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
.hero-text__text p {
  margin-bottom: 0;
  color: #4b5563;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .hero-text__text p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .hero-text__text p {
    font-size: 16px;
    line-height: 1.45;
  }
}
.hero-text .scroll-ind {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: #1c1c1c;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hero-text .scroll-ind {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .hero-text .scroll-ind {
    gap: 10px;
    margin-top: 20px;
    font-size: 9px;
    letter-spacing: 1.6px;
  }
}
.hero-text .scroll-line {
  position: relative;
  width: 1px;
  height: 60px;
  overflow: hidden;
  background: rgba(51, 163, 164, 0.2);
}
.hero-text .scroll-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25307e;
  -webkit-animation: scrollLine 2s ease infinite;
          animation: scrollLine 2s ease infinite;
}
@media (max-width: 575.98px) {
  .hero-text .scroll-line {
    height: 44px;
  }
}
@-webkit-keyframes scrollLine {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
@keyframes scrollLine {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}

.hero {
  background: var(--background);
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 750px;
}
@media (max-width: 1199.98px) {
  .hero {
    min-height: 680px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    min-height: 620px;
    padding: 96px 0;
  }
}
@media (max-width: 767.98px) {
  .hero {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  .hero {
    padding: 48px 0;
  }
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media img,
.hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero.gradient.hero--overlay-light::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 44%, rgba(255, 255, 255, 0.98) 52%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.72) 68%, rgba(255, 255, 255, 0.42) 76%, rgba(255, 255, 255, 0.16) 84%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  .hero.gradient.hero--overlay-light::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 100%);
  }
}
.hero.gradient.hero--overlay-dark::before {
  background: linear-gradient(90deg, rgba(10, 14, 20, 0.96) 0%, rgba(10, 14, 20, 0.96) 44%, rgba(10, 14, 20, 0.92) 52%, rgba(10, 14, 20, 0.82) 60%, rgba(10, 14, 20, 0.62) 68%, rgba(10, 14, 20, 0.36) 76%, rgba(10, 14, 20, 0.14) 84%, rgba(10, 14, 20, 0) 100%);
}
@media (max-width: 991.98px) {
  .hero.gradient.hero--overlay-dark::before {
    background: linear-gradient(180deg, rgba(10, 14, 20, 0.9) 0%, rgba(10, 14, 20, 0.82) 100%);
  }
}
.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 750px;
}
@media (max-width: 1199.98px) {
  .hero__content {
    min-height: 680px;
  }
}
@media (max-width: 991.98px) {
  .hero__content {
    min-height: unset;
  }
}
@media (max-width: 767.98px) {
  .hero__content {
    min-height: unset;
  }
}
.hero__image-wrapper {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  max-width: 576px;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 991.98px) {
  .hero__image-wrapper {
    padding-top: 48px;
  }
}
@media (max-width: 767.98px) {
  .hero__image-wrapper {
    padding-top: 32px;
  }
}
.hero__image-inner {
  overflow: hidden;
  border-radius: 6px;
}
.hero__image {
  display: block;
  width: 100%;
  height: auto;
}
.hero--has-image-right .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero--has-image-right .col-lg-4 {
    justify-content: flex-start;
  }
}
.hero .hero__row {
  position: relative;
  z-index: 3;
  min-height: 0;
  align-items: center !important;
}
@media (max-width: 767.98px) {
  .hero .hero__row {
    row-gap: 32px;
  }
}
.hero.is-centered .hero__content {
  justify-content: center;
}
.hero.is-centered .hero__row {
  align-items: center !important;
}
.hero.is-bottom .hero__content {
  justify-content: flex-end;
}
.hero.is-bottom .hero__row {
  align-items: flex-end !important;
}
.hero .text-container {
  position: relative;
  z-index: 3;
  max-width: 920px;
  padding: 56px 72px 56px 0;
  color: #1c1c1c;
}
@media (max-width: 1199.98px) {
  .hero .text-container {
    padding: 48px 56px 48px 0;
  }
}
@media (max-width: 991.98px) {
  .hero .text-container {
    max-width: 100%;
    padding: 32px 0;
  }
}
@media (max-width: 767.98px) {
  .hero .text-container {
    padding: 24px 0;
  }
}
.hero.hero--overlay-dark .text-container {
  color: #fff;
}
.hero.hero--overlay-dark .hero__title,
.hero.hero--overlay-dark .hero__title-inner,
.hero.hero--overlay-dark .hero__text,
.hero.hero--overlay-dark .hero__pipe,
.hero.hero--overlay-dark .letter {
  color: inherit;
}
.hero.hero--overlay-dark .hero__topline {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.hero.hero--overlay-light .text-container {
  color: #4b5563;
}
.hero.hero--overlay-light .hero__title,
.hero.hero--overlay-light .hero__title-inner,
.hero.hero--overlay-light .hero__text,
.hero.hero--overlay-light .hero__pipe,
.hero.hero--overlay-light .letter {
  color: #1c1c1c;
}
.hero.hero--overlay-light .hero__topline {
  color: #25307e;
  background: #f0f6ff;
  border: 0;
}
.hero .hero__topline {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
}
.hero .hero__title {
  margin: 0;
  font-size: clamp(1.75rem, 1rem + 2.604vw, 3.75rem);
  line-height: 1.1;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-hyphens: none;
          hyphens: none;
}
.hero .hero__title-inner {
  display: inline;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-hyphens: none;
          hyphens: none;
  color: inherit;
}
.hero .hero__word {
  display: inline-block;
  white-space: nowrap;
}
.hero .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}
.hero .letter.is-highlight {
  color: inherit;
}
.hero .letter.is-pipe {
  color: inherit;
}
.hero .hero__pipe {
  color: inherit;
}
.hero .hero__text {
  max-width: 720px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .hero .hero__text {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .hero .hero__text {
    font-size: 16px;
    line-height: 1.45;
  }
}
.hero .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 2rem;
}
.hero .shortcode-container {
  width: 100%;
  margin-top: 32px;
}
.hero .hero__hl {
  color: #e64c14;
}
.hero .button--with-icon,
.hero a.button--with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.hero .button--with-icon > span,
.hero a.button--with-icon > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero .button--with-icon::before,
.hero a.button--with-icon::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 1.1em;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'><path d='M227.32 73.37 182.63 28.69a16 16 0 0 0-22.63 0L36.69 152A15.86 15.86 0 0 0 32 163.31V208a16 16 0 0 0 16 16H216a8 8 0 0 0 0-16H115.32l112-112A16 16 0 0 0 227.32 73.37ZM136 75.31 152.69 92 68 176.69 51.31 160ZM48 208V179.31L76.69 208Zm48-3.31L79.32 188 164 103.31 180.69 120Zm96-96L147.32 64l24-24L216 84.69Z'/></svg>");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'><path d='M227.32 73.37 182.63 28.69a16 16 0 0 0-22.63 0L36.69 152A15.86 15.86 0 0 0 32 163.31V208a16 16 0 0 0 16 16H216a8 8 0 0 0 0-16H115.32l112-112A16 16 0 0 0 227.32 73.37ZM136 75.31 152.69 92 68 176.69 51.31 160ZM48 208V179.31L76.69 208Zm48-3.31L79.32 188 164 103.31 180.69 120Zm96-96L147.32 64l24-24L216 84.69Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transform: translateY(-0.02em);
}
.hero .button--with-icon--calculator::before,
.hero a.button--with-icon--calculator::before {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'><path d='M80,120h96a8,8,0,0,0,8-8V64a8,8,0,0,0-8-8H80a8,8,0,0,0-8,8v48A8,8,0,0,0,80,120Zm8-48h80v32H88ZM200,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V40A16,16,0,0,0,200,24Zm0,192H56V40H200ZM100,148a12,12,0,1,1-12-12A12,12,0,0,1,100,148Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,140,148Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,180,148Zm-80,40a12,12,0,1,1-12-12A12,12,0,0,1,100,188Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,140,188Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,180,188Z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'><path d='M80,120h96a8,8,0,0,0,8-8V64a8,8,0,0,0-8-8H80a8,8,0,0,0-8,8v48A8,8,0,0,0,80,120Zm8-48h80v32H88ZM200,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V40A16,16,0,0,0,200,24Zm0,192H56V40H200ZM100,148a12,12,0,1,1-12-12A12,12,0,0,1,100,148Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,140,148Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,180,148Zm-80,40a12,12,0,1,1-12-12A12,12,0,0,1,100,188Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,140,188Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,180,188Z'/></svg>");
}

.history {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .history {
    margin: 0 1rem;
  }
}
.history__slider .swiper {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
}
.history__slider .swiper .arrows {
  background-color: transparent;
  border: 2px solid #4b5563;
  color: #4b5563;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.history__slider .swiper .arrows i {
  font-size: 16px;
}
.history__slider .swiper .arrows:hover {
  background-color: #4b5563 !important;
  color: var(--light);
}
@media (max-width: 767.98px) {
  .history__slider .swiper .arrows {
    width: 48px;
    height: 48px;
  }
}
.history__slider .swiper .arrow-container {
  top: 50%;
  z-index: 2;
  position: absolute;
  width: 100%;
}
@media (max-width: 767.98px) {
  .history__slider .swiper .arrow-container {
    top: 100%;
  }
}
.history__slider .swiper .arrow-container .prev {
  display: none;
  position: absolute;
  left: -10%;
}
@media (max-width: 991.98px) {
  .history__slider .swiper .arrow-container .prev {
    left: 0;
  }
}
.history__slider .swiper .arrow-container .prev.swiper-button-disabled {
  visibility: hidden;
}
.history__slider .swiper .arrow-container .prev:hover {
  color: #fff;
}
.history__slider .swiper .arrow-container .next {
  position: absolute;
  right: -10%;
}
@media (max-width: 991.98px) {
  .history__slider .swiper .arrow-container .next {
    right: 0;
  }
}
.history__slider .swiper .arrow-container .next:hover {
  color: #fff;
}
.history__slider .swiper.changed {
  -webkit-clip-path: unset;
          clip-path: unset;
}
.history__slider .swiper.changed .arrow-container .prev {
  display: inherit;
}
.history__slider .swiper .swiper-wrapper {
  width: 100%;
}
.history__slider .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date {
  padding-top: 32px;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__info .date-year {
  padding-top: 32px;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1;
  margin-bottom: 8px;
  color: #1c1c1c;
}
@media (min-width: 1200px) {
  .history__slider .swiper .swiper-wrapper .swiper-slide .date__info .date-year {
    font-size: 2.25rem;
  }
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__info .date-text p {
  font-weight: normal;
  padding-top: 16px;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__image {
  margin-top: 40px;
  height: 280px;
}
@media (max-width: 767.98px) {
  .history__slider .swiper .swiper-wrapper .swiper-slide .date__image {
    margin-top: 32px;
  }
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date--filled {
  background: transparent;
  border-top: none;
  padding-top: 0;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date--filled .date__info {
  padding-top: 12px;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date--filled .date__info .date-year {
  color: #4b5563;
}
.history__slider .swiper-progress {
  width: 300px;
  height: 3px;
  background: var(--contrast);
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .history__slider .swiper-progress {
    width: 200px;
  }
}
.history__slider .swiper-progress span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1c1c1c;
  transform-origin: center left;
}

.icon-boxes {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.icon-boxes__header {
  text-align: center;
}
@media (min-width: 768px) {
  .icon-boxes__header {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .icon-boxes__header {
    margin-bottom: 120px;
  }
}
.icon-boxes__intro {
  font-size: 24px;
}
.icon-boxes__intro p:last-child {
  margin-bottom: 0;
}
.icon-boxes__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 768px) {
  .icon-boxes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .icon-boxes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .icon-boxes__grid:has(.icon-boxes__card:last-child:nth-child(3n+1)) .icon-boxes__card:last-child {
    grid-column: 2/3;
  }
}
.icon-boxes__card {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 24px;
  border: 1px solid #f8f9fc;
  opacity: 0;
  transform: translateY(48px);
  will-change: opacity, transform;
}
@media (min-width: 768px) {
  .icon-boxes__card {
    padding-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .icon-boxes__card:nth-child(3n+2) {
    transform: translateY(-40px) translateY(48px);
  }
}
.icon-boxes__media {
  position: relative;
  margin: 8px 8px 0;
  border-radius: 10px;
  overflow: hidden;
  height: 234px;
}
.icon-boxes__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
}
@media (min-width: 992px) {
  .icon-boxes__media {
    height: 250px;
  }
}
.icon-boxes__content {
  padding: 0 24px;
}
.icon-boxes__pill {
  margin-top: 24px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #f8f9fc;
  padding: 6px 10px;
  font-weight: 500;
}
.icon-boxes__pill-icon {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.icon-boxes__title {
  font-size: 24px;
  position: relative;
  padding-left: 35px;
}
.icon-boxes__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
          clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
  width: 24px;
  height: 18px;
  background-color: #25307e;
}

.iframe {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.iframe__wrapper.red {
  background: #25307e;
  padding: 2rem;
  border-radius: 8px;
}
.iframe__wrapper.red .iframe__textblock {
  color: #fff;
}
.iframe__wrapper.red .iframe__textblock h2, .iframe__wrapper.red .iframe__textblock .posttype-slider .posttype-counter, .posttype-slider .iframe__wrapper.red .iframe__textblock .posttype-counter, .iframe__wrapper.red .iframe__textblock .h2, .iframe__wrapper.red .iframe__textblock h3, .iframe__wrapper.red .iframe__textblock .h3, .iframe__wrapper.red .iframe__textblock .overlay .overlay__content--text .title, .overlay .overlay__content--text .iframe__wrapper.red .iframe__textblock .title, .iframe__wrapper.red .iframe__textblock h4, .iframe__wrapper.red .iframe__textblock .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .iframe__wrapper.red .iframe__textblock .title, .iframe__wrapper.red .iframe__textblock .post-content .meta-section__title, .post-content .iframe__wrapper.red .iframe__textblock .meta-section__title, .iframe__wrapper.red .iframe__textblock .h4, .iframe__wrapper.red .iframe__textblock h5, .iframe__wrapper.red .iframe__textblock .h5, .iframe__wrapper.red .iframe__textblock h6, .iframe__wrapper.red .iframe__textblock .tabs .tab-content__text .text-section__title, .tabs .tab-content__text .iframe__wrapper.red .iframe__textblock .text-section__title, .iframe__wrapper.red .iframe__textblock .h6, .iframe__wrapper.red .iframe__textblock p, .iframe__wrapper.red .iframe__textblock li, .iframe__wrapper.red .iframe__textblock span {
  color: #fff;
}
.iframe__wrapper.black {
  background: #1c1c1c;
  padding: 2rem;
  border-radius: 8px;
}
.iframe__wrapper.black .iframe__textblock h2, .iframe__wrapper.black .iframe__textblock .posttype-slider .posttype-counter, .posttype-slider .iframe__wrapper.black .iframe__textblock .posttype-counter, .iframe__wrapper.black .iframe__textblock .h2, .iframe__wrapper.black .iframe__textblock h3, .iframe__wrapper.black .iframe__textblock .h3, .iframe__wrapper.black .iframe__textblock .overlay .overlay__content--text .title, .overlay .overlay__content--text .iframe__wrapper.black .iframe__textblock .title, .iframe__wrapper.black .iframe__textblock h4, .iframe__wrapper.black .iframe__textblock .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .iframe__wrapper.black .iframe__textblock .title, .iframe__wrapper.black .iframe__textblock .post-content .meta-section__title, .post-content .iframe__wrapper.black .iframe__textblock .meta-section__title, .iframe__wrapper.black .iframe__textblock .h4, .iframe__wrapper.black .iframe__textblock h5, .iframe__wrapper.black .iframe__textblock .h5, .iframe__wrapper.black .iframe__textblock h6, .iframe__wrapper.black .iframe__textblock .tabs .tab-content__text .text-section__title, .tabs .tab-content__text .iframe__wrapper.black .iframe__textblock .text-section__title, .iframe__wrapper.black .iframe__textblock .h6, .iframe__wrapper.black .iframe__textblock p, .iframe__wrapper.black .iframe__textblock li, .iframe__wrapper.black .iframe__textblock span {
  color: #fff;
}
.iframe__textblock h2, .iframe__textblock .posttype-slider .posttype-counter, .posttype-slider .iframe__textblock .posttype-counter, .iframe__textblock .h2, .iframe__textblock h3, .iframe__textblock .h3, .iframe__textblock .overlay .overlay__content--text .title, .overlay .overlay__content--text .iframe__textblock .title, .iframe__textblock h4, .iframe__textblock .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title, .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .iframe__textblock .title, .iframe__textblock .post-content .meta-section__title, .post-content .iframe__textblock .meta-section__title, .iframe__textblock .h4, .iframe__textblock h5, .iframe__textblock .h5, .iframe__textblock h6, .iframe__textblock .tabs .tab-content__text .text-section__title, .tabs .tab-content__text .iframe__textblock .text-section__title, .iframe__textblock .h6 {
  margin-bottom: 32px;
}

.image-grid {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.image-grid__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.image-grid__sub {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .image-grid__layout {
    grid-template-columns: 1fr;
  }
  .image-grid__sub {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 767.98px) {
  .image-grid__sub {
    grid-template-columns: 1fr;
  }
}
.image-grid__rest {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 1199.98px) {
  .image-grid__rest {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .image-grid__rest {
    grid-template-columns: 1fr;
  }
}
.image-grid__rest .image-grid__media {
  min-height: 260px;
}
.image-grid__item {
  position: relative;
  border: 1px solid #f8f9fc;
  border-radius: 8px;
  overflow: hidden;
}
.image-grid__media {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-grid__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  pointer-events: none;
  transition: opacity 250ms ease;
}
.image-grid img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.image-grid__item--main {
  grid-column: 1;
  grid-row: 1;
}
.image-grid__item--main .image-grid__media {
  min-height: 600px;
}
@media (max-width: 1199.98px) {
  .image-grid__item--main .image-grid__media {
    min-height: 520px;
  }
}
@media (max-width: 575.98px) {
  .image-grid__item--main .image-grid__media {
    min-height: 340px;
  }
}
.image-grid__item--sub .image-grid__media {
  min-height: 288px;
}
@media (max-width: 1199.98px) {
  .image-grid__item--sub .image-grid__media {
    min-height: 248px;
  }
}
@media (max-width: 575.98px) {
  .image-grid__item--sub .image-grid__media {
    min-height: 158px;
  }
}
.image-grid__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.image-grid__overlay--no-text {
  padding-top: 22px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 0;
}
.image-grid__title {
  color: #1c1c1c;
  margin: 0;
  font-size: 24px;
}
.image-grid__text {
  color: #1c1c1c;
}
.image-grid__link {
  margin-top: 4px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: max-height 500ms cubic-bezier(0.22, 1, 0.36, 1), opacity 400ms ease-out 40ms, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: max-height, opacity, transform;
}
@media (max-width: 767.98px) {
  .image-grid__link a {
    width: 100%;
    justify-content: center;
  }
}
.image-grid .image-grid__media:hover .image-grid__link,
.image-grid .image-grid__media:focus-within .image-grid__link {
  max-height: 96px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .image-grid__link {
    max-height: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .image-grid__link {
    transition: none;
    transform: none;
  }
}

.image-slider {
  overflow: hidden;
  isolation: isolate;
  padding: 40px 0;
}
.image-slider__slider-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.image-slider__slide {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 12px;
}
.image-slider .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.image-slider .swiper-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.image-slider .swiper-slide {
  height: auto;
  position: relative;
  z-index: 2;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-slider .images__image {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 991.98px) {
  .image-slider .images__image {
    height: 22rem;
  }
}
@media (max-width: 767.98px) {
  .image-slider .images__image {
    height: 20rem;
  }
}
@media (max-width: 575.98px) {
  .image-slider .images__image {
    height: 17rem;
  }
}
.image-slider .images__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  border-radius: 12px;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-slider .images__image:focus-visible {
  outline: 2px solid #25307e;
  outline-offset: 4px;
}
@media (hover: hover) {
  .image-slider .swiper-slide:hover .images__image img {
    transform: scale(1.04);
  }
  .image-slider__slider-wrap:hover .image-slider__arrow {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
  }
}
.image-slider__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) scale(0.92);
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  border: 0;
  background: #25307e;
  color: #fff;
}
.image-slider__arrow svg {
  width: 16px;
  height: 16px;
  display: block;
}
.image-slider__arrow path {
  stroke: currentColor;
}
.image-slider__arrow--prev {
  left: 16px;
}
.image-slider__arrow--next {
  right: 16px;
}
.image-slider__arrow.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.image-slider__arrow:hover {
  background: #1c1c1c;
  color: #fff;
}
.image-slider__arrow:focus-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
  outline: 2px solid #25307e;
  outline-offset: 4px;
  background: #1c1c1c;
  color: #fff;
}
@media (max-width: 767.98px) {
  .image-slider__arrow {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }
  .image-slider__arrow--prev {
    left: 12px;
  }
  .image-slider__arrow--next {
    right: 12px;
  }
  .image-slider__arrow svg {
    width: 14px;
    height: 14px;
  }
}

.informations {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.informations__text {
  margin-bottom: 52px;
}
@media (max-width: 991.98px) {
  .informations__text {
    margin-bottom: 32px;
  }
}
.informations__text h2, .informations__text .posttype-slider .posttype-counter, .posttype-slider .informations__text .posttype-counter, .informations__text .h2 {
  color: #1c1c1c;
  margin-bottom: 0;
}
.informations__text h3, .informations__text .h3, .informations__text .overlay .overlay__content--text .title, .overlay .overlay__content--text .informations__text .title {
  color: #1c1c1c;
  margin-bottom: 0;
}
.informations__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1199.98px) {
  .informations__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .informations__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .informations__container {
    grid-template-columns: 1fr;
  }
}
.informations__container.two_blocks {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575.98px) {
  .informations__container.two_blocks {
    grid-template-columns: 1fr;
  }
}
.informations__container.two_blocks .informations__block {
  min-height: 160px;
}
.informations__container.two_blocks .informations__block .informations__block-text {
  max-width: unset;
}
.informations__block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  flex: 1;
  background: #F4F4F4;
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .informations__block {
    min-height: unset;
    gap: 16px;
  }
  .informations__block:last-of-type {
    margin-bottom: 0;
  }
}
.informations__block-title {
  color: #1c1c1c;
  font-size: 24px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 16px;
}
.informations__block-text {
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: 340px;
}
@media (max-width: 991.98px) {
  .informations__block-text {
    max-width: unset;
  }
}
.informations__block-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.informations__block-link a i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f8f9fc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.informations__block-link a:hover i {
  background: #1c1c1c;
  color: #fafafa;
}

.infos {
  padding: 112px 0;
  background: var(--background);
}
.infos__titleblock {
  margin-bottom: 48px;
}
.infos__box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
}
.infos__box-icon img {
  height: 34px;
  width: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.infos__box-content p {
  font-size: 24px;
}
.infos .info.link-block {
  flex: 0 0 20%;
}
@media (max-width: 1439.98px) {
  .infos .info.link-block {
    flex: 0 0 50%;
  }
  .infos .info.link-block .infos__box.infos__box--1,
  .infos .info.link-block .infos__box.infos__box--2,
  .infos .info.link-block .infos__box.infos__box--3,
  .infos .info.link-block .infos__box.infos__box--4 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .infos .info.link-block {
    flex: 0 0 100%;
    width: 100%;
  }
}
.infos .info.link-block .title {
  font-size: 24px;
  margin-bottom: 16px;
}
.infos .info.icon-block {
  flex: 0 0 25%;
}
@media (max-width: 1439.98px) {
  .infos .info.icon-block {
    flex: 0 0 50%;
  }
  .infos .info.icon-block .infos__box.infos__box--1,
  .infos .info.icon-block .infos__box.infos__box--2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .infos .info.icon-block {
    flex: 0 0 100%;
  }
  .infos .info.icon-block .infos__box.infos__box--3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .infos {
    padding: 96px 0;
  }
}
@media (max-width: 575.98px) {
  .infos__box {
    align-items: top;
    padding: 0.75rem 0;
    text-align: center;
  }
}

.jobs-content {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.jobs-content__text {
  margin-bottom: var(--padding-bottom);
}
.jobs-content__text p {
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 24px;
}
.jobs-content__text h2, .jobs-content__text .posttype-slider .posttype-counter, .posttype-slider .jobs-content__text .posttype-counter, .jobs-content__text .h2,
.jobs-content__text h3,
.jobs-content__text .h3,
.jobs-content__text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .jobs-content__text .title,
.jobs-content__text h4,
.jobs-content__text .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .jobs-content__text .title,
.jobs-content__text .post-content .meta-section__title,
.post-content .jobs-content__text .meta-section__title,
.jobs-content__text .h4,
.jobs-content__text h5,
.jobs-content__text .h5 {
  margin-bottom: 0;
}
.jobs-content__text .subtitle {
  color: #f8f9fc;
}
.jobs-content__desc .requirements-and-tasks .requirement-task {
  padding-top: 24px;
  border-bottom: 1px solid #4b5563;
}
.jobs-content__desc .requirements-and-tasks .requirement-task:last-of-type {
  border-bottom: 0;
}
.jobs-content__desc .requirements-and-tasks .requirement-task:last-of-type p {
  margin-bottom: 0;
}
.jobs-content__desc .requirements-and-tasks .requirement-task h3, .jobs-content__desc .requirements-and-tasks .requirement-task .h3, .jobs-content__desc .requirements-and-tasks .requirement-task .overlay .overlay__content--text .title, .overlay .overlay__content--text .jobs-content__desc .requirements-and-tasks .requirement-task .title {
  color: #4b5563;
  margin-bottom: 16px;
}
.jobs-content__desc .requirements-and-tasks .requirement-task p {
  max-width: 1136px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.jobs-content__desc .requirements-and-tasks .requirement-task ul {
  max-width: 1136px;
  margin-top: 0;
  margin-bottom: 24px;
}
.jobs-contact {
  padding-bottom: var(--container-padding);
}
.jobs-contact h2, .jobs-contact .posttype-slider .posttype-counter, .posttype-slider .jobs-contact .posttype-counter, .jobs-contact .h2 {
  color: #4b5563;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 496px;
}
@media (max-width: 767.98px) {
  .jobs-contact h2, .jobs-contact .posttype-slider .posttype-counter, .posttype-slider .jobs-contact .posttype-counter, .jobs-contact .h2 {
    max-width: unset;
  }
}
.jobs-contact p {
  font-size: 24px;
  max-width: 496px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .jobs-contact p {
    max-width: unset;
  }
}
.jobs-contact a {
  color: #25307e;
}
.jobs-contact a:hover {
  color: #4b5563;
}
.jobs-contact h3, .jobs-contact .h3, .jobs-contact .overlay .overlay__content--text .title, .overlay .overlay__content--text .jobs-contact .title {
  color: #4b5563;
}
@media (max-width: 767.98px) {
  .jobs-contact h3, .jobs-contact .h3, .jobs-contact .overlay .overlay__content--text .title, .overlay .overlay__content--text .jobs-contact .title {
    margin-bottom: 8px;
  }
}
.jobs-contact .postaddress__name {
  color: #4b5563;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.jobs {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  overflow: hidden;
}
.jobs__text {
  padding-bottom: 32px;
}
.jobs__text .text-container h2, .jobs__text .text-container .posttype-slider .posttype-counter, .posttype-slider .jobs__text .text-container .posttype-counter, .jobs__text .text-container .h2 {
  margin-bottom: 0;
}
.jobs__box {
  border-bottom: 1px solid #1c1c1c;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.jobs__box:first-of-type {
  padding-top: 0;
}
.jobs__box:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.jobs__box .link {
  display: flex;
  align-items: center;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  color: #f8f9fc;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .jobs__box .link {
    -webkit-hyphens: auto;
            hyphens: auto;
    gap: 16px;
  }
}
.jobs__box .link--text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.jobs__box .link--text h3, .jobs__box .link--text .h3, .jobs__box .link--text .overlay .overlay__content--text .title, .overlay .overlay__content--text .jobs__box .link--text .title {
  margin-bottom: 0;
  color: #1c1c1c;
}
.jobs__box .link--text p {
  max-width: 830px;
  margin-bottom: 0;
}
.jobs__box .link--arrow {
  display: flex;
  justify-content: center;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .jobs__box .link--arrow {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .jobs__box .link--arrow {
    max-width: 30px;
    height: 30px;
  }
}
.jobs__box .link--arrow i {
  font-size: 24px;
  color: #1c1c1c;
}
@media (max-width: 767.98px) {
  .jobs__box .link--arrow i {
    font-size: 18px;
  }
}
.jobs__box .link:hover {
  color: #1c1c1c;
}
.jobs__box .link:hover .gks-dark {
  color: #f8f9fc;
}
.jobs__box .link:hover .link--arrow {
  border-color: #25307e;
  background: #25307e;
}
.jobs__box .link:hover .link--arrow i {
  color: #fafafa;
}

.legal {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.legal h1, .legal .h1, .legal .h0 {
  color: #1c1c1c;
}
.legal .bread {
  color: #f8f9fc;
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
}
.legal .bread .current-page {
  color: #1c1c1c;
}
.legal .text-container {
  padding-top: 112px;
  padding-bottom: 32px;
}
@media (max-width: 767.98px) {
  .legal .text-container {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.legal .text-container .company-name {
  font-size: 32px;
  color: #1c1c1c;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .legal .text-container .company-name {
    font-size: 24px;
  }
}
.legal .text-container .head-office {
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 0;
}
.legal .text-container .head-office__address {
  margin-bottom: 40px;
}
.legal .text-container .branch-office {
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 0;
}
.legal .text-container .branch-office__address {
  margin-bottom: 40px;
}
.legal .text-container .legal-text h1, .legal .text-container .legal-text .h1, .legal .text-container .legal-text .h0 {
  font-size: 36px;
}
.legal .text-container .legal-text h2, .legal .text-container .legal-text .posttype-slider .posttype-counter, .posttype-slider .legal .text-container .legal-text .posttype-counter, .legal .text-container .legal-text .h2,
.legal .text-container .legal-text h3,
.legal .text-container .legal-text .h3,
.legal .text-container .legal-text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .legal .text-container .legal-text .title,
.legal .text-container .legal-text h4,
.legal .text-container .legal-text .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .legal .text-container .legal-text .title,
.legal .text-container .legal-text .post-content .meta-section__title,
.post-content .legal .text-container .legal-text .meta-section__title,
.legal .text-container .legal-text .h4,
.legal .text-container .legal-text h5,
.legal .text-container .legal-text .h5,
.legal .text-container .legal-text h6,
.legal .text-container .legal-text .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .legal .text-container .legal-text .text-section__title,
.legal .text-container .legal-text .h6,
.legal .text-container .legal-text strong {
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #1c1c1c;
}

.links {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  overflow: hidden;
}
.links__text {
  padding-bottom: 32px;
}
.links__text .text-container h2, .links__text .text-container .posttype-slider .posttype-counter, .posttype-slider .links__text .text-container .posttype-counter, .links__text .text-container .h2 {
  margin-bottom: 0;
}
.links__box {
  border-bottom: 1px solid #1c1c1c;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.links__box:first-of-type {
  padding-top: 0;
}
.links__box:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.links__box .link {
  display: flex;
  align-items: center;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  color: #f8f9fc;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .links__box .link {
    -webkit-hyphens: auto;
            hyphens: auto;
    gap: 16px;
  }
}
.links__box .link--text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.links__box .link--text h3, .links__box .link--text .h3, .links__box .link--text .overlay .overlay__content--text .title, .overlay .overlay__content--text .links__box .link--text .title {
  margin-bottom: 0;
  color: #1c1c1c;
}
.links__box .link--text p {
  max-width: 830px;
  margin-bottom: 0;
}
.links__box .link--arrow {
  display: flex;
  justify-content: center;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .links__box .link--arrow {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .links__box .link--arrow {
    max-width: 30px;
    height: 30px;
  }
}
.links__box .link--arrow i {
  font-size: 24px;
  color: #1c1c1c;
}
@media (max-width: 767.98px) {
  .links__box .link--arrow i {
    font-size: 18px;
  }
}
.links__box .link:hover {
  color: #1c1c1c;
}
.links__box .link:hover .gks-dark {
  color: #f8f9fc;
}
.links__box .link:hover .link--arrow {
  border-color: #25307e;
  background: #25307e;
}
.links__box .link:hover .link--arrow i {
  color: #fafafa;
}

.list__features {
  max-width: 700px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.list__item {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #eef1f4;
}
.list__item:first-child {
  padding-top: 40px;
}
.list__item:last-child {
  border-bottom: none;
  padding-bottom: 40px;
}
.list__check {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25307e;
  color: #fff;
  transform: translateY(2px);
  border-radius: 50%;
}
.list__check svg {
  display: block;
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.list__text {
  display: block;
  margin: 0;
  color: #4b5563;
}

.logos {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  overflow: hidden;
  background: var(--background);
}
.logos__titleblock .topline {
  font-size: 24px;
  font-weight: normal;
}
.logos__content {
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .logos__content {
    margin-bottom: 3rem;
  }
}
.logos__icons img {
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos__icons .swiper {
  overflow: hidden;
}
.logos__icons .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-timing-function: linear;
}
.logos__icons-slide {
  flex: 0 0 260px;
  width: 260px;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.media {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.members {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
.members__text {
  margin-bottom: calc(1.575rem + 3.9vw);
  text-align: center;
}
@media (min-width: 1200px) {
  .members__text {
    margin-bottom: 4.5rem;
  }
}
.members__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.5rem;
}
@media (max-width: 991.98px) {
  .members__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.25rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .members__wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.properties {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  color: var(--dark);
  overflow: hidden;
}
.properties__text {
  padding-bottom: 64px;
}
.properties__text h2, .properties__text .posttype-slider .posttype-counter, .posttype-slider .properties__text .posttype-counter, .properties__text .h2,
.properties__text h3,
.properties__text .h3,
.properties__text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .properties__text .title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .properties__text {
    padding-bottom: 32px;
  }
}
.properties.background--dark li,
.properties.background--dark .properties__overview--block {
  background: #212529;
}
.properties.background--white li,
.properties.background--white .properties__overview--block {
  background: #f8f9fc;
}
.properties__overview--tab {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.properties__overview--tab:after {
  content: "";
  display: table;
  clear: both;
}
.properties__overview--tab button {
  border: unset;
  color: #212529;
  background: #f8f9fc;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 10px 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .properties__overview--tab button {
    width: 100%;
    border-radius: 0;
  }
  .properties__overview--tab button:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.properties__overview--tab button.active {
  opacity: 1;
}
.properties__overview--block {
  border-radius: 15px;
  background: #f8f9fc;
}
.properties__overview--inner {
  display: none;
  margin-top: calc(1.425rem + 2.1vw);
  margin-bottom: calc(1.425rem + 2.1vw);
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .properties__overview--inner {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .properties__overview--inner {
    margin-bottom: 3rem;
  }
}
.properties__overview--inner .property {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #f8f9fc;
}
@media (max-width: 1199.98px) {
  .properties__overview--inner .property {
    display: block;
  }
}
.properties__overview--inner .property:last-of-type {
  border-bottom: 0;
}
.properties__overview--inner .property:nth-last-child(-n+2) {
  border-bottom: 0;
}
.properties__overview--inner .property__title {
  padding-right: 20px;
  max-width: 100px;
}
.properties__overview--inner .property__text {
  text-align: end;
  color: #f8f9fc;
}
@media (max-width: 1199.98px) {
  .properties__overview--inner .property__text {
    text-align: start;
  }
}
.properties__overview--inner .property__download {
  justify-content: space-between;
  display: flex;
  gap: 10px;
}
@media (max-width: 1599.98px) {
  .properties__overview--inner .property__download {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .properties__overview--inner .property__download {
    margin-bottom: 40px;
  }
}
.properties__overview--inner .property__download-title {
  width: 35%;
}
@media (max-width: 1599.98px) {
  .properties__overview--inner .property__download-title {
    margin-bottom: 16px;
    width: 100%;
  }
}
.properties__overview--inner .property__download-link {
  width: 65%;
}
@media (max-width: 1599.98px) {
  .properties__overview--inner .property__download-link {
    width: 100%;
  }
}
.properties__overview--inner .property__download-link .button--filled {
  padding: 16px;
}
.properties__overview--inner.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767.98px) {
  .properties__overview--inner.active {
    grid-template-columns: 1fr;
  }
}

.multistep {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.multistep__image {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #f8f9fc;
  height: 100%;
}
.multistep__image .inner {
  width: 100%;
  height: 100%;
}
.multistep__image .inner .image-container {
  height: 100%;
}
.multistep__image .inner .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.multistep__form {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #f8f9fc;
  padding: 48px 144px 48px 48px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.multistep__form .gf_progressbar {
  background: #fafafa !important;
}
.multistep__form .gf_progressbar_title {
  font-size: 18px;
  color: #f8f9fc;
}
.multistep__form .gf_progressbar .percentbar_blue {
  background: #1c1c1c !important;
  border-radius: 0 !important;
  height: 4px !important;
}
.multistep__form .gfield {
  margin-bottom: 0 !important;
}
.multistep__form .gfield .ginput_container_fileupload .gform_fileupload_multifile {
  border: 1px solid #1c1c1c !important;
  border-radius: 8px;
}
.multistep__form .gfield .ginput_container_fileupload .gfield_description {
  display: none !important;
}
.multistep__form .gfield .ginput_container_fileupload .gform_button_select_files {
  width: 220px !important;
  color: #fafafa !important;
  background-color: #1c1c1c !important;
  border-radius: 37px !important;
}
.multistep__form .gfield .ginput_container_fileupload .gform_button_select_files:hover {
  background: #1c1c1c !important;
}
.multistep__form .gfield .gform_drop_area {
  padding: 0 !important;
}
.multistep__form .gfield .gform_drop_area:before {
  color: #1c1c1c !important;
}
.multistep__form .gfield .gform_drop_area.gform-theme-field-control {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.multistep__form .gfield h3, .multistep__form .gfield .h3, .multistep__form .gfield .overlay .overlay__content--text .title, .overlay .overlay__content--text .multistep__form .gfield .title {
  color: #1c1c1c;
  margin-bottom: 0;
}
.multistep__form .gfield textarea {
  box-shadow: none !important;
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 18px !important;
}
.multistep__form .gfield .gfield_description {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 32px !important;
}
.multistep__form .gfield .gfield_label {
  font-size: 28px;
  margin-bottom: 48px;
}
.multistep__form .gfield .ginput_container_text input {
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 18px !important;
}
.multistep__form .gfield .ginput_container_email input {
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 18px !important;
}
.multistep__form .gfield .ginput_container_phone input {
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 18px !important;
}
.multistep__form .gfield .ginput_container_consent label {
  cursor: pointer;
}
.multistep__form .gfield .ginput_container_consent input {
  border-color: #1c1c1c;
}
.multistep__form .gfield .ginput_container_consent input:before {
  color: #1c1c1c !important;
}
.multistep__form .gfield .ginput_container_consent input:focus {
  outline-color: #1c1c1c !important;
}
.multistep__form .gfield .gfield_radio {
  gap: 0 !important;
  cursor: pointer;
}
.multistep__form .gfield .gfield_radio .gchoice {
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f8f9fc;
}
.multistep__form .gfield .gfield_radio .gchoice:first-of-type {
  padding-top: 0;
}
.multistep__form .gfield .gfield_radio .gchoice .gfield-choice-input {
  border-color: #1c1c1c;
  accent-color: #1c1c1c;
}
.multistep__form .gfield .gfield_radio .gchoice .gfield-choice-input:before {
  background: #1c1c1c;
}
.multistep__form .gfield .gfield_radio .gchoice .gfield-choice-input:focus {
  outline-color: #1c1c1c;
}
.multistep__form .gfield .gfield_radio .gchoice label {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 150%;
}
.multistep__form .gform-page-footer .button {
  color: #fafafa !important;
  background: #1c1c1c !important;
  padding: 8px 24px !important;
  border-radius: 8px !important;
  border: 0 !important;
}
.multistep__form .gform-page-footer .button:hover {
  background: #1c1c1c !important;
}
.multistep__form .gform-page-footer .button:focus {
  outline: 0 !important;
}
@media (max-width: 1439.98px) {
  .multistep__form {
    padding: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .multistep__form {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .multistep__form {
    padding: 20px !important;
  }
}
.multistep__form .inner {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .multistep__form form .gform_fields .gfield--width-half {
    flex: 0 0 100%;
    width: 100%;
  }
}
.multistep__form form .gfield input[type=text],
.multistep__form form .gfield input[type=number],
.multistep__form form .gfield input[type=tel],
.multistep__form form .gfield input[type=email],
.multistep__form form .gfield textarea {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #212529;
}
.multistep__form form .gfield input[type=text]:focus,
.multistep__form form .gfield input[type=number]:focus,
.multistep__form form .gfield input[type=tel]:focus,
.multistep__form form .gfield input[type=email]:focus,
.multistep__form form .gfield textarea:focus {
  outline: 0;
  border: 0;
  background: #fafafa;
}
.multistep__form form .contact-container {
  display: block;
  width: 100%;
}
.multistep__form form .contact-container .button:first-of-type {
  margin-right: 32px;
  margin-bottom: 24px;
}
.multistep__lawyercontainer {
  padding: 90px 144px 48px 48px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1439.98px) {
  .multistep__lawyercontainer {
    padding: 84px 40px 40px 40px;
  }
}
@media (max-width: 1199.98px) {
  .multistep__lawyercontainer {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .multistep__lawyercontainer {
    padding: 20px 20px 40px 20px;
  }
}
.multistep__lawyercontainer .multistep__contact {
  margin-bottom: 32px;
}
.multistep__lawyercontainer .multistep__contact-title {
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .multistep__lawyercontainer .multistep__contact-title {
    margin-bottom: 0;
  }
}
.multistep__lawyercontainer .multistep__contact-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 575.98px) {
  .multistep__lawyercontainer .multistep__contact-block {
    align-items: flex-start;
    flex-direction: column;
  }
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-image img {
  width: 164px;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
@media (max-width: 575.98px) {
  .multistep__lawyercontainer .multistep__contact-block .lawyer-image img {
    width: 100%;
    height: auto;
  }
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-informations .lawyer-name {
  font-size: 24px;
  color: #1c1c1c;
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-informations .lawyer-area {
  max-width: 220px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .multistep__lawyercontainer .multistep__contact-block .lawyer-informations .lawyer-area {
    max-width: unset;
  }
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-informations .lawyer-email {
  font-size: 15px;
  font-weight: normal;
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-informations .lawyer-phone {
  font-size: 15px;
  font-weight: normal;
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-link {
  align-self: flex-end;
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f8f9fc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.multistep__lawyercontainer .multistep__contact-block .lawyer-link:hover i {
  background: #1c1c1c;
  color: #fff;
}

.newsletter {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
.newsletter__box--content {
  border-radius: 24px;
  background: #212529;
  padding: 48px 120px;
}
.newsletter__box--content .form label {
  color: #fff;
}
.newsletter__box--content .form input[type=email] {
  padding: 21px !important;
  border-radius: 50px;
}
.newsletter__box--content .form input[type=email]:focus {
  border: 0;
  outline: 0;
}
.newsletter__box--content .form .button:hover {
  background: #fff !important;
  color: #212529 !important;
  border: 1px solid #fff !important;
}
.newsletter__box--content .form .privacy {
  order: 1;
}
.newsletter__box--content .form .contact-container a {
  display: none;
}
.newsletter__box--content .text-container,
.newsletter__box--content .form-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.newsletter__box--content .title {
  max-width: 380px;
  margin-bottom: 32px;
}
.newsletter__box--content h3, .newsletter__box--content .h3, .newsletter__box--content .overlay .overlay__content--text .title, .overlay .overlay__content--text .newsletter__box--content .title {
  color: #fff;
}
.newsletter__box--content p {
  color: #fff;
  padding-bottom: 32px;
}
.newsletter__box--content ul {
  padding-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.newsletter__box--content ul li {
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.newsletter__box--content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  border-bottom: 3px solid #fff;
  height: 11px;
  border-right: 3px solid #fff;
  transform: scaleX(-1) rotate(45deg);
}
.newsletter__box--content ul li:last-of-type {
  padding-bottom: 0;
}
.newsletter__box--content ul i {
  font-size: 20px;
  padding-right: 15px;
  color: #25307e;
}

.partner {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
.partner__titleblock h2, .partner__titleblock .posttype-slider .posttype-counter, .posttype-slider .partner__titleblock .posttype-counter, .partner__titleblock .h2 {
  color: #1c1c1c;
}
.partner__titleblock i {
  padding-left: 16px;
}
.partner__logos {
  display: flex;
  gap: 32px;
  justify-items: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .partner__logos {
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  .partner__logos {
    flex-direction: column;
  }
}
.partner__logos-logo {
  width: 100%;
}
.partner__logos-logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin: auto;
}

.post-content {
  padding-top: 60px;
  background: var(--background);
}
.post-content .video-container {
  position: relative;
}
.post-content .video-container:hover .video-control.playing {
  display: block;
}
.post-content .video-control {
  border: 0;
  position: absolute;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 20px;
  z-index: 10;
}
.post-content .video-control:not(.playing) .video-control-pause {
  display: none;
}
.post-content .video-control.playing {
  display: none;
}
.post-content .video-control.playing .video-control-play {
  display: none;
}
@media (max-width: 767.98px) {
  .post-content .video-control {
    width: 72px;
    height: 72px;
    font-size: 18px;
  }
}
.post-content .content-section {
  padding-bottom: 96px;
}
.post-content .content-section__number {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .post-content .content-section__number {
    margin-bottom: 32px;
  }
}
.post-content .content-section__row {
  padding-bottom: 96px;
}
.post-content .content-section__row--media figure {
  margin: 0;
}
.post-content .content-section__row--media figure img,
.post-content .content-section__row--media figure video {
  display: block;
  width: 100%;
  height: 100%;
}
.post-content .content-section__row--media figure figcaption {
  font-size: 12px;
  color: #f8f9fc;
  margin-top: 8px;
}
.post-content .content-section__row--mediagallery figure {
  flex: 0 0 50%;
  width: 50%;
}
@media (max-width: 991.98px) {
  .post-content .content-section__row--mediagallery figure {
    flex: 0 0 100%;
    width: 100%;
  }
}
.post-content .content-section__row--mediagallery figure img,
.post-content .content-section__row--mediagallery figure video {
  display: block;
  width: 100%;
  height: 100%;
}
.post-content .content-section__row--mediagallery figure figcaption {
  color: #25307e;
  margin-top: 8px;
}
.post-content .content-section__row:first-of-type {
  padding-top: 0;
}
.post-content .content-section__row:last-of-type {
  padding-bottom: 0;
}
.post-content .content-section:first-of-type {
  padding-top: 0;
}
.post-content .meta-section {
  padding-bottom: 96px;
  text-align: center;
}
.post-content .meta-section__title {
  padding-top: 96px;
  border-top: 1px solid var(--contrast);
}
.post-content .meta-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-content .meta-section ul li {
  display: inline-block;
  background: transparent;
  color: #4b5563;
  line-height: 1;
  padding: 10px 20px;
  border: 2px solid #4b5563;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.post-content .share-section {
  padding-bottom: 96px;
  text-align: center;
}
.post-content .share-section__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-content .share-section__list i {
  font-size: 20px;
}

.posttype-fields {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.posttype-fields__text {
  position: relative;
  height: 100%;
}
.posttype-fields__text .text-container {
  max-width: 300px;
}
@media (max-width: 1199.98px) {
  .posttype-fields__text .text-container {
    max-width: unset;
  }
}
.posttype-fields__text .text-container p {
  margin-bottom: 0;
}
.posttype-fields__text .text-container .button {
  margin-top: 32px;
}
@media (max-width: 991.98px) {
  .posttype-fields__text .text-container .button {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .posttype-fields__text .text-container .button {
    width: 100%;
    justify-content: center;
  }
}
.posttype-fields__slider {
  overflow: hidden;
}
.posttype-fields__slider .swiper {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
}
.posttype-fields__slider .swiper .swiper-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-flow: row nowrap;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 408px;
}
@media (max-width: 767.98px) {
  .posttype-fields__slider .swiper .swiper-wrapper .swiper-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .posttype-fields__slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 95%;
  }
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field {
  border-radius: 24px;
  background: #fff;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info {
  padding: 48px;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info .posttype-field-name {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1;
  margin-bottom: 32px;
  color: #4b5563;
}
@media (min-width: 1200px) {
  .posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info .posttype-field-name {
    font-size: 1.5rem;
  }
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info .posttype-field-text p {
  color: #4b5563;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__image {
  height: 180px;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__image img {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posttype-fields__navigation {
  display: flex;
  flex-flow: row;
}
@media (max-width: 767.98px) {
  .posttype-fields__navigation {
    flex-flow: column;
  }
}
.posttype-fields__navigation .swiper-controls {
  padding-top: 24px;
}
.posttype-fields__navigation .swiper-controls button {
  border: none;
  background: transparent;
  color: #4b5563;
  position: relative;
}
.posttype-fields__navigation .swiper-controls button:hover i {
  color: #1c1c1c;
}
.posttype-fields__navigation .swiper-controls button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.posttype-fields__navigation .swiper-controls button.prev-slide {
  margin-right: 24px;
}
.posttype-fields__navigation .swiper-controls button.swiper-button-disabled {
  opacity: 0.4;
}
.posttype-fields__navigation .swiper-progress {
  width: 300px;
  height: 3px;
  background: #fff;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .posttype-fields__navigation .swiper-progress {
    width: 200px;
  }
}
.posttype-fields__navigation .swiper-progress span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #212529;
  transform-origin: center left;
}

.posttype-slider {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .posttype-slider {
    margin: 0 1rem;
  }
}
.posttype-slider__text .text-container {
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .posttype-slider__text .text-container {
    margin-bottom: 32px;
  }
}
.posttype-slider .posttype-counter {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 32px;
}
@media (max-width: 767.98px) {
  .posttype-slider .posttype-counter {
    margin-right: 16px;
  }
}
.posttype-slider .swiper {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
}
.posttype-slider .swiper .arrows {
  border: 0;
  background-color: transparent;
  color: #212529;
  align-items: center;
  justify-content: center;
}
.posttype-slider .swiper .arrows i {
  font-size: 18px;
}
.posttype-slider .swiper .arrows:hover {
  color: #1c1c1c;
}
.posttype-slider .swiper .arrow-container {
  top: 40%;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.posttype-slider .swiper .arrow-container .prev {
  visibility: hidden;
  position: absolute;
  left: 0;
}
.posttype-slider .swiper .arrow-container .prev:hover {
  border: 2px solid #212529;
  color: #f8f9fa;
}
.posttype-slider .swiper .arrow-container .next {
  position: absolute;
  right: -10%;
}
@media (max-width: 767.98px) {
  .posttype-slider .swiper .arrow-container .next {
    right: 0;
  }
}
.posttype-slider .swiper .arrow-container .next:hover {
  border: 2px solid #212529;
  color: #f8f9fa;
}
@media (max-width: 575.98px) {
  .posttype-slider .swiper .arrow-container {
    position: relative;
    top: 0;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .posttype-slider .swiper .arrow-container .next,
  .posttype-slider .swiper .arrow-container .prev {
    display: block;
    position: relative;
  }
}
.posttype-slider .swiper-wrapper {
  width: 100%;
}
.posttype-slider .swiper-controls {
  padding-top: 24px;
  gap: 24px;
}
.posttype-slider .swiper-controls .swiper-button-disabled {
  opacity: 0.4;
}
.posttype-slider .swiper-slide {
  position: relative;
  height: 700px;
}
@media (max-width: 1199.98px) {
  .posttype-slider .swiper-slide {
    max-height: 500px;
  }
}
@media (max-width: 767.98px) {
  .posttype-slider .swiper-slide {
    max-height: 400px;
  }
}
.posttype-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}
.posttype-slider .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.posttype-slider .swiper-slide .bg img, .posttype-slider .swiper-slide .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 16px;
}
.posttype-slider .swiper-slide .bg .color-overlay {
  border-radius: 16px;
}
.posttype-slider .swiper-slide .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.7;
  border-radius: 16px;
}
.posttype-slider .swiper-slide .textblock {
  height: 100%;
  position: relative;
  color: #f8f9fa;
  z-index: 40;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .posttype-slider .swiper-slide .textblock {
    margin-left: 16px;
    margin-right: 16px;
  }
  .posttype-slider .swiper-slide .textblock h3, .posttype-slider .swiper-slide .textblock .h3, .posttype-slider .swiper-slide .textblock .overlay .overlay__content--text .title, .overlay .overlay__content--text .posttype-slider .swiper-slide .textblock .title {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.posttype-slider .swiper-slide .textblock p {
  color: #f8f9fa;
}
.posttype-slider .swiper-slide .textblock a {
  padding-top: 32px;
}
.posttype-slider .swiper-slide .textblock a:hover i {
  left: 5px;
}
.posttype-slider .swiper-slide .textblock a i {
  transition: all 0.3s ease;
}
.posttype-slider .swiper-slide:last-of-type {
  margin-right: 8.33%;
}
@media (max-width: 991.98px) {
  .posttype-slider .swiper-slide {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .posttype-slider .swiper-slide {
    height: 480px;
  }
}
.posttype-slider__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.posttype-slider__navigation .swiper-pagination {
  height: 3px;
  width: 200px;
  background-color: #f8f9fc;
  font-size: 0.8rem;
}
.posttype-slider__navigation .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #212529;
  height: 100%;
  width: 100%;
  transform-origin: left;
  display: block;
}
@media (max-width: 991.98px) {
  .posttype-slider__navigation {
    margin-rop: 24px;
  }
}

.price-table {
  background: var(--background);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.price-table__text p:last-child {
  margin-bottom: 0;
}
.price-table__grid {
  display: grid;
  grid-template-columns: repeat(var(--pt-cols), minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 1439.98px) {
  .price-table__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .price-table__grid {
    grid-template-columns: 1fr;
  }
}
.price-table__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  border-radius: 16px;
  background: #fff;
  border-color: rgba(230, 76, 20, 0.75);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.price-table__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.price-table__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  min-height: 96px;
  margin-bottom: 1.5rem;
}
.price-table__plan-name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #25307e;
  max-width: 12ch;
}
.price-table__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: #e64c14;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.price-table__price-wrap {
  min-height: 128px;
  margin-bottom: 1.5rem;
}
.price-table__price-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.08rem;
  line-height: 1;
}
.price-table__price-prefix {
  font-size: 1rem;
  font-weight: 600;
  color: #25307e;
  line-height: 1.2;
  margin-right: 0.4rem;
  transform: translateY(0.6rem);
  white-space: nowrap;
}
.price-table__price-currency {
  font-size: 1.45rem;
  font-weight: 700;
  color: #25307e;
  line-height: 1;
  transform: translateY(0.45rem);
}
.price-table__price-int {
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #25307e;
  line-height: 0.88;
}
.price-table__price-dec {
  font-size: 1.55rem;
  font-weight: 700;
  color: #25307e;
  line-height: 1;
  transform: translateY(0.42rem);
}
.price-table__price-note, .price-table__price-custom-sub {
  margin: 0.8rem 0 0;
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(37, 48, 126, 0.75);
}
.price-table__price-custom {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.05;
  color: #25307e;
}
.price-table__divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 0 1.5rem;
}
.price-table__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.price-table__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #1c1c1c;
  line-height: 1.55;
}
.price-table__features li span {
  display: block;
}
.price-table__features li svg {
  flex-shrink: 0;
  margin-top: 0.22rem;
  color: #e64c14;
}
.price-table__check-bg {
  color: #e64c14;
}
.price-table__button-wrap {
  margin-top: auto;
}
.price-table .button {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  text-align: center;
}

.service-slider {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.service-slider__text .title-container {
  max-width: 800px;
  color: #1c1c1c;
}
.service-slider__text .title-container h2, .service-slider__text .title-container .h2, .service-slider__text .title-container .posttype-slider .posttype-counter, .posttype-slider .service-slider__text .title-container .posttype-counter {
  margin-bottom: 0;
}
.service-slider__slider .swiper {
  overflow: visible;
}
.service-slider__slider .service-tiles .service {
  padding-bottom: var(--padding-bottom);
}
.service-slider__slider .service-tiles .service .service__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/4;
  max-width: 400px;
  max-height: 395px;
}
@media (max-width: 767.98px) {
  .service-slider__slider .service-tiles .service .service__image {
    max-width: unset;
    max-height: unset;
  }
}
.service-slider__slider .service-tiles .service .service__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.service-slider__slider .service-tiles .service .service__image:hover img {
  transform: scale(1.1);
}
.service-slider__slider .service__image {
  overflow: hidden;
  height: 395px;
  border-radius: 8px;
}
.service-slider__slider .service__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.service-slider__slider .service__image:hover img {
  transform: scale(1.1);
}
.service-slider__slider .service .topline {
  margin-top: 24px;
}
.service-slider__slider .service__name {
  color: #1c1c1c;
}
.service-slider__slider .service__name.h3 {
  font-size: calc(1.325rem + 0.7vw) !important;
}
.service-slider__slider .service__link {
  color: #1c1c1c;
}
@media (max-width: 767.98px) {
  .service-slider__slider .service__link {
    margin-top: 16px;
  }
}
.service-slider__slider .service__link:hover {
  color: #1c1c1c;
}
.service-slider .swiper-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.service-slider .swiper-controls .next-slide {
  background: #25307e;
  color: #fafafa;
  border-radius: 50%;
  font-size: 11px;
  padding: 8px;
  border: 0;
}
.service-slider .swiper-controls .next-slide svg {
  width: 18px;
  height: 18px;
}
.service-slider .swiper-controls .next-slide:hover {
  background: #1c1c1c;
  color: #fff;
}
.service-slider .swiper-controls .prev-slide {
  background: #25307e;
  color: #fafafa;
  border-radius: 50%;
  font-size: 11px;
  padding: 8px;
  border: 0;
}
.service-slider .swiper-controls .prev-slide svg {
  width: 18px;
  height: 18px;
}
.service-slider .swiper-controls .prev-slide:hover {
  background: #1c1c1c;
  color: #fff;
}
@media (max-width: 767.98px) {
  .service-slider .swiper-controls {
    padding-left: 0;
  }
}

.shortcode {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.shortcode__wrapper .shortcode-container {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .shortcode__wrapper .shortcode-container {
    justify-content: flex-start;
  }
}
.shortcode__textblock p:last-of-type {
  margin-bottom: 0;
}

.tabs {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
.tabs nav {
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
}
.tabs nav a {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-right: 4rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .tabs nav a {
    padding: 0.5rem;
    margin-right: 0;
    display: block;
    border-bottom: 0 !important;
  }
}
.tabs nav a:hover {
  font-weight: normal;
  border-bottom: 2px solid #f8f9fc;
}
.tabs nav a.active {
  font-weight: normal;
  border-bottom: 2px solid #f8f9fc;
}
@media (max-width: 767.98px) {
  .tabs nav a.active:after {
    height: 2px;
    display: block;
    width: 140px;
    margin: 0 auto;
    background: #f8f9fc;
    content: "";
  }
}
.tabs nav a:last-of-type {
  margin-right: 0;
}
.tabs .tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  -webkit-animation: tab_fade 0.4s ease 1 forwards;
          animation: tab_fade 0.4s ease 1 forwards;
}
.tabs .tab-content.active {
  display: block;
}
.tabs .tab-content__wrapper {
  padding-top: 4rem;
}
@media (max-width: 1439.98px) {
  .tabs .tab-content__wrapper {
    padding-top: 0;
  }
}
@media (max-width: 1439.98px) {
  .tabs .tab-content__text {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
  }
}
@media (max-width: 1199.98px) {
  .tabs .tab-content__text {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .tabs .tab-content__text {
    padding-right: 0;
    padding-left: var(--container-padding);
  }
}
.tabs .tab-content__text .text-normal p {
  color: #4b5563;
  font-weight: normal;
}
.tabs .tab-content__text .text-section__title {
  margin-bottom: 16px;
  color: #4b5563;
  font-size: 1rem;
}
.tabs .tab-content__text .text-section p:last-of-type {
  margin-bottom: 0;
}
.tabs .tab-content__text .text-normal {
  margin-bottom: 30px;
}
.tabs .tab-content__text .text-normal:last-of-type {
  margin-bottom: 0;
}
.tabs .tab-content__media {
  position: relative;
}
.tabs .tab-content__media img,
.tabs .tab-content__media video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .tabs nav {
    display: flex;
    flex-direction: column;
  }
  .tabs nav a {
    white-space: nowrap;
  }
}
@-webkit-keyframes tab_fade {
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes tab_fade {
  100% {
    opacity: 1;
    transform: none;
  }
}

.team-slider {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.team-slider__text .title-container {
  color: #1c1c1c;
}
.team-slider__slider {
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  .team-slider__slider {
    margin-top: 32px;
  }
}
.team-slider__slider .swiper {
  overflow: visible;
}
.team-slider__slider .team-tiles .team {
  padding-bottom: var(--padding-bottom);
}
.team-slider__slider .team-tiles .team .team__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/4;
  max-width: 400px;
  max-height: 395px;
}
@media (max-width: 767.98px) {
  .team-slider__slider .team-tiles .team .team__image {
    max-width: unset;
    max-height: unset;
  }
}
.team-slider__slider .team-tiles .team .team__image img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.team-slider__slider .team-tiles .team .team__image:hover img {
  transform: scale(1.1);
}
.team-slider__slider .team__image {
  overflow: hidden;
  height: 395px;
  border-radius: 8px;
}
.team-slider__slider .team__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-slider__slider .team__name {
  margin-top: 24px;
  color: #1c1c1c;
}
.team-slider__slider .team__position {
  margin-top: 26px;
  font-size: 24px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
}
.team-slider__slider .team__areas {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
}
.team-slider__slider .team__link {
  margin-top: 40px;
  color: #1c1c1c;
}
@media (max-width: 767.98px) {
  .team-slider__slider .team__link {
    margin-top: 16px;
  }
}
.team-slider__slider .team__link:hover {
  color: #1c1c1c;
}
.team-slider .swiper-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .team-slider .swiper-controls {
    margin-top: 32px;
  }
}
.team-slider .swiper-controls .next-slide {
  background: #f8f9fc;
  color: #1c1c1c;
  border-radius: 50%;
  font-size: 11px;
  padding: 8px;
  border: 0;
}
.team-slider .swiper-controls .next-slide img {
  width: 18px;
  height: 18px;
}
.team-slider .swiper-controls .next-slide:hover {
  background: #1c1c1c;
  color: #fff;
}
.team-slider .swiper-controls .prev-slide {
  background: #f8f9fc;
  color: #1c1c1c;
  border-radius: 50%;
  font-size: 11px;
  padding: 8px;
  border: 0;
}
.team-slider .swiper-controls .prev-slide img {
  width: 18px;
  height: 18px;
}
.team-slider .swiper-controls .prev-slide:hover {
  background: #1c1c1c;
  color: #fff;
}
@media (max-width: 767.98px) {
  .team-slider .swiper-controls {
    padding-left: 0;
  }
}
.team-slider .swiper-pagination {
  background: #f8f9fc;
  height: 34px;
  padding: 0px 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  border-radius: 50px;
  gap: 8px;
}
.team-slider .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  background: #f8f9fc;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.team-slider .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.team-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #f8f9fc;
  width: 37px;
  border-radius: 50px;
}
.team-slider .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #fff;
  -webkit-animation: slide-progress 7s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 7s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .team-slider .swiper-pagination .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.testimonials {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  overflow: hidden;
}
.testimonials__text .title-container {
  color: #1c1c1c;
}
.testimonials__header-row {
  flex-wrap: wrap;
}
.testimonials__slider .swiper {
  overflow: visible;
}
.testimonials__cart {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgb(226.58, 230.64, 242.82);
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 4px 24px rgba(28, 28, 28, 0.06);
  position: relative;
  height: 100%;
}
.testimonials__stars {
  display: flex;
  gap: 3px;
  color: #facc14;
}
.testimonials__star {
  display: flex;
  align-items: center;
}
.testimonials__star svg {
  display: block;
}
.testimonials__quote {
  margin: 0;
  flex: 1;
}
.testimonials__quote p {
  color: #1c1c1c;
  margin: 0;
  font-style: italic;
  line-height: 1.45;
}
@media (max-width: 767.98px) {
  .testimonials__quote p {
    font-size: 1rem;
  }
}
.testimonials__client {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgb(226.58, 230.64, 242.82);
}
.testimonials__client-img-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials__client-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__client-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.testimonials__client-name {
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}
.testimonials__client-position {
  color: #4b5563;
  margin: 0;
}
.testimonials__client-quote-deco {
  flex-shrink: 0;
  color: #1c1c1c;
  opacity: 0.08;
  margin-left: auto;
}
.testimonials .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .testimonials .swiper-controls {
    margin-top: 32px;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.testimonials .swiper-controls .next-slide,
.testimonials .swiper-controls .prev-slide {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 48, 126, 0.1);
  color: #25307e;
  border: 0px;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonials .swiper-controls .next-slide svg,
.testimonials .swiper-controls .prev-slide svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}
.testimonials .swiper-controls .next-slide:hover,
.testimonials .swiper-controls .prev-slide:hover {
  background: #1c1c1c;
  color: #fff;
  transform: translateY(-1px);
}
.testimonials .swiper-controls .next-slide:focus-visible,
.testimonials .swiper-controls .prev-slide:focus-visible {
  outline: none;
  background: #1c1c1c;
  color: #fff;
}
.testimonials .swiper-controls .next-slide.swiper-button-disabled, .testimonials .swiper-controls .next-slide[disabled],
.testimonials .swiper-controls .prev-slide.swiper-button-disabled,
.testimonials .swiper-controls .prev-slide[disabled] {
  opacity: 0.45;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.text-block {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.text-block.divider .text-block__title {
  border-bottom: 1px solid #1c1c1c;
}
.text-block.divider .text-block__title h2, .text-block.divider .text-block__title .h2, .text-block.divider .text-block__title .posttype-slider .posttype-counter, .posttype-slider .text-block.divider .text-block__title .posttype-counter {
  padding-bottom: 52px;
  margin-bottom: 0;
}
.text-block.divider .text-block__title p {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 22px;
  padding: 24px 0;
}
.text-block.divider .text-container {
  padding: 24px 0;
  border-bottom: 1px solid #1c1c1c;
}
.text-block.divider .text-container h3, .text-block.divider .text-container .h3, .text-block.divider .text-container .overlay .overlay__content--text .title, .overlay .overlay__content--text .text-block.divider .text-container .title {
  max-width: 1136px;
}
.text-block.divider .text-container p {
  max-width: 1136px;
}
.text-block.divider .text-container:last-of-type {
  border-bottom: 0;
}
.text-block .text-container {
  padding-bottom: 40px;
}
.text-block .text-container:last-of-type {
  padding-bottom: 0;
}
.text-block .text-container h3, .text-block .text-container .h3, .text-block .text-container .overlay .overlay__content--text .title, .overlay .overlay__content--text .text-block .text-container .title {
  max-width: 1012px;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-weight: normal;
}
.text-block .text-container h3 .title, .text-block .text-container .h3 .title, .text-block .text-container .overlay .overlay__content--text .title .title, .overlay .overlay__content--text .text-block .text-container .title .title {
  color: #1c1c1c;
}
.text-block .text-container p {
  max-width: 1012px;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 22px;
}

.text-boxes {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
}
.text-boxes,
.text-boxes .container,
.text-boxes .overlay .overlay__content,
.overlay .text-boxes .overlay__content,
.text-boxes .cta-media-text__text,
.text-boxes .tabs .tab-content__text,
.tabs .text-boxes .tab-content__text,
.text-boxes .row,
.text-boxes [class*=col-] {
  overflow: visible;
}
.text-boxes__left {
  position: relative;
}
@media (min-width: 992px) {
  .text-boxes__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    will-change: transform;
  }
}
.text-boxes__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.text-boxes__card {
  border-radius: 8px;
  border: 1px solid #f8f9fc;
  background: transparent;
  padding: 32px;
  color: #f8f9fc;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
  transform: scale(1);
}
.text-boxes__card.is-active {
  transform: scale(1.05);
  background: #25307e;
  border-color: transparent;
  color: #fff;
}
.text-boxes__card-inner {
  max-width: 520px;
}
.text-boxes__icon {
  margin-bottom: 16px;
}
.text-boxes__icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: invert(0.15);
  transition: filter 220ms ease;
}
.text-boxes__card.is-active .text-boxes__icon img {
  filter: none;
}
@media (min-width: 992px) {
  .text-boxes.is-sticky-fixed .text-boxes__sticky {
    position: fixed;
    top: 120px;
    width: var(--tb-sticky-width, auto);
    left: var(--tb-sticky-left, auto);
  }
  .text-boxes.is-sticky-bottom .text-boxes__sticky {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.text-form__wrapper {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.text-form__text {
  padding-right: calc(var(--container-padding) / 2);
}
@media (max-width: 1439.98px) {
  .text-form__text {
    padding-right: var(--container-padding);
  }
}
.text-form__text .text-container {
  margin-bottom: 24px;
}
.text-form__text p {
  font-size: 24px;
}
.text-form__form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.text-form__form .gform_fields {
  row-gap: 24px !important;
}
.text-form__form .gf_progressbar {
  background: #fafafa !important;
}
.text-form__form .gf_progressbar_title {
  font-size: 18px;
  color: #f8f9fc;
}
.text-form__form .gf_progressbar .percentbar_blue {
  background: #1c1c1c !important;
  border-radius: 0 !important;
  height: 4px !important;
}
.text-form__form .gfield {
  margin-bottom: 0 !important;
}
.text-form__form .gfield .ginput_container_select select {
  height: 48px;
  padding-top: 4px;
  color: #1c1c1c;
  border-radius: 8px;
  outline: 0;
  background: url(../assets/img/arrow_down.svg) no-repeat right #FAFAFA;
  background-size: 12px;
  font-size: 16px;
  background-origin: content-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.text-form__form .gfield .ginput_container_select select:focus {
  outline: 0;
  border: 1px solid #1c1c1c;
}
.text-form__form .gfield .ginput_container_fileupload .gform_fileupload_multifile {
  border: 1px solid #1c1c1c !important;
  border-radius: 8px;
}
.text-form__form .gfield .ginput_container_fileupload .gfield_description {
  display: none !important;
}
.text-form__form .gfield .ginput_container_fileupload .gform_button_select_files {
  width: 220px !important;
  color: #fafafa !important;
  background-color: #1c1c1c !important;
  border-radius: 37px !important;
}
.text-form__form .gfield .ginput_container_fileupload .gform_button_select_files:hover {
  background: #1c1c1c !important;
}
.text-form__form .gfield .gform_drop_area {
  padding: 0 !important;
}
.text-form__form .gfield .gform_drop_area:before {
  color: #1c1c1c !important;
}
.text-form__form .gfield .gform_drop_area.gform-theme-field-control {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.text-form__form .gfield h3, .text-form__form .gfield .h3, .text-form__form .gfield .overlay .overlay__content--text .title, .overlay .overlay__content--text .text-form__form .gfield .title {
  color: #1c1c1c;
  margin-bottom: 0;
}
.text-form__form .gfield textarea {
  box-shadow: none !important;
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 16px !important;
}
.text-form__form .gfield .gfield_description {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 32px !important;
}
.text-form__form .gfield .ginput_container_text input {
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 16px !important;
}
.text-form__form .gfield .ginput_container_email input {
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 16px !important;
}
.text-form__form .gfield .ginput_container_phone input {
  border-radius: 8px !important;
  border: 1px solid #f8f9fc;
  font-size: 16px !important;
}
.text-form__form .gfield .ginput_container_consent label {
  cursor: pointer;
}
.text-form__form .gfield .ginput_container_consent input {
  border-color: #1c1c1c;
}
.text-form__form .gfield .ginput_container_consent input:before {
  color: #1c1c1c !important;
}
.text-form__form .gfield .ginput_container_consent input:focus {
  outline-color: #1c1c1c !important;
}
.text-form__form .gfield .gfield_radio {
  gap: 0 !important;
  cursor: pointer;
}
.text-form__form .gfield .gfield_radio .gchoice {
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f8f9fc;
}
.text-form__form .gfield .gfield_radio .gchoice:first-of-type {
  padding-top: 0;
}
.text-form__form .gfield .gfield_radio .gchoice .gfield-choice-input {
  border-color: #1c1c1c;
  accent-color: #1c1c1c;
}
.text-form__form .gfield .gfield_radio .gchoice .gfield-choice-input:before {
  background: #1c1c1c;
}
.text-form__form .gfield .gfield_radio .gchoice .gfield-choice-input:focus {
  outline-color: #1c1c1c;
}
.text-form__form .gfield .gfield_radio .gchoice label {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 150%;
}
.text-form__form .gform-footer .button {
  color: #fafafa !important;
  background: #1c1c1c !important;
  padding: 8px 24px !important;
  border-radius: 8px !important;
  border: 0 !important;
}
.text-form__form .gform-footer .button:hover {
  background: #1c1c1c !important;
}
.text-form__form .gform-footer .button:focus {
  outline: 0 !important;
}
.text-form__form .inner {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .text-form__form form .gform_fields .gfield--width-half {
    flex: 0 0 100%;
    width: 100%;
  }
}
.text-form__form form .gfield input[type=text],
.text-form__form form .gfield input[type=number],
.text-form__form form .gfield input[type=tel],
.text-form__form form .gfield input[type=email],
.text-form__form form .gfield textarea {
  padding: 12px !important;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #212529;
}
.text-form__form form .gfield input[type=text]:focus,
.text-form__form form .gfield input[type=number]:focus,
.text-form__form form .gfield input[type=tel]:focus,
.text-form__form form .gfield input[type=email]:focus,
.text-form__form form .gfield textarea:focus {
  outline: 0;
  border: 0;
  background: #f8f9fc;
}
.text-form__form form .contact-container {
  display: block;
  width: 100%;
}
.text-form__form form .contact-container .button:first-of-type {
  margin-right: 32px;
  margin-bottom: 24px;
}

.text-logos__wrapper {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.text-logos__text {
  padding-right: calc(var(--container-padding) / 2);
}
@media (max-width: 1439.98px) {
  .text-logos__text {
    padding-right: var(--container-padding);
  }
}
.text-logos__text .text-container {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .text-logos__text .text-container {
    margin-bottom: 0;
  }
}
.text-logos__text p {
  font-size: 24px;
}
.text-logos__text .button {
  margin-top: 24px;
}
.text-logos__text .button:first-of-type {
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  .text-logos__text .button:last-of-type {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .text-logos__text .button {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}
.text-logos__media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 48px;
}
.text-logos__media .logo-container {
  background: #eee;
  display: flex;
  height: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex: 1 0 0;
}
.text-logos__media .logo-container img {
  display: flex;
  width: 140px;
  height: auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .text-logos__media {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}

.text-media {
  overflow: hidden;
  background: var(--background);
}
.text-media__wrapper {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media (max-width: 991.98px) {
  .text-media__text .text-container {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.text-media__text .btn-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .text-media__text .btn-container .button:last-of-type {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .text-media__text .btn-container .button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.text-media__media {
  position: relative;
}
@media (max-width: 991.98px) {
  .text-media__media {
    padding-top: var(--container-padding);
  }
}
@media (max-width: 767.98px) {
  .text-media__media {
    padding-top: calc(var(--container-padding) * 2);
  }
}
.text-media__media img {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.text-media__media video {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.text-media__media--small img,
.text-media__media--small video {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-media--fitimage .text-media__text {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .text-media--fitimage .text-media__text {
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .text-media--fitimage .text-media__text .download {
    padding: 16px;
  }
}
.text-media--fitimage .text-media__media {
  height: 100%;
}
.text-media--fitimage .text-media__media img,
.text-media--fitimage .text-media__media video {
  display: block;
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .text-media--fitimage .text-media__media img,
  .text-media--fitimage .text-media__media video {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media (min-width: 992px) {
  .text-media--reverse .text-media__text {
    padding-right: 0;
  }
}
.text-media--reverse .text-media__media .swiper {
  padding-left: 0;
  padding-right: 0;
}
.text-media__features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
.text-media__feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.text-media__feature-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: rgba(37, 48, 126, 0.1);
  color: #25307e;
  flex-shrink: 0;
}
.text-media__feature-badge--number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.text-media__feature-badge--icon img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  border-radius: 0 !important;
}
.text-media__feature-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.text-media__feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.4;
}
.text-media__feature-text {
  color: #4b5563;
  line-height: 1.6;
}

.text {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media (max-width: 767.98px) {
  .text h2, .text .h2, .text .posttype-slider .posttype-counter, .posttype-slider .text .posttype-counter,
  .text h3,
  .text .h3,
  .text .overlay .overlay__content--text .title,
  .overlay .overlay__content--text .text .title,
  .text h4,
  .text .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
  .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .text .title,
  .text .h4,
  .text .post-content .meta-section__title,
  .post-content .text .meta-section__title,
  .text h5,
  .text .h5,
  .text h6,
  .text .h6,
  .text .tabs .tab-content__text .text-section__title,
  .tabs .tab-content__text .text .text-section__title,
  .text p {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

.thank-you {
  position: relative;
  color: #1c1c1c;
  height: 100vh;
  padding: 104px 0;
}
@media (max-width: 1199.98px) {
  .thank-you {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .thank-you {
    padding: 64px 0;
  }
}
@media (max-width: 767.98px) {
  .thank-you {
    padding: 1rem 0;
    padding-bottom: 62px;
  }
}
.thank-you__container {
  height: 100%;
  position: relative;
}
.thank-you__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.thank-you__content.black h1, .thank-you__content.black .h1, .thank-you__content.black .h0,
.thank-you__content.black h2,
.thank-you__content.black .h2,
.thank-you__content.black .posttype-slider .posttype-counter,
.posttype-slider .thank-you__content.black .posttype-counter,
.thank-you__content.black h3,
.thank-you__content.black .h3,
.thank-you__content.black .overlay .overlay__content--text .title,
.overlay .overlay__content--text .thank-you__content.black .title,
.thank-you__content.black h4,
.thank-you__content.black .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title,
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .thank-you__content.black .title,
.thank-you__content.black .h4,
.thank-you__content.black .post-content .meta-section__title,
.post-content .thank-you__content.black .meta-section__title,
.thank-you__content.black h5,
.thank-you__content.black .h5,
.thank-you__content.black p,
.thank-you__content.black li,
.thank-you__content.black .topline {
  color: #212529;
}
.thank-you__loading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 104px;
}
@media (max-width: 1199.98px) {
  .thank-you__loading {
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .thank-you__loading {
    height: 64px;
  }
}
@media (max-width: 767.98px) {
  .thank-you__loading {
    height: 62px;
  }
}
.thank-you__loading .progress {
  width: 300px;
  height: 3px;
  background: var(--contrast);
  position: relative;
}
.thank-you__loading .progress span {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1c1c1c;
  transform-origin: center left;
}

.tiles-slider {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
}
.tiles-slider__slider {
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  .tiles-slider__slider {
    margin-top: 32px;
  }
}
.tiles-slider__slider .swiper {
  overflow: visible;
}
.tiles-slider__slider .swiper .swiper-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-flow: row nowrap;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 30%;
}
@media (max-width: 1439.98px) {
  .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 40%;
  }
}
@media (max-width: 1199.98px) {
  .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 95%;
  }
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles {
  border-radius: 24px;
  background: #fff;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info {
  padding: 48px;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-name {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1;
  margin-bottom: 32px;
  color: #4b5563;
}
@media (min-width: 1200px) {
  .tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-name {
    font-size: 1.5rem;
  }
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title {
  margin-bottom: 32px;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text p {
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #4b5563;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__image {
  height: 180px;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__image img {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiles-slider__slider .swiper-progress {
  width: 300px;
  height: 3px;
  background: var(--contrast);
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .tiles-slider__slider .swiper-progress {
    width: 200px;
  }
}
.tiles-slider__slider .swiper-progress span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #212529;
  transform-origin: center left;
}
.tiles-slider__slider .swiper-controls {
  float: right;
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  .tiles-slider__slider .swiper-controls {
    float: none;
  }
}
.tiles-slider__slider .swiper-controls button {
  border: none;
  background: transparent;
  color: #4b5563;
  position: relative;
}
.tiles-slider__slider .swiper-controls button:hover i {
  color: #1c1c1c;
}
.tiles-slider__slider .swiper-controls button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.tiles-slider__slider .swiper-controls button.prev-slide {
  margin-right: 24px;
}
.tiles-slider__slider .swiper-controls button.swiper-button-disabled {
  opacity: 0.4;
}

.tiles-block {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.timeline {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  overflow: hidden;
}
.timeline ul {
  margin: 0;
  padding-left: 0;
}
.timeline ul li {
  list-style: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding: 80px 0;
  background: #25307e;
}
.timeline ul li.has-image {
  padding: 160px 0;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 2;
  transition: background 0.5s ease-in-out;
}
.timeline ul li .timeline__card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  padding: 15px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s ease-in-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  -webkit-hyphens: auto;
          hyphens: auto;
  border-radius: 8px;
  z-index: 1;
}
.timeline ul li .timeline__card::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li .timeline__content time {
  display: block;
  font-size: 1.2rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 8px;
}
.timeline ul li .timeline__image {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.timeline ul li .timeline__image::before {
  display: none;
}
.timeline ul li .timeline__figure {
  background: transparent;
  margin: 0;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.timeline ul li .timeline__figure img, .timeline ul li .timeline__figure picture, .timeline ul li .timeline__figure video {
  display: block;
  width: 100%;
  height: 100%;
}
.timeline ul li .timeline__figure figcaption {
  margin-top: 8px;
  font-size: 12px;
}
.timeline ul li.in-view::after {
  background: #1c1c1c;
}
.timeline ul li.in-view .timeline__card {
  visibility: visible;
  opacity: 1;
}
.timeline ul li:nth-child(odd) .timeline__content {
  left: 45px;
}
.timeline ul li:nth-child(odd) .timeline__content::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.timeline ul li:nth-child(odd) .timeline__image {
  left: -439px;
}
.timeline ul li:nth-child(even) .timeline__content {
  left: -439px;
}
.timeline ul li:nth-child(even) .timeline__content::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}
.timeline ul li:nth-child(even) .timeline__image {
  left: 45px;
}
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.timeline-rhombus ul li::after {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.timeline-rhombus ul li .timeline__card::before {
  top: 50%;
}
.timeline-star ul li::after {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.timeline-heptagon ul li::after {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.timeline-infinite ul li::after {
  -webkit-animation: scaleAnimation 2s infinite;
          animation: scaleAnimation 2s infinite;
}

@-webkit-keyframes scaleAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 900px) {
  .timeline ul li .timeline__card {
    width: 250px;
  }
  .timeline ul li:nth-child(odd) .timeline__image {
    left: -289px;
  }
  .timeline ul li:nth-child(even) .timeline__content {
    left: -289px;
  }
}
@media (max-width: 767.98px) {
  .timeline {
    --tl-line-left: 22px;
    --tl-line-w: 6px;
    --tl-arrow-w: 16px;
    --tl-dot-size: 22px;
    --tl-arrow-top: 24px;
  }
  .timeline ul li {
    width: 100%;
    margin: 0;
    padding: 28px 0 32px;
    background: none;
    position: relative;
  }
  .timeline ul li::before {
    content: "";
    position: absolute;
    left: var(--tl-line-left);
    top: 0;
    bottom: 0;
    width: var(--tl-line-w);
    background: #25307e;
  }
  .timeline ul li::after {
    display: none;
  }
  .timeline ul li .timeline__card,
  .timeline ul li .timeline__image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    margin: 0 16px 14px calc(var(--tl-line-left) + var(--tl-line-w) / 2 + var(--tl-arrow-w));
    visibility: visible;
    opacity: 1;
  }
  .timeline ul li .timeline__image {
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin-bottom: 12px;
  }
  .timeline ul li .timeline__card::before {
    left: calc(-1 * var(--tl-arrow-w));
    top: var(--tl-arrow-top);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 8px var(--tl-arrow-w) 8px 0;
    border-color: transparent #fff transparent transparent;
  }
  .timeline ul li .timeline__content {
    position: relative;
  }
  .timeline ul li .timeline__content::after {
    content: "";
    position: absolute;
    top: var(--tl-arrow-top);
    left: calc(-1 * var(--tl-arrow-w) - var(--tl-dot-size) / 2);
    transform: translateY(-50%);
    width: var(--tl-dot-size);
    height: var(--tl-dot-size);
    border-radius: 50%;
    background: #25307e;
    z-index: 2;
  }
  .timeline ul li.in-view .timeline__content::after {
    background: #1c1c1c;
  }
  .timeline ul li:nth-child(odd) .timeline__content, .timeline ul li:nth-child(even) .timeline__content, .timeline ul li:nth-child(odd) .timeline__image, .timeline ul li:nth-child(even) .timeline__image {
    left: auto;
  }
  .timeline ul li.has-image {
    padding: 28px 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .timeline {
    --tl-line-left: 22px;
    --tl-line-w: 6px;
    --tl-arrow-w: 16px;
    --tl-dot-size: 22px;
    --tl-arrow-top: 24px;
  }
  .timeline ul li {
    width: 100%;
    margin: 0;
    padding: 28px 0 32px;
    background: none;
    position: relative;
  }
  .timeline ul li::before {
    content: "";
    position: absolute;
    left: var(--tl-line-left);
    top: 0;
    bottom: 0;
    width: var(--tl-line-w);
    background: #25307e;
  }
  .timeline ul li::after {
    display: none;
  }
  .timeline ul li .timeline__card,
  .timeline ul li .timeline__image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    margin: 0 16px 14px calc(var(--tl-line-left) + var(--tl-line-w) / 2 + var(--tl-arrow-w));
    visibility: visible;
    opacity: 1;
  }
  .timeline ul li .timeline__card::before {
    left: calc(-1 * var(--tl-arrow-w));
    top: var(--tl-arrow-top);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 8px var(--tl-arrow-w) 8px 0;
    border-color: transparent #fff transparent transparent;
  }
  .timeline ul li .timeline__content::after {
    content: "";
    position: absolute;
    top: var(--tl-arrow-top);
    left: calc(-1 * var(--tl-arrow-w) - var(--tl-dot-size) / 2);
    transform: translateY(-50%);
    width: var(--tl-dot-size);
    height: var(--tl-dot-size);
    border-radius: 50%;
    background: #25307e;
    z-index: 2;
  }
  .timeline ul li.in-view .timeline__content::after {
    background: #1c1c1c;
  }
}
/* Leistungen Übersicht */
.vertical-slider {
  padding: 112px 0;
}
.vertical-slider .progress-bar {
  position: relative;
  background: #f8f9fc;
  width: 4px;
}
.vertical-slider .progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  background: #212529;
  height: 40px;
  width: 100%;
}
.vertical-slider-grid {
  display: flex;
  flex-direction: column;
  transform: translateZ(0);
  gap: 2rem;
}
.vertical-slider-grid__item {
  background-repeat: no-repeat;
  background-size: cover;
  height: 391px;
  width: 100%;
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.vertical-slider-grid__item-content {
  position: absolute;
  z-index: 50;
  color: #fff;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.vertical-slider-grid__item-number {
  padding-top: 48px;
}
.vertical-slider-grid__item-text {
  padding-bottom: 48px;
}
.vertical-slider-grid__item-text p {
  max-width: 400px;
  margin-bottom: 0;
}
.vertical-slider-grid__item-text h3, .vertical-slider-grid__item-text .h3, .vertical-slider-grid__item-text .overlay .overlay__content--text .title, .overlay .overlay__content--text .vertical-slider-grid__item-text .title {
  margin-bottom: 20px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.vertical-slider-grid__item-link {
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-size: 20px;
  float: right;
}
.vertical-slider-grid__item-link i {
  left: 0;
  position: relative;
  display: block;
  transition: all 300ms ease;
}
.vertical-slider-grid__item-link:hover i {
  color: #1c1c1c;
  left: 8px;
}
.vertical-slider__textblock {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media (max-width: 991.98px) {
  .vertical-slider__textblock {
    position: relative;
    top: 0;
  }
}
.vertical-slider__textblock .button-container {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .vertical-slider__textblock .button-container {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.vertical-slider__text h2, .vertical-slider__text .h2, .vertical-slider__text .posttype-slider .posttype-counter, .posttype-slider .vertical-slider__text .posttype-counter {
  margin-bottom: 20px;
}
.vertical-slider__text h2 span, .vertical-slider__text .h2 span, .vertical-slider__text .posttype-slider .posttype-counter span, .posttype-slider .vertical-slider__text .posttype-counter span {
  color: #1c1c1c;
}
@media (max-width: 991.98px) {
  .vertical-slider {
    padding: 96px 0;
  }
  .vertical-slider .vertical-slider-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .vertical-slider .vertical-slider-grid__item {
    height: 400px;
    flex-basis: 47%;
  }
  .vertical-slider .vertical-slider-grid__item-content {
    padding: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .vertical-slider {
    padding: 96px 0;
  }
  .vertical-slider .vertical-slider-grid__item {
    height: 350px;
    flex-basis: 100%;
  }
  .vertical-slider .vertical-slider-grid__item-content {
    padding-bottom: 40px;
  }
}
@media screen and (hover: none), screen and (max-width: 1119px) {
  .vertical-slider .vertical-slider-grid__item-link {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.videos {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background);
  color: var(--dark);
}
@media (max-width: 991.98px) {
  .videos__overview {
    margin-top: -80px;
  }
}
.videos__overview .video {
  opacity: 0.3;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .videos__overview .video {
    margin-top: 80px;
  }
}
.videos__overview .video__title {
  margin-bottom: 32px;
  font-size: calc(1.305rem + 0.66vw);
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .videos__overview .video__title {
    font-size: 1.8rem;
  }
}
.videos__overview .video__title span {
  color: #1c1c1c;
  margin-right: 8px;
}
.videos__overview .video__text {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .videos__overview .video__text {
    margin-bottom: 24px;
  }
}
.videos__overview .video__progress {
  width: 100%;
  height: 3px;
  position: relative;
  background: var(--light);
  margin-bottom: 32px;
}
.videos__overview .video__progress span {
  height: 100%;
  width: 0;
  background: #1c1c1c;
  position: absolute;
  top: 0;
  left: 0;
}
.videos__overview .video__file video {
  aspect-ratio: 5/6;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos__overview .video.active {
  opacity: 1;
}
