.elementor-kit-6{--e-global-color-primary:#007BBD;--e-global-color-secondary:#004974;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h6{font-family:"Montserrat", Sans-serif;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');

#encompass-preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1);
}
#encompass-preloader.swipe-up {
  transform: translateY(-100%);
}
.ep-ring-container {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ep-progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.ep-progress-ring circle.track {
  fill: none;
  stroke: #ebebeb;
  stroke-width: 1;
}
.ep-progress-ring circle.fill {
  fill: none;
  stroke: #007bbd;
  stroke-width: 1;
  stroke-dasharray: 534;
  stroke-dashoffset: 534;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.ep-word-display {
  position: absolute;
  text-align: center;
}
.ep-word-main {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.45em;
  color: #1a1a1a;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  white-space: nowrap;
}
.ep-word-main.visible {
  opacity: 1;
  transform: translateY(0);
}
.ep-dot {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #007bbd;
  margin: 0 4px;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ep-dot.visible {
  opacity: 1;
}
.ep-logo-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  background: #fff;
}
.ep-logo-wrap.visible {
  opacity: 1;
  transform: scale(1);
}
.ep-logo-wrap svg {
  width: 260px;
  height: auto;
}/* End custom CSS */