.elementor-kit-6{--e-global-color-primary:#0F2D40;--e-global-color-secondary:#54595F;--e-global-color-text:#272727;--e-global-color-accent:#0E7490;--e-global-color-eeb60b8:#0E7490;--e-global-color-4159563:#013E64;--e-global-color-d4e100f:#13B9CE;--e-global-color-cca0f24:#0C2E44;--e-global-color-0303a5b:#272727;--e-global-color-c1f239f:#FFFFFF;--e-global-color-d849735:#F3F7FF;--e-global-color-f65e564:#000000;--e-global-color-9bcb195:#8FB8DE;--e-global-color-8cdcc0b:#7C7C7C;--e-global-typography-primary-font-family:"Roboto";--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-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-size:28px;font-weight:700;line-height:39px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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;}.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-kit-6 h2{font-size:26px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::-webkit-scrollbar {
  width: 10px;
  background: #F3F7FF;
}
::-webkit-scrollbar-thumb {
  background: #13B9CE;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

html, body {
    max-width: 100%;
}

body {
    overflow-x: clip;
}

/* Lock carousel slides to stop vertical jumping on mobile scroll */
.e-n-carousel .swiper-slide,
.elementor-widget-carousel .swiper-slide {
  height: auto !important;
  align-self: stretch !important;
}

.e-n-carousel .swiper-wrapper,
.elementor-widget-carousel .swiper-wrapper {
  align-items: stretch !important;
}

.e-n-carousel .swiper,
.elementor-widget-carousel .swiper {
  height: auto !important;
}

.e-n-carousel .swiper-slide img,
.elementor-widget-carousel .swiper-slide img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.elementor-off-canvas {
  height: 100dvh !important;
  max-height: 100dvh !important;
  position: fixed !important;
  top: 0 !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.elementor-off-canvas__main {
  height: 100% !important;
  overflow-y: auto !important;
}/* End custom CSS */