:root {
  --header-height: 42px;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 51px;
  }
}
.post-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: "BioRhyme", sans-serif;
  font-weight: 400;
  line-height: 1.25em;
  color: #5D4156;
}
.post-content h2 {
  margin: 48px 0 40px;
}
.post-content h3 {
  margin: 40px 0 36px;
}
.post-content h4 {
  margin: 36px 0 32px;
}
.post-content h5 {
  margin: 32px 0 30px;
}
.post-content h6 {
  margin: 30px 0 28px;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content figcaption,
.post-content blockquote,
.post-content div {
  margin-bottom: 28px;
}
.post-content p:last-child,
.post-content ul:last-child,
.post-content ol:last-child,
.post-content figcaption:last-child,
.post-content blockquote:last-child,
.post-content div:last-child {
  margin-bottom: 0;
}
.post-content a {
  color: #5D4156;
}
.post-content a:hover {
  color: #081432;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  max-height: 80dvh;
  max-width: calc(100% - 32px);
}
.cta-section h3 {
  font-size: 48px;
  margin: 0;
}
.cta-section h3 span {
  font-size: 24px;
}
.mw-unset {
  max-width: unset !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 0;
  margin-block-start: 0;
}
.lh-0 {
  line-height: 0;
}
.navigation-shadow .elementor-swiper-button-next,
.navigation-shadow .elementor-swiper-button-prev {
  filter: drop-shadow(0 4px 4px #00000040);
  -webkit-filter: drop-shadow(0 4px 4px #00000040);
}
.shadow-faq .e-n-accordion-item-title {
  box-shadow: 0 4px 4px 0 #00000040;
}
.hover-color--primary {
  color: #081432;
  transition: all 0.3s ease-in-out;
}
.hover-color--primary:hover {
  color: #5D4156;
}
.bg-current-color {
  background-color: currentColor;
}
.c-inherit {
  --e-global-color-primary: inherit;
}
.fill-none.fill-none.fill-none.fill-none.fill-none {
  fill: none;
}
.fill-none.fill-none.fill-none.fill-none.fill-none svg {
  fill: none;
}
.scroll-mandatory-x {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.scroll-mandatory-x > * {
  scroll-snap-align: start;
}
.invisible-scroll {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.invisible-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.hidden {
  display: none !important;
}
/*# sourceMappingURL=global-styles.css.map */