/* ==================
  Color Palette
================== */
/* ==================
  Breakpoints
================== */
/* ==================
  Max Content Widths
================== */
/* ==================
  Color Palette
================== */
/* ==================
  Breakpoints
================== */
/* ==================
  Max Content Widths
================== */
/* ==================
  Color Palette
================== */
/* ==================
  Breakpoints
================== */
/* ==================
  Max Content Widths
================== */
.px_limit_left {
  padding-left: calc((100vw - var(--container-max-width)) / 2) !important;
}

.px_limit_right {
  padding-right: calc((100vw - var(--container-max-width)) / 2) !important;
}

.px_br {
  overflow: hidden !important;
  border-radius: 20px !important;
}

.px_br_only {
  border-radius: 20px !important;
}

:root {
  --px-radius: 35rem;
}

@media (max-width: 1023px) {
  :root {
    --px-radius: 25rem;
  }
}
@media (max-width: 767px) {
  :root {
    --px-radius: 10rem;
  }
}
.px_br_b {
  overflow: hidden;
  border-bottom-right-radius: var(--px-radius) !important;
  border-bottom-left-radius: var(--px-radius) !important;
}

.px_br_t {
  overflow: hidden;
  border-top-right-radius: var(--px-radius) !important;
  border-top-left-radius: var(--px-radius) !important;
}

.px_br_bl {
  overflow: hidden;
  border-bottom-left-radius: var(--px-radius) !important;
}

.px_br_tl {
  overflow: hidden;
  border-top-left-radius: var(--px-radius) !important;
}

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

.px_oh {
  overflow: hidden !important;
}

.px_gap {
  gap: 3rem !important;
}

/* ==================
  Color Palette
================== */
/* ==================
  Breakpoints
================== */
/* ==================
  Max Content Widths
================== */
@media (max-width: 767px) {
  .px_pt {
    padding-top: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pt {
    padding-top: 15rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pt {
    padding-top: 25rem !important;
  }
}
@media (max-width: 767px) {
  .px_pt_sm {
    padding-top: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pt_sm {
    padding-top: 7.5rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pt_sm {
    padding-top: 12.5rem !important;
  }
}

@media (max-width: 767px) {
  .px_pb {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pb {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pb {
    padding-bottom: 25rem !important;
  }
}
@media (max-width: 767px) {
  .px_pb_sm {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pb_sm {
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pb_sm {
    padding-bottom: 12.5rem !important;
  }
}

@media (max-width: 767px) {
  .px_py {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_py {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 1024px) {
  .px_py {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
}
@media (max-width: 767px) {
  .px_py_sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_py_sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 1024px) {
  .px_py_sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
}

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

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

@media (min-width: 1024px) {
  .px_block.px_desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_block.px_tablet {
    display: block;
  }
}

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

.px_extra_bold * {
  font-weight: 800 !important;
}

.px_bold * {
  font-weight: bold !important;
}

.px_relative {
  position: relative !important;
}

.px_inner_relative .e-con-inner {
  position: relative !important;
}

@media (max-width: 767px) {
  .px_static.px_mobile {
    display: block !important;
    position: static !important;
  }
}

a:focus {
  outline: none !important;
}

#outer-wrap {
  overflow: hidden !important;
}

@media (min-width: 2500px) {
  body {
    max-width: 2500px !important;
    margin: 0 auto !important;
  }
}

#scroll-top {
  z-index: 90 !important;
  background-image: url("/wp-content/uploads/2025/11/back2top.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 6rem !important;
  height: 6rem !important;
  background-color: transparent !important;
}
#scroll-top i {
  display: none !important;
}

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

.elementor-editor-active #site-header {
  z-index: 0 !important;
}
.elementor-editor-active main {
  z-index: 999 !important;
}

@media (min-width: 1024px) {
  .privacy-policy h2 {
    font-size: 3rem !important;
  }
}
.privacy-policy .px_text_container .e-con-inner .elementor-heading-title {
  margin-bottom: 2rem !important;
}
.privacy-policy .elementor-heading-title {
  color: white !important;
}

.elementor-widget-text-editor a {
  text-decoration: underline !important;
  color: white !important;
}

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

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

.px_header {
  transition: all 0.5s ease !important;
  z-index: 3 !important;
}
.px_menu {
  transition: all 0.5s ease !important;
  position: fixed;
  bottom: 100%;
  left: 0;
}
.px_menu.px_active {
  bottom: 0;
}
.px_menu {
  z-index: 2 !important;
}

.elementor-button {
  position: relative !important;
  background: transparent !important;
}
.elementor-button::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  left: -7rem;
  right: -4rem;
  top: -2rem !important;
  bottom: -4rem !important;
  background-image: url("/wp-content/uploads/2025/11/circle.svg");
  background-size: contain !important;
  background-position: center;
}

.gform_body .gfield_label,
.gform_body .gform-field-label--type-sub,
.gform_body .gfield_required_text,
.gform_body .gfield_description {
  color: white !important;
  font-weight: 200 !important;
  font-size: 2rem !important;
}
.gform_body input:not(.gform_button),
.gform_body textarea {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}

.gform_footer .gform_button {
  position: relative !important;
  padding: 1.2rem 2.4rem !important;
  background: transparent !important;
  font-size: 2.2rem !important;
  font-weight: normal !important;
}

.px_footer .elementor-nav-menu--main li a {
  font-weight: 300 !important;
}

.px_line_container {
  position: relative !important;
  overflow: hidden !important;
}
.px_line_container .px_icon .elementor-icon-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .px_line_container .px_icon .elementor-icon-wrapper svg {
    width: 600rem !important;
    height: 262.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_line_container .px_icon .elementor-icon-wrapper svg {
    width: 350rem !important;
    height: 153.125rem !important;
  }
}
@media (max-width: 767px) {
  .px_line_container .px_icon .elementor-icon-wrapper svg {
    width: 250rem !important;
    height: 109.375rem !important;
  }
}

.px_toggle {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.5rem !important;
}
.px_toggle .e-n-accordion-item-title-text {
  color: white !important;
  font-size: 2.4rem !important;
}
.px_toggle .e-n-accordion-item-title-icon {
  position: absolute;
  right: 0 !important;
  bottom: -4rem !important;
}
.px_toggle .e-n-accordion-item-title-icon::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  right: 100% !important;
  height: 1px;
  width: 100rem !important;
  background: white;
}

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