.elementor-10708 .elementor-element.elementor-element-0cfbdb9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:19px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title.text_fill > span{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-8558bc9 ) 100%);}.elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title{color:var( --e-global-color-primary );margin:0px 0px 0px 0px;font-family:"Montserrat", Sans-serif;font-size:44px;font-weight:700;text-transform:uppercase;line-height:54px;letter-spacing:1.2px;}.elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title span:last-child, .elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title > span{font-family:"Montserrat", Sans-serif;font-size:44px;font-weight:700;text-transform:uppercase;line-height:54px;letter-spacing:1.2px;}.elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title > span{padding:0px 0px 0px 0px;}.elementor-10708 .elementor-element.elementor-element-58c366a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-10708 .elementor-element.elementor-element-b8200fc{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 6%) 0%;}@media(max-width:767px){.elementor-10708 .elementor-element.elementor-element-0782a66{width:100%;max-width:100%;}.elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title{font-size:23px;line-height:41px;}.elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title span:last-child, .elementor-10708 .elementor-element.elementor-element-0782a66 .elementskit-section-title-wraper .elementskit-section-title > span{font-size:24px;line-height:41px;}}/* Start custom CSS for html, class: .elementor-element-58c366a *//* Container for iframe */
.responsive-iframe-container {
  max-width: 2000px;        /* max width on large screens */
  width: 100%;              /* take full width of screen */
  margin: 0 auto;           /* center horizontally */
  overflow-x: auto;         /* allow horizontal scroll if needed */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

/* Responsive iframe */
.responsive-iframe-container iframe {
  display: block;
  width: 100%;              /* scale to container width */
  min-width: 1000px;         /* avoid too small on tiny screens */
  height: 1230px;           /* fixed height */
  border: 0;
}

/* Optional: make height adapt to viewport */
@media (max-width: 768px) {
  .responsive-iframe-container iframe {
    height: 80vh;           /* 80% of viewport height on mobile */
  }
}/* End custom CSS */