.elementor-969 .elementor-element.elementor-element-30515d6{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-969 .elementor-element.elementor-element-30515d6:not(.elementor-motion-effects-element-type-background), .elementor-969 .elementor-element.elementor-element-30515d6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F26523;}.elementor-969 .elementor-element.elementor-element-e715c6f{--display:flex;--min-height:100vh;--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;--justify-content:center;--align-items:center;--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:2;}.elementor-969 .elementor-element.elementor-element-e715c6f:not(.elementor-motion-effects-element-type-background), .elementor-969 .elementor-element.elementor-element-e715c6f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F26523;}.elementor-969 .elementor-element.elementor-element-e715c6f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-969 .elementor-element.elementor-element-850acd7{margin:250px 0px calc(var(--kit-widget-spacing, 0px) + 80px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-969 .elementor-element.elementor-element-850acd7.elementor-element{--align-self:center;}.elementor-969 .elementor-element.elementor-element-850acd7 .elementor-heading-title{font-family:"Rethink Sans", Sans-serif;font-size:52px;font-weight:600;letter-spacing:2px;mix-blend-mode:screen;color:#FFFFFF;}.elementor-969 .elementor-element.elementor-element-850acd7 .elementor-heading-title a:hover, .elementor-969 .elementor-element.elementor-element-850acd7 .elementor-heading-title a:focus{color:#FFFFFF;}.elementor-969 .elementor-element.elementor-element-850acd7 .elementor-heading-title a{transition-duration:0s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-969 .elementor-element.elementor-element-b5ab502{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-969 .elementor-element.elementor-element-b5ab502 img{width:78%;}.elementor-969 .elementor-element.elementor-element-10d387d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-969 .elementor-element.elementor-element-850acd7{margin:200px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-969 .elementor-element.elementor-element-850acd7 .elementor-heading-title{font-size:32px;line-height:1.3em;}}@media(min-width:768px){.elementor-969 .elementor-element.elementor-element-30515d6{--width:100%;}.elementor-969 .elementor-element.elementor-element-e715c6f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-62e3e3f */.frame {
  background-color: #f26523;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 840px;
  height: 152px;
}

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Rethink Sans-SemiBold",;
  font-weight: 600;
  color: #ffffff;
  font-size: 52px;
  text-align: center;
  letter-spacing: 1.04px;

  opacity: 0;
  animation: slideShow 16s infinite;
}

/* perfect 2s spacing */
.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 2s; }
.slide:nth-child(3) { animation-delay: 4s; }
.slide:nth-child(4) { animation-delay: 6s; }
.slide:nth-child(5) { animation-delay: 8s; }
.slide:nth-child(6) { animation-delay: 10s; }
.slide:nth-child(7) { animation-delay: 12s; }
.slide:nth-child(8) { animation-delay: 14s; }

/* 🔥 NO OVERLAP TIMING */
@keyframes slideShow {
  0%   { opacity: 0; }
  3%   { opacity: 1; }   /* quick fade in */
  12%  { opacity: 1; }   /* stay visible */
  15%  { opacity: 0; }   /* fade out done */
  100% { opacity: 0; }
}/* End custom CSS */