.elementor-kit-1219{--e-global-color-primary:#D5C6B3;--e-global-color-secondary:#131313;--e-global-color-text:#D4D4D4;--e-global-color-accent:#E65100;--e-global-color-7c21ae4:#000000;--e-global-color-cf85176:#E7E7E7;--e-global-color-1c505e8:#080D1A;--e-global-color-fa3c200:#060A14;--e-global-color-18c7c9a:#C8BFA8;--e-global-color-05f395b:#F7F3EB;--e-global-color-d1bc89c:#6B7A94;--e-global-color-51bd99e:#FDFAF5;--e-global-color-69d1270:#F7F3EB1A;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-1a79eba-font-family:"DM Sans";--e-global-typography-1a79eba-font-size:12px;--e-global-typography-1a79eba-font-weight:400;--e-global-typography-1a79eba-text-transform:uppercase;--e-global-typography-1a79eba-letter-spacing:4px;--e-global-typography-6c8a6d4-font-family:"Cormorant Garamond";--e-global-typography-6c8a6d4-font-size:clamp(52px, 7vw, 104px);--e-global-typography-6c8a6d4-font-weight:400;--e-global-typography-6c8a6d4-line-height:1em;--e-global-typography-6c8a6d4-letter-spacing:-1px;--e-global-typography-f6d82bd-font-family:"DM Sans";--e-global-typography-f6d82bd-font-size:18px;--e-global-typography-f6d82bd-font-weight:300;--e-global-typography-f6d82bd-line-height:1.85em;--e-global-typography-101693d-font-family:"DM Sans";--e-global-typography-101693d-font-size:16px;--e-global-typography-101693d-font-weight:300;--e-global-typography-101693d-line-height:1.85em;--e-global-typography-c6fd135-font-family:"DM Sans";--e-global-typography-c6fd135-font-size:20px;--e-global-typography-c6fd135-font-weight:600;--e-global-typography-c6fd135-line-height:1.85em;--e-global-typography-b18fbf3-font-family:"Cormorant Garamond";--e-global-typography-b18fbf3-font-size:28px;--e-global-typography-b18fbf3-font-weight:600;--e-global-typography-b18fbf3-line-height:1em;--e-global-typography-b18fbf3-letter-spacing:-1px;background-color:var( --e-global-color-secondary );font-family:"Plus Jakarta Sans", Sans-serif;font-size:18px;font-weight:400;line-height:28px;}.elementor-kit-1219 button,.elementor-kit-1219 input[type="button"],.elementor-kit-1219 input[type="submit"],.elementor-kit-1219 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Plus Jakarta Sans", Sans-serif;font-size:16px;font-weight:700;line-height:20px;color:var( --e-global-color-text );border-style:none;border-radius:2px 2px 2px 2px;padding:12px 24px 12px 24px;}.elementor-kit-1219 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1219 p{margin-block-end:1.2rem;}.elementor-kit-1219 a{font-size:16px;font-weight:700;}.elementor-kit-1219 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:48px;}.elementor-kit-1219 h2{font-size:40px;}.elementor-kit-1219 h3{font-size:38px;}.elementor-kit-1219 h4{font-size:32px;}.elementor-kit-1219 button:hover,.elementor-kit-1219 button:focus,.elementor-kit-1219 input[type="button"]:hover,.elementor-kit-1219 input[type="button"]:focus,.elementor-kit-1219 input[type="submit"]:hover,.elementor-kit-1219 input[type="submit"]:focus,.elementor-kit-1219 .elementor-button:hover,.elementor-kit-1219 .elementor-button:focus{color:#943400;border-radius:2px 2px 2px 2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GAIN Popup — global overrides */

/* Scrollbar inside popup on mobile */
.elementor-popup-modal .dialog-widget-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(247,243,235,0.15) transparent;
}

/* Close button */
.elementor-popup-modal .dialog-close-button {
  color: #6B7A94;
  font-size: 18px;
  transition: color 0.2s ease;
}
.elementor-popup-modal .dialog-close-button:hover {
  color: #F7F3EB;
}

/* Popup entrance animation smoothing */
.elementor-popup-modal .dialog-widget-content {
  animation-duration: 280ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Mobile: full-width popup */
@media (max-width: 640px) {
  .elementor-popup-modal .dialog-widget-content {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh;
    padding: 40px 24px !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}/* End custom CSS */