/* Enhanced CSS Reset */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
*,
*::after,
*::before {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
:root {
  overflow-x: hidden;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.4) and (-webkit-max-device-pixel-ratio: 1.7) {
  body {
    zoom: 0.8;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.container-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  /* Fix for AEM GridColumn float conflict - allows centering */
}
.container-wrapper.aem-GridColumn {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
@media screen and (min-width: 1024px) {
  .container-wrapper {
    max-width: 81rem;
    padding: 0 1rem;
  }
}
.component-spacing-base {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .component-spacing-base {
    padding: 3.75rem 1rem;
  }
}
.component-spacing-sm {
  padding: 1.875rem 0;
}
@media screen and (min-width: 1024px) {
  .component-spacing-sm {
    padding: 3.125rem 0;
  }
}
.component-spacing-md {
  padding: 3.125rem 0;
}
@media screen and (min-width: 1024px) {
  .component-spacing-md {
    padding: 4.375rem 0;
  }
}
.container-banner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.m-1 {
  margin: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .m-1 {
    margin: 1.25rem;
  }
}
.m-2 {
  margin: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .m-2 {
    margin: 1.875rem;
  }
}
.m-3 {
  margin: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .m-3 {
    margin: 2.5rem;
  }
}
.mt-1 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .mt-1 {
    margin-top: 1.25rem;
  }
}
.mt-2 {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .mt-2 {
    margin-top: 1.875rem;
  }
}
.mt-3 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .mt-3 {
    margin-top: 2.5rem;
  }
}
.mt-4 {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .mt-4 {
    margin-top: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .mt-4 {
    margin-top: 3.125rem;
  }
}
.mt-5 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mt-5 {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .mt-5 {
    margin-top: 3.75rem;
  }
}
.mb-1 {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .mb-1 {
    margin-bottom: 1.25rem;
  }
}
.mb-2 {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .mb-2 {
    margin-bottom: 1.875rem;
  }
}
.mb-3 {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mb-3 {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .mb-3 {
    margin-bottom: 2.5rem;
  }
}
.mb-4 {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .mb-4 {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .mb-4 {
    margin-bottom: 3.125rem;
  }
}
.mb-5 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mb-5 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .mb-5 {
    margin-bottom: 3.75rem;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.p-1 {
  padding: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-1 {
    padding: 1.25rem;
  }
}
.p-2 {
  padding: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-2 {
    padding: 1.875rem;
  }
}
.p-3 {
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-3 {
    padding: 2.5rem;
  }
}
.p-4 {
  padding: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-4 {
    padding: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-4 {
    padding: 3.125rem;
  }
}
.pt-1 {
  padding-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .pt-1 {
    padding-top: 1.25rem;
  }
}
.pt-2 {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .pt-2 {
    padding-top: 1.875rem;
  }
}
.pt-3 {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pt-3 {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .pt-3 {
    padding-top: 2.5rem;
  }
}
.pt-4 {
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .pt-4 {
    padding-top: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .pt-4 {
    padding-top: 3.125rem;
  }
}
.pb-1 {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .pb-1 {
    padding-bottom: 1.25rem;
  }
}
.pb-2 {
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .pb-2 {
    padding-bottom: 1.875rem;
  }
}
.pb-3 {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pb-3 {
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .pb-3 {
    padding-bottom: 2.5rem;
  }
}
.pb-4 {
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .pb-4 {
    padding-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .pb-4 {
    padding-bottom: 3.125rem;
  }
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.d-grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .d-xl-none {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .d-xl-block {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .d-xl-flex {
    display: flex;
  }
}
.grid {
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .grid {
    gap: 1.25rem;
  }
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-cols-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-cols-4 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-gap-1 {
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .grid-gap-1 {
    gap: 0.9375rem;
  }
}
.grid-gap-2 {
  gap: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .grid-gap-2 {
    gap: 1.875rem;
  }
}
.grid-gap-3 {
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .grid-gap-3 {
    gap: 2.5rem;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.text-sm {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .text-sm {
    font-size: 0.875rem;
  }
}
.text-base {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .text-base {
    font-size: 1rem;
  }
}
.text-lg {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .text-lg {
    font-size: 1.125rem;
  }
}
.text-xl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .text-xl {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-xl {
    font-size: 1.5rem;
  }
}
.text-2xl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .text-2xl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-2xl {
    font-size: 1.875rem;
  }
}
.text-3xl {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .text-3xl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-3xl {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.max-w-full {
  max-width: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}
.hide-tablet {
  display: block;
}
@media screen and (min-width: 768px) {
  .hide-tablet {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hide-tablet {
    display: block;
  }
}
.hide-desktop {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}
.show-mobile-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .show-mobile-only {
    display: none;
  }
}
.show-desktop-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .show-desktop-only {
    display: block;
  }
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.border {
  border: 1px solid #ddd;
}
.border-0 {
  border: 0;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0;
}
.shadow-none {
  box-shadow: none;
}
.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.user-select-none {
  user-select: none;
}
.user-select-text {
  user-select: text;
}
.user-select-all {
  user-select: all;
}
/* ========================================
   Global Button Styles
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1rem;
  border-radius: 6.1875rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.btn::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrowright.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn--primary {
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #232426;
}
.btn--primary::before {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  left: 1rem;
  width: 0;
  height: 1px;
  background-color: #707072;
  transition: width 0.3s ease;
}
.btn--primary:hover::before {
  width: 20%;
}
.btn--secondary {
  background-color: transparent;
  color: #232426;
  border: 1px solid #232426;
}
.btn--tertiary {
  background-color: transparent;
  color: #232426;
  border: 1px solid #ffffff;
}
.carousel-controls__wrapper {
  cursor: pointer;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3a1f63;
  transition: background-color 0.2s ease, opacity 0.2s ease, color 0.15s ease;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .carousel-controls__wrapper {
    height: 48px;
    width: 48px;
  }
}
.carousel-controls__wrapper:hover {
  opacity: 0.9;
}
.carousel-controls__wrapper--disabled {
  background-color: #eeeeef;
  color: #cacbcc;
}
.carousel-controls__wrapper svg path {
  stroke: currentColor;
}
.horizon-tab-with-carousel .cmp-tabs__tab {
  border-bottom: none;
  padding: 0;
  box-sizing: content-box;
}
.horizon-tab-with-carousel__tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1rem;
  padding-bottom: 0.75rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5rem;
  scrollbar-width: none;
  text-align: center;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.horizon-tab-with-carousel__tabs--v2 {
  gap: .5rem;
}
.horizon-tab-with-carousel__tabs::-webkit-scrollbar {
  display: none;
}
.horizon-tab-with-carousel__tabs::before,
.horizon-tab-with-carousel__tabs::after {
  content: "";
  margin: auto;
}
@media screen and (min-width: 768px) {
  .horizon-tab-with-carousel__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 70.25rem;
    width: 100%;
    font-size: 1.25rem;
    gap: 2.375rem;
    line-height: 1.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .horizon-tab-with-carousel__tabs--v2 {
    gap: 1.5rem;
  }
  .horizon-tab-with-carousel__tabs::-webkit-scrollbar {
    display: none;
  }
  .horizon-tab-with-carousel__tabs::before,
  .horizon-tab-with-carousel__tabs::after {
    content: "";
    margin: auto;
  }
}
.horizon-tab-with-carousel__tab {
  color: #3b3d40;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: fit-content;
  transition: color 0.3s;
}
.horizon-tab-with-carousel__tab--active {
  color: #512b8b;
  font-weight: 700;
}
.horizon-tab-with-carousel__tab--active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
  background: #feb940;
}
.horizon-tab-with-carousel__tab--v2 {
  color: #a7a7a7;
  background-color: #e9e9e9;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: fit-content;
  transition: color 0.3s, background-color 0.3s;
  padding: 6px 24px;
  border-radius: 1.5rem;
  font-size: 14px;
  line-height: 20px;
}
.horizon-tab-with-carousel__tab--v2.horizon-tab-with-carousel__tab--active,
.horizon-tab-with-carousel__tab--v2--active {
  background: #512b8b;
  color: #ffffff;
  font-weight: 700;
}
.horizon-tab-with-carousel__tab--v2.horizon-tab-with-carousel__tab--active::after,
.horizon-tab-with-carousel__tab--v2--active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #000000;
}
.horizon-tab-with-carousel__tab-content {
  display: none;
}
.horizon-tab-with-carousel__tab-content--active {
  display: block;
}
.accordion {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .accordion {
    grid-column: 1;
  }
}
.accordion__item {
  border-bottom: 1px solid #cacbcc;
  padding: 0.875rem 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion__item {
    display: flex;
    flex-direction: column;
  }
}
.accordion__item--active {
  border-bottom: none;
}
.accordion__item--active .accordion__header {
  color: #512b8b;
  border-bottom: 1px solid #cacbcc;
  padding-bottom: 0.875rem;
  margin-bottom: 0.5rem;
}
.accordion__item--active .accordion__arrow-icon {
  background-color: #feb940;
}
.accordion__item--active .accordion__body {
  max-height: none;
  opacity: 1;
  padding-top: 0;
}
.accordion__item--active .accordion__image {
  max-height: none;
  opacity: 1;
}
.accordion__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  color: #232426;
  transition: color 0.3s;
  font-size: 20px;
  line-height: 1.75rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion__header {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.accordion__title {
  flex: 1;
}
.accordion__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  text-decoration: none;
}
.accordion__arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #232426;
  mask-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrowright.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrowright.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: background-color 0.3s;
}
.accordion__arrow:hover .accordion__arrow-icon {
  background-color: #512b8b;
}
.accordion__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.accordion__body p {
  color: #808080;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .accordion__body p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.accordion__image {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, max-height 0.6s ease-in-out;
}
.accordion__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 21.875rem;
}
@media screen and (min-width: 768px) {
  .accordion__image img {
    max-height: 28.5rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion__image {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    align-items: center;
    margin: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  }
  .accordion__image.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
  }
}
.accordion-image-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .accordion-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select.error .custom-select__trigger {
  border-color: #f14950;
}
.custom-select__trigger {
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 1.5px solid #eeeeef;
  border-radius: 0.5rem;
  padding: 1rem;
  padding-right: 2.5rem;
  cursor: pointer;
  color: #53565a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 0.2s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.custom-select__trigger:focus,
.custom-select__trigger:hover {
  border-color: #d4d4d6;
  background-color: #eeeeef;
}
.custom-select__label {
  flex: 1;
  margin-right: 0.75rem;
}
.custom-select__arrow {
  width: 14px;
  height: 8px;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}
.custom-select__arrow.rotated {
  transform: rotate(180deg);
}
.custom-select__options {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  z-index: 40;
  background: #ffffff;
  border: 1.5px solid #000000 26;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
  max-height: 18rem;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  padding: 0.25rem 0;
}
.custom-select__options.open {
  display: block;
}
.custom-select__options.open ~ .custom-select__trigger {
  border-color: #d4d4d6;
  background-color: #eeeeef;
}
.custom-select__option {
  list-style: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  white-space: nowrap;
  color: #53565a;
  background: transparent;
  transition: color 0.2s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.custom-select__option.disabled,
.custom-select__option.placeholder {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.custom-select__option:hover:not(.disabled):not(.placeholder) {
  color: #53565a;
  background: #eeeeef;
}
.custom-select__option.selected {
  color: #53565a;
  font-weight: 500;
  background: #eeeeef;
}
.custom-select.has-value .custom-select__trigger {
  color: #53565a;
}
.custom-select.is-disabled .custom-select__trigger {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ========================================
   Font Faces - Manrope (Local)
   ======================================== */
/* Manrope ExtraLight - 200 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  src: url('../../../etc.clientlibs/apone/clientlibs/clientlib-common/resources/Manrope-ExtraLight.ttf') format('truetype');
  font-display: swap;
}
/* Manrope Light - 300 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../../../etc.clientlibs/apone/clientlibs/clientlib-common/resources/Manrope-Light.ttf') format('truetype');
  font-display: swap;
}
/* Manrope Regular - 400 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../../../etc.clientlibs/apone/clientlibs/clientlib-common/resources/Manrope-Regular.ttf') format('truetype');
  font-display: swap;
}
/* Manrope Medium - 500 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../../../etc.clientlibs/apone/clientlibs/clientlib-common/resources/Manrope-Medium.ttf') format('truetype');
  font-display: swap;
}
/* Manrope SemiBold - 600 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../../../etc.clientlibs/apone/clientlibs/clientlib-common/resources/Manrope-SemiBold.ttf') format('truetype');
  font-display: swap;
}
/* Manrope Bold - 700 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../../../etc.clientlibs/apone/clientlibs/clientlib-common/resources/Manrope-Bold.ttf') format('truetype');
  font-display: swap;
}
/* Manrope ExtraBold - 800 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../../../etc.clientlibs/apone/clientlibs/clientlib-common/resources/Manrope-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

/* ========================================
   Header Component Styles - Desktop First Responsive
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
  background: #ffffff;
  backdrop-filter: none;
  height: 5rem;
  scroll-margin-top: 5rem;
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.15);
}
body.hero--elevated .cmp-header,
.hero--elevated .cmp-header,
body:has(.hero--elevated) .cmp-header {
  background: rgba(0, 0, 0, 0.19);
  background: #000000 26;
}
body.header-scrolled .cmp-header {
  background: #ffffff;
  backdrop-filter: none;
}
.cmp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 81rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 1023px) {
  .cmp-header__inner {
    padding: 5px 1rem;
  }
}
.cmp-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1rem;
}
@media screen and (max-width: 1023px) {
  .cmp-header__main {
    padding: 1.25rem 1rem;
  }
}
.cmp-header__brand {
  flex-shrink: 0;
}
.cmp-header__brand a {
  display: block;
  text-decoration: none;
}
.cmp-header__logo {
  height: 4.375rem;
  width: auto;
  max-width: 8rem;
}
.cmp-header__logo--light {
  display: none;
}
body.hero--elevated .cmp-header__logo--light,
.hero--elevated .cmp-header__logo--light,
body:has(.hero--elevated) .cmp-header__logo--light {
  display: block;
}
body.header-scrolled .cmp-header__logo--light {
  display: none;
}
.cmp-header__logo--dark {
  display: block;
}
body.hero--elevated .cmp-header__logo--dark,
.hero--elevated .cmp-header__logo--dark,
body:has(.hero--elevated) .cmp-header__logo--dark {
  display: none;
}
body.header-scrolled .cmp-header__logo--dark {
  display: block;
}
@media screen and (max-width: 1023px) {
  .cmp-header__nav.is-open ~ .cmp-header__brand .cmp-header__logo--dark {
    display: block;
  }
}
.cmp-header__logo:not(.cmp-header__logo--dark):not(.cmp-header__logo--light) {
  display: block;
}
.cmp-header__nav {
  position: static;
  background: transparent;
  z-index: auto;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .cmp-header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 25;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .cmp-header__nav.is-open {
    left: 0;
  }
}
.cmp-header__nav-header {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.875rem 1rem;
    height: 5rem;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 1023px) {
  .cmp-header__nav-logo {
    height: 2.4375rem;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .cmp-header__nav-close {
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cmp-header__nav-close img {
    width: 100%;
    height: 100%;
  }
}
.cmp-header__menu {
  display: flex;
  list-style: none;
  gap: 1rem;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .cmp-header__menu {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    width: 100%;
    flex: 1;
  }
}
.cmp-header__menu-list-item {
  position: static;
  display: flex;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .cmp-header__menu-list-item {
    width: 100%;
    display: block;
  }
}
.cmp-header__menu-item-container {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .cmp-header__menu-item-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #eeeeef;
  }
}
.cmp-header__menu-item-container:hover .cmp-header__mega-dropdown {
  opacity: 1;
  visibility: visible;
}
.cmp-header__menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
  font-weight: 700;
  font-size: 16px;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #232426;
  gap: 0.25rem;
}
body.hero--elevated .cmp-header__menu-item,
.hero--elevated .cmp-header__menu-item,
body:has(.hero--elevated) .cmp-header__menu-item {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  body.hero--elevated .cmp-header__menu-item,
  .hero--elevated .cmp-header__menu-item,
  body:has(.hero--elevated) .cmp-header__menu-item {
    color: #2e2f32;
  }
}
body.header-scrolled .cmp-header__menu-item {
  color: #232426;
}
@media screen and (max-width: 1023px) {
  .cmp-header__menu-item {
    justify-content: flex-start;
    padding: 1rem 1.25rem;
    color: #2e2f32;
    min-height: 2.5625rem;
    width: auto;
    flex: 1;
    background: #ffffff;
    transition: background 0.2s ease;
  }
}
.cmp-header__chevron {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .cmp-header__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-left: 0.75rem;
    margin-right: 1.25rem;
  }
}
.cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron {
    display: flex;
    transform: none;
  }
}
.cmp-header__chevron img {
  width: 100%;
  height: 100%;
}
.cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
}
body.hero--elevated .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img,
.hero--elevated .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img,
body:has(.hero--elevated) .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img {
  filter: brightness(0) saturate(100%) invert(100%);
}
@media screen and (max-width: 1023px) {
  body.hero--elevated .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img,
  .hero--elevated .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img,
  body:has(.hero--elevated) .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
  }
}
body.header-scrolled .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
}
@media screen and (max-width: 1023px) {
  .cmp-header__menu-item-container:has(.cmp-header__mega-dropdown) .cmp-header__chevron img {
    filter: none;
  }
}
.cmp-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .cmp-header__actions {
    gap: 0.5rem;
  }
}
.cmp-header__search-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 1.25rem;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .cmp-header__search-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.cmp-header__search-icon:hover {
  background: #a7a7a7;
}
.cmp-header__search-icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
}
body.hero--elevated .cmp-header__search-icon img,
.hero--elevated .cmp-header__search-icon img,
body:has(.hero--elevated) .cmp-header__search-icon img {
  filter: brightness(0) saturate(100%) invert(100%);
}
body.header-scrolled .cmp-header__search-icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
}
@media screen and (max-width: 1023px) {
  body.hero--elevated .cmp-header__search-icon img,
  .hero--elevated .cmp-header__search-icon img,
  body:has(.hero--elevated) .cmp-header__search-icon img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
  body.header-scrolled .cmp-header__search-icon img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
  }
}
.cmp-header__menu-toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    cursor: pointer;
  }
  .cmp-header__menu-toggle img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
  }
  body.hero--elevated .cmp-header__menu-toggle img,
  .hero--elevated .cmp-header__menu-toggle img,
  body:has(.hero--elevated) .cmp-header__menu-toggle img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
  body.header-scrolled .cmp-header__menu-toggle img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(1015%) hue-rotate(185deg) brightness(96%) contrast(91%);
  }
  .cmp-header__menu-toggle:active {
    opacity: 0.7;
  }
}
.cmp-header__contact {
  font-size: .875rem;
}
@media screen and (max-width: 1023px) {
  .cmp-header__contact {
    display: none;
  }
}
.cmp-header__mega-dropdown {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem 1.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 30;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    transition: transform 0.3s ease-in-out, opacity 0s 0.3s, visibility 0s 0.3s;
    transform: translateX(100%);
    overflow-y: auto;
  }
  .cmp-header__mega-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
}
.cmp-header__mega-dropdown:has(.cmp-header__mega-subcategories-container:not(:empty)) {
  position: fixed;
  top: 5.25rem;
  left: calc((100vw - 1264px) / 2);
  transform: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-dropdown:has(.cmp-header__mega-subcategories-container:not(:empty)) {
    top: 0;
    left: 0;
    transform: translateX(100%);
  }
  .cmp-header__mega-dropdown:has(.cmp-header__mega-subcategories-container:not(:empty)).is-open {
    transform: translateX(0);
  }
}
.cmp-header__mega-dropdown:hover {
  opacity: 1;
  visibility: visible;
}
.cmp-header__mega-dropdown-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1rem;
  color: #75787b;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-dropdown-title {
    display: none;
  }
}
.cmp-header__mega-dropdown-header {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 5rem;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #cacbcc;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}
.cmp-header__mega-dropdown-header .cmp-header__mega-dropdown-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.375rem;
  color: #2e2f32;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  flex: 1;
  display: block;
}
.cmp-header__mega-dropdown-back {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-dropdown-back {
    display: flex;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  .cmp-header__mega-dropdown-back img {
    width: 100%;
    height: 100%;
  }
  .cmp-header__mega-dropdown-back:active {
    opacity: 0.7;
  }
}
.cmp-header__mega-content {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-content {
    flex-direction: column;
    width: 100%;
    min-height: calc(20vh);
    max-width: 100%;
    padding: 0;
  }
}
.cmp-header__mega-main-categories {
  min-width: 12.5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-main-categories {
    width: 100%;
    padding: 0;
  }
}
.cmp-header__mega-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category-list {
    width: 100%;
  }
}
.cmp-header__mega-category {
  position: relative;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category {
    width: 100%;
    border-bottom: 1px solid #cacbcc;
  }
}
.cmp-header__mega-category-item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  transition: background 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
  }
}
.cmp-header__mega-category-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  cursor: pointer;
  min-height: 3.5rem;
  height: 3.5rem;
  flex: 1;
  margin-bottom: 0.5rem;
  background: transparent;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category-item {
    padding: 1rem 1.25rem;
    min-height: 2.5625rem;
    height: auto;
    margin-bottom: 0;
    flex: 1;
  }
}
.cmp-header__mega-category-item:hover {
  text-decoration: none;
  color: inherit;
}
.cmp-header__mega-category-item:visited {
  color: inherit;
}
.cmp-header__mega-category:hover .cmp-header__mega-category-item-wrapper {
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  mix-blend-mode: multiply;
}
.cmp-header__mega-category.is-active .cmp-header__mega-category-item-wrapper {
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category.is-active .cmp-header__mega-category-item-wrapper {
    background: none;
  }
}
.cmp-header__mega-category-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
  }
}
.cmp-header__mega-category-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4375rem;
  color: #232426;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category-text {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-header__mega-category-arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  opacity: 0.6;
  transform: rotate(0deg);
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-category-arrow {
    opacity: 1;
    margin-left: 0.75rem;
    display: flex;
    margin-right: 1.25rem;
  }
}
.cmp-header__mega-category:has( + * .cmp-header__mega-subcategories[data-category-index] .cmp-header__mega-subcategories-container:not(:empty)) .cmp-header__mega-category-arrow {
  display: block;
}
.cmp-header__mega-dropdown:has(.cmp-header__mega-subcategories-container:not(:empty)) .cmp-header__mega-category-arrow {
  display: block;
}
.cmp-header__mega-divider {
  width: 1px;
  background-color: #cfc8db;
  margin: 0 2.1875rem;
  flex-shrink: 0;
  align-self: stretch;
  display: none;
}
.cmp-header__mega-dropdown:has(.cmp-header__mega-subcategories-container:not(:empty)) .cmp-header__mega-divider {
  display: block;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-dropdown:has(.cmp-header__mega-subcategories-container:not(:empty)) .cmp-header__mega-divider {
    display: none;
  }
}
.cmp-header__mega-subcategories-wrapper {
  position: relative;
  display: flex;
  overflow: visible;
  min-width: 0;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategories-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    overflow-y: auto;
    background: #ffffff;
    z-index: 30;
  }
  .cmp-header__mega-subcategories-wrapper.is-open {
    display: block;
  }
}
.cmp-header__mega-subcategories-wrapper:has(.cmp-header__mega-subcategories-container:not(:empty)) {
  min-width: 12.5rem;
}
.cmp-header__mega-subcategories-header {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategories-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 5rem;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #cacbcc;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}
.cmp-header__mega-subcategories-back {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategories-back {
    display: flex;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
  }
  .cmp-header__mega-subcategories-back img {
    width: 100%;
    height: 100%;
  }
  .cmp-header__mega-subcategories-back:active {
    opacity: 0.7;
  }
}
.cmp-header__mega-subcategories-title {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategories-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25rem;
    color: #2e2f32;
    margin: 0;
    flex: 1;
    display: block;
  }
}
.cmp-header__mega-subcategories {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategories {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(20vh);
    padding: 0;
    top: auto;
    left: auto;
  }
  .cmp-header__mega-subcategories.is-visible {
    display: block;
  }
}
.cmp-header__mega-subcategories.is-visible {
  display: block;
}
.cmp-header__mega-subcategories-container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  column-gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategories-container {
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 0;
  }
}
.cmp-header__mega-subcategory-item {
  list-style: none;
  margin: 0 0 0.875rem 0;
  padding: 0;
  width: 14.5rem;
  flex-shrink: 0;
  break-inside: avoid;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategory-item {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #cacbcc;
  }
}
.cmp-header__mega-subcategory-link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3125rem;
  color: #2e2f32;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .cmp-header__mega-subcategory-link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    border-radius: 0;
    transition: background 0.2s ease;
    white-space: normal;
    width: 100%;
    min-height: 4.25rem;
  }
}
@media screen and (max-width: 575px) {
  .cmp-header__mega-subcategory-link {
    font-size: 16px;
    line-height: 1.5rem;
    padding: 1rem 1.25rem;
    min-height: 3.75rem;
  }
}
.cmp-header__mega-subcategory-link:last-child {
  margin-bottom: 0;
}
.cmp-header__mega-subcategory-link:hover {
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  mix-blend-mode: multiply;
}
.cmp-header__submenu,
.cmp-header__view-all {
  display: none;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.footer-wrapper {
  background: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
}
.apone-footer {
  background: #000000;
  color: #ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 88.75rem;
}
.apone-footer .footer-top {
  display: grid;
  grid-template-columns: 6.875rem 15.75rem 1fr;
  gap: 2.5rem;
  padding: 2.5rem 5rem;
  height: 10rem;
  position: relative;
  align-items: start;
}
.apone-footer .footer-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5rem;
  right: 5rem;
  height: 0.0625rem;
  background: #3b3d40;
}
@media screen and (max-width: 1300px) {
  .apone-footer .footer-top {
    grid-template-columns: 4.5rem 13.75rem 1fr;
    gap: 1.5rem;
    padding: 2.5rem 3.125rem;
    height: auto;
    min-height: 8.75rem;
  }
  .apone-footer .footer-top::after {
    left: 3.125rem;
    right: 3.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .apone-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 1.875rem;
    height: auto;
  }
  .apone-footer .footer-top::after {
    left: 1.875rem;
    right: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .apone-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5625rem 1.5rem;
    height: auto;
  }
  .apone-footer .footer-top::after {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .apone-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5625rem 1.5rem;
    height: auto;
  }
  .apone-footer .footer-top::after {
    display: none;
  }
  .apone-footer .footer-top .social-section {
    order: 1;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1300px) {
  .apone-footer .footer-top {
    padding: 2.5rem 3.5rem;
    grid-template-columns: 4rem 15rem 1fr;
    gap: 2rem;
  }
  .apone-footer .footer-top::after {
    left: 3.5rem;
    right: 3.5rem;
  }
}
.apone-footer .footer-top .top-left {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.apone-footer .footer-top .top-left a {
  display: inline-block;
}
.apone-footer .footer-top .top-left a img {
  width: 4.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .apone-footer .footer-top .top-left a img {
    width: 5.5rem;
  }
}
.apone-footer .footer-top .contact {
  width: 100%;
}
.apone-footer .footer-top .contact h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .apone-footer .footer-top .contact h4 {
    font-size: 16px;
    margin-bottom: 0.75rem;
  }
}
.apone-footer .footer-top .contact p {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 1.4;
}
.apone-footer .footer-top .contact p .icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  filter: invert(1);
}
.apone-footer .footer-top .contact p a {
  color: #a7a7a7;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.apone-footer .footer-top .contact p a:hover {
  color: #ffffff;
}
.apone-footer .footer-top .contact p a.phone-link {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
  margin: -0.125rem -0.25rem;
}
.apone-footer .footer-top .contact p a.phone-link:hover {
  text-decoration: none;
}
.apone-footer .footer-top .contact p a.phone-link:active {
  transform: translateY(1px);
}
.apone-footer .footer-top .social-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.apone-footer .footer-top .social-section h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}
.apone-footer .footer-top .social-section .social {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.apone-footer .footer-top .social-section .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.apone-footer .footer-top .social-section .social a img {
  width: 1.25rem;
  height: 1.25rem;
  filter: invert(0.7);
  transition: all 0.3s ease;
}
.apone-footer .footer-top .social-section .social a img:hover {
  filter: invert(1);
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .apone-footer .footer-top .social-section {
    align-items: center;
    text-align: center;
  }
  .apone-footer .footer-top .social-section .social {
    justify-content: center;
  }
}
.apone-footer .footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0rem;
  gap: 3.75rem;
  padding: 2.5rem 5rem;
  align-items: start;
  min-height: 18.25rem;
}
@media screen and (max-width: 1300px) {
  .apone-footer .footer-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .apone-footer .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    padding: 1.875rem 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .apone-footer .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1.875rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .apone-footer .footer-columns {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1.5rem;
  }
}
.apone-footer .footer-columns .col h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.2;
}
.apone-footer .footer-columns .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apone-footer .footer-columns .col ul li {
  margin-bottom: 0.75rem;
}
.apone-footer .footer-columns .col ul li a {
  color: #a7a7a7;
  text-decoration: none;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.apone-footer .footer-columns .col ul li a:hover {
  color: #ffffff;
}
.apone-footer .footer-bottom {
  position: relative;
  padding: 1.5rem 5rem 2.5rem;
}
.apone-footer .footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2.5rem;
  right: 2.5rem;
  height: 0.0625rem;
  background: #3b3d40;
}
@media screen and (max-width: 1300px) {
  .apone-footer .footer-bottom {
    padding: 1.5rem 3.75rem 2.5rem;
  }
  .apone-footer .footer-bottom::before {
    left: 3.75rem;
    right: 3.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .apone-footer .footer-bottom {
    padding: 1.5rem 2.5rem 1.875rem;
  }
  .apone-footer .footer-bottom::before {
    left: 2.5rem;
    right: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .apone-footer .footer-bottom {
    padding: 1.5rem 1.875rem;
  }
  .apone-footer .footer-bottom::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.apone-footer .footer-bottom .copyright {
  color: #a7a7a7;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.apone-footer .footer-bottom .social {
  display: none;
}
@media screen and (max-width: 767px) {
  .apone-footer .footer-columns .col.expandable .col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem 0;
    border-bottom: 0.0625rem solid #3b3d40;
    position: relative;
  }
  .apone-footer .footer-columns .col.expandable .col-header h4 {
    margin: 0;
  }
  .apone-footer .footer-columns .col.expandable .col-header .accordion-arrow {
    width: 1rem;
    height: 1rem;
    background-image: url('clientlib-site/resources/icons/scroll.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
  .apone-footer .footer-columns .col.expandable .col-header.expanded .accordion-arrow {
    transform: rotate(180deg);
  }
  .apone-footer .footer-columns .col.expandable .col-header.expanded {
    border-bottom: none;
  }
  .apone-footer .footer-columns .col.expandable ul {
    display: none;
    padding-top: 1rem;
    margin-bottom: 1rem;
    animation: slideDown 0.3s ease;
  }
  .apone-footer .footer-columns .col.expandable ul.expanded {
    display: block;
  }
  .apone-footer .footer-columns .col.expandable .col-header.expanded + ul.expanded {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  .apone-footer .footer-columns .col.expandable .col-header.expanded + ul.expanded::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.0625rem;
    background: #3b3d40;
  }
  .apone-footer .footer-columns .col.expandable:not(.expandable) .col-header {
    display: none;
  }
  .apone-footer .footer-columns .col.expandable:not(.expandable) ul,
  .apone-footer .footer-columns .col.expandable:not(.expandable) .social {
    display: block;
  }
  .apone-footer .footer-columns .col.expandable .col:last-child .col-header {
    border-bottom: none;
  }
  .apone-footer .footer-columns .col:not(.expandable) h4 {
    display: none;
  }
  .apone-footer .footer-columns .col:not(.expandable) ul {
    display: none;
  }
  @keyframes slideDown {
    from {
      opacity: 0;
      max-height: 0;
    }
    to {
      opacity: 1;
      max-height: 31.25rem;
    }
  }
}
.apone-footer .footer-columns .col.expandable:last-child .col-header {
  border: none;
}
@keyframes floatAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*
.chatbot-floating-icon {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    width: 3.75rem;
    height: 3.75rem;
    background: @color-white;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 9999; // Maximum z-index to ensure visibility in all views
    text-decoration: none;
    
    // SVG icon as background (using etc.clientlibs path for publish compatibility)
    background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/chat-bot.svg');
    background-size: 2rem 2rem;
    background-position: center;
    background-repeat: no-repeat;
    
    // Floating animation
    animation: floatAnimation 3s ease-in-out infinite;
    
    &:hover {
        animation-play-state: paused;
        transform: scale(1.1);
        box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);
    }
    
    &:active {
        animation-play-state: paused;
        transform: scale(0.95);
    }
    
    // Tablet and below
    .respond(md-down, {
        bottom: 1.875rem;
        right: 1.875rem;
        width: 3.5rem;
        height: 3.5rem;
        background-size: 1.875rem 1.875rem;
    });
    
    // Mobile
    .respond(sm-down, {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
        background-size: 1.5rem 1.5rem;
    });
}
*/

.image-icon-link-card__grid:has(> .image-icon-link-card__card:only-child) {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 37.5rem;
}
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.image-icon-link-card {
  padding: 2.5rem 1rem;
  background-color: #fef9f2;
  /* Extend mobile/tablet non-hover behavior up to and including 1024px (xl breakpoint inclusive) */
}
.image-icon-link-card__container {
  margin: 0 auto;
  width: 100%;
}
.image-icon-link-card__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .image-icon-link-card__header {
    margin-bottom: 5rem;
  }
}
.image-icon-link-card__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .image-icon-link-card__title {
    font-size: 54px;
    line-height: 3.75rem;
  }
}
.image-icon-link-card__description {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75rem;
  color: #808080;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .image-icon-link-card__description {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.image-icon-link-card__description p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .image-icon-link-card__description p {
    font-size: inherit;
    line-height: inherit;
  }
}
.image-icon-link-card__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .image-icon-link-card__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .image-icon-link-card__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1300px;
  }
}
.image-icon-link-card__card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  width: 100%;
  height: 15.625rem;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .image-icon-link-card__card {
    height: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .image-icon-link-card__card {
    height: 24rem;
  }
}
.image-icon-link-card__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.image-icon-link-card__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 1;
}
.image-icon-link-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  border-radius: 0.5rem;
}
.image-icon-link-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.64%, rgba(0, 0, 0, 0.9) 84.85%);
  z-index: 2;
  pointer-events: none;
}
.image-icon-link-card__content {
  position: relative;
  z-index: 3;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  pointer-events: none;
}
.image-icon-link-card__logo-container {
  display: flex;
  align-items: center;
  -webkit-transition: transform 0.6s ease-out opacity 0.6s ease-out;
  -moz-transition: transform 0.6s ease-out opacity 0.6s ease-out;
  -o-transition: transform 0.6s ease-out opacity 0.6s ease-out;
  transition: transform 0.6s ease-out opacity 0.6s ease-out;
  transform: translateY(0);
  opacity: 1;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .image-icon-link-card__logo-container {
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
.image-icon-link-card__logo {
  max-height: 2.5rem;
  max-width: 8.75rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .image-icon-link-card__logo {
    max-height: 3.375rem;
    max-width: 11.25rem;
  }
}
.image-icon-link-card__button-container {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(0.9375rem);
  -webkit-transition: opacity 0.6s ease-out transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out transform 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out transform 0.6s ease-out;
  transition: opacity 0.6s ease-out transform 0.6s ease-out;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .image-icon-link-card__button-container {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .image-icon-link-card__button-container {
    left: 1.5rem;
    bottom: 1.5rem;
    right: auto;
  }
}
.image-icon-link-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #feb940;
  border: 0.125rem solid #ffa200;
  border-radius: 6.1875rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out border-color 0.3s ease-out transform 0.2s ease-out;
  -moz-transition: background-color 0.3s ease-out border-color 0.3s ease-out transform 0.2s ease-out;
  -o-transition: background-color 0.3s ease-out border-color 0.3s ease-out transform 0.2s ease-out;
  transition: background-color 0.3s ease-out border-color 0.3s ease-out transform 0.2s ease-out;
}
.image-icon-link-card__button:hover,
.image-icon-link-card__button:focus:hover {
  background-color: #ffa200;
  border-color: #ffa200;
  transform: scale(1.05);
}
.image-icon-link-card__button:focus {
  outline: 0.125rem solid #ffffff;
  outline-offset: 0.125rem;
}
.image-icon-link-card__button:active {
  transform: scale(0.95);
}
.image-icon-link-card__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #000000;
  pointer-events: auto;
}
.image-icon-link-card__arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2;
}
@media screen and (max-width: 575px) {
  .image-icon-link-card__card {
    height: 13.75rem;
  }
  .image-icon-link-card__content {
    padding: 1rem;
  }
  .image-icon-link-card__logo {
    max-height: 2rem;
    max-width: 6.875rem;
  }
  .image-icon-link-card__logo-container {
    bottom: 1rem;
    left: 1rem;
  }
  .image-icon-link-card__button-container {
    bottom: 1rem;
    right: 1rem;
  }
  .image-icon-link-card__button {
    width: 2.75rem;
    height: 2.75rem;
  }
  .image-icon-link-card__button-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
  .image-icon-link-card__arrow-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.image-icon-link-card__button:focus-visible {
  outline: 0.1875rem solid #feb940;
  outline-offset: 0.1875rem;
}
@media (prefers-reduced-motion: reduce) {
  .image-icon-link-card__card {
    transition: none;
  }
  .image-icon-link-card__card:hover .image-icon-link-card__image {
    transform: none;
  }
  .image-icon-link-card__card:hover .image-icon-link-card__logo-container {
    transform: none;
    opacity: 0.7;
  }
  .image-icon-link-card__card:hover .image-icon-link-card__button-container {
    opacity: 1;
    transform: none;
  }
  .image-icon-link-card__image,
  .image-icon-link-card__logo-container,
  .image-icon-link-card__button-container,
  .image-icon-link-card__button {
    transition: none;
  }
}
.cq-editing .image-icon-link-card__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.125rem dashed #7455a2;
  border-radius: 0.5rem;
  z-index: 10;
  pointer-events: none;
  opacity: 0.7;
}
.image-icon-link-card__card.is-focused {
  outline: 0.1875rem solid #feb940;
  outline-offset: 0.125rem;
}
.image-icon-link-card__card.is-touched {
  transform: scale(0.98);
  -webkit-transition: transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
.image-icon-link-card__card.is-visible .image-icon-link-card__image {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .image-icon-link-card__card.is-visible {
    max-width: 626px;
    width: 100%;
    height: 24rem;
  }
}
@media screen and (min-width: 992px) {
  .image-icon-link-card__card:hover .image-icon-link-card__logo-container {
    transform: translateY(-0.625rem);
    opacity: 0.8;
  }
  .image-icon-link-card__card:hover .image-icon-link-card__button-container {
    opacity: 1;
    transform: translateY(0);
  }
  .image-icon-link-card__card.is-hovered .image-icon-link-card__logo-container {
    transform: translateY(-4.875rem);
    opacity: 1;
  }
  .image-icon-link-card__card.is-hovered .image-icon-link-card__button-container {
    opacity: 1;
    transform: translateY(0);
  }
  .image-icon-link-card__card:hover .image-icon-link-card__image,
  .image-icon-link-card__card.is-hovered .image-icon-link-card__image {
    transform: scale(1.18);
    transition: transform 0.7s ease-in-out;
    transform-origin: center center;
    will-change: transform;
  }
  .image-icon-link-card__card:hover .image-icon-link-card__logo-container,
  .image-icon-link-card__card.is-hovered .image-icon-link-card__logo-container,
  .image-icon-link-card__card:hover .image-icon-link-card__button-container,
  .image-icon-link-card__card.is-hovered .image-icon-link-card__button-container {
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  }
}
@media (max-width: 1024px) {
  .image-icon-link-card .image-icon-link-card__button-container {
    opacity: 1;
    transform: none;
    right: 1.25rem;
    left: auto;
    pointer-events: auto;
  }
  .image-icon-link-card .image-icon-link-card__logo-container {
    transform: translateY(0);
    opacity: 1;
  }
  .image-icon-link-card .image-icon-link-card__card:hover .image-icon-link-card__logo-container,
  .image-icon-link-card .image-icon-link-card__card.is-hovered .image-icon-link-card__logo-container {
    transform: translateY(0);
    opacity: 1;
  }
  .image-icon-link-card .image-icon-link-card__card:hover .image-icon-link-card__button-container,
  .image-icon-link-card .image-icon-link-card__card.is-hovered .image-icon-link-card__button-container {
    opacity: 1;
    transform: none;
  }
  .image-icon-link-card .image-icon-link-card__card:hover .image-icon-link-card__image,
  .image-icon-link-card .image-icon-link-card__card.is-hovered .image-icon-link-card__image {
    transform: none;
  }
}
.image-icon-link-card__image {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.image-icon-link-card__image[src] {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .image-icon-link-card__button-container {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .image-icon-link-card__button {
    pointer-events: auto;
  }
  .image-icon-link-card__logo-container {
    transform: translateY(0);
    opacity: 1;
  }
  .image-icon-link-card__card:hover .image-icon-link-card__image {
    transform: none;
  }
}
@media print {
  .image-icon-link-card__button-container {
    opacity: 1;
    transform: none;
  }
  .image-icon-link-card__logo-container {
    opacity: 1;
    transform: none;
  }
  .image-icon-link-card__card:hover .image-icon-link-card__image {
    transform: none;
  }
}

/* ========================================
   Large Hero Component Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-large-hero {
  position: relative;
  width: 100%;
  min-height: 50rem;
  height: 80vh;
  max-height: 57.875rem;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero {
    height: 100vh;
  }
}
.cmp-large-hero.hero--elevated {
  position: relative;
  top: 0;
}
.cmp-large-hero.hero--lowered {
  position: relative;
  top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero.hero--lowered {
    top: 8.25rem;
    margin-bottom: 8.25rem;
  }
}
.cmp-large-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Gradient Overlays */
}
.cmp-large-hero__background--image,
.cmp-large-hero__background--video,
.cmp-large-hero__background--youtube {
  overflow: hidden;
}
.cmp-large-hero__background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cmp-large-hero__background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cmp-large-hero__background-iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-large-hero__background--gradient-dark::after,
.cmp-large-hero__background--gradient-dark-secondary::after,
.cmp-large-hero__background--gradient-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cmp-large-hero__background--gradient-dark::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.374051) 65.8%, rgba(0, 0, 0, 0.673978) 75.77%, #000000 100%);
}
.cmp-large-hero__background--gradient-dark-secondary::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.42%, rgba(0, 0, 0, 0.8) 84.12%);
}
.cmp-large-hero__background--gradient-blue::after {
  background: linear-gradient(169.72deg, rgba(6, 27, 62, 0) -12.16%, rgba(6, 27, 62, 0.3) 50.94%, #061b3e 86.47%);
}
.cmp-large-hero__content {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 81rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero__content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.cmp-large-hero__logo {
  max-width: 8.75rem;
  height: auto;
  margin-bottom: 1.25rem;
  align-self: center;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero__logo {
    max-width: 12.5rem;
    margin-bottom: 1.875rem;
    align-self: flex-start;
  }
}
.cmp-large-hero__text {
  max-width: 70%;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero__text {
    max-width: 42.3125rem;
  }
}
.cmp-large-hero__text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .75rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero__text h1 {
    font-size: 64px;
    margin-bottom: 1.25rem;
  }
}
.cmp-large-hero__text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero__text h2 {
    font-size: 32px;
    margin-bottom: 1.125rem;
  }
}
.cmp-large-hero__text h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .75rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero__text h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
.cmp-large-hero__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: .75rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-large-hero__text p {
    font-size: 24px;
    margin-bottom: 1rem;
    max-width: 29rem;
  }
}
.cmp-large-hero__text p:last-child {
  margin-bottom: 0;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.banner {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .banner {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    align-items: stretch;
  }
}
.banner__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .banner__left {
    max-width: 35.6875rem;
    margin: 1.875rem 0 1.3125rem;
    align-items: flex-start;
  }
}
.banner__logo img {
  max-width: 11.125rem;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner__logo img {
    max-width: 15.4375rem;
  }
}
.banner__text-content {
  display: flex;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
}
.banner__title {
  margin: 0;
  margin-top: 1.5rem;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 2.5rem;
  color: #3a1f63;
}
@media screen and (min-width: 992px) {
  .banner__title {
    max-width: 31.5rem;
    margin-top: 2.5rem;
    font-size: 40px;
    line-height: 3.75rem;
  }
}
.banner__description {
  font-family: "Manrope", sans-serif;
  margin: 0;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .banner__description {
    font-size: 20px;
    margin-top: 1.25rem;
  }
}
.banner__btn-cta {
  display: none;
}
@media screen and (min-width: 992px) {
  .banner__btn-cta {
    display: flex;
    margin: 2.5rem 0 0;
    font-size: 16px;
  }
}
.banner__btn-cta img {
  height: 1rem;
  width: 1rem;
}
@media screen and (min-width: 992px) {
  .banner__btn-cta img {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.banner__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner__carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .banner__carousel {
    width: auto;
    justify-content: flex-start;
  }
}
.banner__carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease-in-out;
}
.banner__carousel-item--active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.banner__carousel-image {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
.banner__carousel-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.42%, rgba(0, 0, 0, 0.8) 84.12%);
  pointer-events: none;
}
.banner__carousel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 21.875rem;
  min-height: 16.625rem;
}
@media screen and (min-width: 768px) {
  .banner__carousel-image img {
    max-height: 28.5rem;
    min-height: 21.25rem;
  }
}
@media screen and (min-width: 768px) {
  .banner__carousel-image {
    margin-top: 0;
  }
}
.banner__carousel-caption {
  font-family: "Manrope", sans-serif;
  position: absolute;
  left: 5%;
  bottom: 9%;
  color: white;
  z-index: 1;
  pointer-events: none;
  text-align: left;
  max-width: 65%;
}
@media screen and (min-width: 992px) {
  .banner__carousel-caption {
    bottom: 8.5%;
    left: 6.5%;
  }
}
.banner__carousel-caption-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .banner__carousel-caption-title {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.banner__carousel-caption-subtitle {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0.375rem 0 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .banner__carousel-caption-subtitle {
    font-size: 20px;
    line-height: 1.75rem;
    margin-top: 0.625rem;
  }
}
.banner__btn-cta-mobile {
  display: flex;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 992px) {
  .banner__btn-cta-mobile {
    display: none;
  }
}
.banner__carousel-controls {
  position: absolute;
  right: 4.5%;
  bottom: 6.3%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .banner__carousel-controls {
    right: 4.6%;
    bottom: 11.4%;
    gap: 1.5rem;
  }
}

/* ========================================
   Speaker-cards Component Styles - Mobile First Responsive
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-speaker-card {
  width: 100%;
  padding: 2.5rem 0;
  background-color: #fef9f2;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card {
    padding: 3.75rem 0;
  }
}
.cmp-speaker-card__header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__header {
    margin-bottom: 5rem;
  }
}
.cmp-speaker-card__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #3a1f63;
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__title {
    font-size: 54px;
    margin-bottom: 1.25rem;
  }
}
.cmp-speaker-card__description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  color: #4c4e52;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__description p {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-speaker-card__carousel {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  flex-direction: column;
}
.cmp-speaker-card__carousel.carousel--vertical {
  flex-direction: row;
  align-items: center;
}
.cmp-speaker-card__carousel.carousel--vertical .cmp-speaker-card__carousel-track {
  flex: 1;
}
.cmp-speaker-card__carousel.carousel--vertical .cmp-speaker-card__dots {
  flex-direction: column;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  margin-top: 0;
  order: 2;
}
.cmp-speaker-card__carousel.carousel--horizontal {
  flex-direction: column;
}
.cmp-speaker-card__carousel.carousel--horizontal .cmp-speaker-card__carousel-track {
  width: 100%;
}
.cmp-speaker-card__carousel.carousel--horizontal .cmp-speaker-card__dots {
  flex-direction: row;
  position: static;
  width: auto;
}
.cmp-speaker-card__carousel-track {
  position: relative;
  width: 100%;
}
.cmp-speaker-card__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* MOBILE FIX: Use will-change for smoother transitions */
  will-change: opacity, visibility;
}
.cmp-speaker-card__slide:not(.is-active) {
  display: none;
}
.cmp-speaker-card__slide.is-active {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.cmp-speaker-card__slide-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
  flex: 1;
  min-height: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__slide-content {
    flex-direction: row;
    gap: 5rem;
    align-items: flex-start;
  }
}
.cmp-speaker-card__left-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__left-section {
    gap: 4rem;
  }
}
.cmp-speaker-card__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-grow: 1;
}
.cmp-speaker-card__event-quote-section {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cmp-speaker-card__speaker-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cmp-speaker-card__avatar {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.cmp-speaker-card__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0%;
}
.cmp-speaker-card__speaker-details {
  flex: 1;
}
.cmp-speaker-card__speaker-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #4c4e52;
  margin: 0 0 4px 0;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__speaker-name {
    font-size: 20px;
  }
}
.cmp-speaker-card__speaker-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #4c4e52;
  margin: 0;
}
.cmp-speaker-card__event {
  display: inline-block;
}
.cmp-speaker-card__event-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #7455a2;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__event-name {
    font-size: 18px;
  }
}
.cmp-speaker-card__quote {
  margin: 0.5rem 0;
}
.cmp-speaker-card__quote-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #4c4e52;
  margin: 0;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__quote-text {
    font-size: 24px;
  }
}
.cmp-speaker-card__cta {
  align-self: center;
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__cta {
    align-self: flex-start;
  }
}
.cmp-speaker-card__image-wrapper {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__image-wrapper {
    width: auto;
    max-width: 39.1875rem;
    height: 25.375rem;
  }
}
.cmp-speaker-card__image {
  width: 100%;
  height: 100%;
  display: block;
}
.cmp-speaker-card__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__dots {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    margin-top: 0;
    gap: 0.75rem;
  }
}
.cmp-speaker-card__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #c9bddb;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .cmp-speaker-card__dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.cmp-speaker-card__dot.is-active {
  background-color: #512b8b;
  width: 2rem;
  height: 0.5rem;
  border-radius: 0.25rem;
}
.carousel--vertical .cmp-speaker-card__dot.is-active {
  width: 0.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background-color: #512b8b;
}

