.elementor-kit-6{--e-global-color-primary:#63BBE0;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1B912B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:9px;}.site-header{padding-inline-end:5px;padding-inline-start:5px;}.site-header .site-branding .site-logo img{width:0px;max-width: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 */.container {
  width: 1200px;
  /* height: min-content; — optional, but usually unnecessary with flex layout */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  background-color: #f0f0f0;
  overflow: visible;

  padding: 0; /* shorthand for 0px is cleaner */

  /* align-content only works with flex-wrap: wrap; so it's not effective here */
  /* align-content: center; — removed */

  flex-wrap: nowrap; /* default value, can be omitted unless explicitly needed */
  gap: 0; /* default value, can be omitted */

  position: absolute; /* Only use if you're positioning it relative to a parent */
  top: 0; /* Add positioning if using absolute */
  left: 0;

  border-radius: 0; /* shorthand for 0px 0px 0px 0px */
}/* End custom CSS */