.elementor-kit-7{--e-global-color-primary:#2B4197;--e-global-color-secondary:#F6F1EE;--e-global-color-text:#F7F9FC;--e-global-color-accent:#FFFFFF;--e-global-color-5cf4de6:#222222;--e-global-color-d9e0f1f:#625E5B;--e-global-color-cef46ab:#F5865D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-82feb54-font-family:"Inter";--e-global-typography-82feb54-font-size:48px;--e-global-typography-82feb54-font-weight:600;--e-global-typography-82feb54-line-height:62px;--e-global-typography-82feb54-letter-spacing:0.75px;--e-global-typography-09de487-font-family:"Inter";--e-global-typography-09de487-font-size:42px;--e-global-typography-09de487-font-weight:500;--e-global-typography-09de487-line-height:62px;--e-global-typography-09de487-letter-spacing:0.75px;--e-global-typography-b96729a-font-family:"Inter";--e-global-typography-b96729a-font-size:32px;--e-global-typography-b96729a-font-weight:500;--e-global-typography-b96729a-line-height:62px;--e-global-typography-b96729a-letter-spacing:0.75px;--e-global-typography-4b1e7b0-font-family:"Inter";--e-global-typography-4b1e7b0-font-size:20px;--e-global-typography-4b1e7b0-font-weight:500;--e-global-typography-4b1e7b0-line-height:26px;--e-global-typography-4b1e7b0-letter-spacing:-0.22px;--e-global-typography-c740a46-font-family:"Inter";--e-global-typography-c740a46-font-size:18px;--e-global-typography-c740a46-font-weight:500;--e-global-typography-c740a46-line-height:32px;--e-global-typography-c740a46-letter-spacing:-0.22px;--e-global-typography-fd35e2e-font-family:"Inter";--e-global-typography-fd35e2e-font-size:16px;--e-global-typography-fd35e2e-font-weight:400;--e-global-typography-fd35e2e-line-height:28px;--e-global-typography-fd35e2e-letter-spacing:-0.22px;color:var( --e-global-color-d9e0f1f );font-family:"Inter", Sans-serif;font-size:15px;font-weight:400;line-height:22px;overscroll-behavior:none;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-bottom:10px;}.elementor-kit-7 a{color:#161A2E;font-size:15px;text-decoration:underline;line-height:23px;}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );font-size:15px;font-weight:500;text-decoration:underline;line-height:23px;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:48px;font-weight:600;line-height:62px;letter-spacing:0.75px;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:42px;font-weight:600;line-height:40px;letter-spacing:0.75px;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-size:32px;font-weight:500;line-height:40px;letter-spacing:0.75px;}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-size:20px;font-weight:500;line-height:25px;letter-spacing:-0.22px;}.elementor-kit-7 h5{color:var( --e-global-color-primary );}.elementor-kit-7 h6{color:var( --e-global-color-primary );}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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){margin-block-end: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:1080px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Product card color classes */
.white {
    --card-bg: #fff;
    --elem-bg: #F7F9FC;
    --text: #273B8D;
    --muted: #5e6b85;
    --cta-bg: #273B8D;
    --cta-fg: #fff;
}

.beige {
    --card-bg: #F6F1EE;
    --elem-bg: #fff;
    --text: #273B8D;
    --muted: #5e6b85;
    --cta-bg: #273B8D;
    --cta-fg: #fff;
}
/* The Loop Grid widget as a flex item (single-card widgets) */
.white.elementor-widget-loop-grid,
.beige.elementor-widget-loop-grid{
  /* flex: grow shrink basis */
  flex: 1 1 300px !important;    /* prefers ~300px column, can grow/shrink */
  min-width: 300px !important;   /* never narrower than 300px */
  max-width: 340px !important;   /* never wider than 340px */
  width: 100% !important;
  box-sizing: border-box;
  position: static !important;   /* neutralize any motion/absolute effects */
  transform: none !important;    /* avoids overlap during resize */
  overflow: visible;             /* don’t clip the card */
}

/* The internal loop container only has 1 item – don’t let its grid affect sizing */
.white.elementor-widget-loop-grid .elementor-loop-container,
.beige.elementor-widget-loop-grid .elementor-loop-container{
  display: block !important;
}

/* Optional: force full-width single column on very small screens */
@media (max-width: 480px){
  .white.elementor-widget-loop-grid,
  .beige.elementor-widget-loop-grid{
    flex-basis: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .bg-check .elementor-widget-heading {
    width: 180px !important;
  }
}/* End custom CSS */