/* ========================================
   Vertical Card Carousel Component Styles - Mobile First Responsive
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-vertical-card {
  width: 100%;
  padding: 2.5rem 0;
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card {
    padding: 3.75rem 0;
  }
}
.cmp-vertical-card__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__content {
    gap: 3rem;
    width: 100%;
    flex-direction: row;
  }
}
.cmp-vertical-card__main-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__main-content {
    flex-direction: row;
    gap: 5rem;
  }
}
.cmp-vertical-card__left-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__left-section {
    flex: 1;
    min-width: 0;
  }
}
.cmp-vertical-card__header {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__header {
    text-align: left;
  }
}
.cmp-vertical-card__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  color: #3a1f63;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__title {
    font-size: 54px;
    margin-bottom: 1.25rem;
  }
}
.cmp-vertical-card__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__description p {
    font-size: 20px;
  }
}
.cmp-vertical-card__right-section {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__right-section {
    flex: 0 0 39.125rem;
    width: 39.125rem;
  }
}
.cmp-vertical-card__carousel {
  position: relative;
  width: 100%;
  display: flex;
  gap: 1.875rem;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__carousel {
    flex-direction: row;
    align-items: flex-start;
  }
}
.cmp-vertical-card__carousel.carousel--horizontal {
  flex-direction: column;
}
.cmp-vertical-card__carousel.carousel--horizontal .cmp-vertical-card__carousel-track {
  width: 100%;
}
.cmp-vertical-card__carousel.carousel--horizontal .cmp-vertical-card__dots {
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__carousel.carousel--vertical {
    flex-direction: row;
  }
  .cmp-vertical-card__carousel.carousel--vertical .cmp-vertical-card__carousel-track {
    flex: 1;
  }
  .cmp-vertical-card__carousel.carousel--vertical .cmp-vertical-card__dots {
    flex-direction: column;
    order: 2;
  }
}
.cmp-vertical-card__carousel-track {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__carousel-track {
    height: 44rem;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  .cmp-vertical-card__carousel-track::-webkit-scrollbar {
    display: none;
  }
}
.cmp-vertical-card__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  width: 100%;
  /* MOBILE FIX: Use will-change for smoother transitions */
  will-change: opacity, visibility;
  /* MOBILE FIX: Contain layout to prevent affecting other elements */
  contain: layout style;
}
.cmp-vertical-card__slide:not(.is-active) {
  display: none;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__slide:not(.is-active) {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.cmp-vertical-card__slide.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__slide {
    margin-bottom: 1.5rem;
  }
  .cmp-vertical-card__slide:last-child {
    margin-bottom: 0;
  }
}
.cmp-vertical-card__card {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__card {
    width: 100%;
    max-width: 39.125rem;
    margin: 0;
  }
}
.cmp-vertical-card__card-image {
  position: relative;
  width: 100%;
  height: 13.75rem;
  overflow: hidden;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__card-image {
    height: 20rem;
    padding: 1.5rem;
  }
}
.cmp-vertical-card__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-vertical-card__card-content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0 1rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__card-content {
    padding: 0 1.5rem;
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }
}
.cmp-vertical-card__card-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  color: #232426;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__card-title {
    font-size: 20px;
    max-width: none;
  }
}
.cmp-vertical-card__card-location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cmp-vertical-card__card-location span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #232426;
}
.cmp-vertical-card__card-cta {
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__card-cta {
    padding: 0 1.5rem 1.5rem;
  }
}
.cmp-vertical-card__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__dots {
    position: absolute;
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    margin-top: 0;
    gap: 0.75rem;
  }
}
.cmp-vertical-card__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #c9bddb;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .cmp-vertical-card__dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.cmp-vertical-card__dot.is-active {
  background-color: #512b8b;
  width: 2rem;
  height: 0.5rem;
  border-radius: 0.25rem;
}
.carousel--vertical .cmp-vertical-card__dot.is-active {
  width: 0.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background-color: #512b8b;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.image-card-listing {
  background-color: #ffffff;
}
.image-card-listing .variant-section.variant-surface {
  background-color: #fef9f2;
}
.image-card-listing .main-heading {
  font-size: 54px;
  font-weight: 800;
  color: #3a1f63;
  margin: 0 0 24px 0;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .image-card-listing .main-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .main-heading {
    font-size: 32px;
    margin: 0 0 16px 0;
  }
}
.image-card-listing .subtitle {
  font-size: 20px;
  color: #808080;
  margin: 0 0 51px 0;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
.image-card-listing .subtitle p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media screen and (max-width: 991px) {
  .image-card-listing .subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .subtitle {
    font-size: 18px;
    margin: 0 auto 24px auto;
  }
}
.image-card-listing .cta-button-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .image-card-listing .cta-button-wrapper {
    margin-bottom: 24px;
  }
}
.image-card-listing .cards-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .image-card-listing .cards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .cards-container {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}
.image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="1"] {
  grid-template-columns: minmax(260px, 320px);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="1"] {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="2"] {
  grid-template-columns: repeat(2, minmax(260px, 320px));
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="2"] {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="3"] {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="3"] {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="4"] {
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .image-card-listing .variant-section:not(.variant-landmark) .cards-container[data-card-count="4"] {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-card-listing .card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  height: 360px;
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.image-card-listing .card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}
.image-card-listing .card:focus {
  outline: 2px solid #3a1f63;
  outline-offset: 2px;
}
.image-card-listing .card .card-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.image-card-listing .card .card-image .card-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.image-card-listing .card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  z-index: 1;
}
.image-card-listing .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  gap: 10px;
  transition: transform 0.3s ease;
}
.image-card-listing .card .card-label {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  font-family: "Manrope", sans-serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transform: translateY(6px);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .image-card-listing .card .card-label {
    font-size: 16px;
  }
}
.image-card-listing .card .card-arrow {
  width: 18px;
  height: 16px;
  opacity: 0;
  display: inline-block;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.image-card-listing .card:hover .card-label {
  transform: translateY(-20px);
}
.image-card-listing .card:hover .card-arrow {
  opacity: 1;
  transform: translateY(-15px);
}
.image-card-listing .card:hover .card-bg-image {
  transform: scale(1.05);
}
@media screen and (max-width: 1300px) {
  .image-card-listing .card {
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .image-card-listing .card {
    height: 280px;
  }
  .image-card-listing .card .card-content {
    padding: 20px 16px;
    min-height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .card {
    height: 120px;
    max-width: none;
  }
  .image-card-listing .card .card-content {
    padding: 12px 16px;
    min-height: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .image-card-listing .card .card-label {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 12px;
    transform: none;
    transition: none;
  }
  .image-card-listing .card .card-arrow {
    width: 18px;
    height: 16px;
    opacity: 1;
    position: static;
    transform: none;
    transition: none;
  }
  .image-card-listing .card .card-overlay {
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.image-card-listing .surface-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .image-card-listing .surface-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .image-card-listing .surface-cards-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .surface-cards-container {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.image-card-listing .surface-cards-container[data-card-count="1"] {
  grid-template-columns: minmax(280px, 360px);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .image-card-listing .surface-cards-container[data-card-count="1"] {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.image-card-listing .surface-cards-container[data-card-count="2"] {
  grid-template-columns: repeat(2, minmax(260px, 340px));
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .image-card-listing .surface-cards-container[data-card-count="2"] {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.image-card-listing .surface-cards-container[data-card-count="3"] {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .image-card-listing .surface-cards-container[data-card-count="3"] {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-card-listing .surface-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.image-card-listing .surface-card-link:focus {
  outline: 2px solid #3a1f63;
  outline-offset: 2px;
}
.image-card-listing .surface-card {
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 275px;
}
@media screen and (max-width: 991px) {
  .image-card-listing .surface-card {
    min-height: 265px;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .surface-card {
    min-height: 235px;
  }
}
.image-card-listing .surface-card:hover {
  border-color: #ffb732;
  background-color: #ffb732;
}
.image-card-listing .surface-card:hover .surface-card-header {
  background-color: transparent;
}
.image-card-listing .surface-card:hover .surface-card-header .surface-card-title {
  color: #232426;
}
.image-card-listing .surface-card:hover .surface-bg-image {
  transform: scale(1.05);
}
.image-card-listing .surface-card .surface-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding: 0 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .image-card-listing .surface-card .surface-card-image {
    height: 180px;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .surface-card .surface-card-image {
    height: 160px;
  }
}
.image-card-listing .surface-card .surface-card-image .surface-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.image-card-listing .surface-card .surface-card-header {
  background: #ffffff;
  padding: 5px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
@media screen and (max-width: 575px) {
  .image-card-listing .surface-card .surface-card-header {
    padding: 14px 16px;
    min-height: 56px;
  }
}
.image-card-listing .surface-card .surface-card-header .surface-card-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #232426;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .image-card-listing .surface-card .surface-card-header .surface-card-title {
    font-size: 18px;
  }
}
.image-card-listing .surface-card .surface-card-header .surface-card-arrow {
  width: 20px;
  height: 20px;
  opacity: 1;
  display: inline-block;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrowright.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-left: 12px;
}
.image-card-listing .variant-section {
  display: none;
}
.image-card-listing .variant-section.active {
  display: block;
}
.image-card-listing .variant-section {
  display: block !important;
}
.image-card-listing .variant-section.variant-surface {
  margin-top: 40px;
}
.image-card-listing .variant-section.variant-landmark .cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.image-card-listing .variant-section.variant-landmark .card {
  flex: 0 0 calc(27.333%);
  height: 30rem;
}
@media screen and (max-width: 991px) {
  .image-card-listing .variant-section.variant-landmark .card {
    flex: 0 0 calc(46%);
    height: 25rem;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .variant-section.variant-landmark .card {
    flex: 0 0 100%;
    height: 20rem;
  }
}
@media screen and (max-width: 575px) {
  .image-card-listing .variant-section.variant-landmark .card-label {
    text-align: left;
  }
}
.image-card-listing .variant-section.variant-landmark .cta-button-wrapper {
  margin-bottom: 0;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .image-card-listing .variant-section.variant-landmark .cta-button-wrapper {
    margin-top: 1.5rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-video-listing--extra-spacing {
  padding-top: 8.75rem;
}
.cmp-video-listing__container {
  overflow: hidden;
  position: relative;
}
.cmp-video-listing__container.animate-section .cmp-video-listing__title {
  opacity: 1;
}
.cmp-video-listing__container.animate-section .cmp-video-listing__subtitle {
  opacity: 1;
}
.cmp-video-listing__container.animate-section .cmp-video-listing__card-wrapper {
  transform: translateX(0);
}
.cmp-video-listing__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .cmp-video-listing__header {
    align-items: flex-end;
  }
}
.cmp-video-listing__content {
  flex: 1;
}
.cmp-video-listing__controls {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .cmp-video-listing__controls {
    gap: 16px;
  }
}
.cmp-video-listing__title {
  font-size: 54px;
  line-height: 1.33;
  font-weight: 800;
  max-width: 630px;
  margin: 0;
  color: #3a1f63;
  font-family: "Manrope", sans-serif;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .cmp-video-listing__title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .cmp-video-listing__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 575px) {
  .cmp-video-listing__title {
    font-size: 28px;
    line-height: 1.25;
  }
}
.cmp-video-listing__subtitle p {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1.4;
  max-width: 680px;
  color: #4c4e52;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 575px) {
  .cmp-video-listing__subtitle p {
    font-size: 16px;
    line-height: 1.25;
  }
}
.cmp-video-listing__card-wrapper {
  position: relative;
  transform: translateX(100%);
  transition: all 1s ease-in-out;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.cmp-video-listing__card-wrapper::-webkit-scrollbar {
  height: 0;
}
.cmp-video-listing__card-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.cmp-video-listing__card-wrapper::-webkit-scrollbar-thumb {
  background: transparent;
}
.cmp-video-listing__card {
  background-color: #5b4a63;
  color: #ffffff;
  aspect-ratio: 0.7675;
  flex: 0 0 307px;
  min-width: 307px;
}
.cmp-video-listing__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  line-height: 2;
  text-align: left;
  font-size: 16px;
  background-color: #5b4a63;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 991px) {
  .cmp-video-listing__info {
    font-size: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cmp-video-listing__info {
    font-size: 12px;
    padding: 16px;
    justify-content: flex-end;
  }
}
.cmp-video-listing__description {
  font-size: 14px;
  line-height: 1.87;
  font-family: "Manrope", sans-serif;
}
.cmp-video-listing__profile {
  display: none;
}
.cmp-video-listing__video-card {
  padding: 0;
  background-color: transparent;
}
.cmp-video-listing__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 991px) {
  .cmp-video-listing__card-wrapper {
    scrollbar-width: none;
  }
  .cmp-video-listing__card-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .cmp-video-listing__card-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .cmp-video-listing__card-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
  }
}
.video-card {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-card__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}
.video-card__thumbnail picture {
  display: block;
  width: 100%;
  height: 100%;
}
.video-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-card__thumbnail-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
}
.video-card__profile {
  display: none;
}
.video-card__video {
  display: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.76415094;
  object-fit: contain;
}
.thumbnail-image {
  width: 100%;
  aspect-ratio: 0.76415094;
}
.video-card__thumbnail {
  position: relative;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/play-icon-shorts.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  background-color: transparent;
}
.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.profile__name {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 600;
  color: #ffffff;
  margin: 12px 0 0;
  font-family: "Manrope", sans-serif;
}
.profile__name--overlay {
  position: absolute;
  left: 16px;
  bottom: 16px;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: "Manrope", sans-serif;
}
.video-card__description-overlay {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  font-size: 22px;
  line-height: 1.27;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .video-card__description-overlay {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (max-width: 575px) {
  .video-card__description-overlay {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1023px) {
  .cmp-video-listing__card {
    flex: 0 0 280px;
    min-width: 280px;
  }
}
@media screen and (max-width: 991px) {
  .cmp-video-listing__card {
    flex: 0 0 307px;
    min-width: 307px;
    aspect-ratio: 0.7675;
  }
}
@media screen and (max-width: 575px) {
  .cmp-video-listing__card {
    flex: 0 0 307px;
    min-width: 280px;
    aspect-ratio: 0.7675;
  }
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 16px;
  column-gap: 12px;
  overflow: visible;
  transform: none;
  transition: none;
}
@media screen and (max-width: 991px) {
  .cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__card-wrapper {
    grid-template-columns: 1fr;
  }
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__card {
  width: 100%;
  min-width: 0;
  flex: none;
  max-height: 400px;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: auto;
  margin-top: 3.75rem;
  justify-content: center;
  width: fit-content;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__cta-wrapper {
    margin-top: 1.5rem;
  }
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__show-more {
  border: 2px solid #000000;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__show-more::after {
  display: none;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__show-more:hover {
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #000000;
  border: 2px solid #ffffff;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__pagination {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25rem;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: auto;
  margin-top: 3.75rem;
  justify-content: center;
  width: fit-content;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__cta-wrapper {
    margin-top: 1.5rem;
  }
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__show-more {
  border: 2px solid #000000;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__show-more::after {
  display: none;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__show-more:hover {
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #000000;
  border: 2px solid #ffffff;
}
.cmp-video-listing[data-variant="listingPage"] .cmp-video-listing__pagination {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .thumbnail-image {
    aspect-ratio: 0.73684211;
  }
}
@media screen and (max-width: 991px) {
  .thumbnail-image {
    aspect-ratio: 0.7675;
  }
}
@media screen and (max-width: 575px) {
  .thumbnail-image {
    aspect-ratio: 0.7675;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.products__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 992px) {
  .products__wrapper {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.products__title {
  width: fit-content;
  margin: 0 auto 2rem;
  font-size: 32px;
  font-weight: 800;
  color: #3a1f63;
}
@media screen and (min-width: 768px) {
  .products__title {
    font-size: 54px;
    margin-bottom: 3rem;
  }
}
.products__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .products__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 4.25rem;
    align-items: stretch;
    max-width: 87.5rem;
    position: relative;
  }
}

/* ========================================
      Icon Listing Component Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-icon-listing-wrapper {
  background-color: #ffffff;
}
.cmp-icon-listing-wrapper--variant2 {
  background-color: #eeeeef;
}
.cmp-icon-listing__title {
  font-size: 28px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .cmp-icon-listing__title {
    font-size: 54px;
    line-height: 4.5rem;
  }
}
.cmp-icon-listing__description {
  font-size: 16px;
  line-height: 1.75rem;
  text-align: center;
  font-weight: 400;
  color: #4c4e52;
  margin: 0 auto 1.875rem auto;
}
@media screen and (min-width: 768px) {
  .cmp-icon-listing__description {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-listing__description {
    font-size: 20px;
    max-width: 52.25rem;
    margin-bottom: 2.5rem;
  }
}
.cmp-icon-listing__section-title {
  font-size: 20px;
  font-weight: 800;
  color: #2e2f32;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .cmp-icon-listing__section-title {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.cmp-icon-listing__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-icon-listing__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.875rem;
  }
}
@media screen and (min-width: 1300px) {
  .cmp-icon-listing__items {
    display: flex;
    justify-content: space-between;
  }
}
.cmp-icon-listing__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmp-icon-listing__icon {
  width: 6.25rem;
  height: 6.875rem;
}
@media screen and (min-width: 768px) {
  .cmp-icon-listing__icon {
    width: 7.5rem;
    height: 8.125rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-listing__icon {
    width: 7.375rem;
    height: 10.25rem;
  }
}
.cmp-icon-listing__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  color: #26202e;
  text-align: center;
  max-width: 9.375rem;
}
@media screen and (min-width: 992px) {
  .cmp-icon-listing__text {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-icon-listing--variant2 .cmp-icon-listing__title {
  text-align: left;
  max-width: 100%;
}
.cmp-icon-listing--variant2 .cmp-icon-listing__description {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.cmp-icon-listing--variant2 .cmp-icon-listing__section-title {
  text-align: left;
}
.cmp-icon-listing--variant2 .cmp-icon-listing__items {
  text-align: left;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-icon-listing--variant2 .cmp-icon-listing__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-listing--variant2 .cmp-icon-listing__items {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem 1.875rem;
    max-width: 74.5625rem;
  }
}
.cmp-icon-listing--variant2 .cmp-icon-listing__item {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-icon-listing--variant2 .cmp-icon-listing__item {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-listing--variant2 .cmp-icon-listing__item {
    gap: 1.5rem;
  }
}
.cmp-icon-listing--variant2 .cmp-icon-listing__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.cmp-icon-listing--variant2 .cmp-icon-listing__text {
  text-align: left;
  max-width: min-content;
  flex: 1;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.content-info-component {
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  position: relative;
  overflow: hidden;
}
.content-info-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content-info-wrapper {
    max-width: 51.5625rem;
  }
}
.content-info-title {
  color: #3a1f63;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .content-info-title {
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
.content-info-description p {
  color: #4c4e52;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .content-info-description p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.content-info-component .btn {
  box-shadow: 0 8px 25px rgba(255, 198, 60, 0.3);
  transition: background 300ms ease;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  .content-info-component .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content-info-component .btn:hover,
.content-info-component .btn:focus {
  background: linear-gradient(90deg, #ffc63c 0%, #ffa820 100%);
  text-decoration: none;
}
.content-info-description:empty,
.content-info-title:empty,
.cta-button-wrapper:empty {
  display: none;
}
.content-info-component--innovative-journey {
  background: #fef9f2;
}
@media screen and (min-width: 992px) {
  .content-info-component--innovative-journey .content-info-wrapper {
    max-width: none;
  }
}
.content-info-component--innovative-journey .content-info-title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 0 1.125rem;
}
@media screen and (min-width: 768px) {
  .content-info-component--innovative-journey .content-info-title {
    font-size: 2.5rem;
    line-height: 3.75rem;
    margin: 0 0 1.5rem;
  }
}
.content-info-component--innovative-journey .content-info-description p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .content-info-component--innovative-journey .content-info-description p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 auto 3rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-contact-us-form {
  min-height: 100%;
}
.cmp-contact-us-form__container {
  max-width: 73.75rem;
  margin: 0 auto;
}
.cmp-contact-us-form__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.cmp-contact-us-form__success-banner-inline {
  background: #eaf8f0;
  color: #00c853;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  animation: slideDown 0.4s ease-out;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cmp-contact-us-form__success-banner-inline,
.cmp-contact-us-form__error-banner-inline {
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  animation: slideDown 0.4s ease-out;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.cmp-contact-us-form__success-banner-inline {
  background: #eaf8f0;
  color: #00c853;
}
.cmp-contact-us-form__error-banner-inline {
  background: #fae4e0;
  color: #f14950;
}
.cmp-contact-us-form__success-content,
.cmp-contact-us-form__error-content {
  max-width: 33.4375rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 0.625rem;
}
.cmp-contact-us-form__success-icon,
.cmp-contact-us-form__error-icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__success-icon,
  .cmp-contact-us-form__error-icon {
    width: 4rem;
    height: 4rem;
  }
}
.cmp-contact-us-form__success-text,
.cmp-contact-us-form__error-text {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  animation: scaleIn 0.4s ease-out;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__success-text,
  .cmp-contact-us-form__error-text {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.cmp-contact-us-form__success-text p,
.cmp-contact-us-form__error-text p,
.cmp-contact-us-form__success-text span,
.cmp-contact-us-form__error-text span,
.cmp-contact-us-form__success-text div,
.cmp-contact-us-form__error-text div {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  margin: 0;
}
.cmp-contact-us-form__success-text a,
.cmp-contact-us-form__error-text a {
  color: inherit;
  text-decoration: underline;
}
.cmp-contact-us-form__success-text {
  color: #00c853;
}
.cmp-contact-us-form__error-text {
  color: #f14950;
}
.cmp-contact-us-form__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__title {
    font-size: 40px;
    line-height: 3.75rem;
  }
}
.cmp-contact-us-form__form {
  background: #ffffff;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__form {
    padding: 2.5rem;
  }
}
.cmp-contact-us-form__section {
  margin-bottom: 2rem;
}
.cmp-contact-us-form__section:last-child {
  margin-bottom: 0;
}
.cmp-contact-us-form__heading {
  color: #3b3d40;
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 24px;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__heading {
    line-height: 2.25rem;
  }
}
.cmp-contact-us-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__row {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.cmp-contact-us-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  position: relative;
}
.cmp-contact-us-form__field--first {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__field--first {
    width: 49%;
  }
}
.cmp-contact-us-form__field--error .cmp-contact-us-form__error {
  display: block;
}
.cmp-contact-us-form__field--error .cmp-contact-us-form__input,
.cmp-contact-us-form__field--error .cmp-contact-us-form__select,
.cmp-contact-us-form__field--error .cmp-contact-us-form__textarea {
  border-color: #f14950;
}
.cmp-contact-us-form__label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #53565a;
  margin-bottom: 4px;
  font-weight: 700;
}
.cmp-contact-us-form__label--required::after {
  content: " *";
  color: #f14950;
  font-weight: 700;
  margin-left: -2px;
}
.cmp-contact-us-form__input,
.cmp-contact-us-form__select {
  padding: 1rem;
  border: 0.09375rem solid #eeeeef;
  border-radius: 0.5rem;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  transition: border-color 0.3s;
}
.cmp-contact-us-form__input::placeholder,
.cmp-contact-us-form__select::placeholder {
  color: #75787b;
  font-weight: 400;
}
.cmp-contact-us-form__input:focus,
.cmp-contact-us-form__select:focus {
  outline: none;
  border-color: #c9bddb;
}
.cmp-contact-us-form__input:hover,
.cmp-contact-us-form__select:hover {
  background-color: #eeeeef;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__input,
  .cmp-contact-us-form__select {
    font-size: 16px;
  }
}
.cmp-contact-us-form__input--hidden {
  display: none;
  margin-top: 0.625rem;
  animation: slideDown 0.3s ease-out;
}
.cmp-contact-us-form__input--visible {
  display: block;
  margin-top: 1.25rem;
}
.cmp-contact-us-form__textarea {
  min-height: 8rem;
  max-height: 8.5rem;
  border: 0.09375rem solid #eeeeef;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 14px;
  color: #75787b;
  font-family: "Manrope", sans-serif;
  transition: border-color 0.3s;
  overflow-y: auto;
  white-space: pre-wrap;
  cursor: text;
}
.cmp-contact-us-form__textarea:focus {
  outline: none;
  border-color: #c9bddb;
}
.cmp-contact-us-form__textarea:empty::before {
  content: attr(placeholder);
  color: #75787b;
  font-weight: 400;
}
.cmp-contact-us-form__textarea:hover {
  background-color: #eeeeef;
}
@media screen and (min-width: 768px) {
  .cmp-contact-us-form__textarea {
    font-size: 16px;
  }
}
.cmp-contact-us-form__error {
  color: #f14950;
  font-size: 0.75rem;
  margin-top: 0.375rem;
  display: none;
}
.cmp-contact-us-form__checkbox-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.cmp-contact-us-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  accent-color: #3a1f63;
  margin-top: 1.875rem;
}
.cmp-contact-us-form__checkbox-input {
  margin-top: 4px;
  cursor: pointer;
  flex-shrink: 0;
}
.cmp-contact-us-form__checkbox-label {
  font-size: 0.875rem;
  color: #75787b;
  line-height: 1.5;
}
.cmp-contact-us-form__checkbox-label--required::before {
  content: "* ";
  color: #f14950;
  font-weight: 700;
}
.cmp-contact-us-form__checkbox-label p,
.cmp-contact-us-form__checkbox-label span,
.cmp-contact-us-form__checkbox-label div {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  display: inline;
}
.cmp-contact-us-form__checkbox-label a,
.cmp-contact-us-form__checkbox-label .cmp-contact-us-form__checkbox-link {
  color: #3a1f63;
  text-decoration: none;
}
.cmp-contact-us-form__checkbox-label a:hover,
.cmp-contact-us-form__checkbox-label .cmp-contact-us-form__checkbox-link:hover {
  text-decoration: underline;
}
.cmp-contact-us-form__button-wrapper {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
}
.cmp-contact-us-form__button-wrapper .btn {
  cursor: pointer;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Manrope", sans-serif;
}
.custom-select.error .custom-select__trigger {
  border-color: #f14950;
}
.custom-select__trigger {
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 0.09375rem solid #eeeeef;
  border-radius: 0.5rem;
  padding: 1.1rem;
  padding-right: 1.5rem;
  cursor: pointer;
  color: #75787b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 0.2s ease;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .custom-select__trigger {
    font-size: 16px;
  }
}
.custom-select__trigger:focus,
.custom-select__trigger:hover,
.custom-select__options.open ~ .custom-select__trigger {
  border-color: #c9bddb;
  background-color: #eeeeef;
}
.custom-select__arrow {
  width: 14px;
  height: 8px;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}
.custom-select__arrow.rotated {
  transform: rotate(180deg);
}
.custom-select__options {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  border: 0.09375rem solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  max-height: 18rem;
  overflow: auto;
  display: none;
  padding: 0.25rem 0;
}
.custom-select__options.open {
  display: block;
}
.custom-select__option {
  list-style: none;
  padding: 0.65rem 1rem;
  cursor: pointer;
  white-space: nowrap;
  color: #808080;
  background: transparent;
  transition: color 0.2s ease;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .custom-select__option {
    font-size: 16px;
  }
}
.custom-select__option.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.custom-select__option.placeholder {
  cursor: not-allowed;
  pointer-events: none;
}
.custom-select__option:hover:not(.disabled):not(.placeholder) {
  color: #3a1f63;
  background: transparent;
}
.custom-select__option.selected {
  color: #3a1f63;
  font-weight: 700;
}
.custom-select.has-value .custom-select__trigger {
  color: #000000;
}
.cmp-contact-us-form__select.enhanced-native {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.custom-select__option.disabled {
  pointer-events: none;
  cursor: text;
  opacity: 1;
}

/* ========================================
   Content Hero Component Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-content-hero {
  position: relative;
  margin-top: 8.75rem;
  width: 100%;
}
.cmp-content-hero--tall {
  height: 70vh;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero--tall {
    height: 39.4375rem;
  }
}
.cmp-content-hero--medium {
  height: 29.75rem;
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  /* Fix align-end layout on very small screens (below 400px) - ONLY for medium variant */
}
@media screen and (min-width: 992px) {
  .cmp-content-hero--medium {
    height: 29.75rem;
    max-width: 49rem;
  }
}
@media (max-width: 400px) {
  .cmp-content-hero--medium .cmp-content-hero__content--align-end {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cmp-content-hero--medium .cmp-content-hero__content--align-end .cmp-content-hero__text {
    width: 100%;
    margin-right: 0;
  }
  .cmp-content-hero--medium .cmp-content-hero__content--align-end .cmp-content-hero__text h1,
  .cmp-content-hero--medium .cmp-content-hero__content--align-end .cmp-content-hero__text h2 {
    font-size: 24px;
  }
  .cmp-content-hero--medium .cmp-content-hero__content--align-end .cmp-content-hero__button {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.cmp-content-hero--short {
  height: 23.5625rem;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero--short {
    height: 25rem;
  }
}
.cmp-content-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cmp-content-hero__background--image,
.cmp-content-hero__background--video {
  overflow: hidden;
}
.cmp-content-hero__background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cmp-content-hero__background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cmp-content-hero__background--gradient-dark::after,
.cmp-content-hero__background--gradient-dark-secondary::after,
.cmp-content-hero__background--gradient-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cmp-content-hero__background--gradient-dark::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.374051) 65.8%, rgba(0, 0, 0, 0.673978) 75.77%, #000000 100%);
}
.cmp-content-hero__background--gradient-dark-secondary::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.42%, rgba(0, 0, 0, 0.8) 84.12%);
}
.cmp-content-hero__background--gradient-blue::after {
  background: linear-gradient(169.72deg, rgba(6, 27, 62, 0) -12.16%, rgba(6, 27, 62, 0.3) 50.94%, #061b3e 86.47%);
}
.cmp-content-hero__content {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  right: 0;
  z-index: 3;
  max-width: 81rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__content {
    bottom: 2.5rem;
  }
}
.cmp-content-hero__content--normal {
  bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__content--normal {
    bottom: 2.5rem;
  }
}
.cmp-content-hero__content--less-padding {
  bottom: 0.78rem;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__content--less-padding {
    bottom: 1.375rem;
  }
}
.cmp-content-hero__content--align-end {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.cmp-content-hero__content--align-end .cmp-content-hero__text {
  text-align: left;
  flex: 0 1 auto;
  margin-right: auto;
}
.cmp-content-hero__content--align-end .cmp-content-hero__text h1,
.cmp-content-hero__content--align-end .cmp-content-hero__text h2 {
  font-size: 32px;
}
.cmp-content-hero__content--align-end .cmp-content-hero__button {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  flex: 0 0 auto;
  width: fit-content;
  padding: 0.5rem 0.875rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.cmp-content-hero__content--align-end .cmp-content-hero__button::after {
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__content--align-end .cmp-content-hero__button {
    padding: 0.625rem 1rem;
    font-size: 16px;
    line-height: 1.5rem;
  }
  .cmp-content-hero__content--align-end .cmp-content-hero__button::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .cmp-content-hero__content--align-end .cmp-content-hero__button.btn--primary {
    background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  }
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__content--align-end .cmp-content-hero__text h1 {
    font-size: 64px;
  }
  .cmp-content-hero__content--align-end .cmp-content-hero__text h2 {
    font-size: 40px;
  }
}
.cmp-content-hero__logo {
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  max-width: 81rem;
  margin: 0 auto;
  padding: 0 1rem;
  z-index: 3;
  width: auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__logo {
    top: 2.5rem;
  }
}
.cmp-content-hero__logo img {
  max-width: 12rem;
  max-height: 6rem;
  width: auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__logo img {
    max-width: 20rem;
    max-height: 10rem;
  }
}
.cmp-content-hero__text--small {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .cmp-content-hero__text--small {
    max-width: 41.25rem;
  }
}
.cmp-content-hero__text--medium {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .cmp-content-hero__text--medium {
    max-width: 49.125rem;
  }
}
.cmp-content-hero__text--large {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .cmp-content-hero__text--large {
    width: 100%;
  }
}
.cmp-content-hero__text h1 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  margin-bottom: .625rem;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__text h1 {
    font-size: 64px;
  }
}
.cmp-content-hero__text h2 {
  font-size: 34px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__text h2 {
    font-size: 40px;
  }
}
.cmp-content-hero__text p {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .cmp-content-hero__text p {
    font-size: 20px;
  }
}
.cmp-content-hero__button {
  margin-top: 1.875rem;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.wrapper {
  background-color: #fef9f2;
}
.cmp-text-image {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-text-image {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    text-align: left;
    align-items: start;
  }
}
.cmp-text-image__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  order: 1;
}
@media screen and (min-width: 992px) {
  .cmp-text-image__left {
    align-items: flex-start;
    order: 0;
  }
}
.cmp-text-image__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2rem;
  color: #3a1f63;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cmp-text-image__title {
    margin-top: 0;
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-text-image__title {
    max-width: 28rem;
    margin-top: 0;
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
.cmp-text-image__description {
  font-family: "Manrope", sans-serif;
  margin: 0;
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75rem;
  color: #75787b;
}
@media screen and (min-width: 992px) {
  .cmp-text-image__description {
    max-width: 36.375rem;
    font-size: 20px;
    line-height: 1.75rem;
    margin-top: 2.25rem;
  }
}
.cmp-text-image__description p,
.cmp-text-image__description span,
.cmp-text-image__description div {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.cmp-text-image__description p:not(:first-child),
.cmp-text-image__description span:not(:first-child),
.cmp-text-image__description div:not(:first-child) {
  margin-top: inherit;
}
.cmp-text-image__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .cmp-text-image__right {
    display: block;
    order: 1;
  }
}
.cmp-text-image__right img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 15.625rem;
}
@media screen and (min-width: 768px) {
  .cmp-text-image__right img {
    max-height: 23.125rem;
  }
}
.cmp-text-image__ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-text-image__ctas {
    flex-direction: row;
    gap: 1.5rem;
    margin-top: 2.5rem;
    width: auto;
  }
}
.cmp-text-image__ctas .cta-button-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-text-image__ctas .cta-button-wrapper {
    width: auto;
  }
}
.cmp-text-image__ctas .cta-button-wrapper .btn.btn--tertiary {
  border: 1px solid #000000;
}
.cmp-text-image__ctas .cta-button-wrapper .btn.btn--tertiary:hover {
  border: none;
  border: 1px solid #ffffff;
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #232426;
}
.cmp-text-image__mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: block;
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-text-image__mobile {
    display: none;
  }
}
.cmp-text-image__mobile img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 15.625rem;
}
@media screen and (min-width: 992px) {
  .cmp-text-image__mobile img {
    display: none;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.card-listing {
  background: #fef9f2;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .card-listing {
    padding: 3.75rem 0;
  }
}
.card-listing--compact {
  padding: 0 ;
}
@media screen and (min-width: 768px) {
  .card-listing--compact {
    padding: 0 ;
  }
}
.card-listing--compact .card-item {
  max-width: 10.375rem;
  height: 11.875rem;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-transition: all 280ms ease;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  transition: all 280ms ease;
}
@media screen and (min-width: 768px) {
  .card-listing--compact .card-item {
    max-width: 12rem;
    width: 100%;
    height: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .card-listing--compact .card-item {
    max-width: 11rem;
    height: 16rem;
    padding: 0.875rem;
  }
}
.card-listing--compact .card-item .card-title {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0;
  color: #eeeeef;
}
@media screen and (min-width: 1024px) {
  .card-listing--compact .card-item .card-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25rem;
    padding-bottom: 1rem;
  }
}
.card-listing--compact .card-item .card-subtitle {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
  color: #eeeeef;
}
@media screen and (min-width: 1024px) {
  .card-listing--compact .card-item .card-subtitle {
    font-size: 14px;
    line-height: 1.25rem;
  }
}
.card-listing--compact .card-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 10.375rem);
  gap: 0.5rem;
  justify-content: space-between;
  padding-right: 2.2rem;
}
@media screen and (min-width: 768px) {
  .card-listing--compact .card-listing-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.625rem;
    padding-right: 0;
  }
}
.card-listing--compact .card-listing-grid--centered {
  grid-template-columns: repeat(auto-fit, minmax(10.375rem, max-content));
  justify-content: center;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .card-listing--compact .card-listing-grid--centered {
    grid-template-columns: repeat(auto-fit, minmax(12rem, max-content));
    justify-content: center;
  }
}
.cmp-card-listing.card-listing--compact,
.card-listing:has(.cmp-card-listing.card-listing--compact) {
  padding-top: 0 ;
  padding-bottom: 0 ;
}
@media screen and (min-width: 768px) {
  .cmp-card-listing.card-listing--compact,
  .card-listing:has(.cmp-card-listing.card-listing--compact) {
    padding-top: 0 ;
    padding-bottom: 0 ;
  }
}
/* Override container padding in compact variant */
.card-listing--compact .card-listing-container--large-padding,
.cmp-card-listing.card-listing--compact .card-listing-container--large-padding {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .card-listing--compact .card-listing-container--large-padding,
  .cmp-card-listing.card-listing--compact .card-listing-container--large-padding {
    padding: 0 3.125rem;
  }
}
.card-listing-header {
  max-width: 59rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.card-listing-header--left-align {
  text-align: left;
}
.card-listing-header .card-listing-title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .card-listing-header .card-listing-title {
    font-size: 54px;
    line-height: 4.5rem;
  }
}
.card-listing-header .card-listing-title--left-purple {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 2.25rem;
  color: #4a277e;
  text-align: left;
  margin: 0 0 1.25rem;
}
.card-listing-header .card-listing-description p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  margin: 0;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .card-listing-header .card-listing-description p {
    max-width: 59rem;
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.card-listing-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .card-listing-grid {
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .card-listing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    justify-content: center;
    align-items: start;
  }
  .card-listing .card-item {
    max-width: none;
    width: 100%;
  }
}
.card-item {
  position: relative;
  width: 100%;
  max-width: 21.4375rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.375rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 280ms ease;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  transition: all 280ms ease;
}
@media screen and (min-width: 1024px) {
  .card-item {
    height: 27.5rem;
    padding: 1.25rem;
  }
}
.card-item:focus-visible {
  outline: 0.125rem solid #3a1f63;
  outline-offset: 0.125rem;
}
.card-item .card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.card-item .card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.24%, rgba(0, 0, 0, 0.6) 90.8%);
  z-index: 1;
}
.card-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.27%, rgba(0, 0, 0, 0.9) 77.05%);
  z-index: 1;
  pointer-events: none;
  transform-origin: bottom;
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .card-item::after {
    transform: scaleY(0);
    transition: transform 900ms cubic-bezier(0.25, 0.9, 0.35, 1);
  }
}
.card-item .card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
  color: inherit;
}
.card-item .card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  color: #eeeeef;
}
.card-item .card-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .card-item .card-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 2.25rem;
    transform: translateY(1.25rem);
    will-change: transform;
    transition: transform 900ms cubic-bezier(0.25, 0.9, 0.35, 1);
  }
}
.card-item .card-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0;
  color: #eeeeef;
}
@media screen and (min-width: 1024px) {
  .card-item .card-subtitle {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    transform: translateY(1.5rem);
    will-change: opacity, transform, max-height;
    transition: opacity 900ms cubic-bezier(0.25, 0.9, 0.35, 1), transform 900ms cubic-bezier(0.25, 0.9, 0.35, 1), max-height 900ms cubic-bezier(0.25, 0.9, 0.35, 1);
  }
}
@media screen and (min-width: 1024px) {
  .card-item:hover::after,
  .card-item:focus-within::after {
    transform: scaleY(1);
  }
  .card-item:hover .card-subtitle,
  .card-item:focus-within .card-subtitle {
    opacity: 1;
    max-height: 15rem;
    pointer-events: auto;
    transform: translateY(0);
  }
  .card-item:hover .card-title,
  .card-item:focus-within .card-title {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .card-item .card-content {
    min-height: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .card-listing .card-subtitle {
    opacity: 1;
    max-height: 15rem;
    pointer-events: auto;
    transform: translateY(0);
    transition: none;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-contact-us-details.full-width  {
  background-color: #fef9f2;
}
.cmp-contact-us-details {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-contact-us-details {
    padding: 3rem 2rem;
  }
}
.cmp-contact-us-details__container {
  width: 100%;
  max-width: 58.625rem;
}
.cmp-contact-us-details.full-width .cmp-contact-us-details__container {
  max-width: 80rem;
}
.cmp-contact-us-details__title {
  margin: 0 0 2rem;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 2.5rem;
  color: #3a1f63;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-contact-us-details__title {
    font-size: 40px;
    line-height: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.cmp-contact-us-details.full-width .cmp-contact-us-details__title {
  text-align: left;
}
.cmp-contact-us-details__content {
  background: #512b8b;
  border-radius: 0.75rem;
  padding: 2.5rem 1.375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .cmp-contact-us-details__content {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 2rem;
    padding: 2.5rem 2.5rem;
  }
  .cmp-contact-us-details.full-width .cmp-contact-us-details__content {
    display: flex;
    gap: 12%;
  }
}
.cmp-contact-us-details__section {
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cmp-contact-us-details__section-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 0.625rem;
  text-transform: uppercase;
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  .cmp-contact-us-details__section-title {
    font-size: 12px;
    line-height: 1rem;
    font-weight: 500;
  }
}
.cmp-contact-us-details.full-width .cmp-contact-us-details__office-info {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-contact-us-details.full-width .cmp-contact-us-details__office-info {
    max-width: 30rem;
  }
}
.cmp-contact-us-details__company-name {
  margin: 0;
  margin-top: 0.375rem;
  font-size: 20px;
  line-height: 1.75rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cmp-contact-us-details__address {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cmp-contact-us-details.full-width .cmp-contact-us-details__address {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-contact-us-details.full-width .cmp-contact-us-details__address {
    max-width: 22rem;
  }
}
.cmp-contact-us-details__phone-fax {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.cmp-contact-us-details__email-address {
  margin: 0;
  margin-top: 0.375rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cmp-contact-us-details__email-address a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75rem;
  color: #ffffff;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  display: inline-block;
  max-width: 100%;
}
.cmp-contact-us-details__email-address a:hover {
  text-decoration: underline;
}
.cmp-contact-us-details__toll-free {
  margin-top: 1.5rem;
}
.cmp-contact-us-details__toll-free-number {
  margin: 0;
  margin-top: 0.375rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75rem;
  color: #ffffff;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  display: inline-block;
  max-width: 100%;
}
.cmp-contact-us-details__toll-free-number:hover {
  text-decoration: underline;
}
.cmp-contact-us-details__toll-free-note {
  margin: 0;
  margin-top: 0.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-text-cta-banner__cta-banner {
  background: #512b8b;
  border-radius: 0.75rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-banner__cta-banner {
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
  }
}
.cmp-text-cta-banner__cta-banner-content {
  flex: 1;
}
.cmp-text-cta-banner__cta-banner-title {
  font-size: 32px;
  line-height: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.625rem 0;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-banner__cta-banner-title {
    font-size: 24px;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.cmp-text-cta-banner__cta-banner-text {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  margin-bottom: 1.5rem;
}
.cmp-text-cta-banner__cta-banner-actions {
  display: flex;
  gap: 0.9375rem;
}
.cmp-text-cta-banner__cta-banner-actions .btn.btn--primary {
  border: 1px solid #feb940;
}
.cmp-text-cta-banner__cta-banner-actions .btn.btn--tertiary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cmp-text-cta-banner__cta-banner-actions .btn.btn--tertiary::after {
  filter: brightness(0) invert(1);
}
.cmp-text-cta-banner__cta-banner-actions .btn.btn--tertiary:hover {
  border: 1px solid #feb940;
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #232426;
}
.cmp-text-cta-banner__cta-banner-actions .btn.btn--tertiary:hover::after {
  filter: brightness(0) invert(0);
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-banner__cta-banner-actions {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-related-products {
  text-align: center;
}
.cmp-related-products__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cmp-related-products__title {
    margin-bottom: 2.5rem;
    font-size: 40px;
    line-height: 3.75rem;
  }
}
.cmp-related-products__list {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  transition: transform 0.4s ease;
  padding: 1rem;
}
.cmp-related-products__container {
  display: flex;
  justify-content: center;
}
.cmp-related-products__item {
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0.25rem 0.25rem 1rem 0px #0000000a;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-decoration: none;
  color: inherit;
  display: block;
  min-width: 14.25rem;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-related-products__item {
    min-width: 19rem;
    padding: 1.5rem;
  }
}
.cmp-related-products__item:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}
.cmp-related-products__item:hover .cmp-related-products__image {
  transform: scale(1.15);
}
.cmp-related-products__image {
  width: 100%;
  max-height: 8rem;
  height: 100%;
  margin: 0 auto 1rem;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .cmp-related-products__image {
    max-height: 12.5rem;
  }
}
.cmp-related-products__name {
  font-weight: 700;
  font-size: 12px;
  line-height: 1rem;
  color: #232426;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cmp-related-products__name {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-related-products__controls {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmp-related-products__controls {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 1.5rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-download-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 50;
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.cmp-download-popup[aria-hidden="false"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-download-popup__launcher {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cmp-download-popup__open-btn {
  appearance: none;
  border: none;
  border-radius: 1.875rem;
  padding: 0.875rem 2rem;
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  color: #1c1340;
  background: linear-gradient(90deg, #ffc63c 0%, #ffa820 100%);
  box-shadow: 0 0.375rem 1.125rem rgba(254, 185, 64, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.cmp-download-popup__open-btn:hover {
  background: linear-gradient(90deg, #ffc63c 0%, #ffa820 100%);
  box-shadow: 0 0.5rem 1.375rem rgba(254, 185, 64, 0.45);
}
.cmp-download-popup__open-btn:active {
  transform: translateY(0.0625rem);
}
.cmp-download-popup__toast {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.875rem 1.375rem;
  background: #417817;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.18);
  z-index: 1100;
  opacity: 0;
  animation: dp-toast-fade 0.3s ease forwards;
}
.cmp-download-popup__toast--error {
  background: #f14950;
}
.cmp-download-popup__base {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.cmp-download-popup__base[aria-hidden="false"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-download-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(0.125rem);
}
.cmp-download-popup__dialog {
  position: relative;
  width: 100%;
  max-width: 42.0625rem;
  max-height: 90vh;
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #ffffff;
  box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  outline: none;
  overflow: hidden;
  padding: 1.5rem 2.125rem 2.125rem;
}
@media screen and (max-width: 991px) {
  .cmp-download-popup__dialog {
    max-height: 95vh;
    margin: 0 1.25rem;
    padding: 1rem 1.25rem 1.5rem;
  }
}
.cmp-download-popup__close {
  position: absolute;
  top: 1rem;
  right: 1.125rem;
  appearance: none;
  border: none;
  background: transparent;
  color: #1c1340;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.375rem;
  border-radius: 0.375rem;
  transition: background .15s ease, color .15s ease;
  z-index: 1;
}
.cmp-download-popup__close:hover {
  background: rgba(0, 0, 0, 0.06);
}
.cmp-download-popup__close:focus,
.cmp-download-popup__close:focus-visible {
  outline: none;
  box-shadow: none;
}
.cmp-download-popup__success-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  background: #eaf8f0;
  padding: 2rem 2.125rem 1.875rem 2.125rem;
  border-radius: 0.75rem;
  flex-shrink: 0;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-download-popup__success-banner {
    padding: 1.5rem 1.25rem 1.375rem 1.25rem;
    border-radius: 0.625rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cmp-download-popup__success-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cmp-download-popup__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/green-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmp-download-popup__success-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.875rem;
  font-weight: 800;
  color: #00c853;
  text-align: center;
}
.cmp-download-popup__body {
  padding: 0 0 0.625rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
}
.cmp-download-popup__body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cmp-download-popup__body::-webkit-scrollbar-track {
  background: transparent;
}
.cmp-download-popup__body::-webkit-scrollbar-thumb {
  background: transparent;
}
.cmp-download-popup__body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.cmp-download-popup__section-title {
  margin: 0 0 0.5rem 0;
  font-size: 24px;
  line-height: 1.625rem;
  font-weight: 800;
  color: #3b3d40;
}
.cmp-download-popup__intro {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25rem;
  color: #4c4e52;
  margin: 0 0 1.375rem 0;
}
.cmp-download-popup__form {
  display: block;
}
.cmp-download-popup__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-download-popup__row {
    grid-template-columns: 1fr;
  }
}
.cmp-download-popup__field {
  display: flex;
  flex-direction: column;
}
.cmp-download-popup__field--single {
  margin-bottom: 1rem;
}
.cmp-download-popup__field--error .cmp-download-popup__input,
.cmp-download-popup__field--error .cmp-download-popup__select,
.cmp-download-popup__field--error .cmp-download-popup__textarea {
  border-color: #f14950;
  background: #fae4e0;
}
.cmp-download-popup__field--error .cmp-download-popup__label {
  color: #f14950;
}
.cmp-download-popup__label {
  font-size: 12px;
  line-height: 1rem;
  color: #53565a;
  margin: 0 0 0.375rem 0;
  font-weight: 700;
  letter-spacing: 0.025rem;
}
.cmp-download-popup__select-wrapper {
  position: relative;
  width: 100%;
}
.cmp-download-popup__select-wrapper::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.cmp-download-popup__input,
.cmp-download-popup__select,
.cmp-download-popup__textarea {
  display: block;
  width: 100%;
  border: 0.09375rem solid #af9dca;
  border-radius: 0.625rem;
  padding: 0.75rem 0.875rem;
  font-size: 16px;
  line-height: 1.25rem;
  color: #53565a;
  background: #ffffff;
  font-weight: 400;
}
.cmp-download-popup__input::placeholder,
.cmp-download-popup__select::placeholder,
.cmp-download-popup__textarea::placeholder {
  color: #a7a7a7;
}
.cmp-download-popup__input:focus,
.cmp-download-popup__select:focus,
.cmp-download-popup__textarea:focus {
  outline: none;
  border-color: #af9dca;
}
.cmp-download-popup__select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.75rem;
}
.cmp-download-popup__select.enhanced-native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cmp-download-popup__textarea {
  resize: vertical;
  min-height: 6.875rem;
}
.cmp-download-popup__error {
  display: none;
  margin-top: 0.375rem;
  font-size: 12px;
  font-weight: 500;
  color: #f14950;
  line-height: 1rem;
}
.cmp-download-popup__error.is-visible {
  display: block;
}
.cmp-download-popup__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.375rem;
  margin-top: 0.5rem;
}
.cmp-download-popup__or {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #3b3d40;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.cmp-download-popup__privacy {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.125rem;
  color: #75787b;
  text-align: center;
  max-width: 26.25rem;
  width: 100%;
  font-weight: 500;
}
.cmp-download-popup__btn {
  appearance: none;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.375rem;
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.cmp-download-popup__btn:focus,
.cmp-download-popup__btn:focus-visible {
  outline: none;
  box-shadow: none;
}
.cmp-download-popup__btn:active {
  transform: translateY(0.0625rem);
}
.cmp-download-popup__btn--submit {
  background: linear-gradient(180deg, #e4e5e5 0%, #cacbcc 100%);
  color: #232426;
  border-radius: 1.875rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.cmp-download-popup__btn--submit.is-ready {
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #1c1340;
  box-shadow: 0 0.375rem 1.375rem rgba(254, 185, 64, 0.45);
}
.cmp-download-popup__btn--submit.is-ready:hover {
  background: linear-gradient(180deg, #fec45e 0%, rgba(255, 162, 0, 0.85) 100%);
}
.cmp-download-popup__btn--submit:hover {
  background: linear-gradient(180deg, #eeefef 0%, #babcbd 100%);
}
.cmp-download-popup__btn--audit {
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #1c1340;
  border-radius: 1.875rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  box-shadow: 0 0.375rem 1.375rem rgba(254, 185, 64, 0.45);
}
.cmp-download-popup__btn--audit:hover {
  background: linear-gradient(180deg, #fec45e 0%, rgba(255, 162, 0, 0.85) 100%);
}
.cmp-download-popup__btn--primary {
  background: linear-gradient(90deg, #ffc63c 0%, #ffa820 100%);
  color: #1c1340;
  box-shadow: 0 0.25rem 1rem rgba(254, 185, 64, 0.45);
}
.cmp-download-popup__btn--primary:hover {
  background: linear-gradient(90deg, #ffc63c 0%, #ffa820 100%);
}
.cmp-download-popup__btn-icon {
  width: 0.75rem;
  height: 1rem;
  flex-shrink: 0;
  display: inline-block;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrowright.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmp-download-popup__visually-hidden {
  position: absolute !important;
  height: 0.0625rem;
  width: 0.0625rem;
  overflow: hidden;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  white-space: nowrap;
}
@keyframes dp-toast-fade {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-0.625rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.cmp-download-popup .custom-select__trigger {
  border: 0.09375rem solid #af9dca;
  border-radius: 0.625rem;
  padding: 0.75rem 2.5rem 0.75rem 0.875rem;
}
.cmp-download-popup .custom-select__trigger:focus,
.cmp-download-popup .custom-select__trigger:hover {
  border-color: #947cb8;
  background-color: rgba(175, 157, 202, 0.15);
}
.cmp-download-popup .custom-select__options {
  border: 0.09375rem solid rgba(175, 157, 202, 0.4);
  border-radius: 0.625rem;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.cmp-download-popup .custom-select__options.open ~ .custom-select__trigger {
  border-color: #947cb8;
  background-color: rgba(175, 157, 202, 0.15);
}
.cmp-download-popup .custom-select__option:hover:not(.disabled):not(.placeholder) {
  background: rgba(175, 157, 202, 0.15);
}
.cmp-download-popup .custom-select__option.selected {
  background: rgba(175, 157, 202, 0.15);
  font-weight: 500;
}
@keyframes dp-scale-in {
  from {
    transform: translateY(0.75rem) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cmp-download-popup[aria-hidden="false"] .cmp-download-popup__dialog {
  animation: dp-scale-in 0.22s ease-out;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.section-info__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-info__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-template-areas: "header image" "icons image" "description image" "metrics image";
    column-gap: 1.25rem;
    align-items: start;
    text-align: left;
  }
  .section-info__inner .section-header {
    grid-area: header;
  }
  .section-info__inner .section-description {
    grid-area: description;
  }
  .section-info__inner .section-icons {
    grid-area: icons;
  }
  .section-info__inner .section-metrics {
    grid-area: metrics;
  }
  .section-info__inner .section-image {
    grid-area: image;
  }
}
@media screen and (min-width: 992px) {
  .section-info__inner {
    column-gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section-info__text,
  .section-info__media {
    width: 39.125rem;
    min-width: 39.125rem;
    flex-shrink: 0;
    height: 52.125rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .section-info__text {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .section-info__media {
    justify-content: flex-start;
  }
}
.section-header {
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .section-header {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .section-header {
    margin: 0;
  }
}
.section-header + .section-info__media {
  margin-top: 0.75rem;
}
.section-title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
  margin: auto;
  letter-spacing: 0;
  max-width: 204px;
}
@media screen and (min-width: 576px) {
  .section-title {
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 54px;
    line-height: 4.5rem;
    width: 83%;
  }
}
.section-subtitle p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  margin-top: 0.75rem;
}
@media screen and (min-width: 992px) {
  .section-subtitle p {
    font-size: 20px;
    line-height: 1.75rem;
    margin-top: 1.25rem;
  }
}
.section-image {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  max-height: 25.625rem;
}
@media screen and (min-width: 576px) {
  .section-image {
    max-width: none;
    max-height: 25.625rem;
  }
}
@media screen and (min-width: 992px) {
  .section-image {
    max-width: 39.125rem;
    max-height: 51.1875rem;
    width: 100%;
    height: auto;
    margin-top: auto;
  }
}
.section-image-media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .section-image-media {
    height: 51.1875rem;
  }
}
.section-icons {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .section-icons {
    margin: 2.25rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  .section-icons {
    margin: 2.75rem 0 0;
    max-width: 39.125rem;
  }
}
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .icon-list {
    gap: 3rem;
  }
  .icon-list .icon-item {
    flex: 0 1 auto;
  }
  .icon-list .icon-item:not(:last-child)::after {
    right: -1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .icon-list {
    justify-content: flex-start;
    gap: 7.5rem;
  }
  .icon-list .icon-item {
    flex: 0 0 clamp(7rem, 6vw, 6rem);
    min-width: clamp(5.5rem, 6vw, 6rem);
  }
  .icon-list .icon-item:not(:last-child)::after {
    right: calc(-2.25rem);
  }
}
.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  flex: 0 0 auto;
  text-align: center;
}
.icon-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.75rem;
  width: 0.0625rem;
  height: 3rem;
  background: #daefff;
}
.icon-item .icon-img {
  display: block;
  width: auto;
  max-width: 3rem;
  height: 2rem;
}
@media screen and (min-width: 992px) {
  .icon-item .icon-img {
    max-width: 10rem;
    height: 5rem;
  }
}
.icon-item .icon-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(0.6875rem, 2.5vw, 0.875rem);
  line-height: clamp(0.875rem, 3vw, 1.25rem);
  color: #7455a2;
  white-space: normal;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .icon-item .icon-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    white-space: nowrap;
  }
}
.section-description p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  margin: 1.5rem auto 0;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .section-description p {
    text-align: left;
    margin: 2.25rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  .section-description p {
    margin: 2.75rem 0 0;
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.section-metrics {
  width: 100%;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 576px) {
  .section-metrics {
    margin: 2.25rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  .section-metrics {
    margin: 2.75rem 0 0;
  }
}
.metrics-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .metrics-list {
    gap: 1.25rem 6.625rem;
  }
}
@media screen and (min-width: 992px) {
  .metrics-list {
    display: grid;
    justify-content: flex-start;
  }
}
.metric-item {
  position: relative;
  border-top: 0.0625rem solid #cacbcc;
  padding-top: 0.625rem;
  min-height: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.metric-item .metric-value {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.75rem;
  color: #b37c10;
  margin: 0 0 0.375rem;
  display: block;
}
@media screen and (min-width: 992px) {
  .metric-item .metric-value {
    font-size: 40px;
    line-height: 3rem;
  }
}
.metric-item .metric-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .metric-item .metric-label {
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.section-info-edit-hint {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #75787b;
  margin-bottom: 0.75rem;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-icon-motion-cards {
  font-family: "Manrope", sans-serif;
  position: relative;
  width: 100%;
  padding: 3.125rem 1.5rem 10.625rem;
  box-sizing: border-box;
  color: #ffffff;
  overflow: hidden;
  background: #3b3d40;
}
.cmp-icon-motion-cards__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.cmp-icon-motion-cards__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
  transform: translateY(-12%);
  transition: transform 0.4s ease, object-position 0.4s ease;
  transform-origin: center top;
  display: block;
}
.cmp-icon-motion-cards::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 100%);
  z-index: 1;
}
.cmp-icon-motion-cards__inner {
  position: relative;
  z-index: 3;
}
.cmp-icon-motion-cards__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.875rem;
}
.cmp-icon-motion-cards__header h2 {
  font-family: "Manrope", sans-serif;
  font-size: 54px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0;
}
.cmp-icon-motion-cards__cta {
  align-self: center;
  background: linear-gradient(90deg, #ffc63c 0%, #ffa820 100%);
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50rem;
  transition: background .25s ease, transform .25s ease;
}
.cmp-icon-motion-cards__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.75rem;
}
.cmp-icon-motion-cards__card {
  position: relative;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.75rem 1.5rem 0.9375rem;
  color: #232426;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  min-height: 13.9375rem;
  isolation: isolate;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cmp-icon-motion-cards__card:hover {
  background: #fef9f2;
}
.cmp-icon-motion-cards__card:nth-child(odd) {
  margin-top: 0;
}
.cmp-icon-motion-cards__card:nth-child(even) {
  margin-bottom: 0;
  transform: translateY(5.3125rem);
}
.cmp-icon-motion-cards__card.is-visible {
  opacity: 1;
}
.cmp-icon-motion-cards__icon {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.15));
}
.cmp-icon-motion-cards__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: #512b8b;
}
.cmp-icon-motion-cards__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  color: rgba(0, 0, 0, 0.74);
}
.cmp-icon-motion-cards:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: #ffffff;
  z-index: 2;
}
.cmp-icon-motion-cards__card,
.cmp-icon-motion-cards__header {
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .cmp-icon-motion-cards {
    padding: 3.5rem 1.25rem 4.5rem;
  }
  .cmp-icon-motion-cards .cmp-icon-motion-cards__background img {
    object-position: center 55%;
    transform: translateY(-40%);
  }
  .cmp-icon-motion-cards:after {
    height: 65%;
  }
  .cmp-icon-motion-cards__header h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .cmp-icon-motion-cards__grid {
    gap: 1.5rem;
  }
  .cmp-icon-motion-cards__card {
    padding: 1.5rem 1.25rem 1.25rem;
    transform: translateY(2rem);
  }
  .cmp-icon-motion-cards__card:nth-child(even) {
    transform: translateY(5.3125rem);
  }
}
@media screen and (max-width: 575px) {
  .cmp-icon-motion-cards .cmp-icon-motion-cards__background img {
    object-position: center 45%;
    transform: translateY(-40%);
  }
  .cmp-icon-motion-cards__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.9375rem;
  }
  .cmp-icon-motion-cards__inner {
    padding: 0;
  }
  .cmp-icon-motion-cards:after {
    height: 76%;
  }
  .cmp-icon-motion-cards__cta {
    padding: 0.625rem 1.25rem;
  }
  .cmp-icon-motion-cards__header h2 {
    font-size: 28px;
    line-height: 1.35;
  }
  .cmp-icon-motion-cards__title {
    font-size: 18px;
  }
  .cmp-icon-motion-cards__subtitle {
    font-size: 14px;
  }
  .cmp-icon-motion-cards__card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto;
    padding: 1.25rem;
    gap: 0.625rem;
  }
  .cmp-icon-motion-cards__card.is-visible {
    transform: translateY(0);
  }
  .cmp-icon-motion-cards__card:nth-child(even) {
    transform: translateY(0);
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-tabs-section-wrapper {
  background-color: #e9f2fb;
}
.cmp-tabs-section__title {
  font-size: 54px;
  line-height: 4.5rem;
  font-weight: 800;
  color: #3a1f63;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__title {
    text-align: start;
    font-size: 28px;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}
.cmp-tabs-section__content {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #eeeeef;
  padding: 1rem;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__content {
    padding: 0.75rem;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.cmp-tabs-section__tab-wrapper .horizon-tab-with-carousel__tabs {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cmp-tabs-section__tab-wrapper .horizon-tab-with-carousel__tabs::before,
.cmp-tabs-section__tab-wrapper .horizon-tab-with-carousel__tabs::after {
  content: none;
}
.cmp-tabs-section__tab-wrapper .horizon-tab-with-carousel__tab-content {
  padding-top: 0;
}
.cmp-tabs-section__tab-image {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  max-width: 28.125rem;
  max-height: 28.125rem;
  min-height: 28.125rem;
  height: auto;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__tab-image {
    min-height: 0;
    width: 100%;
    max-height: 19.875rem;
    order: 2;
    margin: 0 auto;
  }
}
.cmp-tabs-section__tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-tabs-section__right-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__right-container {
    gap: 1.5rem;
    order: 3;
  }
}
.cmp-tabs-section__right-container__tab-title {
  font-size: 32px;
  line-height: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__right-container__tab-title {
    font-size: 24px;
    line-height: 1.75rem;
  }
}
.cmp-tabs-section__icons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__icons-wrapper {
    gap: 1.25rem;
  }
}
.cmp-tabs-section__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__icon {
    gap: 1.5rem;
  }
}
.cmp-tabs-section__icon:last-child {
  margin-bottom: 0;
}
.cmp-tabs-section__icon-image {
  flex-shrink: 0;
}
.cmp-tabs-section__icon-image img {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.8;
}
.cmp-tabs-section__icon-text {
  flex: 1;
}
.cmp-tabs-section__icon-title {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #512b8b;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-section__icon-title {
    font-size: 18px;
    line-height: 1.7rem;
  }
}
.cmp-tabs-section__icon-subtitle {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #53565a;
}
.cmp-tabs-section__no-content {
  text-align: center;
  padding: 2rem;
  color: #232426;
  font-size: 16px;
}
.cmp-tabs-section__placeholder {
  text-align: center;
  padding: 3rem 1.5rem;
  background-color: #a7a7a7;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.cmp-tabs-section__placeholder-content h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 0.5rem;
}
.cmp-tabs-section__placeholder-content p {
  font-size: 16px;
  color: #232426;
  margin: 0;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-icon-cards {
  position: relative;
  padding: 2.5rem 0;
}
.cmp-icon-cards::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards {
    padding: 3.75rem 0;
  }
}
.cmp-icon-cards__container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.cmp-icon-cards__header {
  margin-bottom: 2.5rem;
  text-align: left;
  max-width: 56.25rem;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__header {
    margin-bottom: 3.75rem;
  }
}
.cmp-icon-cards__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
  margin: 0 0 1.25rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__title {
    font-size: 54px;
    line-height: 4.5rem;
    margin-bottom: 1.25rem;
  }
}
.cmp-icon-cards__description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__description {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-icon-cards__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1rem;
    max-width: 82rem;
    margin: 0 auto;
  }
}
.cmp-icon-cards__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 0 1.25rem 0;
  outline: none;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__item {
    min-height: 14.3125rem;
    padding: 1.9375rem 0 1.9375rem 2.1875rem;
    gap: 1.5rem;
  }
  .cmp-icon-cards__item:hover {
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0px 4px 60px 0px #000000 0 F;
  }
}
.cmp-icon-cards__item:focus-visible {
  outline: 0.1875rem solid #feb940;
  outline-offset: 0.125rem;
  border-radius: 0.5rem;
}
.cmp-icon-cards__icon {
  width: 2.8125rem;
  height: 2.8125rem;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.cmp-icon-cards__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmp-icon-cards__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 28.875rem;
}
.cmp-icon-cards__item-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75rem;
  color: #232426;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__item-title {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-icon-cards__item-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5rem;
  color: #75787b;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards__item-subtitle {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cq-editing .cmp-icon-cards__item::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 0.125rem dashed #7455a2;
  border-radius: 0.5rem;
  opacity: 0.4;
  pointer-events: none;
}
.cmp-icon-cards--icon-gif-single-row {
  padding: 2.5rem 0;
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row {
    padding: 3.75rem 0;
  }
}
.cmp-icon-cards--icon-gif-single-row::before {
  display: none;
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__container {
  position: relative;
  z-index: 1;
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__header {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__header {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__header {
    margin-bottom: 3.75rem;
    max-width: none;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
  text-align: center;
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__title {
    font-size: 40px;
    line-height: 3.75rem;
    margin-bottom: 0;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__description {
  text-align: center;
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__grid--single-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__grid--single-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__grid--single-row {
    flex-wrap: nowrap;
    gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__grid--single-row {
    gap: 6.3125rem;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item--single-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  width: auto;
  max-width: 21.4375rem;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item--single-row {
    flex: 1 1 calc(49%);
    max-width: 18.75rem;
    min-width: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item--single-row {
    align-items: flex-start;
    gap: 2.5rem;
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__icon--single-row {
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__icon--single-row {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__icon--single-row {
    width: 4rem;
    height: 4rem;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item--single-row:last-child .cmp-icon-cards__icon--single-row {
  width: 2.625rem;
  height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item--single-row:last-child .cmp-icon-cards__icon--single-row {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item--single-row:last-child .cmp-icon-cards__icon--single-row {
    width: 4rem;
    height: 4rem;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__content--single-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__content--single-row {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__content--single-row {
    align-items: flex-start;
    gap: 1.25rem;
    text-align: left;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item-title--single-row {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  text-align: center;
  margin: 0;
  font-size: 20px;
  line-height: 1.75rem;
  color: #2e2f32;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item-title--single-row {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item-title--single-row {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75rem;
    text-align: left;
  }
}
.cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item-subtitle--single-row {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 1.5rem;
  color: #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item-subtitle--single-row {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-cards--icon-gif-single-row .cmp-icon-cards__item-subtitle--single-row {
    font-size: 20px;
    line-height: 1.75rem;
    text-align: left;
  }
}
.cmp-icon-cards .cmp-icon-cards__item--single-row:hover {
  background: none;
  box-shadow: none;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-product-details__container {
  display: flex;
  gap: 1rem;
  margin-top: 7rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__container {
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .cmp-product-details__gallery {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
}
.cmp-product-details__gallery-main {
  background: #a7a7a7;
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.15);
  height: 36.8125rem;
  max-width: 29.1875rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .cmp-product-details__gallery-main {
    max-height: 26.75rem;
  }
}
.cmp-product-details__gallery-image {
  object-fit: contain;
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.cmp-product-details__gallery-thumbnails {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__gallery-thumbnails {
    justify-content: flex-start;
    gap: 0.625rem;
  }
}
.cmp-product-details__gallery-thumbnail-wrapper {
  width: 6.25rem;
  height: 7.3125rem;
  cursor: pointer;
  border: 2px solid transparent;
  overflow: hidden;
  display: inline-block;
  transition: border-color 0.3s ease;
  border-color: #eeeeef;
}
.cmp-product-details__gallery-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center center;
}
.cmp-product-details__gallery-thumbnail-wrapper:hover {
  border-color: #daefff;
}
.cmp-product-details__gallery-thumbnail-wrapper:hover img {
  transform: scale(1.1);
}
.cmp-product-details__gallery-thumbnail-wrapper--active {
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.15);
  border-color: #daefff;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__gallery-thumbnail-wrapper {
    width: 4.9375rem;
    height: 5.8125rem;
    margin-bottom: 0.875rem;
  }
}
.cmp-product-details__info {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__info {
    order: 1;
    display: contents;
  }
}
.cmp-product-details__title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 800;
  color: #3a1f63;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__title {
    font-size: 2.125rem;
    line-height: 2.5rem;
    order: 0;
  }
}
.cmp-product-details__sku {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-top: 0.625rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__sku {
    margin-bottom: 0.875rem;
    order: 0;
  }
}
.cmp-product-details__seperator {
  width: 100%;
  height: 1px;
  background-color: #cfc8db;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__seperator {
    order: 2;
  }
}
.cmp-product-details__description {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #232426;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__description {
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 1.5rem;
    order: 5;
  }
}
.cmp-product-details__description p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__description p {
    font-size: inherit;
    line-height: inherit;
  }
}
.cmp-product-details__features {
  display: flex;
  flex-direction: row;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__features {
    margin-bottom: 2.5rem;
    gap: 1rem;
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .cmp-product-details__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    row-gap: 1.5rem;
  }
}
.cmp-product-details__feature {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  gap: 0.9375rem;
  margin: 0;
  flex: 1;
}
.cmp-product-details__feature::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 2.5rem;
  background-color: #daefff;
}
.cmp-product-details__feature:last-child::after {
  display: none;
}
.cmp-product-details__feature:first-child {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__feature {
    gap: 1rem;
    flex-direction: column;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }
  .cmp-product-details__feature::after {
    display: none;
  }
}
.cmp-product-details__feature-icon {
  flex: 0;
}
.cmp-product-details__feature-content {
  flex: 1;
}
.cmp-product-details__feature-title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25rem;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__feature-title {
    font-size: 11px;
    line-height: 1.25rem;
  }
}
.cmp-product-details__feature-text {
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #232426;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__feature-text {
    font-size: 12px;
    line-height: 1.25rem;
  }
}
.cmp-product-details__cta {
  margin-bottom: 3.75rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__cta {
    order: 5;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .cmp-product-details__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.cmp-product-details__tab-container {
  max-width: 59.0625rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__meta {
    order: 6;
  }
}
.cmp-product-details__meta-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.cmp-product-details__meta-item:last-child {
  margin-bottom: 0;
}
.cmp-product-details__meta-label {
  font-weight: 700;
  margin-right: 0.5rem;
  color: #000000;
  font-size: 24px;
  line-height: 2.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__meta-label {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-product-details__meta-link {
  color: #808080;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
  font-size: 24px;
  line-height: 2.25rem;
}
.cmp-product-details__meta-link:hover {
  color: #7455a2;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__meta-link {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-product-details__social {
  display: inline-flex;
  gap: 1rem;
}
.cmp-product-details__social-link {
  height: 1.5625rem;
  width: 1.5625rem;
  color: #b6b6b6;
  transition: color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__social-link {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.cmp-product-details__social-link:hover img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(27%) saturate(1391%) hue-rotate(229deg) brightness(91%) contrast(86%);
}
.cmp-product-details__social-link img {
  width: 100%;
  height: 100%;
}
.cmp-product-details__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
}
.cmp-product-details__list li {
  position: relative;
  padding-left: 1.875rem;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__list li {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-product-details__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #512b8b;
  mask-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrowright.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrowright.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-size: 1.5rem 1.5rem;
}
.cmp-product-details__properties {
  margin: 2.5rem 0;
}
.cmp-product-details__properties-table {
  margin: auto;
  width: 100%;
  max-width: 37.5rem;
  border-collapse: collapse;
  border: 2px solid #000000;
}
.cmp-product-details__properties-table tbody tr {
  border-bottom: 1px solid #000000;
}
.cmp-product-details__properties-table tbody tr:last-child {
  border-bottom: none;
}
.cmp-product-details__properties-table tbody tr td {
  padding: 1rem 1.25rem;
  font-size: 18px;
  line-height: 1.625rem;
  font-weight: 400;
  color: #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__properties-table tbody tr td {
    font-size: 16px;
    line-height: 1.5rem;
    padding: 0.75rem 1rem;
  }
}
.cmp-product-details__properties-table tbody tr td:first-child {
  font-weight: 400;
  width: 50%;
  background-color: #ffffff;
}
.cmp-product-details__properties-table tbody tr td:last-child {
  text-align: center;
  width: 50%;
  background-color: #ffffff;
  border-right: none;
}
.cmp-product-details__line {
  border: 1px solid #cfc8db;
  margin-bottom: 2.5rem;
}
.cmp-product-details__version {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  font-style: italic;
  margin: 0;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__version {
    font-size: 12px;
  }
}
.cmp-product-details__documents {
  max-width: 59.0625rem;
  margin: auto;
  margin-top: 7.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__documents {
    margin-top: 2.5rem;
  }
}
.cmp-product-details__documents-title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 800;
  margin: 0 0 2.5rem 0;
  text-align: center;
  color: #3a1f63;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__documents-title {
    font-size: 28px;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}
.cmp-product-details__documents-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cmp-product-details__document {
  cursor: pointer;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  transition: box-shadow 0.3s ease;
  border: 1px solid #b0b1b3;
}
.cmp-product-details__document--active {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  border: none;
  font-weight: 700;
}
.cmp-product-details__document:hover {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .cmp-product-details__document {
    padding: 0.9375rem;
    gap: 0.75rem;
  }
}
.cmp-product-details__document-icon img {
  width: 1.75rem;
  height: 2.625rem;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__document-icon img {
    width: 1.125rem;
    height: 1.6875rem;
  }
}
.cmp-product-details__document-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.5rem;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .cmp-product-details__document-text {
    font-size: 14px;
  }
}
.cmp-product-details__document-download {
  flex-shrink: 0;
  color: #3a1f63;
  transition: color 0.3s ease;
}
.cmp-product-details__horizon-tab-with-carousel-wrapper .horizon-tab-with-carousel__tabs {
  justify-content: center;
}
.horizon-tab-with-carousel__tabs,
.horizon-tab-with-carousel__tab-content {
  margin: 0 auto;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.execution-enablers {
  background: linear-gradient(105.09deg, rgba(255, 184, 28, 0.05) -4.68%, rgba(218, 41, 28, 0.05) 49.31%, rgba(80, 7, 120, 0.05) 105.42%);
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 991px) {
  .execution-enablers {
    background: #ffffff;
  }
}
.execution-enablers__outer {
  position: relative;
}
.execution-enablers__title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 3.125rem;
  color: #3a1f63;
}
@media screen and (min-width: 768px) {
  .execution-enablers__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  .execution-enablers__title {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  .execution-enablers__title {
    margin-bottom: 1.375rem;
  }
}
.execution-enablers__heading {
  font-size: 20px;
  font-weight: 800;
  color: #3a1f63;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .execution-enablers__heading {
    font-size: 28px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1023px) {
  .execution-enablers__heading {
    font-size: 22px;
  }
}
.execution-enablers__card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem;
  display: flex;
  gap: 3.75rem;
  align-items: flex-start;
  min-height: 28.125rem;
  transition: opacity 0.4s ease;
  flex: 0 0 100%;
  scroll-snap-align: start;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .execution-enablers__card {
    flex-direction: column;
    padding: 2rem;
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .execution-enablers__card {
    padding: 0;
    gap: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
    overflow: hidden;
    box-shadow: none;
  }
}
@media screen and (max-width: 575px) {
  .execution-enablers__card {
    padding: 0;
    gap: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
    overflow: hidden;
    box-shadow: none;
  }
}
.execution-enablers__image {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.execution-enablers__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .execution-enablers__image {
    flex: 0 0 100%;
    max-height: 21.875rem;
  }
}
@media screen and (max-width: 991px) {
  .execution-enablers__image {
    flex: none;
    width: 100%;
  }
  .execution-enablers__image img {
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .execution-enablers__image {
    flex: none;
    width: 100%;
  }
  .execution-enablers__image img {
    border-radius: 0;
  }
}
.execution-enablers__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 991px) {
  .execution-enablers__content {
    padding: 2rem 1.25rem 1.75rem;
    gap: 1.125rem;
    background-color: #ffffff;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .execution-enablers__content {
    padding: 1.75rem 1rem 1.5rem 0;
    gap: 1rem;
    background-color: #ffffff;
    margin-top: 0;
  }
}
.execution-enablers__track {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.execution-enablers__track::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 991px) {
  .execution-enablers__track {
    gap: 2rem;
    padding-bottom: 0;
  }
}
.execution-enablers__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.execution-enablers__list-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
  padding-bottom: 2.6875rem;
}
.execution-enablers__list-item:last-child {
  padding-bottom: 0;
}
.execution-enablers__list-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1.34375rem;
  top: 2.6875rem;
  bottom: -2.6875rem;
  border-left: 0.0625rem dashed #3a1f63;
}
@media screen and (max-width: 991px) {
  .execution-enablers__list-item {
    padding-bottom: 2rem;
  }
  .execution-enablers__list-item:not(:last-child)::after {
    left: 1.25rem;
    top: 2.5rem;
    bottom: -2rem;
  }
}
@media screen and (max-width: 575px) {
  .execution-enablers__list-item {
    gap: 0.75rem;
    padding-bottom: 1.875rem;
  }
  .execution-enablers__list-item:not(:last-child)::after {
    left: 1.125rem;
    top: 2.25rem;
    bottom: -1.875rem;
  }
}
.execution-enablers__icon {
  width: 2.6875rem;
  height: 2.6875rem;
  display: inline-block;
  flex-shrink: 0;
  z-index: 1;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/checkbox.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .execution-enablers__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .execution-enablers__icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.execution-enablers__text {
  font-size: 16px;
  line-height: 1.6;
  color: #4c4e52;
  margin: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .execution-enablers__text {
    font-size: 16px;
    font-weight: 500;
  }
}
.execution-enablers__carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .execution-enablers__carousel {
    gap: 1.25rem;
    align-items: stretch;
  }
}
.carousel-wrapper {
  width: 100%;
}
.carousel-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.75rem;
  transition: max-width 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .carousel-container {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .carousel-container {
    border-radius: 0;
  }
}
.carousel-controls {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .carousel-controls {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .carousel-controls {
    justify-content: center;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .carousel-controls {
    gap: 0.75rem;
    justify-content: center;
  }
}
.carousel-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #512b8b;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.carousel-btn:not(.carousel-controls__wrapper--disabled):hover,
.carousel-btn:not(.carousel-controls__wrapper--disabled):focus,
.carousel-btn:not(.carousel-controls__wrapper--disabled):focus-visible {
  background: #7455a2;
  transform: scale(1.05);
  outline: none;
}
.carousel-btn.carousel-controls__wrapper--disabled {
  background: #cacbcc;
  color: #eeeeef;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
.carousel-btn:disabled {
  background: #cacbcc;
  cursor: not-allowed;
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .carousel-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .carousel-btn {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}
.carousel-slide {
  animation: slideIn 0.4s ease;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.logo-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .logo-carousel {
    padding: 0.1875rem;
  }
}
.logo-carousel__track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}
.logo-carousel__wrapper {
  display: flex;
  align-items: center;
  gap: 0.4225rem;
  height: 5.625rem;
}
@media screen and (min-width: 992px) {
  .logo-carousel__wrapper {
    gap: 0.625rem;
    height: 5.625rem;
  }
}
.logo-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 11.2392rem;
  height: 3.8028rem;
  padding: 0.625rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .logo-carousel__item {
    width: 16.625rem;
    height: 5.625rem;
    padding: 0.625rem;
  }
}
.logo-carousel__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .logo-carousel__track {
    animation: none;
  }
  .logo-carousel__wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}
.logo-carousel {
  pointer-events: auto;
}

/* ========================================
   Breadcrumb Component Styles - Mobile First Responsive
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-breadcrumb {
  position: absolute;
  top: 6.25rem;
  left: 0;
  right: 0;
  padding: 0 1rem;
  background: transparent;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .cmp-breadcrumb {
    padding: 0;
    max-width: 79rem;
    margin: 0 auto;
  }
}
.cmp-breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #4c4e52;
  overflow-x: auto;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  .cmp-breadcrumb__list {
    font-size: 14px;
    overflow-x: visible;
    flex-wrap: wrap;
  }
}
.cmp-breadcrumb__item {
  display: flex;
  align-items: center;
  font-weight: 300;
  opacity: 0.7;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 0;
}
.cmp-breadcrumb__item--active {
  font-weight: 700;
  opacity: 1;
}
.cmp-breadcrumb__item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/chevron-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  flex-shrink: 0;
  filter: invert(1);
  margin: 0 0.5rem;
  opacity: 0.7;
}
.cmp-breadcrumb__item-link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  opacity: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cmp-breadcrumb__item-link {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
  }
}
.cmp-breadcrumb__item-link:focus {
  outline: 2px solid #232426;
  outline-offset: 2px;
  border-radius: 2px;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-carousel-slide__outer-wrapper {
  background: #fef9f2;
}
.cmp-carousel-slide__header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cmp-carousel-slide__carousel-controls {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cmp-carousel-slide__carousel-controls {
    display: none;
  }
}
.cmp-carousel-slide__header {
  text-align: center;
}
.cmp-carousel-slide__title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 2rem;
  color: #3a1f63;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__title {
    font-size: 54px;
    line-height: 4.5rem;
  }
}
.cmp-carousel-slide__subtitle {
  margin: 0;
  margin-top: 0.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__subtitle {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-carousel-slide__wrapper {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__wrapper {
    margin-top: 3.75rem;
  }
}
.cmp-carousel-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease-in-out;
  will-change: opacity;
}
.cmp-carousel-slide__item--active {
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  z-index: 1;
}
.cmp-carousel-slide__item--transitioning {
  transition: opacity 0.7s ease-in-out;
}
.cmp-carousel-slide__image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
  min-height: 25.875rem;
}
.cmp-carousel-slide__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.42%, rgba(0, 0, 0, 0.8) 84.12%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__image-wrapper {
    max-height: 36.375rem;
  }
}
.cmp-carousel-slide__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cmp-carousel-slide__overlay {
  position: absolute;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.cmp-carousel-slide__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
  left: 0;
  bottom: 0;
  color: #ffffff;
  text-align: left;
  gap: 0.75rem;
  padding: 1rem;
  padding-bottom: 1.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__content {
    padding-bottom: 4.375rem;
    gap: 0.5rem;
    left: 5.5%;
    right: 5.5%;
  }
}
.cmp-carousel-slide__heading {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.75rem;
  margin: 0;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__heading {
    font-size: 24px;
    line-height: 2.25rem;
    margin-bottom: 1rem;
  }
}
.cmp-carousel-slide__description {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  display: flex;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__description {
    font-weight: 500;
  }
}
.cmp-carousel-slide__description p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inherit;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__description p {
    font-weight: inherit;
  }
}
.cmp-carousel-slide__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cmp-carousel-slide__items {
  position: relative;
  width: 100%;
  min-height: 25.875rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__items {
    min-height: 36.375rem;
  }
}
.cmp-carousel-slide__carousel-controls-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp-carousel-slide__carousel-controls-mobile {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel {
  background: #ffffff;
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 2rem;
  color: #512b8b;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__title {
    font-size: 32px;
    line-height: 3rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__subtitle {
  margin: 0;
  margin-top: 0.75rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__subtitle {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__wrapper {
  overflow: hidden;
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__items {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  position: static;
  min-height: auto;
  justify-content: flex-start;
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__items::-webkit-scrollbar {
  height: 0;
}
@media screen and (max-width: 991px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__items {
    gap: 1rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__item {
  background: #faf6ef;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  flex: 0 0 25.3125rem;
  position: static;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__item {
    flex: 0 0 21.4375rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__image-wrapper {
  min-height: auto;
  max-height: none;
  height: 13.625rem;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__image-wrapper {
    height: 12.5rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__image-wrapper::after {
  display: none;
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__image {
  max-height: 13.625rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__image {
    height: 12.5rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__overlay {
  position: static;
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__content {
  position: static;
  padding: 1rem 1.5rem;
  gap: 0;
  left: auto;
  right: auto;
  bottom: auto;
  color: #333333;
  flex: 1;
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
  font-family: "Manrope", sans-serif;
}
@media screen and (min-width: 768px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__heading {
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 1.25rem;
  margin: 0;
  opacity: 1;
  margin-top: auto;
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__description p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__carousel-controls {
    display: none;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__carousel-controls-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .cmp-carousel-slide__outer-wrapper--cardCarousel .cmp-carousel-slide__carousel-controls-mobile {
    display: flex;
    margin-top: 1.5rem;
    justify-content: center;
    gap: 2rem;
  }
}
.cmp-carousel-slide__outer-wrapper--cardCarousel .carousel-controls__wrapper--disabled {
  cursor: pointer !important;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-flashcards-background {
  background: #ffffff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
.cmp-flashcards__title {
  text-align: start;
  font-size: 28px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-flashcards__title {
    font-size: 54px;
    line-height: 4.5rem;
  }
}
.cmp-flashcards__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #4c4e52;
  margin: 0;
  margin-top: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-flashcards__subtitle {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.75rem;
    margin-bottom: 3.75rem;
  }
}
.cmp-flashcards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  justify-items: center;
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__grid {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
}
.cmp-flashcards__card {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 100%;
  max-width: 25.75rem;
  max-height: 25.75rem;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.24%, rgba(0, 0, 0, 0.6) 90.8%);
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__card:hover .cmp-flashcards__card-overlay {
    animation: fadeOut 0.4s ease forwards;
  }
  .cmp-flashcards__card:hover .cmp-flashcards__card-content {
    animation: fadeIn 0.7s ease forwards;
  }
}
@media screen and (max-width: 767px) {
  .cmp-flashcards__card {
    max-height: 11.625rem;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cmp-flashcards__card .cmp-flashcards__card-overlay {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cmp-flashcards__card {
    max-height: 13.75rem;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cmp-flashcards__card .cmp-flashcards__card-overlay {
    opacity: 0.7;
  }
}
.cmp-flashcards__card-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cmp-flashcards__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-flashcards__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cmp-flashcards__card-content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__card-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(96%);
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    gap: 0;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cmp-flashcards__card-content {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    background-color: transparent;
    padding: 0.75rem;
    text-align: left;
    width: 100%;
    opacity: 1;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cmp-flashcards__card-content {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    background-color: transparent;
    padding: 0.75rem;
    text-align: left;
    width: 100%;
    opacity: 1;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__card:hover .cmp-flashcards__card-content {
    top: auto;
    bottom: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    transform: none;
    width: auto;
    padding: 2rem 1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    opacity: 1;
    gap: 0.9375rem;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 12.5rem;
  }
}
.cmp-flashcards__card-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
  transition: opacity 0.3s ease-out;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__card-title {
    max-width: 17.5rem;
    font-size: 24px;
    line-height: 2.25rem;
    text-align: center;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .cmp-flashcards__card-title {
    font-size: 16px;
    line-height: 1.5rem;
    color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cmp-flashcards__card-title {
    font-size: 24px;
    line-height: 2.25rem;
    color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__card:hover .cmp-flashcards__card-title {
    font-size: 20px;
    line-height: 1.75rem;
    color: #3a1f63;
    text-align: left;
  }
}
.cmp-flashcards__card-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__card-description {
    font-size: 16px;
    line-height: 1.5rem;
    color: #000000;
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cmp-flashcards__card-description {
    font-size: 14px;
    line-height: 1.25rem;
    color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cmp-flashcards__card-description {
    font-size: 16px;
    line-height: 1.5rem;
    color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .cmp-flashcards__card:hover .cmp-flashcards__card-description {
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 500;
    opacity: 1;
    display: block;
  }
}
.variant-static-content .cmp-flashcards__header {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .variant-static-content .cmp-flashcards__header {
    margin-bottom: 3.75rem;
  }
}
.variant-static-content .cmp-flashcards__title {
  font-size: 28px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .variant-static-content .cmp-flashcards__title {
    font-size: 54px;
    line-height: 4.5rem;
  }
}
.variant-static-content .cmp-flashcards__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #4c4e52;
  margin: 0;
  margin-top: 1rem;
  line-height: 1.5rem;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .variant-static-content .cmp-flashcards__subtitle {
    margin-top: 0;
    text-align: start;
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.variant-static-content .cmp-flashcards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  justify-items: stretch;
}
@media screen and (min-width: 992px) {
  .variant-static-content .cmp-flashcards__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.variant-static-content .cmp-flashcards__card {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.24%, rgba(0, 0, 0, 0.6) 90.8%);
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  max-width: 25.75rem;
  max-height: 25.75rem;
  width: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .variant-static-content .cmp-flashcards__card {
    max-height: 11.625rem;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    transition: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .variant-static-content .cmp-flashcards__card {
    max-height: 13.75rem;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .variant-static-content .cmp-flashcards__card:hover .cmp-flashcards__card-overlay {
    background: rgba(0, 0, 0, 0.4);
    animation: none;
  }
  .variant-static-content .cmp-flashcards__card:hover .cmp-flashcards__card-content {
    animation: fadeIn 0.0s ease forwards;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    transform: none;
    width: auto;
    padding: 1.5rem;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    gap: 0;
    min-height: auto;
  }
  .variant-static-content .cmp-flashcards__card:hover .cmp-flashcards__card-title {
    max-width: 100%;
    font-size: 32px;
    line-height: 3rem;
    color: #ffffff;
    margin: auto;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .variant-static-content .cmp-flashcards__card:hover .cmp-flashcards__card-description {
    display: flex;
    opacity: 1;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5rem;
    margin: 0;
    max-width: 18.6rem;
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.variant-static-content .cmp-flashcards__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.variant-static-content .cmp-flashcards__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.variant-static-content .cmp-flashcards__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .variant-static-content .cmp-flashcards__card-overlay {
    transition: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .variant-static-content .cmp-flashcards__card-overlay {
    transition: none;
  }
}
.variant-static-content .cmp-flashcards__card-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .variant-static-content .cmp-flashcards__card-content {
    align-items: flex-start;
    padding: 0.75rem;
    gap: 0.75rem;
    text-align: left;
    transition: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .variant-static-content .cmp-flashcards__card-content {
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    text-align: left;
    transition: none;
  }
}
.variant-static-content .cmp-flashcards__card-title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .variant-static-content .cmp-flashcards__card-title {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .variant-static-content .cmp-flashcards__card-title {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  .variant-static-content .cmp-flashcards__card-title {
    margin: 0;
    margin-bottom: 0.5rem;
    max-width: 100%;
    font-size: 32px;
    line-height: 3rem;
  }
}
.variant-static-content .cmp-flashcards__card-description {
  display: flex;
  opacity: 1;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .variant-static-content .cmp-flashcards__card-description {
    font-size: 14px;
    line-height: 1.25rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .variant-static-content .cmp-flashcards__card-description {
    font-size: 16px;
    line-height: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .variant-static-content .cmp-flashcards__card-description {
    margin: 0;
    max-width: 18.6rem;
    font-size: 20px;
    line-height: 1.75rem;
    text-align: center;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-icon-text-card {
  width: 100%;
  padding: 2.5rem 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-icon-text-card {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card {
    padding: 3.75rem 1rem;
  }
}
.cmp-icon-text-card__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__header {
    margin-bottom: 5rem;
  }
}
.cmp-icon-text-card__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: center;
  color: #3a1f63;
  margin: 0 0 1.25rem 0;
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__title {
    font-size: 54px;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
  }
}
.cmp-icon-text-card__description p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  color: #4c4e52;
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__description p {
    font-size: 20px;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
.cmp-icon-text-card__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .cmp-icon-text-card__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 1.5rem;
    justify-content: center;
    align-items: start;
    grid-auto-rows: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__grid {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 1.5rem;
  }
}
.cmp-icon-text-card__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.25rem;
  width: 20.75rem;
  border: 0.125rem solid #3a1f63;
}
@media screen and (min-width: 576px) {
  .cmp-icon-text-card__item {
    height: 100%;
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__item {
    max-width: 20.75rem;
    border: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  .cmp-icon-text-card__item:hover {
    border: 0.125rem solid #3a1f63;
  }
}
.cmp-icon-text-card__accent-bar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__accent-bar {
    display: block;
    height: 0.5rem;
    background-color: #3a1f63;
    width: 100%;
  }
}
.cmp-icon-text-card__content {
  padding: 1.875rem 1rem 1.875rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-icon-text-card__content {
    padding: 1.875rem 1rem 1.875rem 1rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__content {
    padding: 3.3125rem 2rem 2rem 2.75rem;
    gap: 1.5rem;
  }
}
.cmp-icon-text-card__icon {
  width: 3.1875rem;
  height: 3.1875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__icon {
    padding-left: 0.75rem;
    width: 4.25rem;
    height: 3.1875rem;
  }
}
.cmp-icon-text-card__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmp-icon-text-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cmp-icon-text-card__item-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75rem;
  color: #3a1f63;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__item-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}
.cmp-icon-text-card__item-description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #3a1f63;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__item-description {
    font-size: 16px;
    line-height: 1.8rem;
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__item:hover .cmp-icon-text-card__item-description {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-icon-text-card__item:hover .cmp-icon-text-card__accent-bar {
    display: none;
  }
}
.cmp-icon-text-card--compact .cmp-icon-text-card__item-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-client-benefits {
  overflow: visible;
  position: relative;
  padding-top: 2.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits .respond-flex-column {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits .respond-hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits .respond-center-mobile {
    flex: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    order: -1;
  }
}
.cmp-client-benefits .container-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .cmp-client-benefits .container-wrapper {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits .container-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.cmp-client-benefits__header {
  flex: 1;
  position: relative;
  max-width: 37.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__header {
    flex: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    order: -1;
  }
}
.cmp-client-benefits__title {
  font-size: 54px;
  line-height: 1.33;
  font-weight: 800;
  color: #3a1f63;
  font-family: "Manrope", sans-serif;
  margin: 0 0 2.5rem 0;
  max-width: 26.25rem;
}
@media screen and (max-width: 1300px) {
  .cmp-client-benefits__title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__title {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 auto 2rem auto;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .cmp-client-benefits__title {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 auto 1.5rem auto;
    max-width: 21.875rem;
    text-align: center;
  }
}
.cmp-client-benefits__image {
  width: 100%;
  height: 25rem;
  max-width: 37.5rem;
  position: relative;
  z-index: 2;
  object-fit: cover;
  padding-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__image {
    display: none;
  }
}
.cmp-client-benefits__header::before {
  content: '';
  position: absolute;
  bottom: -10rem;
  left: -3.75rem;
  width: 25.625rem;
  height: 12.5rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/client-dotted-bg.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__header::before {
    display: none;
  }
}
.cmp-client-benefits__cards-container {
  display: flex;
  gap: 1.25rem;
  width: 26.25rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__cards-container {
    width: 100%;
    max-width: 25rem;
    gap: 1rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .cmp-client-benefits__cards-container {
    gap: 0.75rem;
    max-width: 23.75rem;
  }
}
.cmp-client-benefits__cards-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 12.5rem;
}
.cmp-client-benefits__cards-column:first-child {
  align-items: center;
  padding-top: 2.5rem;
}
.cmp-client-benefits__cards-column:last-child {
  align-items: center;
  margin-top: -4.375rem;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__cards-column {
    gap: 0.75rem;
    width: 11.25rem;
  }
  .cmp-client-benefits__cards-column:first-child {
    padding-top: 0;
  }
  .cmp-client-benefits__cards-column:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .cmp-client-benefits__cards-column {
    width: 10.625rem;
  }
}
.cmp-client-benefits__card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  width: 12.5rem;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.cmp-client-benefits__card:hover {
  background: linear-gradient(105.09deg, rgba(255, 184, 28, 0.05) -4.68%, rgba(218, 41, 28, 0.05) 49.31%, rgba(80, 7, 120, 0.05) 105.42%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.1875rem);
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__card {
    width: 11.25rem;
    min-height: 11.25rem;
    padding: 1rem 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .cmp-client-benefits__card {
    width: 10.625rem;
    min-height: 10.625rem;
    padding: 1rem 0.75rem;
  }
}
.cmp-client-benefits__icon {
  width: 5.5625rem;
  height: 5.5625rem;
  margin: 0 auto 1rem auto;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 0.75rem;
  padding: 0.75rem;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.75rem auto;
    border-radius: 0.75rem;
    padding: 0.5rem;
  }
}
.cmp-client-benefits__icon-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #4c4e52;
  font-family: "Manrope", sans-serif;
  margin: 0;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  width: calc(105%);
  max-width: 11.25rem;
  white-space: normal;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__icon-title {
    font-size: 14px;
    line-height: 1.3;
    max-width: 9.25rem;
  }
}
@media screen and (max-width: 575px) {
  .cmp-client-benefits__icon-title {
    font-size: 14px;
    max-width: 8.125rem;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__card--seventh {
    display: none;
  }
}
.cmp-client-benefits__last-card-container {
  display: none;
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__last-card-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__card--last {
    width: 10.3125rem;
    min-height: 13.75rem;
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 575px) {
  .cmp-client-benefits__card--last {
    width: 10.3125rem;
    min-height: 11.25rem;
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 991px) {
  .cmp-client-benefits__card--last .cmp-client-benefits__icon-title {
    max-width: 8.8125rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
}
@media screen and (max-width: 575px) {
  .cmp-client-benefits__card--last .cmp-client-benefits__icon-title {
    max-width: 8.8125rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
}
.cmp-client-benefits.animate-section .cmp-client-benefits__title {
  opacity: 1;
  transform: translateY(0);
}
.cmp-client-benefits.animate-section .cmp-client-benefits__image {
  opacity: 1;
  transform: scale(1);
}
.cmp-client-benefits.animate-section .cmp-client-benefits__card {
  opacity: 1;
  transform: translateY(0);
}
.cmp-client-benefits .cmp-client-benefits__title,
.cmp-client-benefits .cmp-client-benefits__image,
.cmp-client-benefits .cmp-client-benefits__card {
  opacity: 0;
  transition: all 0.8s ease;
}
.cmp-client-benefits .cmp-client-benefits__title {
  transform: translateY(1.875rem);
}
.cmp-client-benefits .cmp-client-benefits__image {
  transform: scale(0.95);
}
.cmp-client-benefits .cmp-client-benefits__card {
  transform: translateY(1.25rem);
}
.cmp-client-benefits .cmp-client-benefits__card:nth-child(1) {
  transition-delay: 0.1s;
}
.cmp-client-benefits .cmp-client-benefits__card:nth-child(2) {
  transition-delay: 0.2s;
}
.cmp-client-benefits .cmp-client-benefits__card:nth-child(3) {
  transition-delay: 0.3s;
}
.cmp-client-benefits .cmp-client-benefits__card:nth-child(4) {
  transition-delay: 0.4s;
}
.cmp-client-benefits .cmp-client-benefits__card:nth-child(5) {
  transition-delay: 0.5s;
}
.cmp-client-benefits .cmp-client-benefits__card:nth-child(6) {
  transition-delay: 0.6s;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-product-listing {
  width: 100%;
  position: relative;
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
}
.cmp-product-listing__title {
  font-size: 32px;
  font-weight: 700;
  color: #3a1f63;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__title {
    font-size: 64px;
    margin-bottom: 2.5rem;
  }
}
.cmp-product-listing__navigation {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__navigation {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 3rem;
    gap: 2rem;
  }
}
.cmp-product-listing__tabs-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__tabs-container {
    flex: 1;
  }
}
.cmp-product-listing__filter-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-listing__filter-navigation {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__filter-navigation {
    margin-top: 1.5rem;
  }
}
.cmp-product-listing__tabs {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  gap: 0;
  position: relative;
  border-bottom: 3px solid #eeeeef;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cmp-product-listing__tabs {
    gap: 0;
  }
}
.cmp-product-listing__tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  color: #2e2f32;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__tab {
    padding: 1.25rem 2rem;
    font-size: 18px;
    gap: 0.75rem;
    justify-content: center;
  }
}
.cmp-product-listing__tab:first-child.cmp-product-listing__tab--active,
.cmp-product-listing__tab:first-child:not(.cmp-product-listing__tab--active):not(~ .cmp-product-listing__tab--active) {
  font-weight: 600;
  color: #3a1f63;
}
.cmp-product-listing__tab:first-child.cmp-product-listing__tab--active::after,
.cmp-product-listing__tab:first-child:not(.cmp-product-listing__tab--active):not(~ .cmp-product-listing__tab--active)::after {
  content: '';
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  right: 0;
  height: 0.3125rem;
  background: linear-gradient(270deg, #f8a12e 0%, #be2a1d 50.07%, #45216c 98.1%);
}
.cmp-product-listing__tab--active {
  font-weight: 600;
  color: #3a1f63;
  border-bottom: 3px solid transparent;
  background: transparent;
}
.cmp-product-listing__tab--active::after {
  content: '';
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  right: 0;
  height: 0.3125rem;
  background: linear-gradient(270deg, #f8a12e 0%, #be2a1d 50.07%, #45216c 98.1%);
}
.cmp-product-listing__tab-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cmp-product-listing__tab-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__tab-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.cmp-product-listing__tab-text {
  white-space: nowrap;
}
.cmp-product-listing__active-filters {
  display: none;
  gap: 0.5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
}
.cmp-product-listing__active-filters.has-filters {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-product-listing__active-filters {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__active-filters {
    gap: 1rem;
  }
}
.cmp-product-listing__count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .75rem;
}
.cmp-product-listing__count-text {
  font-size: 16px;
  font-weight: 400;
  color: #2e2f32;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__count-text {
    font-size: 18px;
  }
}
.cmp-product-listing__filter-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #eeeeef;
  border-radius: 1.25rem;
  font-size: 14px;
  color: #2e2f32;
}
.cmp-product-listing__filter-chip span {
  font-weight: 400;
}
.cmp-product-listing__filter-chip-remove {
  background: transparent;
  border: none;
  color: #2e2f32;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  margin-left: 4px;
}
.cmp-product-listing__filter-chip-remove:hover {
  color: #000000;
}
.cmp-product-listing__filter-chip--category .cmp-product-listing__filter-chip-remove {
  color: #3a1f63;
}
.cmp-product-listing__filter-chip--category .cmp-product-listing__filter-chip-remove:hover {
  color: #3a1f63;
}
.cmp-product-listing__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-listing__products {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__products {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 5rem;
  }
}
.cmp-product-listing__product {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.cmp-product-listing__product:hover .cmp-product-listing__product-image img {
  transform: scale(1.2);
}
.cmp-product-listing__product:hover .cmp-product-listing__product-name {
  font-weight: 600;
}
.cmp-product-listing__product--hidden {
  display: none;
}
.cmp-product-listing__product-image {
  width: 100%;
  height: 11.625rem;
  padding: 1.875rem;
  background: #f2f2f2;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-listing__product-image {
    margin-bottom: 1rem;
    padding: 3.125rem;
    height: 21.25rem;
  }
}
.cmp-product-listing__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.cmp-product-listing__product-name {
  font-size: 12px;
  font-weight: 400;
  color: #232426;
  line-height: 1.4;
  transition: font-size 0.3s ease, font-weight 0.3s ease;
}
@media screen and (min-width: 992px) {
  .cmp-product-listing__product-name {
    font-size: 20px;
  }
}
.cmp-product-listing__show-more {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cmp-product-listing__subcategories-container {
  width: 100%;
  position: relative;
  display: block;
}
.cmp-product-listing__subcategories-container.has-subcategories {
  display: block;
}
.cmp-product-listing__subcategories {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 0.5rem;
  overflow: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
}
@media screen and (min-width: 576px) {
  .cmp-product-listing__subcategories {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
}
.cmp-product-listing__subcategories.is-initialized {
  opacity: 1;
}
.cmp-product-listing__subcategories.has-subcategories {
  padding-bottom: 0.5rem;
}
.cmp-product-listing__subcategories.is-expanded {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-right: 0;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: visible;
}
@media screen and (min-width: 576px) {
  .cmp-product-listing__subcategories.is-expanded {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.75rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 576px) {
  .cmp-product-listing__subcategories.is-expanded {
    align-items: center;
  }
}
.cmp-product-listing__subcategories::-webkit-scrollbar {
  display: none;
}
.cmp-product-listing__subcategory-item {
  flex-shrink: 0;
  position: relative;
  display: none;
}
.cmp-product-listing__subcategory-item:not(:empty) {
  padding: .75rem;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__subcategory-item {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 576px) {
  .cmp-product-listing__subcategories.is-expanded .cmp-product-listing__subcategory-item {
    width: auto;
    margin-bottom: 0;
  }
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__subcategory-item:not(:empty) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cmp-product-listing__subcategory-dropdown-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__subcategory-dropdown-container {
  position: relative;
  /* Ensure proper positioning in expanded mode */
  display: flex;
  flex-direction: column;
}
.cmp-product-listing__subcategory-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  font-size: 16px;
  line-height: 1.5rem;
  color: #2e2f32;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.cmp-product-listing__subcategory-item.is-active .cmp-product-listing__subcategory-toggle {
  z-index: 15;
}
.cmp-product-listing__subcategory-toggle:hover {
  color: #3a1f63;
}
.cmp-product-listing__subcategory-toggle.is-active + .cmp-product-listing__subcategory-dropdown {
  display: block;
}
.cmp-product-listing__subcategory-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cmp-product-listing__subcategory-icon img {
  width: 100%;
  height: 100%;
}
.is-active .cmp-product-listing__subcategory-icon {
  transform: rotate(180deg);
}
.cmp-product-listing__subcategory-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 15rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  border: 1px solid #eeeeef;
}
.cmp-product-listing__subcategory-dropdown.is-open {
  display: block;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__subcategory-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 0.25rem;
  border: 1px solid #eeeeef;
}
.cmp-product-listing__filter-options {
  display: flex;
  flex-direction: column;
}
.cmp-product-listing__filter-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.cmp-product-listing__filter-option:hover {
  background-color: #eeeaf3;
}
.cmp-product-listing__filter-option input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.cmp-product-listing__filter-option span {
  font-size: 16px;
  color: #2e2f32;
  position: relative;
  padding-left: 2rem;
}
.cmp-product-listing__filter-option span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  border: 1.5px solid #cacbcc;
  border-radius: 2px;
  background: #ffffff;
}
.cmp-product-listing__filter-option span::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.5rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/tick-mark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.cmp-product-listing__filter-option input[type="checkbox"]:checked + span::before {
  background-color: #3a1f63;
  border-color: #3a1f63;
}
.cmp-product-listing__filter-option input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.cmp-product-listing__more-container {
  position: relative;
  flex-shrink: 0;
  order: 999;
  margin-left: auto;
  min-width: 3.125rem;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__more-container {
  position: relative;
  margin-left: auto;
  top: auto;
  right: auto;
  width: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
  order: 999;
}
.cmp-product-listing__more-link {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #2e2f32;
  font-weight: 700;
  cursor: pointer;
  padding: 0.5rem 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__more-link {
  padding: 0.5rem 0;
  order: 999;
}
.cmp-product-listing__more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  border: 1px solid #eeeeef;
  min-width: 12.5rem;
}
.cmp-product-listing__more-dropdown.is-open {
  display: block;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__more-dropdown {
  display: none;
}
.cmp-product-listing__more-dropdown .cmp-product-listing__subcategory-item {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__more-dropdown .cmp-product-listing__subcategory-item {
  width: auto;
}
.cmp-product-listing__more-dropdown .cmp-product-listing__subcategory-toggle {
  padding: 0.75rem 1.25rem;
  width: 100%;
  justify-content: space-between;
}
.cmp-product-listing__subcategories.is-expanded .cmp-product-listing__more-dropdown .cmp-product-listing__subcategory-toggle {
  padding: 0.5rem 0;
  width: auto;
  justify-content: flex-start;
}
.cmp-product-listing__more-dropdown .cmp-product-listing__subcategory-dropdown {
  position: static;
  box-shadow: none;
  border: none;
  margin-top: 0;
  padding-left: 1rem;
}
.cmp-product-listing__filter-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  background: #eeeaf3;
  border-radius: 2rem;
  font-size: 14px;
  color: #2e2f32;
  border: 1px solid #cacbcc;
}
.cmp-product-listing__filter-chip-remove {
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #232426;
  padding: 0;
  display: flex;
  align-items: center;
}
.cmp-product-listing__filter-chip-remove:hover {
  color: #3a1f63;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-stats-data__wrapper {
  background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/stats-background.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 100%;
  height: 100%;
  align-items: end;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__wrapper {
    background-image: none;
    height: 100%;
  }
}
.cmp-stats-data.container-wrapper {
  padding: 0;
}
.cmp-stats-data .component-spacing-base {
  padding: 2.5rem 0rem;
}
.cmp-stats-data__title {
  font-size: 54px;
  line-height: 4.5rem;
  font-weight: 800;
  color: #3a1f63;
  margin-bottom: 1%;
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__title {
    font-size: 28px;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    padding-left: 1rem;
  }
}
.cmp-stats-data__content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__content {
    flex-direction: column;
  }
}
.cmp-stats-data__features {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 0;
  align-items: flex-start;
  max-width: 40.625rem;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__features {
    padding: 0 1rem;
    gap: 1.5rem;
    width: 100%;
    flex: 0 0 100%;
    order: 2;
  }
}
.cmp-stats-data__feature-item {
  width: 100%;
  display: flex;
  gap: 2.375rem;
  background: linear-gradient(105.09deg, rgba(255, 184, 28, 0.05) -4.68%, rgba(218, 41, 28, 0.05) 49.31%, rgba(80, 7, 120, 0.05) 105.42%);
  padding: 1.875rem 1rem;
  padding-left: 15%;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__feature-item {
    gap: 1rem;
    padding-left: 1rem;
  }
}
.cmp-stats-data__feature-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.625rem;
  }
}
.cmp-stats-data__feature-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmp-stats-data__feature-text {
  flex: 1;
  min-width: 0;
}
.cmp-stats-data__feature-title {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #3a1f63;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__feature-title {
    font-size: 18px;
    line-height: 1.5rem;
  }
}
.cmp-stats-data__feature-description {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: black;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__feature-description {
    font-size: 16px;
    line-height: 1.375rem;
  }
}
.cmp-stats-data__dashboard {
  flex: 0 0 40%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard {
    display: none;
  }
}
.cmp-stats-data__dashboard-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-mobile {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.625rem;
    order: 1;
    background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/stats-background.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-mobile-row {
    display: flex;
    width: 100%;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-mobile-row--row1 .cmp-stats-data__dashboard-card:first-child {
    flex: 0 0 60%;
    width: 100%;
    height: 100%;
  }
  .cmp-stats-data__dashboard-mobile-row--row1 .cmp-stats-data__dashboard-card:last-child {
    flex: 0 0 calc(34.25%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-mobile-row--row2 .cmp-stats-data__dashboard-card:first-child {
    flex: 0 0 30%;
    width: 100%;
    height: 100%;
  }
  .cmp-stats-data__dashboard-mobile-row--row2 .cmp-stats-data__dashboard-card:last-child {
    flex: 0 0 calc(69.25%);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-mobile-row--row3 {
    flex-direction: column;
  }
  .cmp-stats-data__dashboard-mobile-row--row3 .cmp-stats-data__dashboard-card {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }
}
.cmp-stats-data__dashboard-row {
  display: flex;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-row {
    display: none;
  }
}
.cmp-stats-data__card-label {
  font-size: 12px;
  line-height: 2.2rem;
  font-weight: 600;
  color: #3a1f63;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  width: fit-content;
  text-align: end;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__card-label {
    font-size: 12px;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: center;
  }
}
.cmp-stats-data__dashboard-card {
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  align-items: end;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-card {
    gap: 0.75rem;
    width: 100%;
  }
}
.cmp-stats-data__dashboard-card--full {
  flex: 1 1 100%;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-card--full {
    width: 100%;
    flex: 0 0 100%;
  }
}
.cmp-stats-data__dashboard-card--varient {
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-card--mobile-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
  }
}
.cmp-stats-data__dashboard-image {
  width: 110%;
  height: 100%;
  flex: 1;
  display: block;
  object-fit: contain;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  border: 1.5px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.cmp-stats-data__dashboard-image:hover {
  border-color: #512b8b;
}
@media screen and (max-width: 991px) {
  .cmp-stats-data__dashboard-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cmp-stats-data__dashboard-image:hover {
    background-color: transparent;
  }
}
.cmp-stats-data__no-content {
  text-align: center;
  padding: 2rem;
  color: #232426;
  font-size: 16px;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-image-accordions__outer-wrapper {
  background: linear-gradient(105.09deg, rgba(255, 184, 28, 0.05) -4.68%, rgba(218, 41, 28, 0.05) 49.31%, rgba(80, 7, 120, 0.05) 105.42%);
}
.cmp-image-accordions__title {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 2rem;
  font-weight: 800;
  color: #3a1f63;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-image-accordions__title {
    font-size: 54px;
    line-height: 4.5rem;
    margin-bottom: 5.625rem;
  }
}
.cmp-image-accordions__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cmp-image-accordions__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.cmp-image-accordions__accordion-section {
  display: flex;
  flex-direction: column;
}
.cmp-image-accordions__mobile-image {
  display: block;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-image-accordions__mobile-image {
    display: none;
  }
}
.cmp-image-accordions__desktop-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmp-image-accordions__desktop-image {
    display: block;
    margin: auto 0;
    max-height: 24.75rem;
  }
}
.cmp-image-accordions__carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 24.75rem;
  border-radius: 4px;
}
.cmp-image-accordions__slide {
  display: none;
  width: 100%;
}
.cmp-image-accordions__slide--active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.cmp-image-accordions__slide img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-image-accordions__slide img {
    max-height: 24.75rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-commitments-overview-wrapper {
  background-color: #fef9f2;
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview-wrapper {
    padding: 0.5625rem 0;
  }
}
.cmp-commitments-overview__title {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview__title {
    font-size: 54px;
    line-height: 4.5rem;
    margin-bottom: 3.75rem;
  }
}
.cmp-commitments-overview__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 0.9375rem;
  max-width: 40.3125rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview__content {
    display: flex;
    flex-direction: row;
    gap: 10.1875rem;
    max-width: none;
    align-items: flex-start;
    justify-content: center;
  }
}
.cmp-commitments-overview__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.cmp-commitments-overview__statistic {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #654d8a;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview__statistic {
    font-size: 32px;
    line-height: 3rem;
  }
}
.cmp-commitments-overview__description {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #53565a;
  line-height: 1.25rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview--variant2 .cmp-commitments-overview__title {
    font-size: 40px;
    line-height: 3.75rem;
  }
}
.cmp-commitments-overview--variant2 .cmp-commitments-overview__content {
  display: flex;
  flex-direction: column;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .cmp-commitments-overview--variant2 .cmp-commitments-overview__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview--variant2 .cmp-commitments-overview__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
    justify-content: space-between;
    max-width: 75rem;
  }
}
.cmp-commitments-overview--variant2 .cmp-commitments-overview__statistic {
  font-size: 20px;
  font-weight: 700;
  color: #512b8b;
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview--variant2 .cmp-commitments-overview__statistic {
    line-height: 1.75rem;
  }
}
.cmp-commitments-overview--variant2 .cmp-commitments-overview__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-commitments-overview--variant2 .cmp-commitments-overview__description {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-commitments-overview-wrapper--variant2 {
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-tab-contents-wrapper {
  background-color: #ffffff;
}
.cmp-tab-contents-wrapper .container-wrapper {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.cmp-tab-contents-wrapper .cmp-tab-contents__content {
  max-width: 81rem;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ffffff;
  display: flex;
  gap: 1.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__content {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__tab-image {
  flex-shrink: 1;
  border-radius: 0.5rem;
  max-height: 33.625rem;
  height: 100%;
  overflow: hidden;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__tab-image {
    width: 100%;
    order: 2;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__tab-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cmp-tab-contents-wrapper .cmp-tab-contents__right-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__right-container {
    gap: 2.5rem;
    order: 3;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__right-container__tab-title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 800;
  color: #3a1f63;
  max-width: 33.5625rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__right-container__tab-title {
    font-size: 24px;
    line-height: 1.75rem;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__icons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cmp-tab-contents-wrapper .cmp-tab-contents__icon-text {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.cmp-tab-contents-wrapper .cmp-tab-contents__icon-title {
  font-size: 32px;
  line-height: 3rem;
  font-weight: 800;
  color: #74cd97;
  display: block;
}
@media screen and (max-width: 991px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__icon-title {
    font-size: 24px;
    line-height: 1.75rem;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__icon-subtitle {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #53565a;
}
.cmp-tab-contents-wrapper .cmp-tab-contents__target-targets {
  margin-top: 3rem;
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  padding: 3.75rem 0;
}
@media screen and (max-width: 991px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__target-targets {
    margin-top: 2.5rem;
    padding: 2.5rem 0;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__target-targets-inner {
  max-width: 100%;
}
.cmp-tab-contents-wrapper .cmp-tab-contents__target-title {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__target-title {
    font-size: 40px;
    line-height: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__target-content {
  display: flex;
  flex-direction: column;
  max-width: none;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__target-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__target-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
    justify-content: center;
    max-width: 75rem;
    margin: 0 auto;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__target-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.cmp-tab-contents-wrapper .cmp-tab-contents__target-statistic {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #512b8b;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__target-statistic {
    line-height: 1.75rem;
  }
}
.cmp-tab-contents-wrapper .cmp-tab-contents__target-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #53565a;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-tab-contents-wrapper .cmp-tab-contents__target-description {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-awards-section__outer-wrapper {
  background-color: #fafafa;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__outer-wrapper .container-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__outer-wrapper .component-spacing-base {
    padding: 2.5rem 0rem;
  }
}
.cmp-awards-section__container {
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__container {
    flex-direction: column;
    align-items: stretch;
  }
}
.cmp-awards-section__map {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__map {
    position: absolute;
    height: 100%;
    top: 3.75rem;
    left: 0;
  }
}
.cmp-awards-section__map-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__map-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.cmp-awards-section__overlay-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 37.8125rem;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__overlay-content {
    position: relative;
    max-width: 100%;
    padding: 0 1rem;
  }
}
.cmp-awards-section__title {
  font-size: 54px;
  font-weight: 800;
  line-height: 4.5rem;
  color: #3a1f63;
  margin: 0 0 3.75rem 0;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__title {
    font-size: 28px;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.cmp-awards-section__content {
  display: flex;
  max-width: 37.8125rem;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__content {
    margin: auto;
  }
}
.cmp-awards-section__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.3125rem;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__list {
    gap: 2.5rem;
  }
}
.cmp-awards-section__item {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__item {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.cmp-awards-section__icon {
  flex-shrink: 0;
  width: 7.5rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__icon {
    width: 5rem;
  }
}
.cmp-awards-section__icon img {
  max-width: 100%;
  height: 100%;
  display: block;
}
.cmp-awards-section__details {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__details {
    text-align: center;
  }
}
.cmp-awards-section__award-title {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #512b8b;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__award-title {
    text-align: center;
    line-height: 1.75rem;
  }
}
.cmp-awards-section__award-description {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 500;
  color: #512b8b;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-awards-section__award-description {
    align-items: center;
  }
}

/* ========================================
    Knowledge Component Styles
    ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-knowledge {
  width: 100%;
  position: relative;
  top: -20px;
  z-index: 10;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-knowledge {
    top: -40px;
  }
}
.cmp-knowledge__filter-section {
  background-color: #ffffff;
  padding: 1.375rem 1.5rem 2.5rem;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 768px) {
  .cmp-knowledge__filter-section {
    padding: 2.5rem 6.6875rem;
  }
}
.cmp-knowledge__filter-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-knowledge__filter-container {
    gap: 1rem;
  }
}
.cmp-knowledge__filter-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-knowledge__filter-row--categories {
    flex-direction: row;
    gap: 1rem;
    max-width: 61rem;
  }
}
.cmp-knowledge__filter-row--search {
  flex-direction: row;
  gap: 0.75rem;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-knowledge__filter-row--search {
    gap: 1rem;
  }
}
.cmp-knowledge__filter-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.cmp-knowledge__filter-item--product {
  width: 90%;
  flex: 1;
}
.cmp-knowledge__filter-item--button {
  width: auto;
  align-self: flex-end;
}
.cmp-knowledge__filter-label {
  font-size: 16px;
  font-weight: 700;
  color: #53565a;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.cmp-knowledge__select-wrapper {
  position: relative;
  width: 100%;
}
.cmp-knowledge__select-wrapper::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.cmp-knowledge__select-wrapper:has(input)::after {
  display: none;
}
.cmp-knowledge__select {
  width: 100%;
  padding: 1rem 2.5rem 1rem 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #53565a;
  background: #ffffff;
  border: 1.5px solid #eeeeef;
  border-radius: 0.5rem;
  appearance: none;
  cursor: pointer;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.cmp-knowledge__select::placeholder {
  color: #53565a;
  font-weight: 400;
}
.cmp-knowledge__select.enhanced-native {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cmp-knowledge__input {
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #53565a;
  background: #ffffff;
  border: 1.5px solid #eeeeef;
  border-radius: 0.5rem;
  line-height: 1.5;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.cmp-knowledge__input::placeholder {
  color: #85898e;
  font-weight: 400;
  opacity: 0.7;
}
.cmp-knowledge__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.625rem;
  height: 3.625rem;
  min-width: 3.625rem;
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  border: none;
  border-radius: 0.5625rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: auto;
}
.cmp-knowledge__search-btn:active {
  transform: translateY(0);
}
.cmp-knowledge__search-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.cmp-knowledge__no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
  min-height: 400px;
}
.cmp-knowledge__no-results-icon {
  margin-bottom: 2rem;
  opacity: 0.6;
}
.cmp-knowledge__no-results-title {
  font-size: 16px;
  font-weight: 600;
  color: #232426;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  line-height: 1.3;
}
.cmp-knowledge__no-results-text {
  font-size: 16px;
  color: #4c4e52;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.cmp-knowledge__results {
  width: 100%;
}
.cmp-knowledge__results-header {
  margin: 2rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-knowledge__results-header {
    margin: 3rem 0;
  }
}
.cmp-knowledge__results-title {
  font-size: 24px;
  font-weight: 700;
  color: #3b3d40;
  margin: 0;
  line-height: 1.3;
}
.cmp-knowledge__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-knowledge__products {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-knowledge__products {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3rem;
  }
}
.cmp-knowledge__count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75rem;
}
.cmp-knowledge__count-text {
  font-size: 16px;
  font-weight: 400;
  color: #2e2f32;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .cmp-knowledge__count-text {
    font-size: 18px;
  }
}
.cmp-knowledge__product {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.cmp-knowledge__product:hover .cmp-knowledge__product-image img {
  transform: scale(1.1);
}
.cmp-knowledge__product:hover .cmp-knowledge__product-name {
  font-weight: 600;
}
.cmp-knowledge__product--hidden {
  display: none;
}
.cmp-knowledge__product-content {
  display: flex;
  justify-content: space-between;
}
.cmp-knowledge__product-image {
  width: 100%;
  height: 11.25rem;
  background: #f2f2f2;
  overflow: hidden;
  padding: 1.875rem;
  margin-bottom: 0.75rem;
  border-radius: 4px;
}
@media screen and (min-width: 576px) {
  .cmp-knowledge__product-image {
    margin-bottom: 1rem;
    padding: 3.125rem;
    height: 21.25rem;
  }
}
.cmp-knowledge__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cmp-knowledge__product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.cmp-knowledge__product-name {
  font-size: 12px;
  font-weight: 400;
  color: #232426;
  line-height: 1.4;
  margin: 0;
  flex: 1;
  transition: font-weight 0.3s ease;
}
@media screen and (min-width: 992px) {
  .cmp-knowledge__product-name {
    font-size: 20px;
  }
}
.cmp-knowledge__product-download {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 2rem;
  height: 2rem;
}
.cmp-knowledge__show-more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-banner-info-points__container {
  overflow: hidden;
  position: relative;
}
.cmp-banner-info-points__tabs {
  gap: 1.5rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__tabs {
    gap: 1.37rem;
  }
}
.cmp-banner-info-points__tabs.horizon-tab-with-carousel__tabs > :first-child {
  margin-left: 0;
}
.cmp-banner-info-points__tabs.horizon-tab-with-carousel__tabs .horizon-tab-with-carousel__tab {
  color: #666666;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.cmp-banner-info-points__tabs.horizon-tab-with-carousel__tabs .horizon-tab-with-carousel__tab--active {
  color: #512b8b;
  font-weight: 700;
}
.cmp-banner-info-points__tabs.horizon-tab-with-carousel__tabs .horizon-tab-with-carousel__tab--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #feb940;
  border-radius: 3px;
}
.cmp-banner-info-points__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__header {
    margin-bottom: 4.75rem;
  }
}
.cmp-banner-info-points__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 1rem;
  color: #512b8b;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__title {
    font-size: 54px;
    line-height: 1.33;
    margin-bottom: 1.25rem;
  }
}
.cmp-banner-info-points__description {
  text-align: center;
  max-width: 21rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__description {
    max-width: 80rem;
  }
}
.cmp-banner-info-points__description p {
  margin: 0 auto;
  max-width: inherit;
  font-size: 16px;
  line-height: 1.4;
  color: #4c4e52;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__description p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.cmp-banner-info-points__tabs-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__tabs-section {
    max-width: 80rem;
  }
}
.cmp-banner-info-points__tabs-section .horizon-tab-with-carousel__tabs {
  max-width: 100%;
}
.cmp-banner-info-points__tabs-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__tabs-wrapper {
    padding: 0;
    gap: 0.75rem;
    max-width: 77rem;
  }
}
.cmp-banner-info-points__tabs-wrapper .horizon-tab-with-carousel__tabs {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cmp-banner-info-points__tabs-wrapper .horizon-tab-with-carousel__tabs::-webkit-scrollbar {
  display: none;
}
.cmp-banner-info-points__tabs-wrapper .horizon-tab-with-carousel__tabs::before,
.cmp-banner-info-points__tabs-wrapper .horizon-tab-with-carousel__tabs::after {
  content: none;
  display: none;
}
.cmp-banner-info-points__nav-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmp-banner-info-points__nav-arrow:hover {
  opacity: 0.7;
}
.cmp-banner-info-points__nav-arrow--left {
  background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/left-arrow-active.svg");
  width: 0.75rem;
  height: 1.375rem;
}
.cmp-banner-info-points__nav-arrow--left[disabled] {
  background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/left-arrow-unactive.svg");
}
.cmp-banner-info-points__nav-arrow--right {
  background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/right-arrow-active.svg");
  width: 0.75rem;
  height: 1.375rem;
}
.cmp-banner-info-points__nav-arrow--right[disabled] {
  background-image: url("../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/right-arrow-inactive.svg");
}
.cmp-banner-info-points__nav-arrow[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.cmp-banner-info-points__image-wrapper {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cmp-banner-info-points__image-wrapper {
    margin-top: 3rem;
  }
}
.cmp-banner-info-points__dot {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #feb940;
  border: 2px solid #ffffff;
  cursor: pointer;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.cmp-banner-info-points__dot:hover,
.cmp-banner-info-points__dot.is-active {
  z-index: 100;
}
.cmp-banner-info-points__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #feb940;
  z-index: 2;
}
.cmp-banner-info-points__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #feb940;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 0 0.125rem #fff1d7;
  animation: hotspotPulse 1.5s ease-out infinite;
}
.cmp-banner-info-points__dot:hover {
  transform: translate(-50%, -50%) scale(1.1);
  border-color: #feb940;
}
.cmp-banner-info-points__dot:hover .cmp-banner-info-points__tooltip {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  opacity: 1;
  visibility: visible;
}
.cmp-banner-info-points__tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -80%) translateY(0.325rem);
  background: #ffffff;
  color: #3a1f63;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 20;
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.cmp-banner-info-points__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #ffffff;
}
.cmp-banner-info-points__tooltip:hover {
  opacity: 1;
  visibility: visible;
}
.cmp-banner-info-points__tooltip-arrow {
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(320deg);
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
  filter: invert(14%) sepia(76%) saturate(3200%) hue-rotate(258deg) brightness(85%) contrast(127%);
}
@media screen and (max-width: 991px) {
  .cmp-banner-info-points__tooltip-arrow {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.cmp-banner-info-points__tooltip.cmp-banner-info-points__tooltip--mobile {
  padding: 0.5rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
.cmp-banner-info-points__tooltip.cmp-banner-info-points__tooltip--mobile[data-position] {
  bottom: auto;
  left: auto;
  transform: none;
}
.cmp-banner-info-points__tooltip.cmp-banner-info-points__tooltip--mobile::after {
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
}
.cmp-banner-info-points__tooltip.cmp-banner-info-points__tooltip--mobile[data-position="top"]::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0.25rem solid #ffffff;
  border-bottom: none;
}
.cmp-banner-info-points__tooltip.cmp-banner-info-points__tooltip--mobile[data-position="bottom"]::after {
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: none;
  border-bottom: 0.25rem solid #ffffff;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
}
.cmp-banner-info-points__tooltip.cmp-banner-info-points__tooltip--mobile[data-position="left"]::after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #ffffff;
  border-right: none;
}
.cmp-banner-info-points__tooltip.cmp-banner-info-points__tooltip--mobile[data-position="right"]::after {
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: none;
  border-right: 0.25rem solid #ffffff;
}
.cmp-banner-info-points__background-image {
  width: 100%;
  height: 44.4375rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .cmp-banner-info-points__background-image {
    height: auto;
    object-fit: contain;
  }
}
@keyframes hotspotPulse {
  0% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}
.cmp-banner-info-points__tabs-section .horizon-tab-with-carousel__tabs {
  margin: 1rem 0 0 0;
}
.cmp-banner-info-points__tabs-section .horizon-tab-with-carousel__tab-content {
  width: 100%;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-awards-tabs {
  width: 100%;
  background-color: #fafafa;
}
.cmp-awards-tabs .component-spacing-base {
  padding: 2.5rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs .component-spacing-base {
    padding: 3.75rem 0;
  }
}
.cmp-awards-tabs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__header {
    gap: 2.5rem;
  }
}
.cmp-awards-tabs__title {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2rem;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__title {
    font-size: 54px;
    line-height: 4.5rem;
  }
}
.cmp-awards-tabs__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow-x: auto;
  width: 100%;
  justify-content: flex-start;
  scrollbar-width: none;
}
.cmp-awards-tabs__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 576px) {
  .cmp-awards-tabs__nav {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__nav {
    gap: 1.25rem;
    overflow: visible;
    padding: 0;
    width: auto;
    justify-content: center;
  }
}
.cmp-awards-tabs__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  border-radius: 1.4375rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  background-color: #eeeaf3;
  color: #512b8b;
}
.cmp-awards-tabs__tab:hover {
  background-color: #512b8b;
  color: #ffffff;
}
.cmp-awards-tabs__tab--active {
  background-color: #512b8b;
  color: #ffffff;
}
.cmp-awards-tabs__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__content {
    margin-top: 3.75rem;
  }
}
.cmp-awards-tabs__panel {
  display: none;
}
.cmp-awards-tabs__panel--active {
  display: block;
}
.cmp-awards-tabs__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .cmp-awards-tabs__cards {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__cards {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 0.75rem ;
    max-width: 79rem;
    margin: 0 auto;
  }
}
.cmp-awards-tabs__card {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 21.3125rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card {
    max-width: 39.125rem;
    height: 20rem;
  }
}
.cmp-awards-tabs__card-content {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card-content {
    padding: 2.3125rem 1.875rem;
  }
}
.cmp-awards-tabs__card-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card-header {
    gap: 1rem;
  }
}
.cmp-awards-tabs__card-logo {
  height: 2.75rem;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card-logo {
    height: auto;
    max-height: 3.375rem;
  }
}
.cmp-awards-tabs__card-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.cmp-awards-tabs__card-title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #512b8b;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card-title {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.cmp-awards-tabs__card-body {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card-body {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.cmp-awards-tabs__card-subtitle {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #53565a;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75rem;
  }
}
.cmp-awards-tabs__card-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #53565a;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__card-description {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-awards-tabs__view-more {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-awards-tabs__view-more {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cmp-awards-tabs__cards {
    justify-items: stretch;
  }
  .cmp-awards-tabs__card {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .cmp-awards-tabs__cards {
    justify-items: stretch;
  }
  .cmp-awards-tabs__card {
    max-width: none;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-vision-highlights {
  width: 100%;
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights {
    padding: 6.25rem 0;
  }
}
.cmp-vision-highlights__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__main {
    flex-direction: row;
    gap: 6.3125rem;
    align-items: center;
  }
}
.cmp-vision-highlights__header {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__header {
    text-align: left;
    max-width: 33.9375rem;
  }
}
.cmp-vision-highlights__title {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2rem;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__title {
    font-size: 54px;
    line-height: 4rem;
    margin-bottom: 1.25rem;
  }
}
.cmp-vision-highlights__description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4c4e52;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__description {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-vision-highlights__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .cmp-vision-highlights__items {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__items {
    flex: 1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 2.5rem 1.5rem;
    justify-items: start;
  }
}
.cmp-vision-highlights__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-vision-highlights__item {
    max-width: 16rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__item {
    align-items: flex-start;
    text-align: left;
    gap: 0.5rem;
    max-width: 18.625rem;
  }
}
.cmp-vision-highlights__statistic {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #b37c10;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__statistic {
    font-size: 32px;
    line-height: 3rem;
  }
}
.cmp-vision-highlights__item-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #53565a;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-vision-highlights__item-description {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75rem;
  }
}

/* ========================================
   Global Search Component Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-global-search {
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 2.5rem 1rem;
  z-index: 10;
}
@media screen and (min-width: 1300px) {
  .cmp-global-search {
    padding: 5rem 0rem;
    max-width: 79rem;
  }
}
.cmp-global-search__content {
  max-width: 40.625rem;
  margin: 0 auto;
  text-align: center;
}
.cmp-global-search__title {
  font-size: 28px;
  font-weight: 700;
  color: #26202e;
  margin: 0 0 1.5rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cmp-global-search__title {
    font-size: 32px;
    margin-bottom: 2rem;
  }
}
.cmp-global-search__form {
  width: 100%;
}
.cmp-global-search__form form {
  width: 100%;
  margin: 0;
}
.cmp-global-search__input-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #26202e;
  overflow: hidden;
}
.cmp-global-search__input-wrapper::before {
  content: "Explore";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  font-size: 14px;
  color: #7a7482;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cmp-global-search__input-wrapper::before {
    left: 1.5rem;
    font-size: 16px;
  }
}
.cmp-global-search__input-wrapper::after {
  content: " Products, News, Inspirations";
  position: absolute;
  top: 50%;
  left: 4.75rem;
  right: 4rem;
  transform: translateY(-50%);
  font-size: 14px;
  color: #26202e;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .cmp-global-search__input-wrapper::after {
    left: 5.25rem;
    right: 5rem;
    font-size: 16px;
  }
}
.cmp-global-search__input {
  flex: 1;
  min-width: 0;
  padding: 0.875rem 1.25rem;
  line-height: 1.5;
  color: #3b3d40;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .cmp-global-search__input {
    padding: 1rem 1.5rem;
  }
}
.cmp-global-search__input::placeholder {
  color: transparent;
}
.cmp-global-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #512b8b;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  width: 3.5rem;
  flex: 0 0 3.5rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cmp-global-search__button {
    width: 4.5rem;
    flex: 0 0 4.5rem;
  }
}
.cmp-global-search__button img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .cmp-global-search__button img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

/* ========================================
      Search Results Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-search-results {
  padding: 6.25rem 0 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .cmp-search-results {
    padding: 6.25rem 0 6.25rem;
    padding-bottom: 0rem;
  }
}
.cmp-search-results__header {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__header {
    margin-bottom: 2rem;
  }
}
.cmp-search-results__title {
  font-size: 36px;
  font-weight: 700;
  color: #3a1f63;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__title {
    font-size: 54px;
    margin-bottom: 0.75rem;
  }
}
.cmp-search-results__query {
  color: #3a1f63;
  font-weight: 700;
}
.cmp-search-results__count {
  font-size: 20px;
  color: #4c4e52;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__count {
    font-size: 24px;
  }
}
.cmp-search-results__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__filters {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
.cmp-search-results__filter {
  padding: 0.5rem 1.25rem;
  background: #eeeaf3;
  border: none;
  border-radius: 1.25rem;
  font-size: 14px;
  font-weight: 500;
  color: #512b8b;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__filter {
    padding: 0.625rem 1.5rem;
    font-size: 14px;
  }
}
.cmp-search-results__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 5rem;
  }
}
.cmp-search-results__product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 5rem;
  }
}
.cmp-search-results__card {
  background: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cmp-search-results__card:hover .cmp-search-results__card-image img {
  transform: scale(1.2);
}
.cmp-search-results__card:hover .cmp-search-results__card-title {
  font-weight: 700;
}
.cmp-search-results__card-image {
  width: 100%;
  aspect-ratio: 1;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 10.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__card-image {
    max-height: none;
  }
}
.cmp-search-results__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.cmp-search-results__card-title {
  padding-top: 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #232426;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__card-title {
    padding-top: 1.25rem;
    font-size: 20px;
  }
}
.cmp-search-results__section {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__section {
    margin-bottom: 5rem;
  }
}
.cmp-search-results__section:last-child {
  margin-bottom: 0;
}
.cmp-search-results__section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__section-header {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.cmp-search-results__section-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #b0b1b3;
  order: 2;
  display: block;
}
.cmp-search-results__section-title {
  font-size: 28px;
  font-weight: 700;
  color: #3a1f63;
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
  order: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__section-title {
    font-size: 32px;
  }
}
.cmp-search-results__section-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
  order: 3;
}
.cmp-search-results__section-content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__section-content {
    margin-top: 0;
  }
}
.cmp-search-results__content-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #2e2f32;
  margin: 0 0 1.5rem 0;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__content-subtitle {
    font-size: 18px;
    text-align: left;
    margin-bottom: 1.75rem;
  }
}
.cmp-search-results__service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.75rem;
  }
}
.cmp-search-results__service-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cmp-search-results__service-image {
  height: 14.5rem;
  overflow: hidden;
  background: #f5f5f5;
  margin: 0.9375rem;
  border-radius: 0.75rem;
  position: relative;
}
.cmp-search-results__service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.cmp-search-results__service-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.62%, #000000 139.71%);
  border-radius: 0 0 0.75rem 0.75rem;
}
.cmp-search-results__service-content {
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  flex: 1;
}
.cmp-search-results__service-header {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  position: relative;
}
.cmp-search-results__service-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2e2f32;
  margin: 0;
  line-height: 1.4;
}
.cmp-search-results__service-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #75787b;
  margin: 0;
  line-height: 1.4;
}
.cmp-search-results__service-actions {
  position: absolute;
  bottom: -3.125rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  order: 3;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__service-actions {
    position: absolute;
    top: 1.875rem;
    right: 0;
    bottom: 0;
    order: 0;
    align-self: auto;
  }
}
.cmp-search-results__service-icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cmp-search-results__service-icon:hover {
  opacity: 0.7;
}
.cmp-search-results__service-icon img {
  width: 100%;
  height: 100%;
}
.cmp-search-results__service-btn {
  width: auto;
  align-self: flex-start;
}
.cmp-search-results__tech-carousel {
  position: relative;
}
.cmp-search-results__tech-container {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cmp-search-results__tech-container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__tech-container {
    overflow: visible;
  }
}
.cmp-search-results__tech-grid {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .cmp-search-results__tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.cmp-search-results__tech-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 0 0 100%;
  scroll-snap-align: start;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__tech-card {
    flex: unset;
  }
}
.cmp-search-results__tech-card:hover .cmp-search-results__card-image img {
  transform: scale(1.2);
}
.cmp-search-results__tech-card:hover .cmp-search-results__tech-title {
  font-weight: 800;
}
.cmp-search-results__card-image {
  width: 100%;
  aspect-ratio: 1;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__card-image {
    max-height: 20rem;
  }
}
.cmp-search-results__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.cmp-search-results__tech-content {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__tech-content {
    padding-top: 1.5rem;
  }
}
.cmp-search-results__tech-title {
  font-size: 18px;
  font-weight: 700;
  color: #232426;
  margin: 0 0 8px 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__tech-title {
    font-size: 20px;
    margin-bottom: 0.625rem;
    text-align: left;
  }
}
.cmp-search-results__tech-description {
  font-size: 14px;
  color: #75787b;
  margin: 0 0 1rem 0;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__tech-description {
    font-size: 16px;
    margin-bottom: 1.25rem;
    text-align: left;
  }
}
.cmp-search-results__tech-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cmp-search-results__tech-btn {
  justify-content: center;
}
.cmp-search-results__tech-link {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%) border-box;
  border: 1px solid transparent;
  border-radius: 99px;
  color: #3a1f63;
  justify-content: center;
}
.cmp-search-results__tech-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__tech-dots {
    display: none;
  }
}
.cmp-search-results__tech-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #cacbcc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cmp-search-results__tech-dot--active {
  width: 1.5rem;
  border-radius: 0.25rem;
  background: #512b8b;
}
.cmp-search-results__tech-dot:hover {
  opacity: 0.7;
}
.cmp-search-results__tech-cta-banner {
  background: #fdf3e4;
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-search-results__tech-cta-banner {
    margin-bottom: 2.5rem;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    gap: 1rem;
  }
}
.cmp-search-results__tech-cta-banner-title {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
  line-height: 2.25rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-search-results__tech-cta-banner-title {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-search-results__landmark-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__landmark-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    row-gap: 2rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-search-results__landmark-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    row-gap: 2rem;
  }
}
.cmp-search-results__landmark-card {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.cmp-search-results__landmark-image {
  width: 100%;
  height: 14rem;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__landmark-image {
    height: 16rem;
  }
}
.cmp-search-results__landmark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cmp-search-results__landmark-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
.cmp-search-results__landmark-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.cmp-search-results__landmark-tag {
  padding: 11.1px 11.1px;
  background: #f7f2e7;
  border-radius: 10px;
  font-size: 12px;
  line-height: 10px;
  font-weight: 500;
  color: #b37c10;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__landmark-tag {
    font-size: 16px;
  }
}
.cmp-search-results__landmark-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.75rem;
}
.cmp-search-results__landmark-description {
  font-weight: 500;
  color: #75787b;
  font-size: 16px;
  line-height: 1.25rem;
}
.cmp-search-results__landmark-products {
  font-weight: 500;
  color: #232426;
  padding-top: 0.75rem;
  font-size: 18px;
  line-height: 1.75rem;
}
.cmp-search-results__video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 576px) {
  .cmp-search-results__video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    row-gap: 1rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cmp-search-results__video-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    row-gap: 1rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-search-results__video-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    row-gap: 1.25rem;
    margin-bottom: 5rem;
  }
}
.cmp-search-results__video-card {
  height: 450px;
  background: transparent;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.cmp-search-results__video-card:hover .cmp-search-results__video-image img {
  transform: scale(1.05);
}
.cmp-search-results__video-image {
  width: 100%;
  flex: 1;
  min-height: 0;
  background: #000;
  overflow: hidden;
  position: relative;
  border-radius: 0.75rem;
}
.cmp-search-results__video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.cmp-search-results__video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  z-index: 2;
  pointer-events: none;
}
.cmp-search-results__video-play-icon img {
  width: 100%;
  height: 100%;
  transform: none !important;
}
.cmp-search-results__video-content {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cmp-search-results__video-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmp-search-results__video-duration {
  font-size: 14px;
  color: #4c4e52;
  margin: 0;
  line-height: 1.4;
}
.cmp-search-results__no-results-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-search-results__no-results-actions {
    margin-top: 3.75rem;
    gap: 2.5rem;
  }
}
.cmp-search-results__no-results-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.cmp-search-results__no-results-btn img {
  width: 1.25rem;
  height: 1.25rem;
}

/* ========================================
      No Results Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-no-results {
  padding-top: 8.75rem;
  padding-bottom: 3.75rem;
}
.cmp-no-results__content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-no-results__content {
    gap: 3.75rem;
  }
}
.cmp-no-results__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp-no-results__header {
    gap: 0.5rem;
  }
}
.cmp-no-results__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #3a1f63;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-no-results__title {
    font-size: 3.375rem;
    line-height: 4.5rem;
    text-align: left;
  }
}
.cmp-no-results__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #4c4e52;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-no-results__subtitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: left;
  }
}
.cmp-no-results__actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cmp-no-results__actions {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.5rem;
    width: 100%;
  }
}

/* ========================================
   Search Popup Component Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
.cmp-search-popup.is-active {
  display: block;
}
.cmp-search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232426;
  opacity: 73%;
  z-index: 1;
}
.cmp-search-popup__container {
  position: absolute;
  top: 5rem;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  background: #ffffff;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__container {
    top: 5.25rem;
    bottom: auto;
    height: auto;
    max-height: calc(89.5vh);
    width: 61.5625rem;
  }
}
.cmp-search-popup__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__close {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cmp-search-popup__close img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.cmp-search-popup__close:hover {
  opacity: 0.7;
}
.cmp-search-popup__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__content {
    padding: 0;
  }
}
.cmp-search-popup__header {
  padding: 4.5rem 1rem 0 1rem;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__header {
    padding: 3.75rem 3.125rem 0 3.125rem;
  }
}
.cmp-search-popup__body {
  flex: 1;
  overflow-y: auto;
  padding: 0 1rem;
  margin-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: #cfc8db transparent;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__body {
    padding: 0 3.125rem;
    margin-right: 2px;
  }
}
.cmp-search-popup__body::-webkit-scrollbar {
  width: 0.5rem;
}
.cmp-search-popup__body::-webkit-scrollbar-track {
  background: transparent;
}
.cmp-search-popup__body::-webkit-scrollbar-thumb {
  background: #cfc8db;
  border-radius: 0.625rem;
  border: 3px solid transparent;
  background-clip: padding-box;
}
.cmp-search-popup__body::-webkit-scrollbar-thumb:hover {
  background: #cfc8db;
  background-clip: padding-box;
}
.cmp-search-popup__footer {
  flex-shrink: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__footer {
    padding: 1.5rem 3.125rem;
  }
}
.cmp-search-popup__footer:empty {
  display: none !important;
}
.cmp-search-popup__title {
  font-size: 28px;
  font-weight: 800;
  color: #26202e;
  margin: 0 0 1.5rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__title {
    font-size: 32px;
    margin-bottom: 0.5rem;
  }
}
.cmp-search-popup__form {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__form {
    margin-bottom: 2.5rem;
  }
}
.cmp-search-popup__form form {
  width: 100%;
  margin: 0;
}
.cmp-search-popup__input-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #26202e;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #ffffff;
}
.cmp-search-popup__input {
  flex: 1;
  min-width: 0;
  padding: 0.875rem 1rem;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__input {
    padding: 1rem 1.25rem;
  }
}
.cmp-search-popup__input::placeholder {
  color: #7a7482;
}
.cmp-search-popup__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.cmp-search-popup__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #512b8b;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  padding: 0.75rem 1.25rem;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__button {
    padding: 0.875rem 1.25rem;
  }
}
.cmp-search-popup__button img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  filter: brightness(0) invert(1);
}
.cmp-search-popup__section-title {
  font-size: 14px;
  font-weight: 600;
  color: #75787b;
  margin: 0 0 1rem 0;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}
.cmp-search-popup__trending {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__trending {
    margin-bottom: 1.875rem;
  }
}
.cmp-search-popup__trending-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cmp-search-popup__trending-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  background: #eeeaf3;
  font-size: 14px;
  color: #512b8b;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cmp-search-popup__quick-links {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__quick-links {
    margin-bottom: 1.875rem;
  }
}
.cmp-search-popup__quick-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__quick-links-grid {
    display: flex;
  }
}
.cmp-search-popup__quick-link-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #cacbcc;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 7.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__quick-link-card {
    padding: 1.3125rem 1.5rem;
    flex-direction: row;
    align-items: center;
    min-height: 0;
  }
}
.cmp-search-popup__quick-link-card img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__quick-link-card img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.cmp-search-popup__quick-link-card span {
  font-size: 14px;
  font-weight: 500;
  color: #512b8b;
  text-align: center;
}
.cmp-search-popup__actions {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__actions {
    margin-bottom: 1.875rem;
  }
}
.cmp-search-popup__actions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-bottom: 3rem;
}
.cmp-search-popup__action-button {
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  background: #eeeaf3;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.625rem;
  color: #512b8b;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__action-button {
    padding: 0.75rem 1.5rem;
  }
}
.cmp-search-popup__results {
  margin-bottom: 0;
}
.cmp-search-popup__results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__results-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
  }
}
.cmp-search-popup__product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cmp-search-popup__product-image {
  width: 100%;
  height: 8.5rem;
  aspect-ratio: 1;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__product-image {
    padding: 1.25rem;
  }
}
.cmp-search-popup__product-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cmp-search-popup__product-name {
  padding-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #232426;
  text-align: left;
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__product-name {
    font-size: 0.875rem;
  }
}
.cmp-search-popup__suggestions-content {
  display: none;
}
.cmp-search-popup__suggestions {
  margin-bottom: 1.875rem;
}
.cmp-search-popup__suggestions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cmp-search-popup__suggestions-grid {
    gap: 2.5rem;
  }
}
.cmp-search-popup__suggestion-column {
  flex: 1;
  min-width: 12.5rem;
  max-width: 18.75rem;
  box-sizing: border-box;
}
.cmp-search-popup__suggestion-header {
  margin-bottom: 1rem;
}
.cmp-search-popup__suggestion-title {
  font-size: 0.875rem;
  font-weight: 800;
  color: #2e2f32;
  margin: 0 0 4px 0;
  line-height: 1.5;
}
.cmp-search-popup__suggestion-divider {
  height: 1px;
  background: #b0b1b3;
  width: 100%;
}
.cmp-search-popup__suggestion-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cmp-search-popup__suggestion-item {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2e2f32;
  text-decoration: none;
  line-height: 1.43;
  transition: color 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__suggestion-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
  }
}
.cmp-search-popup__search-results {
  margin-bottom: 0;
}
.cmp-search-popup__search-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__search-results-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.cmp-search-popup__search-results-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__search-results-list {
    gap: 1.8125rem;
    margin-bottom: 1.875rem;
  }
}
.cmp-search-popup__search-result-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .cmp-search-popup__search-result-card {
    flex: 1;
    min-width: 0;
  }
}
.cmp-search-popup__loader {
  margin-bottom: 3rem;
}
.cmp-search-popup__search-result-name {
  font-size: 14px;
  font-weight: 700;
  color: #2e2f32;
  margin: 0;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.cmp-search-popup__view-all-btn {
  background: transparent;
  border: 1px solid #232426;
  color: #232426;
  font-size: 14px;
  transition: all 0.3s ease;
}
body.search-popup-open {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  body.search-popup-open {
    padding-right: 0;
  }
}

/* ========================================
    Product Landing Component Styles
    ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-product-landing {
  width: 100%;
  position: relative;
  /* ========================================
        Sidebar Navigation
        ======================================== */
  /* ========================================
        Main Content Area
        ======================================== */
  /* ========================================
        Hero Section
        ======================================== */
  /* ========================================
        Content Sections
        ======================================== */
  /* ========================================
        Application Cards
        ======================================== */
  /* ========================================
        USP Section
        ======================================== */
}
.cmp-product-landing__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__container {
    flex-direction: row;
  }
}
.cmp-product-landing__sidebar {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #eeeeef;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__sidebar {
    width: 25.25rem;
    flex-shrink: 0;
    border-bottom: none;
    padding: 2rem 0;
    margin-right: 4.75rem;
  }
}
.cmp-product-landing__nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cmp-product-landing__nav-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  padding: 0;
  height: 3.8125rem;
  gap: 1.5rem;
}
.cmp-product-landing__nav-item:hover .cmp-product-landing__nav-text {
  color: #512b8b;
}
.cmp-product-landing__nav-item:hover .cmp-product-landing__nav-arrow {
  transform: translateX(4px);
}
.cmp-product-landing__nav-item--active .cmp-product-landing__nav-text {
  color: #512b8b;
}
.cmp-product-landing__nav-item--active .cmp-product-landing__nav-arrow {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(67%) sepia(89%) saturate(2573%) hue-rotate(11deg) brightness(104%) contrast(101%);
}
.cmp-product-landing__nav-item--active .cmp-product-landing__nav-separator {
  background: linear-gradient(270deg, #f8a12e 0%, #be2a1d 50.07%, #45216c 98.1%);
  height: 2px;
}
.cmp-product-landing__nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.25rem;
}
.cmp-product-landing__nav-text {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75rem;
  color: #3b3d40;
  transition: all 0.3s ease;
}
.cmp-product-landing__nav-arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  opacity: 1;
}
.cmp-product-landing__nav-separator {
  width: 100%;
  height: 1px;
  background: #cacbcc;
  transition: all 0.3s ease;
}
.cmp-product-landing__content {
  flex: 1;
  width: 100%;
}
.cmp-product-landing__product {
  display: flex;
  flex-direction: column;
  margin-top: 3.125rem;
  background-color: #fef9f2;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__product {
    margin-top: 0;
  }
}
.cmp-product-landing__product--hidden {
  display: none;
}
.cmp-product-landing__hero {
  width: 100%;
  height: 12.5rem;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__hero {
    height: 29.75rem;
  }
}
.cmp-product-landing__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-product-landing__hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__hero-overlay {
    padding: 2rem;
  }
}
.cmp-product-landing__hero-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__hero-title {
    font-size: 32px;
  }
}
.cmp-product-landing .btn--hero {
  font-size: 12px;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing .btn--hero {
    font-size: 16px;
    padding: 10px 1rem;
  }
}
.cmp-product-landing .btn--hero::after {
  display: none;
}
.cmp-product-landing__section {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__section {
    margin-bottom: 3.125rem;
  }
}
.cmp-product-landing__section-wrapper {
  padding: 2.5rem .75rem;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__section-wrapper {
    padding: 2.5rem;
  }
}
.cmp-product-landing__section-title {
  font-size: 20px;
  font-weight: 800;
  color: #4a277e;
  line-height: 1.4;
  margin-bottom: .625rem;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__section-title {
    font-size: 24px;
  }
}
.cmp-product-landing__section-text {
  font-size: 16px;
  font-weight: 400;
  color: #2e2f32;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__section-text {
    font-size: 18px;
    line-height: 1.7;
  }
}
.cmp-product-landing__applications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: .625rem;
}
@media screen and (min-width: 1300px) {
  .cmp-product-landing__applications {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cmp-product-landing__application-card {
  height: 11.875rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__application-card {
    height: 17.4375rem;
  }
}
.cmp-product-landing__application-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-product-landing__application-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cmp-product-landing__application-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__application-label {
    font-size: 14px;
    padding: 1rem;
    min-height: 3.5rem;
  }
}
.cmp-product-landing__usps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: .625rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-landing__usps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 38.75rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__usps {
    gap: 2.5rem;
  }
}
.cmp-product-landing__usp {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__usp {
    gap: 1rem;
  }
}
.cmp-product-landing__usp-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(270deg, #f8a12e 0%, #be2a1d 50.07%, #45216c 98.1%);
  padding: 10px;
  flex-shrink: 0;
  position: relative;
}
.cmp-product-landing__usp-icon::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__usp-icon {
    width: 4rem;
    height: 4rem;
  }
}
.cmp-product-landing__usp-icon img {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__usp-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.cmp-product-landing__usp-title {
  font-size: 16px;
  font-weight: 700;
  color: #2e2f32;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__usp-title {
    font-size: 18px;
  }
}
.cmp-product-landing__usp-description {
  font-size: 14px;
  font-weight: 400;
  color: #2e2f32;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-product-landing__usp-description {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-video-icons-banner__outer-wrapper {
  background: #fef9f2;
}
.cmp-video-icons-banner__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__header {
    margin-bottom: 1.5rem;
  }
}
.cmp-video-icons-banner__title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 800;
  color: #3a1f63;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__title {
    font-size: 28px;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
}
.cmp-video-icons-banner__subtitle {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #4c4e52;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__subtitle {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-video-icons-banner__media {
  margin-bottom: 1.5rem;
  overflow: hidden;
  max-height: 44.5625rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__media {
    margin-bottom: 2.5rem;
  }
}
.cmp-video-icons-banner__media-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp-video-icons-banner__media-container video {
  max-width: 100%;
  max-height: 44.5625rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__media-container video {
    object-fit: cover;
    min-height: 18.75rem;
  }
}
.cmp-video-icons-banner__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
}
.cmp-video-icons-banner__play-overlay.is-playing {
  background: transparent;
  pointer-events: none;
}
.cmp-video-icons-banner__play-overlay.is-playing .cmp-video-icons-banner__play-button {
  display: none;
}
.cmp-video-icons-banner__play-button {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.3s ease;
  position: relative;
}
.cmp-video-icons-banner__play-button:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__play-button {
    width: 3rem;
    height: 3rem;
  }
}
.cmp-video-icons-banner__icon-state {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-video-icons-banner__play-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.is-playing .cmp-video-icons-banner__play-icon {
  display: none;
}
.cmp-video-icons-banner__pause-icon {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.cmp-video-icons-banner__pause-icon::before,
.cmp-video-icons-banner__pause-icon::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
}
.cmp-video-icons-banner__pause-icon::before {
  left: 0.2rem;
}
.cmp-video-icons-banner__pause-icon::after {
  right: 0.2rem;
}
.is-playing .cmp-video-icons-banner__pause-icon {
  display: block;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__pause-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .cmp-video-icons-banner__pause-icon::before,
  .cmp-video-icons-banner__pause-icon::after {
    width: 0.3rem;
  }
}
.cmp-video-icons-banner__icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.625rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__icons-wrapper {
    row-gap: 1.5rem;
    column-gap: 5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.cmp-video-icons-banner__icon-item {
  max-width: 10.0625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__icon-item {
    max-width: 8.1875rem;
    flex-shrink: 1;
  }
}
.cmp-video-icons-banner__icon-image {
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
.cmp-video-icons-banner__icon-image svg {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5rem;
}
.cmp-video-icons-banner__icon-image__icon-text {
  flex: 1;
}
.cmp-video-icons-banner__icon-image__icon-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #232426;
  text-align: start;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .cmp-video-icons-banner__icon-image__icon-title {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-video-icons-banner__icon-image__no-content {
  text-align: center;
  padding: 2rem;
  color: #232426;
  font-size: 16px;
}

/* ========================================
   Hero Banner Component Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-hero-banner {
  position: relative;
  width: 100%;
  min-height: 32rem;
  height: 60vh;
  max-height: 40rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cmp-hero-banner {
    min-height: 40rem;
    height: 70vh;
  }
}
.cmp-hero-banner.hero--elevated {
  position: relative;
  top: 0;
}
.cmp-hero-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.cmp-hero-banner__background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cmp-hero-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(169.07deg, rgba(6, 27, 62, 0) 78.78%, rgba(6, 27, 62, 0.48) 105.49%);
  z-index: 2;
}
.cmp-hero-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2rem 1rem;
  max-width: 81rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .cmp-hero-banner__content {
    padding: 3rem 2rem;
    justify-content: center;
  }
}
.cmp-hero-banner__text {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-hero-banner__text {
    max-width: 50rem;
  }
}
.cmp-hero-banner__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #4a277e;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .cmp-hero-banner__title {
    font-size: 54px;
    margin-bottom: 2.5rem;
    max-width: 45rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.feature-overview {
  background-color: #fef9f2;
}
.feature-overview__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
.feature-overview__title-wrapper {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .feature-overview__title-wrapper {
    max-width: 80%;
  }
}
.feature-overview__eyebrow {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2.5rem;
  color: #3a1f63;
}
@media screen and (min-width: 768px) {
  .feature-overview__eyebrow {
    font-size: 32px;
    line-height: 3.75rem;
  }
}
.feature-overview__subtitle {
  margin: 0;
  margin-top: 0.25rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.75rem;
  color: #3a1f63;
}
@media screen and (min-width: 768px) {
  .feature-overview__subtitle {
    font-size: 22px;
    line-height: 2.25rem;
  }
}
.feature-overview__carousel-controls {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.feature-overview__carousel-controls--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .feature-overview__carousel-controls--desktop {
    display: flex;
  }
}
.feature-overview__carousel-controls--mobile {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__carousel-controls--mobile {
    display: none;
  }
}
.feature-overview__carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.feature-overview__slides {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.feature-overview__item {
  flex: 0 0 100%;
  width: 100%;
  padding-bottom: 1rem;
}
.feature-overview__slide {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__slide {
    align-items: center;
    gap: 2.5rem;
  }
}
.feature-overview__media {
  width: 100%;
}
.feature-overview__image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 2rem;
  min-height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__image-wrapper {
    min-height: 26rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature-overview__image-wrapper {
    min-height: 37.5rem;
  }
}
.feature-overview__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.feature-overview__image--active {
  opacity: 1;
  z-index: 1;
}
.feature-overview__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.feature-overview__content-header {
  text-align: left;
}
.feature-overview__headline {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 2rem;
  color: #3a1f63;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature-overview__headline {
    font-size: 32px;
    line-height: 3rem;
  }
}
.feature-overview__description p {
  margin: 0;
  margin-top: 0.75rem;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
}
@media screen and (min-width: 768px) {
  .feature-overview__description p {
    font-size: 16px;
    line-height: 1.75rem;
    max-width: 47.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-overview__cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature-overview__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature-overview__cards--six-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.feature-overview__cards-title {
  color: #512b8b;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__cards-title {
    margin-top: 1rem ;
  }
}
.feature-overview__card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__card {
    padding: 1.5rem 1.625rem;
  }
}
.feature-overview__card-icon {
  width: 3.75rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .feature-overview__card-icon {
    width: 4.375rem;
    height: 3.75rem;
  }
}
.feature-overview__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.feature-overview__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8313rem;
}
@media screen and (min-width: 768px) {
  .feature-overview__card-body {
    gap: 0.5rem;
  }
}
.feature-overview__card-title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75rem;
  gap: 0.25rem;
  color: #232426;
}
.feature-overview__card-text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4e52;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-product-specification-cards {
  background: transparent;
}
.cmp-product-specification-cards__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-cards__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 39.125rem));
    align-items: stretch;
    grid-auto-rows: 1fr;
    justify-content: center;
    gap: 0.75rem;
  }
}
.cmp-product-specification-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.375rem 0.75rem 0.625rem;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 39.125rem;
  min-height: 25.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-card {
    flex-direction: column;
    padding: 1.375rem 1.5625rem;
    gap: 2rem;
    align-items: flex-start;
  }
}
.cmp-product-specification-card__media {
  width: 4.75rem;
  height: 5.625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-card__media {
    width: 4.75rem;
    height: 5.625rem;
  }
}
.cmp-product-specification-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cmp-product-specification-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cmp-product-specification-card__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #232426;
  margin: 0;
}
.cmp-product-specification-card__meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-card__meta-grid {
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
}
.cmp-product-specification-card__meta-grid .cmp-product-specification-card__meta-item:nth-child(n+3) {
  grid-column-start: -1;
  grid-column-end: 1;
}
.cmp-product-specification-card__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.cmp-product-specification-card__meta-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-card__meta-label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-product-specification-card__meta-value {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-card__meta-value {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-product-specification-card__core {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cmp-product-specification-card__core-value {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-card__core-value {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-product-specification-cards.component-spacing-base {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .cmp-product-specification-cards.component-spacing-base {
    padding: 3.75rem 1rem;
  }
}
.cmp-product-specification-cards__heading {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  margin: 0;
  color: #3A1F63;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-cards__heading {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
.cmp-product-specification-cards__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.cmp-product-specification-cards__intro p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-product-specification-cards__intro p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-people-gallery {
  background-color: #ffffff;
}
.cmp-people-gallery.component-spacing-base {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .cmp-people-gallery.component-spacing-base {
    padding: 3.75rem 0;
  }
}
.cmp-people-gallery .container-wrapper {
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .cmp-people-gallery .container-wrapper {
    padding: 0 1rem;
  }
}
.cmp-people-gallery__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-people-gallery__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.75rem;
  }
}
.cmp-people-gallery__media {
  width: 100%;
  margin: 0 auto;
}
.cmp-people-gallery__media picture {
  display: block;
  width: 100%;
}
.cmp-people-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}
.cmp-people-gallery__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
  max-width: 47.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cmp-people-gallery__content {
    align-items: flex-start;
    margin: 0;
  }
}
.cmp-people-gallery__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2.5rem;
  color: #000000;
  margin: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .cmp-people-gallery__title {
    font-size: 2rem;
    line-height: 3rem;
    display: block;
  }
}
.cmp-people-gallery__description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #3b3d40;
  margin-bottom: 0.5rem;
  padding: 0 0.2813rem;
}
@media screen and (min-width: 768px) {
  .cmp-people-gallery__description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cmp-people-gallery__cta {
  align-self: center;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-milestones-card {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-milestones-card {
    padding: 3.75rem 0;
  }
}
.cmp-milestones-card__intro {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__intro {
    margin-bottom: 2.5rem;
  }
}
.cmp-milestones-card__description {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3b3d40;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000000;
    text-align: justify;
  }
}
.cmp-milestones-card__timeline {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__timeline {
    margin-bottom: 3.75rem;
  }
}
.cmp-milestones-card__timeline-track {
  position: relative;
  padding-top: 1.5625rem;
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cmp-milestones-card__timeline-track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.cmp-milestones-card__timeline-items {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 100%;
  width: max-content;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__timeline-items {
    gap: 4.8125rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cmp-milestones-card__timeline-line {
  position: absolute;
  top: 1.4rem;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background-color: #512b8b;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__timeline-line {
    left: 2rem;
    right: 2rem;
  }
}
.cmp-milestones-card__timeline-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 5.875rem;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #8c8e90;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  white-space: nowrap;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__timeline-item {
    font-weight: 400;
    max-width: 6.25rem;
    width: 100%;
    gap: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-milestones-card__timeline-item:focus-visible {
  outline: 0.125rem solid #512b8b;
  outline-offset: 0.25rem;
  border-radius: 999px;
}
.cmp-milestones-card__timeline-item.is-active {
  color: #512b8b;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__timeline-item.is-active {
    font-size: 1.5rem;
  }
}
.cmp-milestones-card__timeline-dot-wrapper {
  width: 3rem;
  height: 3rem;
  padding: 0.625rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .cmp-milestones-card__timeline-dot-wrapper:hover .cmp-milestones-card__timeline-dot-ring:nth-child(2) {
    opacity: 1;
    animation: ripple-inner 2s cubic-bezier(0.4, 0, 0.2, 1) infinite 0.3s;
  }
  .cmp-milestones-card__timeline-dot-wrapper:hover .cmp-milestones-card__timeline-dot-ring:nth-child(3) {
    opacity: 1;
    animation: ripple-outer 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  .cmp-milestones-card__timeline-dot-wrapper:not(:hover) .cmp-milestones-card__timeline-dot-ring {
    opacity: 0;
    animation: none;
  }
}
.cmp-milestones-card__timeline-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1875rem solid #512b8b;
  background-color: #512b8b;
  position: relative;
  z-index: 5;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  flex-shrink: 0;
}
.cmp-milestones-card__timeline-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 0.25rem;
  background-color: #ffffff;
  z-index: -1;
}
.cmp-milestones-card__timeline-dot-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  border: none;
  box-sizing: border-box;
  z-index: 2;
}
.cmp-milestones-card__timeline-dot-ring:nth-child(2) {
  width: 1.75rem;
  height: 1.75rem;
  background-color: rgba(81, 43, 139, 0.6);
  z-index: 4;
}
.cmp-milestones-card__timeline-dot-ring:nth-child(3) {
  width: 1.9rem;
  height: 1.9rem;
  background-color: rgba(81, 43, 139, 0.55);
  z-index: 3;
}
.cmp-milestones-card__timeline-year {
  display: inline-block;
  padding: 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__timeline-year {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .cmp-milestones-card__timeline-year:hover {
    color: #512b8b;
    font-weight: 800;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) and screen and (min-width: 768px) {
  .cmp-milestones-card__timeline-year:hover {
    font-size: 1.5rem;
  }
}
.cmp-milestones-card__panels {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cmp-milestones-card__panel {
  display: none;
  gap: 1rem;
}
.cmp-milestones-card__panel.is-active {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__panel.is-active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
.cmp-milestones-card__card {
  background-color: #ffffff;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.07);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__card {
    min-height: 10rem;
    padding: 1.625rem 2.25rem;
    gap: 1rem;
  }
}
.cmp-milestones-card__card-label {
  margin: 0;
  color: #e59f15;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__card-label {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-milestones-card__card-text {
  margin: 0;
  color: #53565a;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-milestones-card__card-text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@keyframes ripple-outer {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0.2;
  }
}
@keyframes ripple-inner {
  0% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-initiatives-card {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cmp-initiatives-card {
    padding: 3.75rem 0;
  }
}
.cmp-initiatives-card__content-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .cmp-initiatives-card__content-wrapper {
    max-width: 72.375rem;
  }
}
.cmp-initiatives-card__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-initiatives-card__header {
    margin-bottom: 5rem;
  }
}
.cmp-initiatives-card__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 2rem;
  color: #3a1f63;
  margin: 0 0 1.25rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-initiatives-card__title {
    font-size: 54px;
    line-height: 4.5rem;
    margin-bottom: 1rem;
  }
}
.cmp-initiatives-card__description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4e52;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-initiatives-card__description {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-initiatives-card__description p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: inherit;
  text-align: inherit;
}
@media screen and (min-width: 992px) {
  .cmp-initiatives-card__description p {
    font-size: inherit;
    line-height: inherit;
  }
}
.cmp-initiatives-card__grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-initiatives-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.75rem 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-initiatives-card__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.75rem 7.5rem;
  }
}
.cmp-initiatives-card__item {
  display: flex;
  flex-direction: row;
  gap: 1.375rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .cmp-initiatives-card__item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.cmp-initiatives-card__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cmp-initiatives-card__icon {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.cmp-initiatives-card__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cmp-initiatives-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.cmp-initiatives-card__item-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75rem;
  color: #b37c10;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cmp-initiatives-card__item-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.cmp-initiatives-card__item-description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #232426;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cmp-initiatives-card__item-description {
    font-size: 20px;
    line-height: 1.75rem;
    color: #53565a;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-events-showcase {
  width: 100%;
}
.cmp-events-showcase__inner {
  position: relative;
}
.cmp-events-showcase__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.cmp-events-showcase__title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #3a1f63;
  text-align: left;
  margin: 0 0 1.5rem 0;
  font-size: 28px;
  line-height: 2rem;
}
@media screen and (min-width: 992px) {
  .cmp-events-showcase__title {
    font-size: 54px;
    line-height: 4.5rem;
    margin-bottom: 0;
  }
}
.cmp-events-showcase__controls {
  display: flex;
  gap: 1.25rem;
  flex-shrink: 0;
  align-items: center;
}
.cmp-events-showcase__controls--mobile {
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.cmp-events-showcase__cards {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
}
.cmp-events-showcase__cards::-webkit-scrollbar {
  height: 0;
}
.cmp-events-showcase__cards::-webkit-scrollbar-track {
  background: transparent;
}
.cmp-events-showcase__cards::-webkit-scrollbar-thumb {
  background: transparent;
}
@media screen and (min-width: 992px) {
  .cmp-events-showcase__cards {
    gap: 0.5625rem;
  }
}
.cmp-events-showcase__card {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
  .cmp-events-showcase__card {
    flex: 0 0 calc(32.66666667%);
    min-width: calc(32.83306667%);
  }
}
.cmp-events-showcase__media {
  position: relative;
  width: 100%;
  height: 19.1129rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 0 0;
}
.cmp-events-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0.5rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 65.14%, #000000 100%);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .cmp-events-showcase__media {
    height: 23.125rem;
  }
}
.cmp-events-showcase__image-stack {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmp-events-showcase__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.cmp-events-showcase__image--active {
  opacity: 1;
}
.cmp-events-showcase__overlay-title {
  position: absolute;
  top: 1.875rem;
  left: 1.5rem;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .cmp-events-showcase__overlay-title {
    font-size: 20px;
  }
}
.cmp-events-showcase__content {
  position: relative;
  background: #f5f7fa;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0.5rem 1rem rgba(171, 190, 209, 0.4);
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  margin-top: -5.5rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .cmp-events-showcase__content {
    max-width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    margin-top: -2.8125rem;
    flex: 1;
    gap: 1rem;
  }
  .cmp-events-showcase__content:hover {
    background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  }
}
.cmp-events-showcase__card-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  color: #2e2f32;
}
.cmp-events-showcase__description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0;
  color: #4c4e52;
}
@media screen and (min-width: 992px) {
  .cmp-events-showcase__description {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}
.hide-mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .hide-mobile {
    display: flex;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-title-text {
  width: 100%;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 992px) {
  .cmp-title-text {
    margin-bottom: 2.5rem;
  }
}
.cmp-title-text .component-spacing-base {
  padding: 1rem;
  background-color: #faf6ef;
  border-radius: 0.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-title-text .component-spacing-base {
    padding: 3rem 13.3125rem;
  }
}
.cmp-title-text__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-title-text__content {
    gap: 1.25rem;
  }
}
.cmp-title-text__title {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3a1f63;
  line-height: 1.75rem;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-title-text__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-title-text__description {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3b3d40;
  line-height: 1.5rem;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-title-text__description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-title-text__description p {
  margin: 0;
}

/* ========================================
   Icon Text Component - Mobile First
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-icon-text {
  padding: 2.5rem 0;
  background-color: #f7f2e7;
}
@media screen and (min-width: 768px) {
  .cmp-icon-text {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-text {
    padding: 3.75rem 0;
  }
}
.cmp-icon-text__description {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.75rem;
  color: #3b3d40;
  text-align: center;
  padding: 0 0.75rem;
  margin: 0 auto 2.5rem auto;
}
@media screen and (min-width: 768px) {
  .cmp-icon-text__description {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75rem;
    max-width: 48.1875rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-text__description {
    margin-bottom: 2.5rem;
  }
}
.cmp-icon-text__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .cmp-icon-text__items {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .cmp-icon-text__items {
    align-items: center;
    flex-direction: row;
    gap: 2.5rem;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .cmp-icon-text__items {
    gap: 2.5rem;
    flex-wrap: wrap;
  }
}
.cmp-icon-text__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cmp-icon-text__item {
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .cmp-icon-text__item {
    justify-content: flex-start;
  }
}
.cmp-icon-text__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-icon-text__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cmp-icon-text__text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75rem;
  color: #232426;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .cmp-icon-text__text {
    white-space: wrap;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-image-contents-listing {
  background-color: #ffffff;
}
.cmp-image-contents-listing__dropdown-sections {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 575px) {
  .cmp-image-contents-listing__dropdown-sections {
    flex-direction: column;
    gap: 0;
  }
}
.cmp-image-contents-listing__dropdown-section {
  flex: 1;
}
.cmp-image-contents-listing__dropdown-section--first,
.cmp-image-contents-listing__dropdown-section--second {
  max-width: 25.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__dropdown-section--first,
  .cmp-image-contents-listing__dropdown-section--second {
    max-width: 100%;
  }
}
.cmp-image-contents-listing__label {
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 700;
  color: #53565a;
  margin-bottom: 0.25rem;
  display: block;
}
.cmp-image-contents-listing__custom-select-wrapper {
  max-width: 25.75rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__custom-select-wrapper {
    margin-bottom: 2.5rem;
  }
}
.cmp-image-contents-listing__custom-select-wrapper .custom-select__arrow {
  height: 1.5rem;
  width: 1.5rem;
}
.cmp-image-contents-listing__items {
  display: flex;
  flex-direction: column;
}
.cmp-image-contents-listing__item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.cmp-image-contents-listing__item-image {
  flex: 0 0 50%;
  overflow: hidden;
  max-height: 26.875rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item-image {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cmp-image-contents-listing__item-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cmp-image-contents-listing__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 32.5rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item-content {
    margin: 0;
    gap: 0.75rem;
  }
}
.cmp-image-contents-listing__item-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item-tags {
    gap: 0.75rem;
  }
}
.cmp-image-contents-listing__tag {
  display: inline-block;
  padding: 0.625rem;
  background-color: #f7f2e7;
  color: #b37c10;
  font-size: 14px;
  line-height: 1.75rem;
  font-weight: 700;
  border-radius: 0.625rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__tag {
    font-size: 14px;
    line-height: 1.5rem;
  }
}
.cmp-image-contents-listing__item-title {
  font-size: 24px;
  line-height: 3rem;
  font-weight: 800;
  color: #3a1f63;
  margin: 0;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item-title {
    font-size: 22px;
    line-height: 2rem;
    margin-bottom: 0.75rem;
  }
}
.cmp-image-contents-listing__item-description {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #232426;
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item-description {
    font-size: 18px;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.cmp-image-contents-listing__item-description p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item-description p {
    font-size: inherit;
    line-height: inherit;
  }
}
.cmp-image-contents-listing__item-features {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  column-gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__item-features {
    column-gap: 1rem;
    row-gap: 1.25rem;
  }
}
.cmp-image-contents-listing__feature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cmp-image-contents-listing__feature-icon {
  flex-shrink: 0;
}
.cmp-image-contents-listing__feature-text {
  font-size: 18px;
  line-height: 1.75rem;
  color: #232426;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__feature-text {
    font-size: 16px;
  }
}
.cmp-image-contents-listing__seperator {
  height: 0.0625rem;
  background: #c4cddc;
  margin: 2rem 0;
}
.cmp-image-contents-listing__seperator:last-child {
  margin-bottom: 0;
}
.cmp-image-contents-listing__information {
  font-size: 18px;
  line-height: 1.75rem;
  color: #232426;
  font-weight: 500;
  margin-top: 0.875rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__information {
    margin-top: .5rem;
    font-size: 16px;
  }
}
.cmp-image-contents-listing__information p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__information p {
    font-size: inherit;
  }
}
.cmp-image-contents-listing__no-results {
  display: none;
  text-align: center;
  margin: 2.5rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__no-results {
    margin: 2rem 0;
    margin-bottom: 0;
  }
}
.cmp-image-contents-listing__no-results p {
  font-size: 16px;
  line-height: 1.75rem;
  color: #000000;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .cmp-image-contents-listing__no-results p {
    font-size: 16px;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-team-cards__wrapper {
  width: 100%;
  position: relative;
  background-color: #fafafa;
  min-height: 37.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-team-cards__wrapper {
    min-height: 30rem;
  }
}
.cmp-team-cards__background {
  width: 100%;
  background-color: #eeeaf3;
  min-height: 21.1875rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-team-cards__background {
    min-height: 15.625rem;
  }
}
.cmp-team-cards__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #3a1f63;
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cmp-team-cards__title {
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    display: block;
    padding: 2rem 1rem 1.5rem;
  }
}
.cmp-team-cards__title--desktop {
  display: block;
}
.cmp-team-cards__wrapper > .cmp-team-cards__title {
  display: none;
}
.cmp-team-cards__background .container-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cmp-team-cards__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-team-cards__header {
    margin-top: 0;
  }
}
.cmp-team-cards__card-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: -3.5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}
.cmp-team-cards__card-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .cmp-team-cards__card-wrapper {
    gap: 1rem;
    margin-top: -8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .cmp-team-cards__card-wrapper {
    gap: 1rem;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-team-cards__card-wrapper {
    margin-top: -12rem;
  }
}
@media screen and (max-width: 991px) {
  .cmp-team-cards__wrapper .container-wrapper {
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .cmp-team-cards__wrapper .container-wrapper {
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
.cmp-team-cards__card {
  flex: 0 0 auto;
  max-width: 25.8125rem;
  display: flex;
  position: relative;
}
.cmp-team-cards__controls {
  display: none;
}
@media screen and (min-width: 992px) {
  .cmp-team-cards__controls {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
}
.cmp-team-cards__controls.carousel-controls--hidden {
  display: none;
}
.cmp-team-cards__controls .carousel-controls__wrapper.carousel-controls__wrapper--disabled {
  background-color: #d4cae0;
  color: #503b70;
}
.team-card {
  background-color: #ffffff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 25.8125rem;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .team-card {
    width: 21.875rem;
    min-width: 21.875rem;
    min-height: 12.1875rem;
    padding: 1.5rem;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
  }
}
@media screen and (min-width: 992px) {
  .team-card {
    padding: 2.5rem;
    min-height: 19.875rem;
  }
}
.team-card__quote-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
.team-card__quote-icon {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 2.25rem;
  height: 2.3125rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/quote-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}
@media screen and (max-width: 991px) {
  .team-card__quote-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.3125rem;
  }
}
.team-card__quote-text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #000000;
  font-family: "Manrope", sans-serif;
  margin: 0;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .team-card__quote-text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
  }
}
.team-card__separator {
  width: 3.75rem;
  height: 0.0625rem;
  background-color: #808080;
  margin: 0 auto 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .team-card__separator {
    width: 3.125rem;
    margin-bottom: 1.25rem;
  }
}
.team-card__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .team-card__profile {
    margin-top: 0;
  }
}
.team-card__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #eeeeef;
}
@media screen and (max-width: 991px) {
  .team-card__avatar {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.team-card__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.team-card__name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #000000;
  font-family: "Manrope", sans-serif;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .team-card__name {
    font-size: 14px;
    line-height: 1.3;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-text-cta-image-banner__wrapper {
  position: relative;
  background: #512b8b;
  border-radius: 0.75rem;
  padding: 3rem 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__wrapper {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 1rem;
  }
}
.cmp-text-cta-image-banner__content {
  max-width: 80%;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__content {
    max-width: 100%;
  }
}
.cmp-text-cta-image-banner__title {
  font-size: 32px;
  line-height: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__title {
    font-size: 24px;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }
}
.cmp-text-cta-image-banner__description {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__description {
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cmp-text-cta-image-banner__cta-wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__cta-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.cmp-text-cta-image-banner__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #e59f15;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__cta-link {
    font-size: 16px;
  }
}
.cmp-text-cta-image-banner__cta-link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.cmp-text-cta-image-banner__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.cmp-text-cta-image-banner__cta-icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(465%) hue-rotate(356deg) brightness(98%) contrast(92%);
}
.cmp-text-cta-image-banner__cta-text {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #e59f15;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__cta-text {
    font-size: 18px;
  }
}
.cmp-text-cta-image-banner__image {
  position: absolute;
  right: 2%;
  bottom: 0%;
  flex-shrink: 0;
  max-width: 20%;
  max-height: 22.875rem;
}
@media screen and (max-width: 991px) {
  .cmp-text-cta-image-banner__image {
    display: none;
  }
}
.cmp-text-cta-image-banner__image img {
  width: 100%;
  height: 100%;
  display: block;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-image-content-icons-accordions {
  background-color: #ffffff;
}
.cmp-image-content-icons-accordions__accordion-container {
  display: flex;
  flex-direction: column;
}
.cmp-image-content-icons-accordions__accordion-item {
  border-bottom: 1px solid #b0b1b3;
}
.cmp-image-content-icons-accordions__accordion-image {
  display: none;
  height: 32.5rem;
  max-height: 32.5rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__accordion-image {
    height: 16.25rem;
    min-height: 16.25rem;
    max-height: 16.25rem;
    margin-bottom: 0.25rem;
  }
}
.accordion__item--active .cmp-image-content-icons-accordions__accordion-image {
  display: block;
}
.cmp-image-content-icons-accordions__accordion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.3s ease;
}
.cmp-image-content-icons-accordions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__header {
    gap: 0.75rem;
  }
}
.accordion__item--active .cmp-image-content-icons-accordions__header {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .accordion__item--active .cmp-image-content-icons-accordions__header {
    margin-bottom: 1rem;
  }
}
.cmp-image-content-icons-accordions__title {
  font-size: 32px;
  line-height: 3rem;
  font-weight: 800;
  color: #53565a;
  margin-bottom: 1rem;
  margin: 0;
  flex: 1;
  transition: color 0.2s ease;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__title {
    padding-bottom: 1.5rem;
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.accordion__item--active .cmp-image-content-icons-accordions__title {
  color: #512b8b;
  padding: 0px;
  padding-top: 1.25rem;
}
.cmp-image-content-icons-accordions__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.2s ease;
  color: #232426;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%);
}
.accordion__item--active .cmp-image-content-icons-accordions__icon {
  filter: none;
  transform: rotate(0deg);
}
.cmp-image-content-icons-accordions__icon img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.cmp-image-content-icons-accordions__content {
  display: none;
}
.accordion__item--active .cmp-image-content-icons-accordions__content {
  display: block;
}
.cmp-image-content-icons-accordions__description {
  margin-top: 1.5rem;
}
.cmp-image-content-icons-accordions__description p {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__description p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-image-content-icons-accordions__key-assets {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__key-assets {
    margin-top: 1.5rem;
  }
}
.cmp-image-content-icons-accordions__key-assets-title {
  font-size: 24px;
  line-height: 2.25rem;
  font-weight: 800;
  color: #b37c10;
  text-align: start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__key-assets-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.cmp-image-content-icons-accordions__assets-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__assets-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.cmp-image-content-icons-accordions__asset-item {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__asset-item {
    gap: 1.25rem;
  }
}
.cmp-image-content-icons-accordions__asset-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.cmp-image-content-icons-accordions__asset-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmp-image-content-icons-accordions__asset-text {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #53565a;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__asset-text {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-image-content-icons-accordions__summary {
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  padding: 1.5rem 2.125rem;
  margin-top: 3rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__summary {
    margin-top: 1.5rem;
    padding: 0.875rem 1rem;
    margin-bottom: 1.5rem;
  }
}
.cmp-image-content-icons-accordions__summary p {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-image-content-icons-accordions__summary p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-image-content-icons-accordions .no_content {
  text-align: center;
  padding: 2rem;
  background-color: #a7a7a7;
  border-radius: 0.5rem;
  color: #232426;
  font-size: 16px;
}
.cmp-image-content-icons-accordions__accordion-item:last-child.accordion__item--active {
  border-bottom: none;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-error-page {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(111, 66, 193, 0.05);
  overflow: hidden;
}
.cmp-error-page__container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cq-wcm-edit .cmp-error-page__container,
.aem-AuthorLayer-Edit .cmp-error-page__container,
.editor .cmp-error-page__container {
  min-height: auto !important;
  padding: 4rem 0;
}
.cmp-error-page__content {
  position: relative;
  width: 100%;
  max-width: 81rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .cmp-error-page__content {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-error-page__content {
    padding: 4rem 2rem;
  }
}
.cmp-error-page__text-content {
  position: relative;
  text-align: center;
  max-width: 34rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-error-page__text-content {
    max-width: 36rem;
    padding: 4rem 1rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .cmp-error-page__text-content {
    padding: 1.5rem 1rem;
  }
}
.cmp-error-page__number {
  font-family: "Manrope", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
  color: #512b8b;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .cmp-error-page__number {
    font-size: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-error-page__number {
    font-size: 10rem;
    margin-bottom: 2rem;
  }
}
.cmp-error-page__message {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4e52;
  margin: 0 0 2rem 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cmp-error-page__message {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-error-page__message {
    font-size: 22px;
    margin-bottom: 3rem;
    max-width: 25rem;
  }
}
@media screen and (max-width: 575px) {
  .cmp-error-page__message {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
}
.cmp-error-page__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #232426;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6.1875rem;
  font-weight: 700;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .cmp-error-page__cta {
    font-size: 16px;
    padding: 0.875rem 2rem;
  }
}
.cmp-error-page__cta:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 8px 25px rgba(255, 198, 60, 0.3);
}
.cmp-error-page__cta:active {
  transform: translateY(0);
}
.cmp-error-page__cta:focus {
  outline: 0.125rem solid #3a1f63;
  outline-offset: 0.125rem;
}
.cmp-error-page__cta span {
  display: inline-block;
}
.cmp-error-page__illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15.625rem;
  height: 18.75rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/mobile-illustration.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cmp-error-page__illustration {
    width: 25rem;
    height: 28.125rem;
    background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/illlustration+bg.svg');
  }
}
@media screen and (min-width: 992px) {
  .cmp-error-page__illustration {
    width: 40rem;
    height: 27.6875rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-cards {
  background: #ffffff;
}
.cmp-cards__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 2.25rem;
  color: #3a1f63;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-cards__title {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.cmp-cards__subtitle {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75rem;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-cards__subtitle {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  row-gap: 2.375rem;
}
@media screen and (max-width: 991px) {
  .cmp-cards__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.cmp-cards__card {
  background: #faf6ef;
  padding: 1.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 1.5rem 0 #92929226;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.cmp-cards__card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 991px) {
  .cmp-cards__card {
    padding: 1rem;
  }
}
.cmp-cards__card-image {
  width: 100%;
  border-radius: 0.5rem;
  max-height: 12.75rem;
  overflow: hidden;
}
.cmp-cards__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-cards__card-content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cmp-cards__card-title {
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 800;
  color: #333333;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-cards__card-title {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-cards__card-description {
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #666666;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .cmp-cards__card-description {
    font-size: 14px;
    line-height: 1.25rem;
  }
}
.cmp-cards__card-description p {
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: inherit;
  text-overflow: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: inherit;
  flex-grow: inherit;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-tabs-cards__header {
  text-align: center;
}
.cmp-tabs-cards__intro {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  color: #4c4e52;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__intro {
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-tabs-cards__section-title {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #4c4e52;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__section-title {
    font-size: 20px;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.cmp-tabs-cards__grid {
  margin-top: 2.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: center;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__grid {
    margin-top: 1.75rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.cmp-tabs-cards__grid--patents {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__grid--patents {
    grid-template-columns: 1fr;
  }
}
.cmp-tabs-cards__grid:has(.cmp-tabs-cards__card:first-child:nth-last-child(1)),
.cmp-tabs-cards__grid:has(.cmp-tabs-cards__card:first-child:nth-last-child(2)) {
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  max-width: 66.66%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__grid:has(.cmp-tabs-cards__card:first-child:nth-last-child(1)),
  .cmp-tabs-cards__grid:has(.cmp-tabs-cards__card:first-child:nth-last-child(2)) {
    max-width: 100%;
  }
}
.cmp-tabs-cards__grid:has(.cmp-tabs-cards__card:first-child:nth-last-child(1)) {
  max-width: 33.33%;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__grid:has(.cmp-tabs-cards__card:first-child:nth-last-child(1)) {
    max-width: 100%;
  }
}
.cmp-tabs-cards__grid:has(.cmp-tabs-cards__patent-card:first-child:nth-last-child(1)),
.cmp-tabs-cards__grid:has(.cmp-tabs-cards__patent-card:first-child:nth-last-child(2)) {
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  max-width: 66.66%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__grid:has(.cmp-tabs-cards__patent-card:first-child:nth-last-child(1)),
  .cmp-tabs-cards__grid:has(.cmp-tabs-cards__patent-card:first-child:nth-last-child(2)) {
    max-width: 100%;
  }
}
.cmp-tabs-cards__grid:has(.cmp-tabs-cards__patent-card:first-child:nth-last-child(1)) {
  max-width: 33.33%;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__grid:has(.cmp-tabs-cards__patent-card:first-child:nth-last-child(1)) {
    max-width: 100%;
  }
}
.cmp-tabs-cards__card {
  text-decoration: none;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
.cmp-tabs-cards__card:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}
.cmp-tabs-cards__card-image {
  width: 100%;
  max-height: 10.5rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__card-image {
    height: 11.25rem;
  }
}
.cmp-tabs-cards__card-image img {
  width: 100%;
}
.cmp-tabs-cards__card-content {
  height: 50%;
  padding: 1rem;
}
.cmp-tabs-cards__card-category {
  display: inline-block;
  font-size: 12px;
  line-height: 0.625rem;
  color: #808080;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.cmp-tabs-cards__card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #512b8b;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__card-title {
    font-size: 20px;
    margin-bottom: 0.75rem;
  }
}
.cmp-tabs-cards__card-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__card-subtitle {
    font-size: 14px;
    line-height: 1.25rem;
  }
}
.cmp-tabs-cards__card-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #4d4d4d;
}
.cmp-tabs-cards__patent-card {
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  gap: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__patent-card {
    gap: 0.75rem;
    padding: 1rem;
  }
}
.cmp-tabs-cards__patent-card:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}
.cmp-tabs-cards__patent-id {
  font-size: 12px;
  line-height: 0.625rem;
  background: #fff1d7;
  color: #7a7a7a;
  font-weight: 400;
  padding: 0.5rem 0.25rem;
  border-radius: 0.25rem;
  width: fit-content;
}
.cmp-tabs-cards__patent-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #333333;
}
.cmp-tabs-cards__patent-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #666666;
  flex-grow: 1;
}
.cmp-tabs-cards__patent-meta {
  font-size: 12px;
  color: #8c8e90;
  font-weight: 400;
  line-height: 0.75rem;
}
.cmp-tabs-cards__patent-footer {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 1.25rem;
  justify-content: space-between;
}
.cmp-tabs-cards__view-all {
  margin: auto;
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cmp-tabs-cards__view-all {
    margin-top: 1.5rem;
  }
}
.cmp-tabs-cards .no_content {
  text-align: center;
  padding: 2rem;
  color: black;
  font-size: 16px;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-testimonial-carousel {
  position: relative;
  overflow: hidden;
}
.cmp-testimonial-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  width: 100%;
}
.cmp-testimonial-carousel__title {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3a1f63;
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .cmp-testimonial-carousel__title {
    font-size: 40px;
  }
}
.cmp-testimonial-carousel__controls {
  display: none;
  gap: 1rem;
}
.cmp-testimonial-carousel__btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: none;
  background-color: #eeeeef;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-testimonial-carousel__btn:hover:not(:disabled):not(.cmp-testimonial-carousel__btn--disabled) {
  background-color: #3a1f63;
}
.cmp-testimonial-carousel__btn:disabled,
.cmp-testimonial-carousel__btn--disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.cmp-testimonial-carousel__icon-prev {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 0.125rem solid #3a1f63;
  border-bottom: 0.125rem solid #3a1f63;
  transform: rotate(45deg);
  margin-left: 0.25rem;
}
.cmp-testimonial-carousel__icon-next {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 0.125rem solid #3a1f63;
  border-bottom: 0.125rem solid #3a1f63;
  transform: rotate(-45deg);
  margin-right: 0.25rem;
}
.cmp-testimonial-carousel__btn:hover .cmp-testimonial-carousel__icon-prev,
.cmp-testimonial-carousel__btn:hover .cmp-testimonial-carousel__icon-next {
  border-color: #ffffff;
}
.cmp-testimonial-carousel__container {
  width: 100%;
  overflow: visible;
  padding-left: 0.5rem;
}
.cmp-testimonial-carousel__track {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  align-items: center;
}
.cmp-testimonial-carousel__item {
  flex: 0 0 19.1875rem;
  height: 19.125rem;
  opacity: 0;
  cursor: pointer;
  position: relative;
  pointer-events: none;
}
.cmp-testimonial-carousel__item .cmp-testimonial-carousel__content {
  display: none;
  opacity: 0;
}
.cmp-testimonial-carousel__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 0.5rem;
  pointer-events: none;
}
.cmp-testimonial-carousel__item--prev::after {
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrow-left-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
}
.cmp-testimonial-carousel__item--next::after {
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/arrow-right-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
}
.cmp-testimonial-carousel__item--active,
.cmp-testimonial-carousel__item--prev,
.cmp-testimonial-carousel__item--next {
  opacity: 1;
  pointer-events: auto;
}
.cmp-testimonial-carousel__item--active {
  flex: 0 0 39.125rem;
  height: 19.125rem;
  cursor: default;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cmp-testimonial-carousel__item--active::after {
  display: none;
}
.cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__card {
  display: flex;
  height: 100%;
}
.cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__image-wrapper {
  flex: 0 0 19.1875rem;
  height: 100%;
}
.cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  padding: 2rem 2.5rem;
  flex: 1;
}
.cmp-testimonial-carousel__card {
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp-testimonial-carousel__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__image-wrapper {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cmp-testimonial-carousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-testimonial-carousel__quote-icon {
  width: 0.8125rem;
  height: 0.8125rem;
  background-image: url('../../../etc.clientlibs/apone/clientlibs/clientlib-site/resources/icons/quote-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-testimonial-carousel__quote-icon {
    width: 2.25rem;
    height: 2.3125rem;
  }
}
.cmp-testimonial-carousel__text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-testimonial-carousel__text {
    font-size: 20px;
    font-weight: 700;
  }
}
.cmp-testimonial-carousel__name {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .cmp-testimonial-carousel__name {
    font-size: 18px;
  }
}
.cmp-testimonial-carousel__role {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #75787b;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cmp-testimonial-carousel__role {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cmp-testimonial-carousel {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cmp-testimonial-carousel__container {
    padding-left: 0;
  }
  .cmp-testimonial-carousel__track {
    gap: 0.5rem;
  }
  .cmp-testimonial-carousel__item {
    flex: 0 0 11.25rem;
    height: 15.625rem;
  }
  .cmp-testimonial-carousel__item--active {
    flex: 0 0 22.5rem;
    height: 15.625rem;
  }
  .cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__image-wrapper {
    flex: 0 0 11.25rem;
  }
  .cmp-testimonial-carousel__text {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .cmp-testimonial-carousel__quote-icon {
    width: 1.75rem;
    height: 1.8125rem;
    margin-bottom: 0.625rem;
  }
  .cmp-testimonial-carousel__name {
    font-size: 18px;
  }
  .cmp-testimonial-carousel__role {
    font-size: 12px;
  }
  .cmp-testimonial-carousel__content {
    padding: 1.5rem 1.75rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .cmp-testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cmp-testimonial-carousel__container {
    padding-left: 0;
  }
  .cmp-testimonial-carousel__track {
    gap: 0.625rem;
  }
  .cmp-testimonial-carousel__item {
    flex: 0 0 13.75rem;
    height: 17.5rem;
  }
  .cmp-testimonial-carousel__item--active {
    flex: 0 0 27.5rem;
    height: 17.5rem;
  }
  .cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__image-wrapper {
    flex: 0 0 13.75rem;
  }
  .cmp-testimonial-carousel__text {
    font-size: 20px;
    line-height: 1.3;
  }
  .cmp-testimonial-carousel__quote-icon {
    width: 2rem;
    height: 2.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .cmp-testimonial-carousel__header {
    margin-bottom: 1.5rem;
  }
  .cmp-testimonial-carousel__controls {
    display: flex;
  }
  .cmp-testimonial-carousel__btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cmp-testimonial-carousel__container {
    overflow: hidden;
    padding-left: 0;
  }
  .cmp-testimonial-carousel__track {
    gap: 0;
    padding: 1rem 0;
    justify-content: center;
  }
  .cmp-testimonial-carousel__item {
    display: none !important;
  }
  .cmp-testimonial-carousel__item--active {
    display: block !important;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 0.75rem;
    opacity: 1 !important;
  }
  .cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__card {
    flex-direction: row;
    height: auto;
  }
  .cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__image-wrapper {
    flex: 0 0 10rem;
    height: auto;
    min-height: 12.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .cmp-testimonial-carousel__item--active .cmp-testimonial-carousel__content {
    padding: 1.25rem 1rem;
    justify-content: flex-start;
  }
  .cmp-testimonial-carousel__item::after {
    display: none;
  }
  .cmp-testimonial-carousel__quote-icon {
    width: 0.8125rem;
    height: 0.8125rem;
    margin-bottom: 0.75rem;
  }
  .cmp-testimonial-carousel__text {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .cmp-testimonial-carousel__name {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  .cmp-testimonial-carousel__role {
    font-size: 12px;
    font-weight: 400;
    color: #75787b;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-article-image {
  width: 100%;
}
.cmp-article-image__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.75rem;
}
.cmp-article-image__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.cmp-article-image__img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  border-radius: 0.75rem;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .cmp-article-image__img {
    height: 31.25rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-article-image__img {
    height: 37.5rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-universal-tabs > .horizon-tab-with-carousel__wrapper.component-spacing-base {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cmp-universal-tabs .cmp-tabs__tablist {
  flex-wrap: nowrap;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-checkmarks {
  width: 100%;
}
.cmp-checkmarks__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-checkmarks__header {
    margin-bottom: 1.5rem;
  }
}
.cmp-checkmarks__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #3A1F63;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.cmp-checkmarks__subtitle {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-checkmarks__subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.cmp-checkmarks__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-checkmarks__list {
    gap: 1.25rem;
  }
}
.cmp-checkmarks__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-checkmarks__item {
    align-items: center;
  }
}
.cmp-checkmarks__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.cmp-checkmarks__icon .cmp-checkmarks__icon--mobile {
  display: none;
}
.cmp-checkmarks__icon .cmp-checkmarks__icon--desktop {
  display: block;
}
@media screen and (min-width: 992px) {
  .cmp-checkmarks__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cmp-checkmarks__icon .cmp-checkmarks__icon--mobile {
    display: none;
  }
  .cmp-checkmarks__icon .cmp-checkmarks__icon--desktop {
    display: block;
  }
}
.cmp-checkmarks__icon svg {
  width: 100%;
  height: 100%;
}
.cmp-checkmarks__text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-checkmarks__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-quote {
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-quote {
    padding: 0 0;
  }
}
.cmp-quote__text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #512B8B;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 2rem;
  text-align: left;
  position: relative;
  max-width: 65.875rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-quote__text {
    font-size: 2.5rem;
    line-height: 3.75rem;
    text-align: left;
    margin-bottom: 2.5rem;
  }
  .cmp-quote__text::before {
    left: -1.25rem;
    top: -0.75rem;
    font-size: 3rem;
  }
}
.cmp-quote__author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0;
  min-height: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-quote__author {
    gap: 1rem;
    margin-top: 0;
  }
}
.cmp-quote__author-image {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}
@media screen and (min-width: 992px) {
  .cmp-quote__author-image {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.cmp-quote__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cmp-quote__author-name {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #4c4e52;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 992px) {
  .cmp-quote__author-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
  }
}
.cmp-quote__author-designation {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #4C4E52;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-quote__author-designation {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: left;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-media-carousel {
  position: relative;
  overflow: hidden;
}
.cmp-media-carousel__track {
  position: relative;
  width: 100%;
}
.cmp-media-carousel__slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.cmp-media-carousel__slide.is-active {
  display: block;
  opacity: 1;
}
.cmp-media-carousel__slide .cmp-media-carousel-header {
  margin-top: 0;
}
.cmp-media-carousel__content {
  text-decoration: none;
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 8px 8px 24px 0px #92929226;
  border-radius: 0.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__content {
    overflow: hidden;
    padding: 1.3125rem;
    flex-direction: column;
    gap: 1.3125rem;
  }
}
.cmp-media-carousel__image {
  flex: 0 0 auto;
  max-width: 22.3125rem;
  max-height: 18.375rem;
  min-width: 22.3125rem;
  min-height: 18.375rem;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__image {
    min-width: 100%;
    max-width: 18.8125rem;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}
.cmp-media-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-media-carousel__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__text {
    gap: 0;
  }
}
.cmp-media-carousel__slide-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 32px;
  line-height: 3rem;
  font-weight: 800;
  color: #512b8b;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__slide-title {
    font-size: 24px;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
}
.cmp-media-carousel__description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 500;
  color: #000000;
  margin: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__description {
    -webkit-line-clamp: 8;
    font-size: 16px;
    line-height: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cmp-media-carousel__description p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__description p {
    -webkit-line-clamp: 8;
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-media-carousel__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cmp-media-carousel__meta-data {
  display: flex;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__meta {
    margin-top: 0.75rem;
  }
}
.cmp-media-carousel__read-time {
  position: relative;
}
.cmp-media-carousel__read-time::before {
  content: "•";
  margin: 0 0.375rem;
  display: inline-block;
}
.cmp-media-carousel__pub-date,
.cmp-media-carousel__read-time {
  font-size: 12px;
  line-height: 0.875rem;
  font-weight: 400;
  color: #8c8e90;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__pub-date,
  .cmp-media-carousel__read-time {
    font-size: 0.75rem;
  }
}
.cmp-media-carousel__location {
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.cmp-media-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel__dots {
    margin-top: 1.5rem;
  }
}
.cmp-media-carousel__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #c9bddb;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: dotFadeIn 0.3s ease;
}
.cmp-media-carousel__dot.is-active {
  background-color: #512b8b;
  width: 2.5rem;
  border-radius: 1.875rem;
}
@keyframes dotFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cmp-media-carousel.carousel--horizontal .cmp-media-carousel__track {
  display: block;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-media-carousel-header {
  position: relative;
  overflow: hidden;
  margin-top: 9rem;
}
.cmp-media-carousel-header .component-spacing-base {
  padding-top: 0;
  padding-bottom: 0;
}
.cmp-media-carousel-header__date {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
  color: #2e3238;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel-header__date {
    font-size: 14px;
    line-height: 1.5rem;
  }
}
.cmp-media-carousel-header__title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 800;
  color: #2e3238;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel-header__title {
    font-size: 32px;
    line-height: 2.5rem;
  }
}
.cmp-media-carousel-header__tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.cmp-media-carousel-header__tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background-color: #faf6ef;
  color: #e59f15;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 500;
  border-radius: 0.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-media-carousel-header__tag {
    padding: 0.6875rem 0.625rem;
    font-size: 0.75rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
/* ========================================
   Policy-Specific RTE (Rich Text Editor) Styles
   Only applies when policy adds class to text and title components
   ======================================== */
.cmp-text.rte-headings-secondary h2,
.text.rte-headings-secondary h2,
.cmp-text.rte-headings-secondary h3,
.text.rte-headings-secondary h3,
.cmp-text.rte-headings-secondary h4,
.text.rte-headings-secondary h4 {
  color: #3a1f63;
}
.cmp-title.rte-headings-secondary,
.title.rte-headings-secondary {
  color: #3a1f63;
}
/* ========================================
   Article Template Styles - Policy Controlled
   Usage: Add 'article-text-spacing' to "Default CSS Classes" in policy
   ======================================== */
.cmp-text.article-text-spacing,
.text.article-text-spacing {
  max-width: 81rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.cmp-text.article-text-spacing.container-wrapper,
.text.article-text-spacing.container-wrapper,
.cmp-text.article-text-spacing.component-spacing-base,
.text.article-text-spacing.component-spacing-base {
  padding-top: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cmp-text.article-text-spacing.container-wrapper,
  .text.article-text-spacing.container-wrapper,
  .cmp-text.article-text-spacing.component-spacing-base,
  .text.article-text-spacing.component-spacing-base {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.cmp-text.article-text-spacing h2,
.text.article-text-spacing h2,
.cmp-text.article-text-spacing h3,
.text.article-text-spacing h3 {
  margin-bottom: 0;
  font-weight: 800;
}
.cmp-text.article-text-spacing h4,
.text.article-text-spacing h4 {
  margin-bottom: 0;
  font-size: 24px;
}
.cmp-text.article-text-spacing h2 + p,
.text.article-text-spacing h2 + p,
.cmp-text.article-text-spacing h3 + p,
.text.article-text-spacing h3 + p,
.cmp-text.article-text-spacing h4 + p,
.text.article-text-spacing h4 + p {
  margin-top: 1rem;
}
.cmp-text.article-text-spacing p + p,
.text.article-text-spacing p + p {
  margin-top: 1.25rem;
}
.cmp-text.article-text-spacing p,
.text.article-text-spacing p {
  font-size: 20px;
  line-height: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cmp-text.article-text-spacing p,
  .text.article-text-spacing p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-title.article-text-spacing,
.title.article-text-spacing {
  max-width: 81rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 0;
}
.cmp-title.article-text-spacing.container-wrapper,
.title.article-text-spacing.container-wrapper,
.cmp-title.article-text-spacing.component-spacing-base,
.title.article-text-spacing.component-spacing-base {
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .cmp-title.article-text-spacing.container-wrapper,
  .title.article-text-spacing.container-wrapper,
  .cmp-title.article-text-spacing.component-spacing-base,
  .title.article-text-spacing.component-spacing-base {
    padding-top: 0 ;
    padding-bottom: 2rem ;
  }
}
/* ========================================
   Text Component Custom Padding Variant - Policy Controlled
   Usage: Add 'text-padding-custom' to "Default CSS Classes" in policy
   Increases left padding and reduces top padding
   ======================================== */
.cmp-text.text-padding-custom.container-wrapper,
.text.text-padding-custom.container-wrapper,
.cmp-text.text-padding-custom.component-spacing-base,
.text.text-padding-custom.component-spacing-base {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .cmp-text.text-padding-custom.container-wrapper,
  .text.text-padding-custom.container-wrapper,
  .cmp-text.text-padding-custom.component-spacing-base,
  .text.text-padding-custom.component-spacing-base {
    padding-top: 2.5rem;
    padding-left: 3.125rem;
    padding-right: 4rem;
    padding-bottom: 1.5rem;
  }
}
.cmp-text.text-padding-custom h2,
.text.text-padding-custom h2,
.cmp-text.text-padding-custom h3,
.text.text-padding-custom h3 {
  margin-bottom: 0;
  font-weight: 800;
}
.cmp-text.text-padding-custom h4,
.text.text-padding-custom h4 {
  margin-bottom: 0;
  font-size: 24px;
}
.cmp-text.text-padding-custom h2 + p,
.text.text-padding-custom h2 + p,
.cmp-text.text-padding-custom h3 + p,
.text.text-padding-custom h3 + p,
.cmp-text.text-padding-custom h4 + p,
.text.text-padding-custom h4 + p {
  margin-top: 1rem;
}
.cmp-text.text-padding-custom p + p,
.text.text-padding-custom p + p {
  margin-top: 1.25rem;
}
.cmp-text.text-padding-custom p,
.text.text-padding-custom p {
  font-size: 20px;
  line-height: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cmp-text.text-padding-custom p,
  .text.text-padding-custom p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-title.text-padding-custom.container-wrapper,
.title.text-padding-custom.container-wrapper,
.cmp-title.text-padding-custom.component-spacing-base,
.title.text-padding-custom.component-spacing-base {
  padding-top: 1.5rem;
  padding-left: 3.125rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .cmp-title.text-padding-custom.container-wrapper,
  .title.text-padding-custom.container-wrapper,
  .cmp-title.text-padding-custom.component-spacing-base,
  .title.text-padding-custom.component-spacing-base {
    padding-top: 2.5rem;
    padding-left: 3.125rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
  }
}

/* ========================================
    Tabs Container Component Styles
    (Adapted from Product Landing Layout)
======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-tabs-container {
  width: 100%;
  position: relative;
  /* ========================================
    Sidebar Navigation (Adapted from Product Landing)
 ======================================== */
  /* ========================================
      Main Content Area
======================================== */
  /* ========================================
      Tab Panels
======================================== */
  /* ========================================
      Core Tabs Override
======================================== */
  /* ========================================
      Responsive Adjustments
 ======================================== */
  /* ========================================
      Edit Mode Styles
 ======================================== */
  /* ========================================
      New Component Placeholder
======================================== */
}
.cmp-tabs-container__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-tabs-container__wrapper {
    flex-direction: row;
  }
}
.cmp-tabs-container__sidebar {
  width: 100%;
  background: #ffffff;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-tabs-container__sidebar {
    width: 25.25rem;
    flex-shrink: 0;
    border-bottom: none;
    padding: 2rem 0;
    margin-right: 4.75rem;
  }
}
.cmp-tabs-container__nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  overflow: visible;
  /* Prevent clipping when content is moved here on mobile */
}
.cmp-tabs-container__nav-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  padding: 0;
  height: 3.8125rem;
  gap: 1.5rem;
}
.cmp-tabs-container__nav-item:hover .cmp-tabs-container__nav-text {
  color: #512b8b;
}
.cmp-tabs-container__nav-item:hover .cmp-tabs-container__nav-arrow {
  transform: translateX(4px);
}
.cmp-tabs-container__nav-item--active .cmp-tabs-container__nav-text {
  color: #512b8b;
}
.cmp-tabs-container__nav-item--active .cmp-tabs-container__nav-arrow {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(67%) sepia(89%) saturate(2573%) hue-rotate(11deg) brightness(104%) contrast(101%);
}
.cmp-tabs-container__nav-item--active .cmp-tabs-container__nav-separator {
  background: linear-gradient(270deg, #f8a12e 0%, #be2a1d 50.07%, #45216c 98.1%);
  height: 2px;
}
.cmp-tabs-container__nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.25rem;
}
.cmp-tabs-container__nav-text {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75rem;
  color: #3b3d40;
  transition: all 0.3s ease;
}
.cmp-tabs-container__nav-arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  opacity: 1;
}
.cmp-tabs-container__nav-separator {
  width: 100%;
  height: 1px;
  background: #cacbcc;
  transition: all 0.3s ease;
}
.cmp-tabs-container__content {
  flex: 1;
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 2rem;
  background-color: #FEF9F2;
}
@media screen and (min-width: 992px) {
  .cmp-tabs-container__content {
    margin-top: 0;
    max-width: 49.0625rem;
    margin-bottom: 6.25rem;
  }
}
.cmp-tabs-container__tabpanel {
  width: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: visible;
  /* Prevent clipping of nested content-hero */
}
.cmp-tabs-container .cmp-tabs__tabpanel {
  display: none !important;
}
.cmp-tabs-container .cmp-tabs__tabpanel--active {
  display: block !important;
}
.cmp-tabs-container .cmp-tabs__tablist.cmp-tabs-container__nav {
  position: relative;
  left: auto;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  flex-wrap: nowrap;
}
.cmp-tabs-container .cmp-tabs__tab.cmp-tabs-container__nav-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  padding: 0;
  height: 3.8125rem;
  gap: 1.5rem;
}
.cmp-tabs-container .cmp-tabs__tab.cmp-tabs-container__nav-item:hover .cmp-tabs-container__nav-text {
  color: #512b8b;
}
.cmp-tabs-container .cmp-tabs__tab.cmp-tabs-container__nav-item:hover .cmp-tabs-container__nav-arrow {
  transform: translateX(4px);
}
.cmp-tabs-container .cmp-tabs__tab.cmp-tabs-container__nav-item--active .cmp-tabs-container__nav-text {
  color: #512b8b;
}
.cmp-tabs-container .cmp-tabs__tab.cmp-tabs-container__nav-item--active .cmp-tabs-container__nav-arrow {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(67%) sepia(89%) saturate(2573%) hue-rotate(11deg) brightness(104%) contrast(101%);
}
.cmp-tabs-container .cmp-tabs__tab.cmp-tabs-container__nav-item--active .cmp-tabs-container__nav-separator {
  background: linear-gradient(270deg, #f8a12e 0%, #be2a1d 50.07%, #45216c 98.1%);
  height: 2px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .cmp-tabs-container__sidebar {
    padding: 1rem 0;
  }
  .cmp-tabs-container__nav {
    gap: 1rem;
  }
  .cmp-tabs-container__nav-item {
    height: auto;
    gap: 1rem;
  }
  .cmp-tabs-container__nav-text {
    font-size: 18px;
  }
  .cmp-tabs-container__content {
    margin-top: 2rem;
  }
}
.aem-AuthorLayer-Edit .cmp-tabs-container__tabpanel {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 2px dashed #ccc;
  margin-bottom: 1rem;
  min-height: 100px;
  position: relative;
}
.aem-AuthorLayer-Edit .cmp-tabs-container__tabpanel:not(&--active) {
  opacity: 0.7 !important;
}
.aem-AuthorLayer-Edit .cmp-tabs-container__tabpanel:not(&--active)::before {
  content: 'Inactive Tab Panel';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  border-bottom: 1px solid #ddd;
  z-index: 10;
}
.aem-AuthorLayer-Edit .cmp-tabs-container__tabpanel--active::before {
  content: 'Active Tab Panel';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(76, 175, 80, 0.1);
  padding: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: #4CAF50;
  border-bottom: 1px solid #4CAF50;
  z-index: 10;
}
.cmp-tabs-container .new.section {
  margin: 2rem 0;
  padding: 2rem;
  border: 2px dashed #ccc;
  text-align: center;
  background: #f9f9f9;
}
.cmp-tabs-container .new.section::after {
  content: 'Drag components here';
  color: #666;
  font-style: italic;
}
/* ========================================
    Accessibility Utilities
 ======================================== */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ========================================
   Feature Grid Component Styles
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-feature-grid__container {
  width: 100%;
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__container {
    padding: 2.8rem 3.125rem;
    max-width: 38.375rem;
  }
}
.cmp-feature-grid__title {
  font-size: 20px;
  font-weight: 700;
  color: #3a1f63;
  margin: 0 0 1.5rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__title {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
.cmp-feature-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: .625rem;
}
@media screen and (min-width: 768px) {
  .cmp-feature-grid__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__items {
    gap: 2.5rem;
  }
}
.cmp-feature-grid__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__item {
    gap: 1rem;
  }
}
.cmp-feature-grid__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(270deg, #f8a12e 0%, #be2a1d 50.07%, #45216c 98.1%);
  padding: 10px;
  flex-shrink: 0;
  position: relative;
}
.cmp-feature-grid__icon::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__icon {
    width: 4rem;
    height: 4rem;
  }
}
.cmp-feature-grid__icon img {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  z-index: 1;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__icon img {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.cmp-feature-grid__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #2e2f32;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__item-title {
    font-size: 18px;
  }
}
.cmp-feature-grid__description {
  font-size: 14px;
  font-weight: 400;
  color: #2e2f32;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-feature-grid__description {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ========================================
   Spec Guides Component - Mobile First Responsive
   ======================================== */
/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-spec-guides {
  width: 100%;
  background: linear-gradient(90deg, #f6edff 0%, #ffe9ea 61%, #fef4e1 100%);
}
.cmp-spec-guides .component-spacing-base {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides .component-spacing-base {
    padding: 3.75rem 1rem;
  }
}
.cmp-spec-guides__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__header {
    margin-bottom: 3.75rem;
  }
}
.cmp-spec-guides__title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2.5rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__title {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
.cmp-spec-guides__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__content {
    flex-direction: row;
    gap: 7.5rem;
    max-width: 63.6875rem;
    margin: 0 auto;
  }
}
.cmp-spec-guides__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 20.4375rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__item {
    max-width: 18.5rem;
    min-height: 13rem;
  }
}
.cmp-spec-guides__icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__icon {
    margin-bottom: 2.5rem;
  }
}
.cmp-spec-guides__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmp-spec-guides__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__text {
    gap: 1.25rem;
  }
}
.cmp-spec-guides__item-title {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2e2f32;
  line-height: 1.75rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__item-title {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-spec-guides__item-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}
.cmp-spec-guides__item-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-spec-guides__item-description {
    font-size: 20px;
    line-height: 1.75rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-application-areas {
  width: 100%;
}
.cmp-application-areas .component-spacing-base {
  padding: 2.5rem 0;
}
@media screen and (min-width: 992px) {
  .cmp-application-areas .component-spacing-base {
    padding: 3.75rem 0;
    max-width: 72.9375rem;
    margin: 0 auto;
  }
}
.cmp-application-areas__header {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-application-areas__header {
    margin-bottom: 3.75rem;
  }
}
.cmp-application-areas__title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #3a1f63;
  line-height: 2.5rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cmp-application-areas__title {
    font-size: 40px;
    line-height: 3.75rem;
  }
}
.cmp-application-areas__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-application-areas__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .cmp-application-areas__content {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: 79.5rem;
    margin: 0 auto;
  }
}
.cmp-application-areas__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cmp-application-areas__item {
    gap: 2rem;
  }
}
.cmp-application-areas__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-application-areas__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmp-application-areas__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cmp-application-areas__item-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2e2f32;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-application-areas__item-title {
    font-size: 20px;
    line-height: 1.75rem;
  }
}
.cmp-application-areas__item-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .cmp-application-areas__item-description {
    font-size: 20px;
    line-height: 1.75rem;
  }
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-tab-card-listing__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__header {
    margin-bottom: 1.5rem;
  }
}
.cmp-tab-card-listing__title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 800;
  color: #3a1f63;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__title {
    font-size: 28px;
    line-height: 2rem;
  }
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel {
  text-align: center;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tabs.horizon-tab-with-carousel__tabs--v2 {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  position: relative;
  margin: 0 auto 2rem;
  gap: 0;
  padding: 0;
  text-align: left;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tabs.horizon-tab-with-carousel__tabs--v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eeeaf3;
  border-radius: 2px;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tabs.horizon-tab-with-carousel__tabs--v2::before {
  display: none;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tabs.horizon-tab-with-carousel__tabs--v2 > * {
  position: relative;
  margin: 0 0.625rem;
  z-index: 2;
  margin-bottom: 12px;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tabs.horizon-tab-with-carousel__tabs--v2 > *::after {
  content: none;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tabs.horizon-tab-with-carousel__tabs--v2 > *:first-child {
  margin-left: 0;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tabs.horizon-tab-with-carousel__tabs--v2 > *:last-child {
  margin-right: 0;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tab--v2 {
  background-color: #eeeaf3;
  color: #512b8b;
  font-weight: 700;
  border-radius: 12.5rem;
  transition: all 0.3s ease;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tab--active.horizon-tab-with-carousel__tab--v2,
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tab--v2--active {
  background-color: #512b8b;
  color: #ffffff;
  font-weight: 800;
}
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tab--active.horizon-tab-with-carousel__tab--v2::after,
.cmp-tab-card-listing__tab-wrapper .horizon-tab-with-carousel__tab--v2--active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -0.3125rem;
  right: -0.3125rem;
  height: 2px;
  background: #512b8b;
  display: block;
  z-index: 3;
  border-radius: 2px;
}
.cmp-tab-card-listing__grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  row-gap: 2.375rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__grid {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.cmp-tab-card-listing__card {
  padding: 1.5rem;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 1.5rem 0 #92929226;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.cmp-tab-card-listing__card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}
.cmp-tab-card-listing__card-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  max-height: 12.75rem;
  min-height: 12.75rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__card-image {
    min-height: 0;
  }
}
.cmp-tab-card-listing__card-image img {
  width: 100%;
  height: 100%;
}
.cmp-tab-card-listing__card-content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cmp-tab-card-listing__card-category {
  background-color: #f3f3f3;
  padding: 0.3125rem 0.5rem;
  width: fit-content;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 12px;
  line-height: 1rem;
  color: #7a7a7a;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__card-category {
    font-size: 12px;
    line-height: 0.625rem;
  }
}
.cmp-tab-card-listing__card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 800;
  color: #333333;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__card-title {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-tab-card-listing__card-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 1rem;
  margin-top: auto;
}
.cmp-tab-card-listing__card-description p {
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: inherit;
  text-overflow: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
.cmp-tab-card-listing__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
.cmp-tab-card-listing__card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cmp-tab-card-listing__card-source {
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #333333;
}
.cmp-tab-card-listing__card-date {
  font-size: 12px;
  line-height: 0.625rem;
  font-weight: 400;
  color: #8c8e90;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__card-date {
    font-size: 0.625rem;
  }
}
.cmp-tab-card-listing__card-arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__card-arrow {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.cmp-tab-card-listing__view-all {
  margin: auto;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__view-all {
    margin-top: 1.5rem;
  }
}
.cmp-tab-card-listing__view-all .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__view-all .btn {
    padding: 0.75rem 1.5rem;
  }
}
.cmp-tab-card-listing__view-all .btn__arrow {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing__view-all .btn__arrow {
    width: 1rem;
    height: 1rem;
  }
}
.cmp-tab-card-listing[data-variant="listingPage"] .cmp-tab-card-listing__view-all {
  flex-direction: column;
  gap: 0.75rem;
  margin: auto;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cmp-tab-card-listing[data-variant="listingPage"] .cmp-tab-card-listing__view-all {
    margin-top: 1.5rem;
  }
}
.cmp-tab-card-listing[data-variant="listingPage"] .btn {
  border: 2px solid #000000;
}
.cmp-tab-card-listing[data-variant="listingPage"] .btn::after {
  display: none;
}
.cmp-tab-card-listing[data-variant="listingPage"] .btn:hover {
  background: linear-gradient(180deg, #ffc63c 0%, #ffa20c 100%);
  color: #000000;
  border: 2px solid #ffffff;
}
.cmp-tab-card-listing[data-variant="listingPage"]__pagination {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25rem;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-custom-text .component-spacing-base {
  padding-bottom: 0;
}
.cmp-custom-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .cmp-custom-text__wrapper {
    gap: 1rem;
  }
}
.cmp-custom-text__heading {
  margin-bottom: 0.5rem;
}
.cmp-custom-text__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 3.75rem;
  margin: 0;
  color: #4c4e52;
}
@media screen and (max-width: 991px) {
  .cmp-custom-text__title {
    font-size: 28px;
    line-height: 2rem;
  }
}
.cmp-custom-text__text {
  flex: 1;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .cmp-custom-text__text {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.cmp-custom-text__text p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 991px) {
  .cmp-custom-text__text p {
    font-size: inherit;
    line-height: inherit;
  }
}
.cmp-custom-text__text p:last-child {
  margin-bottom: 0;
}
.cmp-custom-text__text h1,
.cmp-custom-text__text h2,
.cmp-custom-text__text h3,
.cmp-custom-text__text h4,
.cmp-custom-text__text h5,
.cmp-custom-text__text h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.cmp-custom-text__text h1:first-child,
.cmp-custom-text__text h2:first-child,
.cmp-custom-text__text h3:first-child,
.cmp-custom-text__text h4:first-child,
.cmp-custom-text__text h5:first-child,
.cmp-custom-text__text h6:first-child {
  margin-top: 0;
}
.cmp-custom-text__text ul,
.cmp-custom-text__text ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.cmp-custom-text__text a {
  color: #4c4e52;
  text-decoration: underline;
}
.cmp-custom-text__text a:hover {
  color: #333538;
}
.cmp-custom-text[data-heading-color="primary"] .cmp-custom-text__title {
  color: #4c4e52;
}
.cmp-custom-text[data-heading-color="secondary"] .cmp-custom-text__title {
  color: #3a1f63;
}
.cmp-custom-text[data-heading-color="default"] .cmp-custom-text__title {
  color: #4c4e52;
}

/* For defining variables and maps not related to colors or typography  */
/* ========================================
   Breakpoints
   ======================================== */
/* ========================================
   Z-Index System
   ======================================== */
/* ========================================
   Typography System
   ======================================== */
/* Font Families */
/* Font Weights */
/* Mobile Font Sizes */
/* Desktop Font Sizes */
/* ========================================
   HTML Element Styles
   ======================================== */
h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ========================================
   Colors
   ======================================== */
/* ========================================
   Gradient system
   ======================================== */
/* ========================================
  Box Shadows system
   ======================================== */
.cmp-shorter-contact-us-from {
  background: #e9f2fb;
}
.cmp-shorter-contact-us-from__container {
  max-width: 73.75rem;
  margin: 0 auto;
}
.cmp-shorter-contact-us-from__header {
  text-align: center;
  margin-bottom: 3rem;
}
.cmp-shorter-contact-us-from__title {
  color: #3a1f63;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-shorter-contact-us-from__title {
    font-size: 28px;
    line-height: 2rem;
  }
}
.cmp-shorter-contact-us-from__form {
  background: #ffffff;
  padding: 2.5rem 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .cmp-shorter-contact-us-from__form {
    padding: 2.5rem;
  }
}
.cmp-shorter-contact-us-from__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  position: relative;
}
.cmp-shorter-contact-us-from__field--error .cmp-shorter-contact-us-from__error {
  display: block;
}
.cmp-shorter-contact-us-from__field--error .cmp-shorter-contact-us-from__input {
  border-color: #f14950;
}
.cmp-shorter-contact-us-from__label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #53565a;
  margin-bottom: 4px;
  font-weight: 700;
}
.cmp-shorter-contact-us-from__label .required {
  color: #f14950;
  font-weight: 700;
  margin-left: -2px;
}
.cmp-shorter-contact-us-from__input {
  padding: 1rem 1.25rem;
  border: 0.09375rem solid #eeeeef;
  border-radius: 0.5rem;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  transition: border-color 0.3s;
  background: #ffffff;
}
.cmp-shorter-contact-us-from__input::placeholder {
  color: #75787b;
  font-weight: 400;
}
.cmp-shorter-contact-us-from__input:focus {
  outline: none;
  border-color: #c9bddb;
}
.cmp-shorter-contact-us-from__input:hover {
  background-color: #eeeeef;
}
@media screen and (min-width: 768px) {
  .cmp-shorter-contact-us-from__input {
    font-size: 16px;
  }
}
.cmp-shorter-contact-us-from__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cmp-shorter-contact-us-from__row {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.cmp-shorter-contact-us-from__error {
  color: #f14950;
  font-size: 0.75rem;
  margin-top: 0.375rem;
  display: none;
}
.cmp-shorter-contact-us-from__success-banner-inline,
.cmp-shorter-contact-us-from__error-banner-inline {
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  animation: slideDown 0.4s ease-out;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cmp-shorter-contact-us-from__success-banner-inline {
  background: #eaf8f0;
  color: #00c853;
}
.cmp-shorter-contact-us-from__error-banner-inline {
  background: #fae4e0;
  color: #f14950;
}
.cmp-shorter-contact-us-from__success-content,
.cmp-shorter-contact-us-from__error-content {
  max-width: 33.4375rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 0.625rem;
}
.cmp-shorter-contact-us-from__success-icon,
.cmp-shorter-contact-us-from__error-icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cmp-shorter-contact-us-from__success-icon,
  .cmp-shorter-contact-us-from__error-icon {
    width: 4rem;
    height: 4rem;
  }
}
.cmp-shorter-contact-us-from__success-text,
.cmp-shorter-contact-us-from__error-text {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  animation: scaleIn 0.4s ease-out;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .cmp-shorter-contact-us-from__success-text,
  .cmp-shorter-contact-us-from__error-text {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.cmp-shorter-contact-us-from__success-text p,
.cmp-shorter-contact-us-from__error-text p,
.cmp-shorter-contact-us-from__success-text span,
.cmp-shorter-contact-us-from__error-text span,
.cmp-shorter-contact-us-from__success-text div,
.cmp-shorter-contact-us-from__error-text div {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  margin: 0;
}
.cmp-shorter-contact-us-from__success-text a,
.cmp-shorter-contact-us-from__error-text a {
  color: inherit;
  text-decoration: underline;
}
.cmp-shorter-contact-us-from__success-text {
  color: #00c853;
}
.cmp-shorter-contact-us-from__error-text {
  color: #f14950;
}
.cmp-shorter-contact-us-from__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

/*
 *  Copyright 2019 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

/*
 *  Copyright 2021 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
  height: auto;
}

/*
 *  Copyright 2022 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}
.cmp_search__info {
  height: 20px;
  font-size: .875rem;
  font-style: italic;
}

/*
 *  Copyright 2020 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-pdfviewer__content {
  height: 500px;
}
.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}
.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
  height: 500px;
}

/*
 *  Copyright 2022 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-embed__youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.cmp-embed__youtube-iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 768px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 769px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
/* force showing hidden components in unhide mode */
.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

