.elementor-kit-3973{--e-global-color-primary:#FF4E02;--e-global-color-primary_hover:#B23600;--e-global-color-text:#D7D8DB;--e-global-color-text_light:#868497;--e-global-color-accent:#0B2637;--e-global-color-border:#08131B;--e-global-color-background:#091A28;--e-global-color-background_light:#0A202F;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-accent-font-family:"Outfit";--e-global-typography-text-font-family:"Outfit";--e-global-typography-245c3dd-font-family:"Outfit";--e-global-typography-245c3dd-font-size:48px;--e-global-typography-245c3dd-font-weight:900;--e-global-typography-245c3dd-text-transform:uppercase;--e-global-typography-245c3dd-line-height:1em;--e-global-typography-c98f457-font-family:"Outfit";--e-global-typography-c98f457-font-size:20px;--e-global-typography-c98f457-text-transform:uppercase;--e-global-typography-c98f457-line-height:1em;}.elementor-kit-3973 button:hover,.elementor-kit-3973 button:focus,.elementor-kit-3973 input[type="button"]:hover,.elementor-kit-3973 input[type="button"]:focus,.elementor-kit-3973 input[type="submit"]:hover,.elementor-kit-3973 input[type="submit"]:focus,.elementor-kit-3973 .elementor-button:hover,.elementor-kit-3973 .elementor-button:focus{background-color:#FF6A2E;}.elementor-kit-3973 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3973 a{font-size:0.6em;font-weight:600;}.elementor-kit-3973 h1{color:#FFFFFF;font-family:"Outfit", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-3973 h2{color:#FFFFFF;font-size:46px;font-weight:800;}.elementor-kit-3973 h3{color:#FFFFFF;font-size:23px;}.elementor-kit-3973 h4{color:#FFFFFF;}.elementor-kit-3973 h5{color:#FFFFFF;}.elementor-kit-3973 h6{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-3973{--e-global-typography-245c3dd-font-size:56px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3973{--e-global-typography-245c3dd-font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Make the <details> a positioning context */
.ci-user-menu {
  position: relative;
}

/* Your dropdown panel (adjust .elementor-kit-3973 if yours differs) */
.ci-user-menu .ci-user-menu__dropdown,
.ci-user-menu > ul,
.ci-user-menu .dropdown,
.ci-user-menu .menu {
  box-sizing: border-box;
}

/* Tablet + mobile: keep it inside the viewport */
@media (max-width: 1024px) {
  .ci-user-menu .ci-user-menu__dropdown,
  .ci-user-menu > ul,
  .ci-user-menu .dropdown,
  .ci-user-menu .menu {
    position: absolute;
    top: calc(100% + 10px);

    /* Anchor to the right edge of the trigger */
    right: 0;
    left: auto;

    /* Prevent off-screen overflow */
    width: min(92vw, 320px);
    max-width: calc(100vw - 24px);

    /* Optional: if you have notches/safe areas */
    margin-right: max(12px, env(safe-area-inset-right));
  }
}/* End custom CSS */