:root {
  --px-radius-sm: 0.75rem;
  --px-radius-md: 1.25rem;
  --px-radius-lg: 1.5rem;
  --px-radius-pill: 999px;
}

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

a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

#outer-wrap {
  overflow: hidden;
}

#scroll-top {
  z-index: 90;
}

.logged-in.admin-bar .px_header {
  top: 32px;
}

@media (min-width: 1440px) {
  body {
    max-width: 250rem;
    margin-inline: auto;
  }
}
.elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor-widget-image .elementor-widget-container img {
  object-fit: cover;
}

.elementor-editor-active #site-header {
  z-index: 0;
}

.elementor-editor-active main {
  z-index: 999;
}

#site-header {
  border-bottom: 0;
}

.my-sticky-header {
  transition: background-color 0.35s ease;
}
.my-sticky-header .header-logo img {
  transition: all 0.3s ease;
}
.my-sticky-header {
  z-index: unset !important;
}
.my-sticky-header.elementor-sticky--effects {
  background-color: color-mix(in srgb, var(--e-global-color-36ea5be) 80%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (min-width: 1025px) {
  .my-sticky-header.elementor-sticky--effects .header-logo img {
    width: 10rem !important;
  }
}
.my-sticky-header .header-logo,
.my-sticky-header .elementor-menu-toggle {
  z-index: 100 !important;
}
.my-sticky-header .elementor-nav-menu--dropdown {
  position: fixed !important;
  top: 0 !important;
  z-index: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: calc(1025px - 0.02rem)) {
  .my-sticky-header .elementor-nav-menu--dropdown {
    height: 100dvh !important;
  }
}
@media (max-width: calc(768px - 0.02rem)) {
  .my-sticky-header .elementor-nav-menu--dropdown {
    padding-top: 12rem !important;
  }
}
@media (min-width: 768px) and (max-width: calc(1025px - 0.02rem)) {
  .my-sticky-header .elementor-nav-menu--dropdown {
    padding-top: 14rem !important;
  }
}

.post-password-form {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
}

.post-password-form p {
  margin: 0;
}

.post-password-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.post-password-form label {
  display: grid;
  flex: 1 1 14rem;
  gap: 0.5rem;
  font-weight: 600;
}

.post-password-form input[type=password] {
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid;
  border-radius: var(--px-radius-md);
}

.post-password-form input[type=password]:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

.px_limit_left {
  padding-left: max(0px, (100vw - var(--content-width)) / 2);
}

.px_limit_right {
  padding-right: max(0px, (100vw - var(--content-width)) / 2);
}

.px_br {
  overflow: hidden;
  border-radius: var(--px-radius-lg);
}

.px_br_only {
  border-radius: var(--px-radius-lg);
}

.px_no_pointer {
  pointer-events: none;
}

.px_oh {
  overflow: hidden;
}

.px_gap {
  gap: 3rem;
}

.px_relative {
  position: relative;
}

.px_relative_inner .e-con-inner {
  position: relative;
}

.px_uppercase,
.px_uppercase * {
  text-transform: uppercase;
}

.px_no_margin,
.px_no_margin * {
  margin: 0;
}

.px_underline {
  text-decoration: underline;
}

.px_extra_bold * {
  font-weight: 800;
}

.px_bold * {
  font-weight: 700;
}

@media (min-width: 1025px) {
  .px_block.px_desktop {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: calc(1025px - 0.02rem)) {
  .px_block.px_tablet {
    display: block;
  }
}

.px_pt {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .px_pt {
    padding-top: 6rem;
  }
}
@media (min-width: 1025px) {
  .px_pt {
    padding-top: 8rem;
  }
}

.px_pt_s {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .px_pt_s {
    padding-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .px_pt_s {
    padding-top: 4rem;
  }
}

.px_pb {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .px_pb {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1025px) {
  .px_pb {
    padding-bottom: 8rem;
  }
}

.px_pb_s {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .px_pb_s {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  .px_pb_s {
    padding-bottom: 4rem;
  }
}

.px_py {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .px_py {
    padding-top: 6rem;
  }
}
@media (min-width: 1025px) {
  .px_py {
    padding-top: 8rem;
  }
}
.px_py {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .px_py {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1025px) {
  .px_py {
    padding-bottom: 8rem;
  }
}

.px_py_s {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .px_py_s {
    padding-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .px_py_s {
    padding-top: 4rem;
  }
}
.px_py_s {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .px_py_s {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  .px_py_s {
    padding-bottom: 4rem;
  }
}

/*# sourceMappingURL=main.css.map */
