[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0 !important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0 !important;padding:0 !important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none !important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}body{margin:0}.popup-btn{font-size:1rem;font-weight:500;border-radius:100px;border:1px solid #ff6000;padding:5px 25px;background:transparent;color:#ff6000;transition:.2s ease-in-out;text-decoration:none}.popup-btn.active{background:#ff6000;color:#fff}.popup-btn:hover{cursor:pointer;background:#ff6000;color:#fff}.timeline-arrow{width:60px;height:60px;fill:#ff6000;transition:.2s ease-in-out}.timeline-arrow.disabled{opacity:.5}.timeline-arrow.disabled:hover{cursor:not-allowed}.timeline-arrow.prev{transform:scaleX(-1)}.timeline-arrow:hover{cursor:pointer}.timeline{background:#f4ede3;padding:62px 0;overflow:hidden}@media screen and (max-width: 768px){.timeline{padding-bottom:110px}}.timeline h2{padding:0 80px;margin:0;font-size:3rem;font-style:normal;font-weight:900;text-transform:capitalize;color:#ff6000}@media screen and (max-width: 768px){.timeline h2{padding:0 18px}}.timeline-wrap{position:relative}.timeline-arrows{position:absolute;right:80px;z-index:10;top:calc(50% - 20px);display:flex;gap:16px}@media screen and (max-width: 768px){.timeline-arrows{top:unset;bottom:-70px;right:15px}}.timeline-scroll-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.timeline-scroll{position:relative;display:flex;height:640px;margin-top:85px;padding:20px 80px;transition:.6s ease-in-out}@media screen and (max-width: 768px){.timeline-scroll{padding-left:18px;padding-right:18px}}.timeline-scroll:after{content:"";position:absolute;left:80px;right:0;top:50%;display:block;height:16px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='1360' height='16' version='1.1' viewBox='0 0 1360 16'%3E%3C!-- Generator: Adobe Illustrator 29.0.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 186) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23ff5900; stroke-dasharray: 14.9 10.3; stroke-miterlimit: 10; stroke-width: 6.9px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,5l138.4,1.1,138.4,2.3,138.4,3.9,138.4-7.9,138.4,1.1,138.4,2.9,138.4-1,138.4,3.3,138.4-7.3,114.6,1.5'/%3E%3C/svg%3E");background-repeat:repeat-x}.timeline-scroll::-webkit-scrollbar{display:none}.timeline-scroll-item{height:50%;width:312px;position:relative;flex:0 0 auto;text-align:center;align-self:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.timeline-scroll-item .wrap{box-shadow:5px 5px 8px 0px rgba(0,0,0,.15);border-radius:25px;z-index:10}.timeline-scroll-item:before{content:"";position:absolute;display:block;height:50%;width:3px;bottom:3px;z-index:5;left:50%;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='3' height='10' version='1.1' viewBox='0 0 3 10'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23411517; %7D %3C/style%3E%3C/defs%3E%3Crect class='st0' y='2' width='3' height='6'/%3E%3C/svg%3E");background-repeat:repeat-y}.timeline-scroll-item:nth-child(odd){align-self:flex-end;justify-content:flex-end}.timeline-scroll-item:nth-child(odd):before{top:16px}.timeline-scroll-item h3{margin:0}.timeline-scroll-item .top{background:#ff6000;height:100px;display:flex;border-radius:25px 25px 0 0}.timeline-scroll-item .top .day{color:#caff00;font-weight:900;font-size:4rem;margin:auto}.timeline-scroll-item .bottom{background:#411517;padding:16px 25px;border-radius:0 0 25px 25px}.timeline-scroll-item .bottom *{color:#fff}.timeline-scroll-item .bottom h3{font-size:2rem;font-weight:500}.timeline-scroll-item .bottom span{font-size:1.125rem;font-weight:450;margin-top:10px;display:block;line-height:1.4}.arrow-icon{width:22px;height:22px;fill:#ff5900;margin-left:4px}.close-icon{width:28px;height:28px}.leadership{background:#fff;padding:50px 0}.leadership .filters{margin-top:50px;display:flex;gap:15px}@media screen and (max-width: 568px){.leadership .filters{flex-direction:column;align-items:flex-start}}.leadership-description{position:absolute;left:22px;right:22px;bottom:26px}.leadership-description *{display:block}.leadership-item{background:#999;aspect-ratio:.84;border-radius:25px;overflow:hidden;box-shadow:5px 5px 8px 0px rgba(0,0,0,.15)}.leadership-item .close-icon{position:absolute;top:20px;right:12px}.leadership-item h3{font-size:2rem;font-weight:500;margin:0;color:#fff}@media screen and (max-width: 768px){.leadership-item h3{font-size:1.5rem}}.leadership-item .position{margin-top:4px;color:#fff;font-size:0.875rem;font-weight:300;line-height:20px}.leadership-item .link{color:#ff6000;font-size:1rem;font-weight:500;line-height:30px;text-decoration:none;margin-top:20px;display:flex;align-items:center}.leadership-item .back{display:none;position:absolute;flex-direction:column;padding:48px 30px;top:0;left:0;bottom:0;right:0;background:#ff9f66;border-radius:25px;overflow:hidden}.leadership-item .back *{color:#212121}.leadership-item .back .description{max-height:calc(100% - 70px);margin-top:15px}.leadership-item .back .description p{color:#212121;font-size:1.25rem;font-weight:300;line-height:34px}@media screen and (max-width: 768px){.leadership-item .back .description p{font-size:1rem}}.leadership-item .back .simplebar-content-wrapper{padding-right:20px}.leadership-item.flip .front{display:none}.leadership-item.flip .back{display:flex}.leadership-slider{margin-top:50px;padding-left:80px}@media screen and (max-width: 992px){.leadership-slider{padding-left:20px}}.leadership-title{display:flex;gap:32px}@media screen and (max-width: 992px){.leadership-title{display:block}}.leadership-title .left,.leadership-title .right{width:100%}.leadership-title p{color:#1f191a;font-size:1.25rem;font-weight:300;line-height:1.5}@media screen and (max-width: 992px){.leadership-title p{font-size:1rem}}.leadership-title p strong{font-weight:450;font-size:1.5rem}.leadership h2{margin:0;margin-bottom:32px;font-size:3rem;font-style:normal;font-weight:900;text-transform:capitalize;color:#ff6000}.leadership .container{max-width:1280px;padding-left:20px;padding-right:20px;margin:0 auto}.leadership .splide__arrow{border:none;background:none}.leadership .splide__arrow--prev svg{transform:scaleX(-1)}.leadership .splide__arrows{margin-top:30px;padding-right:75px;text-align:right}@media screen and (max-width: 992px){.leadership .splide__arrows{padding-right:20px}}.leadership .simplebar-vertical:before{content:"";background-color:#caff00;position:absolute;top:5px;bottom:5px;right:4px;width:2px}.leadership .simplebar-vertical .simplebar-scrollbar:before{background-color:#caff00;opacity:1;width:8px}.bg{position:absolute;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%;left:0;top:0}.bg--contain{-o-object-fit:contain;object-fit:contain}.bg--center{width:unset;height:unset;left:50%;top:50%;transform:translate(-50%, -50%)}
